:root{
  --bg: #0b1220;
  --surface: rgba(255,255,255,0.06);
  --surface2: rgba(255,255,255,0.10);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.72);
  --muted2: rgba(255,255,255,0.58);
  --border: rgba(255,255,255,0.14);
  --brand: #0ea5a4;
  --brand2:#38bdf8;
  --danger:#ef4444;
  --max: 1140px;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(0,0,0,0.45);
  --shadow2: 0 10px 24px rgba(0,0,0,0.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 800px at 20% 10%, rgba(56,189,248,0.22), transparent 60%),
              radial-gradient(900px 700px at 80% 30%, rgba(14,165,164,0.20), transparent 55%),
              var(--bg);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
p{color:var(--muted)}
small{color:var(--muted2)}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}
.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:18px; top:18px; width:auto; height:auto; padding:10px 14px;
  background:#111827; border:1px solid var(--border); border-radius:12px;
  z-index:9999;
}
header{
  position:sticky; top:0; z-index:200;
  backdrop-filter: blur(10px);
  background: rgba(11,18,32,0.72);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px}
.logo{
  width:38px;height:38px;border-radius:12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 10px 25px rgba(14,165,164,0.35);
}
.brand strong{display:block;letter-spacing:0.2px}
.brand span{display:block;color:var(--muted2);font-size:12px;margin-top:2px}
.nav-links{display:flex;align-items:center;gap:18px}
.nav-links a{color:var(--muted);font-weight:600;font-size:14px;letter-spacing:0.2px}
.nav-links a[aria-current="page"]{color:var(--text)}
.cta{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:999px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#041018; font-weight:800; letter-spacing:0.2px;
  box-shadow: var(--shadow2);
  border:0;
}
.cta:hover{text-decoration:none; filter:brightness(1.03)}
.ghost{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:999px;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  color:var(--text); font-weight:700;
}
.ghost:hover{text-decoration:none;background: rgba(255,255,255,0.09)}
.mobile-toggle{
  display:none;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:12px;
  padding:10px 12px;
  color:var(--text);
  font-weight:800;
}
.hero{
  padding:56px 0 28px 0;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:22px;
  align-items:stretch;
}
.card{
  background: var(--surface);
  border:1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-copy{padding:26px}
.kicker{
  display:inline-flex;gap:8px;align-items:center;
  font-size:12px; letter-spacing:0.12em; text-transform:uppercase;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  padding:8px 12px;
  border-radius:999px;
}
h1{margin:16px 0 10px 0;line-height:1.12;font-size:40px}
.lede{font-size:16px;color:rgba(255,255,255,0.80);max-width:60ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero-meta{
  display:flex;gap:14px;flex-wrap:wrap;margin-top:16px
}
.pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:10px 12px;border-radius:999px;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  color:var(--muted);
  font-weight:650;font-size:13px;
}
.hero-media{min-height:340px}
.hero-media img{width:100%;height:100%;object-fit:cover}
.section{padding:34px 0}
.section h2{margin:0 0 10px 0;font-size:26px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.feature{
  padding:18px;
}
.feature h3{margin:10px 0 8px 0}
.feature p{margin:0}
.icon{
  width:42px;height:42px;border-radius:14px;
  background: rgba(56,189,248,0.18);
  border:1px solid rgba(56,189,248,0.28);
  display:flex;align-items:center;justify-content:center;
  font-weight:900;color:rgba(255,255,255,0.9)
}
.media-card img{aspect-ratio: 16/10; object-fit:cover}
.media-card .pad{padding:16px}
.badge{
  display:inline-flex;align-items:center;
  padding:6px 10px;border-radius:999px;
  background: rgba(14,165,164,0.18);
  border:1px solid rgba(14,165,164,0.30);
  color: rgba(255,255,255,0.86);
  font-weight:700;font-size:12px;
}
.list{
  margin:12px 0 0 0; padding:0 0 0 18px; color:var(--muted);
}
.list li{margin:6px 0}
.split{
  display:grid;grid-template-columns:0.92fr 1.08fr; gap:18px; align-items:start;
}
.callout{
  padding:18px;
}
.form{
  display:grid; gap:12px;
}
label{font-weight:700;color:rgba(255,255,255,0.84);font-size:14px}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.18);
  background: rgba(4,16,24,0.35);
  color: var(--text);
  outline: none;
}
textarea{min-height:120px; resize:vertical}
input:focus, textarea:focus, select:focus{
  border-color: rgba(56,189,248,0.60);
  box-shadow: 0 0 0 4px rgba(56,189,248,0.15);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.note{
  color: var(--muted2);
  font-size:12px;
}
.alert{
  padding:12px 14px;border-radius:14px;
  border:1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.86);
}
.alert.error{border-color: rgba(239,68,68,0.35); background: rgba(239,68,68,0.12)}
.alert.success{border-color: rgba(34,197,94,0.35); background: rgba(34,197,94,0.12)}
footer{
  margin-top:26px;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.12);
}
.footer-grid{
  display:grid;grid-template-columns:1.2fr 0.8fr 1fr;gap:18px;
  padding:26px 0;
}
.footer-grid a{color:var(--muted);font-weight:650;font-size:14px}
.footer-grid a:hover{color:var(--text);text-decoration:none}
.fineprint{color:var(--muted2);font-size:12px;margin-top:10px}
.cookie{
  position:fixed; left:18px; right:18px; bottom:18px;
  max-width: 920px;
  margin:0 auto;
  z-index:999;
  display:none;
}
.cookie .inner{
  display:flex;gap:14px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;
  padding:16px;
}
.cookie p{margin:0;max-width:70ch}
.cookie .actions{display:flex;gap:10px;flex-wrap:wrap}
.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,0.12);
}
.table th,.table td{
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,0.10);
  text-align:left;
  color:var(--muted);
  vertical-align:top;
}
.table th{color:rgba(255,255,255,0.86);font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.table tr:last-child td{border-bottom:0}
.gallery{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery a{display:block;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,0.12)}
.gallery img{aspect-ratio: 4/3; object-fit:cover; transform:scale(1.01)}
.gallery a:hover img{transform:scale(1.04)}
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .gallery{grid-template-columns: repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width: 720px){
  h1{font-size:34px}
  .nav-links{display:none}
  .mobile-toggle{display:inline-flex}
  .nav-links.open{
    display:flex;
    position:absolute;
    left:0; right:0; top:64px;
    padding:14px 18px;
    background: rgba(11,18,32,0.92);
    border-bottom:1px solid rgba(255,255,255,0.10);
    flex-direction:column;
    align-items:flex-start;
  }
  .form-row{grid-template-columns:1fr}
  .gallery{grid-template-columns: 1fr}
}
