.upholstery-cleaning-page {
  --uc-navy: #0f2233;
  --uc-muted: #51677a;
  --uc-blue: #2563eb;
  --uc-blue-deep: #1d4ed8;
  --uc-teal: #0f9aa8;
  --uc-teal-deep: #0f766e;
  --uc-aqua: #06b6d4;
  --uc-green: #16a34a;
  --uc-border: #d9e8f5;
  margin: 0;
  color: var(--uc-navy);
  background: #f6fbff;
  font-size: 17px;
}

.upholstery-cleaning-page *,
.upholstery-cleaning-page *::before,
.upholstery-cleaning-page *::after {
  box-sizing: border-box;
}

.upholstery-cleaning-page .site-header.home-nav {
  position: relative;
  z-index: 50;
  background: #ffffff;
}

.upholstery-cleaning-page .site-header.home-nav .nav-shell {
  max-width: 1360px;
  width: min(1360px, calc(100% - 48px));
}

.uc-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.uc-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.uc-container {
  max-width: 1360px;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.uc-main {
  overflow: hidden;
}

.uc-hero {
  position: relative;
  padding: 32px 0 56px;
  background:
    radial-gradient(circle at 76% 18%, rgba(147, 197, 253, 0.26), transparent 22%),
    radial-gradient(circle at 95% 72%, rgba(103, 232, 249, 0.18), transparent 20%),
    linear-gradient(135deg, #ffffff 0%, #f2faff 55%, #eef8ff 100%);
}

.uc-hero::before,
.uc-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.uc-hero::before {
  top: 92px;
  left: -110px;
  width: 250px;
  height: 250px;
  background: rgba(186, 230, 253, 0.18);
}

.uc-hero::after {
  right: -80px;
  bottom: -80px;
  width: 300px;
  height: 300px;
  background: rgba(165, 243, 252, 0.16);
}

.uc-breadcrumb {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--uc-blue-deep);
  font-size: 1rem;
  font-weight: 850;
}

.uc-breadcrumb:hover {
  color: var(--uc-teal-deep);
  text-decoration: none;
}

.uc-breadcrumb .uc-icon {
  width: 19px;
  height: 19px;
}

.uc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(580px, 1.1fr);
  gap: 42px;
  align-items: center;
}

.uc-hero-copy {
  position: relative;
  z-index: 3;
  padding: 26px 0 42px;
}

.uc-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.uc-pill-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 15px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.16);
  font-size: 0.86rem;
  font-weight: 850;
}

.uc-pill-row span:last-child {
  color: #166534;
  background: #dcfce7;
  box-shadow: none;
}

.uc-hero-copy h1 {
  margin: 24px 0 26px;
  color: #0f2233;
  font-size: clamp(4rem, 6vw, 6.4rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

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

.uc-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: #51677a;
  font-size: 1.16rem;
  line-height: 1.7;
}

.uc-hero-art {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.uc-hero-art::before {
  position: absolute;
  inset: 3% -7% 0 -8%;
  z-index: -1;
  border-radius: 48% 52% 44% 56% / 46% 48% 52% 54%;
  background: rgba(219, 239, 255, 0.55);
  content: "";
  filter: blur(1px);
}

.uc-hero-art img {
  position: absolute;
  right: -11%;
  bottom: -1%;
  width: 119%;
  max-width: none;
  height: auto;
  border-radius: 34px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 28px rgba(32, 90, 114, 0.12));
}

.uc-hero-summary {
  position: absolute;
  top: 22px;
  right: 4px;
  z-index: 4;
  width: 230px;
  padding: 23px;
  border: 1px solid rgba(190, 219, 238, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(26, 90, 123, 0.18);
  backdrop-filter: blur(10px);
}

.uc-hero-summary > strong {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1edf5;
  color: var(--uc-navy);
  font-size: 1rem;
  font-weight: 900;
}

.uc-hero-summary > span {
  display: block;
  color: var(--uc-muted);
  font-size: 0.84rem;
}

.uc-hero-summary > b {
  display: block;
  margin: 4px 0 18px;
  color: var(--uc-teal);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.uc-hero-summary > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.uc-hero-summary > div span {
  color: #166534;
  font-size: 0.78rem;
  font-weight: 800;
}

.uc-hero-summary > div span:last-child {
  color: var(--uc-blue-deep);
}

.uc-hero-summary em {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 950;
}

.uc-calculator-section {
  position: relative;
  z-index: 5;
  padding: 48px 0 64px;
  background: #f6fbff;
}

.uc-calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: 32px;
  align-items: start;
}

.uc-card {
  border: 1px solid #d9e8f5;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(30, 80, 115, 0.08);
}

.uc-form-card,
.uc-results-card {
  padding: 32px;
}

.uc-card-heading {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-bottom: 30px;
}

.uc-heading-icon,
.uc-section-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--uc-teal);
  background: #ecfeff;
}

.uc-heading-icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
}

.uc-heading-icon .uc-icon {
  width: 29px;
  height: 29px;
}

.uc-card-heading h2,
.uc-results-card h2,
.uc-content-heading h2 {
  margin: 0;
  color: var(--uc-navy);
  font-weight: 920;
  letter-spacing: -0.025em;
}

.uc-card-heading h2,
.uc-results-card h2 {
  font-size: clamp(1.65rem, 2vw, 2rem);
  line-height: 1.18;
}

.uc-card-heading p {
  margin: 7px 0 0;
  color: var(--uc-muted);
  font-size: 1rem;
  line-height: 1.55;
}

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

.uc-input-group {
  min-width: 0;
}

.uc-input-group label,
.uc-addons legend {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 9px;
  color: #213a4e;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.4;
}

.uc-input-group label .uc-icon,
.uc-addons legend .uc-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--uc-teal);
}

.uc-input-group select {
  width: 100%;
  min-height: 54px;
  padding: 0 45px 0 15px;
  border: 1px solid #caddeb;
  border-radius: 12px;
  outline: none;
  color: #183247;
  background: #ffffff;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.uc-input-group select:hover {
  border-color: #83c5dd;
}

.uc-input-group select:focus {
  border-color: var(--uc-teal);
  box-shadow: 0 0 0 4px rgba(15, 154, 168, 0.13);
}

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

.uc-addons legend {
  padding: 0;
}

.uc-addons legend small {
  color: #6b8193;
  font-size: 0.85em;
  font-weight: 750;
}

.uc-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.uc-check-option {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 11px;
  min-height: 52px;
  padding: 12px 14px;
  align-items: center;
  border: 1px solid #d4e3ee;
  border-radius: 12px;
  color: #294257;
  background: #fbfdff;
  font-size: 0.92rem;
  font-weight: 750;
  cursor: pointer;
  transition: 150ms ease;
}

.uc-check-option:hover,
.uc-check-option:has(input:checked) {
  border-color: #79c8d1;
  background: #f0fdff;
}

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

.uc-check-option strong {
  color: var(--uc-blue-deep);
  font-size: 0.88rem;
  font-weight: 900;
  white-space: nowrap;
}

.uc-form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 14px;
  margin-top: 26px;
}

.uc-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

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

.uc-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0f9aa8, #0891b2);
  box-shadow: 0 12px 25px rgba(8, 145, 178, 0.22);
}

.uc-button-secondary {
  color: #234157;
  border-color: #cbddea;
  background: #ffffff;
}

.uc-trust-note {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
  color: #526b7e;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.uc-trust-note .uc-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--uc-teal);
}

.uc-results-card {
  position: sticky;
  top: 24px;
}

.uc-results-card h2 {
  margin-bottom: 28px;
  text-align: center;
}

.uc-primary-result {
  display: grid;
  min-height: 225px;
  place-items: center;
  align-content: center;
  padding: 28px;
  border: 1px solid #dceaf3;
  border-radius: 21px;
  background: linear-gradient(150deg, #ffffff, #f5fdff);
  box-shadow: inset 0 1px #ffffff, 0 12px 30px rgba(35, 103, 125, 0.07);
  text-align: center;
}

.uc-result-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 16px;
  margin-bottom: 15px;
  border-radius: 999px;
  color: #166534 !important;
  background: #dcfce7;
  font-size: 0.84rem !important;
  font-weight: 850;
}

.uc-primary-result > span:not(.uc-result-pill) {
  color: #344d61;
  font-size: 1rem;
  font-weight: 850;
}

.uc-primary-result > strong {
  margin-top: 8px;
  color: var(--uc-teal);
  font-size: clamp(3.5rem, 6vw, 5.25rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.uc-range-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 18px 0 24px;
}

.uc-range-grid > div {
  display: grid;
  min-height: 118px;
  place-content: center;
  padding: 18px;
  border: 1px solid #d9e8f5;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

.uc-range-grid span {
  color: #40566a;
  font-size: 0.93rem;
  font-weight: 850;
}

.uc-range-grid strong {
  margin-top: 8px;
  color: var(--uc-green);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.uc-range-grid > div:last-child strong {
  color: var(--uc-blue);
}

.uc-result-copy {
  margin: 0;
  color: #455f72;
  font-size: 1rem;
  line-height: 1.7;
}

.uc-disclaimer {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 13px;
  padding: 20px;
  margin-top: 22px;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  color: #5b4635;
  background: #fff7ed;
}

.uc-disclaimer .uc-icon {
  width: 24px;
  height: 24px;
  color: #f97316;
}

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

.uc-results-updated [data-result] {
  animation: uc-result-pulse 420ms ease;
}

@keyframes uc-result-pulse {
  0% { opacity: 0.35; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}

.uc-content-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.uc-content-card {
  grid-column: span 4;
  padding: 28px;
}

.uc-factors-card {
  grid-column: span 8;
}

.uc-guides-card {
  grid-column: span 12;
}

.uc-guide-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin-bottom: 18px;
}

.uc-guide-links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #e2ebf2;
  color: var(--uc-blue-deep);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.4;
}

.uc-guide-links a:hover {
  color: var(--uc-teal-deep);
  text-decoration: none;
}

.uc-guide-links .uc-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.uc-content-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 19px;
}

.uc-section-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.uc-section-icon .uc-icon {
  width: 24px;
  height: 24px;
}

.uc-content-heading h2 {
  padding-top: 4px;
  font-size: 1.28rem;
  line-height: 1.25;
}

.uc-content-card p,
.uc-content-card td,
.uc-content-card th {
  color: var(--uc-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.uc-content-card p {
  margin: 0 0 15px;
}

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

.uc-inline-link {
  color: var(--uc-blue-deep);
  font-weight: 850;
}

.uc-table-wrap {
  overflow: hidden;
  border: 1px solid #d9e7f1;
  border-radius: 15px;
}

.uc-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

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

.uc-table-wrap th {
  color: #0d6074;
  background: #ecfeff;
  font-weight: 900;
}

.uc-table-wrap td:first-child {
  width: 29%;
  color: #203a4e;
  font-weight: 850;
}

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

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

.uc-related-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.uc-related-card li + li {
  border-top: 1px solid #e2ebf2;
}

.uc-related-card a {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--uc-blue-deep);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.4;
}

.uc-related-card a:hover {
  color: var(--uc-teal-deep);
  text-decoration: none;
}

.uc-related-card a .uc-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.uc-faq-card {
  padding: 30px 32px;
  margin-top: 32px;
}

.uc-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
}

.uc-faq-list details {
  border-bottom: 1px solid #dfe9f1;
}

.uc-faq-list summary {
  display: flex;
  min-height: 68px;
  padding: 15px 4px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #1b3448;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

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

.uc-faq-list summary .uc-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  transition: transform 160ms ease;
}

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

.uc-faq-list details p {
  padding: 0 38px 20px 4px;
  margin: 0;
  color: var(--uc-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.upholstery-cleaning-page .site-footer {
  padding: 54px 0;
  margin-top: 0;
  color: #dce8f0;
  background: #071d2b;
}

.uc-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(150px, 0.8fr));
  gap: 42px;
}

.upholstery-cleaning-page .footer-brand,
.upholstery-cleaning-page .site-footer h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
}

.upholstery-cleaning-page .footer-disclaimer {
  max-width: 430px;
  margin: 0;
  color: #bdd0dc;
  font-size: 0.94rem;
  line-height: 1.7;
}

.upholstery-cleaning-page .footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.upholstery-cleaning-page .footer-list li + li {
  margin-top: 8px;
}

.upholstery-cleaning-page .site-footer a {
  color: #d5e8f3;
  font-size: 0.9rem;
  line-height: 1.45;
}

.upholstery-cleaning-page .site-footer a:hover {
  color: #ffffff;
}

@media (max-width: 1220px) {
  .uc-hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    gap: 24px;
  }

  .uc-hero-copy h1 {
    font-size: clamp(3.7rem, 6vw, 5.1rem);
  }

  .uc-footer-grid {
    grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(180px, 0.8fr));
  }
}

@media (max-width: 1040px) {
  .uc-hero-grid,
  .uc-calculator-grid {
    grid-template-columns: 1fr;
  }

  .uc-hero-copy {
    max-width: 880px;
  }

  .uc-hero-copy h1 {
    font-size: clamp(4rem, 9vw, 5.8rem);
  }

  .uc-hero-art {
    width: min(100%, 900px);
    min-height: 560px;
    margin: 0 auto;
  }

  .uc-hero-art img {
    right: -4%;
    width: 108%;
  }

  .uc-results-card {
    position: static;
  }

  .uc-content-card,
  .uc-factors-card {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .uc-content-card,
  .uc-factors-card {
    grid-column: span 12;
  }

  .uc-faq-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .uc-guide-links {
    grid-template-columns: 1fr;
  }

  .uc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .uc-footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .upholstery-cleaning-page .site-header.home-nav .nav-shell,
  .uc-container {
    width: min(100% - 32px, 1360px);
  }

  .uc-hero {
    padding: 24px 0 32px;
  }

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

  .uc-hero-copy {
    padding: 12px 0 16px;
  }

  .uc-hero-copy h1 {
    margin: 20px 0;
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .uc-hero-copy p {
    font-size: 1.06rem;
    line-height: 1.65;
  }

  .uc-hero-art {
    min-height: 345px;
  }

  .uc-hero-art img {
    right: -13%;
    bottom: 0;
    width: 126%;
    border-radius: 22px;
  }

  .uc-hero-summary {
    top: 0;
    right: -3px;
    width: 164px;
    padding: 15px;
    border-radius: 14px;
  }

  .uc-hero-summary > strong {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 0.78rem;
  }

  .uc-hero-summary > span,
  .uc-hero-summary > div span {
    font-size: 0.7rem;
  }

  .uc-hero-summary > b {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }

  .uc-hero-summary em {
    font-size: 0.8rem;
  }

  .uc-calculator-section {
    padding: 30px 0 46px;
  }

  .uc-calculator-grid,
  .uc-content-grid {
    gap: 20px;
  }

  .uc-form-card,
  .uc-results-card,
  .uc-content-card,
  .uc-faq-card {
    padding: 22px;
    border-radius: 22px;
  }

  .uc-card-heading {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .uc-heading-icon {
    width: 50px;
    height: 50px;
  }

  .uc-card-heading h2,
  .uc-results-card h2 {
    font-size: 1.55rem;
  }

  .uc-form-grid,
  .uc-check-list,
  .uc-form-actions {
    grid-template-columns: 1fr;
  }

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

  .uc-button {
    width: 100%;
  }

  .uc-trust-note {
    align-items: flex-start;
  }

  .uc-primary-result {
    min-height: 195px;
    padding: 22px 14px;
  }

  .uc-primary-result > strong {
    font-size: clamp(3rem, 17vw, 4.3rem);
  }

  .uc-range-grid {
    gap: 10px;
  }

  .uc-range-grid > div {
    min-height: 105px;
    padding: 14px 8px;
  }

  .uc-range-grid strong {
    font-size: 1.55rem;
  }

  .uc-content-heading {
    gap: 12px;
  }

  .uc-section-icon {
    width: 44px;
    height: 44px;
  }

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

  .uc-table-wrap table {
    min-width: 580px;
  }

  .uc-footer-grid {
    grid-template-columns: 1fr;
  }

  .uc-footer-intro {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uc-results-updated [data-result] {
    animation: none;
  }
}
