:root{
  --bg:#0b1220;
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.05);
  --border:rgba(255,255,255,.14);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.75);
  --muted2:rgba(255,255,255,.62);
  --accent:#2aa8ff;
  --accent2:#63d36f;
  --radius:14px;
  --radius2:18px;
  --shadow:0 18px 45px rgba(0,0,0,.40);
  --max:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 15% -10%, rgba(42,168,255,.25), transparent 55%),
              radial-gradient(900px 600px at 85% 0%, rgba(99,211,111,.18), transparent 55%),
              var(--bg);
  color:var(--text);
}

img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{opacity:.92}

.container{
  width:min(var(--max), calc(100% - 32px));
  margin:0 auto;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:8px;
  background:#fff;
  color:#000;
  padding:10px 12px;
  border-radius:10px;
}
.skip-link:focus{left:12px;z-index:9999}

.topbar{
  border-bottom:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 0;
  flex-wrap:wrap;
}
.pill{
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  font-size:12px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  margin-right:10px;
}
.topbar__text{color:var(--muted2);font-size:13px}
.topbar__right{display:flex;gap:10px;align-items:center}
.topbar__right a{color:var(--muted);font-size:13px}
.dot{opacity:.55}

.header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,18,32,.62);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width: 260px;
}
.brand__text{display:flex;flex-direction:column;line-height:1.1}
.brand__name{font-weight:800;letter-spacing:.2px}
.brand__tag{font-size:13px;color:var(--muted2);margin-top:3px}

/* Logo sizing FIX */
.brand__logoImage{
  width:140px;
  max-width:140px;
  height:auto;
  object-fit:contain;
  border-radius:12px;
  padding:6px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
}
@media (max-width: 1024px){ .brand__logoImage{width:128px;max-width:128px} }
@media (max-width: 720px){ .brand__logoImage{width:112px;max-width:112px} }

.nav{
  display:flex;
  align-items:center;
  gap:14px;
}
.nav a{color:var(--muted);font-weight:600;font-size:14px}
.nav a:hover{color:var(--text)}
.nav .btn{margin-left:6px}

.nav-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  border-radius:12px;
  padding:10px;
}
.nav-toggle span{
  display:block;
  width:22px;
  height:2px;
  background: rgba(255,255,255,.86);
  margin:5px 0;
  border-radius:2px;
}

@media (max-width: 980px){
  .nav-toggle{display:block}
  .nav{
    display:none;
    position:absolute;
    right:16px;
    top:74px;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    padding:14px;
    border-radius:16px;
    background: rgba(11,18,32,.96);
    border:1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow);
    width:min(360px, calc(100% - 32px));
  }
  .nav.nav--open{display:flex}
  .nav .btn{margin-left:0}
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-weight:800;
  font-size:14px;
  color:var(--text);
}
.btn--primary{
  background: linear-gradient(135deg, rgba(42,168,255,.95), rgba(99,211,111,.85));
  border: none;
  color:#041019;
}
.btn--secondary{
  background: rgba(255,255,255,.08);
}
.btn--ghost{
  background: transparent;
}

.section{
  padding:52px 0;
}
.section--alt{
  background: rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.section__head h2{margin:0 0 10px}
.section__head p{margin:0;color:var(--muted2);line-height:1.6}

.grid{
  display:grid;
  gap:14px;
}
.cards{
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 980px){
  .cards{grid-template-columns: 1fr 1fr;}
}
@media (max-width: 640px){
  .cards{grid-template-columns: 1fr;}
}

.card{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow);
  padding:16px;
}
.card--glass{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
}
.card h3{margin:0 0 8px}
.card p{margin:0;color:var(--muted2);line-height:1.6}
.card-link{display:inline-block;margin-top:10px;color:rgba(42,168,255,.95);font-weight:800}

.hero{
  position:relative;
  padding:58px 0 34px;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:start;
}
@media (max-width: 980px){
  .hero__grid{grid-template-columns: 1fr}
}

.hero h1{margin:0 0 10px;font-size:42px;line-height:1.08}
@media (max-width: 720px){ .hero h1{font-size:34px} }

.lead{margin:0;color:var(--muted);font-size:17px;line-height:1.7}
.hero__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}

.hero__trust{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.trust-item{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius:14px;
  padding:10px 12px;
  min-width: 150px;
}
.trust-kpi{font-weight:900}
.trust-sub{color:var(--muted2);font-size:13px;margin-top:2px}

.mini-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.mini-link{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius:14px;
  padding:12px;
  font-weight:800;
}
.h3{margin:0}

/* Hero with Image (Temporary Office page) */
.hero--image{
  padding:56px 0 34px;
}
.hero__media{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.02);
}
.hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(11,18,32,.92) 0%, rgba(11,18,32,.70) 48%, rgba(11,18,32,.35) 100%),
    linear-gradient(180deg, rgba(11,18,32,.55) 0%, rgba(11,18,32,.12) 55%, rgba(11,18,32,.72) 100%);
}
.hero__grid{position:relative;z-index:2}
.hero__content--onImage .lead{max-width:62ch}

.checklist{
  margin:10px 0 0;
  padding:0 0 0 18px;
  color:var(--muted2);
  line-height:1.7;
}
.bullets{
  margin:10px 0 0;
  padding:0 0 0 18px;
  color:var(--muted2);
  line-height:1.7;
}

.cta-band{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow);
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.cta-band h3{margin:0 0 6px}
.cta-band p{margin:0;color:var(--muted2)}
.cta-band__actions{display:flex;gap:10px;flex-wrap:wrap}

.footer{
  padding:34px 0 22px;
  border-top:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.footer__links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:var(--muted2);
  font-weight:700;
  font-size:14px;
}
.footer__bottom{
  margin-top:12px;
  color:var(--muted2);
  font-size:13px;
}
