@import url('/fonts.css');
:root{--navy:#050e21;--navy-light:#0b1b36;--blue:#0669f9;--cyan:#33d4ff;--ink:#102440;--muted:#637188;--line:#dbe3ee;--paper:#f3f6fb;--radius:20px;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;font-family:'Segoe UI',Arial,sans-serif;font-size:16px;color:var(--ink);background:var(--navy);line-height:1.6;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}img{max-width:100%;display:block}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.1;letter-spacing:-.045em}h2{font-size:clamp(2rem,3.5vw,3.25rem);font-weight:650}h3{font-size:1.5rem}p{color:var(--muted)}:focus-visible{outline:3px solid #009fcd;outline-offset:5px}::selection{background:#1b8bff;color:white}.container{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section{padding:112px 0}.eyebrow{display:block;font-size:12px;font-weight:750;letter-spacing:.19em;color:var(--blue);margin-bottom:20px}.muted{color:#7c8b9f}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:54px;border:1px solid transparent;border-radius:9px;padding:14px 24px;background:var(--blue);color:#fff;font-size:14px;font-weight:650;line-height:1.4;transition:transform .25s,box-shadow .25s,background .25s}.button:hover{background:#005ee5;transform:translateY(-3px);box-shadow:0 10px 32px #0879ff35}.button:active{transform:translateY(0) scale(.98)}.button>span[aria-hidden]{font-size:21px;line-height:1}.button-small{min-height:44px;padding:11px 18px;gap:20px;font-size:13px}.button-glass{border-color:#ffffff40;background:#ffffff08;backdrop-filter:blur(8px)}.button-glass:hover{background:#ffffff17}.button-row{display:flex;gap:14px;flex-wrap:wrap}.icon{width:20px;height:20px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.skip-link{position:fixed;top:10px;left:10px;z-index:100;background:white;padding:12px;transform:translateY(-200%)}.skip-link:focus{transform:none}.header{position:fixed;top:0;width:100%;z-index:30;border-bottom:1px solid #ffffff15;color:white;transition:background .3s,box-shadow .3s}.header.scrolled{background:#050e21ed;backdrop-filter:blur(16px);box-shadow:0 8px 24px #0002}.header-inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:126px;height:65px;object-fit:contain}.desktop-nav{display:flex;gap:28px;align-items:center}.desktop-nav a{font-size:13px;color:#d8e1f1;position:relative;padding-block:12px}.desktop-nav a:after{content:'';position:absolute;bottom:4px;left:0;width:0;height:2px;background:var(--cyan);transition:width .3s}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.menu-toggle{display:none;border:1px solid #ffffff40;background:none;border-radius:9px;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{width:20px;height:2px;background:white}.hero{height:min(850px,100vh);height:min(850px,100svh);min-height:720px;position:relative;isolation:isolate;overflow:hidden;color:white}.hero-image{position:absolute;z-index:-4;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:hero-drift 18s ease-in-out infinite alternate}.hero-shade{position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,#030d20fa 0%,#030d20d9 30%,#030d2040 63%,#030d2010),linear-gradient(0deg,#050e21 0%,transparent 27%,#030d2033 75%)}.hero-glow{position:absolute;left:10%;top:25%;width:450px;height:450px;border-radius:50%;background:#075bc825;filter:blur(95px);z-index:-2;animation:glow-drift 12s ease-in-out infinite alternate}.hero-content{padding-top:214px;position:relative}.location-label{display:flex;align-items:center;gap:9px;color:#b9d3ed;font-size:11px;font-weight:650;letter-spacing:.16em;margin-bottom:27px}.location-label .icon{width:15px;color:var(--cyan)}h1{font-size:clamp(3.4rem,5.15vw,5rem);font-weight:650;line-height:1.05;letter-spacing:-.055em}h1 em{font-style:normal;color:var(--cyan);background:linear-gradient(105deg,#61e6ff,#1bb7ff,#3484ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:17px;color:#b7c9df;margin:25px 0 31px;line-height:1.75}.hero-note{display:flex;align-items:center;gap:9px;font-size:12px;color:#a5b7cd;margin-top:27px}.hero-note .icon{width:16px}.hero-caption{position:absolute;right:6%;bottom:130px;display:flex;gap:15px;color:#a1c1e8;font-size:10px;letter-spacing:.12em}.hero-caption strong{display:block;color:#e9f2ff;font-size:13px;font-weight:400;letter-spacing:0;margin-top:5px}.caption-line{display:block;height:48px;width:2px;background:linear-gradient(var(--cyan),transparent)}.scroll-cue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:.2em;color:#9faec5}.scroll-cue span{height:30px;width:17px;border:1px solid #7890b0;border-radius:12px;position:relative}.scroll-cue span:after{content:'';width:3px;height:6px;background:#bceaff;position:absolute;top:6px;left:6px;border-radius:2px;animation:scroll-down 2s infinite}.connection-strip{background:#09172d;color:#bccbe0;border-block:1px solid #ffffff0c}.connection-strip>.container{display:flex;justify-content:space-between;gap:20px;padding-block:24px}.connection-strip span{display:flex;align-items:center;gap:11px;font-size:12px}.connection-strip .icon{color:#3da8ff;width:18px}.plans-section{background:var(--paper)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:47px}.section-heading>p{font-size:15px;padding-bottom:5px}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.plan-card{position:relative;border:1px solid #dce4ef;border-radius:16px;background:white;padding:28px;overflow:hidden;transition:box-shadow .35s,border-color .35s,transform .35s;will-change:auto}.plan-card:hover{border-color:#74b4ff;box-shadow:0 18px 42px #173b6914;transform:translateY(-7px)}.plan-top{display:flex;align-items:center;justify-content:space-between;color:#7788a0;font-size:11px;letter-spacing:.14em}.plan-top .icon{color:var(--blue);width:23px;height:23px}.plan-speed{display:flex;align-items:baseline;gap:9px;margin:23px 0 17px}.plan-speed strong{font-size:66px;line-height:1;font-weight:650;letter-spacing:-.06em}.plan-speed span{font-size:17px;letter-spacing:.06em;font-weight:500}.plan-divider{height:1px;background:#e3eaf3;margin:24px 0}.plan-detail{font-size:13px;line-height:1.7;color:#6c7e96}.plan-price{display:flex;align-items:baseline;gap:5px;margin:24px 0}.plan-price .currency{font-size:15px}.plan-price strong{font-size:32px;font-weight:650;letter-spacing:-.05em}.plan-price small{font-size:12px;color:#7b899d}.plan-card .button{width:100%;background:#eef5ff;color:#075ddd;justify-content:space-between;padding-inline:17px;font-size:13px}.plan-card .button:hover{background:#deedff}.plan-card.featured{background:linear-gradient(135deg,#0875ff,#0051d4);color:#fff;border-color:transparent}.featured .plan-top,.featured .plan-detail,.featured .plan-price small{color:#d6e8ff}.featured .plan-top .icon{color:#9de9ff}.featured .plan-divider{background:#ffffff30}.featured .button{background:#fff;color:#0059df}.plans-note{display:flex;justify-content:center;gap:8px;align-items:flex-start;font-size:12px;margin-top:27px;text-align:center}.plans-note .icon{width:16px;height:19px}.reveal.visible{opacity:1;transform:none}.js-motion .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:var(--delay,0ms)}.js-motion .reveal.visible{opacity:1;transform:none}.hero-content>*{animation:enter .9s var(--ease) both}.hero-content>*:nth-child(2){animation-delay:.12s}.hero-content>*:nth-child(3){animation-delay:.2s}.hero-content>*:nth-child(4){animation-delay:.3s}.hero-content>*:nth-child(5){animation-delay:.4s}.mobile-menu{max-width:none;width:100%;height:100vh;height:100svh;max-height:none;inset:0;margin:0;border:0;background:radial-gradient(at 100% 20%,#063469,#050e21 65%);color:white;padding:26px}.mobile-menu::backdrop{background:#050e21}.mobile-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.icon-button{border:1px solid #ffffff35;border-radius:50%;background:transparent;color:inherit;width:44px;height:44px;font-size:29px;line-height:1}.mobile-menu nav{display:grid;margin:25px 0}.mobile-menu nav a{font-size:28px;letter-spacing:-.03em;display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #ffffff15}.mobile-menu nav span{font-size:12px;color:#6c9bc9;align-self:center;letter-spacing:.1em}.mobile-menu .eyebrow{color:var(--cyan)}.mobile-menu p{color:#9aaec7;font-size:14px}@keyframes enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes hero-drift{to{transform:scale(1.035) translateY(5px)}}@keyframes glow-drift{to{transform:translate(50px,-40px);opacity:.5}}@keyframes scroll-down{to{transform:translateY(9px);opacity:0}}
@media(min-width:1600px){.hero-content{padding-top:230px}.hero{height:850px}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.desktop-nav{gap:18px}.header-inner{gap:20px}.header-cta{gap:12px;padding-inline:13px}.plan-card{padding:22px}.plan-price strong{font-size:29px}.hero-caption{right:4%}.hero-content{padding-top:200px}}
@media(max-width:960px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex}.header-inner{height:82px}.plans-grid{grid-template-columns:repeat(2,1fr)}.section-heading{align-items:flex-start;flex-direction:column;gap:22px}.hero{min-height:710px}.hero-image{object-position:60% center}.hero-caption{display:none}.hero-shade{background:linear-gradient(90deg,#030d20ee,#030d20a8 50%,#030d201a),linear-gradient(0deg,#050e21,transparent 45%)}.hero-content{padding-top:185px}.connection-strip>.container{display:grid;grid-template-columns:1fr 1fr;gap:16px}.section{padding:85px 0}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.header-inner{height:76px}.brand img{width:112px;height:57px}.hero{min-height:780px;height:100vh;height:100svh;max-height:950px}.hero-image{object-position:69% center;opacity:.67}.hero-shade{background:linear-gradient(0deg,#050e21 0%,#050e2160 35%,#050e21d9 80%,#050e21a6),linear-gradient(90deg,#050e2180,transparent)}.hero-content{padding-top:160px}h1{font-size:clamp(2.8rem,9.8vw,3.8rem);line-height:1.08}.location-label{font-size:9px;letter-spacing:.12em;gap:7px;margin-bottom:25px}.hero-description{font-size:15px;margin-top:22px;margin-bottom:28px}.hero .button-row{flex-direction:column;align-items:stretch;max-width:345px;gap:12px}.hero .button{justify-content:space-between}.hero-note{font-size:11px;margin-top:22px}.hero-glow{width:250px;height:250px;filter:blur(70px)}.scroll-cue{bottom:28px;white-space:nowrap}.connection-strip>.container{gap:19px 12px;padding-block:23px}.connection-strip span{font-size:10px;gap:8px}.connection-strip .icon{width:16px}.section{padding:70px 0}h2{font-size:2.15rem;line-height:1.13}.eyebrow{font-size:10px;margin-bottom:16px}.section-heading{margin-bottom:32px;gap:17px}.section-heading>p{font-size:14px}.plans-grid{gap:14px}.plan-card{padding:20px 16px}.plan-top{font-size:9px;letter-spacing:.08em}.plan-top .icon{width:19px}.plan-speed{margin:21px 0 15px;gap:5px;flex-wrap:wrap}.plan-speed strong{font-size:52px}.plan-speed span{font-size:12px}.plan-divider{margin:18px 0}.plan-detail{font-size:11px}.plan-price{flex-wrap:wrap;gap:3px;margin:20px 0}.plan-price strong{font-size:26px}.plan-price .currency{font-size:12px}.plan-price small{font-size:10px}.plan-card .button{font-size:11px;padding:12px 10px;gap:6px;min-height:46px}.plan-card .button>span[aria-hidden]{font-size:17px}.plans-note{font-size:11px;text-align:left;justify-content:flex-start}.plans-note .icon{flex-shrink:0}.desktop-break{display:none}}
@media(max-width:360px){.plans-grid{grid-template-columns:1fr}.plan-card{padding:25px}.plan-speed strong{font-size:65px}.plan-card .button{font-size:14px}.plan-detail{font-size:13px}.plan-price strong{font-size:32px}}
.technology-section{color:white;background:radial-gradient(ellipse at 90% 50%,#0a2450 0%,transparent 55%),var(--navy)}.technology-section .eyebrow{color:var(--cyan)}.technology-section .section-heading>p{color:#8fa4c0}.technology-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.technology-card{border:1px solid #ffffff1a;border-radius:var(--radius);overflow:hidden;background:#0c1b32}.technology-image{height:285px;position:relative;overflow:hidden}.technology-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 50%,#071428a8)}.technology-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.technology-card:hover .technology-image img{transform:scale(1.045)}.image-label{position:absolute;bottom:22px;left:28px;z-index:1;font-size:10px;letter-spacing:.18em;color:#e6f1ff}.technology-copy{padding:30px}.tech-title{display:flex;justify-content:space-between;align-items:center;gap:20px}.tech-title h3{font-size:26px}.icon-square{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#107bff17;color:#37baff;border:1px solid #329bff33;border-radius:9px;flex-shrink:0}.technology-copy p{font-size:14px;line-height:1.8;color:#9cb0cb;margin:17px 0 24px;max-width:440px}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:14px;font-weight:650;color:var(--blue);padding-block:5px}.text-link>span{transition:transform .25s}.text-link:hover>span{transform:translate(3px,-3px)}.technology-copy .text-link{color:#63c3ff}.technology-note{font-size:12px;text-align:center;color:#8fa4c0;margin-top:28px}.coverage-section{background:#f3f6fb}.coverage-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:95px;align-items:center}.section-intro{font-size:15px;margin-top:24px;max-width:455px}.coverage-location{display:flex;gap:17px;align-items:center;margin-top:33px;padding:17px 0;border-block:1px solid #dce5ef}.location-symbol{background:#e2eeff;border-radius:12px;width:49px;height:49px;display:grid;place-items:center;color:#0669f9}.coverage-location strong{font-size:21px;line-height:1.2;display:block;letter-spacing:-.02em}.coverage-location div>span{display:block;font-size:12px;color:#6f829a;margin-top:2px}.location-state{margin-left:auto;font-size:31px;font-weight:700;letter-spacing:-.05em;color:#c0d2e9}.list-label{font-size:10px;letter-spacing:.12em;margin-top:27px;margin-bottom:13px;color:#60748e;font-weight:700;line-height:1.6}.region-chips{display:flex;gap:7px;flex-wrap:wrap}.region-chip{font-size:12px;line-height:1.5;border:1px solid #d4dfed;background:#fff9;border-radius:7px;padding:7px 11px;color:#3d5777;transition:background .2s,border-color .2s,transform .2s}.region-chip:hover,.region-chip[aria-pressed=true]{background:#e1efff;border-color:#4899ff;color:#005bcc;transform:translateY(-2px)}.riverside .region-chip{background:#e7f2fc;border-color:#c9deef;color:#226087}.riverside-label{margin-top:25px}.coverage-note{font-size:11px;line-height:1.7;margin-top:21px;max-width:460px}.coverage-form-card{background:white;border:1px solid #dfe7f2;border-radius:22px;padding:38px;box-shadow:0 20px 65px #153b6410;position:relative}.coverage-form-card:before{content:'';position:absolute;left:38px;right:38px;top:0;height:3px;background:linear-gradient(90deg,#1689ff,#4bddf9);border-radius:0 0 3px 3px}.form-icon{width:44px;height:44px;border-radius:12px;background:#edf5ff;display:grid;place-items:center;color:var(--blue);margin-bottom:22px}.coverage-form-card h3{font-size:25px;margin-bottom:13px}.coverage-form-card>p{font-size:14px;line-height:1.7}.coverage-form-card form{margin-top:28px}label{display:block;font-size:12px;font-weight:650;color:#344b67;margin:18px 0 7px}label small{font-weight:400;color:#76869d;font-size:10px}input,textarea{width:100%;border:1px solid #d6e0ec;background:#f8fafe;border-radius:8px;color:var(--ink);padding:12px 14px;font-size:13px;transition:border-color .2s,box-shadow .2s;min-height:46px}input::placeholder{color:#7a889b}input:focus,textarea:focus{outline:none;border-color:#0076ef;box-shadow:0 0 0 3px #057dff17}input:user-invalid{border-color:#c33a3a}.form-row{display:grid;grid-template-columns:.8fr 1.3fr;gap:15px}.coverage-form-card form>.button{width:100%;margin-top:25px;justify-content:space-between}.form-privacy{display:flex;gap:8px;font-size:10px;line-height:1.65;color:#78889c;margin-top:17px}.form-privacy .icon{width:15px;height:17px}.inline-link{padding:0;background:none;border:0;color:#0866d1;text-decoration:underline;font-size:inherit}.benefits-section{background:#fff;padding:48px 0;border-bottom:1px solid #e4eaf2}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.benefit{padding-left:27px;border-left:1px solid #e0e7f0}.benefit:first-child{padding-left:0;border-left:0}.benefit>.icon{width:27px;height:27px;color:#067af5;margin-bottom:17px}.benefit h3{font-size:19px;font-weight:600;line-height:1.3;letter-spacing:-.03em}.benefit p{font-size:12px;line-height:1.7;margin-top:12px;max-width:210px}.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-visual{position:relative;border-radius:20px;overflow:hidden;min-height:470px;height:100%}.about-visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.about-visual:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#061125e6)}.about-image-caption{position:absolute;z-index:1;left:30px;right:25px;bottom:30px;color:#9fbadf;display:flex;gap:17px;align-items:center;font-size:9px;letter-spacing:.13em}.about-image-caption img{object-fit:contain;width:62px;height:47px}.about-image-caption strong{display:block;color:#fff;font-size:12px;letter-spacing:0;font-weight:400;margin-top:6px}.about-copy h2{font-size:clamp(2rem,3.2vw,2.8rem)}.about-copy p{font-size:14px;margin-top:22px;line-height:1.85}.about-copy .text-link{margin-top:24px}.service-section{background:#f3f6fb}.service-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:35px}.service-photo{position:relative;border-radius:18px;overflow:hidden;min-height:410px}.service-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:30% center}.service-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 25%,#061428e6 100%)}.service-photo>div{position:absolute;z-index:1;bottom:33px;left:33px;color:white}.service-photo span{font-size:10px;letter-spacing:.17em;color:#7fd3ff}.service-photo h3{font-size:31px;line-height:1.18;margin-top:15px}.service-options{display:grid;gap:10px}.service-item{display:flex;align-items:center;gap:18px;padding:18px 23px;border:1px solid #dfe7f1;border-radius:12px;background:white;text-align:left;transition:border-color .25s,transform .25s,box-shadow .25s}.service-item:hover{border-color:#7ab3f6;transform:translateX(4px);box-shadow:0 5px 20px #0765c609}.service-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#eef5ff;color:#006cef;flex-shrink:0}.service-item strong{display:block;font-size:14px;font-weight:650}.service-item small{display:block;font-size:12px;color:#73849a;margin-top:3px}.service-item>span:last-child{margin-left:auto;color:#0a6af1;font-size:23px}.final-cta{position:relative;overflow:hidden;isolation:isolate;text-align:center;padding:95px 0 105px;background:#050e21;color:white}.cta-waves{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.65}.final-cta:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#030d2050,#030d20c9 50%,#030d2050);z-index:-1}.final-cta .eyebrow{color:#94ceff;font-size:10px}.final-cta h2{font-size:clamp(2.7rem,4.5vw,4.5rem)}.final-cta h2 em{font-style:normal;color:#48d0ff}.final-cta p{color:#afc0d6;font-size:15px;margin:25px 0 29px}.final-cta .button-row{justify-content:center}.footer{background:#040b18;color:#9dafc7;padding:65px 0 24px}.footer-main{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.3fr;gap:38px;align-items:start;padding-bottom:50px}.footer-brand img{width:156px;height:93px;object-fit:contain;object-position:left center}.footer-brand p{font-size:12px;color:#8597b1;line-height:1.9;margin-top:15px}.footer h2{font-size:13px;font-weight:600;letter-spacing:0;color:#e1eafa;margin:22px 0}.footer-main>div>a{display:block;font-size:12px;padding:6px 0}.footer-main>div>a:hover{color:#5ecaff}.footer-connect p{font-size:12px;color:#8597b1;line-height:1.9}.footer-connect .text-link{display:flex!important;color:#4fa7f8;margin-top:14px}.footer-bottom{border-top:1px solid #ffffff12;padding-top:23px;display:flex;justify-content:space-between;gap:20px}.footer-bottom p{font-size:10px;color:#7b8da5}.footer-bottom>div{display:flex;gap:24px;align-items:center}.footer-bottom button,.footer-bottom a{color:#95a6bc;font-size:10px;background:none;border:0;padding:0}.footer-bottom button:hover,.footer-bottom a:hover{color:white}.social-links{display:flex;gap:15px;font-size:12px;margin-top:15px}.floating-contact{position:fixed;bottom:25px;right:28px;z-index:25;display:flex;align-items:center;gap:10px;padding:8px 16px 8px 8px;background:#0a2446f5;backdrop-filter:blur(12px);border:1px solid #51a9ff77;box-shadow:0 8px 35px #0004;border-radius:40px;color:#dcecff;font-size:12px;transition:transform .25s,box-shadow .25s}.floating-contact:hover{transform:translateY(-4px);box-shadow:0 10px 35px #0573ed44}.floating-icon{display:grid;place-items:center;background:#0678fb;border-radius:50%;height:36px;width:36px}.floating-contact strong{font-weight:650}.contact-dialog,.legal-dialog{width:min(560px,calc(100% - 32px));max-height:calc(100svh - 40px);border:1px solid #d1dfed;border-radius:20px;padding:30px;color:var(--ink);box-shadow:0 25px 100px #0005;background:#fff}.contact-dialog::backdrop,.legal-dialog::backdrop{background:#030d20bf;backdrop-filter:blur(8px)}dialog[open]{animation:enter .3s var(--ease)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.dialog-heading .eyebrow{margin:0;font-size:10px}.dialog-heading .icon-button{border-color:#dce5f0;font-size:24px;width:35px;height:35px}.contact-dialog h2,.legal-dialog h2{font-size:29px;line-height:1.15}.contact-dialog>p{font-size:14px;margin-top:17px}.contact-dialog textarea{resize:vertical;line-height:1.7;font-size:13px}.dialog-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.dialog-actions .button{gap:12px}.button-secondary{background:#edf4ff;color:#0768e1;border-color:#dce8fa}.button-secondary:hover{background:#dfebff}.copy-status{font-size:12px!important;min-height:20px}.legal-dialog{width:min(720px,calc(100% - 32px));padding:35px}.legal-dialog h3{font-size:19px;margin:26px 0 10px}.legal-dialog p,.legal-dialog li{font-size:14px;line-height:1.85;color:#60728a}.legal-dialog ul{padding-left:23px}.legal-dialog h2{margin-bottom:20px}.noscript-note{padding:30px;background:#fff;color:#102440}[hidden]{display:none!important}
@media(max-width:1150px){.coverage-grid{gap:45px}.coverage-form-card{padding:29px}.about-grid{gap:45px}.tech-title h3{font-size:23px}.technology-image{height:250px}.footer-main{gap:25px}}
@media(max-width:960px){.coverage-grid{gap:35px;grid-template-columns:1fr 1fr}.coverage-form-card{padding:25px}.coverage-content h2{font-size:33px}.benefits-grid{gap:22px}.benefit{padding-left:18px}.benefit h3{font-size:17px}.about-grid{gap:35px}.about-visual{min-height:450px}.technology-copy{padding:24px}.tech-title h3{font-size:21px}.technology-copy p{font-size:13px}.technology-copy .text-link{font-size:12px}.footer-main{grid-template-columns:1.3fr .8fr .8fr}.footer-connect{grid-column:1/-1;display:flex;align-items:center;gap:25px}.footer-connect .text-link{margin:0}.footer-connect h2{margin:0}.footer-bottom{flex-wrap:wrap}.service-grid{gap:25px}.service-item{padding:15px;gap:12px}.service-item small{font-size:11px}}
@media(max-width:800px){.coverage-grid,.about-grid{grid-template-columns:1fr;gap:38px}.coverage-content h2{font-size:40px}.coverage-form-card{padding:35px}.coverage-note{max-width:none}.coverage-location{max-width:100%}.section-intro{max-width:100%}.about-visual{height:380px;min-height:0}.about-copy{max-width:600px}.benefits-grid{grid-template-columns:1fr 1fr;gap:35px}.benefit:nth-child(3){border-left:0;padding-left:0}.benefit p{max-width:260px}.service-grid{grid-template-columns:.8fr 1.2fr}.service-item{gap:10px;padding:14px}.service-item strong{font-size:13px}.service-item small{font-size:10px}.service-photo>div{bottom:25px;left:24px}.service-photo h3{font-size:26px}.technology-grid{gap:18px}.technology-image{height:220px}.tech-title{align-items:flex-start;gap:10px}.tech-title h3{font-size:23px}.icon-square{width:32px;height:32px}.technology-copy{padding:23px}.footer-main{gap:22px}}
@media(max-width:600px){.technology-grid{grid-template-columns:1fr;gap:25px}.technology-image{height:235px}.technology-copy{padding:25px}.tech-title h3{font-size:25px}.technology-copy p{font-size:14px}.technology-copy .text-link{font-size:13px}.technology-note{font-size:11px;text-align:left}.coverage-content h2{font-size:34px}.section-intro{font-size:14px}.coverage-form-card{padding:26px 22px}.coverage-form-card h3{font-size:25px}.coverage-form-card>p{font-size:13px}.coverage-location{margin-top:27px}.region-chip{font-size:11px;padding:7px 10px}.form-row{gap:11px;grid-template-columns:.75fr 1.25fr}input,textarea{font-size:16px;padding-inline:11px}input::placeholder{font-size:12px}label{font-size:11px}label small{font-size:9px}.form-privacy{font-size:10px}.benefits-section{padding:40px 0}.benefits-grid{gap:28px 23px}.benefit h3{font-size:16px}.benefit p{font-size:11px}.benefit>.icon{width:25px;height:25px}.about-visual{height:320px}.about-image-caption{left:21px;bottom:24px;gap:12px;font-size:8px}.about-image-caption strong{font-size:10px}.about-image-caption img{width:48px}.about-copy p{font-size:14px}.service-grid{grid-template-columns:1fr;gap:22px}.service-photo{min-height:265px}.service-photo img{object-position:center 33%}.service-photo h3{font-size:29px}.service-item{padding:17px 15px;gap:15px}.service-item strong{font-size:14px}.service-item small{font-size:11px}.final-cta{padding:75px 0 80px}.final-cta .eyebrow{font-size:9px;letter-spacing:.13em}.final-cta h2{font-size:42px}.final-cta p{font-size:13px;margin-top:20px}.final-cta .button-row{flex-direction:column;align-items:stretch;max-width:340px;margin-inline:auto}.final-cta .button{justify-content:space-between}.cta-waves{opacity:.6}.footer{padding:42px 0 95px}.footer-main{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1}.footer-brand img{width:149px;height:90px}.footer-brand p{margin-top:8px}.footer h2{margin:14px 0}.footer-connect{display:block;grid-column:1/-1}.footer-connect .text-link{margin-top:12px}.footer-main{padding-bottom:32px}.footer-bottom{gap:16px}.footer-bottom>div{gap:13px;flex-wrap:wrap}.footer-bottom button,.footer-bottom a{font-size:9px}.floating-contact{bottom:17px;right:17px;font-size:11px;padding-right:14px}.floating-icon{width:34px;height:34px}.contact-dialog,.legal-dialog{padding:24px}.contact-dialog h2,.legal-dialog h2{font-size:26px}.contact-dialog textarea{font-size:16px}.dialog-actions{flex-direction:column}.dialog-actions .button{width:100%}}
/* Comfortable reading and touch targets across devices. */
h1,h2,h3{overflow-wrap:anywhere}
.technology-copy p,.about-copy p,.section-intro,.coverage-form-card>p,.section-heading>p{font-size:16px}
.benefit p,.service-item small,.region-chip,.text-link{font-size:14px}
label{font-size:14px}.region-chip{min-height:40px}.service-item strong{font-size:16px}
.footer-bottom button,.footer-bottom a{min-height:32px;display:inline-flex;align-items:center}
@media(max-width:600px){.scroll-cue{left:20px;transform:none}.floating-contact>span:last-child{font-size:0}.floating-contact strong{font-size:12px}.region-chip{font-size:12px;min-height:42px}.service-item small{font-size:13px}label{font-size:12px}.technology-copy p,.about-copy p,.section-intro,.coverage-form-card>p,.section-heading>p{font-size:16px}.hero-description{font-size:16px}.form-privacy{font-size:12px}.coverage-note,.technology-note,.plans-note{font-size:12px}.footer-bottom button,.footer-bottom a{font-size:11px}.plan-detail{font-size:12px}.plan-card .button{font-size:12px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.js-motion .reveal{opacity:1;transform:none}.hero-image{transform:none!important}}
