:root {
  --ink: #17332b;
  --ink-soft: #43564f;
  --forest: #0f5137;
  --forest-dark: #0a3b29;
  --sage: #dfe9df;
  --sage-2: #eef3ea;
  --paper: #fbf8f2;
  --surface: #ffffff;
  --gold: #b88c4a;
  --line: rgba(23, 51, 43, 0.14);
  --shadow: 0 24px 64px rgba(23, 51, 43, 0.10);
  --shadow-soft: 0 12px 34px rgba(23, 51, 43, 0.07);
  --radius: 22px;
  --radius-sm: 14px;
  color-scheme: light;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 12%, rgba(184,140,74,.08), transparent 25%),
    radial-gradient(circle at 92% 7%, rgba(15,81,55,.07), transparent 28%);
  z-index: -1;
}
img { display:block; max-width:100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link {
  position:absolute; left:16px; top:-80px; z-index:100;
  background:var(--surface); border:2px solid var(--forest); border-radius:10px;
  padding:10px 14px; font-weight:700;
}
.skip-link:focus { top:16px; }

.site-header {
  position: sticky; top:0; z-index:50;
  background: rgba(251,248,242,.94);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(23,51,43,.08);
}
.nav {
  max-width:1240px; margin:0 auto; padding:15px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.brand { text-decoration:none; min-width:190px; }
.brand strong {
  display:block; font-family: Georgia, "Times New Roman", serif;
  font-size:1.08rem; font-weight:700; letter-spacing:.01em;
}
.brand span { display:block; margin-top:1px; color:var(--ink-soft); font-size:.79rem; }
.nav-links { display:flex; align-items:center; justify-content:flex-end; gap:18px; min-width:0; }
.nav-links > a:not(.button) {
  position:relative; color:#40534d; text-decoration:none; font-size:.9rem; font-weight:650;
  white-space:nowrap;
}
.nav-links > a:not(.button):hover, .nav-links > a[aria-current="page"] { color:var(--forest-dark); }
.nav-links > a[aria-current="page"]::after {
  content:""; position:absolute; left:0; right:0; bottom:-8px; height:2px;
  background:var(--gold); border-radius:999px;
}
.button {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  min-height:48px; padding:12px 19px; border-radius:999px;
  border:1px solid var(--forest); background:var(--forest); color:#fff;
  text-decoration:none; font-weight:760; line-height:1.2;
  box-shadow:0 10px 24px rgba(15,81,55,.12);
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { background:var(--forest-dark); transform:translateY(-1px); box-shadow:0 14px 28px rgba(15,81,55,.18); }
.button.secondary {
  background:transparent; color:var(--forest); border-color:rgba(15,81,55,.35); box-shadow:none;
}
.button.secondary:hover { background:rgba(15,81,55,.06); }
.nav-links .button { min-height:42px; padding:10px 15px; font-size:.88rem; }

.container { width:min(1180px, calc(100% - 48px)); margin:0 auto; }
.hero {
  position:relative; overflow:hidden;
  padding:72px 0 52px;
  background:
    linear-gradient(120deg, rgba(251,248,242,.98) 0%, rgba(251,248,242,.95) 49%, rgba(238,243,234,.94) 100%);
}
.hero::after {
  content:""; position:absolute; width:340px; height:340px; right:-110px; top:-100px;
  border:1px solid rgba(184,140,74,.26); border-radius:50%;
  box-shadow:0 0 0 42px rgba(184,140,74,.04), 0 0 0 84px rgba(15,81,55,.025);
}
.hero-grid {
  position:relative; z-index:1; display:grid; align-items:center; gap:64px;
  grid-template-columns:minmax(0, 1.02fr) minmax(340px, .88fr);
}
.hero-copy { max-width:680px; }
.eyebrow {
  display:inline-flex; align-items:center; gap:8px;
  margin:0 0 14px; color:var(--forest); font-size:.78rem; font-weight:800;
  text-transform:uppercase; letter-spacing:.13em;
}
.eyebrow::before { content:""; width:24px; height:1px; background:var(--gold); }
h1,h2,h3 { margin:0; color:var(--ink); line-height:1.08; }
h1,h2 { font-family:Georgia, "Times New Roman", serif; font-weight:700; }
h1 { font-size:clamp(3.1rem, 5.8vw, 5.7rem); letter-spacing:-.035em; max-width:800px; }
h2 { font-size:clamp(2.15rem, 4vw, 3.7rem); letter-spacing:-.025em; }
h3 { font-size:1.18rem; font-weight:780; }
p { margin:0; }
.hero-subtitle {
  margin-top:17px; max-width:660px;
  color:var(--forest-dark); font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(1.5rem, 2.4vw, 2.15rem); line-height:1.25; font-weight:700;
}
.lead { margin-top:20px; color:var(--ink-soft); font-size:1.08rem; max-width:680px; }
.hero-actions, .section-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.trust-row { display:flex; flex-wrap:wrap; gap:12px 18px; margin-top:28px; color:#355247; }
.trust-item { display:inline-flex; align-items:center; gap:9px; font-size:.92rem; font-weight:650; }
.trust-icon {
  width:32px; height:32px; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid rgba(15,81,55,.2); border-radius:10px; background:rgba(255,255,255,.55); color:var(--forest);
}
.hero-media {
  position:relative; justify-self:end; width:min(100%, 470px);
  border-radius:30px 30px 130px 30px; overflow:hidden; box-shadow:var(--shadow);
  background:var(--sage);
}
.hero-media::after {
  content:""; position:absolute; inset:12px; border:1px solid rgba(255,255,255,.45);
  border-radius:22px 22px 118px 22px; pointer-events:none;
}
.hero-media img { width:100%; aspect-ratio:4 / 4.55; object-fit:cover; object-position:center 24%; }
.hero-note {
  position:absolute; left:-28px; bottom:28px; max-width:235px; padding:14px 17px;
  background:rgba(255,255,255,.94); border:1px solid rgba(23,51,43,.08);
  border-radius:16px; box-shadow:var(--shadow-soft); color:var(--ink-soft);
  font-size:.88rem; line-height:1.45;
}
.hero-note strong { display:block; color:var(--forest-dark); font-size:.95rem; margin-bottom:2px; }

.audience-strip { position:relative; z-index:3; margin-top:-18px; padding:0 0 30px; }
.audience-grid {
  display:grid; grid-template-columns:repeat(4, minmax(0,1fr));
  background:rgba(255,255,255,.96); border:1px solid var(--line); border-radius:var(--radius);
  box-shadow:var(--shadow-soft); overflow:hidden;
}
.audience-card {
  display:grid; grid-template-columns:54px 1fr; gap:14px; align-items:center; padding:23px 20px;
}
.audience-card + .audience-card { border-left:1px solid var(--line); }
.audience-icon {
  width:50px; height:50px; display:grid; place-items:center; border-radius:50%;
  background:var(--sage-2); color:var(--forest); font-weight:900; font-size:1.15rem;
}
.audience-icon.rainbow {
  background:conic-gradient(#e94b4b 0 16.6%,#f2a143 16.6% 33.2%,#e8ca42 33.2% 49.8%,#52a76b 49.8% 66.4%,#4b83ca 66.4% 83%,#8f61ad 83% 100%);
  position:relative;
}
.audience-icon.rainbow::after { content:""; width:22px; height:22px; border-radius:50%; background:#fff; }
.audience-card h2 { font-family:Inter, "Segoe UI", sans-serif; font-size:1.02rem; letter-spacing:0; }
.audience-card p { margin-top:5px; color:var(--ink-soft); font-size:.88rem; line-height:1.45; }

.section { padding:86px 0; }
.section.alt { background:rgba(238,243,234,.72); border-top:1px solid rgba(23,51,43,.05); border-bottom:1px solid rgba(23,51,43,.05); }
.section-head { max-width:780px; margin-bottom:36px; }
.section-head p { margin-top:16px; color:var(--ink-soft); font-size:1.04rem; }
.split { display:grid; grid-template-columns:.92fr 1.08fr; gap:64px; align-items:start; }
.grid { display:grid; gap:18px; }
.grid.three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.grid.two { grid-template-columns:repeat(2,minmax(0,1fr)); }
.card {
  background:rgba(255,255,255,.92); border:1px solid var(--line); border-radius:var(--radius-sm);
  padding:25px; box-shadow:0 8px 24px rgba(23,51,43,.045);
}
.card p { margin-top:10px; color:var(--ink-soft); }
.card a { display:inline-flex; margin-top:16px; color:var(--forest); font-weight:800; text-decoration:none; }
.card a::after { content:"→"; margin-left:7px; transition:transform .18s ease; }
.card a:hover::after { transform:translateX(3px); }
.card-feature {
  min-height:100%; position:relative; overflow:hidden; padding-top:58px;
}
.card-feature::before {
  content:""; position:absolute; top:24px; left:25px; width:26px; height:3px;
  background:var(--gold); border-radius:999px;
}
.checklist { list-style:none; padding:0; margin:22px 0 0; display:grid; gap:13px; }
.checklist li {
  position:relative; padding:14px 16px 14px 45px;
  background:rgba(255,255,255,.72); border:1px solid rgba(23,51,43,.08); border-radius:12px;
  color:var(--ink-soft);
}
.checklist li::before {
  content:"✓"; position:absolute; left:15px; top:13px; width:22px; height:22px;
  display:grid; place-items:center; background:var(--sage); color:var(--forest); border-radius:50%;
  font-size:.78rem; font-weight:900;
}

.steps { display:grid; gap:14px; counter-reset:step; }
.step {
  counter-increment:step; display:grid; grid-template-columns:48px 1fr; gap:15px;
  padding:20px; background:rgba(255,255,255,.75); border:1px solid var(--line); border-radius:15px;
}
.step::before {
  content:counter(step); width:38px; height:38px; display:grid; place-items:center;
  background:var(--forest); color:#fff; border-radius:50%; font-weight:800;
}
.step p { margin-top:6px; color:var(--ink-soft); }

.faq-list { border-top:1px solid var(--line); }
.faq { padding:21px 0; border-bottom:1px solid var(--line); }
.faq p { margin-top:8px; color:var(--ink-soft); max-width:880px; }

.cta-band {
  position:relative; overflow:hidden; padding:72px 0; background:var(--forest-dark); color:#fff;
}
.cta-band::before {
  content:""; position:absolute; width:420px; height:420px; right:-130px; top:-190px;
  border:1px solid rgba(255,255,255,.14); border-radius:50%;
}
.cta-band h2 { color:#fff; max-width:800px; }
.cta-band p { margin-top:15px; max-width:720px; color:rgba(255,255,255,.78); font-size:1.05rem; }
.cta-band .button { background:#fff; color:var(--forest-dark); border-color:#fff; }
.cta-band .button:hover { background:#f3efe7; }

.site-footer { background:#10241e; color:rgba(255,255,255,.76); padding:44px 0 92px; }
.footer-inner {
  display:grid; grid-template-columns:1.2fr .8fr; gap:30px; align-items:start;
}
.footer-brand strong { display:block; color:#fff; font-family:Georgia, "Times New Roman", serif; font-size:1.25rem; }
.footer-brand span { display:block; margin-top:4px; font-size:.9rem; }
.footer-links { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px 18px; }
.footer-links a { color:#fff; text-decoration:none; font-size:.9rem; }
.footer-note { grid-column:1/-1; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); font-size:.82rem; }

.mobile-whatsapp {
  display:none; position:fixed; left:16px; right:16px; bottom:14px; z-index:70;
  min-height:52px; border-radius:999px; background:var(--forest); color:#fff;
  text-decoration:none; align-items:center; justify-content:center; font-weight:800;
  box-shadow:0 14px 32px rgba(15,81,55,.28);
}
.topic-accent { color:var(--forest); }
.page-intro { max-width:760px; }
.micro-proof { margin-top:18px; color:#587066; font-size:.88rem; }

@media (max-width:1080px) {
  .nav { align-items:flex-start; flex-direction:column; gap:11px; }
  .nav-links { width:100%; overflow-x:auto; padding-bottom:5px; justify-content:flex-start; scrollbar-width:none; }
  .nav-links::-webkit-scrollbar { display:none; }
  .hero-grid { gap:42px; grid-template-columns:minmax(0,1fr) minmax(300px,.8fr); }
  .audience-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .audience-card:nth-child(3) { border-left:0; border-top:1px solid var(--line); }
  .audience-card:nth-child(4) { border-top:1px solid var(--line); }
}
@media (max-width:820px) {
  .hero { padding-top:44px; }
  .hero-grid, .split { grid-template-columns:1fr; }
  .hero-grid { gap:30px; }
  .hero-media { justify-self:start; width:min(100%,560px); }
  .hero-note { left:auto; right:16px; bottom:16px; }
  .grid.three, .grid.two { grid-template-columns:1fr; }
  .section { padding:68px 0; }
  .footer-inner { grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; }
  .footer-note { grid-column:1; }
}
@media (max-width:560px) {
  .container { width:min(100% - 32px,1180px); }
  .nav { padding:12px 16px; }
  .nav-links { gap:14px; }
  .nav-links .button { display:none; }
  .hero { padding:34px 0 42px; }
  h1 { font-size:clamp(2.55rem, 13vw, 3.6rem); }
  h2 { font-size:clamp(2rem, 10vw, 2.7rem); }
  .hero-subtitle { font-size:1.38rem; }
  .lead { font-size:1rem; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions .button { width:100%; }
  .trust-row { display:grid; gap:10px; }
  .hero-media { border-radius:24px 24px 86px 24px; }
  .hero-media::after { border-radius:17px 17px 76px 17px; }
  .hero-note { position:static; max-width:none; border-radius:0; box-shadow:none; border:0; border-top:1px solid rgba(23,51,43,.08); }
  .audience-strip { margin-top:0; padding-top:16px; }
  .audience-grid { grid-template-columns:1fr; }
  .audience-card + .audience-card, .audience-card:nth-child(3), .audience-card:nth-child(4) {
    border-left:0; border-top:1px solid var(--line);
  }
  .audience-card { padding:18px 16px; }
  .section { padding:58px 0; }
  .card { padding:21px; }
  .cta-band { padding:58px 0 78px; }
  .site-footer { padding-bottom:94px; }
  .mobile-whatsapp { display:flex; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; }
}
