
:root{
  --bg:#0b1016;
  --bg2:#101723;
  --panel:#141d28;
  --panel2:#1b2532;
  --line:rgba(255,255,255,.10);
  --text:#f4f7fb;
  --muted:#b7c3cf;
  --accent:#7fc8ff;
  --accent2:#55b7ff;
  --accentSoft:rgba(127,200,255,.10);
  --radius:26px;
  --shadow:0 24px 60px rgba(0,0,0,.34);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(127,200,255,.12), transparent 24%),
    radial-gradient(circle at left center, rgba(255,255,255,.05), transparent 20%),
    linear-gradient(180deg,#090d13 0%, #0f151d 100%);
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 32px));margin:0 auto}
.nav{
  position:sticky;top:0;z-index:100;
  background:rgba(7,10,15,.84);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  min-height:78px;
}
.brand{
  display:flex;align-items:center;gap:14px;
  min-width:0;
  padding:12px 0;
}
.brand-badge{
  width:54px;height:54px;border-radius:16px;
  display:grid;place-items:center;overflow:hidden;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.12);
  flex-shrink:0;
}
.brand-badge img{width:100%;height:100%;object-fit:contain;padding:4px}
.brand-copy{min-width:0}
.brand-copy strong{
  display:block;
  font-size:15px;
  line-height:1.1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.brand-copy span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
  line-height:1.3;
}
.desktop-nav{
  display:flex;align-items:center;gap:18px;
  color:var(--muted);
  font-size:14px;
}
.desktop-nav a.active,.desktop-nav a:hover{color:var(--text)}
.nav-actions{display:flex;align-items:center;gap:12px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 20px;border-radius:999px;
  font-weight:700;
  border:1px solid rgba(127,200,255,.24);
  background:linear-gradient(180deg,rgba(127,200,255,.18),rgba(127,200,255,.08));
  color:#fff;
  box-shadow:0 10px 28px rgba(127,200,255,.12);
  text-align:center;
}
.btn.secondary{
  background:transparent;
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}
.menu-toggle{
  display:none;
  width:46px;height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:20px;
  align-items:center;justify-content:center;
}
.mobile-menu{
  display:none;
  padding:0 0 16px;
}
.mobile-menu .mobile-stack{
  display:grid;
  gap:10px;
}
.mobile-menu a{
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  color:var(--text);
}
.hero{padding:84px 0 56px}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:28px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:var(--accentSoft);
  border:1px solid rgba(127,200,255,.14);
  color:#a8d8ff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:800;
}
h1{
  margin:18px 0 18px;
  font-size:clamp(42px,6vw,76px);
  line-height:.94;
  letter-spacing:-.045em;
}
h2{
  margin:0;
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.04em;
}
h3{margin:0 0 10px;font-size:20px}
.lead,.copy,.section-head p,.card p,.note,.faq p,.small{
  color:var(--muted);
  line-height:1.8;
}
.hero-actions,.actions,.chip-row{
  display:flex;flex-wrap:wrap;gap:12px;
}
.chip{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:14px;
}
.card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  box-shadow:var(--shadow);
}
.hero-card{
  padding:26px;
  position:relative;
  overflow:hidden;
}
.hero-card:before{
  content:"";
  position:absolute;right:-8%;bottom:-16%;
  width:280px;height:280px;
  background:radial-gradient(circle, rgba(127,200,255,.24), transparent 60%);
  filter:blur(14px);
}
.logo-panel{
  padding:22px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:18px;
}
.logo-panel img{
  max-width:480px;
  margin:0 auto;
}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.section{padding:38px 0}
.section-head{
  display:flex;justify-content:space-between;align-items:end;
  gap:22px;margin-bottom:22px;
}
.pad{padding:24px}
.num{
  width:42px;height:42px;border-radius:12px;
  display:grid;place-items:center;
  font-weight:800;
  margin-bottom:14px;
  background:linear-gradient(180deg,rgba(127,200,255,.20),rgba(127,200,255,.10));
  border:1px solid rgba(127,200,255,.14);
}
.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.stat{
  padding:18px;border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
}
.stat strong{
  display:block;
  font-size:30px;
  letter-spacing:-.03em;
  margin-bottom:6px;
}
.notice{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(127,200,255,.08);
  border:1px solid rgba(127,200,255,.12);
  color:#deefff;
}
.page-hero{padding:64px 0 28px}
.page-title{
  margin:14px 0;
  font-size:clamp(36px,5vw,62px);
  line-height:.95;
  letter-spacing:-.045em;
}
.list{
  margin:0;padding-left:18px;
  color:var(--muted);
  line-height:1.95;
}
.info-stack{display:grid;gap:14px}
.info-item{
  padding:18px;border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
}
.form{display:grid;gap:14px}
.input,textarea{
  width:100%;
  padding:15px 16px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font:inherit;
}
textarea{min-height:150px;resize:vertical}
.footer{
  padding:30px 0 56px;
  color:var(--muted);
  font-size:14px;
}
.footer-box{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding-top:22px;border-top:1px solid var(--line);
}
@media (max-width: 980px){
  .desktop-nav,.nav-actions .btn.secondary{display:none}
  .menu-toggle{display:inline-flex}
  .hero-grid,.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}
  .section-head{align-items:start;flex-direction:column}
}
@media (max-width: 768px){
  .container{width:min(var(--max),calc(100% - 22px))}
  .nav-inner{min-height:72px}
  .brand-badge{width:48px;height:48px}
  .brand-copy strong{font-size:14px}
  .brand-copy span{font-size:11px}
  .hero{padding:46px 0 34px}
  h1{font-size:34px;line-height:1.15}
  .page-title{font-size:clamp(30px,8vw,48px)}
  .hero-actions,.actions{flex-direction:column}
  .btn{width:100%}
  .chip-row{gap:10px}
  .chip{width:100%;text-align:center}
  .stats{grid-template-columns:1fr}
  .logo-panel{padding:18px}
}
@media (max-width: 480px){
  .pad{padding:20px}
  .hero-card{padding:20px}
}
