:root {
  --bg: #07111f;
  --bg-soft: #0e1d32;
  --panel: rgba(255,255,255,.08);
  --panel-strong: rgba(255,255,255,.12);
  --text: #f6f9ff;
  --muted: #b7c3d7;
  --line: rgba(255,255,255,.14);
  --blue: #28a8ff;
  --cyan: #58f0ff;
  --green: #43e08a;
  --shadow: 0 24px 80px rgba(0,0,0,.38);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(40,168,255,.22), transparent 32rem),
    radial-gradient(circle at 90% 20%, rgba(67,224,138,.14), transparent 28rem),
    var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 82px 0; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(7,17,31,.78);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #06101d; font-weight: 900;
}
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-weight: 600; }
.nav-links a:hover { color: var(--text); }
.nav-cta { color: var(--text) !important; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); }
.nav-toggle { display: none; background: transparent; color: var(--text); border: 0; font-size: 28px; }
.hero { padding-top: 110px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 5.7rem); line-height: .96; letter-spacing: -.07em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.04; letter-spacing: -.05em; margin-bottom: 18px; }
h3 { line-height: 1.2; margin-bottom: 10px; }
.hero-text, .section-heading p, .about p, .contact p { color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0; }
.button { border: 0; border-radius: 999px; padding: 14px 20px; font-weight: 800; cursor: pointer; display: inline-flex; justify-content: center; }
.button.primary { background: linear-gradient(135deg, var(--blue), var(--green)); color: #06101d; }
.button.secondary { background: var(--panel); border: 1px solid var(--line); color: var(--text); }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-row span { color: var(--muted); border: 1px solid var(--line); background: rgba(255,255,255,.05); padding: 8px 12px; border-radius: 999px; font-size: .9rem; }
.hero-card, .contact-card, .booking-card, .card, .about-panel {
  background: linear-gradient(180deg, var(--panel-strong), rgba(255,255,255,.055));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { padding: 34px; position: relative; overflow: hidden; }
.hero-card:before { content: ""; position: absolute; inset: -40% -20% auto auto; width: 260px; height: 260px; background: rgba(88,240,255,.16); filter: blur(20px); border-radius: 50%; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; margin-bottom: 22px; }
.status-pill span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.hero-card ul { padding-left: 20px; color: var(--muted); }
.stats-strip { padding: 26px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stats-grid div { border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: rgba(255,255,255,.05); }
.stats-grid strong { display: block; font-size: 1.2rem; }
.stats-grid span { color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 24px; min-height: 245px; }
.card p { color: var(--muted); }
.icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(40,168,255,.16); color: var(--cyan); font-weight: 900; margin-bottom: 22px; }
.process { background: rgba(255,255,255,.035); border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.steps { display: grid; gap: 16px; }
.step { display: flex; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.055); }
.step span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--text); color: var(--bg); font-weight: 900; }
.step p { color: var(--muted); margin-bottom: 0; }
.about-grid, .contact-grid, .schedule-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.about-panel { padding: 30px; }
.contact-card { padding: 24px; display: grid; gap: 14px; }
.schedule-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.booking-card { min-height: 640px; overflow: hidden; }
.booking-card iframe { width: 100%; height: 640px; border: 0; display: block; background: #fff; }
label { display: grid; gap: 7px; color: var(--muted); font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.08); color: var(--text); padding: 13px 14px; font: inherit; }
textarea { resize: vertical; }
.form-note { font-size: .85rem !important; margin-bottom: 0; }
.footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .hero-grid, .process-grid, .about-grid, .contact-grid, .schedule-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 74px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,17,31,.96); }
  .nav-links.open { display: flex; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
  .hero { padding-top: 78px; }
  .booking-card { min-height: 560px; }
  .booking-card iframe { height: 560px; }
}
