@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--navy:#16415d;--navy-dark:#102a3f;--orange:#ff7a1a;--orange-dark:#df6610;--teal:#1fa6c9;--green:#2d8a56;--lime:#b6d94c;--white:#fff;--bg:#f5f9fc;--bg2:#e9f3f8;--text:#142f43;--muted:#496578;--soft:#8aa4b6;--border:#d8e7ef;--border-2:#bed3df;--shadow-sm:0 1px 4px #1a2e4212, 0 1px 2px #1a2e420d;--shadow:0 4px 16px #1a2e4217, 0 2px 6px #1a2e420d;--shadow-lg:0 10px 34px #1a2e4224;--radius:12px;--radius-sm:8px;--radius-btn:6px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,100% - 3rem);margin:0 auto}.section{padding:5rem 0}.section-bg{background:var(--bg)}.section-bg2{background:var(--bg2)}.brand-divider{background:var(--bg);grid-template-columns:2fr 1.1fr 3fr;height:10px;display:grid;overflow:hidden}.brand-divider span:first-child{background:linear-gradient(90deg, var(--teal), #63c3d9);clip-path:polygon(0 0,100% 0,92% 100%,0% 100%)}.brand-divider span:nth-child(2){background:linear-gradient(90deg, var(--green), var(--lime));clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%)}.brand-divider span:nth-child(3){background:linear-gradient(90deg, var(--orange), #ffc04d);clip-path:polygon(4% 0,100% 0,100% 100%,0% 100%)}.eyebrow{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem;font-size:.72rem;font-weight:800;display:inline-block}.section-title{color:var(--text);margin-bottom:.9rem;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:850;line-height:1.12}.section-title.light{color:var(--white)}.section-desc{max-width:620px;color:var(--muted);font-size:1.04rem;line-height:1.75}.section-desc.light{color:#ffffffbf}.sec-head{text-align:center;max-width:760px;margin:0 auto 3.25rem}.sec-head .section-desc{margin:0 auto}.orange{color:var(--orange)}.navy{color:var(--navy)}.btn{border-radius:var(--radius-btn);font:inherit;white-space:nowrap;cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.74rem 1.55rem;font-size:.9rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .22s,background .22s,border-color .22s,box-shadow .22s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 2px 8px #ff7a1a52}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);box-shadow:0 4px 16px #ff7a1a61}.btn-navy{background:var(--navy);border-color:var(--navy);color:#fff}.btn-navy:hover{background:var(--navy-dark);border-color:var(--navy-dark)}.btn-outline-white{color:#fff;background:0 0;border-color:#ffffff8c}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.btn-outline-navy{border-color:var(--border-2);color:var(--navy);background:0 0}.btn-outline-navy:hover{background:var(--bg);border-color:var(--navy)}.btn-block{width:100%}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s,border-color .25s}.card:hover{box-shadow:var(--shadow);border-color:var(--border-2);transform:translateY(-3px)}.reveal{opacity:1;transition:opacity .25s,transform .25s;transform:none}.reveal.vis{opacity:1;transform:none}.d1{transition-delay:80ms}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}.d5{transition-delay:.4s}.nav{z-index:1000;border-bottom:1px solid var(--border);background:#fffffffa;padding:.85rem 0;transition:box-shadow .25s;position:fixed;inset:0 0 auto}.nav.scrolled{box-shadow:0 2px 16px #1a2e421a}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav-logo{flex-shrink:0;align-items:center;gap:.65rem;text-decoration:none;display:flex}.nav-logo-image img{object-fit:contain;width:auto;max-width:230px;height:50px}.foot-brand .nav-logo-image{border-radius:var(--radius-sm);background:#fffffff5;padding:.38rem .55rem;display:inline-flex;box-shadow:0 8px 24px #00000029}.foot-brand .nav-logo-image img{height:46px}.nav-links{align-items:center;gap:.1rem;list-style:none;display:flex}.nav-links a,.nav-menu button{border-radius:var(--radius-sm);color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.32rem;padding:.5rem .82rem;font-size:.86rem;font-weight:650;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.nav-links a:hover,.nav-links a.active,.nav-menu button:hover,.nav-menu button.active{background:var(--bg);color:var(--navy)}.nav-menu{position:relative}.nav-menu button span{color:var(--soft);font-size:.8rem;line-height:1}.nav-dropdown{z-index:1002;border:1px solid var(--border);border-radius:var(--radius-sm);min-width:230px;box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#fffffffa;gap:.18rem;padding:.55rem;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + .55rem);left:0;transform:translateY(-4px)}.nav-menu:hover .nav-dropdown,.nav-menu:focus-within .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown a{white-space:nowrap;justify-content:flex-start;width:100%;padding:.62rem .72rem}.nav-right{align-items:center;gap:.75rem;display:flex}.nav-login{color:var(--muted);font-size:.86rem;font-weight:650;text-decoration:none}.nav-login:hover{color:var(--navy)}.hamburger{cursor:pointer;background:0 0;border:0;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;display:block}.mobile-nav{z-index:1001;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:1.45rem;display:none;position:fixed;inset:0}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--muted);font-size:1.35rem;font-weight:800;text-decoration:none}.mobile-nav a:hover{color:var(--navy)}.mobile-nav .btn{color:#fff;width:min(100%,260px);font-size:.92rem}.mobile-close{color:var(--text);cursor:pointer;background:0 0;border:0;font-size:1.5rem;position:absolute;top:1.5rem;right:1.5rem}.mobile-nav-group{justify-items:center;gap:.6rem;display:grid}.mobile-nav-group span{color:var(--orange);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:850}.mobile-nav-group a{font-size:1rem;font-weight:750}.hero,.page-hero,.cta-banner{background:linear-gradient(140deg, var(--navy-dark), var(--navy));position:relative;overflow:hidden}.hero:before,.page-hero:before,.cta-banner:before{content:"";background-image:radial-gradient(circle,#ffffff0b 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero{padding:8rem 0 5rem}.hero-inner{z-index:1;max-width:760px;position:relative}.hero-badge{color:#ffffffe6;letter-spacing:.07em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff38;border-radius:999px;margin-bottom:1.45rem;padding:.34rem 1rem;font-size:.76rem;font-weight:800;display:inline-flex}.hero-title{color:var(--white);letter-spacing:-.035em;overflow-wrap:normal;margin-bottom:1.25rem;font-size:clamp(2.45rem,5.4vw,4.3rem);font-weight:900;line-height:1.06}.hl{color:var(--orange)}.hero-sub{color:#ffffffbf;max-width:650px;margin-bottom:2.25rem;font-size:1.15rem;line-height:1.75}.hero-btns{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-proof{border-top:1px solid #ffffff21;flex-wrap:wrap;gap:2rem;padding-top:2.25rem;display:flex}.hp{min-width:120px}.hp-num{color:var(--orange);font-size:1.7rem;font-weight:900;line-height:1;display:block}.hp-label{color:#ffffff9e;margin-top:.22rem;font-size:.78rem;font-weight:650;display:block}.page-hero{text-align:center;padding:8rem 0 4.5rem}.page-hero-inner{z-index:1;max-width:760px;margin:0 auto;position:relative}.ph-title{color:var(--white);letter-spacing:-.03em;overflow-wrap:normal;margin-bottom:.9rem;font-size:clamp(2.2rem,5vw,3.55rem);font-weight:900;line-height:1.1}.ph-desc{color:#ffffffbd;font-size:1.1rem;line-height:1.75}.terms-page .page-hero{padding:6.7rem 0 3.2rem}.terms-page .ph-title{margin-bottom:.6rem;font-size:clamp(2rem,4.4vw,3rem)}.terms-page .ph-desc{max-width:680px;margin:0 auto;font-size:1rem;line-height:1.55}.terms-page .section{padding:3.7rem 0}.not-found-hero{background:linear-gradient(180deg, transparent 0 96%, #1fa6c94d 96% 100%), linear-gradient(135deg, #102a3ffa, #16415df5 56%, #1fa6c9bd), var(--navy-dark);min-height:76vh;color:var(--white);background-size:100% 6px,auto,auto;align-items:center;padding:8.4rem 0 5.4rem;display:grid;position:relative;overflow:hidden}.not-found-hero:before{content:"";background-color:#0000;background-image:linear-gradient(90deg,#ffffff0e 1px,#0000 1px),linear-gradient(#ffffff0e 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:58px 58px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000008c,#0000 75%);mask-image:linear-gradient(90deg,#0000008c,#0000 75%)}.not-found-hero:after{content:"";background:linear-gradient(135deg,#b6d94c5c,#ff7a1a38);width:54%;height:78%;position:absolute;bottom:-38%;right:-10%;transform:skew(-18deg)}.not-found-marquee{z-index:1;background:repeating-linear-gradient(90deg,#ff7a1a47 0 12px,#b6d94c3d 12px 24px,#1fa6c93d 24px 36px),#102a3f99;border-block:1px solid #ffffff24;justify-content:center;gap:.6rem;padding:.35rem 1rem;display:flex;position:absolute;inset:4.9rem 0 auto;overflow:hidden;box-shadow:0 12px 34px #00000024}.not-found-marquee span{border-radius:var(--radius-btn);color:#ffffffdb;letter-spacing:.14em;text-transform:uppercase;background:#102a3fb8;border:1px solid #fff3;flex:none;padding:.24rem .62rem;font-size:.66rem;font-weight:900;animation:2.4s steps(2,end) infinite marquee-pop}.not-found-marquee span:nth-child(2){animation-delay:.24s}.not-found-marquee span:nth-child(3){animation-delay:.48s}.not-found-confetti{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.not-found-confetti span{background:var(--orange);opacity:.72;border-radius:2px;width:8px;height:18px;animation:7s linear infinite confetti-drop;position:absolute;top:-18px}.not-found-confetti span:first-child{background:var(--teal);animation-delay:.1s;left:9%}.not-found-confetti span:nth-child(2){background:var(--lime);animation-delay:1.2s;left:20%}.not-found-confetti span:nth-child(3){background:var(--orange);animation-delay:2.3s;left:31%}.not-found-confetti span:nth-child(4){background:var(--green);animation-delay:.8s;left:46%}.not-found-confetti span:nth-child(5){background:var(--teal);animation-delay:3.1s;left:58%}.not-found-confetti span:nth-child(6){background:var(--lime);animation-delay:1.8s;left:72%}.not-found-confetti span:nth-child(7){background:var(--orange);animation-delay:4.2s;left:84%}.not-found-confetti span:nth-child(8){background:var(--green);animation-delay:2.9s;left:94%}.not-found-packet-rain,.not-found-crash-overlay,.not-found-big-top{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.not-found-packet-rain span{border-radius:var(--radius-btn);color:#ffffffc7;letter-spacing:.08em;background:#102a3fb8;border:1px solid #ffffff2e;place-items:center;min-width:42px;height:24px;padding:0 .42rem;font-size:.58rem;font-weight:900;animation:11s linear infinite packet-rain;display:grid;position:absolute;top:-2rem;box-shadow:0 12px 28px #0000002e}.not-found-packet-rain span:first-child{animation-delay:.2s;left:6%}.not-found-packet-rain span:nth-child(2){animation-delay:4.2s;left:17%}.not-found-packet-rain span:nth-child(3){animation-delay:1.4s;left:33%}.not-found-packet-rain span:nth-child(4){color:var(--lime);animation-delay:5.1s;left:49%}.not-found-packet-rain span:nth-child(5){animation-delay:2.5s;left:62%}.not-found-packet-rain span:nth-child(6){color:var(--orange);animation-delay:6.2s;left:74%}.not-found-packet-rain span:nth-child(7){animation-delay:3.3s;left:86%}.not-found-packet-rain span:nth-child(8){color:var(--teal);animation-delay:7.4s;left:93%}.not-found-crash-overlay{z-index:2;mix-blend-mode:screen;display:none}.not-found-crash-overlay span{border-radius:var(--radius-sm);color:#ffc04d;letter-spacing:.12em;text-transform:uppercase;opacity:0;background:#2412169e;border:1px solid #ff7a1a6b;width:min(520px,80vw);padding:.5rem .72rem;font-size:.68rem;font-weight:900;animation:4.2s steps(2,end) infinite crash-toast;position:absolute;left:50%;transform:translate(-50%)}.not-found-crash-overlay span:first-child{animation-delay:.2s;top:18%}.not-found-crash-overlay span:nth-child(2){animation-delay:1.4s;top:42%}.not-found-crash-overlay span:nth-child(3){animation-delay:2.6s;bottom:18%}.not-found-big-top span{opacity:.22;transform-origin:top;background:linear-gradient(#0000,#ffc04d99,#0000);width:2px;position:absolute;top:-18%;bottom:-30%}.not-found-big-top span:first-child{left:24%;transform:rotate(21deg)}.not-found-big-top span:nth-child(2){left:50%;transform:rotate(0)}.not-found-big-top span:nth-child(3){right:24%;transform:rotate(-21deg)}.not-found-grid{z-index:1;grid-template-columns:minmax(0,.95fr) minmax(330px,.7fr);align-items:center;gap:3.5rem;display:grid;position:relative}.not-found-copy{position:relative}.not-found-copy:before{content:"";background:linear-gradient(180deg, var(--teal), var(--orange), var(--lime));opacity:.72;border-radius:999px;width:3px;height:calc(100% - .8rem);position:absolute;top:.4rem;left:-1.15rem}.not-found-copy h1{max-width:740px;color:var(--white);margin-bottom:1.2rem;font-size:clamp(2.35rem,5.4vw,4.45rem);font-weight:900;line-height:1.02}.not-found-copy p{color:#ffffffc7;max-width:660px;font-size:1.08rem;line-height:1.78}.not-found-actions{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.not-found-crash-mode .not-found-copy h1{text-shadow:3px 0 #1fa6c9b3,-3px 0 #ff7a1a8c;animation:1.35s steps(2,end) infinite crash-title}.not-found-crash-mode .not-found-hero:before{background:repeating-linear-gradient(0deg,#ffffff14 0 1px,#0000 1px 7px),linear-gradient(90deg,#ffffff0e 1px,#0000 1px) 0 0/58px 58px,linear-gradient(#ffffff0e 1px,#0000 1px) 0 0/58px 58px;animation:.7s steps(2,end) infinite crash-scanlines}.not-found-circus-mode .not-found-hero{animation:1.7s steps(2,end) infinite circus-hero}.not-found-circus-mode .not-found-copy:before{animation:1.4s linear infinite circus-spine}.not-found-circus-mode .not-found-packet-rain span{filter:saturate(1.35);border-color:#ffc04d66;animation-duration:5.8s}.not-found-circus-mode .not-found-big-top span{opacity:.46;animation:1.9s ease-in-out infinite circus-rigging}.not-found-crash-mode .not-found-crash-overlay,.not-found-encore-mode .not-found-crash-overlay{display:block}.not-found-encore-mode .not-found-marquee{background:repeating-linear-gradient(90deg,#ffc04d6b 0 10px,#ff7a1a57 10px 20px,#1fa6c952 20px 30px,#b6d94c52 30px 40px),#102a3fb8}.not-found-encore-mode .not-found-copy h1{animation:1.4s ease-in-out infinite encore-title}.not-found-encore-mode .not-found-packet-rain span{animation-duration:3.7s}.not-found-router{justify-self:end;width:min(100%,420px)}.router-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1c;border:1px solid #ffffff38;padding:1.35rem;box-shadow:0 24px 70px #00000038}.router-top,.router-status{justify-content:space-between;align-items:center;gap:1rem;display:flex}.router-top span,.router-status span{color:#ffffff9e;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:900}.router-code{color:var(--lime);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:1.7rem;font-weight:900;line-height:1}.router-code:focus-visible{outline:2px solid var(--lime);outline-offset:5px;border-radius:var(--radius-btn)}.router-status{border-top:1px solid #ffffff24;margin-top:1rem;padding-top:1rem}.router-status strong{color:var(--white);font-size:.92rem;line-height:1.25}.route-map{border-radius:var(--radius-sm);background:radial-gradient(circle at 20% 24%,#1fa6c938,#0000 18%),radial-gradient(circle at 78% 72%,#ff7a1a29,#0000 20%),#ffffff14;border:1px solid #ffffff24;height:250px;margin:1.1rem 0 0;position:relative;overflow:hidden}.route-line,.route-node,.route-pulse,.route-boost,.route-crash-spark,.route-chaos,.route-finale,.route-popcorn{display:block;position:absolute}.route-scan{background:linear-gradient(#0000,#b6d94c29,#0000);animation:4.8s linear infinite route-scan;display:block;position:absolute;inset:0;transform:translateY(-100%)}.route-line{transform-origin:0;background:#ffffff47;border-radius:999px;height:3px}.route-line,.route-pulse,.route-scan,.route-boost,.route-crash-spark,.route-chaos,.route-finale,.route-popcorn{pointer-events:none}.route-line-one{width:31%;top:35%;left:16%;transform:rotate(17deg)}.route-line-two{width:35%;top:48%;left:42%;transform:rotate(-20deg)}.route-line-three{background:linear-gradient(90deg,#ff7a1ae6,#b6d94cc7);width:41%;top:64%;left:36%;transform:rotate(14deg)}.route-node{z-index:2;background:var(--teal);cursor:pointer;border:3px solid #ffffffe6;border-radius:50%;width:18px;height:18px;padding:0;box-shadow:0 0 0 7px #1fa6c929}.route-node:focus-visible{outline:2px solid var(--lime);outline-offset:8px}.route-node-a{top:30%;left:12%}.route-node-b{background:var(--green);top:40%;left:42%;box-shadow:0 0 0 7px #2d8a5626}.route-node-c{background:var(--orange);top:28%;right:20%;box-shadow:0 0 0 7px #ff7a1a29}.route-node-d{background:var(--lime);bottom:23%;right:16%;box-shadow:0 0 0 7px #b6d94c26}.route-pulse{background:var(--orange);border-radius:50%;width:15px;height:15px;animation:2.3s ease-in-out infinite route-pulse;bottom:28%;left:35%;box-shadow:0 0 0 7px #ff7a1a2e}.route-boost{background:var(--lime);opacity:0;border-radius:50%;width:9px;height:9px;top:38%;left:17%;box-shadow:0 0 16px #b6d94ccc}.route-boost-a{animation:1.45s ease-in-out infinite route-boost-a}.route-boost-b{animation:1.7s ease-in-out .2s infinite route-boost-b}.route-boost-c{animation:1.9s ease-in-out .36s infinite route-boost-c}.not-found-router:not(.is-boosted) .route-boost{display:none}.route-finale-trigger{z-index:3;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;width:26px;height:26px;padding:0;position:absolute;top:48%;left:49%}.route-finale-trigger:focus-visible{outline:2px solid var(--lime);outline-offset:6px}.route-finale{background:var(--orange);opacity:0;border:2px solid #ffffffe6;border-radius:3px;width:12px;height:12px;box-shadow:0 0 20px #ff7a1abf}.route-finale-a{animation:1.2s ease-in-out infinite finale-pop;top:14%;left:12%}.route-finale-b{background:var(--teal);animation:1.35s ease-in-out .16s infinite finale-pop;top:18%;right:10%}.route-finale-c{background:var(--lime);animation:1.5s ease-in-out .32s infinite finale-pop;bottom:13%;left:18%}.route-finale-d{background:var(--green);animation:1.25s ease-in-out .48s infinite finale-pop;bottom:12%;right:18%}.not-found-router:not(.is-circus-finale) .route-finale{display:none}.route-popcorn{background:var(--orange);opacity:0;border-radius:999px;width:10px;height:10px;top:50%;left:50%;box-shadow:0 0 18px #ff7a1abf}.route-popcorn-a{animation:.75s ease-out popcorn-a}.route-popcorn-b{background:var(--lime);animation:.75s ease-out popcorn-b}.route-popcorn-c{background:var(--teal);animation:.75s ease-out popcorn-c}.not-found-router:not(.is-unlocked) .route-popcorn{display:none}.route-crash-spark{background:var(--orange);opacity:0;border-radius:999px;width:42px;height:2px;box-shadow:0 0 18px #ff7a1ab8}.route-crash-spark-a{animation:.9s steps(2,end) infinite crash-spark;top:24%;left:18%;transform:rotate(18deg)}.route-crash-spark-b{animation:1.1s steps(2,end) .14s infinite crash-spark;top:47%;right:13%;transform:rotate(-21deg)}.route-crash-spark-c{animation:.84s steps(2,end) .28s infinite crash-spark;bottom:24%;left:36%;transform:rotate(7deg)}.route-crash-spark-d{animation:1.24s steps(2,end) .42s infinite crash-spark;bottom:34%;right:24%;transform:rotate(31deg)}.not-found-router:not(.is-crashing) .route-crash-spark{display:none}.route-chaos{opacity:0;border:2px dashed #ffc04dbd;border-radius:999px;width:34px;height:34px;box-shadow:0 0 22px #ffc04d57}.route-chaos:after{content:"";background:var(--lime);border-radius:999px;position:absolute;inset:9px;box-shadow:0 0 16px #b6d94ccc}.route-chaos-a{animation:1.8s ease-in-out infinite route-chaos-a;top:54%;left:19%}.route-chaos-b{animation:2.1s ease-in-out .18s infinite route-chaos-b;top:16%;right:22%}.route-chaos-c{animation:1.95s ease-in-out .36s infinite route-chaos-c;bottom:12%;left:43%}.route-chaos-d{animation:2.25s ease-in-out .54s infinite route-chaos-d;bottom:35%;right:10%}.not-found-router:not(.is-circus-finale) .route-chaos{display:none}.route-console{border-radius:var(--radius-sm);background:#102a3f80;border:1px solid #ffffff24;gap:.35rem;margin-top:1rem;padding:.85rem;display:grid}.route-console-line{color:#ffffffb8;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:.52rem;padding:0;font-size:.72rem;line-height:1.35;display:flex}.route-console-line:hover{color:var(--white)}.route-console-line:focus-visible{outline:2px solid var(--lime);outline-offset:3px;border-radius:var(--radius-btn)}.route-console b{color:var(--lime);letter-spacing:.08em;font-size:.66rem}.route-easter-egg{opacity:0;gap:.44rem;max-height:0;margin-top:0;transition:max-height .25s,margin-top .25s,opacity .25s,transform .25s;display:grid;overflow:hidden;transform:translateY(-5px)}.route-easter-egg span{color:var(--lime);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:900}.route-easter-egg strong{color:var(--white);font-size:.86rem;line-height:1.45}.route-egg-reroll{border-radius:var(--radius-btn);color:#ffffffd6;font:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff3d;justify-self:start;padding:.4rem .58rem;font-size:.68rem;font-weight:850}.route-egg-reroll:hover{color:var(--white);background:#ffffff29;border-color:#ffffff73}.route-egg-reroll:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.not-found-router.is-unlocked .route-easter-egg{opacity:1;max-height:145px;margin-top:1rem;transform:translateY(0)}.not-found-router.is-unlocked .route-line-three{background:linear-gradient(90deg, var(--lime), var(--teal))}.not-found-router.is-unlocked .route-pulse{background:var(--lime);box-shadow:0 0 0 8px #b6d94c2e}.not-found-router.is-boosted .router-card{border-color:#b6d94c70;box-shadow:0 24px 70px #00000038,0 0 0 4px #b6d94c14}.not-found-router.is-boosted .router-code{color:var(--orange);text-shadow:0 0 18px #ff7a1a8c}.not-found-router.is-boosted .route-map{background:radial-gradient(circle at 20% 24%,#1fa6c93d,#0000 18%),radial-gradient(circle at 72% 30%,#ff7a1a38,#0000 18%),radial-gradient(circle at 76% 72%,#b6d94c33,#0000 20%),#ffffff14}.not-found-router.is-crashing .router-card{border-color:#ff7a1a8c;animation:1.1s steps(2,end) infinite crash-card}.not-found-router.is-crashing .router-code{color:var(--orange);animation:.75s steps(2,end) infinite crash-code}.not-found-router.is-crashing .route-map{background:repeating-linear-gradient(0deg,#ffffff14 0 1px,#0000 1px 8px),radial-gradient(circle at 24% 24%,#1fa6c940,#0000 18%),radial-gradient(circle at 76% 70%,#ff7a1a3d,#0000 20%),#ffffff14}.not-found-router.is-crashing .route-console{background:#24121675;border-color:#ff7a1a52}.not-found-router.is-crashing .route-console b,.not-found-router.is-crashing .route-easter-egg span{color:#ffc04d}.not-found-router.is-circus-finale .router-card{background:linear-gradient(135deg,#ff7a1a2e,#0000 36%),linear-gradient(315deg,#b6d94c2e,#0000 38%),#ffffff21;border-color:#ffc04db3;animation:1.1s ease-in-out infinite finale-card}.not-found-router.is-circus-finale .route-map{background:repeating-linear-gradient(45deg,#ff7a1a2e 0 12px,#1fa6c926 12px 24px,#b6d94c29 24px 36px),#ffffff14}.not-found-router.is-circus-finale .route-console{background:#102a3f9e;border-color:#ffc04d61}.not-found-router.is-circus-finale .route-node{animation:1s ease-in-out infinite finale-node}.not-found-router.is-encore .router-card{animation:1.1s ease-in-out infinite encore-card}.not-found-router.is-encore .route-map{border-color:#ffc04d8c}.not-found-router.is-encore .route-finale{animation-duration:.7s}.route-discovery-board{border-top:1px solid #ffffff24;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;margin-top:1rem;padding-top:1rem;display:grid}.route-discovery-board>span{color:#ffffff9e;letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:900}.route-discovery-board>strong{color:var(--lime);font-size:.82rem;line-height:1.2}.route-discovery-board div{flex-wrap:wrap;grid-column:1/-1;gap:.35rem;min-height:26px;display:flex}.route-discovery-board em{border-radius:var(--radius-btn);color:#ffffffb8;background:#ffffff14;border:1px solid #ffffff24;padding:.28rem .44rem;font-size:.62rem;font-style:normal;font-weight:800}.not-found-section{background:var(--white)}.not-found-links{grid-template-columns:repeat(3,1fr);gap:1.1rem;display:grid}.not-found-link{min-height:235px;color:inherit;flex-direction:column;padding:1.45rem;text-decoration:none;display:flex}.not-found-link-icon{width:46px;height:46px;color:var(--navy);background:#e9f3f8;border-radius:12px;place-items:center;margin-bottom:1rem;display:grid}.not-found-link-icon svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.not-found-link strong{color:var(--text);font-size:1.05rem;line-height:1.25}.not-found-link em{color:var(--muted);flex:1;margin-top:.45rem;font-size:.86rem;font-style:normal;line-height:1.62}.not-found-link b{color:var(--orange);margin-top:1rem;font-size:.8rem}.packet-game{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg, #16415df5, #102a3ffa), var(--navy-dark);color:var(--white);box-shadow:var(--shadow-lg);margin-top:2rem;padding:1.35rem}.packet-game-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.packet-game-head span{color:var(--lime);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.22rem;font-size:.68rem;font-weight:900;display:block}.packet-game-head h3{color:var(--white);font-size:1.35rem;line-height:1.15}.packet-game-start{border-radius:var(--radius-btn);background:var(--orange);color:var(--white);font:inherit;cursor:pointer;border:1px solid #ffffff3d;padding:.58rem .9rem;font-size:.78rem;font-weight:900}.packet-game-start:hover{background:var(--orange-dark)}.packet-game-start:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.packet-game-board{border-radius:var(--radius-sm);background:linear-gradient(90deg,#ffffff0f 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 18%,#1fa6c933,#0000 18%),radial-gradient(circle at 88%,#b6d94c38,#0000 18%),#ffffff14;border:1px solid #ffffff2e;height:235px;position:relative;overflow:hidden}.packet-game-board:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff14,#0000);animation:3s linear infinite packet-board-scan;position:absolute;inset:0;transform:translate(-100%)}.packet-game-lanes{position:absolute;inset:0}.packet-game-lanes span{background:linear-gradient(90deg,#1fa6c92e,#b6d94c6b,#ff7a1a29);border-radius:999px;width:100%;height:2px;position:absolute;left:0}.packet-game-lanes span:first-child{top:24%}.packet-game-lanes span:nth-child(2){top:50%}.packet-game-lanes span:nth-child(3){top:76%}.packet-player{z-index:2;background:var(--teal);border:3px solid #ffffffeb;border-radius:50%;width:22px;height:22px;transition:top .12s,box-shadow .12s,background .12s;position:absolute;left:16%;transform:translate(-50%,-50%);box-shadow:0 0 0 9px #1fa6c92e,0 0 24px #1fa6c98c}.packet-game-board.is-boosting .packet-player{background:var(--lime);box-shadow:0 0 0 14px #b6d94c29,0 0 32px #b6d94cb8}.packet-game-board.is-hop-delay .packet-player{background:var(--lime);box-shadow:0 0 0 16px #b6d94c24,0 0 34px #b6d94cb8}.packet-game-board.is-hop-delay .packet-game-goal{color:#ffc04d;background:#ff7a1a29;border-color:#ff7a1a9e;box-shadow:0 0 26px #ff7a1a33}.packet-game-board.is-hop-delay:before{content:"";z-index:1;pointer-events:none;background:repeating-linear-gradient(0deg,#ffffff12 0 1px,#0000 1px 8px),radial-gradient(circle at 78%,#ff7a1a2e,#0000 18%);position:absolute;inset:0}.packet-obstacle{z-index:2;background:var(--orange);border:3px solid #ffffffe0;border-radius:6px;width:28px;height:28px;position:absolute;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 22px #ff7a1a85}.packet-good{z-index:3;background:var(--lime);border:2px solid #fffffff0;border-radius:50%;width:18px;height:18px;animation:1s ease-in-out infinite good-packet;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #b6d94c26,0 0 28px #b6d94cb8}.packet-good:before,.packet-good:after{content:"";background:var(--navy);border-radius:999px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.packet-good:before{width:10px;height:3px}.packet-good:after{width:3px;height:10px}.packet-game-goal{z-index:3;border-radius:var(--radius-btn);color:var(--lime);letter-spacing:.12em;background:#b6d94c1f;border:1px solid #b6d94c61;padding:.28rem .46rem;font-size:.62rem;font-weight:900;position:absolute;top:50%;right:.7rem;transform:translateY(-50%)}.packet-game-timeout{z-index:4;border-radius:var(--radius-sm);text-align:center;background:#102a3fe0;border:1px solid #ff7a1a61;gap:.16rem;min-width:min(280px,100% - 2rem);padding:.9rem 1rem;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 44px #00000047}.packet-game-timeout b{color:#ffc04d;font-size:1.02rem;line-height:1.15}.packet-game-timeout span{color:#ffffffc2;font-size:.76rem;line-height:1.35}.packet-game-hud{grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.8rem;display:grid}.packet-game-hud span{border-radius:var(--radius-sm);color:var(--white);background:#ffffff14;border:1px solid #ffffff24;padding:.62rem;font-size:.95rem;font-weight:900}.packet-game-hud b{color:#ffffff94;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.12rem;font-size:.62rem;display:block}.packet-game-progress{background:#ffffff1a;border-radius:999px;height:7px;margin-top:.65rem;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14}.packet-game-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--teal), var(--lime), var(--orange));height:100%;transition:width .16s;display:block;box-shadow:0 0 14px #b6d94c38}.packet-game-meter{grid-template-columns:repeat(7,1fr);gap:.35rem;margin-top:.65rem;display:grid}.packet-game-meter span{background:#ffffff1f;border-radius:999px;height:6px;box-shadow:inset 0 0 0 1px #ffffff14}.packet-game-meter span.is-active{background:linear-gradient(90deg, var(--teal), var(--lime), var(--orange));box-shadow:0 0 14px #b6d94c3d}.packet-game-message{color:#ffffffb8;min-height:1.4rem;margin-top:.75rem;font-size:.82rem;line-height:1.5}@keyframes packet-board-scan{0%{transform:translate(-100%)}70%,to{transform:translate(100%)}}@keyframes carrier-marquee-ltr{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes good-packet{0%,to{filter:brightness();transform:translate(-50%,-50%)scale(1)}50%{filter:brightness(1.18);transform:translate(-50%,-50%)scale(1.18)}}@keyframes route-pulse{0%,to{opacity:.72;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(112px,-45px)scale(1.15)}}@keyframes marquee-pop{0%,to{filter:brightness();transform:translateY(0)}50%{filter:brightness(1.35);transform:translateY(-1px)}}@keyframes confetti-drop{0%{opacity:0;transform:translateY(-18px)rotate(0)}8%{opacity:.85}to{opacity:0;transform:translateY(78vh)rotate(420deg)}}@keyframes packet-rain{0%{opacity:0;transform:translateY(-2rem)rotate(-6deg)}10%{opacity:.78}78%{opacity:.78}to{opacity:0;transform:translateY(86vh)rotate(18deg)}}@keyframes crash-toast{0%,18%,to{opacity:0;transform:translate(-50%)skew(0)}20%,34%{opacity:.92;transform:translate(-50%)skew(-4deg)}35%{opacity:.45;transform:translate(calc(8px - 50%))skew(4deg)}38%,48%{opacity:.9;transform:translate(calc(-50% - 6px))skew(-2deg)}50%{opacity:0;transform:translate(-50%)skew(0)}}@keyframes circus-rigging{0%,to{filter:hue-rotate();transform-origin:top}50%{filter:hue-rotate(90deg)brightness(1.25)}}@keyframes route-scan{0%{transform:translateY(-100%)}55%,to{transform:translateY(100%)}}@keyframes finale-pop{0%,to{opacity:0;transform:translate(0)rotate(0)scale(.75)}35%,70%{opacity:1}50%{transform:translateY(-12px)rotate(45deg)scale(1.15)}}@keyframes finale-card{0%,to{box-shadow:0 24px 70px #00000038,0 0 0 4px #ffc04d17}50%{box-shadow:0 24px 70px #00000038,0 0 0 8px #ff7a1a17}}@keyframes finale-node{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(12deg)}}@keyframes popcorn-a{0%{opacity:1;transform:translate(0)scale(.4)}to{opacity:0;transform:translate(-95px,-78px)scale(1.2)}}@keyframes popcorn-b{0%{opacity:1;transform:translate(0)scale(.4)}to{opacity:0;transform:translate(70px,-90px)scale(1.2)}}@keyframes popcorn-c{0%{opacity:1;transform:translate(0)scale(.4)}to{opacity:0;transform:translate(102px,58px)scale(1.2)}}@keyframes circus-hero{0%,to{filter:saturate()}50%{filter:saturate(1.22)}}@keyframes encore-title{0%,to{transform:rotate(0)scale(1)}25%{transform:rotate(-.35deg)scale(1.01)}75%{transform:rotate(.35deg)scale(1.01)}}@keyframes encore-card{0%,to{transform:rotate(0)}50%{transform:rotate(.35deg)}}@keyframes circus-spine{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}@keyframes route-boost-a{0%{opacity:0;transform:translate(0)scale(.7)}20%,70%{opacity:1}to{opacity:0;transform:translate(88px,28px)scale(1)}}@keyframes route-boost-b{0%{opacity:0;transform:translate(0)scale(.7)}20%,70%{opacity:1}to{opacity:0;transform:translate(184px,-11px)scale(1)}}@keyframes route-boost-c{0%{opacity:0;transform:translate(0)scale(.7)}20%,70%{opacity:1}to{opacity:0;transform:translate(228px,64px)scale(1)}}@keyframes route-chaos-a{0%,to{opacity:0;transform:translate(0)rotate(0)scale(.55)}40%,70%{opacity:1}55%{transform:translate(42px,-28px)rotate(180deg)scale(1)}}@keyframes route-chaos-b{0%,to{opacity:0;transform:translate(0)rotate(0)scale(.55)}35%,72%{opacity:1}55%{transform:translate(-58px,35px)rotate(-180deg)scale(1.08)}}@keyframes route-chaos-c{0%,to{opacity:0;transform:translate(0)rotate(0)scale(.55)}34%,68%{opacity:1}52%{transform:translate(68px,-42px)rotate(220deg)scale(1)}}@keyframes route-chaos-d{0%,to{opacity:0;transform:translate(0)rotate(0)scale(.55)}38%,74%{opacity:1}56%{transform:translate(-72px,-6px)rotate(-220deg)scale(1.06)}}@keyframes crash-title{0%,to{transform:translate(0)}22%{transform:translate(2px,-1px)}23%{transform:translate(-3px,1px)}47%{transform:translate(1px)}48%{transform:translate(-2px,-1px)}}@keyframes crash-scanlines{0%,to{opacity:.72;transform:translateY(0)}50%{opacity:.38;transform:translateY(5px)}}@keyframes crash-card{0%,to{transform:translate(0)}36%{transform:translate(1px,-1px)}37%{transform:translate(-2px,1px)}}@keyframes crash-code{0%,to{text-shadow:2px 0 #1fa6c9cc,-2px 0 #ffffff4d}50%{text-shadow:-3px 0 #1fa6c9cc,3px 0 #ffffff4d}}@keyframes crash-spark{0%,to{opacity:0}50%{opacity:1}}.strip{border-block:1px solid var(--border);background:var(--white)}.strip-grid{grid-template-columns:repeat(4,1fr);display:grid}.strip-item{text-align:center;border-right:1px solid var(--border);padding:1.45rem 1rem}.strip-item:last-child{border-right:0}.strip-val{color:var(--navy);font-size:2rem;font-weight:900;line-height:1}.strip-label{color:var(--muted);margin-top:.35rem;font-size:.82rem}.srv-grid,.solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.srv-card{padding:2rem}.srv-icon,.feat-card-icon,.cm-icon,.incl-icon{border-radius:14px;place-items:center;width:50px;height:50px;margin-bottom:1.15rem;font-size:1.35rem;display:grid}.srv-icon svg,.feat-card-icon svg,.cm-icon svg,.incl-icon svg,.enterprise-icon svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.ib-orange,.srv-icon.orange{color:var(--orange);background:#fff3e7}.ib-navy,.srv-icon.navy{color:var(--navy);background:#edf5fb}.ib-teal,.srv-icon.teal{color:var(--teal);background:#e8f8fb}.ib-green,.srv-icon.green{color:var(--green);background:#eaf8ef}.ib-lime,.srv-icon.lime{color:#739f21;background:#f5fbe6}.ib-red,.srv-icon.red{color:#be4b4b;background:#fff0f0}.srv-title{color:var(--text);margin-bottom:.55rem;font-size:1.16rem;font-weight:800}.srv-desc{color:var(--muted);margin-bottom:1.1rem;font-size:.9rem;line-height:1.72}.srv-list,.p-feats{flex-direction:column;gap:.52rem;margin-bottom:1.35rem;list-style:none;display:flex}.srv-list li,.p-feats li{color:var(--muted);align-items:flex-start;gap:.58rem;font-size:.86rem;display:flex}.srv-list li:before,.p-feats li:before{content:"";background:var(--green);border-radius:50%;flex:none;width:7px;height:7px;margin-top:.47rem}.srv-link{color:var(--orange);font-size:.86rem;font-weight:800;text-decoration:none}.srv-link:hover{text-decoration:underline}.feat-layout,.mission-layout{grid-template-columns:1.05fr .95fr;align-items:center;gap:4rem;display:grid}.feat-layout-reverse>:first-child{order:2}.feat-layout-reverse>:last-child{order:1}.feat-points{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.feat-point{align-items:flex-start;gap:1rem;padding:1.25rem 1.45rem;display:flex}.feat-point-icon{border-radius:12px;flex:none;place-items:center;width:44px;height:44px;font-size:1.15rem;display:grid}.feat-point-title{color:var(--text);margin-bottom:.2rem;font-size:.94rem;font-weight:800}.feat-point-desc{color:var(--muted);font-size:.84rem;line-height:1.62}.feat-grid,.included-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.feat-grid.wide{grid-template-columns:repeat(3,1fr)}.feat-card{padding:1.45rem}.feat-card-title{color:var(--text);margin-bottom:.35rem;font-size:.94rem;font-weight:800}.feat-card-desc{color:var(--muted);font-size:.83rem;line-height:1.6}.enterprise-band{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#fff,#f5f9fc);grid-template-columns:.85fr 1.15fr;align-items:start;gap:2rem;padding:2rem;display:grid}.trust-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;display:grid}.trust-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);grid-template-columns:42px 1fr;align-items:start;gap:.4rem .75rem;padding:1rem;display:grid}.trust-item .enterprise-icon{grid-row:span 2}.trust-item strong{color:var(--text);font-size:.9rem;line-height:1.25}.trust-item span{color:var(--muted);font-size:.78rem;line-height:1.5}.enterprise-card-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.enterprise-card{padding:1.45rem}.enterprise-card h3{color:var(--text);margin:.85rem 0 .35rem;font-size:1rem;line-height:1.25}.enterprise-card p{color:var(--muted);font-size:.86rem;line-height:1.65}.enterprise-card a{color:var(--orange);font-weight:800;text-decoration:none}.enterprise-card a:hover{text-decoration:underline}.enterprise-icon{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.proof-layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2.5rem;display:grid}.proof-grid{gap:.9rem;display:grid}.proof-card{border-left:4px solid var(--orange);padding:1.2rem 1.35rem}.proof-card span{color:var(--soft);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem;font-size:.68rem;font-weight:850;display:block}.proof-card strong{color:var(--text);font-size:.95rem;line-height:1.55;display:block}.stj-hero,.stj-location-hero{background:linear-gradient(115deg, #102a3ffa 0%, #16415df5 50%, #1fa6c9bd 100%), var(--navy-dark);color:var(--white);padding:8.25rem 0 5.25rem;position:relative;overflow:hidden}.stj-hero:before,.stj-location-hero:before{content:"";background-color:#0000;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#00000080,#0000 72%);mask-image:linear-gradient(90deg,#00000080,#0000 72%)}.stj-hero:after,.stj-location-hero:after{content:"";background:linear-gradient(135deg,#b6d94c66,#ff7a1a3d);width:52%;height:76%;position:absolute;bottom:-34%;right:-9%;transform:skew(-18deg)}.stj-hero-grid,.stj-location-hero-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(330px,410px);align-items:center;gap:3.5rem;display:grid;position:relative}.stj-private-chip{border-radius:var(--radius-sm);color:var(--lime);letter-spacing:.1em;text-transform:uppercase;background:#b6d94c1c;border:1px solid #b6d94c5c;margin-bottom:.85rem;padding:.34rem .58rem;font-size:.68rem;font-weight:900;display:inline-flex}.stj-lockup{border-radius:var(--radius-sm);color:#ffffffbd;background:#ffffff17;border:1px solid #fff3;align-items:center;gap:.65rem;margin-bottom:1.25rem;padding:.62rem .8rem;display:inline-flex;box-shadow:0 18px 45px #00000029}.stj-lockup strong{color:var(--white);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:900}.stj-lockup span{text-transform:uppercase;letter-spacing:.08em;font-size:.66rem;font-weight:850}.stj-kicker{color:var(--lime);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem;font-size:.76rem;font-weight:900}.stj-hero h1,.stj-location-hero h1{max-width:830px;color:var(--white);font-size:clamp(2.35rem,5.8vw,4.55rem);font-weight:900;line-height:1}.stj-hero p:not(.stj-kicker),.stj-location-hero p:not(.stj-kicker){color:#fffc;max-width:690px;margin-top:1.25rem;font-size:1.08rem;line-height:1.72}.stj-hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.stj-hero-panel,.stj-site-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1c;border:1px solid #ffffff38;gap:1rem;padding:1.35rem;display:grid;box-shadow:0 24px 70px #00000038}.stj-hero-panel div:not(.stj-panel-label),.stj-site-card div:not(.stj-panel-label){border-radius:var(--radius-sm);background:#ffffff14;border:1px solid #ffffff24;padding:1rem}.stj-panel-label{color:var(--lime);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:900}.stj-hero-panel span,.stj-site-card span{color:#fff9;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.16rem;font-size:.68rem;font-weight:850;display:block}.stj-hero-panel strong,.stj-site-card strong{color:var(--white);font-size:.96rem;line-height:1.42;display:block}.stj-site-card p{color:#ffffffc2!important;margin-top:.15rem!important;font-size:.86rem!important;line-height:1.58!important}.stj-intro-section{padding-bottom:3.75rem}.stj-intro-grid{grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr);align-items:start;gap:3rem;margin-bottom:1.2rem;display:grid}.stj-intro-copy{color:var(--muted);padding-top:.4rem;font-size:.98rem;line-height:1.75}.stj-value-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.stj-value-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm);padding:1.35rem}.stj-value-icon{width:42px;height:42px;color:var(--navy);background:#e9f3f8;border-radius:12px;place-items:center;margin-bottom:.95rem;display:grid}.stj-value-icon svg,.stj-location-icon svg,.stj-checklist svg{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.stj-value-card h3{color:var(--text);margin-bottom:.3rem;font-size:1rem;line-height:1.25}.stj-value-card p{color:var(--muted);font-size:.84rem;line-height:1.58}.stj-section-head{grid-template-columns:minmax(0,.85fr) minmax(320px,.65fr);align-items:start;gap:2rem;margin-bottom:2rem;display:grid}.stj-section-head p{color:var(--muted);font-size:.95rem;line-height:1.7}.stj-plan-row{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stj-plan{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);min-height:100%;box-shadow:var(--shadow-sm);flex-direction:column;padding:1.55rem;display:flex}.stj-plan.is-featured{box-shadow:0 0 0 3px #16415d14, var(--shadow);border-color:#16415d85;position:relative}.stj-plan-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.05rem;display:flex}.stj-plan-top span{background:var(--navy);color:var(--white);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.28rem .58rem;font-size:.64rem;font-weight:900}.stj-plan-top strong{color:var(--orange);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:900}.stj-plan h3{color:var(--text);margin-bottom:.55rem;font-size:1.18rem;line-height:1.22}.stj-plan p{min-height:4.7rem;color:var(--muted);font-size:.86rem;line-height:1.62}.stj-plan ul{flex:1;gap:.5rem;margin:1.1rem 0 1.25rem;list-style:none;display:grid}.stj-plan li{color:var(--muted);padding-left:1.05rem;font-size:.82rem;line-height:1.45;position:relative}.stj-plan li:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0}.stj-plan-link{color:var(--navy);font-size:.8rem;font-weight:900;text-decoration:none}.stj-plan-link:hover{color:var(--orange)}.stj-location-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stj-location-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);min-height:190px;box-shadow:var(--shadow-sm);flex-direction:column;padding:1.2rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.stj-location-card:hover{border-color:var(--border-2);box-shadow:var(--shadow);transform:translateY(-3px)}.stj-location-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.stj-location-icon{width:42px;height:42px;color:var(--green);background:#eaf8ef;border-radius:10px;flex:none;place-items:center;display:grid}.stj-location-top small{color:var(--soft);text-align:right;text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:850}.stj-location-body{flex:1;display:block}.stj-location-body strong{color:var(--text);font-size:1rem;line-height:1.25;display:block}.stj-location-body em{color:var(--muted);margin-top:.35rem;font-size:.8rem;font-style:normal;line-height:1.48;display:block}.stj-location-card b{color:var(--orange);margin-top:1rem;font-size:.8rem;display:block}.stj-process{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stj-process div{border-top:4px solid var(--orange);border-radius:var(--radius);background:var(--bg);box-shadow:var(--shadow-sm);padding:1.35rem}.stj-process span{background:var(--navy);width:32px;height:32px;color:var(--white);border-radius:50%;place-items:center;margin-bottom:.8rem;font-size:.8rem;font-weight:900;display:grid}.stj-process strong{color:var(--text);margin-bottom:.3rem;font-size:.98rem;display:block}.stj-process p{color:var(--muted);font-size:.84rem;line-height:1.55}.stj-offer-section{background:linear-gradient(#fff 0%,#f5f9fc 100%)}.stj-offer-layout{grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:start;gap:2.5rem;display:grid}.stj-building-callout{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);box-shadow:var(--shadow-sm);margin-top:1.25rem;padding:1rem}.stj-building-callout span{color:var(--soft);letter-spacing:.09em;text-transform:uppercase;margin-bottom:.18rem;font-size:.68rem;font-weight:900;display:block}.stj-building-callout strong{color:var(--text);font-size:.95rem;line-height:1.35}.stj-flyer-frame{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--white);width:100%;max-width:520px;box-shadow:var(--shadow-lg);justify-self:end;overflow:hidden}.stj-flyer-frame img{width:100%;height:auto;display:block}.stj-benefit-pills{flex-wrap:wrap;gap:.55rem;margin-top:1.35rem;display:flex}.stj-benefit-pills span,.stj-service-strip span{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--white);color:var(--navy);padding:.46rem .68rem;font-size:.78rem;font-weight:850}.stj-quote-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm);grid-template-columns:.8fr 1fr;align-items:start;gap:2rem;padding:1.7rem;display:grid}.stj-checklist{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.stj-checklist div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);gap:.75rem;padding:.95rem;display:flex}.stj-checklist svg{color:var(--green);flex:none}.stj-checklist strong{color:var(--text);font-size:.85rem;line-height:1.25;display:block}.stj-checklist em{color:var(--muted);margin-top:.18rem;font-size:.76rem;font-style:normal;line-height:1.45;display:block}.stj-service-strip{flex-wrap:wrap;gap:.6rem;display:flex}.partner-band{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:1.6rem;display:flex}.partner-band h3{color:var(--text);margin-bottom:.4rem;font-size:1.2rem;line-height:1.25}.partner-band p{max-width:650px;color:var(--muted);font-size:.9rem;line-height:1.65}.partner-tags{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;max-width:380px;display:flex}.partner-tags span{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--white);color:var(--navy);white-space:nowrap;padding:.42rem .64rem;font-size:.74rem;font-weight:800}.process-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.process-step{border-top:3px solid var(--orange);background:var(--white);box-shadow:var(--shadow-sm);padding:1.35rem 1.2rem}.process-step span{color:var(--soft);letter-spacing:.1em;font-size:.72rem;font-weight:900}.process-step h3{color:var(--text);margin:.55rem 0 .35rem;font-size:1rem}.process-step p{color:var(--muted);font-size:.84rem;line-height:1.6}.support-ready{justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem;display:flex}.support-ready h2{color:var(--text);margin-bottom:.35rem;font-size:1.25rem;line-height:1.25}.support-ready p{max-width:690px;color:var(--muted);font-size:.9rem;line-height:1.65}.support-action-bar{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.support-checklist{grid-template-columns:.9fr 1.1fr;align-items:start;gap:1.5rem;margin-bottom:2rem;padding:1.6rem;display:grid}.support-checklist h2{color:var(--text);margin-bottom:.45rem;font-size:1.35rem;line-height:1.25}.support-checklist p{color:var(--muted);font-size:.9rem;line-height:1.65}.support-checklist ul{gap:.62rem;list-style:none;display:grid}.support-checklist li{color:var(--muted);padding-left:1.25rem;font-size:.88rem;line-height:1.55;position:relative}.support-checklist li:before{content:"";background:var(--green);border-radius:50%;width:7px;height:7px;position:absolute;top:.55rem;left:0}.status-banner{border-left:5px solid var(--green);grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:1.1rem;padding:1.45rem;display:grid}.status-banner h2{color:var(--text);margin-bottom:.25rem;font-size:1.45rem;line-height:1.2}.status-banner p{color:var(--muted);font-size:.95rem;line-height:1.6}.status-banner small{color:var(--soft);margin-top:.28rem;font-size:.78rem;font-weight:750;display:block}.status-indicator{background:#eaf8ef;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.status-indicator span{background:var(--green);border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 8px #2d8a561f}.status-degraded{border-left-color:var(--orange)}.status-degraded .status-indicator{background:#fff3e7}.status-degraded .status-indicator span{background:var(--orange);box-shadow:0 0 0 8px #ff7a1a24}.status-maintenance{border-left-color:var(--teal)}.status-maintenance .status-indicator{background:#e8f8fb}.status-maintenance .status-indicator span{background:var(--teal);box-shadow:0 0 0 8px #1fa6c924}.status-outage{border-left-color:#be4b4b}.status-outage .status-indicator{background:#fff0f0}.status-outage .status-indicator span{background:#be4b4b;box-shadow:0 0 0 8px #be4b4b24}.status-updated{border-left:1px solid var(--border);text-align:right;padding-left:1.2rem}.status-updated span{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:850;display:block}.status-updated strong{color:var(--text);margin-top:.18rem;font-size:.82rem;line-height:1.35;display:block}.status-metrics{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem;display:grid}.status-metric{padding:1.25rem}.status-metric span{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;margin:.8rem 0 .18rem;font-size:.72rem;font-weight:850;display:block}.status-metric strong{color:var(--navy);font-size:2rem;font-weight:900;line-height:1;display:block}.status-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:2rem;display:grid}.status-sync-note{color:var(--soft);margin-top:1rem;font-size:.8rem;font-weight:750}.monitoring-grid{gap:.9rem;display:grid}.monitoring-panel{padding:1.25rem}.monitoring-panel-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.monitoring-panel-head h3{color:var(--text);font-size:1.1rem;line-height:1.25}.monitoring-panel-head>strong{color:var(--navy);font-size:2rem;font-weight:900;line-height:1}.monitoring-empty{border:1px dashed var(--border-2);border-radius:var(--radius-sm);background:var(--bg);color:var(--muted);padding:.9rem;font-size:.82rem;line-height:1.55}.solarwinds-summary{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}.solarwinds-summary div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);text-align:center;padding:.75rem}.solarwinds-summary span{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.22rem;font-size:.66rem;font-weight:850;display:block}.solarwinds-summary strong{color:var(--navy);font-size:1.45rem;font-weight:900;line-height:1}.solarwinds-meta{flex-wrap:wrap;gap:.45rem;margin-top:.8rem;display:flex}.solarwinds-meta span{border-radius:var(--radius-sm);color:var(--navy);background:#edf5fb;padding:.34rem .52rem;font-size:.74rem;font-weight:800}.monitoring-note{border-left:4px solid var(--orange);padding:1rem}.monitoring-note strong{color:var(--text);margin-bottom:.2rem;font-size:.9rem;display:block}.monitoring-note p{color:var(--muted);font-size:.82rem;line-height:1.55}.status-event-list{gap:.9rem;display:grid}.status-event-card{padding:1.25rem}.status-event-top{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.status-event-top strong{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:850}.status-pill{border-radius:999px;padding:.28rem .55rem;font-size:.7rem;font-weight:850;display:inline-flex}.impact-informational{color:var(--navy);background:#edf5fb}.impact-low{color:var(--green);background:#eaf8ef}.impact-medium{color:var(--orange);background:#fff3e7}.impact-high{color:#be4b4b;background:#fff0f0}.status-event-card h3{color:var(--text);margin-bottom:.4rem;font-size:1.05rem;line-height:1.25}.status-event-card p{color:var(--muted);font-size:.86rem;line-height:1.65}.status-event-time{grid-template-columns:repeat(2,1fr);gap:.6rem;margin:1rem 0;display:grid}.status-event-time span{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--navy);padding:.58rem .65rem;font-size:.76rem;font-weight:800;line-height:1.35}.status-service-tags{flex-wrap:wrap;gap:.45rem;display:flex}.status-service-tags span{border:1px solid var(--border-2);border-radius:var(--radius-sm);color:var(--muted);padding:.34rem .52rem;font-size:.72rem;font-weight:800}.status-event-card.compact{padding:1.1rem}.status-empty{text-align:center;padding:1.4rem}.status-empty .enterprise-icon{margin:0 auto .85rem}.status-empty h3{color:var(--text);margin-bottom:.35rem;font-size:1rem}.status-empty p{color:var(--muted);font-size:.84rem;line-height:1.6}.customer-login-layout{grid-template-columns:1fr 420px;align-items:start;gap:2.2rem;display:grid}.customer-login-card{margin:0}.customer-login-error{color:#be4b4b;margin-top:1rem;font-weight:800}.customer-entra-button{margin-bottom:1rem}.customer-login-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.85rem;margin:.9rem 0 1rem;font-size:.76rem;font-weight:850;display:flex}.customer-login-divider:before,.customer-login-divider:after{content:"";background:var(--border);flex:1;height:1px}.customer-login-divider span{white-space:nowrap}.customer-security-list{gap:.55rem;margin-top:1.5rem;display:grid}.customer-security-list span{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--navy);padding:.75rem .9rem;font-size:.84rem;font-weight:800}.customer-portal-top{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.customer-metric-grid{grid-template-columns:repeat(6,1fr);gap:.9rem;display:grid}.customer-metric-card{padding:1.1rem}.customer-metric-card .enterprise-icon{border-radius:10px;width:38px;height:38px}.customer-metric-card span{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;margin:.72rem 0 .18rem;font-size:.66rem;font-weight:850;display:block}.customer-metric-card strong{color:var(--navy);overflow-wrap:anywhere;font-size:1.35rem;font-weight:900;line-height:1.08;display:block}.customer-data-note{border-left:4px solid var(--orange);margin-top:1rem;padding:1rem}.customer-data-note strong{color:var(--text);margin-bottom:.2rem;font-size:.9rem;display:block}.customer-data-note p{color:var(--muted);font-size:.82rem;line-height:1.55}.customer-connection-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.customer-connection-card{padding:1.35rem}.customer-connection-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.customer-connection-top strong{color:var(--text);text-align:right;font-size:1.05rem;line-height:1.3}.connection-state{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;flex:none;padding:.28rem .55rem;font-size:.68rem;font-weight:850}.state-up{color:var(--green);background:#eaf8ef}.state-down{color:#be4b4b;background:#fff0f0}.state-degraded{color:var(--orange);background:#fff3e7}.state-unknown{color:var(--navy);background:#edf5fb}.customer-connection-stats{grid-template-columns:repeat(4,1fr);gap:.55rem;display:grid}.customer-connection-stats div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);padding:.65rem}.customer-connection-stats span{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.18rem;font-size:.62rem;font-weight:850;display:block}.customer-connection-stats strong{color:var(--text);font-size:.84rem;line-height:1.25}.usage-bar{background:var(--bg2);border-radius:999px;height:8px;margin:1rem 0 .55rem;overflow:hidden}.usage-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--green), var(--orange));height:100%;display:block}.customer-connection-card p{color:var(--muted);font-size:.8rem;font-weight:750}.customer-empty-state{text-align:center;max-width:720px;margin:0 auto;padding:1.7rem}.customer-empty-state .enterprise-icon{margin:0 auto .95rem}.customer-empty-state h3{color:var(--text);margin-bottom:.45rem;font-size:1.2rem}.customer-empty-state p{max-width:560px;color:var(--muted);margin:0 auto;font-size:.9rem;line-height:1.65}.customer-account-layout{grid-template-columns:1fr 360px;align-items:start;gap:2rem;margin-bottom:1.3rem;display:grid}.customer-account-card{padding:1.35rem}.customer-account-card h3{color:var(--text);margin-bottom:1rem;font-size:1.2rem;line-height:1.25}.customer-account-card dl{gap:.65rem;display:grid}.customer-account-card div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.65rem;display:flex}.customer-account-card div:last-child{border-bottom:0;padding-bottom:0}.customer-account-card dt{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:850}.customer-account-card dd{color:var(--text);text-align:right;font-size:.86rem;font-weight:800}.customer-info-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.customer-info-panel{padding:1.25rem}.customer-info-panel h3{color:var(--text);margin-bottom:.85rem;font-size:1.05rem;line-height:1.25}.customer-info-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.customer-info-row:first-of-type{border-top:0;padding-top:0}.customer-info-row strong{color:var(--text);font-size:.88rem;line-height:1.3;display:block}.customer-info-row span{color:var(--soft);margin-top:.12rem;font-size:.74rem;line-height:1.4;display:block}.customer-info-row em{color:var(--navy);text-align:right;flex:none;font-size:.78rem;font-style:normal;font-weight:850}.customer-info-empty{color:var(--muted);font-size:.84rem;line-height:1.6}.carrier-layout{grid-template-columns:1fr 360px;align-items:start;gap:2.2rem;display:grid}.carrier-tags{flex-wrap:wrap;gap:.55rem;margin-top:1.5rem;display:flex}.carrier-tags span{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--bg);color:var(--navy);padding:.45rem .68rem;font-size:.76rem;font-weight:800}.carrier-panel{padding:1.5rem}.carrier-panel h3{color:var(--text);margin:.9rem 0 .45rem;font-size:1.2rem;line-height:1.25}.carrier-panel p{color:var(--muted);margin-bottom:1.2rem;font-size:.88rem;line-height:1.68}.carrier-panel .btn{width:100%}.carrier-proof-grid{grid-template-columns:repeat(6,1fr);gap:.65rem;margin-top:2rem;display:grid}.carrier-proof-grid span{border:1px solid var(--border);border-radius:var(--radius-sm);background:linear-gradient(135deg, #1fa6c914, transparent 58%), var(--white);min-height:74px;color:var(--navy);box-shadow:var(--shadow-sm);text-align:center;place-items:center;padding:.75rem;font-size:.74rem;font-weight:900;line-height:1.25;display:grid}.carrier-card-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.carrier-card{padding:1.35rem}.carrier-card h3{color:var(--text);margin:.85rem 0 .35rem;font-size:1rem;line-height:1.25}.carrier-card p{color:var(--muted);font-size:.84rem;line-height:1.62}.carrier-motion-band{background:linear-gradient(90deg, #102a3ffa, #16415df5 55%, #1fa6c95c), linear-gradient(180deg, #ffffff14, transparent), var(--navy);border-bottom:1px solid #1fa6c92e;padding:1.15rem 0 1.35rem;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14}.carrier-motion-head{color:var(--white);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.carrier-motion-head span{color:var(--lime);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:950}.carrier-motion-head strong{color:#ffffffc7;text-align:right;font-size:.82rem;font-weight:850;line-height:1.35}.carrier-motion-window{position:relative;overflow:hidden}.carrier-motion-band:before,.carrier-motion-band:after{content:"";z-index:2;pointer-events:none;width:12%;height:100%;position:absolute;top:0}.carrier-motion-band:before{background:linear-gradient(90deg, var(--navy), transparent);left:0}.carrier-motion-band:after{background:linear-gradient(270deg,#16415dfa,#0000);right:0}.carrier-motion-track{will-change:transform;gap:1.1rem;width:max-content;padding-inline:1rem;animation:34s linear infinite carrier-marquee-ltr;display:flex}.carrier-motion-window:hover .carrier-motion-track{animation-play-state:paused}.carrier-motion-mark{background:linear-gradient(135deg, color-mix(in srgb, var(--carrier-color) 14%, transparent), transparent 58%), var(--white);min-width:210px;height:94px;color:var(--carrier-color);text-align:center;overflow-wrap:anywhere;border:1px solid #ffffff38;border-radius:8px;flex:none;grid-template-rows:1fr auto;place-items:center;padding:.82rem 1rem .78rem;font-size:1.25rem;font-weight:950;line-height:1.05;display:grid;position:relative;box-shadow:0 16px 34px #0000002e}.carrier-motion-mark span{display:block}.carrier-motion-mark img{object-fit:contain;max-width:138px;max-height:38px;display:block}.carrier-motion-mark em{max-width:100%;color:var(--soft);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;margin-top:.36rem;font-size:.58rem;font-style:normal;font-weight:850;line-height:1.18;display:block;overflow:hidden}.carrier-motion-mark:after{content:"";background:var(--carrier-color);opacity:.22;border-radius:999px;height:3px;position:absolute;bottom:10px;left:14px;right:14px}.carrier-logo-grid{grid-template-columns:repeat(4,1fr);gap:.85rem;display:grid}.carrier-logo-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);min-height:118px;box-shadow:var(--shadow-sm);grid-template-columns:116px minmax(0,1fr);align-items:center;gap:.9rem;padding:1rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.carrier-logo-card:hover{box-shadow:var(--shadow);border-color:#1fa6c961;transform:translateY(-2px)}.carrier-logo-mark{border:1px solid color-mix(in srgb, var(--carrier-color) 34%, var(--border));background:linear-gradient(135deg, color-mix(in srgb, var(--carrier-color) 13%, transparent), transparent 62%), #f8fbfd;min-height:64px;color:var(--carrier-color);text-align:center;overflow-wrap:anywhere;border-radius:7px;place-items:center;padding:.55rem .65rem;font-size:clamp(.82rem,1vw,1.05rem);font-weight:950;line-height:1.05;display:grid}.carrier-logo-mark span{display:block}.carrier-logo-mark img{object-fit:contain;max-width:86px;max-height:36px;display:block}.carrier-logo-card strong{color:var(--text);font-size:.92rem;line-height:1.28;display:block}.carrier-logo-card span{color:var(--muted);margin-top:.18rem;font-size:.76rem;line-height:1.4;display:block}.carrier-logo-card em{border:1px solid color-mix(in srgb, var(--carrier-color) 28%, var(--border));border-radius:var(--radius-btn);background:color-mix(in srgb, var(--carrier-color) 8%, var(--white));color:var(--navy);margin-top:.5rem;padding:.25rem .42rem;font-size:.62rem;font-style:normal;font-weight:850;line-height:1.1;display:inline-block}.carrier-logo-note{max-width:860px;color:var(--soft);text-align:center;margin:1.1rem auto 0;font-size:.76rem;line-height:1.6}.career-layout{grid-template-columns:1fr 360px;align-items:start;gap:2.2rem;display:grid}.career-role-list{flex-wrap:wrap;gap:.55rem;margin-top:1.5rem;display:flex}.career-role-list span{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--bg);color:var(--navy);padding:.45rem .68rem;font-size:.76rem;font-weight:800}.career-panel{padding:1.5rem}.career-panel h3{color:var(--text);margin:.9rem 0 .45rem;font-size:1.2rem;line-height:1.25}.career-panel p{color:var(--muted);margin-bottom:1.2rem;font-size:.88rem;line-height:1.68}.career-panel .btn{width:100%}.career-card-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.career-card{padding:1.35rem}.career-card h3{color:var(--text);margin:.85rem 0 .35rem;font-size:1rem;line-height:1.25}.career-card p{color:var(--muted);font-size:.84rem;line-height:1.62}.job-posting-grid{gap:1.1rem;max-width:980px;margin:0 auto;display:grid}.job-posting-card{padding:1.5rem}.job-posting-top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.job-posting-top span{color:var(--orange);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:850}.job-posting-top strong{border:1px solid var(--border-2);background:var(--bg);color:var(--navy);border-radius:999px;padding:.28rem .55rem;font-size:.72rem}.job-posting-card h3{color:var(--text);margin-bottom:.35rem;font-size:1.3rem;line-height:1.22}.job-posting-meta{color:var(--soft);margin-bottom:.8rem;font-size:.8rem;font-weight:750}.job-posting-card p{color:var(--muted);font-size:.9rem;line-height:1.68}.job-posting-columns{grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.15rem 0 1.35rem;display:grid}.job-posting-columns h4{color:var(--text);margin-bottom:.45rem;font-size:.88rem}.job-posting-columns ul{gap:.45rem;list-style:none;display:grid}.job-posting-columns li{color:var(--muted);padding-left:1rem;font-size:.82rem;line-height:1.55;position:relative}.job-posting-columns li:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px;position:absolute;top:.55rem;left:0}.careers-empty-state{text-align:center;max-width:720px;margin:0 auto;padding:1.7rem}.careers-empty-state .enterprise-icon{margin:0 auto .95rem}.careers-empty-state h3{color:var(--text);margin-bottom:.45rem;font-size:1.2rem}.careers-empty-state p{max-width:540px;color:var(--muted);margin:0 auto 1.2rem;font-size:.9rem;line-height:1.65}.career-apply-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:2rem;display:grid}.career-apply-card{scroll-margin-top:6.5rem}.career-file-field input{cursor:pointer;padding:.62rem}.trust-hero .ph-desc{max-width:760px;margin:0 auto}.trust-hero-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:2rem;display:flex}.trust-center-layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2.4rem;display:grid}.trust-metrics{grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.75rem;display:grid}.trust-metrics div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);padding:1rem}.trust-metrics strong{color:var(--navy);font-size:.9rem;line-height:1.25;display:block}.trust-metrics span{color:var(--muted);margin-top:.2rem;font-size:.74rem;font-weight:700;display:block}.trust-overview-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.trust-category{padding:1.25rem}.trust-category h3{color:var(--text);margin:.75rem 0 .35rem;font-size:.98rem;line-height:1.25}.trust-category p{color:var(--muted);font-size:.84rem;line-height:1.62}.trust-doc-head{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.trust-doc-head .section-title{margin-bottom:.6rem}.trust-doc-head .btn{flex:none}.trust-doc-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.trust-doc-card{flex-direction:column;min-height:210px;padding:1.25rem;display:flex}.trust-doc-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.trust-doc-type{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:850}.trust-lock{border:1px solid var(--border);background:var(--bg);color:var(--navy);white-space:nowrap;border-radius:999px;align-items:center;gap:.28rem;padding:.24rem .45rem;font-size:.68rem;font-weight:850;display:inline-flex}.trust-lock svg{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.trust-doc-card h3{color:var(--text);margin-bottom:.55rem;font-size:1rem;line-height:1.28}.trust-doc-card p{color:var(--muted);font-size:.82rem;line-height:1.55}.trust-doc-link{color:var(--orange);margin-top:auto;padding-top:1rem;font-size:.82rem;font-weight:850;text-decoration:none}.trust-doc-link:hover{text-decoration:underline}.trust-access-layout{grid-template-columns:1fr minmax(380px,.86fr);align-items:start;gap:2rem;display:grid}.trust-review-panel .section-title{margin-bottom:1.5rem}.trust-process-grid{grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.trust-faq-card,.trust-updates{margin-top:1rem;padding:1.35rem}.trust-faq-card h3,.trust-updates h3{color:var(--text);margin-bottom:1rem;font-size:1.05rem;line-height:1.25}.trust-faq-row{border-top:1px solid var(--border);padding:.9rem 0}.trust-faq-row:first-of-type{border-top:0;padding-top:0}.trust-faq-row strong{color:var(--text);font-size:.9rem;line-height:1.35;display:block}.trust-faq-row p{color:var(--muted);margin-top:.28rem;font-size:.82rem;line-height:1.58}.trust-updates ul{gap:.85rem;list-style:none;display:grid}.trust-updates li{border-left:3px solid var(--orange);gap:.18rem;padding-left:1rem;display:grid}.trust-updates strong{color:var(--text);font-size:.88rem;line-height:1.3}.trust-updates span{color:var(--muted);font-size:.8rem;line-height:1.55}.trust-access-card{scroll-margin-top:6.5rem}.trust-form-head{margin-bottom:1.25rem}.trust-form-head h2{color:var(--text);margin-bottom:.45rem;font-size:1.35rem;line-height:1.25}.trust-form-head p{color:var(--muted);font-size:.88rem;line-height:1.65}.trust-doc-request{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);margin:.15rem 0 1rem;padding:1rem}.trust-doc-request legend{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;padding:0 .35rem;font-size:.72rem;font-weight:850}.trust-doc-request-grid{grid-template-columns:repeat(2,1fr);gap:.55rem .75rem;display:grid}.trust-doc-request label{color:var(--muted);align-items:flex-start;gap:.48rem;font-size:.8rem;line-height:1.35;display:flex}.trust-doc-request input{width:16px;height:16px;accent-color:var(--orange);flex:none;margin-top:.08rem}.trust-form-status{margin-top:1rem;font-weight:800;line-height:1.55}.trust-form-status.success{color:var(--green)}.trust-form-status.error{color:#be4b4b}.trust-form-status a{color:inherit}.trust-portal-hero{padding-bottom:3.8rem}.trust-portal-shell{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.trust-portal-sidebar{padding:1.35rem;position:sticky;top:6.25rem}.trust-portal-sidebar h2{color:var(--text);margin:.85rem 0 1rem;font-size:1.12rem;line-height:1.25}.trust-portal-sidebar dl{gap:.75rem;margin-bottom:1.1rem;display:grid}.trust-portal-sidebar div{border-bottom:1px solid var(--border);padding-bottom:.75rem}.trust-portal-sidebar div:last-child{border-bottom:0;padding-bottom:0}.trust-portal-sidebar dt{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:850}.trust-portal-sidebar dd{color:var(--text);overflow-wrap:anywhere;margin-top:.16rem;font-size:.86rem;font-weight:750}.trust-portal-sidebar p{color:var(--muted);font-size:.8rem;line-height:1.58}.trust-portal-doc-head{margin-bottom:1.25rem}.trust-portal-doc-grid{grid-template-columns:repeat(2,1fr)}.trust-portal-doc-card .btn{margin-top:auto;padding-block:.68rem;font-size:.82rem}.trust-lock-approved{color:var(--green);background:#eaf8ef;border-color:#cde8d6}.trust-doc-pending{border:1px solid var(--border);border-radius:var(--radius-btn);background:var(--bg);color:var(--muted);justify-content:center;margin-top:auto;padding:.68rem .8rem;font-size:.82rem;font-weight:850;display:inline-flex}.trust-empty-state{grid-column:1/-1;padding:1.5rem}.trust-empty-state h3{color:var(--text);margin-bottom:.35rem;font-size:1.05rem}.trust-empty-state p{color:var(--muted);font-size:.88rem;line-height:1.6}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.pricing-grid.plans-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;max-width:920px;margin:0 auto}.solutions-plan-grid{max-width:980px}.p-card{flex-direction:column;min-height:100%;padding:2rem;display:flex}.p-card.featured{border-color:var(--navy);box-shadow:0 0 0 3px #16415d1c, var(--shadow)}.p-card.featured:hover{transform:translateY(-3px)}.p-badge{background:var(--navy);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-bottom:1rem;padding:.22rem .72rem;font-size:.68rem;font-weight:850;display:inline-flex}.p-name{min-height:2.75rem;color:var(--text);margin-bottom:.28rem;font-size:1.12rem;font-weight:850;line-height:1.22}.p-tagline{min-height:4.25rem;color:var(--muted);margin-bottom:1.45rem;font-size:.84rem}.p-price{border-bottom:1px solid var(--border);align-items:baseline;gap:.25rem;margin-bottom:1.55rem;padding-bottom:1.45rem;display:flex}.p-price-from{color:var(--soft);font-size:.78rem}.p-price-num{color:var(--navy);font-size:2.8rem;font-weight:900;line-height:1}.p-price-mo{color:var(--soft);font-size:.82rem}.p-feats{flex:1;margin-bottom:1.6rem}.p-card .btn{margin-top:auto}.included-grid{grid-template-columns:repeat(3,1fr)}.incl-item{align-items:center;gap:.85rem;padding:1.2rem 1.35rem;display:flex}.incl-icon{border-radius:10px;flex:none;width:38px;height:38px;margin:0}.incl-icon svg{stroke:currentColor;stroke-width:2.7px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:19px;height:19px}.incl-text{color:var(--text);font-size:.88rem;font-weight:750}.faq-list{flex-direction:column;gap:.75rem;max-width:780px;margin:0 auto;display:flex}.faq-item{cursor:pointer;padding:1.25rem 1.45rem}.faq-q{color:var(--text);justify-content:space-between;align-items:center;gap:1rem;font-size:.96rem;font-weight:800;display:flex}.faq-toggle{color:var(--orange);font-size:1.4rem;line-height:1;transition:transform .25s}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-a{max-height:0;color:var(--muted);font-size:.88rem;line-height:1.75;transition:max-height .3s,padding .25s;overflow:hidden}.faq-item.open .faq-a{max-height:300px;padding-top:.75rem}.t-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.t-card{padding:1.8rem}.t-stars{color:var(--orange);letter-spacing:2px;margin-bottom:.9rem}.t-quote{color:var(--muted);margin-bottom:1.3rem;font-size:.91rem;font-style:italic;line-height:1.75}.t-author{align-items:center;gap:.75rem;display:flex}.t-avatar{border-radius:50%;place-items:center;width:40px;height:40px;font-size:.8rem;font-weight:900;display:grid}.t-name{color:var(--text);font-size:.9rem;font-weight:800}.t-loc{color:var(--soft);font-size:.76rem}.coverage-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cov-card{text-align:center;padding:1.9rem}.cov-card-icon{color:var(--orange);margin-bottom:.8rem;font-size:2rem}.cov-card-name{color:var(--text);margin-bottom:.45rem;font-size:1.1rem;font-weight:850}.cov-card-desc{color:var(--muted);font-size:.86rem;line-height:1.65}.contact-layout{grid-template-columns:.9fr 1.35fr;align-items:start;gap:3rem;display:grid}.contact-method{align-items:flex-start;gap:1rem;margin-bottom:.9rem;padding:1.2rem 1.35rem;display:flex}.cm-icon{flex:none;width:46px;height:46px;margin:0}.cm-title{color:var(--text);margin-bottom:.18rem;font-size:.96rem;font-weight:850}.cm-detail{color:var(--muted);font-size:.84rem;line-height:1.6}.cm-detail a{color:var(--orange);font-weight:800;text-decoration:none}.cm-detail a:hover{text-decoration:underline}.cf-wrap{padding:2rem}.cf-title{color:var(--text);margin-bottom:1.35rem;font-size:1.15rem;font-weight:850}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.35rem;margin-bottom:.9rem;display:flex}.form-field label{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:850}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);width:100%;color:var(--text);font:inherit;outline:0;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s,background .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--navy);background:var(--white)}.form-field textarea{resize:vertical;min-height:112px}.stj-tenant-toggle{opacity:0;pointer-events:none;position:absolute}.stj-tenant-check{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);cursor:pointer;align-items:flex-start;gap:.65rem;margin:.1rem 0 1rem;padding:.85rem 1rem;font-size:.84rem;font-weight:800;line-height:1.45;display:flex}.stj-tenant-check:before{content:"";border:2px solid var(--border-2);background:var(--white);width:18px;height:18px;color:var(--white);border-radius:4px;flex:none;place-items:center;margin-top:.12rem;font-size:.72rem;font-weight:900;line-height:1;display:grid}.stj-tenant-toggle:checked+.stj-tenant-check:before{border-color:var(--green);background:var(--green);box-shadow:inset 0 0 0 3px var(--white)}.stj-private-location-field,.stj-private-service-field,.stj-tenant-toggle:checked~.stj-general-service-field{display:none}.stj-tenant-toggle:checked~.stj-private-location-field,.stj-tenant-toggle:checked~.stj-private-service-field{display:flex}.stj-form-context{border:1px solid var(--border);border-left:4px solid var(--green);border-radius:var(--radius-sm);background:var(--bg);margin:-.15rem 0 1rem;padding:.85rem 1rem}.stj-form-context strong{color:var(--text);margin-bottom:.18rem;font-size:.82rem;line-height:1.3;display:block}.stj-form-context span{color:var(--muted);font-size:.78rem;line-height:1.45;display:block}.form-trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-msg{line-height:1.55}.turnstile-wrap{justify-content:center;min-height:65px;margin:.35rem 0 1rem;display:flex}.sms-consent-check{color:var(--muted);align-items:flex-start;gap:.65rem;margin:.2rem 0 1rem;font-size:.84rem;line-height:1.55;display:flex}.sms-consent-check input{width:18px;height:18px;accent-color:var(--orange);flex:none;margin-top:.18rem}.btn:disabled{opacity:.72;cursor:wait;transform:none}.hours-row{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:1rem;padding:.62rem 0;font-size:.86rem;display:flex}.hours-row:last-child{border-bottom:0}.hours-val{color:var(--orange);font-weight:850}.legal-layout{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:1.45rem;display:grid}.legal-nav{padding:1rem;position:sticky;top:5.85rem}.legal-nav-title{color:var(--text);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.65rem;font-size:.78rem;font-weight:850}.legal-nav a{border-radius:var(--radius-sm);color:var(--muted);padding:.42rem .55rem;font-size:.8rem;font-weight:700;line-height:1.2;text-decoration:none;display:block}.legal-nav a:hover{background:var(--bg);color:var(--navy)}.legal-content{flex-direction:column;gap:.85rem;min-width:0;display:flex}.legal-intro{border-left:5px solid var(--orange);padding:1.55rem 1.65rem}.legal-intro:hover,.legal-section:hover{transform:none}.legal-intro h2{color:var(--text);margin-bottom:.55rem;font-size:1.38rem;line-height:1.18}.legal-updated{color:var(--soft);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.65rem;font-size:.76rem;font-weight:800}.legal-content p{color:var(--muted);font-size:.94rem;line-height:1.68}.legal-content a{color:var(--orange);font-weight:800;text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-phone{white-space:nowrap;font-size:.86em;font-weight:700}.legal-summary{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:1rem;display:grid}.legal-summary div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);padding:.78rem .9rem}.legal-summary span{color:var(--soft);letter-spacing:.09em;text-transform:uppercase;margin-bottom:.18rem;font-size:.63rem;font-weight:850;display:block}.legal-summary strong{color:var(--text);font-size:.82rem;line-height:1.28;display:block}.legal-related{border:1px solid var(--border);border-radius:var(--radius-sm);background:linear-gradient(90deg,#edf5fb,#fff);justify-content:space-between;align-items:center;gap:1.25rem;margin-top:.8rem;padding:1rem;display:flex}.legal-related span{color:var(--orange);letter-spacing:.09em;text-transform:uppercase;margin-bottom:.18rem;font-size:.64rem;font-weight:850;display:block}.legal-related strong{color:var(--text);margin-bottom:.25rem;font-size:.96rem;line-height:1.25;display:block}.legal-related p{max-width:620px;font-size:.82rem;line-height:1.5}.legal-related .btn{flex:none}.legal-related-actions{flex-wrap:wrap;justify-content:flex-end;gap:.55rem;display:flex}.legal-related-actions .btn{padding:.62rem .95rem;font-size:.78rem}.legal-section{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm);padding:1.28rem 1.55rem;scroll-margin-top:6.3rem}.legal-section h2{color:var(--text);align-items:center;gap:.55rem;margin-bottom:.55rem;font-size:1.04rem;line-height:1.22;display:flex}.legal-section h2:before{content:"";background:var(--orange);border-radius:50%;flex:none;width:8px;height:8px;display:block;box-shadow:0 0 0 4px #fff3e7}.legal-section p+p{margin-top:.65rem}.mission-body{color:var(--muted);font-size:1rem;line-height:1.8}.mission-body p+p{margin-top:1rem}.mission-stats{gap:1rem;display:grid}.mstat{text-align:center;padding:1.45rem}.mstat-num{color:var(--navy);margin-bottom:.3rem;font-size:2.25rem;font-weight:900;line-height:1}.mstat-label{color:var(--muted);font-size:.83rem}.cta-banner{text-align:center;padding:5rem 0}.cta-banner-inner{z-index:1;position:relative}.cta-title{color:var(--white);margin-bottom:1rem;font-size:clamp(1.85rem,4vw,2.65rem);font-weight:900;line-height:1.12}.cta-desc{color:#ffffffbd;max-width:600px;margin:0 auto 2rem;font-size:1.04rem;line-height:1.75}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-meta{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:center;gap:1.35rem 2rem;margin-top:2rem;padding-top:2rem;display:flex}.cta-meta-item{color:#ffffffab;font-size:.86rem}.cta-meta-item strong{color:var(--white)}footer{background:var(--navy-dark);color:#ffffffb3;padding:4rem 0 0}.foot-grid{grid-template-columns:1.6fr repeat(4,1fr);gap:2.35rem;margin-bottom:3rem;display:grid}.foot-brand p{color:#ffffff8f;margin:.9rem 0 1.4rem;font-size:.86rem;line-height:1.75}.socials{gap:.6rem;display:flex}.social{color:#ffffffa6;border:1px solid #ffffff26;border-radius:8px;place-items:center;width:36px;height:36px;font-size:.82rem;font-weight:850;text-decoration:none;display:grid}.social:hover{border-color:var(--orange);color:var(--orange)}.foot-col h4{color:#ffffff75;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:850}.foot-col ul{flex-direction:column;gap:.52rem;list-style:none;display:flex}.foot-col a{color:#ffffff9e;font-size:.86rem;text-decoration:none}.foot-col a:hover{color:var(--white)}.foot-bottom{color:#ffffff5c;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.45rem 0;font-size:.78rem;display:flex}.cookie-banner{z-index:3000;border:1px solid var(--border-2);border-radius:var(--radius-sm);background:#fffffffa;justify-content:space-between;align-items:center;gap:.7rem;width:min(1080px,100% - 2rem);max-height:calc(100vh - 2rem);padding:.62rem .75rem;display:none;position:fixed;bottom:1rem;left:50%;right:auto;overflow:auto;transform:translate(-50%);box-shadow:0 14px 42px #102a3f33,0 3px 12px #102a3f1a}.cookie-banner.show{display:flex}.cookie-copy{color:var(--muted);font-size:.68rem;line-height:1.32}.cookie-copy strong{color:var(--text);margin-bottom:.04rem;font-size:.76rem;display:block}.cookie-actions{flex:none;align-items:center;gap:.38rem;display:flex}.cookie-actions .btn{border-width:1px;padding:.45rem .66rem;font-size:.68rem}.cookie-setting-button{color:var(--navy);font:inherit;text-underline-offset:3px;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:.25rem .1rem;font-size:.68rem;font-weight:850;text-decoration:underline}.cookie-setting-button:hover{color:var(--orange)}.cookie-modal{z-index:3100;background:#0000007a;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.cookie-modal.show{display:flex}body.cookie-modal-open{overflow:hidden}.cookie-modal-panel{background:var(--white);border:1px solid #d5d5d5;border-radius:0;width:min(460px,100%);max-height:min(760px,100vh - 1rem);overflow:auto;box-shadow:0 24px 70px #00000057}.cookie-modal-top{border-bottom:1px solid #e4e4e4;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.35rem;display:flex}.cookie-modal-top img{object-fit:contain;width:auto;max-width:170px;height:34px}.cookie-x{width:30px;height:30px;color:var(--text);cursor:pointer;background:0 0;border:0;place-items:center;font-size:1.25rem;font-weight:850;display:grid}.cookie-modal-body{padding:1rem 1.35rem .9rem}.cookie-modal-body h2{color:var(--text);margin-bottom:.6rem;font-size:.98rem;font-weight:900;line-height:1.25}.cookie-modal-body h3{color:var(--text);margin:1rem 0 .75rem;font-size:.92rem;font-weight:900}.cookie-modal-copy{color:var(--text);margin-bottom:.35rem;font-size:.74rem;line-height:1.45}.cookie-notice-link{color:var(--navy);text-underline-offset:2px;margin-bottom:.5rem;font-size:.76rem;font-weight:750;text-decoration:underline;display:inline-block}.cookie-modal-meta{color:var(--text);margin-bottom:.7rem;font-size:.72rem;line-height:1.45}.cookie-modal-meta strong{font-weight:900}.cookie-pref-list{border:1px solid #d6d6d6;flex-direction:column;gap:0;margin-bottom:0;display:flex}.cookie-pref-row{background:var(--white);cursor:pointer;border:0;border-bottom:1px solid #d6d6d6;border-radius:0;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:.55rem;min-height:41px;padding:.64rem .72rem;display:grid}.cookie-pref-row:last-child{border-bottom:0}.cookie-pref-row strong{color:#111;margin-bottom:.04rem;font-size:.78rem;font-weight:900;line-height:1.25;display:block}.cookie-pref-row span{color:var(--muted);font-size:.68rem;line-height:1.3;display:block}.cookie-plus{color:var(--navy);font-size:1rem;font-weight:900;line-height:1}.cookie-pref-row input{appearance:none;border:1px solid var(--orange);background:var(--white);cursor:pointer;border-radius:999px;flex:none;width:34px;height:18px;transition:background .18s,border-color .18s;position:relative}.cookie-pref-row input:after{content:"";background:var(--orange);border-radius:50%;width:14px;height:14px;transition:transform .18s,background .18s;position:absolute;top:1px;left:1px}.cookie-pref-row input:checked{background:var(--orange)}.cookie-pref-row input:checked:after{background:var(--white);transform:translate(16px)}.cookie-required{white-space:nowrap;background:0 0;border-radius:0;flex:none;padding:0;font-weight:900;color:#00856f!important;font-size:.68rem!important}.cookie-modal-actions{border-top:1px solid #e4e4e4;justify-content:flex-end;gap:.65rem;padding:.85rem 1rem 1rem;display:flex}.cookie-modal-actions .btn{border-radius:0 0 16px 16px;padding:.72rem 1.2rem;font-size:.76rem}@media (max-width:1060px){.container{width:min(1180px,100% - 2.5rem)}.nav-links,.nav-right{display:none}.hamburger{display:flex}.feat-layout,.mission-layout{grid-template-columns:1fr;gap:3rem}.feat-layout-reverse>:first-child,.feat-layout-reverse>:last-child{order:initial}.mission-stats{grid-template-columns:repeat(3,1fr)}.hero{padding:7.5rem 0 4.5rem}.page-hero{padding:7.5rem 0 4rem}.hero-inner{max-width:700px}.not-found-grid{grid-template-columns:1fr;gap:2.4rem}.not-found-router{justify-self:start}.stj-hero-grid,.stj-location-hero-grid{grid-template-columns:1fr;gap:2rem}.stj-hero-panel,.stj-site-card{max-width:560px}.stj-location-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.srv-grid,.solutions-grid,.pricing-grid,.t-grid,.coverage-cards,.pricing-grid.plans-grid,.included-grid,.feat-grid.wide{grid-template-columns:repeat(2,1fr)}.enterprise-band,.proof-layout,.stj-intro-grid,.stj-section-head,.stj-offer-layout,.stj-quote-panel{grid-template-columns:1fr}.stj-flyer-frame{justify-self:stretch;max-width:none}.stj-plan-row,.stj-value-grid,.stj-process{grid-template-columns:1fr}.status-banner{grid-template-columns:48px minmax(0,1fr)}.status-updated{border-left:0;border-top:1px solid var(--border);text-align:left;grid-column:1/-1;padding:.85rem 0 0}.status-layout,.customer-login-layout,.customer-account-layout{grid-template-columns:1fr}.customer-metric-grid{grid-template-columns:repeat(3,1fr)}.customer-connection-grid,.carrier-layout,.career-layout,.career-apply-layout{grid-template-columns:1fr}.carrier-proof-grid{grid-template-columns:repeat(3,1fr)}.carrier-card-grid,.career-card-grid,.carrier-logo-grid,.enterprise-card-grid{grid-template-columns:repeat(2,1fr)}.not-found-links{grid-template-columns:1fr}.not-found-link{min-height:0}.trust-center-layout,.trust-access-layout,.trust-portal-shell{grid-template-columns:1fr}.trust-portal-sidebar{position:static}.trust-doc-grid{grid-template-columns:repeat(2,1fr)}.trust-doc-head,.partner-band,.support-ready{flex-direction:column;align-items:flex-start}.support-checklist{grid-template-columns:1fr}.partner-tags{justify-content:flex-start;max-width:none}.process-grid{grid-template-columns:repeat(2,1fr)}.contact-layout,.legal-layout{grid-template-columns:1fr}.legal-nav{grid-template-columns:repeat(2,1fr);gap:.25rem;display:grid;position:static}.legal-nav-title{grid-column:1/-1}.legal-summary{grid-template-columns:1fr}.legal-related{flex-direction:column;align-items:flex-start}.legal-related-actions{justify-content:flex-start}.job-posting-columns{grid-template-columns:1fr}.section{padding:4.5rem 0}.sec-head{margin-bottom:2.5rem}.strip-grid{grid-template-columns:repeat(2,1fr)}.strip-item{border-bottom:1px solid var(--border)}.strip-item:nth-child(2){border-right:0}.strip-item:nth-last-child(-n+2){border-bottom:0}.foot-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:720px){.container{width:min(1180px,100% - 2rem)}.nav{padding:.7rem 0}.nav-inner{gap:.75rem}.nav-logo-image img{max-width:190px;height:44px}.foot-brand .nav-logo-image img{height:42px}.hero{padding:6.7rem 0 4rem}.page-hero{padding:6.7rem 0 3.5rem}.not-found-hero{min-height:auto;padding:7rem 0 4rem}.hero-inner,.page-hero-inner{max-width:100%}.hero-title{overflow-wrap:anywhere;font-size:clamp(1.9rem,8.2vw,2.35rem);line-height:1.1}.not-found-copy h1{overflow-wrap:anywhere;font-size:clamp(2rem,9vw,2.65rem);line-height:1.08}.not-found-actions{flex-direction:column;align-items:stretch}.not-found-actions .btn{width:100%}.route-map{height:210px}.route-console-line{font-size:.68rem}.packet-game{padding:1rem}.packet-game-head{flex-direction:column;align-items:flex-start}.packet-game-start{width:100%}.packet-game-board{height:190px}.packet-game-hud{grid-template-columns:repeat(2,1fr)}@keyframes route-pulse{0%,to{opacity:.72;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(82px,-32px)scale(1.15)}}.ph-title{overflow-wrap:anywhere;font-size:clamp(1.8rem,7.8vw,2.12rem);line-height:1.14}.terms-page .page-hero{padding:6rem 0 2.8rem}.terms-page .section{padding:3rem 0}.hero-sub,.ph-desc,.section-desc,.cta-desc{font-size:.98rem}.hero-btns,.cta-btns{flex-direction:column;align-items:stretch}.hero-btns .btn,.cta-btns .btn,.contact-layout .btn{width:100%}.srv-grid,.solutions-grid,.pricing-grid,.t-grid,.coverage-cards,.included-grid,.feat-grid,.mission-stats,.trust-grid,.enterprise-card-grid,.process-grid,.stj-checklist,.status-metrics,.status-event-time{grid-template-columns:1fr}.solarwinds-summary{grid-template-columns:repeat(2,1fr)}.customer-portal-top{flex-direction:column;align-items:stretch}.customer-portal-top .btn{width:100%}.customer-metric-grid,.customer-connection-stats{grid-template-columns:repeat(2,1fr)}.customer-info-grid{grid-template-columns:1fr}.carrier-motion-head{flex-direction:column;align-items:flex-start}.carrier-motion-head strong{text-align:left}.carrier-motion-track{gap:.75rem;animation-duration:28s}.carrier-motion-mark{min-width:154px;height:72px;font-size:.95rem}.carrier-motion-mark em{font-size:.52rem}.carrier-proof-grid{grid-template-columns:repeat(2,1fr)}.carrier-card-grid,.career-card-grid,.carrier-logo-grid{grid-template-columns:1fr}.carrier-logo-card{grid-template-columns:1fr;min-height:0}.carrier-logo-mark{min-height:58px}.trust-overview-grid,.trust-process-grid,.trust-metrics,.trust-doc-grid,.trust-portal-doc-grid{grid-template-columns:1fr}.trust-doc-head .btn{width:100%}.trust-doc-request-grid,.pricing-grid.plans-grid{grid-template-columns:1fr}.stj-hero,.stj-location-hero{padding:7rem 0 4rem}.stj-lockup{flex-direction:column;align-items:flex-start;gap:.2rem}.stj-location-grid{grid-template-columns:1fr}.stj-location-card,.stj-plan p{min-height:0}.feat-grid.wide{grid-template-columns:1fr}.strip-grid{grid-template-columns:repeat(2,1fr)}.strip-item{border-right:0;border-bottom:1px solid var(--border)}.strip-item:nth-child(odd){border-right:1px solid var(--border)}.strip-item:nth-last-child(-n+2){border-bottom:0}.p-card.featured,.p-card.featured:hover{transform:none}.form-row,.foot-grid{grid-template-columns:1fr}.foot-bottom{text-align:center;justify-content:center}.cookie-banner{flex-direction:column;align-items:stretch;max-height:42vh}.cookie-actions{flex-wrap:wrap;width:100%}.cookie-actions .btn{flex:1}.cookie-pref-row{align-items:flex-start}.cookie-modal-actions{flex-direction:column}.cookie-modal-actions .btn{width:100%}.cta-meta{flex-direction:column;align-items:center;gap:.75rem}}@media (max-width:520px){.container{width:min(1180px,100% - 1.35rem)}.section{padding:3.5rem 0}.nav-logo-image img{max-width:165px;height:38px}.mobile-nav{gap:1.1rem;padding:2rem}.mobile-nav a{font-size:1.14rem}.mobile-nav-group a{font-size:.94rem}.customer-metric-grid,.customer-connection-stats{grid-template-columns:1fr}.hero-badge{text-align:left;max-width:100%;font-size:.64rem;line-height:1.35}.hero-title{letter-spacing:-.02em;font-size:clamp(1.75rem,7.7vw,1.95rem)}.ph-title{letter-spacing:-.01em;font-size:clamp(1.65rem,7.2vw,1.85rem)}.enterprise-band .section-title{font-size:clamp(1.42rem,6.8vw,1.72rem);line-height:1.16}.terms-page .page-hero{padding:5.6rem 0 2.4rem}.section-title{overflow-wrap:anywhere;font-size:clamp(1.55rem,7.8vw,1.95rem)}.cookie-banner{width:calc(100% - 1rem);padding:.55rem;bottom:.5rem}.cookie-copy{font-size:.62rem;line-height:1.25}.cookie-copy strong{font-size:.72rem}.cookie-actions .btn{padding:.42rem .58rem;font-size:.64rem}.cookie-actions{flex-direction:column}.cookie-modal{padding:.5rem}.cookie-modal-panel{padding:1rem}.cookie-pref-row{padding:.85rem}.p-card,.srv-card,.cf-wrap{padding:1.45rem}.legal-intro,.legal-section{padding:1.35rem}.legal-nav{grid-template-columns:1fr}.p-name,.p-tagline{min-height:0}.strip-grid{grid-template-columns:1fr}.strip-item,.strip-item:nth-child(odd),.strip-item:nth-child(2){border-right:0;border-bottom:1px solid var(--border)}.strip-item:last-child{border-bottom:0}.incl-item,.contact-method{align-items:flex-start;padding:1rem}.cta-banner{padding:3.75rem 0}}@media (prefers-reduced-motion:reduce){.not-found-hero,.not-found-hero:before,.not-found-marquee span,.not-found-confetti span,.not-found-packet-rain span,.not-found-crash-overlay span,.not-found-big-top span,.not-found-copy h1,.not-found-copy:before,.router-card,.router-code,.route-scan,.route-pulse,.route-boost,.route-crash-spark,.route-chaos,.route-finale,.route-popcorn,.route-node,.packet-game-board:after,.packet-good{animation:none!important}.carrier-motion-track{flex-wrap:wrap;width:auto;animation:none}.carrier-motion-window{overflow:visible;-webkit-mask-image:none;mask-image:none}}
