:root {
  --bg: #070b14;
  --bg-2: #0e1524;
  --card: #121a2c;
  --line: rgba(120, 220, 255, 0.18);
  --text: #e8f1ff;
  --muted: #9bb0c9;
  --accent: #3cffd0;
  --accent-2: #6aa8ff;
  --warn: #ffb020;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", "PT Sans", "Manrope", system-ui, sans-serif;
  background: radial-gradient(1200px 600px at 10% -10%, #16325a 0%, transparent 55%),
              radial-gradient(900px 500px at 100% 0%, #0c3a36 0%, transparent 50%),
              var(--bg);
  color: var(--text);
  line-height: 1.55;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.noise {
  pointer-events: none;
  position: fixed; inset: 0;
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  z-index: 0;
}
.nav, main, .footer { position: relative; z-index: 1; }
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 6vw;
  position: sticky; top: 0;
  background: rgba(7,11,20,.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  z-index: 5;
}
.logo { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 700; }
.logo-mark {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #04110d; font-size: 13px; font-weight: 800;
}
.nav nav { display: flex; gap: 18px; }
.nav nav a { color: var(--muted); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--accent), #2ad1ff);
  color: #04110d; font-weight: 700; border: 0; border-radius: 999px;
  padding: 12px 20px; cursor: pointer; text-decoration: none;
}
.btn:hover { text-decoration: none; filter: brightness(1.08); }
.btn-ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--line);
}
.btn-sm { padding: 8px 14px; font-size: 14px; }
.hero { padding: 72px 6vw 40px; max-width: 1100px; }
.eyebrow { letter-spacing: .18em; text-transform: uppercase; color: var(--accent); font-size: 12px; }
.hero h1 { font-size: clamp(32px, 6vw, 64px); line-height: 1.05; margin: 8px 0 16px; max-width: 16ch; }
.lead { font-size: 20px; color: var(--muted); max-width: 52ch; }
.hero-actions { display: flex; gap: 12px; margin: 28px 0 40px; flex-wrap: wrap; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; padding: 0; list-style: none; }
.stats li { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; }
.stats strong { display: block; font-size: 22px; }
.stats span { color: var(--muted); font-size: 13px; }
.section { padding: 72px 6vw; }
.section.alt { background: rgba(255,255,255,.02); }
.section h2 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; }
.section-lead { color: var(--muted); max-width: 60ch; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 28px; }
.card, .price, blockquote {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px;
}
.card-visual { height: 140px; border-radius: 12px; margin-bottom: 14px; }
.v1 { background: linear-gradient(135deg, #123, #1f6), radial-gradient(circle at 70% 30%, #3cffd0, transparent 40%); }
.v2 { background: linear-gradient(135deg, #201040, #164), radial-gradient(circle at 20% 80%, #6aa8ff, transparent 45%); }
.v3 { background: linear-gradient(135deg, #102, #041018), repeating-linear-gradient(90deg, rgba(60,255,208,.15) 0 2px, transparent 2px 18px); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chips span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; color: var(--muted); }
.fine { color: var(--muted); font-size: 13px; }
.price { position: relative; }
.price .sum { font-size: 32px; font-weight: 800; margin: 8px 0 16px; }
.price ul { padding-left: 18px; color: var(--muted); }
.price .btn { width: 100%; margin-top: 12px; }
.featured { outline: 1px solid var(--accent); }
.badge {
  position: absolute; top: 16px; right: 16px; margin: 0;
  background: var(--accent); color: #04110d; font-size: 12px; font-weight: 800;
  border-radius: 999px; padding: 4px 10px;
}
.events { list-style: none; padding: 0; max-width: 760px; }
.events li { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.events time { color: var(--accent); font-weight: 800; min-width: 56px; }
.quotes blockquote { margin: 0; }
.quotes cite { color: var(--muted); font-style: normal; font-size: 13px; }
.book { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.contacts { padding-left: 18px; color: var(--muted); }
.form { display: grid; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.form label { display: grid; gap: 6px; font-size: 14px; color: var(--muted); }
.form input, .form select {
  background: #0b1220; border: 1px solid var(--line); color: var(--text);
  border-radius: 12px; padding: 12px; font: inherit;
}
details { border-bottom: 1px solid var(--line); padding: 14px 0; }
summary { cursor: pointer; font-weight: 700; }
.footer {
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  padding: 32px 6vw 100px; border-top: 1px solid var(--line); color: var(--muted);
}
.footer a { margin-right: 14px; color: var(--muted); }
.cookies {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 8;
  display: flex; gap: 16px; align-items: center; justify-content: space-between;
  background: #10182a; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px;
}
.legal { max-width: 820px; padding: 40px 6vw 80px; }
.legal h1 { margin-top: 0; }
.breadcrumbs { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.breadcrumbs a { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.step b, .step strong { display: block; color: var(--accent); margin-bottom: 8px; }
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 160px 160px; gap: 12px; margin-top: 28px; }
.gallery div, .gallery span { border-radius: 14px; border: 1px solid var(--line); display: block; }
.g1 { grid-row: 1 / 3; background: linear-gradient(160deg,#0b2a3a,#123 40%,#3cffd033); }
.g2 { background: linear-gradient(135deg,#241040,#164); }
.g3 { background: linear-gradient(135deg,#102,#3cffd022); }
.g4 { background: repeating-linear-gradient(90deg,rgba(106,168,255,.2) 0 3px,transparent 3px 16px), #10182a; }
.g5 { background: radial-gradient(circle at 30% 40%,#3cffd044,transparent 50%), #121a2c; }
.news { display: grid; gap: 16px; margin-top: 24px; }
.news a { display: grid; gap: 6px; color: inherit; padding: 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.news a:hover { text-decoration: none; border-color: var(--accent); }
.news time { color: var(--accent); font-size: 13px; }
.team { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.person { text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 12px; }
.avatar { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 10px; }
.a1 { background: linear-gradient(135deg,#3cffd0,#6aa8ff); }
.a2 { background: linear-gradient(135deg,#6aa8ff,#241040); }
.a3 { background: linear-gradient(135deg,#ffb020,#3cffd0); }
.a4 { background: linear-gradient(135deg,#164,#3cffd0); }
.map { height: 220px; border-radius: var(--radius); border: 1px solid var(--line); margin-top: 16px; position: relative;
  background:
    linear-gradient(90deg,transparent 49%,var(--line) 49% 51%,transparent 51%),
    linear-gradient(transparent 49%,var(--line) 49% 51%,transparent 51%),
    radial-gradient(circle at 42% 48%, #3cffd0 0 6px, transparent 7px),
    #0b1220; }
.pin { position: absolute; left: 42%; top: 46%; width: 14px; height: 14px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 8px rgba(60,255,208,.18); }
.news-list { display: grid; gap: 16px; margin-top: 24px; }
.news-list article { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.news-list time { color: var(--accent); font-size: 13px; }
.hours { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; color: var(--muted); }
@media (max-width: 900px) {
  .nav nav { display: none; }
  .stats, .grid-3, .book, .steps, .team { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .hero { padding-top: 40px; }
}
