/* ============================================================
   AMZ Tire & Auto: high-converting mechanic shop
   ============================================================ */

:root {
  --ink: #0b0b0d;
  --ink-soft: #18181b;
  --ink-mute: #52525b;
  --paper: #ffffff;
  --paper-soft: #f6f6f7;
  --line: #e7e7ea;
  --accent: #e11d2e;
  --accent-deep: #b91c1c;
  --accent-ink: #ffffff;
  --green: #16a34a;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(14, 17, 22, .06), 0 4px 12px rgba(14, 17, 22, .05);
  --shadow-md: 0 4px 8px rgba(14, 17, 22, .06), 0 12px 32px rgba(14, 17, 22, .10);
  --font-head: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

html, body { overflow-x: clip; }

/* Hide the scrollbar while keeping scrolling functional */
html { scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; width: 0; height: 0; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container { width: min(1160px, 92%); margin-inline: auto; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.02em; }

a { color: inherit; }

svg { width: 1.2em; height: 1.2em; flex-shrink: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .95rem;
  padding: .8em 1.5em;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 6px 18px rgba(225, 29, 46, .35);
}
.btn-primary:hover { background: #f43f4d; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(225, 29, 46, .45); }

.btn-outline { background: transparent; color: inherit; border-color: currentColor; opacity: .9; }
.btn-outline:hover { opacity: 1; transform: translateY(-2px); }

.btn-ghost { background: rgba(255,255,255,.08); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.16); }

.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #232a35; transform: translateY(-2px); }

.btn-lg { font-size: 1.05rem; padding: .95em 1.8em; }
.btn-block { width: 100%; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink);
  color: #cfd6e0;
  font-size: .82rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: .45rem 1rem;
}
.announce-badge {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
  font-size: .7rem;
  letter-spacing: .08em;
  padding: .15em .7em;
  border-radius: 999px;
  margin-right: .5em;
}
.announce-phone { color: #fff; font-weight: 700; text-decoration: none; }
.announce-phone:hover { color: var(--accent); }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 17, 22, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: #fff;
  flex-shrink: 0;
}
.logo-img { height: 62px; width: auto; }
.logo-footer .logo-img { height: 96px; }

.nav { display: flex; align-items: center; gap: 1.4rem; }
.nav > a:not(.btn) {
  color: #c3cad4;
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem;
  white-space: nowrap;
  transition: color .15s;
}
.nav > a:not(.btn):hover { color: #fff; }
.nav .btn { font-size: .85rem; padding: .65em 1.3em; }

/* Shop Wheels nav link stands out in red on both pages */
.nav > a.nav-shop { color: var(--accent); font-weight: 700; }
.nav > a.nav-shop:hover { color: #ff4d5c; }
.nav > a.nav-shop.active { color: #fff; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(96deg, rgba(11, 11, 13, .97) 0%, rgba(11, 11, 13, .88) 42%, rgba(11, 11, 13, .55) 75%, rgba(11, 11, 13, .35) 100%),
    url("../assets/hero-shop.png") center / cover no-repeat;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(rgba(11,11,13,0), rgba(11,11,13,.85));
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 3.5rem;
  align-items: center;
  padding: 4.5rem 0 5rem;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(225, 29, 46, .1);
  border: 1px solid rgba(225, 29, 46, .3);
  padding: .45em 1em;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}
.hero-eyebrow .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .25);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(22,163,74,.3); }
  50% { box-shadow: 0 0 0 7px rgba(22,163,74,.08); }
}
.hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  font-weight: 800;
  margin-bottom: 1.2rem;
}
.hero h1 .accent { color: var(--accent); }
.hero-sub {
  color: #aeb7c4;
  font-size: 1.08rem;
  max-width: 54ch;
  margin-bottom: 1.8rem;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.8rem; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.6rem;
  list-style: none;
  color: #cfd6e0;
  font-size: .92rem;
  font-weight: 600;
}
.hero-trust li { display: flex; align-items: center; gap: .5em; }
.hero-trust svg { color: var(--accent); }

/* Quote card */
.quote-card {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
  scroll-margin-top: 110px;
}
.quote-card-head h2 { font-size: 1.35rem; margin-bottom: .3rem; }
.quote-card-head p { color: var(--ink-mute); font-size: .9rem; margin-bottom: 1.2rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.form-field { margin-bottom: .8rem; }
.form-field label {
  display: block;
  font-weight: 600;
  font-size: .8rem;
  margin-bottom: .3rem;
  color: var(--ink-soft);
}
.form-field .optional { color: var(--ink-mute); font-weight: 400; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font: inherit;
  font-size: .92rem;
  padding: .65em .9em;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--paper-soft);
  transition: border-color .15s, box-shadow .15s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(225, 29, 46, .2);
  background: #fff;
}
.form-field input.invalid,
.form-field select.invalid { border-color: #dc2626; }
textarea { resize: vertical; }

.form-note { font-size: .78rem; color: var(--ink-mute); text-align: center; margin-top: .8rem; }
.form-note a { color: var(--accent-deep); font-weight: 600; }

.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .3rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  color: #14532d;
  font-size: .9rem;
}
.form-success[hidden] { display: none; }
.form-success svg { width: 30px; height: 30px; color: var(--green); }
.form-success a { color: var(--green); font-weight: 700; }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--paper-soft); border-bottom: 1px solid var(--line); }
.trustbar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1.6rem 0;
}
.trust-item { display: flex; gap: .8rem; align-items: flex-start; }
.trust-item svg { width: 26px; height: 26px; color: var(--accent-deep); margin-top: .15rem; }
.trust-item strong { display: block; font-family: var(--font-head); font-size: .95rem; }
.trust-item span { font-size: .82rem; color: var(--ink-mute); }

/* ---------- Sections ---------- */
.section { padding: 5.5rem 0; }
.section-head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.kicker {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: .8rem;
}
.section-head h2, .why h2, .faq-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; margin-bottom: .9rem; }
.section-head p { color: var(--ink-mute); font-size: 1.02rem; }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(225, 29, 46, .5);
}
.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(225, 29, 46,.16), rgba(225, 29, 46,.06));
  color: var(--accent-deep);
  margin-bottom: 1.1rem;
}
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.service-card p { color: var(--ink-mute); font-size: .92rem; flex: 1; }
.service-link {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  margin-top: 1.1rem;
  font-weight: 700;
  font-size: .88rem;
  color: var(--accent-deep);
  text-decoration: none;
}
.service-link:hover { text-decoration: underline; }

/* ---------- Shop gallery ---------- */
.shop-gallery { background: var(--ink); padding: 4.5rem 0; }
.shop-gallery .section-head { margin-bottom: 2.5rem; }
.shop-gallery .section-head h2 { color: #fff; }
.shop-gallery .section-head p { color: #a1a1aa; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.gallery-grid figure {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  aspect-ratio: 4 / 3;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.2rem 1.3rem .9rem;
  background: linear-gradient(rgba(11,11,13,0), rgba(11,11,13,.9));
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .95rem;
}
.gallery-grid figcaption span {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .78rem;
  color: #c4c4cc;
}

/* ---------- Brands marquee ---------- */
.brands { background: var(--ink); padding: 2.2rem 0; overflow: hidden; }
.brands-title {
  text-align: center;
  color: #8b95a5;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.marquee { position: relative; }
.marquee::before, .marquee::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
.marquee-track {
  display: flex;
  gap: 2.8rem;
  width: max-content;
  animation: scroll 48s linear infinite;
}
.marquee-track span {
  color: #d6dce4;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
  position: relative;
}
.marquee-track span::after {
  content: "•";
  color: var(--accent);
  margin-left: 2.8rem;
  font-size: .8em;
}
@keyframes scroll {
  to { transform: translateX(-50%); }
}

/* ---------- Pricing ---------- */
.pricing { background: var(--paper-soft); }
.pricing-group { margin-bottom: 3.5rem; scroll-margin-top: 110px; }
.pricing-group-title {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: 1.4rem;
  margin-bottom: .4rem;
}
.pricing-group-title svg { color: var(--accent-deep); width: 26px; height: 26px; }
.pricing-group-sub { color: var(--ink-mute); font-size: .95rem; max-width: 70ch; margin-bottom: 1.6rem; }

/* Oil tiers */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 1.6rem;
  align-items: stretch;
}
.tier-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.tier-featured {
  border: 2px solid var(--accent);
  box-shadow: 0 12px 40px rgba(225, 29, 46, .18);
}
.tier-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .35em 1.1em;
  border-radius: 999px;
  white-space: nowrap;
}
.tier-card h4 { font-size: 1.08rem; margin-bottom: .8rem; }
.tier-price {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: .8rem;
}
.tier-price sup { font-size: .45em; top: -.9em; }
.tier-from {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: .3rem;
}
.tier-best { font-size: .85rem; color: var(--ink-mute); margin-bottom: 1rem; }
.tier-card ul { list-style: none; margin-bottom: 1.4rem; flex: 1; }
.tier-card ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: .88rem;
  margin-bottom: .5em;
}
.tier-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 800;
}
.tier-card .btn-outline { color: var(--ink); border-color: var(--line); }
.tier-card .btn-outline:hover { border-color: var(--accent); color: var(--accent-deep); }

/* Price tables */
.price-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
.price-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.7rem;
  box-shadow: var(--shadow-sm);
}
.price-table h4 { font-size: 1.1rem; margin-bottom: .3rem; }
.price-table h4 span { font-weight: 500; font-size: .82rem; color: var(--ink-mute); font-family: var(--font-body); }
.price-table-sub { font-size: .85rem; color: var(--ink-mute); margin-bottom: 1.1rem; }
.price-table ul { list-style: none; }
.price-table ul li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.2rem;
  padding: .75rem 0;
  border-top: 1px dashed var(--line);
  font-size: .92rem;
}
.price-table ul li span { color: var(--ink-soft); }
.price-table ul li em { display: block; font-style: normal; font-size: .78rem; color: var(--ink-mute); }
.price-table ul li strong {
  font-family: var(--font-head);
  font-size: 1.05rem;
  white-space: nowrap;
  text-align: right;
}
.price-table ul li strong small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .7rem;
  color: var(--ink-mute);
}
.advantage-chip {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-top: 1.1rem;
  padding: .8rem 1rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  font-size: .85rem;
  color: #7f1d1d;
}
.advantage-chip svg { color: var(--accent); margin-top: .15em; }

/* Fine print */
.fineprint {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: .5rem;
}
.fineprint summary {
  cursor: pointer;
  padding: 1.1rem 1.5rem;
  font-weight: 700;
  font-family: var(--font-head);
  font-size: .92rem;
  list-style: none;
  position: relative;
  padding-right: 3rem;
}
.fineprint summary::-webkit-details-marker { display: none; }
.fineprint summary::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--accent-deep);
  transition: transform .2s;
}
.fineprint[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.fineprint-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 0 1.5rem 1.5rem;
}
.fineprint-body h5 { font-family: var(--font-head); font-size: .88rem; margin-bottom: .6rem; }
.fineprint-body ul { list-style: none; }
.fineprint-body li { font-size: .85rem; color: var(--ink-mute); margin-bottom: .5em; padding-left: 1em; position: relative; }
.fineprint-body li::before { content: "·"; position: absolute; left: 0; font-weight: 900; color: var(--accent-deep); }

.pricing-cta { text-align: center; margin-top: 3rem; }
.pricing-cta p { font-family: var(--font-head); font-weight: 600; font-size: 1.1rem; margin-bottom: 1rem; }

/* Compact pricing teaser on the home page; the full menu lives on pricing.html */
.pricing-teaser .section-head { margin-bottom: 2rem; }
.pricing-teaser-actions {
  display: flex;
  justify-content: center;
  gap: .9rem;
  flex-wrap: wrap;
}

/* ---------- Why us ---------- */
.why { background: var(--ink); color: #fff; }
.why-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 4rem;
  align-items: center;
}
.why .kicker { color: var(--accent); }
.why-copy > p { color: #aeb7c4; margin-bottom: 1.8rem; }
.why-list { list-style: none; margin-bottom: 2rem; }
.why-list li {
  padding: 1rem 0 1rem 2.2rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(225, 29, 46,.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e11d2e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.why-list strong { display: block; font-family: var(--font-head); font-size: 1.02rem; margin-bottom: .2rem; }
.why-list span { color: #aeb7c4; font-size: .9rem; }

.why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.stat-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.5rem;
  transition: transform .2s, border-color .2s;
}
.stat-card:hover { transform: translateY(-4px); border-color: rgba(225, 29, 46,.5); }
.stat-num {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.6rem;
  color: var(--accent);
  line-height: 1.1;
}
.stat-num em { font-style: normal; font-size: .5em; }
.stat-label { display: block; font-size: .85rem; color: #aeb7c4; margin-top: .4rem; }

/* ---------- Reviews ---------- */
.reviews { background: var(--paper-soft); }
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1.2rem;
  padding: .6rem 1.3rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.rating-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.4rem;
}
.rating-stars { display: inline-flex; gap: .15rem; color: var(--accent); }
.rating-stars svg { width: 18px; height: 18px; }
.rating-src { font-size: .85rem; color: var(--ink-mute); font-weight: 600; }

.reviews-grid {
  columns: 3;
  column-gap: 1.4rem;
}
.review-card {
  break-inside: avoid;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  margin-bottom: 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review-stars {
  color: var(--accent);
  font-size: 1rem;
  letter-spacing: .2em;
  margin-bottom: .7rem;
}
.review-card p {
  font-size: .92rem;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}
.review-card footer strong {
  display: block;
  font-family: var(--font-head);
  font-size: .92rem;
}
.review-card footer span {
  font-size: .78rem;
  color: var(--ink-mute);
}
.reviews-cta {
  display: flex;
  justify-content: center;
  gap: .9rem;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.reviews-cta .btn-outline { color: var(--ink); border-color: #d4d4d8; }
.reviews-cta .btn-outline:hover { border-color: var(--accent); color: var(--accent-deep); }

/* ---------- Process ---------- */
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  counter-reset: step;
}
.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.step-num {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .85rem;
  color: var(--accent-ink);
  background: var(--accent);
  padding: .35em .9em;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.08rem; margin-bottom: .5rem; }
.step p { font-size: .88rem; color: var(--ink-mute); }

/* ---------- FAQ ---------- */
.faq { background: var(--paper-soft); }
.faq-inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}
.faq-head { position: sticky; top: 110px; }
.faq-head p { color: var(--ink-mute); }
.faq-head a { color: var(--accent-deep); font-weight: 700; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: .8rem;
  transition: border-color .2s;
}
.faq-item[open] { border-color: rgba(225, 29, 46,.5); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 3rem 1.1rem 1.4rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .96rem;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--accent-deep);
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { padding: 0 1.4rem 1.2rem; font-size: .92rem; color: var(--ink-mute); }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(115deg, var(--accent-deep), var(--accent) 70%);
  color: var(--accent-ink);
  padding: 3.5rem 0;
}
.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-banner h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 800; margin-bottom: .4rem; }
.cta-banner p { font-weight: 500; opacity: .85; }
.cta-banner-actions { display: flex; gap: .9rem; flex-wrap: wrap; }

/* ---------- Contact ---------- */
.contact-inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
}
.contact-list { list-style: none; margin: 1.8rem 0 2rem; }
.contact-list li {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.contact-list svg { width: 24px; height: 24px; color: var(--accent-deep); margin-top: .2rem; }
.contact-list strong { display: block; font-family: var(--font-head); font-size: .92rem; margin-bottom: .15rem; }
.contact-list a { color: var(--ink-soft); text-decoration: none; font-weight: 600; }
.contact-list a:hover { color: var(--accent-deep); }
.hours-line { display: block; font-size: .92rem; color: var(--ink-mute); }
.hours-line b { color: var(--ink); }
.contact-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #aeb7c4; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding: 3.5rem 0 2.5rem;
}
.footer-brand p { font-size: .88rem; margin-top: 1rem; max-width: 32ch; }
.footer-col h4 {
  color: #fff;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}
.footer-col a, .footer-col span {
  display: block;
  color: #aeb7c4;
  text-decoration: none;
  font-size: .9rem;
  margin-bottom: .55rem;
}
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.3rem 0;
  font-size: .8rem;
  color: #6b7482;
}

/* ---------- Sticky mobile call bar ---------- */
.mobile-callbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: none;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -8px 24px rgba(0,0,0,.18);
}
.mobile-callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: 1rem;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .95rem;
  text-decoration: none;
}
.callbar-phone { background: var(--accent); color: var(--accent-ink); }
.callbar-quote { background: var(--ink); color: #fff; }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 3rem 0 3.5rem; }
  .header-inner { padding: .45rem 0; }
  .services-grid, .tier-grid { grid-template-columns: 1fr 1fr; }
  .tier-grid .tier-card:last-child { grid-column: span 2; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid figure:last-child { grid-column: span 2; aspect-ratio: 21 / 9; }
  .reviews-grid { columns: 2; }
  .trustbar-inner { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .steps { grid-template-columns: 1fr 1fr; }
  .price-tables { grid-template-columns: 1fr; }
  .why-inner, .faq-inner, .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-head { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

/* Collapse the nav to a hamburger before the desktop links run out of room */
@media (max-width: 1000px) {
  /* backdrop-filter creates a containing block that would trap the
     fixed-position menu inside the header bar, so disable it here */
  .header { backdrop-filter: none; background: var(--ink); }
  .nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    gap: 1.6rem;
    background: rgba(11, 11, 13, .98);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .25s ease, visibility 0s .25s;
    z-index: 90;
  }
  .nav.open { transform: none; visibility: visible; transition: transform .25s ease; }
  .nav > a:not(.btn) { font-size: 1.2rem; }
  .nav .btn { font-size: 1rem; padding: .8em 1.6em; }
  .nav-toggle { display: flex; position: relative; z-index: 95; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}

@media (max-width: 760px) {
  .announce { font-size: .74rem; gap: .8rem; flex-wrap: wrap; text-align: center; }

  .section { padding: 3.5rem 0; }
  .services-grid, .tier-grid, .price-tables, .steps, .why-stats { grid-template-columns: 1fr; }
  .tier-grid .tier-card:last-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:last-child { grid-column: auto; aspect-ratio: 4 / 3; }
  .logo-img { height: 46px; }
  .reviews-grid { columns: 1; }
  .tier-featured { order: -1; }
  .form-row { grid-template-columns: 1fr; }
  .fineprint-body { grid-template-columns: 1fr; }
  .quote-card { padding: 1.4rem; }
  .trustbar-inner { grid-template-columns: 1fr; }
  .cta-banner-inner { flex-direction: column; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .mobile-callbar { display: grid; }
  body { padding-bottom: 56px; }
  .contact-map iframe { height: 300px; }
}
