:root{
  --navy:#0e2c52;
  --blue:#153b73;
  --blue-2:#194f93;
  --orange:#f26a21;
  --orange-dark:#d95c1c;
  --ink:#37465a;
  --muted:#5b6b82;
  --line:#e4ebf2;
  --line-strong:#ced7e1;
  --surface:#f8fafc;
  --surface-2:#fafbfc;
  --surface-3:#fcfdfe;
  --footer:#fdfdfd;
  --white:#fff;
  --max:1180px;
  --shadow:0 18px 50px rgba(14,44,82,.07);
  --ease:cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:#fff;color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button,input,textarea{font:inherit}
button{border:0}
button,a{-webkit-tap-highlight-color:transparent}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wrap{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.section{padding:94px 0}

h1,h2,h3{margin:0;color:var(--navy);font-family:Poppins,Manrope,sans-serif;letter-spacing:-.032em;text-wrap:balance}
h1{font-size:clamp(2.7rem,4.1vw,3.9rem);line-height:1.02;font-weight:700}
h2{font-size:clamp(2.15rem,3.45vw,3rem);line-height:1.08;font-weight:700}
h3{font-size:1.38rem;line-height:1.22;font-weight:600;letter-spacing:-.022em}
p{margin:0;color:var(--muted);text-wrap:pretty}

.eyebrow{margin-bottom:18px;color:var(--orange);font-family:Poppins,Manrope,sans-serif;font-size:.79rem;font-weight:600;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}
.eyebrow::before,.support-bolt{content:"";display:block;width:21px;height:24px;margin:0 0 9px;background:url("bolt.svg") center/contain no-repeat}
.centered-heading .eyebrow::before,.final-cta-panel .eyebrow::before,.lead-modal-copy .eyebrow::before{margin-inline:auto}
.hero-panel .eyebrow::before,.exit-eyebrow::before{display:none}
.support-bolt{width:22px;height:25px;margin-bottom:16px}

.btn{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:14px 28px;border:1px solid transparent;border-radius:999px;font-family:Poppins,Manrope,sans-serif;font-size:.96rem;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:transform .22s var(--ease),box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease}
.btn:hover{transform:translateY(-2px)}
.btn:focus-visible,.card-cta:focus-visible,.card-call:focus-visible,.exit-phone:focus-visible,.utility-call:focus-visible,.footer a:focus-visible,.footer-modal-link:focus-visible,.faq-call:focus-visible,.guided-back:focus-visible{outline:3px solid rgba(242,106,33,.28);outline-offset:3px}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(242,106,33,.18)}
.btn-orange:hover{background:var(--orange-dark);box-shadow:0 12px 28px rgba(242,106,33,.23)}
.btn-blue{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(21,59,115,.13)}
.btn-blue:hover{background:#102f5b;border-color:#102f5b}
.btn-outline{min-height:50px;background:rgba(255,255,255,.76);border-color:#b7c7d8;color:var(--blue);box-shadow:0 4px 14px rgba(14,44,82,.035)}
.btn-outline:hover{background:#fff;border-color:#8fa7bf}
.btn-call{background:#fff;border-color:#d0dae5;color:var(--navy);box-shadow:0 7px 20px rgba(14,44,82,.055)}
.btn-call:hover{background:#f9fbfd;border-color:#aebfd1}
.cta-pair,.hero-actions,.final-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}

.utility-bar{height:39px;background:#18212b;color:#fff}
.utility-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:20px;text-align:center}
.utility-context,.utility-call{font-size:.81rem;font-weight:700;letter-spacing:.075em;line-height:1;text-decoration:none}
.utility-context{display:flex;align-items:center;color:rgba(255,255,255,.93)}
.utility-separator{width:4px;height:4px;margin:0 11px;border-radius:50%;background:var(--orange)}
.utility-call{color:#fff;transition:opacity .18s ease}
.utility-call:hover{opacity:.78}

.site-header{background:var(--surface-2);border-bottom:1px solid rgba(206,215,225,.45)}
.header-inner{height:102px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:block;flex:0 1 auto}
.brand img{width:158px;height:auto}
.header-actions{display:flex;align-items:center;gap:10px}
.header-cta{padding-inline:25px}
.header-call{min-height:50px;padding-inline:22px}

.hero{background:var(--surface-2);padding:18px 0 58px}
.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}
.hero-panel,.form-card{min-width:0;max-width:100%;border-radius:18px}
.hero-panel{display:flex;min-height:520px;flex-direction:column;justify-content:center;padding:46px 44px;background:var(--surface);border:1px solid var(--line)}
.hero-panel h1{max-width:620px;font-size:clamp(2.55rem,3.45vw,3.25rem);line-height:1.025}
.hero-lead{max-width:580px;margin-top:22px;font-size:1.04rem;line-height:1.65}
.hero-actions{margin-top:28px}
.hero-proof{margin-top:34px;padding-top:22px;border-top:1px solid #dfe7ef}
.hero-proof p{margin-bottom:12px;color:#4e6177;font-size:.92rem;font-weight:500}
.hero-proof img{width:195px;height:auto;opacity:.9}

.form-card{align-self:stretch;min-height:520px;display:flex;flex-direction:column;justify-content:center;padding:31px 30px 24px;background:#fff;border:1px solid var(--line-strong);box-shadow:0 12px 34px rgba(14,44,82,.045)}
.form-heading{margin-bottom:19px}
.form-heading h2{font-size:1.52rem;font-weight:600;letter-spacing:-.025em}
.form-heading p{max-width:410px;margin-top:8px;font-size:.9rem;line-height:1.5}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.field-grid label.full{grid-column:1/-1}
input,textarea{width:100%;border:1px solid #c9d6e2;border-radius:8px;background:#fff;color:#1a2a3a;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}
input{height:48px;padding:0 14px}
textarea{min-height:104px;resize:vertical;padding:12px 14px;line-height:1.5}
input::placeholder,textarea::placeholder{color:#8190a1;opacity:1}
input:focus,textarea:focus{border-color:#6b8eb5;box-shadow:0 0 0 3px rgba(21,59,115,.08);background:#fff}
.full-button{width:100%;margin-top:12px}
.form-note{margin-top:10px;text-align:center;font-size:.69rem;color:#8794a2}
.form-call,.modal-call,.typeform-call{margin-top:9px;text-align:center;color:#68788a;font-size:.79rem}
.form-call a,.modal-call a,.typeform-call a,.success-call{color:var(--navy);font-weight:700;text-decoration:none}
.form-call a:hover,.modal-call a:hover,.typeform-call a:hover,.success-call:hover{text-decoration:underline}
.form-status{margin-top:13px;border-radius:10px;padding:11px 13px;font-size:.82rem;line-height:1.45}
.form-error{background:#fff3f1;border:1px solid #efc0b8;color:#8d2e20}
.form-success{padding:54px 12px 34px;text-align:center}
.success-mark{width:50px;height:50px;margin:0 auto 17px;border-radius:50%;display:grid;place-items:center;background:#edf6f1;color:#21764a;font-size:1.35rem;font-weight:800}
.form-success h3{font-size:1.45rem}
.form-success p{max-width:390px;margin:11px auto 0;font-size:.94rem}
.success-call{display:inline-block;margin-top:18px;font-size:.88rem}
.full-button:disabled{cursor:wait;opacity:.7;transform:none}

.trust-strip{background:#fff;padding:42px 0 48px}
.trust-inner{display:flex;justify-content:center}
.trust-inner img{width:min(100%,1101px);height:auto;object-fit:contain}

.intro-section{padding-top:84px;padding-bottom:38px}
.intro-wrap{max-width:930px;text-align:center}
.intro-wrap h2{max-width:920px;margin-inline:auto}
.intro-wrap p{max-width:825px;margin:21px auto 0;font-size:1rem;line-height:1.72}

.feature-section{padding-top:0;padding-bottom:96px}
.cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.feature-card{min-height:340px;display:flex;flex-direction:column;align-items:center;padding:31px 28px 27px;background:var(--surface-3);border:1px solid #e6ecf3;border-radius:18px;text-align:center;transition:transform .25s var(--ease),border-color .25s ease,box-shadow .25s ease}
.feature-card:hover{transform:translateY(-4px);border-color:#d9e4ee;box-shadow:var(--shadow)}
.feature-icon{width:54px;height:54px;object-fit:contain;margin-bottom:20px}
.feature-card h3{max-width:285px;color:var(--blue);font-size:1.31rem;line-height:1.2}
.feature-card p{max-width:315px;margin-top:14px;font-size:.91rem;line-height:1.66}
.card-actions{margin-top:auto;padding-top:23px;display:flex;align-items:center;gap:13px}
.card-cta{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:1px solid #cbd8e6;border-radius:999px;background:#fff;color:var(--blue);font-family:Poppins,Manrope,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}
.card-cta:hover{transform:translateY(-1px);background:#f8fbff;border-color:#aebfd1}
.card-call{color:var(--navy);font-size:.8rem;font-weight:700;text-decoration:none}
.card-call:hover{text-decoration:underline}

.audit-scope{background:#fff;padding-top:92px}
.section-heading{max-width:900px}
.centered-heading{margin-inline:auto;text-align:center}
.centered-heading .eyebrow{display:inline-block}
.centered-heading p{max-width:840px;margin:22px auto 0;line-height:1.76}
.left-heading p{max-width:740px;margin-top:20px}
.scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:44px;padding-inline:6%}
.scope-panel{padding:31px 32px 33px;background:var(--surface);border:1px solid var(--line);border-radius:16px}
.scope-panel h3{margin-bottom:17px;color:var(--ink);font-size:1.43rem}
.scope-panel ul{margin:0;padding:0;list-style:none}
.scope-panel li{position:relative;padding:8px 0 8px 26px;color:#536579;font-size:.94rem;line-height:1.55}
.scope-panel li::before{content:"";position:absolute;left:1px;top:16px;width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(242,106,33,.09)}
.scope-cta{max-width:980px;margin:28px auto 0;padding:20px 22px 20px 28px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fbfcfd;border:1px solid #e6edf4;border-radius:16px}
.scope-cta strong{color:var(--ink);font-size:1.06rem;font-weight:600}

.process-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#fafbfc 0%,#f6f9fc 100%);padding-top:88px;padding-bottom:92px}
.process-section::before{content:"";position:absolute;left:-160px;bottom:-220px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(242,106,33,.06),rgba(242,106,33,0) 68%);pointer-events:none}
.process-section .section-heading{max-width:920px;position:relative;z-index:1}
.process-section h2{font-size:clamp(2.05rem,3vw,2.65rem)}
.steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:42px}
.step-card{position:relative;min-height:300px;overflow:hidden;padding:25px 23px 30px;background:linear-gradient(150deg,#fff 0%,#fbfdff 72%,#f6f9fc 100%);border:1px solid #dbe5ee;border-radius:20px;box-shadow:0 12px 28px rgba(14,44,82,.035);transition:transform .32s var(--ease),box-shadow .32s ease,border-color .32s ease}
.step-card::before{content:"";position:absolute;left:23px;top:0;width:72px;height:3px;background:var(--orange);transform:skewX(-28deg);transform-origin:left}
.step-card::after{content:"";position:absolute;right:-55px;bottom:-70px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(21,59,115,.035),rgba(21,59,115,0) 68%);pointer-events:none}
.step-card:hover{transform:translateY(-6px);border-color:#cddbe8;box-shadow:0 20px 44px rgba(14,44,82,.075)}
.step-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:36px}
.step-number{display:grid;width:48px;height:48px;place-items:center;border:1px solid #cfdbe7;border-radius:14px;background:#fff;color:var(--navy);font-family:Poppins,Manrope,sans-serif;font-size:1rem;font-weight:700;line-height:1;box-shadow:0 2px 6px rgba(14,44,82,.022)}
.step-phase{color:#8a99a8;font-family:Poppins,Manrope,sans-serif;font-size:.66rem;font-weight:700;letter-spacing:.13em}
.step-card h3{position:relative;z-index:1;max-width:235px;color:var(--navy);font-size:1.17rem;line-height:1.28}
.step-card p{position:relative;z-index:1;margin-top:16px;font-size:.89rem;line-height:1.67}
.step-motion{position:absolute;right:22px;bottom:22px;width:34px;height:10px;border-top:2px solid rgba(242,106,33,.68)}
.step-motion::after{content:"";position:absolute;right:0;top:-5px;width:8px;height:8px;border-top:2px solid rgba(242,106,33,.68);border-right:2px solid rgba(242,106,33,.68);transform:rotate(45deg)}
.step-card:nth-child(2) .step-motion{width:42px}.step-card:nth-child(3) .step-motion{width:50px}.step-card:nth-child(4) .step-motion{width:58px}
.process-cta{display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-top:30px;position:relative;z-index:1}

.visual-bridge{background:#fff;padding:78px 0 76px}
.visual-bridge-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(540px,1.14fr);gap:56px;align-items:center}
.visual-copy h2{max-width:510px;font-size:clamp(2rem,3vw,2.65rem)}
.visual-copy>p{max-width:520px;margin-top:21px;font-size:.96rem;line-height:1.76}
.visual-points{display:grid;gap:14px;margin-top:28px;max-width:530px}
.visual-points div{position:relative;padding:15px 18px 15px 22px;border-left:2px solid rgba(242,106,33,.72);background:linear-gradient(90deg,rgba(242,106,33,.045),rgba(242,106,33,0));border-radius:0 12px 12px 0}
.visual-points strong{display:block;color:var(--navy);font-family:Poppins,Manrope,sans-serif;font-size:.88rem;font-weight:600}
.visual-points span{display:block;margin-top:4px;color:#697a8e;font-size:.83rem;line-height:1.55}
.visual-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:29px}
.visual-grid{display:grid;grid-template-columns:1.45fr .9fr;grid-template-rows:1fr 1fr;gap:15px;height:510px}
.visual-grid figure{position:relative;margin:0;overflow:hidden;border-radius:20px;background:#e9eef3;box-shadow:0 14px 38px rgba(14,44,82,.06)}
.visual-large{grid-row:1/-1}
.visual-small{min-height:0}
.visual-grid img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.visual-grid figure:hover img{transform:scale(1.025)}
.visual-grid figure::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(to bottom,rgba(10,30,50,0),rgba(10,30,50,.72));pointer-events:none}
.visual-grid figcaption{position:absolute;z-index:1;left:24px;right:24px;bottom:20px;color:#fff;font-family:Poppins,Manrope,sans-serif;font-size:.92rem;font-weight:600;letter-spacing:-.015em;text-shadow:0 2px 14px rgba(0,0,0,.28)}

.support-heading-section{padding-top:78px;padding-bottom:48px}
.support-heading-section .section-heading{max-width:900px}
.support-mosaic-section{background:var(--surface-3);padding:16px 0 86px}
.support-mosaic{display:grid;gap:18px}
.support-pair{display:grid;grid-template-columns:minmax(0,34%) minmax(0,66%);min-height:300px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px}
.support-pair.reverse{grid-template-columns:minmax(0,66%) minmax(0,34%)}
.support-pair.reverse .support-image{grid-column:2;grid-row:1}
.support-pair.reverse .support-copy{grid-column:1;grid-row:1}
.support-image{min-height:300px;overflow:hidden;background:#e9eef3}
.support-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}
.support-pair:hover .support-image img{transform:scale(1.02)}
.support-copy{display:flex;flex-direction:column;justify-content:center;padding:40px 48px;background:var(--surface)}
.support-copy h3{max-width:650px;font-size:1.46rem;font-weight:600;color:#092c4c;line-height:1.25}
.support-copy p{max-width:610px;margin-top:15px;font-size:.95rem;line-height:1.73;color:#6a6c72}
.support-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:21px 24px;border:1px solid #e3e9ef;border-radius:16px;background:#fff}
.support-cta p{color:var(--navy);font-weight:600}

.testimonials{background:#fff;padding-top:92px;padding-bottom:86px;overflow:hidden}
.testimonial-heading{max-width:930px}
.review-marquee{width:100%;margin-top:42px;overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent)}
.review-track{display:flex;width:max-content;gap:18px;padding:4px 9px 24px;animation:reviewScroll 62s linear infinite}
.review-card{width:390px;min-height:260px;display:flex;flex-direction:column;padding:29px 30px 27px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 12px 30px rgba(14,44,82,.035)}
.review-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}
.google-review-mark{display:inline-flex;align-items:center;gap:8px;color:#637287;font-family:Poppins,Manrope,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:-.01em}
.google-g{position:relative;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:conic-gradient(from -40deg,#4285f4 0 25%,#34a853 25% 44%,#fbbc05 44% 67%,#ea4335 67% 82%,#4285f4 82% 100%)}
.google-g::before{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--surface)}
.google-g::after{content:"";position:absolute;right:-1px;top:7px;width:9px;height:4px;background:#4285f4;box-shadow:3px -4px 0 3px var(--surface)}
.review-stars{color:#f5a623;font-size:1rem;letter-spacing:.08em;line-height:1}
.review-card h3{font-size:1.18rem;color:var(--navy)}
.review-card p{margin-top:15px;color:#536579;font-size:.94rem;line-height:1.66}
.review-name{display:block;margin-top:auto;padding-top:20px;color:var(--ink);font-size:.82rem;font-weight:700}
.review-name small{display:block;margin-top:2px;color:#84909d;font-weight:500}
.review-quote{font-family:Poppins,Manrope,sans-serif;font-size:1.02rem!important;font-weight:500;line-height:1.55!important}
.review-highlight{padding:.02em .08em .05em;background-color:transparent;background-image:linear-gradient(rgba(242,106,33,.26),rgba(242,106,33,.26));background-repeat:no-repeat;background-position:0 88%;background-size:0 64%;color:var(--navy);animation:markerSweep 5.4s var(--ease) infinite}
.review-card:nth-child(2n) .review-highlight{animation-delay:1.05s}
.review-card:nth-child(3n) .review-highlight{animation-delay:2.05s}
.review-cta{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:20px}
@keyframes reviewScroll{to{transform:translateX(calc(-50% - 9px))}}
@keyframes markerSweep{0%,14%{background-size:0 64%}34%,84%{background-size:100% 64%}100%{background-size:0 64%}}

.faq{background:var(--surface-2);padding-top:96px;padding-bottom:94px}
.faq-grid{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.6fr);gap:78px;align-items:start}
.faq-heading{position:sticky;top:28px}
.faq-heading h2{font-size:clamp(2rem,3vw,2.55rem)}
.faq-heading p{max-width:360px;margin-top:20px;font-size:.94rem;line-height:1.7}
.faq-call{display:inline-block;margin-top:24px;color:var(--navy);font-size:.88rem;font-weight:700;text-decoration:none}
.faq-call:hover{text-decoration:underline}
.faq-list{border-top:1px solid #d9e2eb}
details{border-bottom:1px solid #d9e2eb}
summary{cursor:pointer;list-style:none;position:relative;padding:21px 48px 21px 0;color:var(--navy);font-family:Poppins,Manrope,sans-serif;font-size:1rem;font-weight:600;line-height:1.45;text-wrap:pretty}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";position:absolute;right:7px;top:16px;color:var(--orange);font-family:Manrope,sans-serif;font-size:1.7rem;font-weight:400;line-height:1}
details[open] summary::after{content:"−"}
details p{padding:0 54px 23px 0;font-size:.94rem;line-height:1.72}

.guided-form-section{background:#fff;padding-top:92px;padding-bottom:84px}
.guided-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:70px;align-items:center}
.guided-copy h2{font-size:clamp(2.1rem,3.3vw,2.85rem)}
.guided-copy>p{max-width:480px;margin-top:21px;line-height:1.74}
.guided-call-card{width:100%;max-width:460px;margin-top:28px;padding:16px 18px;border:1px solid #e3e9ef;border-radius:14px;background:linear-gradient(180deg,#f9fbfc 0%,#f5f7fa 100%);display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;color:#7a8897;font-size:.82rem;box-shadow:0 8px 20px rgba(14,44,82,.035)}
.guided-call-card span{font-weight:600;line-height:1.2;color:#607286}
.guided-call-card a{color:#19395c;font-weight:500;text-decoration:none;letter-spacing:-.01em}
.guided-call-card a:hover{text-decoration:underline}
.typeform-card{min-height:520px;padding:28px 30px 25px;border:1px solid #dbe4ed;border-radius:22px;background:#fff;box-shadow:0 24px 65px rgba(14,44,82,.075)}
.typeform-progress{height:5px;overflow:hidden;border-radius:999px;background:#eef2f6}
.typeform-progress span{display:block;width:25%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--orange),#f58a50);transition:width .45s var(--ease)}
.typeform-progress-label{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:12px 2px 35px;color:#8895a3;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.guided-step{margin:0;padding:0;border:0}
.guided-step legend{max-width:620px;padding:0;color:var(--navy);font-family:Poppins,Manrope,sans-serif;font-size:1.7rem;font-weight:600;line-height:1.22;letter-spacing:-.027em}
.step-help{margin-top:9px;color:#758396;font-size:.9rem}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:25px}
.choice-grid.one-column{grid-template-columns:1fr}
.choice{position:relative;display:block;cursor:pointer}
.choice input{position:absolute;opacity:0;pointer-events:none}
.choice span{min-height:64px;display:flex;align-items:center;padding:13px 16px;border:1px solid #d5dfe9;border-radius:12px;background:#fbfcfe;color:#42566c;font-size:.9rem;font-weight:600;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}
.choice:hover span{transform:translateY(-1px);border-color:#b5c5d6;background:#fff}
.choice input:checked+span{border-color:var(--orange);background:#fff8f4;box-shadow:0 0 0 3px rgba(242,106,33,.08)}
.choice input:focus-visible+span{outline:3px solid rgba(242,106,33,.22);outline-offset:2px}
.guided-textarea textarea{min-height:185px;margin-top:24px;font-size:1rem}
.guided-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:24px}
.guided-contact-grid label span,.modal-field-grid label span{display:block;margin:0 0 6px 2px;color:#66778a;font-size:.75rem;font-weight:700}
.guided-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:28px}
.guided-back{margin-right:auto;padding:11px 4px;background:none;color:#6d7d8f;font-weight:700;cursor:pointer}
.guided-back:hover{color:var(--navy)}
.guided-next,.guided-submit{min-width:150px}
.guided-submit.is-ready{animation:submitGlow 2.2s ease-in-out infinite;box-shadow:0 0 0 0 rgba(242,106,33,.34),0 12px 28px rgba(242,106,33,.22)}
@keyframes submitGlow{0%,100%{box-shadow:0 0 0 0 rgba(242,106,33,.22),0 12px 28px rgba(242,106,33,.2)}50%{box-shadow:0 0 0 8px rgba(242,106,33,0),0 16px 34px rgba(242,106,33,.3)}}
.guided-success{padding-top:94px}

.final-cta{background:#fff;padding-top:72px;padding-bottom:94px}
.final-cta-panel{position:relative;overflow:hidden;padding:68px 48px;text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#fff 66%,#fffaf7 100%);border:1px solid #dfe7ef;border-radius:24px}
.final-cta-panel::before{content:"";position:absolute;right:-150px;top:-150px;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(242,106,33,.038),rgba(242,106,33,0) 69%);pointer-events:none}
.final-cta-panel h2{position:relative;max-width:760px;margin-inline:auto}
.final-cta-panel p{position:relative;max-width:675px;margin:21px auto 27px;font-size:1rem;line-height:1.72}
.final-actions{position:relative;justify-content:center}

.footer{background:var(--footer);border-top:1px solid #eaeaea}
.footer-main{display:grid;grid-template-columns:minmax(250px,2fr) minmax(190px,1fr) minmax(190px,1fr);gap:64px;padding:60px 0 42px;align-items:start}
.footer-brand img{width:196px}
.footer-phone{display:inline-block;margin-top:16px;color:#6b7887;font-size:.86rem;font-weight:700;text-decoration:none}
.footer-phone:hover{color:var(--navy)}
.footer-nav{display:flex;flex-direction:column;gap:15px}
.footer-nav a,.footer-modal-link{padding:0;background:none;border:0;color:#092c4c;font-family:Manrope,Arial,sans-serif;font-size:.86rem;font-weight:600;text-decoration:none;text-align:left;cursor:pointer;transition:color .18s ease}
.footer-nav a:hover,.footer-modal-link:hover{color:var(--orange)}
.footer-nav-right{align-items:flex-start;text-align:left}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 0 29px;border-top:1px solid #e9edf1;color:var(--muted);font-size:.78rem}
.footer-bottom a{color:var(--muted);font-weight:700;text-decoration:none}
.footer-bottom a:hover{color:var(--navy)}


.oj-text{color:var(--orange)}
.hero-highlight{position:relative;display:inline;z-index:0;white-space:nowrap}
.hero-highlight::after{content:"";position:absolute;z-index:-1;left:-.045em;right:-.045em;bottom:.08em;height:.42em;border-radius:.1em;background:rgba(242,106,33,.25);transform:scaleX(0);transform-origin:left center;opacity:0}
.hero-highlight.is-highlighted::after{animation:heroHighlight .70s var(--ease) forwards}
@keyframes heroHighlight{0%{transform:scaleX(0);opacity:0}12%{opacity:1}100%{transform:scaleX(1);opacity:1}}

.clickable-modal-card,.clickable-panel,.clickable-visual{cursor:pointer}
.clickable-modal-card:focus-visible,.clickable-panel:focus-visible,.clickable-visual:focus-visible{outline:3px solid rgba(242,106,33,.3);outline-offset:4px}
.clickable-modal-card::before{transition:width .34s var(--ease)}
.clickable-modal-card:hover::before,.clickable-modal-card:focus-visible::before{width:102px}
.visual-point{transition:transform .25s var(--ease),background .25s ease,border-color .25s ease,box-shadow .25s ease}
.visual-point:hover,.visual-point:focus-visible{transform:translateX(4px);background:linear-gradient(90deg,rgba(242,106,33,.075),rgba(242,106,33,.012));box-shadow:0 10px 24px rgba(14,44,82,.045)}
.clickable-visual{transition:transform .28s var(--ease),box-shadow .28s ease}
.clickable-visual:hover,.clickable-visual:focus-visible{box-shadow:0 18px 46px rgba(14,44,82,.1)}
.clickable-visual::before{content:"Review";position:absolute;z-index:2;right:17px;top:17px;padding:7px 10px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:rgba(8,31,55,.5);backdrop-filter:blur(8px);color:#fff;font-family:Poppins,Manrope,sans-serif;font-size:.64rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateY(-5px);transition:opacity .25s ease,transform .25s var(--ease)}
.clickable-visual:hover::before,.clickable-visual:focus-visible::before{opacity:1;transform:none}

@keyframes modalBackdropIn{from{opacity:0}to{opacity:1}}
@keyframes modalCardIn{0%{opacity:0;transform:translateY(18px) scale(.985)}100%{opacity:1;transform:none}}
@keyframes modalItemIn{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:none}}
.lead-modal.is-open .lead-modal-backdrop,.exit-modal.is-open .exit-backdrop{animation:modalBackdropIn .28s ease both}
.lead-modal.is-open .lead-modal-card,.exit-modal.is-open .exit-card{animation:modalCardIn .52s var(--ease) both}
.lead-modal.is-open .lead-modal-brand,.lead-modal.is-open .lead-modal-copy,.lead-modal.is-open .modal-form,.lead-modal.is-open .modal-success,
.exit-modal.is-open .exit-brand-row,.exit-modal.is-open .exit-content>*:not(.exit-google),.exit-modal.is-open .exit-google,.exit-modal.is-open .exit-footer{opacity:0;animation:modalItemIn .52s var(--ease) both}
.lead-modal.is-open .lead-modal-brand,.exit-modal.is-open .exit-brand-row{animation-delay:.05s}
.lead-modal.is-open .lead-modal-copy,.exit-modal.is-open .exit-content .eyebrow{animation-delay:.09s}
.lead-modal.is-open .modal-form,.lead-modal.is-open .modal-success,.exit-modal.is-open .exit-content h2{animation-delay:.13s}
.exit-modal.is-open .exit-content p{animation-delay:.17s}
.exit-modal.is-open .exit-primary{animation-delay:.21s}
.exit-modal.is-open .exit-phone{animation-delay:.25s}
.exit-modal.is-open .exit-google{animation-delay:.29s}
.exit-modal.is-open .exit-footer{animation-delay:.33s}

.lead-modal,.exit-modal{position:fixed;inset:0;z-index:9999;display:none;place-items:center;padding:24px}
.lead-modal.is-open,.exit-modal.is-open{display:grid}
.lead-modal-backdrop,.exit-backdrop{position:absolute;inset:0;background:rgba(19,27,36,.84);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.lead-modal-card{position:relative;width:min(700px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;padding:24px 34px 40px;border-radius:22px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.28)}
.lead-modal-close{position:absolute;right:18px;top:18px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#f4f6f8;color:var(--navy);cursor:pointer;transition:transform .18s ease,background .18s ease}
.lead-modal-close span{font-size:1.9rem;line-height:.8;font-weight:300;transform:translateY(-1px)}
.lead-modal-close:hover{transform:rotate(4deg);background:#eef1f4}
.lead-modal-brand{height:43px;display:flex;align-items:center}
.lead-modal-brand img{width:124px}
.lead-modal-copy{margin-top:10px;text-align:center}
.lead-modal-copy h2{max-width:610px;margin-inline:auto;font-size:clamp(1.95rem,3.5vw,2.35rem);line-height:1.04}
.lead-modal-copy p{max-width:none;margin:8px auto 0;font-size:.79rem;line-height:1.35;white-space:nowrap}
.modal-form{margin-top:15px}
.modal-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 11px}
.modal-field-grid .full{grid-column:1/-1}
.modal-field-grid input{height:43px}.modal-field-grid textarea{min-height:82px}.modal-form .full-button{min-height:49px;margin-top:10px}.modal-form .modal-call{margin-top:8px;margin-bottom:3px}
.modal-success{padding-top:70px;padding-bottom:62px}

.exit-card{position:relative;width:min(820px,calc(100vw - 48px));max-height:calc(100vh - 56px);overflow:auto;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.28)}
.exit-brand-row{height:88px;display:flex;align-items:center;justify-content:space-between;padding:20px 28px 10px 32px}
.exit-brand-row>img{width:150px}
.exit-close{width:50px;height:50px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--orange);color:#fff;outline:0;cursor:pointer;box-shadow:0 0 0 1px rgba(242,106,33,.28),0 10px 24px rgba(242,106,33,.22);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.exit-close:focus-visible{outline:0;box-shadow:0 0 0 3px #fff,0 0 0 6px rgba(242,106,33,.42),0 10px 24px rgba(242,106,33,.22)}
.exit-close span{font-family:Manrope,sans-serif;font-size:2.4rem;font-weight:300;line-height:.8;transform:translateY(-1px)}
.exit-close:hover{transform:rotate(5deg) scale(1.03);background:var(--orange-dark)}
.exit-content{padding:8px 60px 42px;text-align:center}
.exit-content .eyebrow{margin-bottom:17px}
.exit-content h2{max-width:620px;margin:0 auto;font-size:clamp(2.2rem,4vw,3.05rem);line-height:1.05}
.exit-content p{max-width:none;margin:18px auto 0;font-size:.84rem;line-height:1.45;white-space:nowrap}
.exit-primary{margin-top:22px;min-width:205px}
.exit-phone{display:block;width:max-content;max-width:100%;margin:16px auto 0;color:#37465a;font-size:.94rem;text-decoration:none}
.exit-phone:hover{color:var(--navy)}
.exit-google{width:190px;height:auto;margin:25px auto 0;opacity:.84}
.exit-footer{min-height:90px;display:flex;align-items:center;justify-content:center;gap:13px;padding:17px 28px;background:#f6f7f9;border-top:1px solid #edf0f3;color:#58697d;font-size:.86rem}
.exit-footer .support-bolt{margin:0;width:12px;height:18px}
.exit-footer strong{font-weight:600}

@media(prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(18px);transition:opacity .72s var(--ease),transform .72s var(--ease)}
  .reveal.is-visible{opacity:1;transform:none}
}

@media(max-width:1020px){
  .section{padding:82px 0}
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-panel{min-height:auto;padding:46px}
  .hero-panel h1{max-width:790px}
  .form-card{min-height:auto;max-width:760px;width:100%}
  .visual-bridge-grid{grid-template-columns:1fr;gap:38px}
  .visual-copy{max-width:760px}
  .visual-grid{height:460px}
  .cards-3{grid-template-columns:1fr 1fr}
  .feature-card:last-child{grid-column:1/-1}
  .scope-grid{padding-inline:0}
  .steps{grid-template-columns:1fr 1fr}
  .support-pair,.support-pair.reverse{grid-template-columns:minmax(0,42%) minmax(0,58%)}
  .support-pair.reverse .support-image{grid-column:2}
  .support-pair.reverse .support-copy{grid-column:1}
  .faq-grid{grid-template-columns:1fr;gap:42px}
  .faq-heading{position:static;max-width:720px}
  .faq-heading p{max-width:640px}
  .guided-grid{grid-template-columns:1fr;gap:38px}
  .guided-copy{max-width:720px}
  .typeform-card{max-width:760px;width:100%}
}

@media(max-width:760px){
  .wrap{width:min(calc(100% - 40px),var(--max))}
  .section{padding:66px 0}
  .utility-bar{height:38px}
  .utility-inner{justify-content:center}
  .utility-context{display:flex;font-size:.62rem;letter-spacing:.055em;white-space:nowrap}
  .utility-separator{margin:0 7px}
  .utility-call{font-size:.82rem;letter-spacing:.055em}
  .header-inner{height:84px;gap:12px}
  .brand{min-width:0;flex:1 1 auto}
  .brand img{width:150px;max-width:100%}
  .header-actions{gap:8px}
  .header-call{display:none}
  .header-cta{min-height:43px;padding:11px 15px;font-size:.8rem;flex:0 0 auto}
  .hero{padding:16px 0 42px}
  .hero-grid{gap:17px}
  .hero-panel{padding:31px 24px 27px}
  .hero-panel h1{font-size:clamp(2rem,9.4vw,2.72rem);line-height:1.035}
  .hero-lead{margin-top:19px;font-size:.97rem}
  .hero-actions{align-items:stretch;flex-direction:column;margin-top:24px}
  .hero-actions .btn{width:100%}
  .hero-proof{margin-top:27px;padding-top:20px}
  .hero-proof p{font-size:.84rem}
  .hero-proof img{width:184px}
  .form-card{padding:25px 21px 20px}
  .form-heading{margin-bottom:17px}
  .form-heading h2{font-size:1.36rem}
  .form-heading p{font-size:.87rem}
  .field-grid{grid-template-columns:1fr;gap:9px}
  .field-grid label.full{grid-column:auto}
  input{height:48px}
  textarea{min-height:100px}
  .trust-strip{padding:32px 0 35px}
  .intro-section{padding-top:67px;padding-bottom:33px}
  .intro-wrap{text-align:left}
  .intro-wrap h2{font-size:2.08rem}
  .intro-wrap p{margin-top:18px}
  .feature-section{padding-top:0;padding-bottom:68px}
  .cards-3{grid-template-columns:1fr;gap:14px}
  .feature-card,.feature-card:last-child{grid-column:auto;min-height:0;padding:28px 23px}
  .card-actions{width:100%;justify-content:center}
  .audit-scope{padding-top:68px}
  .centered-heading{text-align:left}
  .centered-heading .eyebrow{display:block}
  .centered-heading .eyebrow::before,.final-cta-panel .eyebrow::before{margin-left:0;margin-right:0}
  .centered-heading p{margin:18px 0 0}
  .scope-grid{grid-template-columns:1fr;gap:13px;margin-top:29px}
  .scope-panel{padding:26px 21px 28px}
  .scope-cta{align-items:stretch;flex-direction:column;padding:21px;margin-top:16px}
  .scope-cta .cta-pair{flex-direction:column;align-items:stretch}
  .scope-cta .btn{width:100%}
  .process-section{padding-top:66px;padding-bottom:66px}
  .steps{grid-template-columns:1fr;gap:13px;margin-top:29px}
  .step-card{min-height:0;padding:25px 21px 27px}
  .process-cta{flex-direction:column}
  .process-cta .btn{width:100%}
  .support-heading-section{padding-top:61px;padding-bottom:34px}
  .support-mosaic-section{padding-top:4px;padding-bottom:64px}
  .support-mosaic{gap:14px}
  .support-pair,.support-pair.reverse{grid-template-columns:1fr;min-height:0}
  .support-pair .support-image,.support-pair.reverse .support-image{grid-column:1;grid-row:1;min-height:225px;height:225px}
  .support-pair .support-copy,.support-pair.reverse .support-copy{grid-column:1;grid-row:2;padding:27px 22px 29px}
  .support-copy h3{font-size:1.3rem}
  .support-cta{align-items:stretch;flex-direction:column;padding:21px}
  .support-cta .cta-pair{flex-direction:column;align-items:stretch}
  .support-cta .btn{width:100%}
  .testimonials{padding-top:69px;padding-bottom:66px}
  .visual-bridge{padding:62px 0}
  .visual-bridge-grid{gap:30px}
  .visual-copy h2{font-size:2rem}
  .visual-grid{height:auto;grid-template-columns:1fr;grid-template-rows:auto;gap:12px}
  .visual-large,.visual-small{grid-row:auto;min-height:250px}
  .visual-grid figcaption{left:19px;right:19px;bottom:17px;font-size:.88rem}
  .visual-large{min-height:340px}
  .visual-actions{flex-direction:column}
  .visual-actions .btn{width:100%}
  .review-marquee{margin-top:31px;mask-image:none;-webkit-mask-image:none}
  .review-track{gap:13px;padding-left:20px;padding-right:20px;animation-duration:70s}
  .review-card{width:min(84vw,350px);min-height:255px;padding:26px 23px}
  .review-cta{flex-direction:column;padding-inline:20px}
  .review-cta .btn{width:100%}
  .faq{padding-top:69px;padding-bottom:68px}
  .faq-grid{gap:29px}
  .faq-heading h2{font-size:2.02rem}
  summary{padding:18px 42px 18px 0;font-size:.94rem}
  details p{padding:0 8px 19px 0;font-size:.9rem}
  .guided-form-section{padding-top:67px;padding-bottom:67px}
  .guided-grid{gap:28px}
  .guided-copy h2{font-size:2.05rem}
  .guided-call-card{grid-template-columns:1fr;gap:6px;padding:15px 16px}
  .typeform-card{min-height:0;padding:23px 20px 20px;border-radius:18px}
  .typeform-progress-label{margin-bottom:27px}
  .guided-step legend{font-size:1.45rem}
  .choice-grid{grid-template-columns:1fr;gap:9px;margin-top:21px}
  .choice span{min-height:57px}
  .guided-contact-grid{grid-template-columns:1fr;gap:10px}
  .guided-nav{margin-top:23px}
  .guided-next,.guided-submit{min-width:135px}
  .final-cta{padding-top:61px;padding-bottom:68px}
  .final-cta-panel{padding:45px 22px;border-radius:19px;text-align:left}
  .final-cta-panel p{margin:18px 0 23px}
  .final-actions{align-items:stretch;flex-direction:column}
  .final-actions .btn{width:100%}
  .footer-main{grid-template-columns:1fr 1fr;gap:32px 22px;padding:46px 0 31px}
  .footer-brand{grid-column:1/-1}
  .footer-brand img{width:172px}
  .footer-bottom{align-items:flex-start;flex-direction:column-reverse;gap:9px;padding:19px 0 26px}
  .lead-modal,.exit-modal{padding:14px}
  .lead-modal-card{width:min(100%,560px);max-height:calc(100vh - 28px);padding:22px 20px 34px;border-radius:18px}
  .lead-modal-close{right:13px;top:13px;width:39px;height:39px}
  .lead-modal-brand img{width:120px}
  .lead-modal-copy{margin-top:9px;text-align:left}
  .lead-modal-copy .eyebrow::before{margin-left:0;margin-right:0}
  .lead-modal-copy h2{font-size:1.82rem}
  .lead-modal-copy p{margin-left:0;font-size:.68rem;letter-spacing:-.02em;white-space:nowrap}
  .modal-field-grid{grid-template-columns:1fr;gap:9px}
  .modal-field-grid .full{grid-column:auto}
  .exit-card{width:min(100%,500px);max-height:calc(100vh - 28px)}
  .exit-brand-row{height:72px;padding:15px 18px 5px 20px}
  .exit-brand-row>img{width:125px}
  .exit-close{width:42px;height:42px}
  .exit-content{padding:7px 23px 30px}
  .exit-content h2{font-size:2.1rem}
  .exit-content p{margin-top:14px;font-size:.78rem;white-space:nowrap}
  .exit-primary{width:100%;margin-top:22px}
  .exit-phone{font-size:.85rem}
  .exit-google{margin-top:21px}
  .exit-footer{min-height:78px;padding:14px 18px;font-size:.75rem;text-align:left}
}

@media(max-width:430px){
  .wrap{width:calc(100% - 34px)}
  .header-inner{gap:9px}
  .brand img{width:140px}
  .header-cta{padding-inline:12px;font-size:.76rem}
  .hero-panel{padding:28px 20px 25px}
  .hero-panel h1{font-size:2.02rem}
  .form-card{padding:23px 17px 19px}
  .intro-wrap h2,.faq-heading h2,.guided-copy h2{font-size:1.92rem}
  h2{font-size:1.96rem}
  .eyebrow{font-size:.7rem;margin-bottom:13px}
  .support-pair .support-image,.support-pair.reverse .support-image{height:205px;min-height:205px}
  .review-track{padding-left:17px;padding-right:17px}
  .review-card{width:86vw}
  .guided-nav{flex-wrap:wrap}
  .guided-back{width:100%;margin:0;text-align:left}
  .guided-next,.guided-submit{width:100%}
  .footer-main{grid-template-columns:1fr;gap:25px}
  .footer-brand{grid-column:auto}
  .footer-nav{gap:12px}
  .exit-modal{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .review-track{animation:none;transform:none}
  .review-highlight{animation:none;background-size:100% 64%}
  .guided-submit.is-ready{animation:none}
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .hero-highlight::after{transform:scaleX(1);opacity:1;animation:none!important}
  .lead-modal.is-open .lead-modal-backdrop,.exit-modal.is-open .exit-backdrop,.lead-modal.is-open .lead-modal-card,.exit-modal.is-open .exit-card,.lead-modal.is-open .lead-modal-brand,.lead-modal.is-open .lead-modal-copy,.lead-modal.is-open .modal-form,.lead-modal.is-open .modal-success,.exit-modal.is-open .exit-brand-row,.exit-modal.is-open .exit-content>*,.exit-modal.is-open .exit-footer{animation:none!important;opacity:1!important;transform:none!important}
  .visual-grid img,.support-image img{transition:none}
}


/* ===== V6 refinement pass ===== */
.eyebrow{margin-bottom:19px}
.eyebrow::before,.support-bolt{width:25px;height:25px;margin-bottom:10px;background-size:25px 25px}
.support-bolt{width:25px;height:25px;margin-bottom:15px}
.hero-panel .eyebrow::before,.exit-eyebrow::before{display:none}

/* More balanced logo breathing room in the header. */
.header-inner{height:auto;min-height:104px;padding-top:16px;padding-bottom:21px}

/* Hero promise highlight fires once, immediately after page load. */
.hero-highlight::after{bottom:.06em;height:.36em;background:rgba(242,106,33,.22)}

/* Audit-scope bullets cascade in with a short waterfall pulse. */
@media(prefers-reduced-motion:no-preference){
  .scope-panel li{opacity:0;transform:translateY(10px) scale(.985)}
  .scope-panel.is-visible li{animation:scopeCascade .56s var(--ease) both}
  .scope-panel.is-visible li:nth-child(1){animation-delay:.06s}
  .scope-panel.is-visible li:nth-child(2){animation-delay:.12s}
  .scope-panel.is-visible li:nth-child(3){animation-delay:.18s}
  .scope-panel.is-visible li:nth-child(4){animation-delay:.24s}
  .scope-panel.is-visible li:nth-child(5){animation-delay:.30s}
}
@keyframes scopeCascade{0%{opacity:0;transform:translateY(10px) scale(.985)}68%{opacity:1;transform:translateY(-1px) scale(1.018)}100%{opacity:1;transform:none}}

/* Olive Kinetic process cards: slightly lighter lower-right depth and shimmer arrows. */
.step-card::after{background:radial-gradient(circle,rgba(21,59,115,.022),rgba(21,59,115,0) 68%)}
.step-motion{overflow:visible;transition:transform .28s var(--ease),filter .28s ease}
.step-card:hover .step-motion,.step-card:focus-visible .step-motion{transform:translateX(6px);filter:drop-shadow(0 0 5px rgba(242,106,33,.38));animation:arrowShimmer 1.15s ease-in-out infinite}
@keyframes arrowShimmer{0%,100%{opacity:.68;filter:drop-shadow(0 0 0 rgba(242,106,33,0))}50%{opacity:1;filter:drop-shadow(0 0 7px rgba(242,106,33,.5))}}

/* Field-image hover uses a clean sliding arrow instead of a Review pill. */
.clickable-visual::before{content:"→";right:18px;top:18px;width:42px;height:42px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(8,31,55,.46);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-family:Manrope,Arial,sans-serif;font-size:1.35rem;font-weight:500;letter-spacing:0;text-transform:none;opacity:0;transform:translateX(-10px);transition:opacity .28s ease,transform .34s var(--ease),background .28s ease}
.clickable-visual:hover::before,.clickable-visual:focus-visible::before{opacity:1;transform:translateX(0);background:rgba(242,106,33,.9)}

/* Reviews: static, subtler highlighter with less vertical coverage. */
.review-highlight{background-image:linear-gradient(rgba(242,106,33,.20),rgba(242,106,33,.20));background-position:0 92%;background-size:100% 48%;animation:none!important}
.review-card:nth-child(2n) .review-highlight,.review-card:nth-child(3n) .review-highlight{animation:none!important}

/* Stable sticky FAQ panel. Its own card dimensions no longer change with open answers. */
.faq-grid{align-items:start}
.faq-heading{position:sticky;top:28px;align-self:start;min-height:430px;padding:38px 36px 40px;border:1px solid #e0e7ef;border-radius:20px;background:#fff;box-shadow:0 18px 44px rgba(14,44,82,.045)}
.faq-heading h2{font-size:clamp(2rem,3vw,2.55rem)}
.faq-heading p{max-width:390px}
.faq-list{min-width:0}

/* Lead modals: larger canvas, readable one-line subcopy, easier close target. */
.lead-modal{padding:22px}
.lead-modal-card{width:min(790px,calc(100vw - 44px));max-height:calc(100vh - 44px);padding:28px 40px 42px;border-radius:24px;overscroll-behavior:contain}
.lead-modal-close{position:sticky;z-index:20;top:0;float:right;margin:0 -14px -48px 0;width:50px;height:50px;background:#f2f5f8;border:1px solid #dfe6ed;box-shadow:0 8px 22px rgba(14,44,82,.08)}
.lead-modal-close span{font-size:2.05rem}
.lead-modal-close:hover{background:#fff;border-color:#c9d6e2;transform:scale(1.04)}
.lead-modal-brand{height:47px;padding-right:48px}
.lead-modal-brand img{width:130px}
.lead-modal-copy{margin-top:17px}
.lead-modal-copy h2{max-width:650px;font-size:clamp(2.05rem,3.35vw,2.5rem);line-height:1.05}
.lead-modal-copy p{max-width:700px;margin:14px auto 0;font-size:.9rem;line-height:1.45;white-space:nowrap}
.modal-form{margin-top:22px}
.modal-field-grid{gap:11px 13px}
.modal-field-grid input{height:47px}
.modal-field-grid textarea{min-height:94px}
.modal-form .full-button{min-height:52px;margin-top:12px}
.modal-form .modal-call{margin-top:12px;margin-bottom:7px;font-size:.83rem}

/* Exit modal: keep close target easy to hit too. */
.exit-close{width:52px;height:52px;position:relative;z-index:5}
.exit-content p{font-size:.9rem}

/* No duplicate call prompt inside the stepped form. */
.typeform-card .typeform-call{display:none!important}

@media(max-width:1020px){
  .header-inner{min-height:88px;padding-top:13px;padding-bottom:17px}
  .faq-heading{position:static;min-height:0;padding:30px 28px}
  .lead-modal-card{width:min(100%,650px);padding:24px 25px 34px}
  .lead-modal-close{margin-right:-8px;margin-bottom:-46px;width:48px;height:48px}
  .lead-modal-copy{margin-top:14px;text-align:center}
  .lead-modal-copy .eyebrow::before{margin-inline:auto}
  .lead-modal-copy h2{font-size:1.95rem}
  .lead-modal-copy p{font-size:.82rem;white-space:normal;max-width:570px}
  .modal-field-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .lead-modal{padding:10px}
  .lead-modal-card{width:100%;max-height:calc(100vh - 20px);padding:20px 17px 28px;border-radius:18px}
  .lead-modal-brand{height:42px;padding-right:44px}
  .lead-modal-brand img{width:116px}
  .lead-modal-close{top:0;margin-right:-3px;margin-bottom:-43px;width:46px;height:46px}
  .lead-modal-copy{margin-top:12px;text-align:left}
  .lead-modal-copy .eyebrow::before{margin-left:0;margin-right:0}
  .lead-modal-copy h2{font-size:1.72rem;line-height:1.08}
  .lead-modal-copy p{margin-top:10px;font-size:.8rem;line-height:1.4;white-space:normal}
  .modal-form{margin-top:18px}
  .modal-field-grid{grid-template-columns:1fr;gap:9px}
  .modal-field-grid .full{grid-column:auto}
  .modal-field-grid input{height:45px}
  .modal-field-grid textarea{min-height:80px}
  .modal-form .modal-call{font-size:.79rem}
}
@media(max-width:430px){
  .header-inner{padding-top:12px;padding-bottom:16px}
  .eyebrow::before,.support-bolt{width:23px;height:23px;background-size:23px 23px}
}
@media(prefers-reduced-motion:reduce){
  .scope-panel li{opacity:1!important;transform:none!important;animation:none!important}
  .step-card:hover .step-motion,.step-card:focus-visible .step-motion{animation:none!important}
}

/* V6 QA fixes */
.hero-highlight{position:relative;z-index:0;background-image:linear-gradient(rgba(242,106,33,.24),rgba(242,106,33,.24));background-repeat:no-repeat;background-position:0 86%;background-size:0 44%}
.hero-highlight::after{display:none!important}
.hero-highlight.is-highlighted{animation:heroMarkerSweep .70s var(--ease) forwards}
@keyframes heroMarkerSweep{from{background-size:0 44%}to{background-size:100% 44%}}
@media(max-width:430px){
  .utility-context{font-size:.56rem;letter-spacing:.045em}
  .utility-separator{width:3px;height:3px;margin:0 5px}
}
@media(prefers-reduced-motion:reduce){
  .hero-highlight{animation:none!important;background-size:100% 44%}
}


/* ===== V7 refinement pass ===== */

/* Orange CTAs: crisp outlined edge inspired by the reference buttons. */
.btn-orange{
  border:1px solid #c94f13;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.28),0 10px 24px rgba(242,106,33,.18);
}
.btn-orange:hover{
  border-color:#ad4210;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.20),0 13px 30px rgba(242,106,33,.24);
}

/* Lead modals: more room between headline, support copy, and form. */
.lead-modal{padding:22px}
.lead-modal-card{
  width:min(850px,calc(100vw - 44px));
  max-height:calc(100vh - 44px);
  padding:32px 44px 48px;
}
.lead-modal-brand{height:50px}
.lead-modal-copy{margin-top:20px}
.lead-modal-copy h2{max-width:710px;font-size:clamp(2.08rem,3.25vw,2.55rem);line-height:1.06}
.lead-modal-copy p{
  max-width:760px;
  margin:18px auto 0;
  font-size:.96rem;
  line-height:1.48;
  white-space:nowrap;
}
.modal-form{margin-top:30px}
.modal-field-grid{gap:12px 14px}
.modal-field-grid input{height:49px}
.modal-field-grid textarea{min-height:100px}
.modal-form .full-button{min-height:53px;margin-top:14px}
.modal-form .modal-call{margin-top:14px;margin-bottom:9px;font-size:.84rem}

/* Guided form: left copy stays pinned while the form step changes height. */
.guided-grid{align-items:start}
.guided-copy{
  position:sticky;
  top:34px;
  align-self:start;
  padding-top:8px;
}
.typeform-card{min-height:560px}

/* FAQ clarification: no sticky card and no white container. */
.faq-grid{align-items:start}
.faq-heading{
  position:static;
  top:auto;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.faq-heading h2{font-size:clamp(2rem,3vw,2.55rem)}
.faq-heading p{max-width:390px}

/* Higher-page NFPA-specific proof. */
.context-proof{
  padding-top:82px;
  padding-bottom:86px;
  background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);
}
.context-proof-heading{max-width:840px;margin-inline:auto}
.context-proof-heading p{max-width:720px}
.context-proof-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:34px;
}
.context-review{
  position:relative;
  overflow:hidden;
  min-height:250px;
  padding:30px 31px 31px;
  border:1px solid #dce5ee;
  border-radius:18px;
  background:#f8fafc;
  box-shadow:0 14px 36px rgba(14,44,82,.035);
}
.context-review::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:78px;
  height:3px;
  background:var(--orange);
  transform:skewX(-28deg);
  transform-origin:left;
}
.context-review-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 10px;color:var(--navy)}
.context-review-meta strong{font-family:Poppins,Manrope,sans-serif;font-size:.93rem;font-weight:600}
.context-review-meta span{color:#6e7c8c;font-size:.78rem}
.context-stars{margin-top:15px;color:#f5a623;font-size:1rem;letter-spacing:.08em}
.context-review blockquote{
  margin:18px 0 0;
  color:#4e6074;
  font-size:.96rem;
  line-height:1.72;
}

@media(max-width:1020px){
  .guided-copy{position:static;padding-top:0}
  .typeform-card{min-height:0}
  .lead-modal-card{width:min(100%,700px);padding:28px 30px 38px}
  .lead-modal-copy{margin-top:17px}
  .lead-modal-copy p{max-width:620px;margin-top:15px;font-size:.88rem;white-space:normal}
  .modal-form{margin-top:25px}
}

@media(max-width:760px){
  .context-proof{padding-top:64px;padding-bottom:67px}
  .context-proof-grid{grid-template-columns:1fr;gap:14px;margin-top:28px}
  .context-review{min-height:0;padding:26px 22px 27px}
}

@media(max-width:620px){
  .lead-modal-card{padding:22px 18px 30px}
  .lead-modal-copy{margin-top:14px}
  .lead-modal-copy h2{font-size:1.76rem}
  .lead-modal-copy p{margin-top:13px;font-size:.82rem;line-height:1.45}
  .modal-form{margin-top:22px}
}


/* ===== V8 refinement pass ===== */

/* Close controls sit tight to the upper-right edge without sacrificing hit area. */
.lead-modal-card{position:relative}
.lead-modal-close{
  position:absolute;
  z-index:30;
  top:24px;
  right:44px;
  float:none;
  margin:0;
  width:46px;
  height:46px;
  background:#f2f5f8;
  border:1px solid #dfe6ed;
  box-shadow:0 7px 18px rgba(14,44,82,.07);
}
.lead-modal-brand{padding-right:92px}
.exit-brand-row{padding-right:16px}

/* FAQ: the intro copy is the sticky element. No white card treatment. */
.faq-grid{align-items:start}
.faq-heading{
  position:sticky;
  top:34px;
  align-self:start;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

/* EWE-brand eyebrow mark. Slightly larger and optically aligned with the label. */
.eyebrow::before,.support-bolt{
  width:24px;
  height:24px;
  margin-bottom:10px;
  background-image:url("bolt.svg");
  background-size:24px 24px;
}
.centered-heading .eyebrow::before,.final-cta-panel .eyebrow::before,.lead-modal-copy .eyebrow::before{margin-inline:auto}
.hero-panel .eyebrow::before,.exit-eyebrow::before{display:none}

/* Keep the field headline at three lines on desktop, just with more authority. */
.visual-copy h2{
  max-width:535px;
  font-size:clamp(2.15rem,3.08vw,2.78rem);
  line-height:1.06;
}

/* Image hover action: purpose-built centered arrow instead of a font glyph. */
.clickable-visual::before{
  content:"";
  right:16px;
  top:16px;
  width:43px;
  height:43px;
  padding:0;
  display:block;
  border:1px solid rgba(255,255,255,.60);
  border-radius:50%;
  background-color:rgba(8,31,55,.46);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h13M13 7l5 5-5 5' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position:center;
  background-repeat:no-repeat;
  background-size:21px 21px;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  opacity:0;
  transform:translateX(-8px);
  transition:opacity .28s ease,transform .34s var(--ease),background-color .28s ease,box-shadow .28s ease;
}
.clickable-visual:hover::before,.clickable-visual:focus-visible::before{
  opacity:1;
  transform:translateX(0);
  background-color:rgba(242,106,33,.94);
  box-shadow:0 8px 22px rgba(12,35,59,.18);
}

/* Contextual proof: highlight the exact NFPA/insurance outcome phrases as they enter. */
.context-highlight{
  padding:.01em .05em .03em;
  color:inherit;
  background-color:transparent;
  background-image:linear-gradient(rgba(242,106,33,.20),rgba(242,106,33,.20));
  background-repeat:no-repeat;
  background-position:0 91%;
  background-size:0 46%;
}
@media(prefers-reduced-motion:no-preference){
  .context-review.is-visible .context-highlight{animation:contextMarker .86s var(--ease) .28s forwards}
}
@keyframes contextMarker{to{background-size:100% 46%}}

@media(max-width:1020px){
  .faq-heading{position:static;top:auto}
  .visual-copy h2{max-width:560px;font-size:2.3rem}
  .lead-modal-close{top:18px;right:26px;width:45px;height:45px}
  .exit-brand-row{padding-right:14px}
}
@media(max-width:620px){
  .visual-copy h2{font-size:2.04rem;line-height:1.08}
  .lead-modal-close{top:14px;right:16px;width:43px;height:43px}
  .clickable-visual::before{right:13px;top:13px;width:40px;height:40px;background-size:19px 19px}
}
@media(prefers-reduced-motion:reduce){
  .context-highlight{background-size:100% 46%}
}

/* V8 final line-control and process-arrow cleanup. */
.field-title-break{display:block}
.step-motion{right:22px;bottom:23px;width:38px!important;height:12px;border:0!important}
.step-motion::before{content:"";position:absolute;left:0;right:3px;top:5px;height:2px;border-radius:999px;background:rgba(242,106,33,.72)}
.step-motion::after{right:1px;top:1px;width:8px;height:8px;border-top:2px solid rgba(242,106,33,.72);border-right:2px solid rgba(242,106,33,.72);transform:rotate(45deg)}
@media(max-width:620px){.field-title-break{display:none}}


/* ===== V10 refinement pass ===== */

/* Benefit card line control: exactly two lines on desktop. */
.risk-line{display:block;white-space:nowrap}

/* Field headline: three visually even rows rather than accidental wrapping. */
.visual-bridge-grid{grid-template-columns:minmax(0,1fr) minmax(520px,1fr);gap:48px}
.visual-copy h2{max-width:560px;font-size:clamp(2.18rem,2.82vw,2.68rem);line-height:1.055;letter-spacing:-.035em}
.field-line{display:block;white-space:nowrap}

/* Field images: ditch the badge/circle. A clean orange arrow slides in on hover. */
.clickable-visual::before{
  content:"";
  z-index:3;
  right:18px;
  top:19px;
  width:58px;
  height:24px;
  padding:0;
  border:0;
  border-radius:0;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 24' fill='none'%3E%3Cpath d='M2 12h48M42 4l8 8-8 8' stroke='%23F26A21' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center;
  background-size:58px 24px;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  box-shadow:none;
  opacity:0;
  transform:translateX(-14px);
  filter:drop-shadow(0 3px 8px rgba(12,35,59,.14));
  transition:opacity .24s ease,transform .34s var(--ease),filter .28s ease;
}
.clickable-visual:hover::before,.clickable-visual:focus-visible::before{
  opacity:1;
  transform:translateX(0);
  background-color:transparent;
  box-shadow:none;
  filter:drop-shadow(0 4px 10px rgba(242,106,33,.22));
}

/* Process cards: top orange rule remains exactly the same length on hover. */
.step-card::before,.step-card:hover::before,.step-card:focus-visible::before{
  width:72px!important;
  transition:none!important;
}

/* Contextual review highlights: wait just long enough after scroll to be noticed. */
@media(prefers-reduced-motion:no-preference){
  .context-review.is-visible .context-highlight{animation:contextMarker .86s var(--ease) .68s forwards}
}

/* Two restrained background gestures to keep long white sections from feeling flat. */
.audit-scope{position:relative;overflow:hidden}
.audit-scope::before{
  content:"";
  position:absolute;
  z-index:0;
  right:-190px;
  top:92px;
  width:390px;
  height:390px;
  border:1px solid rgba(21,59,115,.035);
  border-radius:34% 66% 58% 42% / 48% 42% 58% 52%;
  transform:rotate(18deg);
  pointer-events:none;
}
.audit-scope>.wrap{position:relative;z-index:1}
.guided-form-section{position:relative;overflow:hidden}
.guided-form-section::before{
  content:"";
  position:absolute;
  z-index:0;
  left:-210px;
  bottom:-240px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(242,106,33,.045) 0%,rgba(242,106,33,.018) 38%,rgba(242,106,33,0) 70%);
  pointer-events:none;
}
.guided-form-section>.wrap{position:relative;z-index:1}

@media(max-width:1020px){
  .visual-bridge-grid{grid-template-columns:1fr;gap:38px}
  .visual-copy h2{max-width:590px;font-size:2.36rem}
}
@media(max-width:620px){
  .risk-line{white-space:normal}
  .field-line{display:inline;white-space:normal}
  .field-line::after{content:" "}
  .visual-copy h2{font-size:2.04rem;line-height:1.08;letter-spacing:-.03em}
  .clickable-visual::before{right:13px;top:14px;width:48px;height:21px;background-size:48px 21px}
  .audit-scope::before{right:-250px;opacity:.7}
  .guided-form-section::before{left:-310px;opacity:.72}
}

/* ===== V13 sticky + field-image refinement ===== */
/* Preserve horizontal containment without creating a sticky-breaking scroll ancestor. */
html,body{overflow-x:clip}
body.modal-open{overflow:hidden}

/* Hero uses the supplied OJ bolt above NFPA 70B COMPLIANCE. */
.hero-panel .eyebrow::before{
  display:block;
  width:24px;
  height:24px;
  margin:0 0 10px;
  background:url("bolt.svg") center/24px 24px no-repeat;
}

/* Restore the FAQ to the normal site grid. Only the intro remains sticky. */
.faq .wrap{width:min(calc(100% - 48px),var(--max))}
.faq-grid{grid-template-columns:minmax(280px,.82fr) minmax(0,1.6fr);gap:78px;align-items:start}
.faq-heading{position:sticky;top:34px;align-self:start;height:max-content;min-height:0}

/* On wide screens, keep the field copy aligned to the site grid and let the imagery breathe to the right. */
@media(min-width:1280px){
  .visual-bridge>.wrap{
    width:auto;
    max-width:none;
    margin-left:max(48px,calc((100vw - var(--max))/2));
    margin-right:32px;
  }
  .visual-bridge-grid{
    grid-template-columns:minmax(500px,560px) minmax(0,1fr);
    gap:56px;
  }
  .visual-grid{height:540px}
}

@media(max-width:1020px){
  .faq .wrap{width:min(calc(100% - 48px),var(--max))}
  .faq-grid{grid-template-columns:1fr;gap:42px}
  .faq-heading{position:static;top:auto}
}
@media(max-width:620px){
  .faq .wrap{width:min(calc(100% - 36px),var(--max))}
  .hero-panel .eyebrow::before{width:23px;height:23px;background-size:23px 23px}
}


/* ===== V14 field-image width + no hover-arrow cleanup ===== */
/* Remove the image hover arrows entirely. */
.clickable-visual::before,
.clickable-visual:hover::before,
.clickable-visual:focus-visible::before{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  background:none !important;
  box-shadow:none !important;
  transform:none !important;
}

/* Make the field image composition meaningfully wider on desktop. */
@media(min-width:1280px){
  .visual-bridge>.wrap{
    width:min(calc(100% - 48px),1360px);
    max-width:none;
  }
  .visual-bridge-grid{
    grid-template-columns:minmax(440px,520px) minmax(760px,1fr);
    gap:64px;
    align-items:center;
  }
  .visual-copy h2{max-width:560px}
  .visual-grid{
    width:100%;
    max-width:none;
    height:620px;
    grid-template-columns:1.65fr .95fr;
    gap:18px;
  }
  .visual-grid figcaption{
    left:22px;
    right:22px;
    bottom:18px;
  }
}


/* ===== V16 guided call cleanup ===== */
.guided-call-link{
  margin:24px 0 0;
  color:#65778a;
  font-size:.9rem;
  font-weight:500;
  line-height:1.5;
}
.guided-call-link a{
  display:inline-block;
  margin-left:5px;
  color:var(--navy);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid rgba(14,44,82,.28);
  transition:color .18s ease,border-color .18s ease,transform .18s var(--ease);
}
.guided-call-link a:hover{
  color:var(--orange);
  border-color:rgba(242,106,33,.55);
  transform:translateY(-1px);
}
.guided-call-link a:focus-visible{
  outline:3px solid rgba(242,106,33,.24);
  outline-offset:4px;
  border-radius:3px;
}
@media(max-width:620px){
  .guided-call-link{font-size:.86rem;margin-top:20px}
  .guided-call-link a{margin-left:3px}
}

/* ===== V18 wide-desktop breathing-room pass ===== */
/* Use more of 1440–1920px canvases without disturbing tablet/mobile layouts. */
@media(min-width:1440px){
  :root{--max:1340px}

  .hero-grid{gap:32px}
  .hero-panel{padding-left:52px;padding-right:52px}
  .form-card{padding-left:36px;padding-right:36px}

  .cards-3{gap:24px}
  .scope-grid{gap:34px;padding-inline:4%}
  .steps{gap:22px}

  .support-mosaic{gap:24px}
  .support-pair{grid-template-columns:minmax(0,36%) minmax(0,64%)}
  .support-pair.reverse{grid-template-columns:minmax(0,64%) minmax(0,36%)}

  .faq-grid{
    grid-template-columns:minmax(360px,.78fr) minmax(0,1.62fr);
    gap:96px;
  }
  .faq-heading p{max-width:410px}

  .guided-grid{
    grid-template-columns:minmax(440px,.78fr) minmax(650px,1.22fr);
    gap:96px;
  }
  .guided-copy>p{max-width:520px}

  .footer-main{gap:82px}
}

@media(min-width:1720px){
  :root{--max:1400px}
  .hero-grid{gap:36px}
  .faq-grid{gap:108px}
  .guided-grid{gap:108px}
}

/* ===== V19 wide-desktop midpoint refinement ===== */
/* Split the difference between the original tighter desktop grid and V18's wider canvas. */
@media(min-width:1440px){
  :root{--max:1290px}

  .hero-grid{gap:28px}
  .hero-panel{padding-left:49px;padding-right:49px}
  .form-card{padding-left:34px;padding-right:34px}

  .cards-3{gap:22px}
  .scope-grid{gap:30px;padding-inline:3%}
  .steps{gap:20px}

  .support-mosaic{gap:22px}
  .support-pair{grid-template-columns:minmax(0,38%) minmax(0,62%)}
  .support-pair.reverse{grid-template-columns:minmax(0,62%) minmax(0,38%)}

  .faq-grid{
    grid-template-columns:minmax(330px,.8fr) minmax(0,1.6fr);
    gap:84px;
  }
  .faq-heading p{max-width:390px}

  .guided-grid{
    grid-template-columns:minmax(420px,.8fr) minmax(620px,1.2fr);
    gap:82px;
  }
  .guided-copy>p{max-width:500px}

  .footer-main{gap:72px}
}

@media(min-width:1720px){
  :root{--max:1320px}
  .hero-grid{gap:30px}
  .faq-grid{gap:90px}
  .guided-grid{gap:90px}
}

/* ===== V23 exit-intent modal height / scroll / radius repair ===== */
.exit-modal{padding:24px}
.exit-card{
  width:min(820px,calc(100vw - 48px));
  max-height:min(780px,calc(100dvh - 48px));
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(206,215,225,.82);
  border-radius:24px;
  background:#fff;
  box-shadow:0 30px 100px rgba(0,0,0,.28);
}
.exit-brand-row{
  flex:0 0 auto;
  border-radius:24px 24px 0 0;
  background:#fff;
}
.exit-content{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  -webkit-overflow-scrolling:touch;
}
.exit-footer{
  flex:0 0 auto;
  border-radius:0 0 24px 24px;
}

@media(max-height:760px) and (min-width:431px){
  .exit-modal{padding:16px}
  .exit-card{max-height:calc(100dvh - 32px);border-radius:21px}
  .exit-brand-row{height:72px;padding-top:14px;padding-bottom:5px;border-radius:21px 21px 0 0}
  .exit-brand-row>img{width:132px}
  .exit-content{padding:4px 48px 28px}
  .exit-content .eyebrow{margin-bottom:12px}
  .exit-content h2{font-size:clamp(2rem,3.5vw,2.65rem)}
  .exit-content p{margin-top:13px;white-space:normal}
  .exit-primary{margin-top:18px}
  .exit-phone{margin-top:12px}
  .exit-google{width:170px;margin-top:18px}
  .exit-footer{min-height:70px;padding:12px 24px;border-radius:0 0 21px 21px}
}

@media(max-width:1020px){
  .exit-card{
    width:min(100%,540px);
    max-height:calc(100dvh - 28px);
    border-radius:20px;
  }
  .exit-brand-row{border-radius:20px 20px 0 0}
  .exit-footer{border-radius:0 0 20px 20px}
  .exit-content p{white-space:normal}
}


/* ===== V24 mobile modal + eyebrow alignment + footer alignment ===== */
.modal-typeform-shell{display:none}
.modal-typeform-card{
  min-height:0;
  margin-top:24px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.modal-guided-success{
  padding:42px 0 6px;
}
.modal-guided-success .success-call{margin-top:18px}

@media(max-width:760px){
  .lead-modal-copy .eyebrow::before,
  .context-proof-heading .eyebrow::before,
  .audit-scope .section-heading .eyebrow::before,
  .support-heading-section .section-heading .eyebrow::before,
  .testimonial-heading .eyebrow::before,
  .final-cta-panel .eyebrow::before{
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .modal-typeform-shell{display:block}
  .lead-modal .modal-form,
  .lead-modal .modal-success{display:none !important}
  .lead-modal .modal-typeform-card{margin-top:20px}
  .lead-modal .typeform-progress-label{margin-bottom:25px}
  .lead-modal .guided-step legend{font-size:1.38rem;line-height:1.2}
  .lead-modal .step-help{font-size:.85rem}
  .lead-modal .choice-grid{grid-template-columns:1fr;gap:9px;margin-top:20px}
  .lead-modal .choice span{min-height:56px;padding:13px 14px;font-size:.88rem}
  .lead-modal .guided-textarea textarea{min-height:140px;margin-top:20px}
  .lead-modal .guided-contact-grid{grid-template-columns:1fr;gap:10px;margin-top:20px}
  .lead-modal .guided-nav{margin-top:22px;flex-wrap:wrap}
  .lead-modal .guided-back{width:100%;margin:0;text-align:left}
  .lead-modal .guided-next,
  .lead-modal .guided-submit{width:100%}

  .footer-main{
    justify-items:center;
    text-align:center;
  }
  .footer-brand,
  .footer-nav,
  .footer-nav-right{
    align-items:center;
    text-align:center;
  }
  .footer-phone,
  .footer-modal-link,
  .footer-nav a{text-align:center}
  .footer-bottom{
    align-items:center;
    text-align:center;
  }
}

/* ===== V25 mobile modal spacing + hierarchy cleanup ===== */
@media(max-width:760px){
  .lead-modal{padding:12px}
  .lead-modal-card{
    width:100%;
    max-height:calc(100dvh - 24px);
    padding:24px 24px 32px;
    border-radius:22px;
  }
  .lead-modal-close{
    top:16px;
    right:18px;
    width:42px;
    height:42px;
  }
  .lead-modal-brand{
    height:auto;
    min-height:0;
    padding-right:64px;
    margin-bottom:22px;
  }
  .lead-modal-brand img{width:210px;max-width:100%}
  .lead-modal-copy{
    margin-top:0;
    text-align:left;
  }
  .lead-modal-copy h2{
    max-width:360px;
    font-size:1.48rem;
    line-height:1.08;
    letter-spacing:-.03em;
  }
  .lead-modal-copy p{
    max-width:340px;
    margin-top:12px;
    font-size:.82rem;
    line-height:1.46;
  }

  .lead-modal .modal-typeform-card{
    margin-top:26px;
  }
  .lead-modal .typeform-progress{
    margin-inline:0;
  }
  .lead-modal .typeform-progress-label{
    margin:13px 0 24px;
    font-size:.67rem;
  }
  .lead-modal .guided-step legend{
    max-width:330px;
    font-size:1.2rem;
    line-height:1.17;
    letter-spacing:-.025em;
  }
  .lead-modal .step-help{
    margin-top:10px;
    font-size:.82rem;
    line-height:1.45;
  }
  .lead-modal .choice-grid{margin-top:18px}
  .lead-modal .choice span{
    min-height:58px;
    padding:14px 16px;
    font-size:.9rem;
  }
}

@media(max-width:430px){
  .lead-modal{padding:10px}
  .lead-modal-card{
    padding:22px 22px 30px;
    border-radius:20px;
  }
  .lead-modal-brand{margin-bottom:20px}
  .lead-modal-brand img{width:200px}
  .lead-modal-copy h2{font-size:1.42rem}
  .lead-modal-copy p{max-width:320px;font-size:.8rem}
  .lead-modal .modal-typeform-card{margin-top:24px}
  .lead-modal .guided-step legend{font-size:1.16rem;max-width:310px}
}

/* ===== V26 mobile header logo nudge ===== */
@media(max-width:760px){
  .header-inner{padding-left:4px}
  .brand{padding-left:2px}
}
@media(max-width:430px){
  .header-inner{padding-left:6px}
  .brand{padding-left:2px}
}


/* ===== V27 mobile Typeform controls + modal logo sizing ===== */
@media(max-width:760px){
  .lead-modal-brand img{width:150px;max-width:100%}
  .lead-modal .guided-next{display:inline-flex}
}
@media(max-width:430px){
  .lead-modal-brand img{width:145px}
}

/* ===== V29 mobile modal headline polish ===== */
@media(max-width:760px){
  .lead-modal-copy h2{
    width:min(100%,320px);
    max-width:320px;
    margin:0;
    font-size:clamp(1.5rem,6.6vw,1.68rem);
    line-height:1.04;
    letter-spacing:-.038em;
    text-wrap:balance;
  }
  .lead-modal-copy p{
    max-width:325px;
    margin-top:13px;
  }
  .lead-modal .modal-typeform-card{margin-top:28px}
}

@media(max-width:430px){
  .lead-modal-copy h2{
    width:min(100%,300px);
    max-width:300px;
    font-size:1.5rem;
    line-height:1.045;
  }
  .lead-modal-copy p{max-width:305px}
}

/* ===== V30 mobile stepped-form action order ===== */
@media(max-width:760px){
  .guided-nav{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .guided-next,
  .guided-submit{
    order:1;
    width:100%;
  }
  .guided-back{
    order:2;
    width:100%;
    margin:0;
    text-align:center;
  }
}


/* ===== V31 mobile modal icon-only eyebrow ===== */
@media(max-width:760px){
  .lead-modal-copy .eyebrow{
    font-size:0 !important;
    line-height:0 !important;
    letter-spacing:0 !important;
    margin-bottom:14px;
  }
  .lead-modal-copy .eyebrow::before{
    display:block;
    margin:0 !important;
  }
}

/* ===== V32 mobile modal logo scale + spacing ===== */
@media(max-width:760px){
  .lead-modal-brand{
    margin-bottom:28px;
  }
  .lead-modal-brand img{
    width:150px;
    max-width:100%;
  }
}
@media(max-width:430px){
  .lead-modal-brand{
    margin-bottom:26px;
  }
  .lead-modal-brand img{
    width:142px;
  }
}

/* ===== V33 mobile Back tap-target safety ===== */
@media(max-width:760px){
  .guided-back,
  .lead-modal .guided-back{
    order:2;
    width:max-content;
    min-width:0;
    min-height:0;
    align-self:center;
    margin:0;
    padding:0;
    line-height:1;
    text-align:center;
    touch-action:manipulation;
  }
}


/* ===== V34 mobile stepper tap-and-go + safer back ===== */
@media(max-width:760px){
  .guided-back,
  .lead-modal .guided-back{
    display:inline-flex;
    align-self:center;
    justify-content:center;
    width:auto;
    min-width:0;
    min-height:0;
    margin-top:2px;
    padding:0;
    border:0;
    background:none;
    font-size:.86rem;
    line-height:.95;
    letter-spacing:0;
  }
}
