:root {
  --green: #2fad67;
  --green-dark: #0b5f3d;
  --green-deep: #08130f;
  --green-soft: #eef8f2;
  --orange: #f2632f;
  --orange-dark: #d94d1c;
  --ink: #0b2a1b;
  --text: #29372f;
  --muted: #66736d;
  --line: #e7ece9;
  --cream: #fbf8f2;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(8, 70, 43, 0.12);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  width: min(100%, 1440px);
  margin: 0 auto;
  min-height: 88px;
  padding: 20px clamp(22px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(231,236,233,0.85);
}
.brand img { width: 238px; height: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 36px);
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--ink);
}
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width .25s ease;
}
.main-nav a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #168f51);
  box-shadow: 0 12px 26px rgba(47, 173, 103, .22);
}
.menu-toggle { display: none; }

.hero {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(470px, 1fr);
  align-items: center;
  min-height: 540px;
  padding: clamp(42px, 7vw, 88px) clamp(22px, 5vw, 72px) clamp(32px, 5vw, 52px);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 10%, rgba(47,173,103,.08), transparent 28%), linear-gradient(90deg, #fff 0%, #fff 45%, rgba(255,255,255,0) 72%);
  z-index: 1;
}
.hero-copy { position: relative; z-index: 2; max-width: 620px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 800;
}
.hero h1,
.section-heading h2,
.how h2,
.support-copy h2,
.audience-copy h2,
.final-copy h2 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.95rem); max-width: 640px; }
.hero-lead {
  margin: 22px 0 18px;
  color: var(--orange);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 700;
}
.hero-text {
  margin: 0;
  max-width: 540px;
  color: #435047;
  line-height: 1.8;
  font-size: 1.02rem;
}
.actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 12px;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 18px 34px rgba(242, 99, 47, .22);
}
.btn-outline {
  color: var(--green-dark);
  border: 1.5px solid var(--green);
  background: rgba(255,255,255,.86);
}
.btn-light-outline {
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.08);
}
.icon-small { font-size: 1rem; }
.whatsapp-dot {
  width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 50%;
  position: relative; display: inline-block;
}
.whatsapp-dot::after {
  content: ""; position: absolute; width: 7px; height: 2px; background: currentColor; transform: rotate(45deg); bottom: 0; right: -3px; border-radius: 2px;
}
.hero-media {
  position: relative;
  z-index: 0;
  height: 480px;
  margin-right: -72px;
  border-radius: 0 0 0 72px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.45) 20%, rgba(255,255,255,0) 42%);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.structure-section {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 86px) clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(250px, 420px) 1fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  background: linear-gradient(90deg, var(--cream), #ffffff 52%, var(--cream));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-heading h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.accent-line {
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 20px;
  background: var(--orange);
  border-radius: 99px;
}
.feature-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.feature-matrix article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: clamp(24px, 3.3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feature-icon,
.benefit-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--green-soft);
  color: var(--green-dark);
}
.feature-icon svg,
.benefit-icon svg,
.step-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-matrix h3,
.benefits-list h3,
.steps h3 { margin: 0 0 8px; color: var(--ink); line-height: 1.28; font-size: 1rem; }
.feature-matrix p,
.benefits-list p,
.steps p { margin: 0; color: var(--muted); line-height: 1.7; font-size: .9rem; }

.how {
  color: var(--white);
  background: radial-gradient(circle at 18% 10%, rgba(255,255,255,.12), transparent 28%), linear-gradient(135deg, var(--green), #169257);
}
.how .container {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 84px) 0;
  text-align: center;
}
.how h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 3rem); }
.accent-line.light { margin: 16px auto 42px; background: var(--orange); }
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  position: relative;
}
.steps::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8%; right: 8%;
  border-top: 2px dashed rgba(255,255,255,.65);
}
.steps article { position: relative; z-index: 1; padding-top: 0; }
.step-number {
  width: 36px; height: 36px; margin: 0 auto 22px;
  display: grid; place-items: center;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--white);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.step-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.22);
}
.steps h3 { color: var(--white); }
.steps p { color: rgba(255,255,255,.92); max-width: 230px; margin: 0 auto; }

.support,
.audience {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 44%) 1fr;
  align-items: stretch;
  background: var(--white);
}
.support-image,
.audience-image { min-height: 450px; overflow: hidden; }
.support-image img,
.audience-image img { width: 100%; height: 100%; object-fit: cover; }
.support-copy {
  padding: clamp(48px, 6vw, 80px) clamp(28px, 5vw, 72px);
}
.support-copy h2,
.audience-copy h2 { font-size: clamp(1.85rem, 3vw, 3.15rem); }
.benefits-list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 42px;
}
.benefits-list article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; }
.benefits-list h3 { font-size: .96rem; }
.benefits-list p { font-size: .84rem; }

.audience {
  grid-template-columns: 1fr minmax(360px, 44%);
  background: linear-gradient(90deg, #fff, var(--cream));
  border-top: 1px solid var(--line);
}
.audience-copy { padding: clamp(48px, 6vw, 76px) clamp(22px, 5vw, 72px); }
.audience-copy ul { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 16px; }
.audience-copy li { position: relative; padding-left: 34px; color: #36443d; line-height: 1.55; font-weight: 500; }
.audience-copy li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.final-cta {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(46px, 6vw, 74px) clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  color: var(--white);
  background: radial-gradient(circle at 18% 15%, rgba(255,255,255,.14), transparent 28%), linear-gradient(135deg, var(--green), #159653 62%, var(--green-dark));
}
.final-copy h2 { color: var(--white); max-width: 620px; font-size: clamp(2rem, 3.8vw, 4rem); }
.final-copy p { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.9); line-height: 1.7; }
.final-actions { display: grid; gap: 16px; min-width: min(360px, 100%); }
.final-actions .btn { width: 100%; }

.site-footer {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 32px clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(180px, 230px) 1fr minmax(220px, 280px);
  gap: 28px;
  align-items: center;
  background: #121715;
  border-top: 1px solid rgba(47,173,103,.28);
  color: rgba(255,255,255,.92);
}
.footer-logo img { width: 188px; }
.footer-info {
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,.1);
  border-right: 1px solid rgba(255,255,255,.1);
}
.footer-info a,
.footer-company strong {
  display: block;
  color: var(--white);
  font-weight: 700;
}
.footer-info a { margin-bottom: 10px; }
.footer-info p,
.footer-company span {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  font-size: .95rem;
}
.footer-company {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 0; }
  .hero::before { background: linear-gradient(180deg, #fff 0%, #fff 54%, rgba(255,255,255,0) 100%); }
  .hero-media { height: 420px; margin: 38px -22px 0; border-radius: 36px 36px 0 0; }
  .structure-section { grid-template-columns: 1fr; }
  .support, .audience { grid-template-columns: 1fr; }
  .audience-image { order: -1; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps::before { display: none; }
  .final-cta { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-info {
    border-left: 0;
    border-right: 0;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .footer-company { justify-items: center; text-align: center; }
}

@media (max-width: 820px) {
  .site-header { min-height: 76px; }
  .brand img { width: 188px; }
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: var(--green-soft);
    border: 0;
    border-radius: 12px;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 0 auto; background: var(--green-dark); border-radius: 2px; }
  .main-nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: .22s ease;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-cta { width: 100%; }
  .feature-matrix,
  .benefits-list,
  .steps { grid-template-columns: 1fr; }
  .feature-matrix { border-left: 0; }
  .feature-matrix article { border-right: 0; grid-template-columns: 62px 1fr; }
  .support-image, .audience-image { min-height: 310px; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 2.35rem; }
  .hero-media { height: 340px; }
  .actions, .final-actions { width: 100%; }
  .btn { width: 100%; padding: 0 18px; }
  .support-copy, .audience-copy { padding-left: 22px; padding-right: 22px; }
  .step-icon { width: 64px; height: 64px; }
}
