.auto-detailing-customer-page {
  --ad-navy: #0f2233;
  --ad-muted: #51677a;
  --ad-blue: #2563eb;
  --ad-blue-dark: #075bb8;
  --ad-teal: #0f9aa8;
  --ad-green: #16a34a;
  --ad-soft: #f6fbff;
  --ad-soft-blue: #eef8ff;
  --ad-pale-teal: #e8fbff;
  --ad-border: #d9e8f5;
  --ad-shadow: 0 18px 46px rgba(38, 85, 120, 0.09);
  color: var(--ad-navy);
  font-size: 16px;
  background: var(--ad-soft);
}

.auto-detailing-customer-page .ad-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.auto-detailing-customer-page .ad-icon,
.auto-detailing-customer-page .ad-nav-icon {
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auto-detailing-customer-page .ad-container,
.auto-detailing-customer-page .nav-shell {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.auto-detailing-customer-page .site-header {
  border-color: rgba(217, 232, 245, 0.92);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 25px rgba(33, 76, 108, 0.055);
}

.auto-detailing-customer-page .nav-shell {
  min-height: 76px;
}

.auto-detailing-customer-page .brand {
  gap: 0.78rem;
  color: var(--ad-navy);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.auto-detailing-customer-page .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(145deg, #13a9b2, #087e9b);
  box-shadow: 0 8px 18px rgba(15, 154, 168, 0.2);
  font-size: 1rem;
}

.auto-detailing-customer-page .nav-links > a,
.auto-detailing-customer-page .nav-dropdown-toggle {
  color: #26394b;
  font-size: 1.12rem;
  font-weight: 700;
}

.auto-detailing-customer-page .nav-dropdown-toggle {
  gap: 0.42rem;
}

.auto-detailing-customer-page .nav-dropdown-toggle[aria-current="page"] {
  color: #0759b9;
  background: #eaf2ff;
}

.auto-detailing-customer-page .ad-nav-icon {
  width: 15px;
  height: 15px;
  transition: transform 160ms ease;
}

.auto-detailing-customer-page .nav-dropdown.is-open .ad-nav-icon {
  transform: rotate(180deg);
}

.ad-main {
  overflow: hidden;
  background: var(--ad-soft);
}

.ad-hero {
  position: relative;
  padding: 34px 0 24px;
  background:
    radial-gradient(circle at 0 38%, rgba(195, 224, 255, 0.42) 0 88px, transparent 89px),
    radial-gradient(circle at 75% 14%, rgba(255, 255, 255, 0.96) 0 150px, transparent 151px),
    linear-gradient(135deg, #f8fcff 0%, #edf7ff 54%, #f5fbff 100%);
}

.ad-hero::before,
.ad-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ad-hero::before {
  top: 68px;
  right: 5%;
  width: 112px;
  height: 112px;
  opacity: 0.45;
  background-image: radial-gradient(circle, #8dc5fa 3px, transparent 3.5px);
  background-size: 18px 18px;
}

.ad-hero::after {
  top: 145px;
  left: calc(50% - 28px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(201, 229, 255, 0.33);
}

.ad-breadcrumb {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 24px;
  color: #075bb8;
  font-size: 1.12rem;
  font-weight: 800;
}

.ad-breadcrumb:hover {
  color: #0a4790;
  text-decoration: none;
}

.ad-breadcrumb .ad-icon {
  width: 17px;
  height: 17px;
}

.ad-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.ad-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.ad-pill-row span {
  display: inline-flex;
  min-height: 34px;
  padding: 5px 14px;
  align-items: center;
  border-radius: 999px;
  color: #075bb8;
  background: #dcecff;
  font-size: 1rem;
  font-weight: 850;
}

.ad-pill-row span + span {
  color: #52677b;
  background: #edf2f8;
}

.ad-hero-copy h1 {
  max-width: 680px;
  margin: 18px 0 14px;
  color: #0b1f36;
  font-size: clamp(4rem, 4.25vw, 5.2rem);
  font-weight: 950;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.ad-hero-copy h1 span {
  display: block;
}

.ad-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--ad-muted);
  font-size: 1.25rem;
  line-height: 1.7;
}

.ad-hero-copy .ad-support-copy {
  margin-top: 13px;
}

.ad-support-copy strong {
  color: #203b52;
}

.ad-hero-art {
  position: relative;
  display: flex;
  min-height: 360px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.ad-hero-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 1% 6% 7%;
  border-radius: 50%;
  background: rgba(218, 237, 255, 0.55);
  filter: blur(12px);
}

.ad-hero-art img {
  display: block;
  width: 100%;
  max-width: 650px;
  height: auto;
  aspect-ratio: 1.77 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  mix-blend-mode: multiply;
}

.ad-calculator-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: 32px;
  align-items: start;
  margin-top: 28px;
}

.ad-card,
.ad-content-card {
  border: 1px solid rgba(210, 226, 239, 0.98);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--ad-shadow);
}

.ad-form-card,
.ad-estimate-panel {
  min-width: 0;
  padding: 36px;
  border-radius: 26px;
}

.ad-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.ad-input-group {
  display: grid;
  gap: 9px;
}

.ad-input-group label,
.ad-addons legend {
  color: #20364a;
  font-size: 1.14rem;
  font-weight: 800;
}

.ad-input-group select {
  min-height: 60px;
  padding: 0 46px 0 16px;
  border: 1px solid #cdddeb;
  border-radius: 12px;
  color: #253b4f;
  font-size: 1.14rem;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23425b71' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  box-shadow: 0 4px 12px rgba(28, 76, 112, 0.025);
  appearance: none;
}

.ad-input-group select:focus {
  border-color: #65a8e7;
  outline: 3px solid rgba(37, 99, 235, 0.12);
}

.ad-addons {
  grid-column: 1 / -1;
  padding: 0;
  margin: 0;
  border: 0;
}

.ad-addons legend {
  margin-bottom: 9px;
}

.ad-check-list {
  display: grid;
  gap: 9px;
}

.ad-check-option {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid #d5e2ed;
  border-radius: 12px;
  color: #20364a;
  background: #ffffff;
  font-size: 1.14rem;
  font-weight: 750;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
}

.ad-check-option:hover {
  border-color: #9fc7e8;
}

.ad-check-option:has(input:checked) {
  border-color: #7bb5e8;
  background: #f0f8ff;
}

.ad-check-option input {
  width: 19px;
  height: 19px;
  min-height: 0;
  margin: 0;
  accent-color: var(--ad-blue);
}

.ad-form-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.ad-button {
  display: inline-flex;
  min-height: 60px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 1.12rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.ad-button:hover {
  transform: translateY(-1px);
}

.ad-button-primary {
  min-width: 182px;
  color: #ffffff;
  background: linear-gradient(135deg, #0875d9, #0757b9);
  box-shadow: 0 9px 20px rgba(14, 99, 194, 0.2);
}

.ad-button-primary:hover {
  background: linear-gradient(135deg, #0969c4, #064b9e);
}

.ad-button-reset {
  color: #25394c;
  border-color: #cbdbe8;
  background: #ffffff;
}

.ad-button-reset:hover {
  background: #f3f8fc;
}

.ad-button-reset .ad-icon {
  width: 16px;
  height: 16px;
}

.ad-trust-note {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 16px 0 0;
  color: #6a8093;
  font-size: 1.02rem;
}

.ad-trust-note .ad-icon {
  width: 16px;
  height: 16px;
  color: #4f87b8;
}

.ad-form-card .form-error {
  margin: 8px 0 0;
  font-size: 1rem;
}

.ad-estimate-panel h2 {
  margin: 0 0 22px;
  color: #102338;
  font-size: clamp(2.1rem, 2vw, 2.45rem);
  font-weight: 950;
  letter-spacing: -0.035em;
}

.ad-featured-result {
  display: flex;
  min-height: 190px;
  padding: 26px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #8bc6ea;
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 12%, rgba(190, 236, 232, 0.4), transparent 38%),
    linear-gradient(135deg, #f2f9ff, #ecf9fb);
  box-shadow: 0 10px 26px rgba(35, 111, 158, 0.08);
  text-align: center;
}

.ad-result-kicker {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 14px;
  align-items: center;
  margin-bottom: 8px;
  border-radius: 999px;
  color: #16844e;
  background: #ecfbf3;
  font-size: 1.02rem;
  font-weight: 850;
}

.ad-result-label {
  color: #40566b;
  font-size: 1.12rem;
  font-weight: 750;
}

.ad-featured-result strong {
  margin-top: 3px;
  color: #075bb8;
  font-size: clamp(3.3rem, 5vw, 4.6rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}

.ad-secondary-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.ad-secondary-results > div {
  display: flex;
  min-height: 112px;
  padding: 20px 22px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #d9e5ef;
  border-radius: 14px;
  background: #ffffff;
}

.ad-secondary-results strong {
  margin-top: 4px;
  color: #075bb8;
  font-size: 2.15rem;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.ad-result-note {
  margin: 22px 0 17px;
  color: #5c7184;
  font-size: 1.12rem;
  line-height: 1.65;
}

.ad-disclaimer {
  display: flex;
  gap: 13px;
  padding-top: 17px;
  border-top: 1px solid #dfe9f1;
  color: #556b7e;
}

.ad-disclaimer .ad-icon {
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 7px;
  color: #1471d2;
  background: #e8f3ff;
}

.ad-disclaimer p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.65;
}

.ad-content-section {
  padding: 0 0 32px;
  background:
    linear-gradient(180deg, rgba(237, 247, 255, 0.95), rgba(246, 251, 255, 0.98) 18%, #f6fbff 100%);
}

.ad-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7.4fr);
  gap: 24px;
  align-items: start;
}

.ad-content-column {
  display: grid;
  min-width: 0;
  gap: 24px;
  align-content: start;
}

.ad-content-top {
  display: grid;
  grid-template-columns: minmax(0, 4.2fr) minmax(280px, 3fr);
  gap: 24px;
  align-items: start;
}

.ad-content-card {
  min-width: 0;
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(38, 85, 120, 0.055);
}

.ad-business-card {
  align-self: start;
}

.ad-section-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.ad-section-heading h2,
.ad-content-card h2 {
  margin: 0;
  color: #102338;
  font-size: clamp(1.7rem, 2vw, 2.15rem);
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.ad-section-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
}

.ad-section-icon .ad-icon {
  width: 25px;
  height: 25px;
  stroke-width: 2.3;
}

.ad-icon-blue {
  color: #1d65c1;
  background: #e5f0ff;
}

.ad-icon-green {
  color: #16935b;
  background: #e5f8ef;
}

.ad-icon-teal {
  color: #0789a2;
  background: #e3f9fc;
}

.ad-content-card p {
  margin: 0 0 14px;
  color: #53697c;
  font-size: 1.12rem;
  line-height: 1.65;
}

.ad-content-card p:last-child {
  margin-bottom: 0;
}

.ad-table-wrap {
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid #dbe9e4;
  border-radius: 12px;
}

.ad-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.08rem;
  line-height: 1.55;
}

.ad-table-wrap th,
.ad-table-wrap td {
  padding: 13px 14px;
  border-bottom: 1px solid #e0e9ed;
  text-align: left;
  vertical-align: top;
}

.ad-table-wrap th {
  color: #16714d;
  background: linear-gradient(90deg, #e9f8ef, #edf9f4);
  font-weight: 850;
}

.ad-table-wrap td:first-child {
  width: 34%;
  color: #1a3144;
  font-weight: 850;
}

.ad-table-wrap tr:nth-child(even) td {
  background: #fbfdff;
}

.ad-table-wrap tr:last-child td {
  border-bottom: 0;
}

.ad-sidebar-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 2vw, 2.15rem);
}

.ad-sidebar-card h3 {
  margin: 28px 0 14px;
  color: #1b3043;
  font-size: 1.38rem;
  font-weight: 900;
}

.ad-sidebar-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ad-sidebar-card li + li {
  margin-top: 13px;
}

.ad-sidebar-card a {
  color: #0964c2;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.55;
}

.ad-sidebar-card a:hover {
  color: #064a92;
}

.ad-example-list {
  padding: 0;
  margin: 5px 0 16px;
  color: #465e72;
  list-style: none;
}

.ad-example-list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.1rem;
  line-height: 1.65;
}

.ad-example-list li::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #287bc7;
}

.ad-example-list strong {
  color: #253d51;
}

.ad-business-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.ad-business-heading {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ad-business-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 11px;
  color: #075bb8;
  background: #e5f0ff;
}

.ad-business-icon .ad-icon {
  width: 30px;
  height: 30px;
}

.ad-business-card h2 {
  color: #075bb8;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.12;
}

.ad-business-card p {
  max-width: 44rem;
  margin: 0;
  line-height: 1.6;
}

.ad-business-link {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  padding: 0 20px;
  align-items: center;
  gap: 8px;
  border: 1px solid #bed8ef;
  border-radius: 11px;
  color: #075bb8;
  background: #ffffff;
  font-size: 1.1rem;
  font-weight: 850;
  white-space: nowrap;
}

.ad-business-link:hover {
  color: #064a92;
  text-decoration: none;
  background: #f2f8fe;
}

.ad-faq-card .ad-section-heading {
  margin-bottom: 18px;
}

.ad-faq-list {
  border: 1px solid #dce7f0;
  border-radius: 12px;
  overflow: hidden;
}

.ad-faq-list details {
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.ad-faq-list details + details {
  border-top: 1px solid #e2eaf1;
}

.ad-faq-list summary {
  display: flex;
  min-height: 56px;
  padding: 12px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #1c3448;
  font-size: 1.1rem;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.ad-faq-list summary::-webkit-details-marker {
  display: none;
}

.ad-faq-list summary .ad-icon {
  width: 15px;
  height: 15px;
  color: #385d7d;
  transition: transform 160ms ease;
}

.ad-faq-list details[open] summary .ad-icon {
  transform: rotate(180deg);
}

.ad-faq-list details[open] summary {
  background: #f5faff;
}

.ad-faq-list details p {
  padding: 0 42px 16px 14px;
  margin: 0;
  font-size: 1.1rem;
}

.auto-detailing-customer-page .site-footer {
  margin-top: 0;
  padding: 44px 0;
  color: #dce8f0;
  background: #08283a;
}

.auto-detailing-customer-page .footer-grid {
  grid-template-columns: 1.45fr 0.75fr 0.75fr;
  gap: 70px;
}

.auto-detailing-customer-page .footer-brand,
.auto-detailing-customer-page .site-footer h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.32rem;
  font-weight: 900;
}

.auto-detailing-customer-page .footer-disclaimer {
  max-width: 480px;
  margin: 0;
  color: #bdd0dc;
  font-size: 1.1rem;
  line-height: 1.7;
}

.auto-detailing-customer-page .footer-list li {
  margin-top: 6px;
}

.auto-detailing-customer-page .site-footer a {
  color: #d5e8f3;
  font-size: 1.1rem;
}

@media (min-width: 920px) {
  .auto-detailing-customer-page .nav-links {
    gap: 7px;
  }

  .auto-detailing-customer-page .nav-links > a,
  .auto-detailing-customer-page .nav-dropdown-toggle {
    padding: 0.62rem 0.86rem;
  }
}

@media (max-width: 1080px) {
  .ad-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 32px;
  }

  .ad-calculator-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.88fr);
  }

  .ad-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-content-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 919px) {
  .auto-detailing-customer-page .nav-dropdown-toggle[aria-current="page"] {
    background: #eaf2ff;
  }

  .ad-hero {
    padding-top: 26px;
  }

  .ad-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ad-hero-copy {
    max-width: 680px;
  }

  .ad-hero-art {
    width: min(100%, 690px);
    margin: 0 auto;
  }

  .ad-calculator-grid {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .ad-estimate-panel {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .ad-content-grid {
    grid-template-columns: 1fr;
  }

  .auto-detailing-customer-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .auto-detailing-customer-page .ad-container,
  .auto-detailing-customer-page .nav-shell {
    width: min(calc(100% - 32px), 1360px);
  }

  .auto-detailing-customer-page .brand {
    font-size: 1rem;
  }

  .auto-detailing-customer-page .brand-mark {
    width: 39px;
    height: 39px;
  }

  .ad-breadcrumb {
    margin-bottom: 18px;
  }

  .ad-hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 3.5rem);
  }

  .ad-hero-copy p {
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .ad-hero-art img {
    min-height: 245px;
    border-radius: 24px;
    object-position: center;
  }

  .ad-form-card,
  .ad-estimate-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .ad-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ad-addons {
    grid-column: auto;
  }

  .ad-form-actions {
    flex-direction: column;
  }

  .ad-button {
    width: 100%;
  }

  .ad-secondary-results {
    grid-template-columns: 1fr;
  }

  .ad-secondary-results > div {
    min-height: 78px;
  }

  .ad-content-card {
    padding: 22px;
  }

  .ad-table-wrap {
    overflow-x: auto;
  }

  .ad-table-wrap table {
    min-width: 0;
    font-size: 1rem;
  }

  .ad-business-icon {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auto-detailing-customer-page *,
  .auto-detailing-customer-page *::before,
  .auto-detailing-customer-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
