.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:clamp(16px,4vw,48px);padding-right:clamp(16px,4vw,48px)}.container-narrow{width:100%;max-width:720px;margin-left:auto;margin-right:auto;padding-left:clamp(16px,4vw,40px);padding-right:clamp(16px,4vw,40px)}.section-pad{padding-top:clamp(40px,8vw,80px);padding-bottom:clamp(40px,8vw,80px)}.section-pad-sm{padding-top:clamp(24px,4vw,48px);padding-bottom:clamp(24px,4vw,48px)}.heading-xl{font-family:var(--ff-d);letter-spacing:-.04em;color:#0b1f40;font-size:clamp(34px,6vw,72px);font-weight:900;line-height:1}.heading-lg{font-family:var(--ff-d);letter-spacing:-.03em;color:#0b1f40;font-size:clamp(26px,4vw,52px);font-weight:900;line-height:1.05}.heading-md{font-family:var(--ff-d);letter-spacing:-.02em;color:#0b1f40;font-size:clamp(20px,3vw,36px);font-weight:900;line-height:1.1}.heading-sm{font-family:var(--ff-d);letter-spacing:-.01em;color:#0b1f40;font-size:clamp(17px,2.5vw,26px);font-weight:900;line-height:1.2}.body-lg{font-family:var(--ff-b);color:var(--sh-stone);font-size:clamp(14px,1.5vw,18px);line-height:1.65}.body-md{font-family:var(--ff-b);color:var(--sh-stone);font-size:clamp(13px,1.2vw,15px);line-height:1.6}.grid-2{grid-template-columns:1fr;gap:clamp(12px,2vw,24px);display:grid}@media (min-width:640px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-3{grid-template-columns:1fr;gap:clamp(12px,2vw,24px);display:grid}@media (min-width:640px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,2vw,20px);display:grid}@media (min-width:1024px){.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.hero-layout{text-align:center;flex-direction:column;align-items:center;gap:clamp(24px,4vw,64px);width:100%;max-width:1200px;margin:0 auto;display:flex}@media (min-width:1024px){.hero-layout{text-align:left;flex-direction:row}.hero-layout>:first-child{flex:1;min-width:0}}.flex-stack{flex-direction:column;gap:clamp(16px,3vw,32px);display:flex}@media (min-width:640px){.flex-stack{flex-direction:row;align-items:center}}.cta-row{flex-direction:column;align-items:stretch;gap:12px;width:100%;display:flex}@media (min-width:640px){.cta-row{flex-direction:row;justify-content:center;align-items:center;width:auto}}.cta-strip{flex-direction:column;align-items:flex-start;gap:16px;display:flex}@media (min-width:640px){.cta-strip{flex-direction:row;justify-content:space-between;align-items:center}}.card{background:#fff;border:.5px solid #bfdbfe;border-radius:12px;padding:clamp(14px,2.5vw,24px)}.btn{font-family:var(--ff-b);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 clamp(16px,3vw,28px);font-size:clamp(13px,1.2vw,15px);font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.btn:hover{opacity:.88}.btn-primary{color:#fff;background:#2563eb}.btn-secondary{color:#2563eb;background:#eff6ff;border:.5px solid #bfdbfe}.btn-ghost{color:#0b1f40;background:#fff;border:1.5px solid #bfdbfe}.btn-sky{color:#0b1f40;background:#60a5fa}.btn-full-mobile{width:100%}@media (min-width:640px){.btn-full-mobile{width:auto}}.hide-mobile{display:none}@media (min-width:640px){.hide-mobile{display:revert}}.show-mobile{display:revert}@media (min-width:640px){.show-mobile{display:none}}.tap-target{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.form-input{width:100%;min-height:46px;font-family:var(--ff-b);color:#0b1f40;background:#eff6ff;border:.5px solid #bfdbfe;border-radius:9px;outline:none;padding:0 13px;font-size:16px}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.safe-bottom{padding-bottom:max(16px, env(safe-area-inset-bottom))}img,video{max-width:100%;height:auto}.platform-bottom-nav{z-index:50;height:58px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:.5px solid #bfdbfe;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.platform-bottom-nav{display:none}}.platform-content-mobile-pad{padding-bottom:calc(58px + env(safe-area-inset-bottom))}@media (min-width:1024px){.platform-content-mobile-pad{padding-bottom:0}}.hero-review-hide-sm{display:none}@media (min-width:640px){.hero-review-hide-sm{display:block}}