.house-cleaning-guides-page {
  --hcg-ink: #0f2233;
  --hcg-muted: #586d7f;
  --hcg-blue: #2563eb;
  --hcg-blue-deep: #1d4ed8;
  --hcg-teal: #0f9aa8;
  --hcg-green: #16a34a;
  --hcg-purple: #7c3aed;
  --hcg-orange: #f59e0b;
  --hcg-soft-blue: #eef7ff;
  --hcg-page: #f7fbff;
  --hcg-border: #dce9f5;
  min-width: 0;
  color: var(--hcg-ink);
  background: var(--hcg-page);
}

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

.house-cleaning-guides-page .hcg-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.house-cleaning-guides-page .site-header.home-nav {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 233, 245, 0.95);
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(15, 34, 51, 0.045);
}

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

.house-cleaning-guides-page .site-header.home-nav .brand {
  color: var(--hcg-ink);
  font-size: 1.12rem;
  font-weight: 900;
}

.house-cleaning-guides-page .site-header.home-nav .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, #2f7eef, #0c8f9f);
  box-shadow: 0 9px 22px rgba(37, 99, 235, 0.22);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  transform: none;
}

.house-cleaning-guides-page .site-header.home-nav .nav-links {
  gap: 1rem;
}

.house-cleaning-guides-page .site-header.home-nav .nav-links > a,
.house-cleaning-guides-page .site-header.home-nav .nav-dropdown-toggle {
  position: relative;
  color: #24364b;
  font-size: 0.98rem;
  font-weight: 750;
}

.house-cleaning-guides-page .site-header.home-nav .nav-dropdown-toggle[aria-current="page"] {
  color: var(--hcg-blue);
  border-radius: 999px;
  background: #eaf4ff;
}

.house-cleaning-guides-page .site-header.home-nav .nav-dropdown-toggle[aria-current="page"]::after {
  content: none;
}

.hcg-main {
  min-height: 0;
}

.hcg-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 8%, rgba(255, 255, 255, 0.95) 0 8%, transparent 28%),
    linear-gradient(114deg, #e6f3ff 0%, #f8fcff 49%, #e3f3ff 100%);
}

.hcg-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(183, 215, 240, 0.8);
}

.hcg-hero-blob,
.hcg-dot-field {
  position: absolute;
  pointer-events: none;
}

.hcg-hero-blob {
  border-radius: 50%;
}

.hcg-hero-blob-one {
  top: 90px;
  left: -190px;
  width: 390px;
  height: 390px;
  background: rgba(173, 215, 251, 0.35);
}

.hcg-hero-blob-two {
  right: -100px;
  bottom: -130px;
  width: 450px;
  height: 450px;
  background: rgba(169, 213, 250, 0.3);
  box-shadow: -600px 60px 0 60px rgba(203, 231, 252, 0.2);
}

.hcg-dot-field {
  z-index: 1;
  width: 150px;
  height: 150px;
  opacity: 0.58;
  background-image: radial-gradient(circle, #8cc3f3 2px, transparent 2.4px);
  background-size: 18px 18px;
}

.hcg-dot-field-one {
  top: 42px;
  left: 52%;
}

.hcg-dot-field-two {
  right: 28px;
  bottom: 34px;
}

.hcg-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(560px, 0.96fr);
  gap: 28px;
  align-items: center;
  min-height: 700px;
  padding: 82px 0 88px;
}

.hcg-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 760px;
}

.hcg-back-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: #1459a8;
  font-size: 0.88rem;
  font-weight: 850;
}

.hcg-back-link:hover {
  color: var(--hcg-blue-deep);
  text-decoration: none;
}

.hcg-back-link .hcg-icon {
  width: 22px;
  height: 22px;
}

.hcg-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 27px;
}

.hcg-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
}

.hcg-pill-customer {
  color: #075aac;
  background: #d8edff;
}

.hcg-pill-category {
  color: #40566a;
  background: rgba(231, 239, 247, 0.95);
}

.hcg-hero-copy h1 {
  max-width: 790px;
  margin: 0 0 28px;
  color: var(--hcg-ink);
  font-size: clamp(4rem, 6vw, 6.5rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.hcg-hero-copy > p {
  max-width: 700px;
  margin: 0;
  color: var(--hcg-muted);
  font-size: 1.18rem;
  line-height: 1.72;
}

.hcg-hero-visual {
  position: relative;
  min-height: 540px;
}

.hcg-room-shell {
  position: absolute;
  z-index: 1;
  top: 72px;
  right: 18px;
  width: 610px;
  height: 405px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.5);
  border-radius: 44% 56% 47% 53% / 48% 48% 52% 52%;
  background: #ffffff;
  box-shadow:
    0 28px 65px rgba(29, 76, 117, 0.16),
    inset 0 0 60px rgba(255, 255, 255, 0.35);
  transform: rotate(-2deg);
}

.hcg-room-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(231, 246, 255, 0.32), transparent 32% 72%, rgba(222, 241, 255, 0.16));
}

.hcg-room-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
  transform: rotate(2deg) scale(1.08);
}

.hcg-float-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(211, 226, 239, 0.95);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 50px rgba(28, 68, 103, 0.16);
  backdrop-filter: blur(10px);
}

.hcg-checklist-card {
  top: 18px;
  right: 22px;
  width: 255px;
  padding: 20px 22px;
  border-radius: 20px;
}

.hcg-float-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--hcg-ink);
  font-size: 0.78rem;
}

.hcg-mini-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--hcg-blue);
}

.hcg-mini-icon .hcg-icon {
  width: 20px;
  height: 20px;
}

.hcg-checklist-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
}

.hcg-checklist-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  align-items: center;
}

.hcg-checklist-card li span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  background: #2787e8;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
}

.hcg-checklist-card li i {
  height: 7px;
  border-radius: 999px;
  background: #dfe7ee;
}

.hcg-checklist-card li:nth-child(2) i {
  width: 86%;
}

.hcg-checklist-card li:nth-child(3) i {
  width: 72%;
}

.hcg-checklist-card li:nth-child(4) i {
  width: 83%;
}

.hcg-comparison-card {
  right: 92px;
  bottom: 4px;
  width: 275px;
  padding: 19px 20px;
  border-radius: 19px;
}

.hcg-comparison-card > strong,
.hcg-cost-card > strong {
  display: block;
  color: var(--hcg-ink);
  font-size: 0.72rem;
  font-weight: 900;
}

.hcg-comparison-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.hcg-comparison-columns > div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.hcg-comparison-columns > div + div {
  padding-left: 16px;
  border-left: 1px solid #dce7ef;
}

.hcg-comparison-columns span {
  color: #25405a;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.25;
}

.hcg-comparison-columns b {
  color: #378bdf;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hcg-comparison-columns i {
  width: 82%;
  height: 6px;
  border-radius: 99px;
  background: #dfe7ed;
}

.hcg-comparison-columns i + i {
  width: 62%;
}

.hcg-cost-card {
  right: -22px;
  top: 223px;
  width: 150px;
  padding: 17px 18px 18px;
  border-radius: 18px;
}

.hcg-cost-card > span {
  display: block;
  margin: 6px 0 12px;
  color: #1589a2;
  font-size: 1.14rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hcg-cost-bars {
  display: flex;
  gap: 5px;
  align-items: end;
  height: 50px;
}

.hcg-cost-bars i {
  flex: 1;
  height: 20%;
  border-radius: 2px 2px 0 0;
  background: #9dcef6;
}

.hcg-cost-bars i:nth-child(2) {
  height: 35%;
}

.hcg-cost-bars i:nth-child(3) {
  height: 56%;
}

.hcg-cost-bars i:nth-child(4) {
  height: 82%;
}

.hcg-cost-bars i:nth-child(5) {
  height: 58%;
}

.hcg-cost-bars i:nth-child(6) {
  height: 72%;
}

.hcg-cost-bars i:nth-child(7) {
  height: 100%;
}

.hcg-hero-sparkle {
  position: absolute;
  z-index: 5;
  color: #ffffff;
  filter: drop-shadow(0 3px 8px rgba(51, 121, 183, 0.18));
}

.hcg-hero-sparkle-one {
  top: 95px;
  left: 70px;
  width: 38px;
  height: 38px;
}

.hcg-hero-sparkle-two {
  right: 155px;
  bottom: 92px;
  width: 29px;
  height: 29px;
}

.hcg-guides-section {
  padding: 78px 0 72px;
  background: #ffffff;
}

.hcg-section-heading {
  margin-bottom: 34px;
}

.hcg-section-heading h2 {
  margin: 0 0 10px;
  color: var(--hcg-ink);
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hcg-section-heading p {
  max-width: 850px;
  margin: 0;
  color: var(--hcg-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hcg-guide-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}

.hcg-guide-card {
  position: relative;
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  min-height: 465px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--hcg-border);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(21, 63, 97, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hcg-guide-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--hcg-card-soft);
  opacity: 0.55;
}

.hcg-guide-card:nth-child(10) {
  grid-column: 3 / span 2;
}

.hcg-guide-card:hover {
  z-index: 2;
  border-color: var(--hcg-card-border);
  box-shadow: 0 22px 48px rgba(21, 63, 97, 0.14);
  transform: translateY(-5px);
}

.hcg-guide-card-blue {
  --hcg-card-color: #176ec0;
  --hcg-card-soft: #dceeff;
  --hcg-card-pill: #dceeff;
  --hcg-card-pill-text: #0c5caa;
  --hcg-card-border: #bad9f5;
}

.hcg-guide-card-teal {
  --hcg-card-color: #078895;
  --hcg-card-soft: #d9f3f4;
  --hcg-card-pill: #dff5f6;
  --hcg-card-pill-text: #087582;
  --hcg-card-border: #b7e2e5;
}

.hcg-guide-card-green {
  --hcg-card-color: #299539;
  --hcg-card-soft: #def5d9;
  --hcg-card-pill: #e4f6e0;
  --hcg-card-pill-text: #287c33;
  --hcg-card-border: #c7e8c2;
}

.hcg-guide-card-purple {
  --hcg-card-color: #7844c6;
  --hcg-card-soft: #eee3ff;
  --hcg-card-pill: #eee5ff;
  --hcg-card-pill-text: #6534a9;
  --hcg-card-border: #dac7f6;
}

.hcg-guide-card-orange {
  --hcg-card-color: #d8890d;
  --hcg-card-soft: #fff0d2;
  --hcg-card-pill: #fff0d5;
  --hcg-card-pill-text: #aa6a08;
  --hcg-card-border: #f2d8a8;
}

.hcg-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin-bottom: 20px;
  border-radius: 22px;
  color: var(--hcg-card-color);
  background: var(--hcg-card-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.hcg-card-icon .hcg-icon {
  width: 44px;
  height: 44px;
  stroke-width: 1.9;
}

.hcg-card-pill {
  align-self: flex-start;
  margin-bottom: 13px;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--hcg-card-pill-text);
  background: var(--hcg-card-pill);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.25;
}

.hcg-guide-card h3 {
  margin: 0 0 13px;
  color: var(--hcg-ink);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.hcg-guide-card p {
  margin: 0 0 25px;
  color: var(--hcg-muted);
  font-size: 1.02rem;
  line-height: 1.62;
}

.hcg-card-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--hcg-blue-deep);
  font-size: 0.96rem;
  font-weight: 850;
}

.hcg-card-link:hover {
  color: var(--hcg-blue);
  text-decoration: none;
}

.hcg-card-link .hcg-icon {
  width: 21px;
  height: 21px;
  transition: transform 160ms ease;
}

.hcg-card-link:hover .hcg-icon {
  transform: translateX(4px);
}

.hcg-cta {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 38px;
  padding: 28px 34px;
  border: 1px solid #b8dcec;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.94), transparent 26%),
    linear-gradient(105deg, #eaf7ff, #f4fbff);
  box-shadow: 0 14px 35px rgba(35, 93, 129, 0.08);
}

.hcg-cta-art {
  min-width: 0;
}

.hcg-cta-art svg {
  display: block;
  width: 235px;
  height: auto;
}

.hcg-cta-copy h2 {
  margin: 0 0 8px;
  color: var(--hcg-ink);
  font-size: 1.72rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.hcg-cta-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--hcg-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.hcg-cta-button {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 25px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--hcg-blue), var(--hcg-blue-deep));
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hcg-cta-button:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(37, 99, 235, 0.28);
  transform: translateY(-2px);
}

.hcg-cta-button .hcg-icon {
  width: 21px;
  height: 21px;
}

.hcg-benefits {
  border-top: 1px solid #dceaf5;
  background: linear-gradient(90deg, #eef8ff, #f8fcff 50%, #edf8ff);
}

.hcg-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 30px 0;
}

.hcg-benefit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 6px 34px;
}

.hcg-benefit:first-child {
  padding-left: 0;
}

.hcg-benefit:last-child {
  padding-right: 0;
}

.hcg-benefit + .hcg-benefit {
  border-left: 1px solid #c9deed;
}

.hcg-benefit-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.hcg-benefit-icon .hcg-icon {
  width: 36px;
  height: 36px;
  stroke-width: 2.15;
}

.hcg-benefit-icon-blue {
  color: #176ec0;
  background: #d9ecff;
}

.hcg-benefit-icon-teal {
  color: #078895;
  background: #d8f1f2;
}

.hcg-benefit-icon-green {
  color: #2a9138;
  background: #e2f3d9;
}

.hcg-benefit h2 {
  margin: 0 0 5px;
  color: var(--hcg-ink);
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.25;
}

.hcg-benefit p {
  margin: 0;
  color: var(--hcg-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.house-cleaning-guides-page .hcg-footer {
  margin-top: 0;
  padding: 52px 0 58px;
  color: #dbe8f0;
  background: linear-gradient(115deg, #071d2b, #0a2638);
}

.hcg-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(180px, 0.55fr));
  gap: 72px;
}

.house-cleaning-guides-page .hcg-footer .footer-brand,
.house-cleaning-guides-page .hcg-footer h2 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
}

.house-cleaning-guides-page .hcg-footer .footer-disclaimer {
  max-width: 650px;
  margin: 0;
  color: #b8cbd7;
  font-size: 0.9rem;
  line-height: 1.72;
}

.house-cleaning-guides-page .hcg-footer .footer-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.house-cleaning-guides-page .hcg-footer .footer-list li {
  margin: 0;
}

.house-cleaning-guides-page .hcg-footer a {
  color: #dceaf3;
  font-size: 0.9rem;
}

.house-cleaning-guides-page .hcg-footer a:hover {
  color: #ffffff;
}

@media (max-width: 1279px) {
  .hcg-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    padding-top: 72px;
  }

  .hcg-hero-copy {
    max-width: 930px;
  }

  .hcg-hero-copy h1 {
    max-width: 970px;
  }

  .hcg-hero-visual {
    width: min(100%, 900px);
    min-height: 570px;
    margin: 0 auto;
  }

  .hcg-room-shell {
    right: 105px;
    width: 680px;
    height: 440px;
  }

  .hcg-checklist-card {
    right: 55px;
  }

  .hcg-comparison-card {
    right: 120px;
  }

  .hcg-cost-card {
    right: 8px;
  }

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

  .hcg-guide-card,
  .hcg-guide-card:nth-child(10) {
    grid-column: auto;
  }

  .hcg-cta {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .hcg-cta-art svg {
    width: 210px;
  }

  .hcg-cta-button {
    grid-column: 2;
    justify-self: start;
  }

  .hcg-benefit {
    padding-inline: 24px;
  }
}

@media (max-width: 899px) {
  .hcg-hero-grid {
    min-height: 0;
    padding: 64px 0 70px;
  }

  .hcg-hero-copy h1 {
    font-size: clamp(3.6rem, 11vw, 5.2rem);
  }

  .hcg-hero-visual {
    min-height: 540px;
  }

  .hcg-room-shell {
    right: 7%;
    width: 86%;
    height: 400px;
  }

  .hcg-checklist-card {
    right: 1%;
  }

  .hcg-comparison-card {
    right: 8%;
  }

  .hcg-benefit-grid {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .hcg-benefit,
  .hcg-benefit:first-child,
  .hcg-benefit:last-child {
    padding: 22px 0;
  }

  .hcg-benefit + .hcg-benefit {
    border-top: 1px solid #c9deed;
    border-left: 0;
  }

  .hcg-footer-grid {
    grid-template-columns: 1.35fr 0.65fr 0.65fr;
    gap: 38px;
  }
}

@media (max-width: 719px) {
  .house-cleaning-guides-page .hcg-container,
  .house-cleaning-guides-page .site-header.home-nav .nav-shell {
    width: min(100% - 32px, 1360px);
  }

  .house-cleaning-guides-page .site-header.home-nav .brand {
    font-size: 0.9rem;
  }

  .house-cleaning-guides-page .site-header.home-nav .brand-mark {
    width: 44px;
    height: 44px;
  }

  .hcg-hero-grid {
    gap: 36px;
    padding: 52px 0 58px;
  }

  .hcg-back-link {
    margin-bottom: 20px;
  }

  .hcg-pill-row {
    margin-bottom: 22px;
  }

  .hcg-hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(3.2rem, 15vw, 4.3rem);
  }

  .hcg-hero-copy > p {
    font-size: 1.06rem;
  }

  .hcg-hero-visual {
    min-height: 545px;
  }

  .hcg-room-shell {
    top: 95px;
    right: 0;
    width: 100%;
    height: 340px;
  }

  .hcg-checklist-card {
    top: 0;
    left: 0;
    right: auto;
    width: 210px;
    padding: 16px;
  }

  .hcg-checklist-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 11px;
  }

  .hcg-cost-card {
    top: 12px;
    right: 0;
    width: 138px;
  }

  .hcg-comparison-card {
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .hcg-hero-sparkle {
    display: none;
  }

  .hcg-guides-section {
    padding: 62px 0 56px;
  }

  .hcg-section-heading h2 {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
  }

  .hcg-guide-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hcg-guide-card,
  .hcg-guide-card:nth-child(10) {
    grid-column: auto;
    width: 100%;
    min-height: 0;
    padding: 28px;
  }

  .hcg-cta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px;
  }

  .hcg-cta-art {
    width: min(100%, 250px);
    margin: 0 auto;
  }

  .hcg-cta-art svg {
    width: 100%;
  }

  .hcg-cta-copy {
    text-align: center;
  }

  .hcg-cta-button {
    grid-column: auto;
    width: 100%;
    margin-top: 8px;
  }

  .hcg-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 460px) {
  .house-cleaning-guides-page .site-header.home-nav .brand {
    gap: 0.5rem;
    font-size: 0.78rem;
  }

  .house-cleaning-guides-page .site-header.home-nav .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 0.72rem;
  }

  .hcg-hero-copy h1 {
    font-size: clamp(2.85rem, 14vw, 3.65rem);
  }

  .hcg-hero-visual {
    min-height: 515px;
  }

  .hcg-room-shell {
    top: 106px;
    height: 300px;
  }

  .hcg-checklist-card {
    width: 182px;
    padding: 13px;
  }

  .hcg-checklist-card ul {
    margin-top: 10px;
  }

  .hcg-cost-card {
    width: 122px;
    padding: 14px;
  }

  .hcg-cost-bars {
    height: 38px;
  }

  .hcg-comparison-card {
    padding: 16px;
  }

  .hcg-card-icon {
    width: 78px;
    height: 78px;
  }

  .hcg-guide-card {
    padding: 25px;
  }

  .hcg-benefit {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
  }

  .hcg-benefit-icon {
    width: 58px;
    height: 58px;
  }

  .hcg-benefit-icon .hcg-icon {
    width: 31px;
    height: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hcg-guide-card,
  .hcg-card-link .hcg-icon,
  .hcg-cta-button {
    transition: none;
  }
}
