/* ========================================
   AUTO DETAILING — DEDICATED PAGE
   Imported only on /services/auto-detailing
   ======================================== */

/* ---- HERO ---- */
.auto-hero {
  background: var(--navy);
  padding: 72px 48px 80px;
}

.auto-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.auto-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(0, 194, 184, 0.08);
  border: 1px solid rgba(0, 194, 184, 0.2);
  padding: 6px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
  width: fit-content;
}

.auto-hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800;
  color: var(--sand);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.auto-hero-sub {
  font-size: 18px;
  color: rgba(244, 238, 224, 0.6);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 420px;
}

.auto-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.auto-cta-primary {
  display: inline-block;
  background: var(--teal);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
  letter-spacing: 0.01em;
}

.auto-cta-primary:hover {
  background: #00e2ce;
  transform: translateY(-2px);
}

.auto-cta-sm { font-size: 13px; padding: 10px 20px; }
.auto-cta-lg { font-size: 16px; padding: 16px 36px; }

.auto-cta-ghost {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(244, 238, 224, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
  border-bottom: 1px solid rgba(244, 238, 224, 0.2);
  padding-bottom: 1px;
}

.auto-cta-ghost:hover { color: var(--sand); }

/* Hero card */
.auto-hero-card {
  background: var(--navy-mid);
  border: 1px solid rgba(0, 194, 184, 0.15);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auto-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0.7;
}

.auto-card-price {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--sand);
  line-height: 1;
  letter-spacing: -0.03em;
}

.auto-card-meta { font-size: 14px; color: rgba(244, 238, 224, 0.5); }

.auto-card-divider {
  height: 1px;
  background: rgba(0, 194, 184, 0.12);
  margin: 8px 0;
}

.auto-card-perks { display: flex; flex-direction: column; gap: 8px; }

.auto-perk {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(244, 238, 224, 0.7);
  line-height: 1.5;
}

.auto-perk-check { color: var(--teal); font-size: 12px; flex-shrink: 0; margin-top: 1px; }

/* ---- SECTIONS ---- */
.auto-section { background: var(--bg); padding: 88px 48px; }

.auto-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.auto-section .section-heading { margin-bottom: 48px; }

/* Terms grid */
.auto-terms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.auto-term-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
  border: 1.5px solid rgba(7, 26, 46, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.auto-term-card--featured {
  border-color: rgba(240, 90, 40, 0.2);
}

.auto-term-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(240, 90, 40, 0.08);
  color: #C04020;
  width: fit-content;
}

.auto-term-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 194, 184, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-term-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
}

.auto-term-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* Checklist */
.auto-checklist-section { background: var(--bg-alt); padding: 88px 48px; }

.auto-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.auto-check-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(7, 26, 46, 0.08);
}

.auto-check-item:nth-child(odd) {
  padding-right: 48px;
  border-right: 1px solid rgba(7, 26, 46, 0.08);
}

.auto-check-item:nth-child(even) { padding-left: 48px; }

.auto-check-item:nth-last-child(-n+2) { border-bottom: none; }

.auto-check-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(0, 194, 184, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.auto-check-item h4 {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.auto-check-item p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* Benefits */
.auto-benefits-section { background: var(--navy); padding: 88px 48px; }

.auto-benefits-section .section-label { color: var(--teal); }

.auto-benefits-section .section-heading { color: var(--sand); }

.auto-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: -24px;
}

.auto-benefit { display: flex; flex-direction: column; gap: 16px; }

.auto-benefit-icon {
  width: 56px;
  height: 56px;
  background: rgba(0, 194, 184, 0.1);
  border: 1px solid rgba(0, 194, 184, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-benefit h3 {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--sand);
}

.auto-benefit p { font-size: 14px; color: rgba(244, 238, 224, 0.55); line-height: 1.65; }

/* Process */
.auto-process-section { background: var(--bg); padding: 88px 48px; }

.auto-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(7, 26, 46, 0.1);
  margin-bottom: 32px;
}

.auto-process-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 32px 32px 0;
  border-right: 1px solid rgba(7, 26, 46, 0.1);
}

.auto-process-step:last-child {
  border-right: none;
  padding-left: 32px;
  padding-right: 0;
}

.auto-process-step:not(:first-child) { padding-left: 32px; }

.auto-process-num {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.1em;
  opacity: 0.6;
}

.auto-process-step h3 {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
}

.auto-process-step p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

.auto-process-timing { display: flex; align-items: center; }

.auto-timing-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

/* Add-ons */
.auto-addons-section { background: var(--bg-alt); padding: 88px 48px; }

.auto-addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.auto-addon-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
  border: 1.5px solid rgba(7, 26, 46, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auto-addon-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 194, 184, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-addon-card h4 {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}

.auto-addon-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

.auto-addon-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal-dim);
  text-decoration: none;
  margin-top: 4px;
  transition: color 0.2s ease;
}

.auto-addon-link:hover { color: var(--teal); }

/* Pricing */
.auto-pricing-section { background: var(--navy); padding: 88px 48px; }

.auto-pricing-section .section-label { color: var(--teal); }

.auto-pricing-section .section-heading { color: var(--sand); }

.auto-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.auto-price-card {
  background: var(--white);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1.5px solid rgba(7, 26, 46, 0.1);
}

.auto-price-card--featured { border-color: rgba(240, 90, 40, 0.25); }

.auto-price-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  width: fit-content;
  background: rgba(0, 80, 160, 0.08);
  color: #0050A0;
}

.auto-price-badge--teal { background: rgba(0, 194, 184, 0.1); color: #00A89E; }

.auto-price-name { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); }

.auto-price-amount {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.auto-price-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

.auto-price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.auto-price-features li {
  font-size: 13px;
  color: var(--text-muted);
  padding-left: 14px;
  position: relative;
}

.auto-price-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 1.5px;
  background: var(--teal);
  border-radius: 1px;
}

.auto-price-cta {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: var(--navy);
  color: var(--sand);
  transition: background 0.2s ease, transform 0.15s ease;
  margin-top: auto;
}

.auto-price-cta:hover {
  background: var(--teal);
  color: var(--navy);
  transform: translateY(-1px);
}

.auto-price-cta--teal { background: var(--teal); color: var(--navy); }
.auto-price-cta--teal:hover { background: #00e2ce; color: var(--navy); }

.auto-pricing-note {
  font-size: 13px;
  color: rgba(244, 238, 224, 0.4);
  font-style: italic;
}

/* CTA Section */
.auto-cta-section { background: var(--bg); padding: 96px 48px; text-align: center; }

.auto-cta-inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.auto-cta-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.auto-cta-sub { font-size: 16px; color: var(--text-muted); line-height: 1.65; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .auto-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .auto-terms-grid { grid-template-columns: 1fr; gap: 16px; }
  .auto-benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .auto-process-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .auto-process-step { border-right: none; padding: 0; border-bottom: 1px solid rgba(7, 26, 46, 0.08); padding-bottom: 24px; }
  .auto-process-step:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; }
  .auto-process-step:not(:first-child) { padding-left: 0; }
  .auto-process-step:nth-child(odd):not(:first-child) { padding-right: 48px; }
  .auto-addons-grid,
  .auto-pricing-grid { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 768px) {
  .auto-hero { padding: 56px 24px 64px; }
  .auto-section,
  .auto-checklist-section,
  .auto-process-section,
  .auto-addons-section,
  .auto-cta-section { padding: 56px 24px; }
  .auto-benefits-section,
  .auto-pricing-section { padding: 56px 24px; }
  .auto-hero-card { padding: 24px; }
  .auto-hero-actions { flex-direction: column; align-items: flex-start; }
  .auto-cta-primary,
  .auto-cta-ghost { width: 100%; text-align: center; }
  .auto-checklist-grid { grid-template-columns: 1fr; }
  .auto-check-item { border-right: none; padding-right: 0; }
  .auto-check-item:nth-child(odd) { padding-left: 0; }
  .auto-check-item:nth-last-child(2) { border-bottom: 1px solid rgba(7, 26, 46, 0.08); }
  .auto-check-item:last-child { border-bottom: none; }
  .auto-benefits-grid { grid-template-columns: 1fr; gap: 24px; }
  .auto-process-grid { grid-template-columns: 1fr; }
  .auto-process-step { border-bottom: 1px solid rgba(7, 26, 46, 0.08); padding: 0 0 24px; }
  .auto-process-step:last-child { border-bottom: none; padding-bottom: 0; }
  .auto-process-step:nth-child(odd):not(:first-child) { padding-left: 0; padding-right: 0; }
  .auto-process-step:first-child { padding-right: 0; }
  .auto-cta-section { padding: 64px 24px; }
}