.auto-detailing-customer-page,
.carpet-cleaning-customer-page,
.dog-grooming-page,
.gutter-cleaning-customer-page,
.house-cleaning-customer-page,
.junk-removal-customer-page,
.lawn-care-customer-page,
.pressure-washing-customer-page,
.rug-cleaning-customer-page,
.upholstery-cleaning-page {
  --spt-calc-navy: #142235;
  --spt-calc-ink: #0F172A;
  --spt-calc-muted: #64748B;
  --spt-calc-blue: #2563EB;
  --spt-calc-blue-dark: #1764C8;
  --spt-calc-teal: #12B8A6;
  --spt-calc-soft: #F8FAFC;
  --spt-calc-soft-blue: #EAF3FF;
  --spt-calc-border: #E2E8F0;
  --spt-calc-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  color: var(--spt-calc-navy);
  background: var(--spt-calc-soft);
}

.auto-detailing-customer-page .ad-main,
.carpet-cleaning-customer-page .cc-main,
.house-cleaning-customer-page .hc-main,
.upholstery-cleaning-page .uc-main {
  overflow: hidden;
  background: var(--spt-calc-soft);
}

.auto-detailing-customer-page .ad-container,
.carpet-cleaning-customer-page .cc-container,
.house-cleaning-customer-page .hc-container,
.upholstery-cleaning-page .uc-container {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.auto-detailing-customer-page .ad-hero,
.carpet-cleaning-customer-page .cc-hero,
.house-cleaning-customer-page .hc-hero,
.upholstery-cleaning-page .uc-hero {
  position: relative;
  padding: 24px 0 28px;
  background:
    radial-gradient(circle at 0 30%, rgba(234, 243, 255, 0.45) 0 92px, transparent 93px),
    radial-gradient(circle at 70% 12%, rgba(255, 255, 255, 0.97) 0 150px, transparent 151px),
    radial-gradient(circle at 100% 47%, rgba(234, 243, 255, 0.44) 0 170px, transparent 171px),
    linear-gradient(135deg, #FFFFFF 0%, #EAF3FF 55%, #EAF3FF 100%);
}

.auto-detailing-customer-page .ad-hero-grid,
.carpet-cleaning-customer-page .cc-hero-grid,
.house-cleaning-customer-page .hc-hero-grid,
.upholstery-cleaning-page .uc-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
}

.auto-detailing-customer-page .ad-breadcrumb,
.carpet-cleaning-customer-page .cc-breadcrumb,
.house-cleaning-customer-page .hc-breadcrumb,
.upholstery-cleaning-page .uc-breadcrumb {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 24px;
  color: var(--spt-calc-blue-dark);
  font-size: 1rem;
  font-weight: 850;
}

.auto-detailing-customer-page .ad-pill-row,
.carpet-cleaning-customer-page .cc-pill-row,
.house-cleaning-customer-page .hc-pill-row,
.upholstery-cleaning-page .uc-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.auto-detailing-customer-page .ad-pill-row span,
.carpet-cleaning-customer-page .cc-pill-row span,
.house-cleaning-customer-page .hc-pill-row span,
.upholstery-cleaning-page .uc-pill-row span {
  display: inline-flex;
  min-height: 34px;
  padding: 5px 14px;
  align-items: center;
  border: 1px solid var(--spt-calc-soft-blue);
  border-radius: 999px;
  color: var(--spt-calc-blue-dark);
  background: var(--spt-calc-soft-blue);
  font-size: 0.95rem;
  font-weight: 850;
}

.auto-detailing-customer-page .ad-hero-copy h1,
.carpet-cleaning-customer-page .cc-hero-copy h1,
.house-cleaning-customer-page .hc-hero-copy h1,
.upholstery-cleaning-page .uc-hero-copy h1 {
  max-width: 720px;
  margin: 14px 0 12px;
  color: var(--spt-calc-ink);
  font-size: 3rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
}

.auto-detailing-customer-page .ad-hero-copy h1 span,
.carpet-cleaning-customer-page .cc-hero-copy h1 span,
.house-cleaning-customer-page .hc-hero-copy h1 span,
.upholstery-cleaning-page .uc-hero-copy h1 span {
  display: block;
}

.auto-detailing-customer-page .ad-hero-copy p,
.carpet-cleaning-customer-page .cc-hero-copy p,
.house-cleaning-customer-page .hc-hero-copy p,
.upholstery-cleaning-page .uc-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--spt-calc-muted);
  font-size: 1.03rem;
  line-height: 1.58;
}

.auto-detailing-customer-page .ad-support-copy {
  margin-top: 12px;
}

.auto-detailing-customer-page .ad-hero-art,
.carpet-cleaning-customer-page .cc-hero-art,
.house-cleaning-customer-page .hc-hero-art,
.upholstery-cleaning-page .uc-hero-art {
  position: relative;
  display: flex;
  min-height: 255px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.auto-detailing-customer-page .ad-hero-art img,
.carpet-cleaning-customer-page .cc-hero-art img,
.house-cleaning-customer-page .hc-hero-art img,
.upholstery-cleaning-page .uc-hero-art img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 1.777 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 46% 54% 44% 56% / 48% 42% 58% 52%;
  box-shadow: 0 24px 58px rgba(23, 100, 200, 0.13);
}

.auto-detailing-customer-page .ad-hero-summary,
.carpet-cleaning-customer-page .cc-hero-summary,
.dog-grooming-page .dg-hero-summary,
.gutter-cleaning-customer-page .cc-hero-summary,
.junk-removal-customer-page .jr-hero-summary,
.lawn-care-customer-page .lc-hero-summary,
.pressure-washing-customer-page .cc-hero-summary,
.rug-cleaning-customer-page .cc-hero-summary,
.upholstery-cleaning-page .uc-hero-summary {
  display: none;
}

.auto-detailing-customer-page .ad-calculator-grid,
.carpet-cleaning-customer-page .cc-calculator-grid,
.house-cleaning-customer-page .hc-calculator-grid,
.upholstery-cleaning-page .uc-calculator-grid {
  display: grid;
  grid-template-areas: "form results";
  grid-template-columns: minmax(520px, 1fr) minmax(340px, 0.72fr);
  gap: 24px;
  align-items: start;
  margin-top: 18px;
}

.carpet-cleaning-customer-page .cc-calculator-section,
.upholstery-cleaning-page .uc-calculator-section,
.junk-removal-customer-page .jr-calculator-section {
  padding: 0 0 28px;
  background: var(--spt-calc-soft-blue);
}

.auto-detailing-customer-page .ad-form-card,
.carpet-cleaning-customer-page .cc-form-card,
.house-cleaning-customer-page .hc-form-card,
.upholstery-cleaning-page .uc-form-card {
  grid-area: form;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--spt-calc-border);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: var(--spt-calc-shadow);
}

.spt-result-card {
  grid-area: results;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--spt-calc-border);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: var(--spt-calc-shadow);
}

.auto-detailing-customer-page [data-calculator] .ad-form-grid,
.carpet-cleaning-customer-page [data-calculator] .cc-form-grid,
.house-cleaning-customer-page [data-calculator] .hc-form-grid,
.upholstery-cleaning-page [data-calculator] .uc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.auto-detailing-customer-page [data-calculator] .ad-input-group,
.carpet-cleaning-customer-page [data-calculator] .cc-input-group,
.house-cleaning-customer-page [data-calculator] .hc-input-group,
.upholstery-cleaning-page [data-calculator] .uc-input-group {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.auto-detailing-customer-page [data-calculator] label,
.carpet-cleaning-customer-page [data-calculator] label,
.house-cleaning-customer-page [data-calculator] label,
.upholstery-cleaning-page [data-calculator] label,
.spt-addons-accordion summary strong {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #111827;
  font-size: 0.94rem;
  font-weight: 850;
}

.auto-detailing-customer-page [data-calculator] select,
.carpet-cleaning-customer-page [data-calculator] select,
.house-cleaning-customer-page [data-calculator] select,
.upholstery-cleaning-page [data-calculator] select {
  width: 100%;
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  color: #111827;
  font-size: 0.93rem;
  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 8px 18px rgba(15, 23, 42, 0.04);
  appearance: none;
}

.auto-detailing-customer-page [data-calculator] select:focus,
.carpet-cleaning-customer-page [data-calculator] select:focus,
.house-cleaning-customer-page [data-calculator] select:focus,
.upholstery-cleaning-page [data-calculator] select:focus {
  border-color: var(--spt-calc-blue);
  outline: 3px solid rgba(37, 99, 235, 0.12);
}

.spt-form-heading,
.auto-detailing-customer-page .ad-card-heading,
.carpet-cleaning-customer-page .cc-card-heading,
.dog-grooming-page .dg-form-heading,
.junk-removal-customer-page .jr-form-heading,
.lawn-care-customer-page .lc-form-heading,
.upholstery-cleaning-page .uc-card-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  color: #111827;
}

.spt-form-heading h2,
.auto-detailing-customer-page .ad-card-heading h2,
.carpet-cleaning-customer-page .cc-card-heading h2,
.dog-grooming-page .dg-form-heading h2,
.junk-removal-customer-page .jr-form-heading h2,
.lawn-care-customer-page .lc-form-heading h2,
.upholstery-cleaning-page .uc-card-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.spt-form-heading p,
.auto-detailing-customer-page .ad-card-heading p,
.carpet-cleaning-customer-page .cc-card-heading p,
.dog-grooming-page .dg-form-heading p,
.junk-removal-customer-page .jr-form-heading p,
.lawn-care-customer-page .lc-form-heading p,
.upholstery-cleaning-page .uc-card-heading p {
  display: none;
}

.spt-form-heading-icon {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--spt-calc-blue);
}

.spt-submit-hidden {
  display: none !important;
}

.auto-detailing-customer-page [data-calculator] .ad-form-actions,
.carpet-cleaning-customer-page [data-calculator] .cc-form-actions,
.house-cleaning-customer-page [data-calculator] .hc-form-actions,
.upholstery-cleaning-page [data-calculator] .uc-form-actions {
  display: flex;
  margin-top: 12px;
}

.spt-reset-link,
.spt-reset-link:hover,
.spt-reset-link:focus {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--spt-calc-blue-dark) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transform: none !important;
}

.spt-reset-link svg {
  display: none !important;
}

.spt-addons-accordion {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  background: #FFFFFF;
}

.spt-addons-accordion summary {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 11px 12px;
  list-style: none;
  cursor: pointer;
}

.spt-addons-accordion summary::-webkit-details-marker {
  display: none;
}

.spt-addons-accordion summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.14);
  outline-offset: -3px;
}

.spt-addon-summary-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.spt-addon-summary-copy small {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 650;
}

.spt-addon-summary-controls {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
  color: var(--spt-calc-blue-dark);
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.spt-addon-count {
  display: inline-flex;
  min-height: 26px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  color: var(--spt-calc-blue-dark);
  background: var(--spt-calc-soft-blue);
  font-size: 0.76rem;
  font-weight: 850;
}

.spt-addon-toggle-text {
  color: var(--spt-calc-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.spt-addon-hide {
  display: none;
}

.spt-addon-chevron {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.spt-addons-accordion[open] {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.spt-addons-accordion[open] summary {
  border-bottom: 1px solid #E5E7EB;
}

.spt-addons-accordion[open] .spt-addon-show {
  display: none;
}

.spt-addons-accordion[open] .spt-addon-hide {
  display: inline;
}

.spt-addons-accordion[open] .spt-addon-chevron {
  transform: rotate(180deg);
}

.spt-addons-accordion fieldset {
  padding: 12px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.spt-addon-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.auto-detailing-customer-page .ad-check-list,
.carpet-cleaning-customer-page .cc-check-list,
.house-cleaning-customer-page .hc-check-list,
.upholstery-cleaning-page .uc-check-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.auto-detailing-customer-page .ad-check-option,
.carpet-cleaning-customer-page .cc-check-option,
.house-cleaning-customer-page .hc-check-option,
.upholstery-cleaning-page .uc-check-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #E1E7F0;
  border-radius: 10px;
  color: #667085;
  background: #FFFFFF;
  font-size: 0.84rem;
  font-weight: 750;
  cursor: pointer;
}

.auto-detailing-customer-page .ad-check-option:has(input:checked),
.carpet-cleaning-customer-page .cc-check-option:has(input:checked),
.house-cleaning-customer-page .hc-check-option:has(input:checked),
.upholstery-cleaning-page .uc-check-option:has(input:checked) {
  border-color: #93B4FF;
  background: #F8FBFF;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.06);
}

.auto-detailing-customer-page .ad-check-option input,
.carpet-cleaning-customer-page .cc-check-option input,
.house-cleaning-customer-page .hc-check-option input,
.upholstery-cleaning-page .uc-check-option input {
  width: 17px;
  height: 17px;
  min-height: 0;
  margin: 0;
  accent-color: var(--spt-calc-blue);
}

.spt-results-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.spt-results-eyebrow {
  color: #667085;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.spt-result-card h2 {
  margin: 5px 0 0;
  color: #111827;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.15;
}

.spt-live-badge {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #10A37F;
  font-size: 0.84rem;
  font-weight: 850;
  white-space: nowrap;
}

.spt-live-badge svg,
.spt-result-footnotes svg,
.spt-disclaimer svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.spt-featured-result {
  display: flex;
  min-height: 82px;
  padding: 0 0 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.spt-result-kicker {
  display: block;
  margin-bottom: 5px;
  color: #667085;
  font-size: 0.88rem;
  font-weight: 650;
}

.spt-featured-result strong {
  margin-top: 3px;
  color: #111827;
  font-size: 3rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.spt-range-meter {
  display: flex;
  min-height: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-radius: 999px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #31B580 0%, #2563EB 52%, #D94868 100%);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
}

.spt-range-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #667085;
  font-size: 0.84rem;
}

.spt-secondary-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.spt-result-tile {
  display: flex;
  position: relative;
  min-height: 76px;
  padding: 14px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #FAFAF9;
  text-align: center;
}

.spt-result-tile-average {
  border-color: #BFDBFE;
  background: #FFFFFF;
}

.spt-average-tag {
  position: absolute;
  top: -11px;
  left: 50%;
  display: inline-flex;
  min-height: 22px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  color: #FFFFFF;
  background: var(--spt-calc-blue);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  transform: translateX(-50%);
}

.spt-result-label {
  color: #667085;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spt-secondary-results strong {
  margin-top: 5px;
  color: #111827;
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: 0;
}

.spt-result-tile-average strong {
  color: var(--spt-calc-blue);
}

.spt-result-footnotes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  margin-top: 18px;
  border-top: 1px solid #E5E7EB;
  color: #667085;
  font-size: 0.84rem;
}

.spt-result-footnotes span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.spt-result-note {
  margin: 12px 0 0;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.62;
  text-align: center;
}

.spt-disclaimer {
  display: flex;
  gap: 10px;
  padding: 12px;
  margin-top: 14px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  color: #667085;
  background: #FAFAF9;
}

.spt-disclaimer svg {
  width: 26px;
  height: 26px;
  padding: 3px;
  border-radius: 50%;
}

.spt-disclaimer p {
  margin: 0;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.58;
}

.spt-result-source {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.auto-detailing-customer-page .ad-content-section,
.carpet-cleaning-customer-page .cc-content-section,
.house-cleaning-customer-page .hc-content-section,
.upholstery-cleaning-page .uc-calculator-section .uc-content-grid {
  padding: 42px 0 54px;
  background: #FFFFFF;
}

.auto-detailing-customer-page .ad-content-section > .ad-container,
.carpet-cleaning-customer-page .cc-content-section > .cc-container,
.house-cleaning-customer-page .hc-content-section > .hc-container {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
}

.auto-detailing-customer-page .ad-content-grid,
.auto-detailing-customer-page .ad-content-top,
.carpet-cleaning-customer-page .cc-content-grid,
.house-cleaning-customer-page .hc-content-grid,
.upholstery-cleaning-page .uc-content-grid {
  display: block;
}

.carpet-cleaning-customer-page .cc-content-card,
.house-cleaning-customer-page .hc-content-card,
.upholstery-cleaning-page .uc-content-card,
.upholstery-cleaning-page .uc-faq-card,
.auto-detailing-customer-page .ad-content-card {
  width: 100%;
  padding: 30px 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--spt-calc-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.auto-detailing-customer-page .ad-content-left > .ad-content-card:first-child,
.carpet-cleaning-customer-page .cc-content-grid > *:first-child,
.house-cleaning-customer-page .hc-content-grid > *:first-child,
.upholstery-cleaning-page .uc-content-grid > *:first-child {
  padding-top: 0;
  border-top: 0;
}

.upholstery-cleaning-page .uc-content-grid {
  width: min(1040px, 100%);
  margin: 42px auto 0;
}

.auto-detailing-customer-page .ad-section-icon,
.carpet-cleaning-customer-page .cc-content-section .cc-section-icon,
.house-cleaning-customer-page .hc-content-section .hc-section-icon,
.upholstery-cleaning-page .uc-content-section .uc-section-icon,
.upholstery-cleaning-page .uc-content-heading .uc-section-icon {
  display: none;
}

.auto-detailing-customer-page .ad-section-heading,
.carpet-cleaning-customer-page .cc-section-heading,
.house-cleaning-customer-page .hc-section-heading,
.upholstery-cleaning-page .uc-content-heading {
  margin-bottom: 14px;
}

.auto-detailing-customer-page .ad-content-card h2,
.carpet-cleaning-customer-page .cc-content-card h2,
.house-cleaning-customer-page .hc-content-card h2,
.upholstery-cleaning-page .uc-content-card h2,
.upholstery-cleaning-page .uc-faq-card h2 {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--spt-calc-ink);
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.auto-detailing-customer-page .ad-content-card p,
.auto-detailing-customer-page .ad-content-card li,
.carpet-cleaning-customer-page .cc-content-card p,
.carpet-cleaning-customer-page .cc-content-card li,
.house-cleaning-customer-page .hc-content-card p,
.house-cleaning-customer-page .hc-content-card li,
.upholstery-cleaning-page .uc-content-card p,
.upholstery-cleaning-page .uc-content-card li {
  color: #475569;
  font-size: 1rem;
  line-height: 1.72;
}

.auto-detailing-customer-page .ad-table-wrap,
.carpet-cleaning-customer-page .cc-table-wrap,
.house-cleaning-customer-page .hc-table-wrap,
.upholstery-cleaning-page .uc-table-wrap {
  overflow-x: auto;
  border: 0;
  border-radius: 0;
}

.auto-detailing-customer-page .ad-table-wrap table,
.carpet-cleaning-customer-page .cc-table-wrap table,
.house-cleaning-customer-page .hc-table-wrap table,
.upholstery-cleaning-page .uc-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.auto-detailing-customer-page .ad-table-wrap th,
.auto-detailing-customer-page .ad-table-wrap td,
.carpet-cleaning-customer-page .cc-table-wrap th,
.carpet-cleaning-customer-page .cc-table-wrap td,
.house-cleaning-customer-page .hc-table-wrap th,
.house-cleaning-customer-page .hc-table-wrap td,
.upholstery-cleaning-page .uc-table-wrap th,
.upholstery-cleaning-page .uc-table-wrap td {
  padding: 13px 0;
  border-bottom: 1px solid var(--spt-calc-border);
  color: #475569;
  background: transparent;
  text-align: left;
  vertical-align: top;
}

.auto-detailing-customer-page .ad-table-wrap th,
.carpet-cleaning-customer-page .cc-table-wrap th,
.house-cleaning-customer-page .hc-table-wrap th,
.upholstery-cleaning-page .uc-table-wrap th {
  color: var(--spt-calc-ink);
  font-weight: 850;
}

.auto-detailing-customer-page .ad-sidebar-card ul,
.carpet-cleaning-customer-page .cc-related-card ul,
.carpet-cleaning-customer-page .cc-guides-card ul,
.dog-grooming-page .dg-guide-links,
.dog-grooming-page .dg-related-links,
.house-cleaning-customer-page .hc-guides-card ul,
.junk-removal-customer-page .jr-related-links,
.lawn-care-customer-page .lc-related-links,
.upholstery-cleaning-page .uc-guide-links,
.upholstery-cleaning-page .uc-related-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.auto-detailing-customer-page .ad-sidebar-card li,
.carpet-cleaning-customer-page .cc-related-card li,
.carpet-cleaning-customer-page .cc-guides-card li,
.dog-grooming-page .dg-related-links li,
.house-cleaning-customer-page .hc-guides-card li,
.junk-removal-customer-page .jr-related-links li,
.lawn-care-customer-page .lc-related-links li,
.upholstery-cleaning-page .uc-related-card li {
  border-bottom: 1px solid var(--spt-calc-border);
}

.auto-detailing-customer-page .ad-sidebar-card a,
.carpet-cleaning-customer-page .cc-related-card a,
.carpet-cleaning-customer-page .cc-guides-card a,
.dog-grooming-page .dg-guide-links a,
.dog-grooming-page .dg-related-links a,
.house-cleaning-customer-page .hc-guides-card a,
.junk-removal-customer-page .jr-related-links a,
.lawn-care-customer-page .lc-related-links a,
.upholstery-cleaning-page .uc-guide-links a,
.upholstery-cleaning-page .uc-related-card a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  border: 0;
  color: var(--spt-calc-ink);
  background: transparent;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.auto-detailing-customer-page .ad-sidebar-card a::after {
  content: ">";
  color: var(--spt-calc-blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.auto-detailing-customer-page .ad-business-link,
.auto-detailing-customer-page .ad-business-link:hover,
.dog-grooming-page .dg-guides-button,
.junk-removal-customer-page .jr-guides-button,
.lawn-care-customer-page .lc-guides-button {
  display: inline-flex;
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--spt-calc-blue-dark);
  background: transparent;
  box-shadow: none;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1021px) {
  .spt-result-card {
    position: sticky;
    top: 104px;
  }
}

@media (max-width: 1020px) {
  .auto-detailing-customer-page .ad-hero-grid,
  .carpet-cleaning-customer-page .cc-hero-grid,
  .house-cleaning-customer-page .hc-hero-grid,
  .upholstery-cleaning-page .uc-hero-grid,
  .auto-detailing-customer-page .ad-calculator-grid,
  .carpet-cleaning-customer-page .cc-calculator-grid,
  .house-cleaning-customer-page .hc-calculator-grid,
  .upholstery-cleaning-page .uc-calculator-grid {
    grid-template-columns: 1fr;
  }

  .auto-detailing-customer-page .ad-calculator-grid,
  .carpet-cleaning-customer-page .cc-calculator-grid,
  .house-cleaning-customer-page .hc-calculator-grid,
  .upholstery-cleaning-page .uc-calculator-grid {
    grid-template-areas:
      "form"
      "results";
  }
}

@media (max-width: 720px) {
  .auto-detailing-customer-page .ad-hero-copy h1,
  .carpet-cleaning-customer-page .cc-hero-copy h1,
  .house-cleaning-customer-page .hc-hero-copy h1,
  .upholstery-cleaning-page .uc-hero-copy h1 {
    font-size: 2.35rem;
  }

  .auto-detailing-customer-page [data-calculator] .ad-form-grid,
  .carpet-cleaning-customer-page [data-calculator] .cc-form-grid,
  .house-cleaning-customer-page [data-calculator] .hc-form-grid,
  .upholstery-cleaning-page [data-calculator] .uc-form-grid,
  .auto-detailing-customer-page .ad-check-list,
  .carpet-cleaning-customer-page .cc-check-list,
  .house-cleaning-customer-page .hc-check-list,
  .upholstery-cleaning-page .uc-check-list,
  .auto-detailing-customer-page .ad-sidebar-card ul,
  .carpet-cleaning-customer-page .cc-related-card ul,
  .carpet-cleaning-customer-page .cc-guides-card ul,
  .dog-grooming-page .dg-guide-links,
  .dog-grooming-page .dg-related-links,
  .house-cleaning-customer-page .hc-guides-card ul,
  .junk-removal-customer-page .jr-related-links,
  .lawn-care-customer-page .lc-related-links,
  .upholstery-cleaning-page .uc-guide-links,
  .upholstery-cleaning-page .uc-related-card ul {
    grid-template-columns: 1fr;
  }

  .spt-addons-accordion summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .spt-addon-summary-controls {
    width: 100%;
    justify-content: space-between;
  }

  .spt-results-heading {
    flex-direction: column;
  }

  .spt-featured-result strong {
    font-size: 2.35rem;
  }

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

@media (max-width: 560px) {
  .auto-detailing-customer-page .ad-container,
  .carpet-cleaning-customer-page .cc-container,
  .house-cleaning-customer-page .hc-container,
  .upholstery-cleaning-page .uc-container,
  .auto-detailing-customer-page .ad-content-section > .ad-container,
  .carpet-cleaning-customer-page .cc-content-section > .cc-container,
  .house-cleaning-customer-page .hc-content-section > .hc-container {
    width: min(calc(100% - 32px), 1360px);
  }

  .auto-detailing-customer-page .ad-form-card,
  .carpet-cleaning-customer-page .cc-form-card,
  .house-cleaning-customer-page .hc-form-card,
  .upholstery-cleaning-page .uc-form-card,
  .spt-result-card {
    padding: 18px;
  }
}

.junk-removal-customer-page .jr-hero {
  padding: 18px 0 14px;
}

.junk-removal-customer-page .jr-hero-grid {
  gap: 22px;
  margin-top: 8px;
}

.junk-removal-customer-page .jr-hero-copy {
  padding: 16px 0 6px;
}

.junk-removal-customer-page .jr-hero-copy h1 {
  margin: 10px 0;
  font-size: clamp(2.65rem, 4.4vw, 4rem);
  line-height: 1;
}

.junk-removal-customer-page .jr-hero-copy p {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.52;
}

.junk-removal-customer-page .jr-hero-art {
  min-height: 0;
}

.junk-removal-customer-page .jr-hero-image {
  height: clamp(230px, 24vw, 315px);
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
}

.junk-removal-customer-page .jr-calculator-section {
  padding-top: 0;
}

.junk-removal-customer-page .jr-calculator-grid {
  margin-top: 0;
}

@media (max-width: 720px) {
  .junk-removal-customer-page .jr-hero {
    padding: 14px 0 10px;
  }

  .junk-removal-customer-page .jr-hero-grid {
    gap: 12px;
    margin-top: 6px;
  }

  .junk-removal-customer-page .jr-hero-copy {
    padding: 10px 0 0;
  }

  .junk-removal-customer-page .jr-hero-copy h1 {
    margin: 8px 0;
    font-size: 2.35rem;
  }

  .junk-removal-customer-page .jr-hero-copy p {
    font-size: 0.98rem;
  }

  .junk-removal-customer-page .jr-hero-image {
    height: 210px;
    border-radius: 26px;
  }
}

@media (max-width: 560px) {
  .junk-removal-customer-page .jr-hero-image {
    height: 190px;
  }
}

.upholstery-cleaning-page .uc-hero {
  padding: 14px 0 10px;
}

.upholstery-cleaning-page .uc-hero-grid {
  gap: 22px;
  margin-top: 4px;
}

.upholstery-cleaning-page .uc-breadcrumb {
  margin-bottom: 14px;
}

.upholstery-cleaning-page .uc-hero-copy {
  padding: 10px 0 4px;
}

.upholstery-cleaning-page .uc-hero-copy h1 {
  margin: 10px 0;
  font-size: clamp(2.25rem, 3.4vw, 3.25rem);
  line-height: 1;
}

.upholstery-cleaning-page .uc-hero-copy p {
  max-width: 700px;
  font-size: 0.96rem;
  line-height: 1.45;
}

.upholstery-cleaning-page .uc-hero-art {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
}

.upholstery-cleaning-page .uc-hero-art img {
  position: static;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 520px;
  height: clamp(210px, 22vw, 285px);
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  border-radius: 34px;
  filter: none;
  box-shadow: 0 24px 58px rgba(23, 100, 200, 0.13);
}

.upholstery-cleaning-page .uc-calculator-section {
  padding-top: 0;
}

.upholstery-cleaning-page .uc-calculator-grid {
  margin-top: 0;
}

.upholstery-cleaning-page .uc-content-grid {
  margin-top: 30px;
  padding-top: 34px;
}

.upholstery-cleaning-page .uc-content-card,
.upholstery-cleaning-page .uc-faq-card {
  padding: 24px 0;
}

.upholstery-cleaning-page .uc-content-card h2,
.upholstery-cleaning-page .uc-faq-card h2 {
  max-width: 820px;
  font-size: 1.32rem;
  line-height: 1.22;
}

@media (max-width: 720px) {
  .upholstery-cleaning-page .uc-hero {
    padding: 14px 0 10px;
  }

  .upholstery-cleaning-page .uc-hero-grid {
    gap: 12px;
    margin-top: 6px;
  }

  .upholstery-cleaning-page .uc-hero-copy {
    padding: 10px 0 0;
  }

  .upholstery-cleaning-page .uc-hero-copy h1 {
    margin: 8px 0;
    font-size: 2.35rem;
  }

  .upholstery-cleaning-page .uc-hero-copy p {
    font-size: 0.98rem;
  }

  .upholstery-cleaning-page .uc-hero-art img {
    height: 210px;
    border-radius: 26px;
  }

  .upholstery-cleaning-page .uc-content-grid {
    margin-top: 24px;
    padding-top: 28px;
  }
}

@media (max-width: 560px) {
  .upholstery-cleaning-page .uc-hero-art img {
    height: 190px;
  }
}

.carpet-cleaning-customer-page .cc-hero-art {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: flex-end;
}

.carpet-cleaning-customer-page .cc-hero-image {
  display: block;
  width: min(100%, 696px);
  height: auto;
  aspect-ratio: 696 / 412;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

.carpet-cleaning-customer-page .cc-art-blob,
.carpet-cleaning-customer-page .cc-hero-illustration,
.carpet-cleaning-customer-page .cc-hero-summary {
  display: none;
}

@media (max-width: 1020px) {
  .carpet-cleaning-customer-page .cc-hero-art {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .carpet-cleaning-customer-page .cc-hero-image {
    width: 100%;
    max-height: 250px;
  }
}
