:root{
  --bg:#0b0c10;
  --panel:#111319;
  --text:#e9eef7;
  --muted:#b7c0d1;
  --line:rgba(255,255,255,.10);
  --accent:#7aa2ff;
  --accent2:#7ef0c4;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --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, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(1000px 600px at 20% -10%, rgba(122,162,255,.22), transparent 60%),
    radial-gradient(900px 600px at 90% 10%, rgba(126,240,196,.12), transparent 55%),
    linear-gradient(180deg, #090a0e, #0b0c10 35%, #07080b);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:18px; top:18px; width:auto; height:auto; padding:10px 14px; background:var(--panel); border:1px solid var(--line); border-radius:12px; z-index:9999}

header{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(1.2) blur(10px);
  background:rgba(11,12,16,.65);
  border-bottom:1px solid var(--line);
}

.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px;
  padding:14px 0;
}

.brand{
  display:flex; align-items:center; gap:12px; min-width:240px;
}
.logo{
  width:40px; height:40px; border-radius:14px;
  background:
    radial-gradient(12px 12px at 30% 30%, rgba(255,255,255,.30), transparent 60%),
    linear-gradient(135deg, rgba(122,162,255,.95), rgba(126,240,196,.85));
  box-shadow: 0 10px 30px rgba(122,162,255,.18);
}
.brand h1{margin:0; font-size:15px; letter-spacing:.3px; line-height:1.15}
.brand small{display:block; color:var(--muted); font-size:12px; margin-top:2px}

.menu{
  display:flex; align-items:center; gap:6px; flex-wrap:wrap; justify-content:flex-end;
}
.menu a{
  padding:9px 11px;
  border-radius:12px;
  color:var(--muted);
  border:1px solid transparent;
  transition: .15s ease;
  font-size:13px;
}
.menu a:hover{color:var(--text); border-color:var(--line); background:rgba(255,255,255,.03)}
.menu a.active{color:var(--text); border-color:rgba(122,162,255,.35); background:rgba(122,162,255,.10)}
.menu .cta{
  color:#0b0c10;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  border:none;
  font-weight:650;
}
.menu .cta:hover{filter:brightness(1.05)}

.hero{
  padding:54px 0 18px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:20px;
  align-items:stretch;
}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.cardPad{padding:26px}
.kicker{
  display:inline-flex; gap:10px; align-items:center;
  padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  font-size:12px;
}
.dot{
  width:8px; height:8px; border-radius:99px;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
}
.hero h2{
  margin:14px 0 10px;
  font-size:38px;
  letter-spacing:-.6px;
  line-height:1.10;
}
.hero p{margin:0; color:var(--muted); font-size:15px; max-width:62ch}
.actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:var(--text);
  font-weight:600;
  font-size:13px;
  transition:.15s ease;
}
.btn:hover{background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.18)}
.btn.primary{
  color:#0b0c10;
  border:none;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
}
.btn.primary:hover{filter:brightness(1.05)}
.btn.ghost{background:transparent}

.facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:14px;
}
.fact{
  padding:14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.18);
}
.fact b{display:block; font-size:13px; margin-bottom:4px}
.fact span{color:var(--muted); font-size:13px}

.media{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
}
.photo{
  border-bottom:1px solid var(--line);
  height:260px;
  background:
    radial-gradient(900px 340px at 30% 10%, rgba(122,162,255,.28), transparent 55%),
    radial-gradient(900px 340px at 90% 30%, rgba(126,240,196,.18), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.badges{
  padding:18px;
  display:flex; gap:10px; flex-wrap:wrap;
}
.badge{
  font-size:12px;
  color:var(--muted);
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  padding:7px 10px;
  border-radius:999px;
}

.section{padding:18px 0 44px}
.section h3{margin:0 0 10px; font-size:18px; letter-spacing:.2px}
.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.tile{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.tile h4{margin:0 0 6px; font-size:14px}
.tile p{margin:0; color:var(--muted); font-size:13px}
.tile ul{margin:10px 0 0; padding-left:18px; color:var(--muted); font-size:13px}
.tile li{margin:6px 0}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.note{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.16);
  color:var(--muted);
  font-size:13px;
}

.formRow{display:grid; grid-template-columns:1fr 1fr; gap:12px}
label{display:block; font-size:12px; color:var(--muted); margin:0 0 6px}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:var(--text);
  outline:none;
}
textarea{min-height:120px; resize:vertical}
input:focus, textarea:focus, select:focus{border-color:rgba(122,162,255,.45)}

.footer{
  padding:26px 0 38px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
}
.footerGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:14px;
}
.footer a{color:var(--muted); text-decoration:underline; text-underline-offset:3px}
.footer a:hover{color:var(--text)}

.small{font-size:12px; color:var(--muted)}
.hr{height:1px; background:var(--line); margin:14px 0}

@media (max-width: 920px){
  .heroGrid{grid-template-columns:1fr}
  .photo{height:220px}
  .grid3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .formRow{grid-template-columns:1fr}
  .brand{min-width:auto}
}
