:root{
  --navy:#071122;
  --navy-2:#0d1a30;
  --ink:#0a1730;
  --orange:#ff9d14;
  --orange-dark:#ba6b00;
  --green:#25d366;
  --green-dark:#16a94e;
  --cream:#f5f2eb;
  --soft:#f7f8fa;
  --white:#fff;
  --muted:#647187;
  --line:#dddcd6;
  --shadow:0 24px 70px rgba(7,17,34,.11);
  --radius:24px;
  --shell:1180px;
  --section-title:clamp(2.65rem,3.75vw,4rem);
  --section-lead:1rem;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
h1,h2,h3,p,blockquote,figure{margin-top:0}
h1,h2,h3{line-height:1.02;letter-spacing:-.055em}
h1{font-size:clamp(3.25rem,5.25vw,5.45rem)}
h2{font-size:var(--section-title)}
h3{font-size:1.25rem}
em{color:var(--orange);font-style:normal}
.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}
.section{padding:110px 0}
.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:10px 15px;border-radius:8px;background:#fff;color:#000;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.eyebrow{display:flex;align-items:center;gap:11px;margin-bottom:19px;color:var(--orange-dark);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.eyebrow:before{content:"";width:27px;height:2px;background:currentColor}
.eyebrow.light{color:var(--orange)}
.section-heading{max-width:950px;margin-bottom:46px}
.section-heading h2{margin-bottom:22px}
.section-heading>p:last-child{max-width:760px;margin-bottom:0;color:var(--muted);font-size:var(--section-lead);line-height:1.72}
.mobile-swipe{display:none}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:51px;padding:13px 23px;border:0;border-radius:99px;font-weight:850;letter-spacing:-.025em;transition:transform .22s,box-shadow .22s,background .22s}
.button:hover{transform:translateY(-2px)}
.button:focus-visible,.text-link:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #1688ff;outline-offset:3px}
.button-wa{background:var(--green);color:#04130a;box-shadow:0 12px 28px rgba(37,211,102,.22)}
.button-wa:hover{background:#36df76;box-shadow:0 15px 35px rgba(37,211,102,.3)}
.button b{margin-left:3px;font-size:1.05em}
.text-link{display:inline-flex;gap:8px;margin-top:25px;color:var(--orange-dark);font-weight:850}
.solution-cta{min-width:285px;margin-top:25px;padding-inline:32px;font-size:.92rem}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

/* Header */
.site-header{position:fixed;z-index:100;inset:0 0 auto;height:72px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(7,17,34,.91);backdrop-filter:blur(14px);transition:height .22s,box-shadow .22s}
.site-header.scrolled{height:66px;box-shadow:0 10px 30px rgba(0,0,0,.16)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}
.brand{width:88px}
.brand img{width:100%;height:auto}
.header-nav{display:flex;align-items:center;gap:30px}
.header-nav a{position:relative;color:#e4e7ec;font-size:.68rem;font-weight:800}
.header-nav a:after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .22s}
.header-nav a:hover:after,.header-nav a:focus-visible:after{transform:scaleX(1)}
.menu-toggle{display:none;width:44px;height:44px;padding:9px;border:0;background:none;cursor:pointer}
.menu-toggle i{display:block;width:100%;height:2px;margin:6px 0;background:#fff;transition:transform .2s,opacity .2s}

/* Hero */
.hero{position:relative;min-height:100svh;padding:150px 0 26px;overflow:hidden;background:radial-gradient(circle at 76% 18%,rgba(255,142,20,.16),transparent 26%),linear-gradient(118deg,#050c18,#0a162a 72%,#071122);color:#fff}
.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:96px 96px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.hero-layout{position:relative;display:grid;grid-template-columns:1.06fr .94fr;gap:56px;align-items:center}
.hero-copy{position:relative;z-index:2}
.hero h1{max-width:680px;margin-bottom:18px;font-size:clamp(2.75rem,4vw,4.25rem)}
.hero-lead{max-width:670px;margin-bottom:0;color:#b4bdcb;font-size:.9rem;line-height:1.62}
.hero-actions{display:flex;align-items:center;margin-top:21px}
.hero-actions .button{min-width:320px;min-height:51px;padding-inline:32px;font-size:.92rem}
.hero-photo{position:relative;margin:0;padding:12px;border:1px solid rgba(255,255,255,.15);border-radius:30px;background:rgba(255,255,255,.045);box-shadow:0 35px 90px rgba(0,0,0,.3);isolation:isolate}
.hero-photo:before{content:"";position:absolute;z-index:-1;inset:-18px;border:1px solid rgba(255,157,20,.18);border-radius:39px;transform:rotate(2.5deg)}
.hero-photo picture{display:block;overflow:hidden;border-radius:21px}
.hero-photo picture:after{content:"";position:absolute;inset:12px 12px 68px;border-radius:21px;background:linear-gradient(to top,rgba(7,17,34,.3),transparent 48%);pointer-events:none}
.hero-photo img{width:100%;max-height:305px;aspect-ratio:1.289/1;object-fit:cover}
.hero-photo .photo-topics{display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;margin:0;padding:10px 8px 0;color:#cbd2dd;font-size:.62rem;font-weight:850;letter-spacing:.1em;text-align:center;text-transform:uppercase}
.hero-photo .photo-topics i{flex:0 0 7px;width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 12px var(--orange)}
.hero-proof{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-top:36px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.hero-proof div{padding:13px 22px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}
.hero-proof div:last-child{border:0}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-size:1.45rem;font-weight:900;letter-spacing:-.06em}
.hero-proof span{margin-top:4px;color:#7d899b;font-size:.6rem}
.scroll-cue{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;width:max-content;margin:26px auto 0;color:#8792a4;font-size:.58rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.scroll-cue i{display:grid;place-items:center;width:30px;height:30px;border:1px solid #354157;border-radius:50%;color:var(--orange);font-style:normal;animation:nudge 1.7s infinite}
@keyframes nudge{50%{transform:translateY(5px)}}

/* Pain */
.pains{background:#fff}
.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:54px}
.pain-card{position:relative;min-height:225px;padding:31px 0 30px;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;overflow:visible;transition:transform .25s}
.pain-card:before{content:"";position:absolute;top:-2px;left:0;width:52px;height:3px;background:var(--orange)}
.pain-card:hover{transform:translateX(5px)}
.pain-label{color:var(--orange-dark);font-size:.62rem;font-weight:900;letter-spacing:.12em}
.pain-card h3{max-width:470px;margin:27px 0 13px;font-size:1.42rem;line-height:1.12}
.pain-card p{max-width:490px;margin:0;color:var(--muted);font-size:.86rem;line-height:1.7}

/* Solution */
.solution{background:var(--cream)}
.solution-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}
.solution-intro{position:sticky;top:115px}
.solution-intro h2{margin-bottom:18px;font-size:var(--section-title)}
.solution-intro>p:not(.eyebrow){margin-bottom:0;color:var(--muted);line-height:1.75}
.solution-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:42px}
.solution-grid article{display:block;min-height:245px;padding:28px 0;border:0;border-top:1px solid #d2cec4;border-radius:0;background:transparent;box-shadow:none;transition:transform .25s}
.solution-grid article:hover{transform:translateX(5px)}
.solution-grid article>span{display:block;color:var(--orange-dark);font-size:.6rem;font-weight:900;letter-spacing:.12em}
.solution-grid h3{margin:22px 0 12px;font-size:1.35rem;line-height:1.08}
.solution-grid p{margin:0;color:var(--muted);font-size:.81rem;line-height:1.65}

/* Why */
.why{padding-block:110px;background:radial-gradient(circle at 79% 12%,rgba(255,157,20,.08),transparent 27%),linear-gradient(135deg,#0b1425,var(--navy));color:#fff}
.why-card{display:grid;grid-template-columns:.86fr 1.14fr;gap:68px;padding:0;color:#fff}
.why-copy h2{font-size:var(--section-title)}
.why-copy>p:not(.eyebrow){color:#aeb7c6;font-size:1rem;line-height:1.75}
.why-list{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.why-list article{display:flex;min-height:180px;padding:22px 17px;border:0;border-top:1px solid #303b4e;border-radius:0;background:transparent;text-align:center;align-items:center;justify-content:center;flex-direction:column;transition:border-color .22s,transform .22s}
.why-list article:hover{transform:translateY(-4px);border-color:var(--orange)}
.why-list h3{margin:0 0 10px;font-size:1.18rem;line-height:1.08;letter-spacing:-.035em}
.why-list p{margin:0;color:#aab4c3;font-size:.84rem;line-height:1.62}

/* Results */
.results{background:#fff}
.results-box{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.results-grid article{display:flex;flex-direction:column;min-height:310px;padding:28px;border:1px solid #dedbd3;border-radius:21px;background:#fff}
.results-grid article>p{margin-bottom:25px;color:#8993a2;font-size:.58rem;font-weight:900;letter-spacing:.13em}
.results-grid strong{color:var(--orange);font-size:2.65rem;line-height:1;letter-spacing:-.07em}
.results-grid h3{margin:7px 0 13px;font-size:1.35rem}
.results-grid article>span{color:var(--muted);font-size:.78rem;line-height:1.65}
.proof-link{width:max-content;margin-top:auto;padding:18px 0 0;border:0;background:none;color:var(--orange-dark);font-size:.68rem;font-weight:900;cursor:pointer}
.proof-note{display:grid;grid-template-columns:230px 1fr;min-height:230px;margin-top:13px;overflow:hidden;border-radius:21px;background:var(--navy);color:#fff}
.proof-note>img{width:230px;height:230px;object-fit:cover;object-position:center center}
.proof-note blockquote{display:flex;flex-direction:column;justify-content:center;margin:0;padding:31px 38px;font-size:clamp(1.55rem,2.4vw,2.25rem);font-weight:850;line-height:1.16;letter-spacing:-.055em}
.proof-note cite{display:flex;flex-direction:column;margin-top:24px;font-size:.72rem;font-style:normal;letter-spacing:0}
.proof-note cite span{color:#8190a6;font-weight:500}

/* Qualification */
.qualification{background:var(--cream)}
.qualification-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:stretch}
.qualification-grid article{height:100%;padding:34px;border-radius:23px}
.qualification-grid h3{font-size:1.55rem}
.qualification-grid ul{list-style:none;padding:0;margin:25px 0 0}
.qualification-grid li{position:relative;padding:15px 0 15px 30px;border-top:1px solid #e2e0da;color:var(--muted);font-size:.84rem}
.qualification-grid li:before{position:absolute;left:4px;content:"×";color:#d96a55;font-weight:900}
.qualification-grid .fit{border:1px solid var(--navy);background:var(--navy);color:#fff;box-shadow:0 25px 65px rgba(7,17,34,.13)}
.qualification-grid .fit li{border-color:#28344a;color:#aab4c4}
.qualification-grid .fit li:before{content:"✓";color:var(--green)}
.qualification-grid .not-yet{border:1px solid var(--line);background:#fff}

/* FAQ */
.faq{background:#fff}
.faq-shell{width:min(calc(100% - 48px),900px)}
.faq .section-heading{margin-bottom:34px}
.accordion{display:grid;gap:10px}
.accordion article{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--soft)}
.accordion h3{margin:0}
.accordion button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:20px 22px;border:0;background:none;color:var(--ink);font-size:.93rem;font-weight:820;text-align:left;cursor:pointer}
.accordion button i{position:relative;flex:0 0 24px;width:24px;height:24px;border:1px solid #cfd3d9;border-radius:7px}
.accordion button i:before,.accordion button i:after{content:"";position:absolute;top:11px;left:6px;width:10px;height:2px;background:var(--ink)}
.accordion button i:after{transform:rotate(90deg);transition:transform .2s}
.accordion button[aria-expanded=true] i:after{transform:none}
.accordion article>div{padding:0 22px 20px}
.accordion article>div p{max-width:760px;margin:0;color:var(--muted);font-size:.83rem;line-height:1.7}

/* Closing */
.closing{padding:100px 0;background:var(--navy);color:#fff}
.closing-card{display:grid;grid-template-columns:1.15fr .85fr;gap:58px;padding:0;border:0;border-radius:0;background:none}
.closing h2{font-size:var(--section-title)}
.closing-card>div>p:last-child{max-width:680px;color:#a3adbd;line-height:1.75}
.closing aside{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;border:1px solid #344158;border-radius:22px;background:rgba(255,255,255,.04);text-align:center}
.wa-icon{display:grid;place-items:center;width:68px;height:68px;margin-bottom:18px;border-radius:21px;background:var(--green)}
.wa-icon img{width:38px;height:38px}
.closing aside h3{margin-bottom:7px;font-size:1.35rem}
.closing aside p{color:#8e99aa;font-size:.69rem;white-space:nowrap}
.closing aside .button{min-width:230px;padding-inline:27px;font-size:.86rem;white-space:nowrap}

/* Footer */
footer{padding:78px 0 25px;border-top:1px solid #1d293c;background:#061020;color:#8694a9}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;width:min(calc(100% - 48px),760px);padding-bottom:62px}
.footer-brand{display:flex;min-height:225px;padding-right:22px;padding-left:36px;border-right:1px solid #1d293c;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.footer-brand img{width:112px;height:auto}
.footer-brand p{margin:13px 0 0;color:#8b98ab;font-size:.72rem}
.footer-grid>div>strong{display:block;margin-bottom:20px;color:#7888a1;font-size:.59rem;letter-spacing:.16em}
.footer-grid nav{display:flex;flex-direction:column;gap:11px;font-size:.72rem}
.footer-grid nav a:hover{color:#fff}
.footer-navigation{display:flex;min-height:225px;padding-left:58px;align-items:flex-start;justify-content:center;flex-direction:column}
.footer-bottom{padding-top:22px;border-top:1px solid #1d293c;text-align:center;font-size:.62rem}
.top-button{position:fixed;z-index:90;right:24px;bottom:24px;display:grid;place-items:center;width:50px;height:50px;border:0;border-radius:50%;background:#fff;color:var(--ink);box-shadow:0 14px 35px rgba(7,17,34,.17);font-size:1.25rem;cursor:pointer;opacity:0;transform:translateY(20px);pointer-events:none;transition:.25s}
.top-button.show{opacity:1;transform:none;pointer-events:auto}

/* Proof modal */
.proof-modal{width:100%;height:100%;max-width:none;max-height:none;padding:0;border:0;background:rgba(2,7,14,.82);color:#fff}
.proof-modal::backdrop{background:rgba(2,7,14,.82)}
.modal-stage{position:relative;display:flex;align-items:center;justify-content:center;gap:18px;min-height:100%;padding:35px}
.modal-close{position:absolute;top:25px;right:28px;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#fff;color:var(--ink);font-size:1.5rem;cursor:pointer}
.story-card{width:min(380px,80vw);aspect-ratio:9/16;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:radial-gradient(circle at 50% 25%,rgba(255,157,20,.18),transparent 28%),var(--navy);box-shadow:0 30px 90px #000}
.story-brand{display:flex;align-items:center;justify-content:space-between;padding:19px 20px;border-bottom:1px solid rgba(255,255,255,.1)}
.story-brand img{width:69px;height:auto}
.story-brand span{color:#7f8b9e;font-size:.55rem;font-weight:900;letter-spacing:.16em}
.story-body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100% - 76px);padding:28px;text-align:center}
.story-body>p{color:var(--orange);font-size:.58rem;font-weight:900;letter-spacing:.14em}
.story-number{font-size:4.5rem;line-height:1;color:var(--orange);letter-spacing:-.08em}
.story-title{margin:8px 0 30px;font-size:1.7rem}
.chat{width:100%;padding:18px;border-radius:18px 18px 4px 18px;background:#dfffe8;color:#11231a;text-align:left}
.chat p{margin:0;font-size:.85rem;line-height:1.55}
.story-body>small{margin-top:23px;color:#65748a;font-size:.58rem}
.story-nav{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#132036;color:#fff;font-size:1.7rem;cursor:pointer}

@media(min-width:761px) and (max-height:700px){
  .site-header{height:60px}
  .site-header.scrolled{height:58px}
  .brand{width:78px}
  .hero{padding:85px 0 16px}
  .hero-layout{padding-top:8px;padding-bottom:5px}
  .hero-layout{gap:48px}
  .hero h1{margin-bottom:12px;font-size:clamp(2.5rem,3.35vw,3.35rem)}
  .hero-lead{font-size:.76rem;line-height:1.5}
  .hero-actions{margin-top:14px}
  .hero-actions .button{min-width:285px;min-height:42px;padding:9px 23px;font-size:.82rem}
  .hero-photo{padding:9px;border-radius:24px}
  .hero-photo picture,.hero-photo picture:after{border-radius:16px}
  .hero-photo picture:after{inset:9px 9px 57px}
  .hero-photo img{max-height:250px}
  .hero-photo figcaption{min-height:48px;padding-top:7px}
  .hero-proof{margin-top:18px}
  .hero-proof div{padding:7px 18px}
  .hero-proof strong{font-size:1.18rem}
  .hero-proof span{font-size:.53rem}
  .scroll-cue{gap:4px;margin-top:22px;font-size:.52rem}
  .scroll-cue i{width:25px;height:25px}
}

@media(max-width:980px){
  h1{font-size:clamp(2.75rem,6.5vw,4.2rem)}
  .hero{min-height:auto;padding-bottom:55px}
  .hero-layout{grid-template-columns:1fr 1fr;gap:38px}
  .solution-layout{grid-template-columns:1fr;gap:27px}
  .solution-intro{position:static;max-width:800px}
  .why-card{grid-template-columns:1fr;gap:36px}
  .closing-card{grid-template-columns:1fr;gap:30px}
}

@media(max-width:760px){
  html{scroll-padding-top:79px}
  .shell,.faq-shell{width:min(calc(100% - 32px),var(--shell))}
  .section{padding:78px 0}
  .site-header,.site-header.scrolled{height:78px}
  .brand{width:84px}
  .menu-toggle{display:block;position:relative;z-index:2}
  .menu-toggle[aria-expanded=true] i:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .menu-toggle[aria-expanded=true] i:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded=true] i:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .header-nav{position:absolute;top:78px;right:0;left:0;display:flex;align-items:stretch;gap:0;padding:14px 16px 20px;border-top:1px solid rgba(255,255,255,.08);background:rgba(7,17,34,.98);box-shadow:0 20px 35px rgba(0,0,0,.2);opacity:0;transform:translateY(-12px);pointer-events:none;flex-direction:column;transition:opacity .2s,transform .2s}
  .header-nav.open{opacity:1;transform:none;pointer-events:auto}
  .header-nav a{padding:12px;text-align:center}
  .header-nav a:after{bottom:4px;right:38%;left:38%}
  .hero{padding:117px 0 42px}
  .hero-layout{grid-template-columns:1fr;gap:43px}
  .hero-copy{text-align:center}
  .hero h1{font-size:clamp(2.75rem,11.5vw,4rem)}
  .hero-lead{font-size:.96rem}
  .hero-actions{justify-content:center}
  .hero-actions{align-items:center}
  .hero-photo{max-width:570px;margin-inline:auto}
  .hero-proof{grid-template-columns:1fr;margin-top:48px}
  .hero-proof div{padding:19px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .hero-proof div:last-child{border-bottom:0}
  .scroll-cue{margin-top:22px}
  .mobile-swipe{display:flex;align-items:center;justify-content:space-between;margin:-17px 0 15px;color:var(--orange-dark);font-size:.66rem;font-weight:850;letter-spacing:.04em}
  .pain-grid,.solution-grid,.qualification-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:86%;gap:14px;margin-inline:0;padding:4px 2px 14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:2px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .pain-grid::-webkit-scrollbar,.solution-grid::-webkit-scrollbar,.qualification-grid::-webkit-scrollbar{display:none}
  .pain-grid article,.solution-grid article,.qualification-grid article{scroll-snap-align:center}
  .pain-grid article:first-child,.solution-grid article:first-child,.qualification-grid article:first-child{scroll-snap-align:start}
  .pain-grid article:last-child,.solution-grid article:last-child,.qualification-grid article:last-child{scroll-snap-align:end}
  .pain-card{min-height:315px;padding:28px 25px;border:1px solid var(--line);border-radius:20px;background:var(--soft);overflow:hidden}
  .pain-card:before{top:0;width:100%;height:3px}
  .pain-card:hover{transform:none}
  .solution-grid article{min-height:315px;padding:26px 23px;border:1px solid #d7d3ca;border-radius:20px;background:rgba(255,255,255,.74)}
  .solution-grid article:hover{transform:none}
  .results-grid{grid-template-columns:1fr}
  .why{padding-block:78px}
  .why-card{padding:0;border-radius:0}
  .why-list{grid-template-columns:1fr 1fr}
  .results-grid article{min-height:285px}
  .proof-note{grid-template-columns:190px 1fr;min-height:190px}
  .proof-note>img{width:190px;height:190px}
  .proof-note blockquote{padding:26px;font-size:1.38rem}
  .closing{padding:78px 0}
  .closing-card{padding:0}
  .footer-grid{grid-template-columns:1fr;width:min(calc(100% - 32px),430px);text-align:center}
  .footer-brand{order:2;min-height:auto;padding:42px 0 0;border-right:0;border-bottom:0}
  .footer-brand img{margin-inline:auto}
  .footer-grid nav{align-items:center}
  .footer-navigation{order:1;min-height:auto;padding:0 0 42px;border-bottom:1px solid #1d293c;align-items:center;justify-self:stretch}
}

@media(max-width:500px){
  body{font-size:15px}
  .shell,.faq-shell{width:min(calc(100% - 28px),var(--shell))}
  .section{padding:68px 0}
  .section-heading{margin-bottom:32px}
  .section-heading h2{font-size:clamp(2.2rem,10.5vw,3rem)}
  .section-heading>p:last-child{font-size:.93rem}
  .hero{padding-top:111px}
  .hero h1{font-size:clamp(2.45rem,11.9vw,3.4rem)}
  .hero-lead{line-height:1.65}
  .hero-actions .button{width:100%;min-width:0;padding-inline:17px;font-size:.84rem;white-space:nowrap}
  .solution-cta{width:100%;min-width:0;padding-inline:17px;font-size:.87rem}
  .hero-photo{padding:8px;border-radius:23px}
  .hero-photo:before{inset:-10px;border-radius:29px}
  .hero-photo picture,.hero-photo picture:after{border-radius:16px}
  .hero-photo picture:after{inset:8px 8px 72px}
  .hero-photo figcaption{min-height:63px;padding-inline:5px}
  .hero-photo .photo-topics{font-size:.55rem;line-height:1.45}
  .hero-proof strong{font-size:1.55rem}
  .scroll-cue span{font-size:.55rem}
  .pain-card{padding:26px 23px}
  .pain-card h3{font-size:1.3rem}
  :root{--section-title:clamp(2.25rem,10.5vw,3rem);--section-lead:.93rem}
  .solution-grid article{min-height:auto;padding:23px}
  .solution-grid h3{margin-top:22px;font-size:1.25rem}
  .why-list{grid-template-columns:1fr}
  .why-copy>p:not(.eyebrow){font-size:.98rem}
  .why-list article{min-height:160px;padding:22px 17px}
  .why-list h3{font-size:1.22rem}
  .why-list p{font-size:.88rem;line-height:1.62}
  .results-box{padding:0;border-radius:0}
  .results-grid{gap:8px}
  .results-grid article{min-height:270px;padding:25px 23px}
  .proof-note{grid-template-columns:1fr;min-height:0}
  .proof-note>img{width:100%;height:210px;object-position:center 29%}
  .proof-note blockquote{padding:25px 23px 28px;font-size:1.45rem}
  .qualification-grid article{padding:27px 23px}
  .accordion button{padding:18px;font-size:.88rem}
  .accordion article>div{padding:0 18px 18px}
  .closing-card{padding:0}
  .closing aside{padding:26px 15px}
  .closing aside p{font-size:.62rem}
  .closing aside .button{width:100%;min-width:0;padding-inline:15px;font-size:.81rem}
  footer{padding-top:55px}
  .top-button{right:15px;bottom:15px;width:46px;height:46px}
  .modal-stage{gap:8px;padding:19px 8px}
  .story-card{width:min(330px,78vw)}
  .story-nav{width:38px;height:38px}
  .modal-close{top:13px;right:13px}
}

@media(max-width:370px){
  .hero-actions .button{font-size:.78rem}
  .closing aside p{white-space:normal}
  .story-card{width:75vw}
}

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