:root{
  --bg:#0b1220;
  --card:#101a2e;
  --muted:#9fb0d0;
  --text:#eef3ff;
  --border:rgba(255,255,255,.10);
  --shadow:0 10px 30px rgba(0,0,0,.35);
  --radius:18px;
  --max:1120px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(110,231,255,.18), transparent 60%),
    radial-gradient(1000px 500px at 90% 10%, rgba(167,139,250,.16), transparent 60%),
    linear-gradient(180deg, #070c16, var(--bg) 25%, #070c16);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit}
.wrap{max-width:var(--max); margin:0 auto; padding:0 20px}
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,12,22,.65);
  border-bottom:1px solid var(--border);
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:16px;
}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none; min-width:240px}
.logo{
  width:36px; height:36px; border-radius:12px;
  background: linear-gradient(135deg, rgba(110,231,255,.95), rgba(167,139,250,.95));
  box-shadow: var(--shadow);
  flex:0 0 auto;
}
.brand b{letter-spacing:.5px}
.small{color:var(--muted); font-size:13px}

nav{display:flex; gap:18px; flex-wrap:wrap; justify-content:center}
nav a{
  text-decoration:none; color:var(--muted); font-weight:700; font-size:14px;
  padding:8px 10px; border-radius:10px;
}
nav a:hover{background:rgba(255,255,255,.06); color:var(--text)}
.actions{display:flex; align-items:center; gap:10px; min-width:240px; justify-content:flex-end}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  color: var(--text);
  padding:10px 12px;
  border-radius: 12px;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  cursor:pointer;
  transition: transform .08s ease, background .2s ease, border-color .2s ease;
  user-select:none;
}
.btn:hover{background:rgba(255,255,255,.10)}
.btn:active{transform:translateY(1px)}
.btn.primary{
  background: linear-gradient(135deg, rgba(110,231,255,.18), rgba(167,139,250,.18));
  border-color: rgba(110,231,255,.35);
}

.lang{
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  border-radius: 12px;
  padding:6px;
  display:flex;
  gap:6px;
}
.lang button{
  border:0; background:transparent;
  color: var(--muted);
  font-weight:900;
  font-size:13px;
  padding:8px 10px;
  border-radius:10px;
  cursor:pointer;
}
.lang button[aria-pressed="true"]{
  background: rgba(255,255,255,.10);
  color: var(--text);
}

header.hero{padding:58px 0 24px}
.hero-grid{display:grid; grid-template-columns:1.15fr .85fr; gap:26px; align-items:stretch}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  color: var(--muted);
  font-weight:900;
  letter-spacing:.6px;
  text-transform: uppercase;
  font-size:12px;
}
.pill{
  border:1px solid rgba(110,231,255,.25);
  background: rgba(110,231,255,.08);
  padding:6px 10px;
  border-radius:999px;
  color: var(--text);
  font-weight:900;
  font-size:12px;
}
h1{margin:12px 0 10px; font-size:clamp(28px, 3.6vw, 44px); line-height:1.1; letter-spacing:-.6px}
.lead{color:var(--muted); font-size:16px; max-width:62ch; margin:12px 0 18px}
.cta-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.card{background: rgba(16,26,46,.78); border:1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow)}
.side-card{padding:18px}
.side-card h3{margin:0 0 8px; font-size:16px}
.side-card p{margin:0 0 14px; color: var(--muted); font-size:14px}
.facts{display:grid; gap:10px}
.fact{
  padding:12px; border-radius:14px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
  color: var(--text);
  font-weight:800;
  font-size:14px;
}
.fact span{display:block; color: var(--muted); font-weight:700; font-size:12px; margin-top:2px}

section{padding:22px 0}
.section-title{display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:14px}
.section-title h2{margin:0; font-size:22px}
.section-title p{margin:0; color: var(--muted); max-width:70ch}

.grid{display:grid; gap:14px}
.grid.cols-3{grid-template-columns:repeat(3, minmax(0,1fr))}
.grid.cols-2{grid-template-columns:repeat(2, minmax(0,1fr))}
.tile{padding:16px; border-radius:var(--radius); background: rgba(16,26,46,.66); border:1px solid var(--border)}
.tile h3{margin:0 0 6px; font-size:16px}
.tile p{margin:0; color: var(--muted); font-size:14px}
ul.clean{margin:10px 0 0; padding-left:18px; color: var(--muted); font-size:14px}
ul.clean li{margin:6px 0}
.tags{display:flex; flex-wrap:wrap; gap:8px; margin-top:12px}
.tag{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  color: var(--text);
  font-weight:900;
}

.process{counter-reset:step; display:grid; gap:14px; grid-template-columns:repeat(4, minmax(0,1fr))}
.step{
  padding:16px; border-radius:var(--radius);
  background: rgba(16,26,46,.66); border:1px solid var(--border);
  position:relative; overflow:hidden;
}
.step:before{
  counter-increment:step; content:counter(step);
  position:absolute; top:12px; right:12px;
  width:28px; height:28px; border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(110,231,255,.12);
  border:1px solid rgba(110,231,255,.25);
  color: var(--text);
  font-size:13px;
}
.step h3{margin:0 0 6px; font-size:16px}
.step p{margin:0; color: var(--muted); font-size:14px}

.contact{display:grid; grid-template-columns:1fr 1fr; gap:14px; align-items:stretch}
.contact .tile{height:100%}
footer{padding:28px 0 36px; border-top:1px solid var(--border); margin-top:18px; color: var(--muted); font-size:13px}
footer .foot{display:flex; gap:14px; flex-wrap:wrap; justify-content:space-between; align-items:center}
footer a{color: var(--muted); text-decoration:none}
footer a:hover{color: var(--text)}

.page{padding:30px 0 50px}
.page h1{margin-top:0}
.page h2{margin:22px 0 8px; font-size:18px}
.page p, .page li{color:var(--muted)}
.page .panel{padding:16px; border-radius:var(--radius); background: rgba(16,26,46,.66); border:1px solid var(--border)}
.breadcrumb{margin:12px 0 0; color:var(--muted); font-size:13px}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .actions{min-width:auto}
  .brand{min-width:auto}
  nav{display:none}
  .grid.cols-3{grid-template-columns:1fr}
  .grid.cols-2{grid-template-columns:1fr}
  .process{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
}
