
:root {
  --bg: #05070b;
  --bg-soft: #0d1016;
  --surface: rgba(255,255,255,.045);
  --surface-2: rgba(255,255,255,.07);
  --text: #f7f3ea;
  --muted: #b8afa1;
  --line: rgba(212,184,123,.18);
  --gold-1: #6f5322;
  --gold-2: #b08a46;
  --gold-3: #d7b46a;
  --gold-4: #f3dfae;
  --gold-5: #fff4d6;
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  --radius: 24px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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 18% 12%, rgba(215,180,106,.12), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(243,223,174,.08), transparent 20%),
    linear-gradient(180deg, #080a0f 0%, #05070b 38%, #090b10 100%);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,.03) 28%, transparent 40%);
  opacity: .5;
  mix-blend-mode: screen;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.section { padding: 92px 0; }

.topbar {
  position: sticky; top: 0; z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(5,7,11,.72);
  border-bottom: 1px solid rgba(212,184,123,.12);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 82px; gap: 20px;
}
.logo-wrap { display: flex; align-items: center; gap: 14px; }
.logo {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  font-weight: 900; letter-spacing: -.5px;
  color: #1f1609;
  border: 1px solid rgba(255,255,255,.24);
  background: linear-gradient(135deg, #4f3914 0%, #a97e3d 18%, #f4dfb1 35%, #c79d56 50%, #fff0ca 62%, #9a7335 78%, #4e3816 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 14px 38px rgba(173,130,59,.18);
}
.brand-title { font-size: 18px; font-weight: 800; letter-spacing: .2px; }
.brand-sub { color: var(--muted); font-size: 13px; margin-top: 2px; }
.nav-links {
  display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 600;
}
.nav-links a:hover { color: #fff3d5; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 24px; border-radius: 16px;
  font-weight: 800; font-size: 15px; border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #1f1609;
  background: linear-gradient(135deg, #4f3914 0%, #a97e3d 18%, #f4dfb1 35%, #c79d56 50%, #fff0ca 62%, #9a7335 78%, #4e3816 100%);
  border-color: rgba(255,255,255,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 14px 38px rgba(173,130,59,.18);
}
.btn-secondary {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-color: var(--line);
  color: #fff7e8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  color: #f8f1e4; font-size: 14px; font-weight: 700;
  margin-bottom: 18px;
}
.badge .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-5));
  box-shadow: 0 0 18px rgba(243,223,174,.42);
}
.hero { padding: 74px 0 44px; }
.hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items: center;
}
.hero h1 {
  font-size: clamp(42px, 6vw, 80px);
  line-height: .94; margin: 18px 0; letter-spacing: -2.2px;
}
.lead { max-width: 680px; color: var(--muted); font-size: 18px; margin: 0 0 22px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.hero-trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 40px; padding: 0 14px; border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(212,184,123,.12);
  color: #efe3ca; font-size: 13px; font-weight: 700;
}
.showcase {
  position: relative; padding: 22px; border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(212,184,123,.16);
  box-shadow: var(--shadow); overflow: hidden;
}
.showcase-panel {
  min-height: 580px; border-radius: 26px; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5,7,11,.35), rgba(5,7,11,.82)),
    radial-gradient(circle at top right, rgba(243,223,174,.18), transparent 35%),
    linear-gradient(135deg, #0d1016 0%, #090b10 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px;
}
.glass-card {
  backdrop-filter: blur(14px);
  background: rgba(8,10,15,.74);
  border: 1px solid rgba(212,184,123,.18);
  border-radius: 20px; padding: 20px;
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
}
.score-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.score {
  background: rgba(255,255,255,.04); border-radius: 16px; padding: 16px;
  border: 1px solid rgba(212,184,123,.12);
}
.score strong { display: block; font-size: 28px; color: #fff3d0; }
.score span { color: var(--muted); font-size: 13px; }
.section-head { max-width: 820px; margin-bottom: 28px; }
.eyebrow { color: #e4c98a; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: 12px; }
.section-head h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1.04; margin: 10px 0 12px; }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }
.grid-4, .grid-3, .grid-2 { display: grid; gap: 18px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.03));
  border: 1px solid rgba(212,184,123,.14);
  border-radius: 24px; padding: 28px;
  box-shadow: var(--shadow); overflow: hidden;
}
.card::after {
  content: ""; position: absolute; top: 0; right: 0; width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(243,223,174,.16), transparent 70%);
  pointer-events: none;
}
.icon {
  width: 58px; height: 58px; display: grid; place-items: center;
  border-radius: 18px; margin-bottom: 18px; font-size: 24px;
  background: linear-gradient(135deg, rgba(176,138,70,.22), rgba(243,223,174,.14));
  border: 1px solid rgba(212,184,123,.2);
}
.card h3 { margin: 0 0 10px; font-size: 22px; color: #fff4d8; }
.card p { margin: 0; color: var(--muted); }
.list { margin: 18px 0 0; padding: 0; list-style: none; }
.list li { position: relative; padding-left: 28px; margin: 10px 0; color: #ede5d8; }
.list li::before { content: "✦"; position: absolute; left: 0; top: 0; color: #e7cb8d; font-weight: 900; }
.price-tag {
  display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px;
  border-radius: 999px; color: #1f1609; font-weight: 900;
  background: linear-gradient(135deg, #4f3914 0%, #a97e3d 18%, #f4dfb1 35%, #c79d56 50%, #fff0ca 62%, #9a7335 78%, #4e3816 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(0,0,0,.18), 0 14px 38px rgba(173,130,59,.18);
}
.contact-wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; align-items: start; }
.contact-panel, .form-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.03));
  border: 1px solid rgba(212,184,123,.14);
  border-radius: 28px; padding: 30px; box-shadow: var(--shadow);
}
.contact-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid rgba(212,184,123,.12);
}
.contact-item:last-child { border-bottom: 0; }
.contact-icon {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(255,255,255,.07); border: 1px solid rgba(212,184,123,.12);
}
form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
input, select, textarea {
  width: 100%; min-height: 56px; border-radius: 16px;
  border: 1px solid rgba(212,184,123,.14);
  background: rgba(9,11,16,.72); color: #fff7ea; padding: 0 16px; font: inherit; outline: none;
}
textarea { min-height: 140px; padding: 16px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #9f947f; }
details {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.03));
  border: 1px solid rgba(212,184,123,.12);
  border-radius: 18px; padding: 20px 22px;
}
summary { cursor: pointer; font-weight: 800; color: #fff0cb; }
details p { color: var(--muted); margin: 14px 0 0; }
footer {
  padding: 34px 0 48px; color: var(--muted);
  border-top: 1px solid rgba(212,184,123,.1); margin-top: 54px;
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.floating-cta {
  position: fixed; right: 18px; bottom: 18px; z-index: 999;
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 58px; padding: 0 18px; border-radius: 999px;
  color: #1f1609; font-weight: 900;
  background: linear-gradient(135deg, #4f3914 0%, #a97e3d 18%, #f4dfb1 35%, #c79d56 50%, #fff0ca 62%, #9a7335 78%, #4e3816 100%);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 18px 38px rgba(0,0,0,.32);
}
.floating-cta .mobile-label { display: none; }
@media (max-width: 1100px) {
  .hero-grid, .contact-wrap, .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .showcase-panel { min-height: 420px; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .field-row, .score-row { grid-template-columns: 1fr; }
  .floating-cta {
    left: 12px; right: 12px; bottom: 12px; justify-content: center;
    min-height: 56px; border-radius: 18px; padding: 0 16px;
  }
  .floating-cta .desktop-label { display: none; }
  .floating-cta .mobile-label { display: inline; }
  body { padding-bottom: 82px; }
}
