﻿:root {
  --black: #090909;
  --charcoal: #171717;
  --charcoal-soft: #222;
  --white: #fff;
  --gold: #c79a3a;
  --gold-bright: #f0c875;
  --gold-dark: #8f6a20;
  --text-light: rgba(255, 255, 255, 0.88);
  --border-gold: rgba(199, 154, 58, 0.5);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #0c0c0c;
  color: #efefef;
  line-height: 1.5;
}

h1, h2, h3 { margin: 0 0 .65rem; line-height: 1.12; font-family: Montserrat, Arial, sans-serif; }
h2 { font-size: clamp(1.7rem, 3.8vw, 2.5rem); }
p { margin: 0 0 .9rem; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(1240px, 92%); margin-inline: auto; }
.section-pad { padding: clamp(3rem, 6vw, 5rem) 0; }

.eyebrow {
  font-size: .77rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  font-weight: 700;
}
.eyebrow.center { text-align: center; }

.skip-link { position: absolute; top: -40px; left: 0; background: #fff; color: #000; padding: .5rem .75rem; z-index: 100; }
.skip-link:focus { top: 8px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  min-height: 50px;
  padding: .75rem 1.25rem;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.03); }
.btn:active { transform: translateY(0); }
.btn-block { width: 100%; }
.btn-gold {
  color: #16110b;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 55%, var(--gold-dark) 100%);
  box-shadow: 0 8px 20px rgba(199, 154, 58, 0.35);
}
.btn-dark { color: var(--white); background: #101010; border-color: rgba(255, 255, 255, 0.2); }
.btn-outline-gold {
  color: #f1cb7a;
  border-color: var(--border-gold);
  background: rgba(199, 154, 58, 0.08);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 8, 8, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-inner { position: relative; display: flex; align-items: center; gap: .85rem; padding: .75rem 0; }
.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { font-family: Montserrat, Arial, sans-serif; font-weight: 800; font-size: .95rem; display: block; }
.brand small { display: block; font-family: Inter, Arial, sans-serif; font-weight: 600; font-size: .64rem; color: #d0d0d0; }

.mobile-menu-btn {
  margin-left: auto;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 8px;
  padding: .5rem .65rem;
  font-weight: 700;
}
.primary-nav { display: none; }
.primary-nav.is-open {
  display: grid;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding: .65rem 4%;
  gap: .45rem;
}
.primary-nav a {
  padding: .45rem 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8rem;
  color: #efefef;
}
.header-phone { display: none; }

.hero {
  position: relative;
  background: radial-gradient(circle at top left, #252525 0%, #111 42%, #0a0a0a 100%);
  overflow: hidden;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 650px;
}
.hero-copy { z-index: 2; padding: clamp(1.5rem, 4vw, 2.8rem) 0 2rem; }
.hero-copy h1 { font-size: clamp(2rem, 6.4vw, 4rem); text-transform: uppercase; color: #fff; max-width: 16ch; }
.hero-copy h2 { text-transform: uppercase; color: var(--gold-bright); font-size: clamp(1.2rem, 3.2vw, 2.05rem); }
.price-hook { font-size: clamp(1.05rem, 3vw, 1.6rem); color: #fff; font-weight: 600; }
.price-hook strong { color: var(--gold-bright); }
.supporting { max-width: 50ch; color: var(--text-light); }
.service-chips { display: flex; gap: .55rem; flex-wrap: wrap; margin: 1rem 0; }
.service-chips li {
  font-size: .82rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: .32rem .65rem;
  background: rgba(255, 255, 255, 0.03);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: .95rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .9rem; color: #dfdfdf; font-size: .9rem; font-weight: 600; }
.hero-trust li { position: relative; padding-left: .85rem; }
.hero-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-bright);
}

.hero-media {
  position: relative;
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(95deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 60%),
    url("https://images.unsplash.com/photo-1556740738-b6a63e27c4df?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  margin-bottom: 1.2rem;
}
.floating-badge {
  position: absolute;
  right: .85rem;
  background: rgba(15, 15, 15, 0.94);
  border: 1px solid var(--border-gold);
  color: #f5d38d;
  border-radius: 12px;
  padding: .6rem .75rem;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: .78rem;
}
.floating-badge:first-child { top: .9rem; }
.floating-badge:last-child { top: 4.6rem; }

.trust-bar {
  background: linear-gradient(180deg, #121212 0%, #0c0c0c 100%);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 1rem 0;
}
.trust-items { display: grid; grid-template-columns: 1fr; gap: .65rem; }
.trust-card {
  background: linear-gradient(180deg, #141414 0%, #111 100%);
  border: 1px solid rgba(199,154,58,.45);
  border-radius: 14px;
  padding: .8rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.trust-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240,200,117,.8);
  box-shadow: 0 14px 28px rgba(199,154,58,.2);
}
.trust-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-content: center;
  border-radius: 999px;
  border: 1px solid rgba(240,200,117,.7);
  color: #f0c875;
  margin-bottom: .35rem;
  font-size: .82rem;
}
.trust-items h3 { font-size: .96rem; margin-bottom: .15rem; color: #fff; }
.trust-items p { font-size: .86rem; color: #c6c6c6; margin: 0; }

.work-pricing,
.services,
.about-reviews { background: #0c0c0c; }
.three-col { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.card { border-radius: 16px; padding: 1rem; }
.dark-card {
  background: linear-gradient(180deg, #131313 0%, #0f0f0f 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-card h2 { max-width: 16ch; margin-bottom: 1rem; }
.steps { display: grid; gap: .75rem; margin-bottom: .95rem; }
.steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .7rem;
  padding: .35rem 0;
  align-items: center;
}
.step-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-content: center;
  border-radius: 12px;
  background: rgba(199, 154, 58, 0.12);
  border: 1px solid rgba(199, 154, 58, 0.45);
  color: #efc264;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.step-icon svg {
  width: 22px;
  height: 22px;
}
.steps li:hover .step-icon {
  transform: translateY(-1px);
  border-color: rgba(240, 200, 117, 0.8);
  box-shadow: 0 8px 20px rgba(199, 154, 58, 0.22);
}
.steps h3 { font-size: .95rem; margin-bottom: .1rem; text-transform: uppercase; }
.steps p { margin: 0; font-size: .85rem; color: #cacaca; }

.pricing-card {
  background: linear-gradient(165deg, #f4d491 0%, #d3a84d 57%, #a0752a 100%);
  color: #18120b;
  text-align: center;
  box-shadow: 0 14px 34px rgba(199, 154, 58, 0.3);
}
.pricing-card h3 { font-size: clamp(2.6rem, 8vw, 4.1rem); line-height: 1; margin: .35rem 0; }
.fee-label { text-transform: uppercase; font-weight: 800; letter-spacing: .06em; }
.thats-it { font-weight: 800; margin-top: .55rem; }
.pricing-card .small { margin-bottom: .35rem; font-size: .84rem; }

.quote-card {
  background: #121212;
  border: 1px solid var(--border-gold);
}
.quote-card h2 { font-size: clamp(1.2rem, 2.8vw, 1.7rem); text-align: center; margin-bottom: .9rem; }
.quote-card form { display: grid; gap: .44rem; }
.quote-card label { font-size: .82rem; font-weight: 600; color: #dedede; }
.quote-card input,
.quote-card select,
.quote-card textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #171717;
  color: #fff;
  padding: .65rem .75rem;
  font: inherit;
}
.quote-card textarea { resize: vertical; min-height: 102px; }
.vin-input {
  border-color: rgba(240, 200, 117, 0.85) !important;
  box-shadow: 0 0 0 3px rgba(199, 154, 58, 0.16);
  text-transform: uppercase;
}
.quote-card input[type="file"] { padding: .55rem; }
.form-note { margin: .4rem 0 0; text-align: center; font-size: .78rem; color: #bdbdbd; }

.services h2,
.about-reviews h2 { color: #fff; margin-bottom: 1rem; }
.service-grid { display: grid; grid-template-columns: 1fr; gap: .75rem; }
.service-card {
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1rem;
  transition: border-color .2s ease, transform .2s ease;
}
.service-card:hover { border-color: var(--border-gold); transform: translateY(-2px); }
.service-icon { color: #e6bc65; font-size: 1.4rem; display: inline-block; margin-bottom: .45rem; }
.service-card h3 { font-size: 1rem; margin-bottom: .25rem; }
.service-card p { margin-bottom: .5rem; color: #c7c7c7; font-size: .9rem; }
.service-card a { color: #f2cb7b; font-weight: 700; font-size: .88rem; }

.two-col { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
.why-list { display: grid; gap: .45rem; margin-top: .8rem; }
.why-list li {
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: .6rem .75rem;
}
.why-list li::before { content: "\2713 "; color: #f1cb7a; font-weight: 800; }
.review-side .testimonial-grid { display: grid; gap: .7rem; }
.testimonial-card { background: #121212; border: 1px solid var(--border-gold); border-radius: 12px; padding: .85rem; }
.stars { color: #efc264; margin-bottom: .3rem; letter-spacing: .04em; }
.testimonial-card blockquote { margin: 0 0 .5rem; color: #e5e5e5; }
.name { margin: 0; font-weight: 700; color: #fff; }
.name span { color: #c8c8c8; font-weight: 500; font-size: .85rem; margin-left: .25rem; }

.faq-strip { background: #0f0f0f; }
.faq-strip h2 { color: #fff; margin-bottom: 1rem; }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: .75rem; }
.faq-grid article {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: .95rem;
}
.faq-grid h3 { font-size: 1rem; color: #f2cd7f; }
.faq-grid p { margin: 0; color: #d2d2d2; font-size: .9rem; }

.final-cta {
  background: linear-gradient(90deg, #b18227 0%, #d6ab59 54%, #b9882d 100%);
  color: #171109;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.final-cta-inner { padding: 1.6rem 0; display: flex; flex-direction: column; gap: .95rem; align-items: flex-start; }
.final-cta .eyebrow { color: #3a2810; }
.final-cta h2 { margin-bottom: .35rem; }

.site-footer { background: #090909; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 2.2rem 0 5rem; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.site-footer h3 { font-size: .9rem; text-transform: uppercase; color: #f2cb7b; margin-bottom: .35rem; }
.footer-brand img { width: 38px; height: 38px; }
.site-footer li { margin-bottom: .3rem; color: #d0d0d0; }
.site-footer p { color: #d0d0d0; margin-bottom: .45rem; }
.footer-bottom {
  margin-top: .5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: .8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .55rem;
  font-size: .85rem;
}
.footer-bottom span { opacity: .4; margin-inline: .3rem; }

.mobile-call-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 100%);
  color: #1d1309;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
  text-align: center;
  padding: .8rem .5rem;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  .mobile-menu-btn { display: none; }
  .primary-nav {
    display: flex;
    margin-left: auto;
    gap: .9rem;
  }
  .primary-nav a { font-size: .75rem; color: #f2f2f2; }
  .header-phone { display: inline-flex; margin-left: .45rem; }
  .hero-layout { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 1rem; }
  .hero-media { min-height: 520px; margin: 1.4rem 0; }
  .trust-items { grid-template-columns: repeat(3, 1fr); }
  .three-col { grid-template-columns: 1fr 290px; }
  .quote-card { grid-column: span 2; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr 1fr; }
  .review-side .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .header-inner { gap: 1.1rem; }
  .primary-nav { gap: 1.2rem; }
  .primary-nav a { font-size: .8rem; }
  .hero-copy { padding-top: 2.6rem; }
  .trust-items { grid-template-columns: repeat(5, 1fr); }
  .three-col { grid-template-columns: 1.1fr .8fr 1fr; }
  .quote-card { grid-column: auto; }
  .service-grid { grid-template-columns: repeat(5, 1fr); }
  .review-side .testimonial-grid { grid-template-columns: 1fr; }
  .final-cta-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .footer-grid { grid-template-columns: 1.2fr .9fr .95fr .85fr .9fr; }
}

@media (max-width: 767px) {
  .btn { width: 100%; }
  .hero-cta { flex-direction: column; }
}

@media (min-width: 769px) {
  .mobile-call-bar { display: none; }
  .site-footer { padding-bottom: 1rem; }
}

