:root {
  --bg: #07080b;
  --bg-2: #0e1016;
  --bg-3: #151821;
  --asphalt: #1c202b;
  --line: rgba(255, 245, 235, .08);
  --line-strong: rgba(255, 245, 235, .16);
  --text: #f6f1ea;
  --muted: #9aa3b5;
  --mute-2: #6d7588;
  --red: #e11d2e;
  --red-2: #ff4d55;
  --red-dim: rgba(225, 29, 46, .16);
  --gold: #e8c9a0;
  --ok: #8fd9b1;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
  --radius: 18px;
  --wrap: 1180px;
  --header-h: 76px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Oswald", "Outfit", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 12px; top: 12px; z-index: 80; background: #fff; color: #111; padding: 8px 12px; }

.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); letter-spacing: .18em; text-transform: uppercase;
  font-size: 12px; font-weight: 650; margin: 0 0 10px;
}
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.12;
  margin: 0;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.15rem, 5.4vw, 4.1rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
h3 { font-size: 1.15rem; letter-spacing: .04em; }
p { margin: 0 0 1rem; color: var(--muted); }
.lead { font-size: 1.12rem; color: #d5dbe8; }

.topbar {
  background: #05060a;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.topbar .wrap {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; flex-wrap: wrap;
}
.topbar a:hover { color: var(--text); }
.topbar .rec {
  display: inline-flex; align-items: center; gap: 7px; color: var(--red-2);
  font-weight: 650; letter-spacing: .12em; text-transform: uppercase; font-size: 11px;
}
.topbar .rec i {
  width: 8px; height: 8px; border-radius: 50%; background: var(--red);
  box-shadow: 0 0 0 4px var(--red-dim); animation: pulse 1.8s ease infinite;
}
@keyframes pulse { 50% { opacity: .45; } }

header.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(7, 8, 11, .84);
  border-bottom: 1px solid var(--line);
}
header.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px; object-fit: cover;
  border: 1px solid var(--line-strong);
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-kicker {
  font-family: var(--display); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold);
}
.brand-name {
  font-family: var(--display); font-size: 15px; letter-spacing: .08em;
  text-transform: uppercase; font-weight: 600;
}
nav.main-nav ul {
  list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; flex-wrap: wrap;
}
nav.main-nav a {
  display: block; padding: 8px 12px; border-radius: 999px;
  color: var(--muted); font-size: 14px; font-weight: 550;
}
nav.main-nav a:hover, nav.main-nav a[aria-current="page"] { color: var(--text); background: var(--bg-3); }
.header-cta { display: flex; gap: 8px; align-items: center; }
.burger {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent;
  border-radius: 12px; cursor: pointer; padding: 0;
}
.burger span { display: block; width: 18px; height: 2px; background: #fff; margin: 5px auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; font-weight: 650; border: 1px solid transparent;
  cursor: pointer; transition: .18s ease; white-space: nowrap;
}
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 30px rgba(225, 29, 46, .28); }
.btn-primary:hover { background: #c41222; }
.btn-ghost { background: transparent; border-color: var(--line-strong); color: var(--text); }
.btn-ghost:hover { background: var(--bg-3); }
.btn-gold { background: var(--gold); color: #1a120b; }
.btn-gold:hover { filter: brightness(1.05); }

.hero {
  position: relative; isolation: isolate;
  min-height: min(86vh, 820px);
  display: grid; align-items: end;
  border-bottom: 1px solid var(--line);
}
.hero-media {
  position: absolute; inset: 0; z-index: -1;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7,8,11,.92) 0%, rgba(7,8,11,.55) 48%, rgba(7,8,11,.28) 100%),
    linear-gradient(180deg, rgba(7,8,11,.2) 0%, rgba(7,8,11,.88) 100%);
}
.hero-inner { padding: 72px 0 56px; max-width: 760px; }
.hero h1 span {
  display: block; margin-top: 10px;
  font-size: .42em; letter-spacing: .08em; color: var(--gold); font-weight: 500;
}
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 22px 0 18px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line-strong); background: rgba(7,8,11,.45);
  border-radius: 999px; padding: 6px 10px; font-size: 13px; color: #e7ebf4;
}

.section { padding: 78px 0; border-bottom: 1px solid var(--line); }
.section-head { margin-bottom: 28px; max-width: 720px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.grid-3, .grid-4, .grid-2 { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card, .price-card, .city-card, .post-card {
  background: linear-gradient(180deg, #141822, #0f1219);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.card { padding: 22px; }
.card h3 { margin-bottom: 8px; }
.card p:last-child { margin-bottom: 0; }
.card .icon {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--red-dim); color: var(--red-2); margin-bottom: 14px;
}
.stat-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px;
}
.stat {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px;
}
.stat b {
  display: block; font-family: var(--display); font-size: 1.7rem; letter-spacing: .04em;
}
.stat span { color: var(--muted); font-size: 13px; }

.price-card { padding: 0; display: flex; flex-direction: column; }
.price-card .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.price-card .tag {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700;
}
.price-card .amount {
  font-family: var(--display); font-size: 2rem; color: #fff;
}
.price-card .amount small { font-size: .45em; color: var(--muted); letter-spacing: .08em; margin-left: 4px; }
.price-card ul { margin: 8px 0 16px; padding: 0 0 0 18px; color: var(--muted); flex: 1; }
.price-card .body .btn { margin-top: auto; }
.price-card .photo {
  background: #fff;
  min-height: 300px;
  padding: 56px 36px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.price-card .photo img {
  width: auto;
  height: auto;
  max-width: 76%;
  max-height: 196px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 8px 0 4px;
}
.compare div {
  background: #0b0d12; border: 1px solid var(--line); border-radius: 12px; padding: 10px;
}
.compare .lbl { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute-2); }
.compare .val { font-weight: 700; color: #fff; }
.compare .val.strike { color: var(--mute-2); text-decoration: line-through; font-weight: 550; }
.save-line {
  color: var(--ok); font-weight: 700; font-size: 14px; margin: 0 0 10px;
}
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 760px; }
.compare-table th, .compare-table td { padding: 11px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table th { color: var(--gold); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; background: #0b0d12; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table .num { white-space: nowrap; font-variant-numeric: tabular-nums; }
.compare-table .save { color: var(--ok); font-weight: 700; white-space: nowrap; }
.partner {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 6px 12px;
  font-size: 13px; color: var(--gold);
}

.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.gallery a, .gallery img { border-radius: 14px; }
.gallery img { height: 170px; width: 100%; object-fit: cover; filter: saturate(.92); }

.faq details {
  border-top: 1px solid var(--line); padding: 14px 0;
}
.faq summary {
  cursor: pointer; font-weight: 650; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin: 10px 0 0; }

.breadcrumbs { font-size: 13px; color: var(--mute-2); padding: 16px 0 0; }
.breadcrumbs a:hover { color: var(--text); }

.prose { max-width: 760px; }
.prose h2, .prose h3 { margin: 1.4em 0 .5em; text-transform: none; letter-spacing: 0; font-family: var(--font); }
.prose ul { color: var(--muted); }

.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.15fr;
  gap: 22px;
  align-items: stretch;
}
.contact-aside {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.contact-hero-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  flex: 1;
}
.contact-hero-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.contact-hero-body { padding: 20px 22px 22px; }
.contact-phone {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  letter-spacing: .04em;
  color: #fff;
  margin: 4px 0 10px;
}
.contact-phone:hover { color: var(--gold); }
.contact-hero-body > p { margin-bottom: 0; }
.contact-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.contact-tiles .contact-tile:first-child { grid-column: 1 / -1; }
.contact-tile {
  display: block;
  background: #0b0d12;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
}
a.contact-tile:hover { border-color: var(--line-strong); background: var(--bg-3); }
.contact-tile .lbl {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 650;
  margin-bottom: 6px;
}
.contact-tile .val { color: #e7ebf4; font-weight: 550; font-size: 14px; word-break: break-word; }
.contact-prep {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.contact-prep h2 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.contact-prep ul {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--muted);
}
.contact-prep li { margin: 0 0 6px; }
.contact-prep li:last-child { margin-bottom: 0; }
form.panel, .panel {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
}
label { display: block; font-size: 13px; color: var(--muted); margin: 0 0 6px; }
input, select, textarea {
  width: 100%; background: #0b0d12; border: 1px solid var(--line-strong);
  border-radius: 12px; padding: 12px 12px; margin-bottom: 12px;
}
textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { font-size: 12px; color: var(--mute-2); }
.form-alert {
  background: var(--red-dim);
  border: 1px solid rgba(225, 29, 46, .45);
  color: #ffc9ce;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 0 0 16px;
  font-size: 14px;
}

.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.city-card { padding: 16px 18px; transition: .16s ease; }
.city-card:hover { border-color: rgba(225, 29, 46, .45); transform: translateY(-2px); }
.city-card b { display: block; margin-bottom: 4px; }
.city-card span { color: var(--muted); font-size: 13px; }

.page-hero {
  padding: 42px 0 28px;
  background:
    radial-gradient(800px 280px at 10% -10%, rgba(225,29,46,.18), transparent 60%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}

footer.site-footer {
  background: #05060a; padding: 48px 0 28px; color: var(--muted); font-size: 14px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 24px; margin-bottom: 28px; }
footer h3 { font-size: 13px; color: var(--gold); margin-bottom: 12px; }
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin: 0 0 8px; }
footer a:hover { color: var(--text); }
.footer-copy {
  border-top: 1px solid var(--line); padding-top: 16px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12px;
}

.mobile-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(7,8,11,.92); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  gap: 8px;
}
.mobile-cta .btn { flex: 1; }

@media (max-width: 980px) {
  .grid-4, .grid-3, .stat-row, .gallery, .city-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .header-cta .btn-ghost { display: none; }
  nav.main-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #0b0d12; border-bottom: 1px solid var(--line); padding: 12px 20px 20px;
  }
  nav.main-nav.open { display: block; }
  nav.main-nav ul { flex-direction: column; }
  .burger { display: block; }
  .hero { min-height: 72vh; }
}
@media (max-width: 700px) {
  .wrap { width: min(var(--wrap), calc(100% - 28px)); }
  .grid-2, .grid-3, .grid-4, .stat-row, .gallery, .city-grid, .footer-grid, .contact-grid, .form-row, .contact-tiles { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 76px; }
  .gallery img { height: 210px; }
}
