:root {
  --bg: #f4f1ea;
  --surface: #ffffff;
  --surface-soft: #fbf7ef;
  --text: #1e2430;
  --muted: #697386;
  --border: #e8dcc7;
  --primary: #e3b23c;
  --primary-dark: #9b7012;
  --green: #22c55e;
  --green-dark: #169c46;
  --shadow: 0 18px 40px rgba(44, 35, 18, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(227, 178, 60, 0.18), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, var(--bg) 48%, #f2eee5 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding-bottom: 10px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.topbar-right,
.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.logo-image {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid rgba(227, 178, 60, 0.28);
  box-shadow: var(--shadow);
}

.brand-title,
.brand-subtitle,
.tag,
.big-line,
.footer-text {
  margin: 0;
}

.brand-title {
  font-size: 1rem;
  font-weight: 700;
}

.brand-subtitle,
.footer-text,
.card p,
.hero-text,
.list li {
  color: var(--muted);
}

.small-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.small-button:hover,
.button:hover {
  transform: translateY(-2px);
}

.small-button.whatsapp,
.button.whatsapp {
  background: var(--green);
  color: #fff;
}

.hero-card,
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 36px;
  margin: 12px 0 28px;
  background:
    linear-gradient(135deg, rgba(255, 249, 235, 0.96), rgba(255, 255, 255, 0.98)),
    var(--surface);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  align-items: stretch;
}

.hero-side {
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8f2e5 100%);
  border: 1px solid var(--border);
}

.side-label {
  margin: 0;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.side-list {
  margin: 16px 0 20px;
}

.tag {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-dark);
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  margin-top: 12px;
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-top: 10px;
  line-height: 1.1;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.hero-text {
  max-width: 700px;
  line-height: 1.7;
  margin: 16px 0 0;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button.primary {
  background: linear-gradient(135deg, #f2c24c 0%, #ddb03b 100%);
  color: #1b1710;
  box-shadow: 0 12px 24px rgba(227, 178, 60, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--border);
}

.button.whatsapp {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  box-shadow: 0 12px 24px rgba(34, 197, 94, 0.22);
}

.button.full {
  width: 100%;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-tags span,
.stat-card span {
  color: var(--muted);
}

.hero-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  font-size: 0.92rem;
  font-weight: 600;
}

.section {
  padding: 34px 0;
}

.section-head {
  margin-bottom: 18px;
}

.grid {
  display: grid;
  gap: 20px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  padding: 24px;
}

.trust-card,
.process-card,
.faq-card {
  min-height: 100%;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), transparent);
}

.list {
  margin: 0;
  padding-left: 18px;
}

.list li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.highlight {
  background: linear-gradient(180deg, #fff5d9 0%, #fffdf7 100%);
}

.big-line {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.cta-card {
  text-align: center;
}

.cta-card .hero-actions {
  justify-content: center;
}

.stats-section {
  padding-top: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat-card {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.stat-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.media-card {
  min-height: 100%;
}

.youtube-card {
  background:
    linear-gradient(135deg, rgba(255, 243, 218, 0.95), rgba(255, 255, 255, 0.98)),
    var(--surface);
}

.whatsapp-card {
  background:
    linear-gradient(135deg, rgba(232, 255, 241, 0.95), rgba(255, 255, 255, 0.98)),
    var(--surface);
}

.about-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.9), rgba(255, 255, 255, 0.96)),
    var(--surface);
}

.process-grid,
.faq-list {
  display: grid;
  gap: 20px;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.step-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: #1b1710;
  font-weight: 800;
  margin-bottom: 14px;
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1e2430 0%, #2a3240 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-banner h2,
.cta-banner .tag {
  color: #fff;
}

.footer {
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid var(--border);
  margin-top: 28px;
}

.mobile-cta {
  display: none;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 900px) {
  .hero-layout,
  .grid.three,
  .grid.two,
  .stats-grid,
  .process-grid,
  .faq-list,
  .footer-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 20px, 1100px);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-right,
  .nav-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-card,
  .card {
    padding: 20px;
  }

  .hero-side,
  .cta-banner,
  .stat-card {
    padding: 20px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button,
  .small-button {
    width: 100%;
  }

  .mobile-cta {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px 10px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 253, 248, 0.96);
    border-top: 1px solid var(--border);
    backdrop-filter: blur(10px);
  }
}
