:root{
  --green:#25D366;--green-hover:#1FC75D;--green-soft:#EFFFF4;--ink:#0B0F19;--body:#4B5563;--muted:#6B7280;--border:#E5E7EB;--soft:#F9FAFB;--white:#fff;
  --shadow:0 24px 70px rgba(15,23,42,.08);--green-shadow:0 14px 34px rgba(37,211,102,.24);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,a{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{height:68px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--ink);letter-spacing:-.03em}.brand-mark{width:30px;height:30px;border-radius:9px;background:var(--green);display:grid;place-items:center;box-shadow:0 8px 20px rgba(37,211,102,.22)}.brand-mark svg{width:17px;height:17px;fill:white}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary,.btn-small{background:var(--green);color:#fff;border-radius:999px;font-weight:900;box-shadow:var(--green-shadow)}.btn-primary{font-size:16px;padding:18px 30px}.btn-small{font-size:14px;padding:13px 22px;box-shadow:0 10px 24px rgba(37,211,102,.18)}.btn-primary:hover,.btn-small:hover{background:var(--green-hover)}.section-pad{padding:96px 0}.hero{padding-top:86px;padding-bottom:96px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;background:var(--green-soft);border:1px solid rgba(37,211,102,.25);color:#128C3A;border-radius:999px;font-size:14px;font-weight:800;padding:8px 14px}.eyebrow span{width:7px;height:7px;border-radius:999px;background:var(--green)}h1,h2,h3,p{margin:0}.hero h1{margin-top:28px;font-size:clamp(56px,5vw,72px);line-height:.95;letter-spacing:-.055em;font-weight:950;color:var(--ink);max-width:670px}.hero h1 strong,.final-box strong{color:var(--green);font:inherit}.hero-sub{margin-top:26px;max-width:590px;color:var(--body);font-size:18px;line-height:1.65}.hero-actions{margin-top:32px}.microcopy{margin-top:14px;color:var(--muted);font-size:14px;line-height:1.5;max-width:520px}.proof-list{display:flex;align-items:center;gap:18px;flex-wrap:wrap;list-style:none;margin:30px 0 0;padding:0}.proof-list li{display:flex;align-items:center;gap:8px;color:#374151;font-size:14px;font-weight:700}.proof-list span{color:var(--green);font-weight:950}.audit-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.audit-head{display:flex;align-items:start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding-bottom:18px;margin-bottom:20px}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:var(--muted)}.audit-head h2{margin-top:6px;font-size:24px;letter-spacing:-.04em}.audit-pill{background:var(--green-soft);color:#128C3A;border-radius:999px;font-size:12px;font-weight:900;padding:8px 12px}.audit-rows{display:grid;gap:14px}.audit-row{background:var(--soft);border:1px solid var(--border);border-left:3px solid var(--green);border-radius:18px;padding:18px}.label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#128C3A}.label.fix{margin-top:14px}.audit-row h3{margin-top:6px;font-size:16px;letter-spacing:-.02em}.audit-row p:not(.label){color:var(--body);font-size:15px;line-height:1.45;margin-top:5px}.audit-bottom{width:max-content;max-width:100%;margin:20px auto 0;background:var(--green);color:white;border-radius:999px;font-size:13px;font-weight:950;padding:10px 16px}.proof-strip{padding:0 0 72px}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.proof-card{background:white;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 14px 38px rgba(15,23,42,.04)}.proof-card span{display:block;font-size:22px;font-weight:950;letter-spacing:-.04em}.proof-card p{margin-top:6px;color:var(--body);font-size:14px;line-height:1.4}.soft-bg{background:var(--soft)}.section-head{text-align:center;max-width:780px;margin:0 auto 40px}.section-head.narrow{max-width:680px}.section-head h2{margin-top:14px;font-size:clamp(36px,4vw,54px);line-height:1;letter-spacing:-.055em;font-weight:950}.section-head p:not(.section-kicker){margin-top:16px;color:var(--body);font-size:17px;line-height:1.6}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:34px}.filter{border:1px solid rgba(37,211,102,.28);background:white;color:#128C3A;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900}.filter.is-active,.filter:hover{background:var(--green);color:white;border-color:var(--green)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.second-grid{margin-top:18px}.case-card{background:white;border:1px solid var(--border);border-radius:22px;padding:24px;display:flex;flex-direction:column;gap:18px;box-shadow:0 16px 42px rgba(15,23,42,.04)}.case-cat{align-self:flex-start;background:var(--green-soft);border:1px solid rgba(37,211,102,.25);color:#128C3A;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950}.case-card h3{font-size:22px;line-height:1.08;letter-spacing:-.04em}.case-label{font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:950;color:#128C3A;margin-bottom:6px}.case-card p{color:var(--body);font-size:14.5px;line-height:1.55}.leak-type{border-top:1px solid var(--border);padding-top:14px!important;color:#374151!important;font-weight:800!important}.case-card.is-hidden{display:none}.cta-band{margin:30px 0;background:linear-gradient(180deg,#EFFFF4,#F7FFF9);border:1px solid rgba(37,211,102,.25);border-radius:28px;padding:34px;text-align:center}.cta-band h3{font-size:32px;letter-spacing:-.05em;margin-bottom:18px}.check-grid,.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.check-grid div,.value-grid div,.steps div{background:white;border:1px solid var(--border);border-radius:22px;padding:22px}.check-grid h3,.value-grid h3,.steps h3{font-size:18px;letter-spacing:-.03em}.check-grid p,.value-grid p,.steps p{margin-top:8px;color:var(--body);font-size:14.5px;line-height:1.55}.check-grid div:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;margin-bottom:14px;border-radius:999px;background:var(--green);color:white;font-weight:900}.center-cta{text-align:center;margin-top:34px}.value-grid{grid-template-columns:repeat(4,1fr)}.value-grid span{display:inline-block;color:var(--green);font-weight:950;margin-bottom:14px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps span{display:inline-grid;place-items:center;width:34px;height:34px;background:var(--green);color:white;border-radius:999px;font-weight:950;margin-bottom:16px}.free-section{padding-top:0}.free-box,.final-box{background:#0B0F19;color:white;border-radius:34px;padding:56px;text-align:center;box-shadow:0 26px 80px rgba(15,23,42,.16)}.free-box .section-kicker{background:rgba(37,211,102,.13);border-color:rgba(37,211,102,.25);color:#7BF0A6}.free-box h2,.final-box h2{margin-top:16px;font-size:clamp(36px,4vw,56px);line-height:1;letter-spacing:-.055em}.free-box p,.final-box p{max-width:760px;margin:20px auto 0;color:#D1D5DB;font-size:17px;line-height:1.65}.bold-line{font-weight:850;color:white!important}.free-box .btn,.final-box .btn{margin-top:28px}.faq-list{max-width:860px;margin:0 auto;display:grid;gap:12px}.faq-list details{background:white;border:1px solid var(--border);border-radius:18px;padding:20px}.faq-list summary{cursor:pointer;font-weight:900;letter-spacing:-.02em}.faq-list p{margin-top:12px;color:var(--body);line-height:1.6}.final-cta{padding-top:0}.footer{border-top:1px solid var(--border);padding:26px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer p{color:var(--muted);font-size:14px}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:42px}.audit-card{max-width:650px}.proof-grid,.check-grid,.value-grid{grid-template-columns:repeat(2,1fr)}.case-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.container{width:min(100% - 32px,1120px)}.header-inner{height:64px}.brand{font-size:15px}.brand-mark{width:28px;height:28px}.btn-small{font-size:13px;padding:11px 16px}.section-pad{padding:72px 0}.hero{padding-top:46px;padding-bottom:60px}.hero h1{font-size:clamp(38px,10vw,46px);letter-spacing:-.06em;line-height:.96;margin-top:24px}.hero-sub{font-size:16px;line-height:1.62;margin-top:22px}.btn-primary{width:100%;padding:16px 22px}.proof-list{display:grid;gap:12px;margin-top:26px}.audit-card{padding:18px;border-radius:24px}.audit-head{display:block}.audit-pill{display:inline-block;margin-top:12px}.audit-head h2{font-size:21px}.audit-row{padding:16px}.proof-grid,.check-grid,.value-grid,.steps,.case-grid{grid-template-columns:1fr}.proof-strip{padding-bottom:54px}.proof-card{padding:18px}.section-head{text-align:left;margin-bottom:30px}.section-head h2{font-size:36px}.filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.filter{flex:0 0 auto}.case-card{padding:20px}.cta-band{padding:26px 20px}.cta-band h3{font-size:28px}.free-box,.final-box{padding:34px 20px;border-radius:26px;text-align:left}.free-box h2,.final-box h2{font-size:34px}.free-box p,.final-box p{font-size:16px}.footer-inner{display:grid;gap:12px}.microcopy{font-size:13.5px}}

/* ---------- Motion + hero polish update ---------- */
.hero-title{
  margin-top:28px;
  max-width:700px;
  font-size:clamp(56px,5vw,72px);
  line-height:.94;
  letter-spacing:-.06em;
  font-weight:950;
  color:var(--ink);
}
.hero-title .title-line{
  display:block;
}
.hero-title .title-second{
  margin-top:2px;
}
.hero-title .title-free{
  color:var(--green);
  margin-top:8px;
  letter-spacing:-.055em;
}
.lead-emphasis{
  position:relative;
  display:inline-block;
  z-index:0;
}
.lead-emphasis::after{
  content:"";
  position:absolute;
  left:-.04em;
  right:-.04em;
  bottom:.08em;
  height:.18em;
  background:linear-gradient(90deg, rgba(37,211,102,.26), rgba(37,211,102,.10));
  border-radius:999px;
  z-index:-1;
  transform-origin:left center;
}
.hero{
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:7%;
  top:14%;
  background:radial-gradient(circle, rgba(37,211,102,.10), rgba(37,211,102,0) 67%);
  pointer-events:none;
  z-index:-1;
}
.site-header.scrolled{
  box-shadow:0 12px 32px rgba(15,23,42,.06);
}
.btn span{display:inline-block;transition:transform .18s ease;}
.btn:hover span{transform:translateX(4px);}
.btn-primary{position:relative;overflow:hidden;}
.btn-primary::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 45%, transparent 75%);
  transform:translateX(-120%);
}
.btn-primary:hover::after{animation:buttonSheen .85s ease;}
@keyframes buttonSheen{to{transform:translateX(120%);}}
.audit-card{
  transform-style:preserve-3d;
  transition:transform .25s ease, box-shadow .25s ease;
}
.audit-card:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 78px rgba(15,23,42,.10);
}
.audit-row{
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.audit-row:hover{
  transform:translateX(4px);
  border-color:rgba(37,211,102,.38);
  background:#fff;
}
.proof-card,.case-card,.check-grid div,.value-grid div,.steps div,.faq-list details{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.proof-card:hover,.case-card:hover,.check-grid div:hover,.value-grid div:hover,.steps div:hover,.faq-list details:hover{
  transform:translateY(-4px);
  border-color:rgba(37,211,102,.30);
  box-shadow:0 18px 50px rgba(15,23,42,.07);
}
.animate-in{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.animate-in.is-visible{
  opacity:1;
  transform:translateY(0);
}
.case-card.animate-in:nth-child(3n+2),.proof-card.animate-in:nth-child(2){transition-delay:.06s;}
.case-card.animate-in:nth-child(3n),.proof-card.animate-in:nth-child(3){transition-delay:.11s;}
.hero .eyebrow,
.hero-title,
.hero-sub,
.hero-actions,
.proof-list,
.audit-card{
  animation:fadeSlideUp .72s cubic-bezier(.2,.8,.2,1) both;
}
.hero-title{animation-delay:.05s;}
.hero-sub{animation-delay:.12s;}
.hero-actions{animation-delay:.18s;}
.proof-list{animation-delay:.24s;}
.audit-card{animation-delay:.18s;}
.lead-emphasis::after{animation:underlineGrow .9s cubic-bezier(.2,.8,.2,1) .45s both;}
@keyframes fadeSlideUp{
  from{opacity:0;transform:translateY(18px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes underlineGrow{
  from{transform:scaleX(0);}
  to{transform:scaleX(1);}
}
@media (max-width:640px){
  .hero-title{
    font-size:clamp(37px,10vw,45px);
    letter-spacing:-.06em;
    line-height:.96;
    margin-top:24px;
  }
  .hero-title .title-free{margin-top:6px;}
  .lead-emphasis::after{height:.16em;bottom:.06em;}
  .hero::before{width:260px;height:260px;right:-110px;top:90px;}
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
  .animate-in{opacity:1!important;transform:none!important;}
}

/* ---------- Headline emphasis refinement ---------- */
.hero-title{
  max-width:720px;
}
.hero-title .title-intro{
  opacity:.98;
}
.hero-title .title-loss{
  margin-top:-.02em;
}
.lead-emphasis{
  position:relative;
  display:inline-block;
  font-style:italic;
  letter-spacing:-.075em;
  color:var(--ink);
  transform:skewX(-3deg);
}
.lead-emphasis::after{
  content:none!important;
  display:none!important;
}
.title-loss .lead-emphasis::before{
  content:"";
  position:absolute;
  left:.02em;
  right:.02em;
  bottom:.02em;
  height:.08em;
  background:rgba(37,211,102,.16);
  border-radius:999px;
  z-index:-1;
  transform:scaleX(.92);
  transform-origin:left center;
}
.hero-title .title-second{
  margin-top:.03em;
}
.hero-title .title-free{
  margin-top:.10em;
}
@media (max-width:640px){
  .lead-emphasis{
    letter-spacing:-.07em;
    transform:skewX(-2deg);
  }
  .title-loss .lead-emphasis::before{
    height:.07em;
  }
}

/* ---------- Premium depth + motion update ---------- */
:root{
  --radius-xl: 32px;
}
body{
  background:
    radial-gradient(circle at 18% 10%, rgba(37,211,102,.055), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(37,211,102,.07), transparent 30%),
    #fff;
}
.site-header{
  border-bottom:none;
  background:rgba(255,255,255,.78);
  backdrop-filter:saturate(180%) blur(16px);
}
.header-inner{
  margin-top:14px;
  height:58px;
  padding:0 14px 0 16px;
  border:1px solid rgba(229,231,235,.9);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 40px rgba(15,23,42,.045);
}
.site-header.scrolled .header-inner{
  box-shadow:0 16px 50px rgba(15,23,42,.08);
  border-color:rgba(37,211,102,.20);
}
.hero{
  overflow:hidden;
  isolation:isolate;
}
.hero::before{
  opacity:.75;
  filter:blur(2px);
}
.hero-texture{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:-2;
  background-image:radial-gradient(rgba(15,23,42,.055) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to bottom, transparent, black 12%, black 72%, transparent);
  opacity:.38;
}
.hero-chip{
  position:absolute;
  z-index:-1;
  padding:9px 13px;
  border:1px solid rgba(37,211,102,.20);
  border-radius:999px;
  background:rgba(255,255,255,.74);
  color:#15803D;
  font-size:12px;
  font-weight:900;
  letter-spacing:-.01em;
  box-shadow:0 18px 55px rgba(15,23,42,.08);
  backdrop-filter:blur(12px);
  opacity:.72;
  animation:floatChip 7s ease-in-out infinite;
}
.chip-a{left:8%;top:28%;}
.chip-b{right:8%;top:19%;animation-delay:-2s;}
.chip-c{right:14%;bottom:19%;animation-delay:-4s;}
@keyframes floatChip{
  0%,100%{transform:translate3d(0,0,0);}
  50%{transform:translate3d(0,-10px,0);}
}
.hero-grid{
  gap:74px;
}
.hero-copy{
  position:relative;
}
.hero-copy::after{
  content:"";
  position:absolute;
  left:-42px;
  top:96px;
  bottom:145px;
  width:4px;
  border-radius:999px;
  background:linear-gradient(to bottom, rgba(37,211,102,0), rgba(37,211,102,.7), rgba(37,211,102,0));
  opacity:.52;
}
.hero-title{
  letter-spacing:-.068em;
}
.lead-emphasis{
  color:var(--ink);
  font-style:italic;
  transform:none;
  letter-spacing:-.055em;
  text-shadow:0 16px 45px rgba(37,211,102,.12);
}
.title-loss .lead-emphasis::before{content:none!important;display:none!important;}
.lead-word{
  position:relative;
  display:inline-block;
}
.lead-word::after{content:none;display:none;}
.hero-sub{
  position:relative;
}
.audit-card{
  position:relative;
  border-radius:32px;
  background:linear-gradient(180deg,#fff,#fff 70%,#fbfffc);
}
.audit-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg, rgba(37,211,102,.36), rgba(229,231,235,.85), rgba(37,211,102,.10));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.audit-card::after{content:none;display:none;}
  18%,78%{opacity:.75;}
  50%{transform:translateY(360px);}
}
.audit-row{
  background:linear-gradient(180deg,#fff,#F9FAFB);
}
.audit-row .label::before{
  content:"";
  display:inline-block;
  width:6px;height:6px;
  background:var(--green);
  border-radius:999px;
  margin-right:7px;
  transform:translateY(-1px);
}
.proof-list li{
  position:relative;
}
.proof-list li span{
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:rgba(37,211,102,.12);
}
.mobile-sticky-cta{display:none;}
@media (max-width:980px){
  .hero-chip{display:none;}
  .hero-copy::after{display:none;}
  .hero-grid{gap:44px;}
}
@media (max-width:640px){
  .site-header{position:sticky;top:0;}
  .header-inner{
    margin-top:8px;
    height:54px;
    padding:0 10px 0 12px;
  }
  .btn-small{padding:10px 13px;font-size:12.5px;}
  .brand{font-size:14px;gap:8px;}
  .brand-mark{width:26px;height:26px;}
  .hero{
    padding-top:42px;
  }
  .hero-title{
    letter-spacing:-.062em;
    line-height:.98;
  }
  .lead-emphasis{letter-spacing:-.05em;}
  .lead-word::after{content:none;display:none;}
  .hero-texture{opacity:.22;background-size:24px 24px;}
  .audit-card::after{animation:none;display:none;}
  .mobile-sticky-cta{
    position:fixed;
    left:14px;
    right:14px;
    bottom:14px;
    z-index:60;
    display:block;
    opacity:0;
    transform:translateY(18px);
    pointer-events:none;
    transition:opacity .24s ease, transform .24s ease;
  }
  .mobile-sticky-cta.is-visible{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }
  .mobile-sticky-cta .btn{
    width:100%;
    box-shadow:0 18px 50px rgba(37,211,102,.32), 0 8px 24px rgba(15,23,42,.13);
  }
  body.has-mobile-cta{padding-bottom:82px;}
}
@media (prefers-reduced-motion: reduce){
  .hero-chip,.audit-card::after{animation:none!important;}
}
