:root{
  --line: rgba(255,255,255,.10);
  --sky: #7ed0ff;
  --sky2: #b4ddff;
  --accent: #84d3ff;
  --success: #2cd3a7;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:#f4f7fb;
  background:
    radial-gradient(circle at top left, rgba(125,211,252,0.22), transparent 35%),
    radial-gradient(circle at bottom right, rgba(96,165,250,0.18), transparent 28%),
    linear-gradient(135deg,#1f2f44 0%,#0c1932 38%,#020c24 100%);
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{
  max-width:1280px;
  margin:0 auto;
  padding:0 28px;
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid var(--line);
  background:rgba(7,20,43,.92);
  backdrop-filter:blur(10px);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.brand img{
  height:48px;
  width:auto;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.brand-wordmark{
  font-size:20px;
  line-height:1;
  font-weight:500;
  letter-spacing:.16em;
}
.brand-tag{
  margin-top:6px;
  font-size:11px;
  letter-spacing:.20em;
  text-transform:uppercase;
  color:var(--sky2);
}
.nav{
  display:flex;
  align-items:center;
  gap:26px;
  color:#d7dfec;
  font-size:15px;
  font-weight:500;
}
.nav a{opacity:.92}
.nav a:hover{opacity:1;color:white}
.header-right{
  display:flex;
  align-items:center;
  gap:18px;
  margin-left:20px;
  padding-left:20px;
  border-left:1px solid var(--line);
  flex-shrink:0;
}
.phone{
  white-space:nowrap;
  color:var(--sky2);
  font-weight:700;
}
.support-btn{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid rgba(126,208,255,.35);
  border-radius:999px;
  color:#dff2ff;
  font-weight:700;
  background:transparent;
}
.support-btn:hover{background:rgba(126,208,255,.10)}
.menu-toggle{
  display:none;
  background:transparent;
  border:1px solid var(--line);
  color:white;
  border-radius:12px;
  padding:10px 12px;
  font-weight:700;
}
.mobile-nav{
  display:none;
  padding:0 0 18px;
}
.mobile-nav a{
  display:block;
  padding:12px 16px;
  border-radius:12px;
  color:#d7dfec;
}
.mobile-nav a:hover{background:rgba(255,255,255,.05)}

/* Hero */
.hero{padding:54px 0 72px}
.hero-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:68px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(126,208,255,.22);
  background:rgba(126,208,255,.10);
  color:#dff2ff;
  font-size:13px;
  font-weight:700;
}
.hero h1{
  margin:28px 0 0;
  font-size:78px;
  line-height:1.02;
  letter-spacing:-.03em;
}
.hero h1 .accent{
  display:block;
  color:var(--sky2);
}
.hero-copy{
  max-width:680px;
  margin-top:26px;
  font-size:22px;
  line-height:1.65;
  color:#d6e0ef;
}
.hero-trust{
  margin-top:14px;
  color:#c4cfdf;
  font-size:17px;
  line-height:1.5;
}
.actions{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 22px;
  border-radius:18px;
  font-weight:800;
}
.btn-primary{background:var(--accent);color:#0a162b}
.btn-secondary{
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
  color:white;
}
.btn-dark{
  background:#0f172a;
  color:white;
  padding:14px 18px;
  border-radius:16px;
  display:inline-flex;
  font-weight:800;
}
.btn-outline{
  background:white;
  color:#334155;
  border:1px solid #cbd5e1;
  padding:14px 18px;
  border-radius:16px;
  display:inline-flex;
  font-weight:800;
}

.badges,.outcomes,.credibility-bar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.badge{
  padding:10px 14px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  border:1px solid rgba(126,208,255,.18);
}
.badge.sky{background:rgba(126,208,255,.10);border-color:rgba(126,208,255,.25)}
.badge.green{background:rgba(44,211,167,.10);border-color:rgba(44,211,167,.25)}
.badge.indigo{background:rgba(129,140,248,.10);border-color:rgba(129,140,248,.25)}
.badge.muted{background:rgba(255,255,255,.05);border-color:var(--line)}
.outcome{
  padding:9px 13px;
  border-radius:999px;
  font-size:15px;
  color:#d4deec;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
}
.credibility-bar{margin-top:26px}
.credibility-pill{
  padding:11px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  color:#1e3a8a;
  border:1px solid #dbeafe;
  background:#eff6ff;
  transition:all .15s ease;
}
.credibility-pill:hover{
  background:#dbeafe;
  transform:translateY(-1px);
}

/* Security panel */
.panel-wrap{
  box-shadow:0 0 0 1px rgba(255,255,255,.08),0 20px 60px rgba(14,165,233,.15);
  padding:18px;
  border-radius:30px;
}
.security-panel{
  border:1px solid rgba(255,255,255,.10);
  background:#0d1831cc;
  border-radius:26px;
  padding:24px;
  transition:transform .15s ease-out;
  will-change:transform;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 20px 60px rgba(14,165,233,.15),
    0 0 80px rgba(56,189,248,.10);
}
.kicker{
  font-size:13px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--sky2);
  font-weight:800;
}
.panel-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-top:8px;
}
.panel-title{
  font-size:24px;
  line-height:1.2;
  font-weight:900;
}
.status-pill{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(44,211,167,.14);
  color:#93ffd8;
  font-size:14px;
  font-weight:900;
}
.security-list{
  margin-top:20px;
  display:grid;
  gap:14px;
}
.security-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding:18px 18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
  border-radius:18px;
  opacity:0;
  transform:translateY(12px);
  animation:fadeSlideIn .6s ease-out forwards;
}
.security-row:nth-child(1){animation-delay:.08s}
.security-row:nth-child(2){animation-delay:.18s}
.security-row:nth-child(3){animation-delay:.28s}
.security-row:nth-child(4){animation-delay:.38s}
.security-row .label{color:#d5deeb}
.security-row .value{font-weight:900}
.panel-note{
  margin-top:16px;
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(126,208,255,.18);
  background:rgba(126,208,255,.10);
  color:#dff2ff;
  line-height:1.55;
}
@keyframes fadeSlideIn{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}

/* Sections */
.section{padding:84px 0}
.section.white{background:white;color:#0f172a}
.section.soft{background:#f8fafc;color:#0f172a}
.section.dark{background:#0d1730;color:white}
.heading-eyebrow{
  font-size:12px;
  font-weight:900;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#2877aa;
}
.section.dark .heading-eyebrow{color:#93d6ff}
.section h2{
  margin:14px 0 0;
  font-size:48px;
  line-height:1.1;
  letter-spacing:-.02em;
  max-width:980px;
}
.section p.lead{
  margin:18px 0 0;
  color:#516172;
  max-width:760px;
  font-size:20px;
  line-height:1.7;
}
.section.dark p.lead,.section.dark .card p{color:#cfdaeb}

.grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin-top:40px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:40px;
}
.grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:28px;
}
.area-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:40px;
}

/* Cards */
.card{
  background:white;
  border:1px solid #dde5f0;
  border-radius:28px;
  padding:30px;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
  transition:transform .18s ease, box-shadow .18s ease;
}
.card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.08);
}
.section.dark .card{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.10);
  box-shadow:none;
}
.card h3{
  margin:0;
  font-size:30px;
  line-height:1.2;
}
.card .subtitle{
  margin-top:10px;
  color:#2877aa;
  font-size:14px;
  font-weight:800;
}
.card p{
  margin:14px 0 0;
  color:#556579;
  line-height:1.75;
}
.card ul{
  margin:18px 0 0;
  padding-left:18px;
  color:#556579;
  line-height:1.7;
}
.pill-card{
  background:#f8fafc;
  border:1px solid #dde5f0;
  border-radius:18px;
  padding:16px 18px;
  font-weight:700;
  color:#3a4a5e;
  transition:transform .15s ease, box-shadow .15s ease;
  cursor:default;
}
.pill-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.cta-box{
  background:#e9f6ff;
  border:1px solid #cae9ff;
  border-radius:28px;
  padding:30px;
}
.partner-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:22px;
}
.logo-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:76px;
  border-radius:20px;
  border:1px solid #dde5f0;
  background:#f8fafc;
  font-weight:800;
  color:#475569;
}
.cert-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  margin-top:26px;
}
.cert-row img{
  height:150px;
  width:auto;
  object-fit:contain;
}

/* Forms */
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}
.input,textarea{
  width:100%;
  padding:15px 16px;
  border-radius:14px;
  border:1px solid #dbe4ef;
  background:#f8fafc;
  color:#0f172a;
  font:inherit;
}
textarea{
  min-height:160px;
  grid-column:1/-1;
  resize:vertical;
}

/* Footer */
.footer{
  background:white;
  color:#0f172a;
  border-top:1px solid #dde5f0;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:60px 0;
  flex-wrap:wrap;
}
.footer-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.small-muted{
  font-size:14px;
  color:#64748b;
}
.text-link:hover{text-decoration:underline}

/* Responsive */
@media (max-width:1120px){
  .nav{display:none}
  .menu-toggle{display:inline-flex}
  .hero-grid{grid-template-columns:1fr}
  .hero h1{font-size:62px}
  .grid-3,.grid-4,.partner-grid,.area-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:780px){
  .container{padding:0 18px}
  .header-inner{padding:12px 0}
  .brand img{height:40px}
  .brand-wordmark{font-size:18px}
  .brand-tag{font-size:10px;letter-spacing:.16em}
  .header-right{display:none}
  .mobile-nav.open{display:block}
  .hero{padding:34px 0 48px}
  .hero h1{font-size:46px}
  .hero-copy{font-size:20px}
  .grid-2,.grid-3,.grid-4,.partner-grid,.area-grid,.form-grid{grid-template-columns:1fr}
  .section{padding:64px 0}
  .section h2{font-size:38px}
}


/* 2026 brand refresh: clean utility + navigation header */
:root{
  --gcs-navy:#061c37;
  --gcs-navy-2:#0b315f;
  --gcs-ink:#0f172a;
  --gcs-link:#d9e8f8;
  --gcs-ice:#f8fbff;
  --gcs-border:#d9e3f1;
}

.site-header{
  position:sticky;
  top:0;
  z-index:60;
  border-bottom:1px solid rgba(6,28,55,.10);
  background:rgba(248,251,255,.94);
  backdrop-filter:blur(14px);
  box-shadow:0 10px 30px rgba(2,12,36,.10);
}
.topbar{
  background:linear-gradient(90deg,var(--gcs-navy) 0%, var(--gcs-navy-2) 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#edf5ff;
  font-size:13px;
}
.topbar-left{
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.88;
  font-weight:700;
}
.topbar-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.topbar-right a{
  color:#f8fbff;
  opacity:.92;
}
.topbar-right a:hover{opacity:1}
.topbar-divider{
  width:1px;
  height:16px;
  background:rgba(255,255,255,.25);
}
.header-inner{
  gap:24px;
  padding:18px 0;
}
.brand{gap:0}
.brand-logo{
  display:block;
  height:52px;
  width:auto;
  max-width:min(100%,340px);
  box-shadow:none;
  border-radius:0;
}
.nav{
  gap:24px;
  color:#193252;
  font-size:15px;
  font-weight:600;
}
.nav a{
  position:relative;
  padding:6px 0;
  opacity:1;
}
.nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#6ec6ff,#0b315f);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .18s ease;
}
.nav a:hover{color:#0b315f}
.nav a:hover::after{transform:scaleX(1)}
.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:auto;
}
.header-link{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:14px;
  border:1px solid var(--gcs-border);
  color:#173255;
  background:#ffffff;
  font-weight:700;
  white-space:nowrap;
}
.header-link:hover{background:#f3f8fe}
.support-btn{
  min-height:46px;
  padding:0 20px;
  border:1px solid #12345e;
  border-radius:14px;
  color:#ffffff;
  font-weight:800;
  background:linear-gradient(180deg,#113a68 0%, #082447 100%);
  box-shadow:0 10px 24px rgba(8,36,71,.18);
}
.support-btn:hover{background:linear-gradient(180deg,#17487d 0%, #0a294f 100%)}
.menu-toggle{
  color:#12345e;
  border:1px solid var(--gcs-border);
  background:#fff;
}
.mobile-nav{
  background:linear-gradient(180deg,rgba(248,251,255,.98) 0%, rgba(240,247,255,.98) 100%);
  border-top:1px solid rgba(6,28,55,.08);
  padding:10px 0 18px;
}
.mobile-nav a{
  color:#173255;
  border:1px solid rgba(6,28,55,.06);
  background:#fff;
  margin-top:8px;
}
.mobile-nav a:hover{background:#f5f9ff}
.footer-brand{display:inline-flex;align-items:center}
.footer-wordmark{
  display:block;
  height:34px;
  width:auto;
  max-width:auto;
  box-shadow:none;
  border-radius:0;
  background:transparent;
  filter:none;
}

@media (max-width:1240px){
  .nav{gap:16px;font-size:14px}
  .header-link{display:none}
}
@media (max-width:1120px){
  .topbar-right{display:none}
  .topbar-inner{justify-content:center}
}
@media (max-width:780px){
  .topbar{display:none}
  .header-inner{padding:14px 0}
  .brand-logo{height:44px;max-width:260px}
}

.footer-brand{padding:0;background:transparent;box-shadow:none;border-radius:0}
.footer-brand img{background:transparent;box-shadow:none;border-radius:0}
