:root {
  --bg: #0e1015;
  --bg-soft: #171b22;
  --panel: #161b24;
  --panel-2: #1d2430;
  --text: #f6f8fb;
  --muted: #b8c0ce;
  --line: rgba(255,255,255,0.1);
  --gold: #e4c179;
  --accent: #6ea8ff;
  --red: #ff7272;
  --green: #8fe2a8;
  --shadow: 0 26px 70px rgba(0,0,0,0.35);
  --radius: 24px;
  --max: 1220px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top right, rgba(228,193,121,0.15), transparent 20%), linear-gradient(180deg, #0b0d12 0%, #12161e 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.promo-bar { background: linear-gradient(90deg, var(--gold), #f0d5a3); color: #121212; text-align: center; font-weight: 800; font-size: 0.86rem; padding: 0.75rem 1rem; letter-spacing: 0.04rem; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); background: rgba(11,13,18,0.85); border-bottom: 1px solid rgba(255,255,255,0.06); }
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.brand { display: inline-flex; flex-direction: column; gap: 0.15rem; }
.brand-mark { color: var(--gold); text-transform: uppercase; font-size: 0.74rem; letter-spacing: 0.22rem; font-weight: 700; }
.brand-name { font-size: 1.35rem; font-weight: 900; letter-spacing: 0.06rem; }
.nav-links, .button-row, .footer-links, .trust-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.nav-links a { color: var(--muted); }
.nav-links a.active, .nav-links a:hover { color: #fff; }
.nav-cta, .btn, .btn-secondary, .btn-ghost { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0.95rem 1.35rem; border-radius: 999px; font-weight: 800; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.nav-cta, .btn { background: linear-gradient(135deg, var(--gold), #f5d99e); color: #111; box-shadow: 0 12px 30px rgba(228,193,121,0.22); }
.btn-secondary { background: #fff; color: #121212; }
.btn-ghost { border: 1px solid rgba(255,255,255,0.12); color: var(--muted); }
.nav-cta:hover, .btn:hover, .btn-secondary:hover, .btn-ghost:hover { transform: translateY(-1px); }
.hero { padding: 4.5rem 0 2.6rem; }
.hero-grid, .two-col { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: 2rem; align-items: center; }
.eyebrow { display: inline-flex; padding: 0.45rem 0.8rem; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); color: var(--gold); font-size: 0.76rem; letter-spacing: 0.16rem; text-transform: uppercase; font-weight: 700; }
h1, h2, h3 { line-height: 1.06; margin: 0 0 1rem; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); letter-spacing: -0.05em; }
h2 { font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -0.04em; }
h3 { font-size: 1.28rem; }
.lead, p, li { color: var(--muted); }
.lead { font-size: 1.08rem; max-width: 62ch; }
.navbar > *, .hero-grid > *, .two-col > *, .metric-grid > *, .card-grid > *, .value-grid > *, .testimonial-grid > *, .offer-grid > *, .benefit-grid > *, .faq-grid > *, .form-grid > *, .gallery-grid > *, .photo-stack > * { min-width: 0; }
.metric-grid, .card-grid, .value-grid, .testimonial-grid, .offer-grid { display: grid; gap: 1rem; }
.metric-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 2rem; }
.benefit-grid, .faq-grid, .form-grid, .gallery-grid, .photo-stack { display: grid; gap: 1rem; }
.benefit-grid, .faq-grid, .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.photo-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.photo-stack .photo-card:first-child { grid-column: span 2; }
.card, .metric, .value-card, .testimonial, .offer-card, .panel, .cta-band, .profile-card, .highlight-panel, .benefit-card, .faq-item, .form-card, .note-box, .photo-card { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card, .metric, .value-card, .testimonial, .offer-card, .panel, .profile-card, .highlight-panel, .benefit-card, .faq-item, .form-card, .note-box { padding: 1.35rem; }
.metric strong { display: block; font-size: 1.8rem; color: #fff; margin-bottom: 0.2rem; }
.hero-frame { position: relative; min-height: clamp(500px, 48vw, 680px); overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,14,0.08) 18%, rgba(8,10,14,0.28) 45%, rgba(8,10,14,0.92) 100%); }
.hero-copy-box { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; z-index: 1; max-width: 30rem; }
section { padding: 2.2rem 0; }
.section-intro { max-width: 760px; margin-bottom: 1.25rem; }
.page-hero { padding: 4rem 0 1.2rem; }
.page-hero.compact { padding-bottom: 0.2rem; }
.offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.offer-card.featured { border-color: rgba(228,193,121,0.35); }
.kicker { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: 0.12rem; font-size: 0.76rem; font-weight: 700; margin-bottom: 0.8rem; }
.price-tag { color: #fff; font-size: 2.3rem; font-weight: 900; margin: 0.6rem 0; }
ul.clean-list, ul.check-list { list-style: none; padding: 0; margin: 1rem 0 0; }
ul.clean-list li, ul.check-list li { position: relative; padding-left: 1.2rem; margin-bottom: 0.55rem; }
ul.clean-list li::before, ul.check-list li::before { content: "•"; position: absolute; left: 0; top: 0; color: var(--gold); }
.gallery-grid img, .photo-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; border-radius: calc(var(--radius) - 6px); }
.faq-item h3 { color: #fff; }
.form-card form { display: block; }
label { display: block; margin-bottom: 0.9rem; font-weight: 700; color: #fff; }
label span { display: block; margin-bottom: 0.45rem; }
input, select, textarea { width: 100%; border-radius: 14px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: var(--text); padding: 0.95rem 1rem; font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #95a1b5; }
.form-note { color: #95a1b5; font-size: 0.92rem; }
.value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quote { color: #fff; font-weight: 700; }
.cta-band { padding: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.site-footer { padding: 2rem 0 3rem; border-top: 1px solid rgba(255,255,255,0.06); }
.site-footer small { color: #8e98a8; }
@media (min-width: 1480px) {
  :root { --max: 1300px; }
  .hero { padding: 5rem 0 3rem; }
}
@media (max-width: 1220px) {
  .navbar { align-items: flex-start; padding: 1rem 0; }
  .nav-links { order: 3; width: 100%; gap: 0.75rem; }
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .metric-grid, .value-grid, .testimonial-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .hero-grid, .two-col, .metric-grid, .value-grid, .testimonial-grid, .offer-grid, .benefit-grid, .faq-grid, .form-grid, .gallery-grid, .photo-stack { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .hero-frame { min-height: 480px; }
  .photo-stack .photo-card:first-child { grid-column: span 1; }
}
