:root {
  --paper: #faf9f6;
  --ink: #16262e;
  --green: #1d4a35;
  --green-dark: #12362a;
  --orange: #ee5a24;
  --orange-dark: #b54118;
  --blue: #d6e9f2;
  --blue-deep: #5ba4bd;
  --sand: #e9dcbc;
  --olive: #97a06a;
  --muted: #4b5c64;
  --line: rgba(22, 38, 46, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Instrument Sans", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--green);
}

a:hover {
  color: var(--green-dark);
}

:focus-visible {
  outline: 3px solid #ffb18e;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(22, 38, 46, 0.1);
  background: rgba(250, 249, 246, 0.94);
  box-shadow: 0 1px 0 rgba(22, 38, 46, 0.03);
  backdrop-filter: blur(10px);
}

.nav-inner {
  width: min(calc(100% - 48px), 1120px);
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font: 700 25px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.brand:hover,
.brand:focus-visible {
  color: var(--ink);
}

.brand svg {
  flex: none;
  fill: var(--green);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 26px);
  font-size: 14.5px;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-links .nav-secondary {
  display: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.nav-cta {
  flex: none;
  padding: 11px 18px;
  color: #fff;
  background: var(--orange);
  font-size: 14.5px;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: #fff;
  background: #c94b1d;
}

.breadcrumbs {
  position: absolute;
  z-index: 3;
  top: 94px;
  left: 50%;
  width: min(calc(100% - 48px), 1120px);
  transform: translateX(-50%);
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 9px;
  color: #53666e;
  font-size: 13.5px;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 9px;
  content: "/";
}

.breadcrumbs a {
  color: var(--green);
  font-weight: 650;
  text-underline-offset: 3px;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: var(--blue);
  background-image:
    radial-gradient(circle at 15% 16%, rgba(255, 255, 255, 0.45) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 32%, rgba(255, 255, 255, 0.36) 0 3px, transparent 4px);
  background-size: 150px 150px, 120px 120px;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 7px;
  background: linear-gradient(90deg, #ee5a24, #f5ba61 45%, #5ba4bd);
  content: "";
  pointer-events: none;
}

.hero-inner {
  width: min(calc(100% - 48px), 1120px);
  min-height: 660px;
  margin: 0 auto;
  padding: 118px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.kicker {
  display: block;
  color: var(--green);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.hero h1,
.section-heading h2,
.plans-heading h2,
.benefits-copy h2,
.area-layout h2,
.faq-layout h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 13ch;
  margin: 18px 0 20px;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1;
}

.hero-copy > p {
  max-width: 48ch;
  margin: 0;
  color: #40535c;
  font-size: 18px;
  line-height: 1.62;
  text-wrap: pretty;
}

.hero-copy > .hero-service-area {
  margin-top: 18px;
  padding: 13px 15px;
  border-left: 4px solid var(--orange);
  border-radius: 0 8px 8px 0;
  color: var(--green-dark);
  background: rgba(250, 249, 246, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  padding: 14px 21px;
  border: 1px solid transparent;
  font-size: 15.5px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(#f4703c, var(--orange));
  border-bottom-color: #c44a1c;
  box-shadow: 0 8px 20px rgba(181, 65, 24, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #fff;
  box-shadow: 0 12px 26px rgba(181, 65, 24, 0.32);
}

.button-secondary {
  border-color: rgba(22, 38, 46, 0.24);
  color: var(--green-dark);
  background: rgba(250, 249, 246, 0.56);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--green-dark);
  background: var(--paper);
}

.hero-facts {
  margin: 25px 0 0;
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  border-top: 1px solid rgba(22, 38, 46, 0.14);
  color: #40535c;
  font-size: 13.5px;
  font-weight: 650;
  list-style: none;
}

.hero-facts li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-facts li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.clean-scene {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 6px solid var(--paper);
  border-radius: 20px;
  background: linear-gradient(#91c5dd 0%, #c8e3ec 54%, #ede6cf 55%, #d9c99f 100%);
  box-shadow: 0 0 0 1px rgba(22, 38, 46, 0.14), 0 20px 42px rgba(18, 48, 61, 0.18);
}

.scene-sun {
  position: absolute;
  top: 38px;
  left: 42px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #f2c76e;
  box-shadow: 0 0 0 12px rgba(242, 199, 110, 0.14);
}

.scene-cloud {
  position: absolute;
  height: 22px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.78);
}

.scene-cloud::before,
.scene-cloud::after {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.scene-cloud::before {
  left: 16px;
  width: 34px;
  height: 34px;
}

.scene-cloud::after {
  right: 14px;
  width: 27px;
  height: 27px;
}

.scene-cloud-one {
  top: 84px;
  right: 45px;
  width: 106px;
}

.scene-cloud-two {
  top: 156px;
  left: 36px;
  width: 78px;
  opacity: 0.7;
  transform: scale(0.72);
}

.scene-ground {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  border-top: 7px solid rgba(255, 255, 255, 0.58);
  background: #d9c99f;
}

.scene-can {
  position: absolute;
  right: 50%;
  bottom: 38px;
  z-index: 2;
  width: min(69%, 318px);
  transform: translateX(50%);
  filter: drop-shadow(0 18px 14px rgba(22, 38, 46, 0.16));
}

.bubble {
  position: absolute;
  z-index: 3;
  border: 3px solid rgba(250, 249, 246, 0.92);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: inset 3px 3px 0 rgba(255, 255, 255, 0.45);
  animation: bubble-float 4.8s ease-in-out infinite;
}

.bubble-one {
  top: 132px;
  right: 54px;
  width: 36px;
  height: 36px;
}

.bubble-two {
  top: 205px;
  left: 48px;
  width: 25px;
  height: 25px;
  animation-delay: -1.5s;
}

.bubble-three {
  top: 85px;
  left: 44%;
  width: 18px;
  height: 18px;
  animation-delay: -3s;
}

.sparkle {
  position: absolute;
  z-index: 4;
  color: #fff;
  font-size: 34px;
  text-shadow: 0 3px 10px rgba(22, 38, 46, 0.18);
  animation: sparkle-pulse 2.8s ease-in-out infinite;
}

.sparkle-one {
  top: 182px;
  right: 66px;
}

.sparkle-two {
  top: 256px;
  left: 64px;
  font-size: 25px;
  animation-delay: -1.2s;
}

.scene-label {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 5;
  min-height: 46px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid rgba(22, 38, 46, 0.16);
  border-radius: 9px;
  color: var(--green-dark);
  background: rgba(250, 249, 246, 0.94);
  box-shadow: 0 8px 18px rgba(22, 38, 46, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.scene-label span + span::before {
  margin-right: 15px;
  color: var(--orange);
  content: "•";
}

@keyframes bubble-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-13px); }
}

@keyframes sparkle-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.88) rotate(-8deg); }
  50% { opacity: 1; transform: scale(1.08) rotate(8deg); }
}

.section-shell {
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto;
  padding: 96px 0;
}

.process-section {
  background-color: var(--paper);
  background-image: radial-gradient(rgba(29, 74, 53, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.75fr);
  gap: 68px;
  align-items: end;
}

.section-heading h2,
.plans-heading h2,
.benefits-copy h2,
.area-layout h2,
.faq-layout h2 {
  margin: 14px 0 0;
  font-size: clamp(40px, 4.6vw, 58px);
  line-height: 1.02;
}

.section-heading > p,
.plans-heading > p,
.benefits-copy > p,
.area-layout > div > p,
.faq-layout > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
  text-wrap: pretty;
}

.process-steps {
  margin: 54px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 38px rgba(22, 38, 46, 0.09);
  list-style: none;
}

.process-steps li {
  min-width: 0;
  padding: 32px;
}

.process-steps li + li {
  border-left: 1px solid var(--line);
}

.step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font: 700 18px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.04em;
}

.process-steps h3 {
  margin: 24px 0 10px;
  font: 750 21px/1.2 "Archivo", sans-serif;
  letter-spacing: -0.02em;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.plans-section {
  background-color: var(--olive);
  background-image: var(--gg-surface-grass-pattern);
  background-size: 150px 110px;
}

.cleaning-area.service-area-module,
.cleaning-area .service-area-module__grid {
  min-height: auto;
}

.cleaning-area .service-area-module__grid {
  padding-top: 92px;
  padding-bottom: 92px;
}

.plans-heading {
  max-width: 850px;
}

.plans-heading > p {
  margin-top: 20px;
  color: #293a2f;
}

.cleaning-coverage-check {
  max-width: 850px;
  margin-top: 28px;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(290px, 1fr);
  gap: 18px 28px;
  align-items: end;
  border: 2px solid rgba(18, 54, 42, 0.48);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(250, 249, 246, 0.9);
  box-shadow: 0 10px 24px rgba(22, 38, 46, 0.1);
}

.cleaning-coverage-check__copy h3 {
  margin: 0;
  font: 800 22px/1.15 "Archivo", sans-serif;
  letter-spacing: -0.025em;
}

.cleaning-coverage-check__copy p {
  margin: 8px 0 0;
  color: #35474f;
  font-size: 14px;
  line-height: 1.5;
}

.cleaning-coverage-check__controls {
  display: grid;
  gap: 7px;
}

.cleaning-coverage-check__controls > label {
  color: #263b43;
  font-size: 13px;
  font-weight: 750;
}

.cleaning-coverage-check__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.cleaning-coverage-check input[type="text"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(22, 38, 46, 0.28);
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font: 700 17px/1.2 "Instrument Sans", sans-serif;
  letter-spacing: 0.08em;
}

.cleaning-coverage-check input[aria-invalid="true"] {
  border-color: #a83e1d;
  box-shadow: 0 0 0 2px rgba(168, 62, 29, 0.13);
}

.cleaning-coverage-check__row .button {
  margin: 0;
  white-space: nowrap;
}

.cleaning-coverage-check__row .button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.cleaning-field-error {
  min-height: 1.3em;
  margin: 0;
  color: #8c3215;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.35;
}

.cleaning-field-error:empty {
  min-height: 0;
}

.cleaning-coverage-choices {
  grid-column: 1 / -1;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(22, 38, 46, 0.18);
  border-radius: 10px;
  background: #fff;
}

.cleaning-coverage-choices[hidden] {
  display: none;
}

.cleaning-coverage-choices legend {
  padding: 0 4px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.cleaning-coverage-choices > div {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cleaning-coverage-choices label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(22, 38, 46, 0.2);
  border-radius: 9px;
  background: var(--paper);
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 650;
}

.cleaning-coverage-choices input {
  accent-color: var(--green);
}

.cleaning-coverage-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 11px 13px;
  border-radius: 8px;
  color: #35474f;
  background: rgba(214, 233, 242, 0.58);
  font-size: 13.5px;
  line-height: 1.45;
}

.cleaning-coverage-status.is-eligible {
  color: var(--green-dark);
  background: #e1ede5;
  font-weight: 700;
}

.cleaning-coverage-status.is-error {
  color: #772d15;
  background: #fff0e9;
}

.plan-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cleaning-plan {
  position: relative;
  min-width: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(22, 38, 46, 0.16);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 15px 32px rgba(22, 38, 46, 0.13);
}

.featured-plan {
  border: 3px solid var(--green-dark);
  padding: 28px;
  transform: translateY(-9px);
  box-shadow: 0 22px 42px rgba(22, 38, 46, 0.18);
}

.plan-label {
  color: var(--green);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.cleaning-plan h3 {
  margin: 15px 0 0;
  font: 800 27px/1.08 "Archivo", sans-serif;
  letter-spacing: -0.035em;
}

.plan-fit {
  min-height: 72px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.plan-price {
  margin-top: 24px;
  padding: 22px 0;
  display: flex;
  align-items: baseline;
  gap: 9px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.plan-price strong {
  color: var(--green-dark);
  font: 800 52px/0.94 "Archivo", sans-serif;
  letter-spacing: -0.05em;
}

.plan-price span {
  color: var(--muted);
  font-size: 14px;
}

.cleaning-plan ul {
  margin: 22px 0 26px;
  padding: 0;
  display: grid;
  gap: 11px;
  color: #33464d;
  font-size: 14.5px;
  list-style: none;
}

.cleaning-plan li {
  position: relative;
  padding-left: 25px;
}

.cleaning-plan li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: "✓";
  font-size: 10px;
  font-weight: 800;
}

.cleaning-plan .button {
  width: 100%;
  margin-top: auto;
}

.plan-checkout {
  margin-top: auto;
  display: grid;
  gap: 12px;
}

.plan-checkout label {
  display: grid;
  gap: 7px;
}

.plan-checkout label > span {
  color: #31454d;
  font-size: 13px;
  font-weight: 700;
}

.plan-checkout select {
  width: 100%;
  min-height: 46px;
  padding: 10px 38px 10px 12px;
  border: 1px solid rgba(22, 38, 46, 0.24);
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font: 600 15px/1.2 "Instrument Sans", sans-serif;
}

.plan-checkout select:focus-visible {
  outline: 3px solid rgba(238, 90, 36, 0.24);
  outline-offset: 2px;
}

.plan-total {
  margin: -2px 0 1px;
  color: var(--muted);
  font-size: 13px;
}

.plan-total strong {
  color: var(--green-dark);
  font-size: 16px;
}

.plan-checkout button {
  cursor: pointer;
}

.plan-checkout button:disabled,
.plan-checkout select:disabled {
  cursor: wait;
  opacity: 0.66;
}

.checkout-message {
  min-height: 1.35em;
  margin: -2px 0 0;
  color: var(--green-dark);
  font-size: 13px;
  line-height: 1.4;
}

.checkout-message.is-error {
  color: #9d3117;
}

.checkout-noscript {
  margin: 22px 0 0;
  color: #293a2f;
}

.button-dark {
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(18, 54, 42, 0.18);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: #fff;
  background: var(--green-dark);
}

.combined-service {
  margin-top: 24px;
  padding: 32px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 18px;
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 18px 38px rgba(22, 38, 46, 0.2);
}

.combined-service .kicker {
  color: #bcd4c6;
}

.combined-service h3 {
  margin: 10px 0 7px;
  font: 800 28px/1.1 "Archivo", sans-serif;
  letter-spacing: -0.03em;
}

.combined-service p {
  max-width: 66ch;
  margin: 0;
  color: #d7e3dc;
  line-height: 1.52;
}

.button-light {
  flex: none;
  color: var(--green-dark);
  background: var(--paper);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--green-dark);
  background: #fff;
}

.benefits-section {
  background: var(--sand);
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 78px;
  align-items: center;
}

.benefits-copy > p {
  margin-top: 24px;
  color: #5e5747;
}

.benefit-list {
  overflow: hidden;
  border: 1px solid rgba(22, 38, 46, 0.12);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(22, 38, 46, 0.12);
}

.benefit-list article {
  padding: 25px 28px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.benefit-list article + article {
  border-top: 1px solid var(--line);
}

.benefit-list article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange-dark);
  font: 700 16px/1 "Barlow Condensed", sans-serif;
}

.benefit-list h3 {
  margin: 0 0 7px;
  font: 750 20px/1.2 "Archivo", sans-serif;
  letter-spacing: -0.02em;
}

.benefit-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.54;
}

.area-section {
  color: #fff;
  background-color: var(--green);
  background-image: repeating-linear-gradient(90deg, rgba(250, 249, 246, 0.045) 0 3px, transparent 3px 26px);
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
  gap: 74px;
  align-items: center;
}

.area-layout .kicker {
  color: #cfe0d6;
}

.area-layout h2 {
  color: #fff;
}

.area-layout > div > p {
  margin-top: 23px;
  color: #cfe0d6;
}

.area-layout > div > a {
  margin-top: 25px;
  display: inline-flex;
  color: #fff;
  font-weight: 750;
  text-underline-offset: 5px;
}

.area-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(250, 249, 246, 0.08);
  box-shadow: 0 22px 44px rgba(10, 26, 18, 0.25);
  list-style: none;
}

.area-list li {
  min-height: 65px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #fff;
  font: 700 19px/1.2 "Archivo", sans-serif;
}

.area-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.area-list span {
  color: #efb18e;
  font: 700 15px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(480px, 1fr);
  gap: 78px;
  align-items: start;
}

.faq-layout > div > p {
  margin-top: 20px;
}

.faq-layout a {
  font-weight: 700;
  text-underline-offset: 4px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font: 700 17px/1.35 "Archivo", sans-serif;
  list-style: none;
}

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

.faq-list summary span {
  flex: none;
  color: var(--green);
  font: 500 25px/1 "Instrument Sans", sans-serif;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list p {
  margin: -4px 0 22px;
  padding-right: 40px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6;
}

.site-footer {
  color: #c3d2d9;
  background: #2a3136;
}

.footer-inner {
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto;
  padding: 60px 0 44px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr;
  gap: 58px;
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand .brand svg {
  fill: #fff;
}

.footer-brand p {
  max-width: 36ch;
  margin: 16px 0 0;
  color: #9fb0b9;
  font-size: 14.5px;
  line-height: 1.6;
}

.footer-inner nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-inner nav strong,
.footer-contact strong {
  margin-bottom: 4px;
  color: #7f95a0;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.footer-inner nav a {
  color: #c3d2d9;
  font-size: 14px;
  text-decoration: none;
}

.footer-inner nav a:hover,
.footer-inner nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-button {
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.footer-button:hover,
.footer-button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-contact span {
  color: #9fb0b9;
  font-size: 13.5px;
  line-height: 1.5;
}

.footer-bottom {
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #7f95a0;
  background: #242a2e;
  font-size: 12.5px;
  text-align: center;
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.85fr);
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(50px, 6.5vw, 66px);
  }

  .benefits-layout,
  .area-layout,
  .faq-layout {
    gap: 48px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 70px;
  }

  .nav-inner,
  .breadcrumbs,
  .hero-inner,
  .section-shell,
  .footer-inner {
    width: min(calc(100% - 36px), 680px);
  }

  .hero-inner {
    min-height: 0;
    padding: 112px 0 74px;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .hero h1 {
    max-width: 15ch;
    font-size: clamp(48px, 10vw, 66px);
  }

  .clean-scene {
    min-height: 470px;
  }

  .section-shell {
    padding: 76px 0;
  }

  .section-heading,
  .benefits-layout,
  .area-layout,
  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .section-heading > p,
  .benefits-copy > p,
  .area-layout > div > p {
    max-width: 58ch;
  }

  .process-steps,
  .plan-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-steps li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .plan-grid {
    gap: 16px;
  }

  .cleaning-coverage-check {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .cleaning-coverage-choices,
  .cleaning-coverage-status {
    grid-column: auto;
  }

  .featured-plan {
    transform: none;
  }

  .plan-fit {
    min-height: 0;
  }

  .combined-service {
    align-items: flex-start;
    flex-direction: column;
  }

  .area-layout {
    gap: 42px;
  }

  .faq-layout {
    gap: 38px;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .nav-inner,
  .breadcrumbs,
  .hero-inner,
  .section-shell,
  .footer-inner {
    width: calc(100% - 32px);
  }

  .nav-inner {
    min-height: 66px;
    gap: 10px;
  }

  .brand {
    gap: 8px;
    font-size: 21px;
  }

  .brand svg {
    width: 23px;
    height: 26px;
  }

  .nav-cta {
    padding: 9px 11px;
    font-size: 13.5px;
  }

  .breadcrumbs {
    top: 84px;
  }

  .hero-inner {
    padding-top: 108px;
  }

  .hero h1 {
    margin-top: 15px;
    font-size: clamp(39px, 11.5vw, 52px);
  }

  .hero-copy > p {
    font-size: 16.5px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    align-items: flex-start;
    flex-direction: column;
  }

  .clean-scene {
    min-height: 390px;
    border-width: 4px;
  }

  .scene-can {
    width: min(76%, 270px);
  }

  .scene-label {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 7px;
    font-size: 11px;
    letter-spacing: 0.07em;
  }

  .scene-label span + span::before {
    margin-right: 7px;
  }

  .section-shell {
    padding: 64px 0;
  }

  .section-heading h2,
  .plans-heading h2,
  .benefits-copy h2,
  .area-layout h2,
  .faq-layout h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .process-steps {
    margin-top: 38px;
  }

  .process-steps li,
  .cleaning-plan {
    padding: 25px 22px;
  }

  .cleaning-coverage-check {
    padding: 20px 17px;
  }

  .cleaning-coverage-check__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .cleaning-coverage-check__row .button {
    width: 100%;
  }

  .cleaning-coverage-choices > div {
    display: grid;
  }

  .featured-plan {
    padding: 23px 20px;
  }

  .plan-price strong {
    font-size: 48px;
  }

  .combined-service {
    padding: 27px 22px;
  }

  .benefit-list article {
    padding: 22px 19px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .benefit-list article > span {
    width: 38px;
    height: 38px;
  }

  .area-list li {
    padding: 14px 18px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .faq-list p {
    padding-right: 20px;
  }

  .footer-inner {
    padding: 48px 0 38px;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
