/* Guardian United Capital — gold on near-black navy */
:root {
  --navy: #0a0e14;
  --navy-2: #10161f;
  --navy-3: #161e2a;
  --gold: #bf9b30;
  --gold-bright: #d4af37;
  --gold-soft: rgba(212, 175, 55, 0.14);
  --text: #f1f2f4;
  --text-dim: #b7bdc6;
  --line: rgba(212, 175, 55, 0.22);
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
h1, h2, h3 { font-family: "Marcellus", serif; font-weight: 400; line-height: 1.15; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
img { max-width: 100%; }
.gold { color: var(--gold-bright); }
.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
section { padding: 72px 0; }
.section-title { text-align: center; margin-bottom: 12px; }
.section-sub { text-align: center; color: var(--text-dim); max-width: 640px; margin: 0 auto 36px; }
.fine { font-size: 0.78rem; color: var(--text-dim); line-height: 1.5; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; background: var(--gold); color: var(--navy); padding: 8px 14px; z-index: 99; }

/* Buttons */
.btn {
  display: inline-block; padding: 12px 26px; border-radius: 999px;
  font-weight: 600; text-decoration: none; font-family: "Inter", sans-serif;
  border: 1px solid transparent; cursor: pointer; font-size: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-lg { padding: 15px 34px; font-size: 1.05rem; }
.btn-gold { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #14100a; box-shadow: 0 4px 22px rgba(212, 175, 55, 0.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(212, 175, 55, 0.5); }
.btn-ghost { border-color: var(--line); color: var(--text); }
.btn-ghost:hover { background: var(--gold-soft); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10, 14, 20, 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(212, 175, 55, 0.12); }
.header-inner { display: flex; align-items: center; gap: 28px; padding: 12px 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
.brand-mark { width: 46px; height: 46px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: "Marcellus", serif; font-size: 1.05rem; letter-spacing: 0.04em; }
.brand-sub { font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold-bright); }
.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a { color: var(--text-dim); text-decoration: none; font-size: 0.95rem; }
.main-nav a:hover { color: var(--gold-bright); }
.header-cta { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--gold-bright); display: block; }
.mobile-nav { display: flex; flex-direction: column; gap: 14px; padding: 18px 24px 26px; border-top: 1px solid var(--line); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { color: var(--text); text-decoration: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 88px 0 72px; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 55% at 72% 40%, rgba(212, 175, 55, 0.16), transparent 65%); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 44px; align-items: center; position: relative; }
.eyebrow { letter-spacing: 0.28em; text-transform: uppercase; font-size: 0.78rem; color: var(--gold-bright); margin-bottom: 14px; }
.hero-sub { font-size: 1.15rem; color: var(--text-dim); max-width: 560px; }
.hero-sub strong { color: var(--text); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 20px; }
.hero-points { list-style: none; display: flex; gap: 22px; flex-wrap: wrap; padding: 0; margin: 0; color: var(--text-dim); font-size: 0.92rem; }
.hero-points li::before { content: "◆ "; color: var(--gold); font-size: 0.7rem; }
.hero-art img { width: 100%; max-width: 420px; filter: drop-shadow(0 0 44px rgba(212, 175, 55, 0.25)); }

/* Services */
.service-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 26px; margin-top: 40px; }
.card { background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; }
.card-primary { background: linear-gradient(160deg, var(--navy-3), var(--navy-2)); border-color: rgba(212, 175, 55, 0.45); box-shadow: 0 10px 44px rgba(0, 0, 0, 0.45); }
.card-tag { display: inline-block; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-bright); border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; margin-bottom: 14px; }
.checks { list-style: none; padding: 0; margin: 0 0 22px; }
.checks li { padding-left: 26px; position: relative; margin-bottom: 10px; color: var(--text-dim); }
.checks li strong { color: var(--text); }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-bright); font-weight: 700; }

/* Process */
.process { background: var(--navy-2); }
.steps { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 0; margin: 40px 0 0; }
.steps li { background: var(--navy); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-bright); font-family: "Marcellus", serif; font-size: 1.15rem; margin-bottom: 14px; border: 1px solid var(--line); }
.steps h3 { font-size: 1.1rem; }
.steps p { color: var(--text-dim); font-size: 0.92rem; margin: 0; }

/* Qualifier */
.quiz-shell { max-width: 680px; margin: 0 auto; background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.quiz-progress { height: 6px; background: var(--navy-3); border-radius: 999px; margin-bottom: 28px; overflow: hidden; }
.quiz-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-bright)); transition: width 0.3s ease; }
.quiz-q h3 { margin-bottom: 6px; }
.quiz-q .q-help { color: var(--text-dim); font-size: 0.9rem; margin-bottom: 18px; }
.quiz-opts { display: grid; gap: 10px; }
.quiz-opt {
  text-align: left; background: var(--navy); border: 1px solid var(--line); color: var(--text);
  border-radius: 10px; padding: 14px 18px; font-size: 1rem; cursor: pointer; font-family: inherit;
  transition: border-color 0.12s ease, background 0.12s ease;
}
.quiz-opt:hover { border-color: var(--gold-bright); background: var(--gold-soft); }
.quiz-back { background: none; border: 0; color: var(--text-dim); cursor: pointer; margin-top: 18px; font-size: 0.88rem; padding: 0; }
.quiz-back:hover { color: var(--gold-bright); }

.quiz-result h3 { color: var(--gold-bright); font-size: 1.6rem; }
.result-alt { margin-top: 14px; font-size: 0.88rem; }
.result-alt a { color: var(--text-dim); }
.booking-embed { margin-top: 26px; }
.booking-embed iframe { width: 100%; min-height: 700px; border: 0; border-radius: 10px; background: var(--navy); }

/* Repair */
.repair-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; margin-top: 36px; align-items: start; }
.timeline-card { background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.timeline-card table { width: 100%; border-collapse: collapse; margin-bottom: 12px; }
.timeline-card td { padding: 10px 8px; border-bottom: 1px solid rgba(212, 175, 55, 0.12); color: var(--text-dim); font-size: 0.94rem; }
.timeline-card td:last-child { color: var(--gold-bright); white-space: nowrap; text-align: right; font-weight: 600; }

/* FAQ */
.faq { background: var(--navy-2); }
.faq details { border: 1px solid var(--line); border-radius: 10px; margin: 0 auto 12px; max-width: 780px; background: var(--navy); }
.faq summary { cursor: pointer; padding: 18px 22px; font-weight: 600; list-style: none; position: relative; padding-right: 46px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--gold-bright); font-size: 1.3rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 22px 18px; color: var(--text-dim); margin: 0; }

/* Final CTA */
.final-cta { text-align: center; }
.final-cta h2 { max-width: 720px; margin: 0 auto 26px; }

/* Footer */
.site-footer { border-top: 1px solid rgba(212, 175, 55, 0.12); padding: 44px 0 34px; background: var(--navy-2); }
.footer-inner { text-align: center; max-width: 820px; }
.footer-mark { width: 54px; }
.footer-brand p { margin: 8px 0 18px; letter-spacing: 0.06em; }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin: 0 auto 1em; }
  .hero-ctas, .hero-points { justify-content: center; }
  .hero-art { display: none; }
  .service-grid, .repair-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
}
@media (max-width: 520px) {
  .steps { grid-template-columns: 1fr; }
  section { padding: 52px 0; }
  .quiz-shell { padding: 24px 18px; }
}
