:root{--blue:#15b0dc;--charcoal:#33352a;--orange:#e26133;--cream:#f4f5ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;color:var(--charcoal);font-family:Arial,Helvetica,sans-serif;margin:0}a{color:inherit;text-decoration:none}.site-header{height:84px;justify-content:space-between;margin:auto;max-width:1240px;padding:0 32px}.brand,.site-header{align-items:center;display:flex}.brand img{display:block;height:auto;width:299px}nav{align-items:center;display:flex;font-size:14px;font-weight:700;gap:32px}nav a{transition:color .2s ease,transform .2s ease}nav a:hover{color:var(--orange)}.nav-cta{background:var(--orange);border-radius:8px;box-shadow:0 8px 24px rgba(226,97,51,.2);color:#fff;padding:13px 19px}nav .nav-cta:hover{color:#fff;transform:translateY(-2px)}.hero{background:var(--charcoal);color:#fff;min-height:calc(100vh - 84px);overflow:hidden;position:relative}.hero:before{background:radial-gradient(circle at 75% 35%,rgba(21,176,220,.16),transparent 34%),linear-gradient(125deg,transparent 45%,hsla(0,0%,100%,.025));content:"";inset:0;position:absolute}.hero-grid{align-items:center;display:grid;gap:70px;grid-template-columns:1.05fr .95fr;margin:auto;max-width:1240px;min-height:680px;padding:70px 32px 90px;position:relative}.hero-copy{max-width:660px;z-index:1}.eyebrow{align-items:center;color:#a8dfed;display:flex;font-size:13px;font-weight:800;gap:10px;letter-spacing:1.8px;text-transform:uppercase}.eyebrow span{background:var(--orange);border-radius:4px;height:3px;width:28px}h1{font-size:clamp(52px,5.5vw,78px);font-weight:800;letter-spacing:-4px;line-height:.98;margin:25px 0 24px;max-width:670px}h1::selection,p::selection{background:var(--blue)}.hero-lead{color:#d9dbd2;font-size:19px;line-height:1.65;margin:0;max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.button{align-items:center;border-radius:8px;display:inline-flex;font-size:15px;font-weight:800;gap:18px;justify-content:center;min-height:53px;padding:0 24px;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--orange);box-shadow:0 12px 32px rgba(226,97,51,.25);color:#fff}.button-primary:hover{box-shadow:0 16px 34px rgba(226,97,51,.38)}.button-secondary{border:1px solid hsla(0,0%,100%,.25);color:#fff}.button-secondary:hover{border-color:var(--blue)}.trust-line{align-items:center;color:#afb2a7;display:flex;font-size:13px;gap:10px;margin-top:29px}.pulse-dot{background:var(--blue);border-radius:50%;box-shadow:0 0 0 6px rgba(21,176,220,.12);height:9px;width:9px}.risk-visual{display:grid;height:520px;place-items:center;position:relative}.visual-core{align-items:center;background:rgba(51,53,42,.9);border:1px solid rgba(21,176,220,.5);border-radius:50%;box-shadow:0 0 80px rgba(21,176,220,.2);display:flex;flex-direction:column;height:190px;justify-content:center;position:relative;width:190px;z-index:2}.shield-mark{border:2px solid;border-radius:18px 18px 24px 24px;color:var(--blue);display:grid;font-size:28px;font-weight:900;height:58px;line-height:1;margin-bottom:12px;place-items:center;width:58px}.visual-core strong{font-size:13px;letter-spacing:2.5px}.visual-core span{color:#9fa397;font-size:12px;margin-top:5px}.orbit{border:1px solid rgba(21,176,220,.22);border-radius:50%;position:absolute}.orbit-one{animation:spin 22s linear infinite;height:340px;width:340px}.orbit-two{animation:spin 35s linear infinite reverse;border-style:dashed;height:485px;width:485px}.orbit:after,.orbit:before{background:var(--blue);border-radius:50%;box-shadow:0 0 14px var(--blue);content:"";height:9px;position:absolute;width:9px}.orbit-one:before{left:82px;top:24px}.orbit-one:after{background:var(--orange);bottom:100px;right:18px}.orbit-two:before{left:25px;top:130px}.orbit-two:after{bottom:25px;right:84px}.signal{background:linear-gradient(90deg,transparent,var(--blue));height:1px;opacity:.5;position:absolute;transform-origin:right;width:190px}.signal-one{left:30px;transform:rotate(12deg)}.signal-two{right:25px;transform:rotate(165deg)}.risk-chip{backdrop-filter:blur(10px);background:rgba(62,65,52,.9);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.25);min-width:145px;padding:16px 18px;position:absolute;z-index:3}.risk-chip b{color:var(--blue);display:block;font-size:24px;line-height:1}.risk-chip span{color:#c5c8be;display:block;font-size:11px;font-weight:700;letter-spacing:1px;margin-top:7px;text-transform:uppercase}.chip-one{right:15px;top:50px}.chip-two{bottom:55px;left:5px}.chip-three{align-items:center;bottom:115px;display:flex;gap:10px;min-width:auto;right:-10px}.chip-three i{background:var(--orange);border-radius:50%;box-shadow:0 0 0 5px rgba(226,97,51,.13);height:10px;width:10px}.chip-three span{margin:0}.powered-strip{align-items:center;background:var(--blue);color:var(--charcoal);display:flex;font-size:13px;justify-content:center;letter-spacing:.2px;min-height:78px;padding:20px 32px;position:relative}.powered-strip strong{font-size:14px}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.orbit{animation:none}.button,nav a{transition:none}}@media (max-width:850px){nav a:not(.nav-cta){display:none}.hero-grid{grid-template-columns:1fr;padding-top:64px}.risk-visual{height:440px}.powered-strip{flex-direction:column;gap:10px;text-align:center}.powered-strip strong{border:0;padding:0}h1{letter-spacing:-2.5px}.site-header{padding:0 20px}.hero-grid{padding-left:20px;padding-right:20px}.chip-three{right:0}}@media (max-width:520px){h1{font-size:49px}.hero-lead{font-size:17px}.risk-visual{margin:-35px -50px;transform:scale(.82)}.nav-cta{padding:12px 14px}.brand img{width:231px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}}.section{padding:110px max(32px,calc(50vw - 588px))}.section-heading{align-items:end;display:grid;gap:90px;grid-template-columns:1.3fr .7fr;margin-bottom:54px}.kicker{color:var(--orange);display:block;font-size:12px;font-weight:800;letter-spacing:2px;margin-bottom:18px;text-transform:uppercase}h2{font-size:clamp(38px,4.2vw,60px);letter-spacing:-2.8px;line-height:1.05;margin:0}.coverage-intro>p,.section-heading>p{color:#6e7167;font-size:17px;line-height:1.7;margin:0}.benefit-grid{border-top:1px solid #dfe1da;display:grid;grid-template-columns:repeat(4,1fr)}.benefit-grid article{border-right:1px solid #dfe1da;min-height:280px;padding:30px 28px 20px 0}.benefit-grid article+article{padding-left:28px}.benefit-grid article:last-child{border:0}.card-number{color:var(--blue);font-size:13px;font-weight:800;letter-spacing:1px}h3{font-size:22px;letter-spacing:-.5px;margin:31px 0 14px}.benefit-grid p,.coverage-list p{color:#74776d;font-size:15px;line-height:1.65}.coverage{align-items:center;background:var(--cream);display:grid;gap:100px;grid-template-columns:.85fr 1.15fr}.coverage-intro h2{margin-bottom:25px}.text-link{color:var(--orange);display:inline-flex;font-size:14px;font-weight:800;gap:22px;margin-top:28px}.coverage-list{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(51,53,42,.08)}.coverage-list article{border-bottom:1px solid #e9eae4;display:flex;gap:23px;padding:26px 30px}.coverage-list article:last-child{border:0}.coverage-icon{background:rgba(21,176,220,.1);border-radius:11px;color:#087f9f;display:grid;flex:0 0 48px;font-size:13px;font-weight:900;height:48px;place-items:center;width:48px}.coverage-list h3{font-size:18px;margin:2px 0 7px}.coverage-list p{margin:0}.process{align-items:center;background:var(--charcoal);color:#fff;display:grid;gap:110px;grid-template-columns:1fr 1.15fr}.kicker.light{color:#8bd9eb}.process-copy p{color:#c4c7bd;font-size:17px;line-height:1.7;max-width:500px}.steps{list-style:none;margin:0;padding:0}.steps li{border-bottom:1px solid hsla(0,0%,100%,.12);display:flex;gap:24px;padding:28px 0}.steps li:last-child{border:0}.steps b{background:var(--blue);border-radius:50%;color:var(--charcoal);display:grid;flex:0 0 44px;font-size:15px;height:44px;place-items:center;width:44px}.steps h3{font-size:20px;margin:0 0 7px}.steps p{color:#aeb1a7;line-height:1.55;margin:0}.request{background:#fff}.request-card{border-radius:22px;box-shadow:0 24px 80px rgba(51,53,42,.11);display:grid;grid-template-columns:.82fr 1.18fr;overflow:hidden}.request-copy{background:var(--blue);padding:70px}.request-copy,.request-copy .kicker{color:var(--charcoal)}.request-copy h2{font-size:48px}.request-copy p{font-size:17px;line-height:1.65;max-width:560px}.request-copy ul{display:grid;font-size:14px;font-weight:700;gap:13px;list-style:none;padding:14px 0 0}.request-copy li:before{color:#fff;content:"✓";font-weight:900;margin-right:10px}.request-action{display:flex;flex-direction:column;justify-content:center;padding:55px}.request-action .shield-mark{width:52px}.request-action h3{font-size:28px;margin:18px 0 12px;max-width:520px}.request-action>p{color:#71746a;line-height:1.65}.wide{margin-top:18px;width:100%}.contact-form{margin-top:22px}.form-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr}.contact-form label{color:#55584f;display:flex;flex-direction:column;font-size:12px;font-weight:800;gap:7px}.contact-form input,.contact-form select,.contact-form textarea{background:#fff;border:1px solid #d9dbd3;border-radius:7px;color:var(--charcoal);font:inherit;font-size:14px;outline:none;padding:12px 13px;width:100%}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(21,176,220,.12)}.contact-form textarea{resize:vertical}.full-width{grid-column:1/-1}.consent{align-items:flex-start;flex-direction:row!important;font-weight:500!important;gap:10px!important;line-height:1.45;margin-top:17px}.consent input{accent-color:var(--orange);flex:0 0 17px;height:17px;margin:1px 0 0;width:17px}.form-submit{border:0;cursor:pointer;margin-top:20px;width:100%}.form-submit:disabled{cursor:wait;opacity:.7}.contact-form small{color:#8b8e84;display:block;font-weight:700;margin-top:14px;text-align:center}.form-message{border-radius:7px;font-size:13px;margin:13px 0 0;padding:11px 13px}.form-message.success{background:#e8f6ee;color:#23633b}.form-message.error{background:#fff0eb;color:#984123}.honeypot{height:1px!important;left:-10000px!important;opacity:0!important;position:absolute!important;width:1px!important}footer{align-items:center;background:#292b23;color:#fff;display:grid;gap:50px;grid-template-columns:.7fr 1.2fr .8fr;min-height:210px;padding:55px max(32px,calc(50vw - 588px))}.footer-brand{width:max-content}.footer-brand img{width:270px}footer p{color:#aeb1a6;font-size:14px;line-height:1.6}footer>div{align-items:flex-end;display:flex;flex-direction:column;font-size:12px;gap:12px}footer>div strong{color:#8edbed}footer>div span{color:#8e9188}@media (max-width:900px){.section{padding:80px 24px}.coverage,.process,.section-heading{gap:48px;grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-grid article:nth-child(2){border-right:0}.request-card{grid-template-columns:1fr}.request-action,.request-copy{padding:52px}footer{grid-template-columns:1fr;text-align:center}footer>div{align-items:center}.footer-brand{justify-content:center}}@media (max-width:560px){.section-heading{gap:24px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article,.benefit-grid article+article{border-bottom:1px solid #dfe1da;border-right:0;min-height:auto;padding:28px 0}.request-action,.request-copy{padding:38px 27px}.request-copy h2{font-size:38px}.coverage-list article{padding:23px 20px}h2{letter-spacing:-1.7px}.form-grid{grid-template-columns:1fr}.full-width{grid-column:auto}}.hubspot-form-wrapper{margin-top:22px}.hubspot-form-wrapper .hs-form-field{margin-bottom:16px}.hubspot-form-wrapper label{color:#55584f;display:block;font-size:12px;font-weight:800;margin-bottom:7px}.hubspot-form-wrapper input[type=email],.hubspot-form-wrapper input[type=number],.hubspot-form-wrapper input[type=tel],.hubspot-form-wrapper input[type=text],.hubspot-form-wrapper select,.hubspot-form-wrapper textarea{background:#fff;border:1px solid #d9dbd3;border-radius:7px;color:var(--charcoal);font:inherit;font-size:14px;outline:none;padding:12px 13px;width:100%!important}.hubspot-form-wrapper input:focus,.hubspot-form-wrapper select:focus,.hubspot-form-wrapper textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(21,176,220,.12)}.hubspot-form-wrapper .inputs-list{list-style:none;margin:0;padding:0}.hubspot-form-wrapper .inputs-list label{align-items:flex-start;display:flex;font-weight:500;gap:10px;line-height:1.45}.hubspot-form-wrapper input[type=checkbox]{accent-color:var(--orange);flex:0 0 17px;height:17px;width:17px}.hubspot-form-wrapper .hs-error-msgs{color:#984123;list-style:none;margin:6px 0 0;padding:0}.hubspot-form-wrapper .hs-button{background:var(--orange);border:0;border-radius:8px;box-shadow:0 12px 32px rgba(226,97,51,.25);color:#fff;cursor:pointer;font-size:15px;font-weight:800;margin-top:4px;min-height:53px;width:100%}.hubspot-form-wrapper .submitted-message{background:#e8f6ee;border-radius:8px;color:#23633b;line-height:1.55;padding:16px}.request-action>small{color:#8b8e84;display:block;font-weight:700;margin-top:14px;text-align:center}