* { box-sizing: border-box; }
:root {
  --bg: #0b0d12;
  --panel: rgba(255,255,255,0.05);
  --text: #f5f7fb;
  --muted: #aab2c5;
  --line: rgba(255,255,255,0.12);
  --gold: #d4af37;
  --gold-soft: #f0d47b;
  --radius: 22px;
  --max-width: 1180px;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(212,175,55,0.10), transparent 28%),
    linear-gradient(180deg, #080a0f 0%, #0d1017 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 32px), var(--max-width)); margin: 0 auto; }
.topbar { border-bottom: 1px solid var(--line); background: rgba(0,0,0,0.25); }
.topbar-inner { padding: 10px 0; display: flex; justify-content: space-between; gap: 16px; font-size: 14px; color: var(--muted); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,10,15,0.88); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    padding: 6px;
    border-radius: 14px;
    background: rgba(255,255,255,0.03);

	
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name {
    font-weight: bold;
    font-size: 38px;
}
.brand-sub {
    color: var(--muted);
    font-size: 25px;
}
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: #fff; }
.menu-toggle { display: none; width: 42px; height: 42px; background: transparent; border: none; padding: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; }
.hero { padding: 88px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 32px; align-items: center; }
.eyebrow {
    margin: 0 0 10px;
    color: var(--gold-soft);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 32px;
    font-weight: bold;
}
.hero h1, .section h2 { margin: 0; line-height: 1.05; letter-spacing: -0.03em; }
.hero h1 { font-size: clamp(42px, 6vw, 76px); max-width: 12ch; }
.section h2 { font-size: clamp(30px, 4vw, 52px); }
.hero-text, .muted, .section-heading p, .card p, .faq-list p { color: var(--muted); }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; background: linear-gradient(135deg, var(--gold), #b68a18); color: #111; font-weight: bold; border: 1px solid rgba(255,255,255,0.10); }
.btn-outline { background: rgba(255,255,255,0.06); color: #fff; }
.btn-small { min-height: 42px; padding: 0 16px; }
.full { width: 100%; }
.hero-points { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-points div, .card, .quote-box, .contact-form, .contact-item, .gallery-item, .faq-list details { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.hero-points div { min-width: 150px; padding: 14px 16px; }
.hero-points strong { display: block; font-size: 18px; }
.hero-points span { color: var(--muted); font-size: 14px; }
.quote-box, .contact-form { padding: 24px; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; font-size: 18px; font-weight: bold; }
input, select, textarea { width: 100%; min-height: 52px; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.14); background: rgba(0,0,0,0.20); color: #fff; font: inherit; }
textarea { resize: vertical; min-height: 140px; }
.section { padding: 96px 0; }
.section-dark { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
}
.pricing-card ul { padding-left: 18px; }
.featured { border-color: rgba(212,175,55,0.34); transform: translateY(-6px); }
.tag { display: inline-block; padding: 6px 10px; border-radius: 999px; background: rgba(212,175,55,0.12); color: var(--gold-soft); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: bold; }
.price { font-size: 28px; font-weight: bold; color: #fff; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.check-list, .side-card ul { padding-left: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item { min-height: 220px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; }
.placeholder { color: var(--muted); border-style: dashed; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: bold; }
.contact-list { display: grid; gap: 14px; margin-top: 22px; }
.contact-item { padding: 18px 20px; color: #fff; }
.site-footer { padding: 30px 0; }
.footer-inner { padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); display: flex; justify-content: space-between; gap: 16px; }
@media (max-width: 980px) {
  .hero-grid, .two-col, .card-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .topbar-inner, .footer-inner { flex-direction: column; align-items: flex-start; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 16px; right: 16px; background: rgba(11,13,18,0.96); border: 1px solid var(--line); border-radius: 18px; padding: 18px; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero-grid, .two-col, .card-grid, .gallery-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .hero { padding-top: 60px; }
  .hero h1 { max-width: 14ch; }
}
