
:root{--navy:#06172c;--deep:#0b3b7a;--blue:#1475e1;--teal:#1bafbd;--sky:#65bcff;--gold:#f3c14e;--page:#f3f7fb;--white:#fff;--text:#162033;--muted:#5b687a;--border:#dce5ef;--shadow:0 20px 55px rgba(6,23,44,.12);--w:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit}.skip{position:fixed;z-index:9999;top:10px;left:10px;padding:10px;background:var(--blue);color:white;transform:translateY(-150%)}.skip:focus{transform:none}.ticker{min-height:46px;background:var(--navy);overflow:hidden}header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{width:min(var(--w),92%);min-height:104px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{display:block;width:min(360px,55vw);height:84px;object-fit:contain;object-position:left center}nav{display:flex;gap:8px}nav a{padding:11px 16px;border-radius:10px;font-weight:800;text-decoration:none}nav a:hover,nav a.active{color:var(--blue);background:#f7fbff}.menu{display:none;padding:11px 14px;border:1px solid var(--border);border-radius:10px;background:white;font-weight:800}.menu b,.menu b:before,.menu b:after{display:block;width:21px;height:2px;background:currentColor}.menu b{position:relative;margin-left:8px}.menu b:before,.menu b:after{content:"";position:absolute;left:0}.menu b:before{top:-6px}.menu b:after{top:6px}main{width:min(var(--w),92%);margin:32px auto 64px}.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center;min-height:570px;padding:clamp(34px,6vw,72px);color:white;background:radial-gradient(circle at 85% 16%,rgba(101,188,255,.28),transparent 30%),radial-gradient(circle at 75% 95%,rgba(27,175,189,.25),transparent 34%),linear-gradient(135deg,var(--navy),var(--deep));border-radius:28px;box-shadow:var(--shadow)}.eyebrow,.kicker{margin:0 0 9px;color:var(--teal);font-size:.8rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hero .eyebrow{color:#aeeaf0}.hero h1{margin:0;font-size:clamp(2.65rem,7vw,5.6rem);line-height:.99;letter-spacing:-.055em}.lead{max-width:690px;margin:24px 0 28px;color:#e2efff;font-size:clamp(1rem,2vw,1.2rem)}.actions{display:flex;flex-wrap:wrap;gap:13px}.btn{display:inline-flex;justify-content:center;padding:14px 22px;border:1px solid transparent;border-radius:11px;font-weight:900;text-decoration:none}.primary{background:var(--blue);color:white}.light{background:white;color:var(--navy)}.outline{border-color:rgba(255,255,255,.6);color:white}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hero-grid article{min-height:185px;padding:23px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:18px}.hero-grid span{font-size:2.1rem}.hero-grid h2{margin:12px 0 5px;font-size:1.08rem}.hero-grid p{margin:0;color:#d7e8ff;font-size:.88rem}.section{margin-top:30px;padding:clamp(26px,4vw,43px);background:white;border:1px solid var(--border);border-radius:18px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2,.cta h2{margin:0;color:var(--navy);font-size:clamp(1.75rem,4vw,2.55rem);line-height:1.12}.section-head>a{flex-shrink:0;color:var(--blue);font-weight:900;text-decoration:none}.featured{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:#f7fbff;border:1px solid var(--border);border-radius:20px}.terminal{min-height:390px;display:grid;place-items:center;padding:38px;background:radial-gradient(circle at 20% 15%,rgba(101,188,255,.3),transparent 35%),linear-gradient(135deg,#071a33,#114f8f)}.terminal>div{width:min(450px,100%);padding:28px;color:#dff9ff;background:rgba(1,12,25,.74);border:1px solid rgba(255,255,255,.18);border-radius:15px;font-family:Consolas,monospace}.terminal span{color:#65d7df;font-weight:800}.featured-copy{align-self:center;padding:clamp(29px,5vw,52px)}.featured-copy small,.card small,.product small,.promo small{display:inline-block;margin-bottom:10px;padding:6px 10px;color:var(--deep);background:#eaf4ff;border-radius:999px;font-size:.73rem;font-weight:900;text-transform:uppercase}.featured-copy h3{margin:0 0 14px;color:var(--navy);font-size:clamp(1.65rem,4vw,2.45rem);line-height:1.13}.featured-copy p,.card p,.product p,.video p{color:var(--muted)}.grid{display:grid;gap:19px}.four{grid-template-columns:repeat(4,1fr)}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:1fr 1fr}.card,.product,.video{padding:23px;background:#f7fbff;border:1px solid var(--border);border-radius:16px}.card i{display:grid;place-items:center;width:58px;height:58px;margin-bottom:18px;background:white;border:1px solid var(--border);border-radius:15px;font-style:normal;font-size:1.75rem}.card h3,.product h3,.video h3{margin:3px 0 8px;color:var(--navy)}.card a,.product a{color:var(--blue);font-weight:900;text-decoration:none}.product{display:grid;grid-template-columns:90px 1fr;gap:18px}.product>b{display:grid;place-items:center;width:90px;height:110px;color:white;background:linear-gradient(145deg,var(--blue),var(--sky));border-radius:13px;font-size:2.1rem}.promos{color:white;background:radial-gradient(circle at 90% 10%,rgba(243,193,78,.18),transparent 26%),linear-gradient(135deg,var(--navy),var(--deep));border:0}.promos .kicker{color:#aeeaf0}.promos .section-head h2,.promos .section-head>a{color:white}.promo{min-height:275px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:29px;border-radius:17px}.promo.blue{background:linear-gradient(145deg,var(--blue),#0b4d9c)}.promo.glass{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18)}.promo h3{margin:5px 0 10px;font-size:1.55rem}.promo p{color:#e1edff}.promo small{background:white}.video>div{aspect-ratio:16/9;display:grid;place-items:center;margin-bottom:18px;color:var(--navy);background:linear-gradient(135deg,var(--navy),var(--blue));border-radius:13px;font-size:2rem}.video>div:before{content:"";position:absolute}.video>div{color:white}.cta{margin-top:30px;padding:clamp(28px,5vw,46px);display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(135deg,#e8f5ff,#e9fbfc);border:1px solid #cee7f6;border-radius:18px}.cta p{color:var(--muted)}footer{padding:48px 4% 24px;color:#dce9fb;background:var(--navy)}.footer-grid{width:min(var(--w),100%);margin:auto;display:grid;grid-template-columns:1.5fr .65fr .85fr;gap:45px}.footer-grid img{width:min(340px,100%);height:85px;object-fit:contain;object-position:left center}.footer-grid p{max-width:520px;color:#aebed2}.footer-grid h2{font-size:1rem}.footer-grid a{display:block;margin:8px 0;color:#c5d5e9;text-decoration:none}.foot-bottom{width:min(var(--w),100%);margin:35px auto 0;padding-top:19px;display:flex;justify-content:space-between;gap:25px;color:#91a6c0;border-top:1px solid rgba(255,255,255,.13);font-size:.82rem}.placeholder-main{min-height:62vh;display:grid;place-items:center}.placeholder-card{width:min(760px,100%);padding:clamp(30px,6vw,60px);text-align:center;background:white;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}.placeholder-card h1{margin:4px 0 14px;color:var(--navy);font-size:clamp(2.1rem,7vw,4.2rem)}
@media(max-width:1020px){.four{grid-template-columns:1fr 1fr}.three{grid-template-columns:1fr}.product{grid-template-columns:100px 1fr}}
@media(max-width:860px){.menu{display:flex;align-items:center}nav{position:absolute;top:100%;right:4%;left:4%;display:none;padding:13px;flex-direction:column;background:white;border:1px solid var(--border);border-radius:0 0 16px 16px}nav.open{display:flex}.hero{grid-template-columns:1fr}.featured{grid-template-columns:1fr}.two{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.foot-bottom{flex-direction:column}}
@media(max-width:600px){.brand img{width:min(255px,61vw);height:66px}.menu span{display:none}main{width:94%;margin-top:18px}.hero{min-height:auto;padding:32px 22px;border-radius:20px}.hero-grid,.four{grid-template-columns:1fr}.section{padding:25px 20px}.section-head{align-items:flex-start;flex-direction:column}.product{grid-template-columns:1fr}.product>b{width:100%;height:130px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
