:root {
  --bg: #081018;
  --panel: rgba(15, 27, 40, 0.88);
  --panel-2: rgba(18, 32, 48, 0.96);
  --text: #f6f7fb;
  --muted: #b5bfd0;
  --gold: #f3c96a;
  --gold-strong: #ffdb88;
  --line: rgba(255,255,255,0.08);
  --mint: #d6ffe6;
  --shadow: 0 18px 50px rgba(0,0,0,0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 214, 120, 0.10), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 192, 203, 0.10), transparent 18%),
    linear-gradient(180deg, #071018 0%, #0d1723 55%, #09111a 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.top-banner {
  text-align: center;
  background: linear-gradient(90deg, #f8df8f, #ffd6de, #d9ffe5);
  color: #16212c;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 14px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(6, 12, 18, 0.68);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}
.logo-wrap { display:flex; align-items:center; gap:12px; }
.logo-mark {
  width: 44px; height: 44px; border-radius: 14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--gold), #fff0bd);
  color: #101820; font-weight: 800; font-size: 20px;
  box-shadow: var(--shadow);
}
.brand { font-weight: 800; letter-spacing: 0.08em; }
.tag { color: var(--muted); font-size: 13px; }
.nav { display:flex; gap:18px; flex-wrap:wrap; }
.nav a { color: var(--muted); font-weight: 600; }
.nav a:hover { color: var(--gold-strong); }
.hero { padding: 72px 0 36px; }
.hero-grid {
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}
.eyebrow {
  display:inline-block;
  color: #16212c;
  background: linear-gradient(90deg, #f8df8f, #ffe9ac);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero h1, .section h2 {
  margin: 16px 0 10px;
  line-height: 1.02;
}
.hero h1 { font-size: clamp(2.3rem, 6vw, 4.8rem); max-width: 12ch; }
.lead { font-size: 1.1rem; color: var(--muted); max-width: 58ch; }
.cta-row { display:flex; gap:14px; flex-wrap:wrap; margin-top: 24px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center;
  min-height: 50px; padding: 0 18px; border-radius: 16px;
  font-weight: 800; transition: .2s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #ffe7a6);
  color: #14202b;
  box-shadow: var(--shadow);
}
.btn-secondary {
  background: rgba(255,255,255,0.03);
  color: var(--text);
  border-color: rgba(255,255,255,0.14);
}
.full { width: 100%; }
.highlights {
  list-style: none; padding: 0; margin: 24px 0 0;
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px;
}
.highlights li, .stat-card, .price-card, .review-card, .hours-card, .contact-card, .cta-box, .hero-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.highlights li {
  border-radius: 16px; padding: 14px;
  color: var(--muted); font-weight: 600;
}
.hero-card { position: relative; min-height: 420px; }
.shine {
  position:absolute; inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 224, 130, 0.22), transparent 25%), radial-gradient(circle at bottom left, rgba(255, 214, 232, 0.12), transparent 20%);
  filter: blur(20px);
}
.hero-panel {
  position: relative;
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(17, 29, 42, 0.95), rgba(11, 19, 29, 0.92));
}
.panel-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 18px; }
.feature-list { display:grid; gap: 16px; }
.feature { display:flex; gap: 14px; align-items:flex-start; }
.feature span { font-size: 1.6rem; }
.feature p { margin: 4px 0 0; color: var(--muted); }
.stats { padding: 10px 0 24px; }
.stat-grid, .services-grid, .review-grid, .footer-grid, .two-col {
  display:grid; gap: 18px;
}
.stat-grid { grid-template-columns: repeat(3, 1fr); }
.stat-card { border-radius: 22px; padding: 24px; text-align:center; }
.stat-card strong { display:block; font-size: 2rem; color: var(--gold-strong); }
.stat-card span { color: var(--muted); }
.section { padding: 64px 0; }
.alt { background: rgba(255,255,255,0.02); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 700px; margin-bottom: 28px; }
.section-head p, .section p { color: var(--muted); }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.price-card {
  position: relative;
  border-radius: 24px; padding: 24px;
}
.price-card.featured { background: linear-gradient(180deg, rgba(33, 44, 22, 0.94), rgba(19, 31, 37, 0.96)); }
.badge {
  position:absolute; top: 16px; right: 16px; padding: 7px 11px; border-radius: 999px;
  background: linear-gradient(90deg, #d9ffe5, #f9efbb); color: #14202b; font-size: 12px; font-weight: 800;
}
.price-top { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; }
.price-top h3 { margin:0; max-width: 12ch; }
.price { font-size: 2rem; font-weight: 800; color: var(--gold-strong); }
.price-card ul { padding-left: 18px; color: var(--muted); line-height: 1.7; min-height: 180px; }
.two-col { grid-template-columns: repeat(2, 1fr); align-items:start; }
.hours-card, .contact-card { border-radius: 22px; padding: 22px; }
.hours-card div {
  display:flex; justify-content:space-between; gap:10px; padding: 14px 0; border-bottom: 1px solid var(--line);
}
.hours-card div:last-child { border-bottom: 0; }
.hours-card span { color: var(--muted); }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-card { border-radius: 22px; padding: 22px; }
.review-card p { font-size: 1.05rem; }
.cta-box {
  border-radius: 28px; padding: 28px;
  display:flex; justify-content:space-between; gap:22px; align-items:center;
  background: linear-gradient(135deg, rgba(248,223,143,0.12), rgba(255,214,222,0.06), rgba(214,255,230,0.08));
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 50px;
  background: rgba(0,0,0,0.18);
}
.footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
.footer-brand { margin-bottom: 8px; }
.site-footer h4 { margin: 0 0 10px; }
.site-footer p { color: var(--muted); margin: 6px 0; }

@media (max-width: 900px) {
  .hero-grid, .services-grid, .review-grid, .two-col, .footer-grid, .stat-grid { grid-template-columns: 1fr; }
  .highlights { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; }
  .nav { display:none; }
  .cta-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1120px); }
  .hero h1 { max-width: none; }
  .price-top { flex-direction: column; }
}
