.house-cleaning-customer-page {
  --hc-navy: #0f2233;
  --hc-muted: #51677a;
  --hc-blue: #2563eb;
  --hc-blue-dark: #075bb8;
  --hc-teal: #0f9aa8;
  --hc-green: #16a34a;
  --hc-soft: #f6fbff;
  --hc-soft-blue: #eef8ff;
  --hc-border: #d9e8f5;
  --hc-shadow: 0 18px 45px rgba(15, 34, 51, 0.07);
  color: var(--hc-navy);
  font-size: 16px;
  background: var(--hc-soft);
}

.house-cleaning-customer-page .hc-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.house-cleaning-customer-page .hc-icon,
.house-cleaning-customer-page .hc-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;
}

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

.house-cleaning-customer-page .site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-color: rgba(217, 232, 245, 0.92);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 25px rgba(33, 76, 108, 0.055);
  backdrop-filter: blur(14px);
}

.house-cleaning-customer-page .nav-shell {
  min-height: 76px;
}

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

.house-cleaning-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;
}

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

.house-cleaning-customer-page .nav-dropdown-toggle {
  gap: 0.42rem;
}

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

.house-cleaning-customer-page .hc-nav-icon {
  width: 15px;
  height: 15px;
  transition: transform 160ms ease;
}

.house-cleaning-customer-page .nav-dropdown.is-open .hc-nav-icon {
  transform: rotate(180deg);
}

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

.hc-hero {
  position: relative;
  padding: 34px 0 30px;
  background:
    radial-gradient(circle at 0 30%, rgba(191, 222, 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(205, 231, 255, 0.44) 0 170px, transparent 171px),
    linear-gradient(135deg, #f9fdff 0%, #edf7ff 55%, #f7fcff 100%);
}

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

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

.hc-hero::after {
  top: 190px;
  left: calc(50% - 32px);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(201, 229, 255, 0.34);
}

.hc-breadcrumb {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 24px;
  color: #075bb8;
  font-size: 1.08rem;
  font-weight: 850;
}

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

.hc-breadcrumb .hc-icon {
  width: 18px;
  height: 18px;
}

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

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

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

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

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

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

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

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

.hc-hero-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 4% 0 3% 4%;
  border-radius: 48% 52% 42% 58%;
  background: rgba(217, 237, 255, 0.62);
  filter: blur(13px);
}

.hc-hero-art::after {
  content: "";
  position: absolute;
  top: 4%;
  right: 7%;
  width: 46px;
  height: 46px;
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, 0.96) 47% 53%, transparent 54%),
    linear-gradient(transparent 46%, rgba(255, 255, 255, 0.96) 47% 53%, transparent 54%);
  filter: drop-shadow(0 0 8px rgba(63, 137, 205, 0.38));
  transform: rotate(45deg);
}

.hc-hero-art img {
  display: block;
  width: 100%;
  max-width: 710px;
  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(38, 91, 130, 0.13);
}

.hc-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: 32px;
}

.hc-card,
.hc-content-card {
  border: 1px solid var(--hc-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--hc-shadow);
}

.hc-form-card,
.hc-results-card {
  min-width: 0;
  padding: 32px;
  border-radius: 26px;
}

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

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

.hc-input-group label,
.hc-addons legend {
  color: #20364a;
  font-size: 1.08rem;
  font-weight: 850;
}

.hc-input-group label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hc-input-group label .hc-icon {
  width: 19px;
  height: 19px;
  color: #377bb9;
  stroke-width: 2.2;
}

.hc-input-group select {
  min-height: 58px;
  padding: 0 46px 0 16px;
  border: 1px solid #cdddeb;
  border-radius: 12px;
  color: #253b4f;
  font-size: 1.05rem;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hc-button-reset .hc-icon {
  width: 17px;
  height: 17px;
}

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

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

.hc-results-card h2 {
  margin: 0 0 22px;
  color: #102338;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: 950;
  letter-spacing: -0.035em;
}

.hc-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;
}

.hc-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: 1rem;
  font-weight: 850;
}

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

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

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

.hc-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;
}

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

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

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

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

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

.hc-content-section {
  padding: 0 0 34px;
  background:
    linear-gradient(180deg, rgba(237, 247, 255, 0.96), rgba(246, 251, 255, 0.99) 19%, #f6fbff 100%);
}

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

.hc-content-card {
  min-width: 0;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(38, 85, 120, 0.06);
}

.hc-how-card,
.hc-example-card,
.hc-guides-card {
  grid-column: span 4;
}

.hc-table-card {
  grid-column: span 7;
}

.hc-variance-card {
  grid-column: span 5;
  align-self: start;
}

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

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

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

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

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

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

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

.hc-icon-purple {
  color: #7754dd;
  background: #f0eaff;
}

.hc-content-card p,
.hc-content-card li,
.hc-content-card table {
  font-size: 1rem;
  line-height: 1.65;
}

.hc-content-card p {
  margin: 0 0 14px;
  color: #53697c;
}

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

.hc-content-card a {
  color: #0964c2;
  font-weight: 800;
}

.hc-estimate-list,
.hc-bullet-list {
  margin: 4px 0 15px;
  color: #465e72;
}

.hc-estimate-list {
  padding-left: 22px;
}

.hc-estimate-list strong {
  color: #18344b;
}

.hc-bullet-list {
  padding-left: 23px;
}

.hc-guides-card h2 {
  margin-bottom: 18px;
}

.hc-guides-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hc-guides-card li + li {
  border-top: 1px solid #e2eaf1;
}

.hc-guides-card a {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #0964c2;
  font-size: 1rem;
  line-height: 1.4;
}

.hc-guides-card a:hover {
  color: #064a92;
  text-decoration: none;
}

.hc-guides-card .hc-icon {
  width: 17px;
  height: 17px;
}

.hc-table-wrap {
  overflow: hidden;
  border: 1px solid #dbe9e4;
  border-radius: 12px;
}

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

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

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

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

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

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

.hc-faq-card {
  margin-top: 24px;
}

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

.hc-faq-column {
  min-width: 0;
}

.hc-faq-list details {
  border: 0;
  border-bottom: 1px solid #dfe8f0;
  border-radius: 0;
  background: #ffffff;
}

.hc-faq-column details:last-child {
  border-bottom: 0;
}

.hc-faq-list summary {
  display: flex;
  min-height: 58px;
  padding: 12px 4px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #1c3448;
  font-size: 1.04rem;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
}

.hc-faq-list summary:focus {
  outline: none;
}

.hc-faq-list summary:focus-visible {
  border-radius: 10px;
  outline: 3px solid rgba(37, 99, 235, 0.16);
  outline-offset: 2px;
  background: #f5f9ff;
}

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

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

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

.hc-faq-list details p {
  padding: 0 38px 17px 4px;
  margin: 0;
  color: #53697c;
  font-size: 1rem;
  line-height: 1.65;
}

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

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

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

.house-cleaning-customer-page .footer-disclaimer {
  max-width: 510px;
  margin: 0;
  color: #bdd0dc;
  font-size: 1.06rem;
  line-height: 1.7;
}

.house-cleaning-customer-page .footer-list li {
  margin-top: 7px;
}

.house-cleaning-customer-page .site-footer a {
  color: #d5e8f3;
  font-size: 1.06rem;
}

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

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

@media (min-width: 721px) {
  .hc-title-line {
    white-space: nowrap;
  }
}

@media (max-width: 1120px) {
  .hc-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.96fr);
    gap: 34px;
  }

  .hc-hero-copy h1 {
    font-size: clamp(3.45rem, 5.3vw, 4rem);
  }

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

  .hc-how-card,
  .hc-example-card {
    grid-column: span 6;
  }

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

  .hc-guides-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }
}

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

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

  .hc-hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hc-hero-copy {
    max-width: 760px;
  }

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

  .hc-calculator-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .hc-results-card {
    max-width: none;
  }

  .hc-table-card,
  .hc-variance-card {
    grid-column: span 12;
  }
}

@media (max-width: 720px) {
  .hc-how-card,
  .hc-example-card,
  .hc-guides-card,
  .hc-table-card,
  .hc-variance-card {
    grid-column: span 12;
  }

  .hc-guides-card ul,
  .hc-faq-list {
    grid-template-columns: 1fr;
  }

  .hc-faq-list {
    gap: 0;
  }

  .hc-faq-column:first-child details:last-child {
    border-bottom: 1px solid #dfe8f0;
  }

  .house-cleaning-customer-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

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

  .house-cleaning-customer-page .brand {
    font-size: 1rem;
  }

  .house-cleaning-customer-page .brand-mark {
    width: 39px;
    height: 39px;
  }

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

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

  .hc-hero-copy p {
    font-size: 1.08rem;
  }

  .hc-hero-art {
    min-height: 0;
  }

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

  .hc-form-card,
  .hc-results-card {
    padding: 22px;
    border-radius: 22px;
  }

  .hc-form-grid,
  .hc-check-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

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

  .hc-button {
    width: 100%;
  }

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

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

  .hc-secondary-results > div {
    min-height: 84px;
  }

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

  .hc-section-heading {
    align-items: flex-start;
  }

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

  .hc-table-wrap table {
    min-width: 620px;
  }
}

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