
:root{
  --bg:#020b1b;
  --bg2:#041229;
  --panel:#071a33;
  --panel2:#081e3b;
  --blue:#087cff;
  --blue2:#1895ff;
  --text:#f8fbff;
  --muted:#a5b6ca;
  --line:#1d3f66;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}
.shell{width:min(1460px,94%);margin:auto}

.site-header{height:76px;background:#020918;border-bottom:1px solid #132b48;position:sticky;top:0;z-index:50}
.nav-shell{height:100%;display:flex;align-items:center;gap:26px}
.brand{width:300px;display:flex;align-items:center}
.brand img{width:205px;height:62px;object-fit:cover;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;flex:1}
.main-nav a{height:76px;display:flex;align-items:center;color:#f4f8ff;font-weight:700;font-size:13px;white-space:nowrap}
.main-nav a.active{border-bottom:2px solid var(--blue)}
.main-nav a span{font-size:10px;margin-left:4px}
.nav-actions{display:flex;align-items:center;gap:15px}
.moon{border:0;background:transparent;color:#fff;font-size:22px}
.divider{height:31px;border-left:1px solid #566578}
.header-cta{background:#087cff;border-radius:8px;padding:11px 17px;font-size:12px;font-weight:800;white-space:nowrap}

.hero{height:404px;background:linear-gradient(90deg,#06162e 0%,#05142b 43%,#06162f 100%);overflow:hidden}
.hero-grid{height:100%;display:grid;grid-template-columns:47% 53%;align-items:center}
.hero-copy{padding-left:70px}
.hero-copy h1{font-size:36px;line-height:1.09;letter-spacing:-.03em;margin:0 0 16px}
.hero-copy h1 span{color:var(--blue)}
.lead{max-width:600px;color:#a7b7ca;font-size:12.5px;margin:0 0 27px}
.proof-row{display:grid;grid-template-columns:repeat(4,1fr);max-width:680px;margin-bottom:28px}
.proof{display:grid;grid-template-columns:34px 1fr;align-items:center;border-right:1px solid #28405c;padding-right:10px}
.proof:last-child{border-right:0}
.proof-ico{grid-row:1/3;color:#0b85ff;font-size:24px}
.proof strong{font-size:10px}
.proof small{font-size:9px;color:#9fb2c8;display:block}
.hero-actions{display:flex;gap:16px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:12px 20px;font-size:12px;font-weight:800}
.btn-primary{background:#087cff;color:#fff}
.btn-secondary{border:1px solid #40556f;color:#fff;background:rgba(4,18,41,.25)}
.hero-art{height:100%;overflow:hidden}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}

.domains{padding:14px 0 16px;background:linear-gradient(#031025,#020b1b)}
.section-heading span,.vendor-title{color:#0a83ff;font-weight:900;font-size:11px;letter-spacing:.03em}
.section-heading h2{font-size:20px;margin:6px 0 9px}
.centered{text-align:center}
.centered i{display:block;width:42px;border-top:2px solid var(--blue);margin:auto}
.domain-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;margin-top:11px}
.domain-grid article{height:213px;background:linear-gradient(180deg,#081d38,#06152b);border:1px solid #23476e;border-radius:9px;padding:20px 18px;position:relative}
.line-icon{font-size:37px;color:#087fff}
.domain-grid h3{font-size:13px;margin:8px 0 6px}
.domain-grid ul{margin:0;padding-left:15px;color:#a9bad0;font-size:10px;line-height:1.57}
.round-link{position:absolute;right:12px;bottom:12px;width:25px;height:25px;border:1px solid #087cff;border-radius:50%;display:grid;place-items:center;color:#69b5ff;font-size:11px}

.vendors{background:#031024;border-top:1px solid #0e2745;border-bottom:1px solid #173451;padding:8px 0 9px}
.vendor-title{text-align:center;margin-bottom:7px}
.vendor-carousel{display:grid;grid-template-columns:40px 1fr 40px;align-items:center}
.carousel-btn{width:31px;height:31px;border-radius:50%;border:0;background:#273b58;color:#fff;font-size:15px}
.vendor-window{overflow:hidden}
.vendor-track{display:flex;gap:8px;width:max-content;animation:vendorMove 26s linear infinite}
.vendor-window:hover .vendor-track{animation-play-state:paused}
.vendor{width:170px;height:59px;flex:0 0 170px;border-right:1px solid #123050;display:flex;align-items:center;justify-content:center;padding:8px}
.vendor img{max-width:130px;max-height:38px}
.vendor-ms{gap:8px}
.ms-icon{width:28px;height:28px;background:conic-gradient(#7fba00 0 25%,#ffb900 0 50%,#00a4ef 0 75%,#f25022 0);display:block}
.vendor-ms strong{font-size:13px;line-height:1}
.vendor-f5{font-size:30px;font-weight:900;color:#fff;background:radial-gradient(circle,#df2029 0 28px,transparent 29px)}
.vendor-aruba{font-size:26px;font-weight:900;color:#ff7a17;flex-direction:column}
.vendor-aruba small{font-size:6.5px;color:#a8bad0;text-align:center}
.vendor-checkpoint{font-size:14px;font-weight:900}
.vendor-checkpoint b{color:#ff3d83;margin-left:3px}
.vendor-bluecoat{font-size:21px;font-weight:900;color:#1287ff}
@keyframes vendorMove{to{transform:translateX(calc(-50% - 4px))}}
.carousel-dots{text-align:center;height:11px}
.carousel-dots i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#31475f;margin:2px}
.carousel-dots i.active{background:#167cff}

.stats{padding:22px 0 25px;background:#020b1b}
.stat-card{height:77px;border:1px solid #17395d;border-radius:10px;display:grid;grid-template-columns:repeat(4,1fr);max-width:1055px}
.stat-card>div{display:grid;grid-template-columns:52px 1fr;align-content:center;padding:12px 42px;border-right:1px solid #17395d}
.stat-card>div:last-child{border-right:0}
.stat-card span{grid-row:1/3;color:#087cff;font-size:29px}
.stat-card strong{font-size:20px}
.stat-card small{font-size:11px}

.content-section{padding:55px 0;background:#06162d}
.content-section.alt{background:#031126}
.service-grid,.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-grid article,.blog-grid article{border:1px solid #1b3d64;background:#081d38;border-radius:10px;padding:23px}
.service-grid b,.blog-grid small{color:#087cff}
.service-grid h3,.blog-grid h3{margin:7px 0}
.service-grid p,.blog-grid p{color:#9fb2c8;font-size:12px}
.timeline{display:grid;gap:12px}
.timeline>div{display:grid;grid-template-columns:110px 220px 1fr;align-items:center;border:1px solid #17385e;background:#06172e;border-radius:9px;padding:17px 20px}
.timeline>div.highlight{border-color:#087cff;box-shadow:inset 4px 0 0 #087cff}
.timeline strong{color:#087cff}
.timeline h3{margin:0;font-size:14px}
.timeline p{margin:0;color:#a0b2c9;font-size:12px}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.about-copy p{color:#a8bad0}

.contact{padding:55px 0;background:#071a34}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}
.contact p{color:#a8bad0}
.mail{color:#3ba4ff}
.contact form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact textarea,.contact button{grid-column:1/-1}
input,textarea{background:#04142a;color:#fff;border:1px solid #28476d;border-radius:8px;padding:13px;font:inherit}
textarea{min-height:115px;resize:vertical}

footer{padding:40px 0 17px;background:#010816;border-top:1px solid #183252}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}
.footer-brand img{width:180px;background:#fff;border-radius:6px}
.footer-brand p{margin:5px 0;color:#becde0}
.footer-brand small{color:#61adff}
.footer-grid h4{margin:0 0 10px}
.footer-grid a,.footer-grid span{display:block;color:#9fb1c8;font-size:11px;margin:7px 0}
.copyright{border-top:1px solid #152b46;margin-top:24px;padding-top:13px;color:#7c91aa;font-size:10px;display:flex;justify-content:space-between}

@media(max-width:1100px){
  .main-nav{display:none}
  .hero{height:auto}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:45px 0}
  .hero-art{height:370px}
  .domain-grid{grid-template-columns:repeat(3,1fr)}
  .proof-row{grid-template-columns:repeat(2,1fr);gap:14px}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .header-cta{display:none}
  .brand{width:auto}
  .brand img{width:170px}
  .hero-copy h1{font-size:31px}
  .hero-art{height:270px}
  .domain-grid,.service-grid,.blog-grid,.stat-card{grid-template-columns:1fr}
  .domain-grid article{height:auto;min-height:210px}
  .stat-card{height:auto}
  .stat-card>div{border-right:0;border-bottom:1px solid #17395d}
  .timeline>div{grid-template-columns:1fr;gap:5px}
  .about-grid,.contact-grid{grid-template-columns:1fr}
  .contact form{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .copyright{flex-direction:column;gap:8px}
}


/* V6.1 — functional theme toggle */
body.light-theme{
  --bg:#f6f9fd;
  --bg2:#ffffff;
  --panel:#ffffff;
  --panel2:#f1f6fc;
  --blue:#087cff;
  --blue2:#1895ff;
  --text:#10213b;
  --muted:#62748a;
  --line:#cfdceb;
  background:#f6f9fd;
  color:#10213b;
}
body.light-theme .site-header{
  background:rgba(255,255,255,.96);
  border-bottom-color:#d7e2ef;
}
body.light-theme .main-nav a,
body.light-theme .moon{
  color:#10213b;
}
body.light-theme .header-cta{color:#fff}
body.light-theme .hero{
  background:linear-gradient(90deg,#f7fbff 0%,#eef6ff 43%,#e9f3ff 100%);
}
body.light-theme .hero-copy h1,
body.light-theme .section-heading h2,
body.light-theme .domain-grid h3,
body.light-theme .service-grid h3,
body.light-theme .blog-grid h3,
body.light-theme .timeline h3{
  color:#10213b;
}
body.light-theme .lead,
body.light-theme .proof small,
body.light-theme .domain-grid ul,
body.light-theme .service-grid p,
body.light-theme .blog-grid p,
body.light-theme .timeline p,
body.light-theme .about-copy p,
body.light-theme .contact p{
  color:#61748b;
}
body.light-theme .domains,
body.light-theme .vendors,
body.light-theme .stats,
body.light-theme .content-section,
body.light-theme .content-section.alt,
body.light-theme .contact{
  background:#f6f9fd;
}
body.light-theme .domain-grid article,
body.light-theme .service-grid article,
body.light-theme .blog-grid article,
body.light-theme .timeline>div,
body.light-theme .stat-card{
  background:#ffffff;
  border-color:#d4e1ef;
}
body.light-theme .vendors{
  border-top-color:#d9e4f0;
  border-bottom-color:#d9e4f0;
}
body.light-theme .vendor{
  border-right-color:#d8e3ef;
}
body.light-theme .btn-secondary{
  color:#10213b;
  border-color:#9fb2c8;
  background:#fff;
}
body.light-theme footer{
  background:#eef4fb;
  border-top-color:#d4e0ed;
}
body.light-theme .footer-grid h4{color:#10213b}
body.light-theme .footer-grid a,
body.light-theme .footer-grid span,
body.light-theme .footer-brand p,
body.light-theme .copyright{
  color:#61748b;
}
body.light-theme .copyright{border-top-color:#d4e0ed}
.moon{
  cursor:pointer;
  transition:transform .2s ease,color .2s ease;
}
.moon:hover{transform:scale(1.12);color:#5eb0ff}

/* Ensure anchor scroll does not hide behind sticky header */
#contact{scroll-margin-top:90px}
