:root {
  --moss-950: #17241b;
  --moss-900: #1e3024;
  --moss-800: #24382a;
  --moss-700: #314a38;
  --moss-600: #45624c;
  --sand-100: #f5f0e6;
  --sand-200: #e8ddca;
  --sand-400: #c8b486;
  --gold: #b99b61;
  --off-white: #fbfaf6;
  --ink: #20251f;
  --muted: #687066;
  --white: #fff;
  --shadow-sm: 0 8px 28px rgba(27, 42, 31, .08);
  --shadow-lg: 0 28px 70px rgba(16, 27, 20, .18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--off-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(251, 250, 246, .92);
  border-bottom: 1px solid rgba(36, 56, 42, .08);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(23, 36, 27, .08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.brand-text { display: grid; line-height: 1.2; }
.brand-text strong { font-size: .94rem; letter-spacing: .18em; font-weight: 600; }
.brand-text small { margin-top: 5px; font-size: .62rem; letter-spacing: .15em; color: var(--moss-600); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-size: .82rem; font-weight: 600; color: #465047; transition: color .2s ease; }
.main-nav a:hover { color: var(--moss-800); }
.main-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(36, 56, 42, .28); border-radius: 999px; color: var(--moss-800); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--moss-900); transition: .25s ease; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 146px 0 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 25%, rgba(185, 155, 97, .15), transparent 25%),
    linear-gradient(135deg, #f7f3eb 0%, #fdfcf8 60%, #f2eadb 100%);
}
.hero-pattern { position: absolute; right: -160px; top: 130px; width: 540px; height: 540px; border: 1px solid rgba(49, 74, 56, .08); border-radius: 50%; }
.hero-pattern::before, .hero-pattern::after { content: ""; position: absolute; border: 1px solid rgba(49, 74, 56, .08); border-radius: 50%; }
.hero-pattern::before { inset: 68px; }
.hero-pattern::after { inset: 138px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: var(--moss-700); font-size: .74rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow.light { color: var(--sand-400); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(2.65rem, 5.1vw, 4.9rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 600; color: var(--moss-950); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.45rem); line-height: 1.12; letter-spacing: -.035em; color: var(--moss-950); }
h3 { margin-bottom: 10px; font-size: 1.05rem; line-height: 1.35; }
.hero-lead { max-width: 610px; margin-bottom: 30px; font-size: 1.05rem; color: #536056; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 15px 23px; border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 700; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary { color: var(--white); background: var(--moss-800); box-shadow: 0 14px 34px rgba(36, 56, 42, .22); }
.button-primary:hover { background: var(--moss-950); box-shadow: 0 18px 40px rgba(36, 56, 42, .28); }
.button-sand { color: var(--moss-950); background: var(--sand-200); box-shadow: 0 12px 28px rgba(0, 0, 0, .15); }
.button-sand:hover { background: #f1e7d5; }
.button-large { min-height: 60px; padding-inline: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 24px; color: #606a61; font-size: .76rem; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.hero-visual { position: relative; }
.photo-frame { position: relative; width: min(100%, 500px); margin-left: auto; border-radius: 240px 240px 28px 28px; overflow: hidden; box-shadow: var(--shadow-lg); background: #d9d7d2; }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13, 22, 16, .48), transparent 38%); pointer-events: none; }
.photo-frame img { width: 100%; height: 630px; object-fit: cover; object-position: center 40%; }
.photo-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; color: var(--white); display: grid; }
.photo-caption strong { font-size: 1rem; letter-spacing: .06em; }
.photo-caption span { font-size: .72rem; opacity: .85; }

.trust-strip { background: var(--moss-900); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 26px 30px; display: grid; gap: 3px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid span { color: rgba(255,255,255,.7); font-size: .76rem; }

.section { padding: 112px 0; }
.section-light { background: var(--off-white); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child { color: var(--muted); }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.issue-card { min-height: 225px; padding: 28px; background: var(--white); border: 1px solid rgba(36, 56, 42, .08); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.issue-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(27, 42, 31, .11); }
.issue-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.icon-circle { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 50%; background: var(--sand-100); color: var(--moss-700); font-size: .7rem; font-weight: 700; }
.emotional-line { margin-top: 56px; padding: 28px 32px; border-left: 3px solid var(--gold); background: #f2ecdf; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.emotional-line span { color: #5b645c; }
.emotional-line strong { color: var(--moss-900); text-align: right; }

.services { color: var(--white); background: var(--moss-800); }
.services h2 { color: var(--white); }
.services-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.services-copy { position: sticky; top: 130px; }
.services-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 16px; color: var(--sand-200); text-decoration: none; font-weight: 700; font-size: .84rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.services-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-item span { color: var(--sand-400); font-size: .72rem; font-weight: 700; }
.service-item p { margin: 0; font-size: .98rem; font-weight: 500; }

.denial-section { background: var(--moss-950); color: var(--white); overflow: hidden; }
.denial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.denial-photo { position: relative; }
.denial-photo::before { content: ""; position: absolute; width: 80%; height: 86%; left: -24px; bottom: -24px; border: 1px solid rgba(200,180,134,.35); border-radius: var(--radius-md); }
.denial-photo img { position: relative; width: 100%; height: 620px; object-fit: cover; border-radius: var(--radius-md); box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.denial-copy h2 { color: var(--white); }
.denial-copy p { color: rgba(255,255,255,.72); }
.denial-copy .button { margin-top: 12px; }

.about-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 80px; align-items: center; }
.about-copy p { color: var(--muted); }
.signature-block { display: grid; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(36,56,42,.12); }
.signature-block strong { letter-spacing: .16em; font-size: .92rem; }
.signature-block span { margin-top: 5px; color: var(--moss-600); font-size: .75rem; }
.about-photo { position: relative; }
.about-photo::after { content: ""; position: absolute; right: -22px; bottom: -22px; width: 120px; height: 120px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.about-photo img { width: 100%; height: 610px; object-fit: cover; object-position: center 20%; border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow-lg); }

.reasons { background: #f1ebdf; }
.reasons-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.reason-card { min-height: 255px; padding: 25px 22px; border-radius: var(--radius-sm); background: rgba(255,255,255,.72); border: 1px solid rgba(36,56,42,.08); }
.reason-card p { margin-bottom: 0; color: var(--muted); font-size: .83rem; }
.reason-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 32px; border-radius: 12px; background: var(--moss-800); color: var(--sand-200); font-weight: 700; font-size: .8rem; }

.outcomes { color: var(--white); background: var(--moss-700); }
.outcomes-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.outcomes h2 { margin-bottom: 0; color: var(--white); }
.outcome-list { display: grid; gap: 13px; }
.outcome-list span { display: flex; align-items: center; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.16); font-weight: 500; }
.outcome-list i { font-style: normal; color: var(--sand-400); }

.final-cta { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: #0d120f; }
.final-cta-image, .final-overlay { position: absolute; inset: 0; }
.final-cta-image img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 36%; }
.final-overlay { background: linear-gradient(90deg, rgba(12,18,14,.95) 0%, rgba(12,18,14,.83) 43%, rgba(12,18,14,.2) 76%, rgba(12,18,14,.05) 100%); }
.final-content { position: relative; z-index: 2; padding-block: 90px; color: var(--white); }
.final-content h2 { max-width: 670px; color: var(--white); }
.final-content > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.76); font-size: 1rem; }
.final-content small { display: block; max-width: 580px; margin-top: 18px; color: rgba(255,255,255,.55); font-size: .7rem; }

.site-footer { padding: 70px 0 26px; background: #101812; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 70px; padding-bottom: 48px; }
.brand-footer .brand-text small { color: var(--sand-400); }
.footer-brand p { max-width: 430px; margin: 24px 0 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h3 { margin-bottom: 10px; color: var(--sand-200); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a, .footer-column span, .link-button { color: rgba(255,255,255,.65); text-decoration: none; font: inherit; font-size: .8rem; }
.footer-column a:hover, .link-button:hover { color: var(--white); }
.link-button { padding: 0; border: 0; background: none; cursor: pointer; text-align: left; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; max-width: 650px; color: rgba(255,255,255,.42); font-size: .68rem; }
.footer-bottom p:last-child { text-align: right; }

.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--moss-700); color: var(--white); box-shadow: 0 12px 28px rgba(23,36,27,.3); transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.02); background: var(--moss-950); }
.floating-whatsapp svg { width: 28px; height: 28px; fill: currentColor; }

.privacy-dialog { width: min(620px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.privacy-dialog::backdrop { background: rgba(12,18,14,.72); backdrop-filter: blur(5px); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px 18px; border-bottom: 1px solid rgba(36,56,42,.1); }
.dialog-header h2 { margin: 0; font-size: 1.35rem; }
.dialog-header button { border: 0; background: none; font-size: 2rem; line-height: 1; cursor: pointer; color: var(--moss-800); }
.dialog-content { padding: 24px 28px 30px; }
.dialog-content p { color: var(--muted); font-size: .86rem; }
.dialog-content p:last-child { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 40px; }
  .photo-frame img { height: 560px; }
  .reasons-grid { grid-template-columns: repeat(3, 1fr); }
  .reason-card:nth-child(4), .reason-card:nth-child(5) { grid-column: span 1; }
  .services-grid, .denial-grid, .about-grid { gap: 50px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 720px); }
  .header-inner { min-height: 72px; }
  .brand-text strong { font-size: .8rem; }
  .brand-text small { font-size: .55rem; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 2; inset: 0 0 auto; min-height: 100vh; padding: 118px 28px 40px; background: var(--off-white); display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateY(-105%); transition: transform .35s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid rgba(36,56,42,.1); font-size: 1rem; }
  .main-nav .nav-cta { margin-top: 20px; text-align: center; border: 0; background: var(--moss-800); color: var(--white); }
  body.menu-open { overflow: hidden; }
  .hero { padding: 118px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .hero-copy { max-width: none; }
  .hero-visual { width: min(100%, 540px); margin: 12px auto 0; }
  .photo-frame { width: 100%; }
  .photo-frame img { height: 600px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .issue-grid { grid-template-columns: repeat(2, 1fr); }
  .emotional-line { align-items: flex-start; flex-direction: column; }
  .emotional-line strong { text-align: left; }
  .services-grid, .denial-grid, .about-grid, .outcomes-inner { grid-template-columns: 1fr; gap: 46px; }
  .services-copy { position: static; }
  .denial-photo { width: min(100%, 560px); }
  .denial-photo img { height: 620px; }
  .about-photo { order: -1; width: min(100%, 540px); }
  .about-photo img { height: 600px; }
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta { min-height: 650px; }
  .final-overlay { background: linear-gradient(90deg, rgba(12,18,14,.94), rgba(12,18,14,.65)); }
  .final-cta-image img { object-position: 65% 35%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  .brand img { width: 40px; height: 40px; }
  .brand-text strong { letter-spacing: .12em; font-size: .72rem; }
  .brand-text small { letter-spacing: .1em; }
  .hero { padding-top: 105px; }
  h1 { font-size: 2.45rem; }
  h2 { font-size: 2rem; }
  .hero-lead { font-size: .95rem; }
  .button { width: 100%; padding-inline: 18px; }
  .hero-proof { display: grid; }
  .photo-frame { border-radius: 170px 170px 22px 22px; }
  .photo-frame img { height: 500px; object-position: center 35%; }
  .photo-caption { left: 22px; bottom: 20px; }
  .issue-grid, .reasons-grid { grid-template-columns: 1fr; }
  .issue-card, .reason-card { min-height: auto; }
  .denial-photo img, .about-photo img { height: 500px; }
  .about-photo img { border-radius: 160px 160px 22px 22px; }
  .denial-photo::before, .about-photo::after { display: none; }
  .final-cta { min-height: 700px; }
  .final-cta-image img { object-position: 62% 40%; }
  .final-overlay { background: linear-gradient(90deg, rgba(12,18,14,.96), rgba(12,18,14,.78)); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
