@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Figtree:wght@400;500;600;700&display=swap");
:root {
  --bg: #f3f6f4;
  --paper: #fff;
  --ink: #13201c;
  --muted: #52615b;
  --green: #0e5248;
  --green-deep: #072c26;
  --mint: #d8eae2;
  --mint-deep: #c6e0d6;
  --orange: #f06a45;
  --orange-deep: #d74e2d;
  --line: #dce6e1;
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "Figtree", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(14,82,72,.1); }
.header-inner { height: 70px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--green); font: 800 1.32rem/1 var(--display); letter-spacing: -.04em; }
.brand span, .report-top > div > span span { color: var(--orange); }
.header-note { color: var(--muted); font-size: .84rem; font-weight: 600; }

.hero { position: relative; overflow: hidden; padding: 58px 0 68px; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: -230px; right: -180px; background: radial-gradient(circle, rgba(14,82,72,.16), transparent 70%); }
.hero-glow-two { width: 380px; height: 380px; bottom: -220px; left: -180px; background: radial-gradient(circle, rgba(240,106,69,.12), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 21px; padding: 8px 14px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(240,106,69,.12); }
h1 { max-width: 13ch; margin: 0; color: var(--green-deep); font: 800 clamp(2.8rem,5.3vw,4.55rem)/.98 var(--display); letter-spacing: -.055em; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; margin: 25px 0 28px; color: var(--muted); font-size: 1.12rem; line-height: 1.62; }
.hero-lead strong { color: var(--green); }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 23px; border-radius: 999px; background: var(--orange); color: white; font-weight: 700; box-shadow: 0 15px 30px -15px rgba(215,78,45,.9); transition: transform .2s, background .2s; }
.primary-button:hover { background: var(--orange-deep); transform: translateY(-2px); }
.primary-button svg, .text-link svg, .white-button svg { width: 19px; height: 19px; }
.hero-actions p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.hero-actions p strong, .hero-actions p span { display: block; }.hero-actions p strong { color: var(--green-deep); }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .81rem; font-weight: 600; }
.trust-row li { display: flex; align-items: center; gap: 6px; }.trust-row svg { width: 16px; height: 16px; color: var(--green); }
.from-zero-note { margin: 13px 0 0; color: var(--muted); font-size: .82rem; }
.from-zero-note strong { color: var(--green-deep); }

.report-stage { position: relative; padding-top: 29px; }
.stage-label { position: absolute; top: 0; left: 0; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.report-card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 27px; box-shadow: 0 30px 70px -38px rgba(7,44,38,.55); }
.report-card::after { content: ""; position: absolute; z-index: -1; inset: 10px -10px -10px 10px; border: 1px solid rgba(14,82,72,.12); border-radius: 10px; background: var(--mint); }
.report-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.report-top > div > span { display: block; color: var(--green); font: 800 1.22rem/1 var(--display); letter-spacing: -.04em; }
.report-top small { color: var(--muted); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.report-top > b { color: var(--mint-deep); font: 800 2.35rem/1 var(--display); }
.report-title { padding: 20px 0 14px; }.report-title small { color: var(--orange-deep); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.report-title h2 { max-width: 14em; margin: 6px 0 0; color: var(--green-deep); font: 700 1.4rem/1.08 var(--display); letter-spacing: -.025em; }
.report-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.report-list li { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.report-list li > b { color: var(--orange); font: 700 .72rem var(--display); }
.report-list div strong, .report-list div span { display: block; }.report-list div strong { color: var(--green-deep); font-size: .84rem; }.report-list div span { margin-top: 2px; color: var(--muted); font-size: .69rem; }
.report-list i { min-width: 43px; padding: 5px 7px; border-radius: 999px; background: #f9e8e1; color: var(--orange-deep); font-size: .6rem; font-style: normal; font-weight: 700; text-align: center; }
.report-list li:last-child i { background: var(--mint); color: var(--green); }
.report-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; color: var(--muted); font-size: .67rem; font-weight: 600; }
.pulse-line { display: flex; align-items: center; gap: 4px; height: 20px; }.pulse-line i { width: 5px; height: 8px; border-radius: 4px; background: var(--orange); }.pulse-line i:nth-child(2) { height: 19px; }.pulse-line i:nth-child(3) { height: 12px; }

.focus-strip { background: var(--green-deep); color: white; }
.focus-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.focus-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.focus-grid article:first-child { padding-left: 0; }.focus-grid article:last-child { padding-right: 0; border-right: 0; }
.focus-grid article > span { color: var(--orange); font: 700 .72rem var(--display); }
.focus-grid h2 { margin: 0 0 5px; font: 700 1rem var(--display); }.focus-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .78rem; line-height: 1.45; }

.compact-section { padding: 82px 0; }
.compact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.kicker { margin: 0 0 13px; color: var(--orange-deep); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.delivery-copy h2, .final-card h2 { margin: 0; color: var(--green-deep); font: 800 clamp(2.15rem,4vw,3.15rem)/1.03 var(--display); letter-spacing: -.045em; }
.delivery-copy > p:nth-of-type(2) { margin: 19px 0 0; color: var(--muted); line-height: 1.65; }
.delivery-copy ul { display: grid; gap: 13px; margin: 23px 0 24px; padding: 0; list-style: none; }
.delivery-copy li { display: flex; gap: 10px; color: var(--muted); font-size: .92rem; line-height: 1.5; }.delivery-copy li svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; color: var(--green); }.delivery-copy li strong { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-deep); font-weight: 700; }
.mini-proof { min-width: 0; }
.testimonial-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.testimonial-row blockquote { display: flex; flex-direction: column; min-height: 225px; margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); color: var(--ink); font-size: .88rem; line-height: 1.57; box-shadow: 0 16px 42px -36px rgba(7,44,38,.45); }
.testimonial-row footer { margin-top: auto; padding-top: 22px; }.testimonial-row footer b, .testimonial-row footer span { display: block; }.testimonial-row footer b { color: var(--green-deep); font-size: .8rem; }.testimonial-row footer span { margin-top: 2px; color: var(--muted); font-size: .66rem; }
.mini-proof > small { display: block; margin-top: 11px; color: var(--muted); font-size: .66rem; }

.final-cta { padding: 0 0 62px; }
.final-card { position: relative; overflow: hidden; min-height: 260px; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; padding: 46px 50px; border-radius: 24px; background: var(--green); color: white; }
.final-card::after { content: ""; position: absolute; width: 330px; height: 330px; top: -170px; right: -130px; border: 50px solid rgba(255,255,255,.05); border-radius: 50%; }
.final-card > * { position: relative; z-index: 1; }.light-kicker { color: #ffc0ae; }.final-card h2 { max-width: 720px; color: white; }.final-card > div > p:last-child { margin: 15px 0 0; color: rgba(255,255,255,.74); }
.white-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 20px; border-radius: 999px; background: white; color: var(--green-deep); font-weight: 700; white-space: nowrap; transition: transform .2s; }.white-button:hover { transform: translateY(-2px); }
.whatsapp-icon { width: 21px; height: 21px; stroke: none; }

.site-footer { padding: 29px 0; background: var(--green-deep); color: rgba(255,255,255,.6); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: .75rem; }.footer-inner p { margin: 0; }.footer-brand { color: white; }.footer-inner > a:last-child:hover { color: white; }
.mobile-cta { display: none; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; border-radius: 8px; }

@media (max-width: 960px) {
  .hero-grid, .compact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 760px; }
  .report-stage { width: min(520px,100%); margin: 0 auto; }
  .focus-grid article { padding: 26px 18px; }
  .testimonial-row { grid-template-columns: repeat(3,minmax(250px,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
  .testimonial-row blockquote { scroll-snap-align: start; }
  .final-card { grid-template-columns: 1fr; gap: 28px; }.final-card .white-button { justify-self: start; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px,1160px); }
  .header-note { font-size: .72rem; }
  .hero { padding: 37px 0 54px; }
  h1 { font-size: clamp(2.45rem,12vw,3.35rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }.primary-button { width: 100%; }.hero-actions p { text-align: center; }
  .trust-row { justify-content: center; gap: 9px 14px; }
  .from-zero-note { text-align: center; }
  .report-card { padding: 21px 18px; }.report-title h2 { font-size: 1.24rem; }.report-list li { grid-template-columns: 24px 1fr auto; gap: 7px; }
  .focus-grid { grid-template-columns: 1fr; padding: 12px 0; }.focus-grid article,.focus-grid article:first-child,.focus-grid article:last-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }.focus-grid article:last-child { border-bottom: 0; }
  .compact-section { padding: 64px 0; }.compact-grid { gap: 45px; }.delivery-copy h2,.final-card h2 { font-size: 2.25rem; }
  .testimonial-row { margin-right: -16px; padding-right: 16px; }
  .final-cta { padding: 0; }.final-card { width: 100%; min-height: 0; padding: 50px 24px 82px; border-radius: 0; }.final-card .white-button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 12px; padding-bottom: 64px; }
  .mobile-cta { position: fixed; z-index: 40; left: 14px; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom,0px)); display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 18px; border-radius: 999px; background: #25d366; color: #0b2f25; font-size: .9rem; font-weight: 800; box-shadow: 0 16px 35px -14px rgba(0,0,0,.55); }.mobile-cta svg { width: 22px; height: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
