*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #C49A3C; --gold-light: #E8C46A; --gold-dark: #9A7520;
  --black: #0A0A0A; --dark: #111111; --dark2: #1A1A1A; --dark3: #222222;
  --mid: #333333; --light: #F5F0E8; --white: #FFFFFF; --text-muted: #888888;
  --serif: 'Playfair Display', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--dark); color: var(--white); overflow-x: hidden; }
.topbar { background: var(--gold); color: var(--black); text-align: center; padding: 10px 20px; font-size: 13px; font-weight: 500; letter-spacing: 0.05em; }
.topbar a { color: var(--black); text-decoration: none; font-weight: 700; }
nav { position: sticky; top: 0; z-index: 100; background: rgba(10,10,10,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(196,154,60,0.2); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--gold); text-decoration: none; letter-spacing: 0.02em; }
.nav-logo span { color: var(--white); }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--black) !important; padding: 10px 22px; border-radius: 4px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-phone { color: var(--gold) !important; font-weight: 600 !important; }
.page-hero { min-height: 55vh; display: flex; flex-direction: column; justify-content: center; padding: 80px; position: relative; background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.5)), var(--dark2); }
.page-hero-bg { background-size: cover; background-position: center; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(36px, 5vw, 68px); font-weight: 700; line-height: 1.1; max-width: 700px; margin-bottom: 20px; }
.page-hero p { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 520px; line-height: 1.6; font-weight: 300; margin-bottom: 32px; }
section { padding: 90px 80px; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.section-title { font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 700; line-height: 1.1; margin-bottom: 20px; }
.section-sub { color: rgba(255,255,255,0.6); font-size: 17px; line-height: 1.65; max-width: 560px; font-weight: 300; }
.btn-primary { background: var(--gold); color: var(--black); padding: 16px 36px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 15px; letter-spacing: 0.04em; transition: all 0.25s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline { border: 1px solid rgba(255,255,255,0.4); color: var(--white); padding: 16px 36px; border-radius: 4px; text-decoration: none; font-weight: 500; font-size: 15px; transition: all 0.25s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.quote-section { background: var(--gold); padding: 80px; }
.quote-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; }
.quote-left .section-label { color: rgba(0,0,0,0.5); }
.quote-left .section-title { color: var(--black); }
.quote-left .section-sub { color: rgba(0,0,0,0.6); max-width: 400px; }
.quote-perks { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.quote-perk { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: var(--black); }
.quote-form { background: var(--dark); padding: 40px; border-radius: 8px; }
.quote-form h3 { font-family: var(--serif); font-size: 24px; margin-bottom: 8px; }
.quote-form p { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
.form-group { margin-bottom: 16px; }
.form-group input, .form-group select { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 14px 16px; color: var(--white); font-family: var(--sans); font-size: 14px; outline: none; transition: border-color 0.2s; }
.form-group input::placeholder { color: rgba(255,255,255,0.3); }
.form-group input:focus, .form-group select:focus { border-color: var(--gold); }
.form-group select option { background: var(--dark); }
.form-submit { width: 100%; background: var(--gold); color: var(--black); border: none; padding: 16px; border-radius: 4px; font-family: var(--sans); font-size: 15px; font-weight: 700; letter-spacing: 0.04em; cursor: pointer; margin-top: 8px; transition: background 0.2s; }
.form-submit:hover { background: var(--gold-light); }
.form-secure { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 12px; }
footer { background: var(--black); border-top: 1px solid rgba(196,154,60,0.15); padding: 60px 80px 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-top: 14px; margin-bottom: 20px; }
.footer-phone { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.footer-col h4 { font-family: var(--serif); font-size: 16px; margin-bottom: 18px; color: var(--white); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-hours p { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 6px; line-height: 1.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--gold); }
.sticky-call { position: fixed; bottom: 24px; right: 24px; z-index: 99; background: var(--gold); color: var(--black); padding: 14px 24px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 8px; box-shadow: 0 8px 32px rgba(196,154,60,0.35); transition: all 0.25s; }
.sticky-call:hover { background: var(--gold-light); transform: translateY(-2px); }
@media (max-width: 768px) {
  nav { padding: 0 20px; } .nav-links { display: none; }
  section { padding: 60px 24px; } .page-hero { padding: 60px 24px; min-height: 45vh; }
  .quote-section { padding: 60px 24px; } .quote-inner { grid-template-columns: 1fr; gap: 40px; }
  .quote-form { padding: 28px 20px; } footer { padding: 48px 24px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
