@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');

.cleaning-page-body .site-header,
.cleaning-page-body .site-footer {
  display: none;
}

:root {
  --cleaning-anchor-offset: clamp(86px, 7vw, 124px);
}

html {
  scroll-padding-top: var(--cleaning-anchor-offset);
}

.cleaning-page-body [id] {
  scroll-margin-top: var(--cleaning-anchor-offset);
}

.cleaning-page-body {
  margin: 0;
  background: #FFFFFF;
  color: #484848;
  font-family: "Chiron GoRound TC", "Inter", "Segoe UI", Tahoma, sans-serif;
}

.cleaning-page-body button,
.cleaning-page-body input,
.cleaning-page-body textarea,
.cleaning-page-body select {
  font-family: inherit;
}

.cleaning-page-body .container {
  max-width: 1656px;
  width: calc(100% - 112px);
  width: min(100% - 112px, 1656px);
  margin-inline: auto;
}

.cleaning-header {
  box-sizing: border-box;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  padding: 0 20px;
  margin-bottom: 0;
}

.cleaning-header-inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  min-height: clamp(64px, 4.8vw, 90px);
  padding: clamp(8px, 0.7vw, 13px) clamp(12px, 1.2vw, 18px) clamp(8px, 0.75vw, 14px);
  border-radius: clamp(8px, 0.6vw, 10px);
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.cleaning-logo {
  display: inline-flex;
  flex: 0 0 auto;
  text-decoration: none;
}

.cleaning-logo-image {
  display: block;
  width: 195px;
  height: 78px;
}

.cleaning-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-self: stretch;
  justify-content: center;
}

.cleaning-nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  flex: 0 1 auto;
  width: auto;
  gap: 55px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.cleaning-nav-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.cleaning-nav-list a {
  display: inline-block;
  color: #484848;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.cleaning-nav-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #00a6ea;
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cleaning-nav-list a:hover,
.cleaning-nav-list a:focus,
.cleaning-nav-list a:focus-visible {
  color: #00a6ea;
}

.cleaning-nav-list li:hover::after,
.cleaning-nav-list li:focus-within::after,
.cleaning-nav-list .current-menu-item::after,
.cleaning-nav-list .current_page_item::after,
.cleaning-nav-list .current-menu-ancestor::after {
  transform: scaleX(1);
  opacity: 1;
}

.cleaning-nav-list .current-menu-item > a,
.cleaning-nav-list .current_page_item > a,
.cleaning-nav-list .current-menu-ancestor > a {
  color: #00a6ea;
}

.cleaning-phone {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #484848;
  text-decoration: none;
  flex: 0 0 auto;
  white-space: nowrap;
}

.cleaning-phone-icon {
  color: #00a6ea;
  font-size: 22px;
  line-height: 1;
}

.cleaning-phone-icon-image {
  display: block;
  width: 22px;
  height: 22px;
}

.cleaning-phone-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.cleaning-burger,
.cleaning-mobile-menu-overlay {
  display: none;
}


.faq-section {
  padding: 56px 0 72px;
}

.faq-wrap {
  max-width: 1540px;
}

.faq-section .landing-title {
  margin: 0 0 18px;
  color: #2e2e2e;
  font-size: 53px;
  font-weight: 700;
  line-height: 1.08;
}

.faq-item {
  margin-bottom: 12px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 16px 34px rgba(34, 34, 34, 0.12);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: #FFFFFF;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  text-align: left;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.08;
  cursor: pointer;
}

.faq-question span {
  flex: 0 0 auto;
  color: #00a6ea;
  font-size: 48px;
  line-height: 1;
}

.faq-question:focus,
.faq-question:focus-visible {
  outline: none;
}

.faq-answer {
  display: none;
  margin: 0 24px 20px;
  padding: 18px 20px;
  border-radius: 8px;
  background: #F3FBFF;
  color: #2e2e2e;
}

.faq-answer p,
.faq-answer li {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.faq-answer p + ul,
.faq-answer ul + p {
  margin-top: 10px;
}

.faq-answer ul {
  margin: 0;
  padding-left: 18px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open .faq-question span {
  transform: rotate(45deg);
}

.cleaning-footer {
  padding: 0 0 18px;
  background: #0A92D5;
  color: #ffffff;
}

.cleaning-footer-inner {
  max-width: 1540px;
}

.cleaning-footer-main {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.cleaning-footer-logo {
  display: inline-flex;
  text-decoration: none;
}

.cleaning-footer-brand {
  background: #068DD0;
  justify-self: start;
  align-self: start;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 15px 15px;
}

.cleaning-footer-col {
  margin-top: 20px;
}

.cleaning-footer-logo-image {
  display: block;
  width: 124px;
  height: auto;
}

.cleaning-footer-col h3 {
  margin: 0 0 12px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
}

.cleaning-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.cleaning-footer-col li {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cleaning-footer-icon {
  display: block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  object-fit: contain;
  object-position: center;
}

.cleaning-footer-col a {
  color: #ffffff;
  text-decoration: none;
}

.cleaning-footer-col a:hover,
.cleaning-footer-col a:focus,
.cleaning-footer-col a:focus-visible {
  text-decoration: underline;
}

.cleaning-footer-bottom {
  padding-top: 12px;
}

.cleaning-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.2;
}

.landing-order {
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  background-size: cover;
  background: #FFFFFF no-repeat center;
}

.order-grid {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 420px;
  align-items: flex-start;
  justify-content: flex-start;
}

.order-card {
  position: relative;
  z-index: 3;
  width: 482px;
  margin: 0 0 0 48px;
  padding: 30px 30px 24px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 22px 48px rgba(16, 20, 28, 0.28);
}

.order-card h2 {
  margin: 0 0 18px;
  color: #2f3134;
  font-size: 68px;
  line-height: 0.95;
  font-weight: 700;
}

.order-card label {
  display: block;
  margin-bottom: 14px;
}

.order-card textarea {
  resize: none;
  min-height: 112px;
}

.order-card input,
.order-card textarea {
  width: 100%;
  border: 1px solid #c6c9cc;
  border-radius: 6px;
  background: #FFFFFF;
  color: #404346;
  font-size: 24px;
  line-height: 1.2;
  padding: 14px 16px;
  box-sizing: border-box;
}

.order-card input::placeholder,
.order-card textarea::placeholder {
  color: #9ca1a7;
}

.order-card .landing-btn {
  display: block;
  width: 280px;
  height: 52px;
  margin: 8px auto 14px;
  border: 0;
  border-radius: 12px;
  background: #00a6ea;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.order-note {
  margin: 0;
  color: #a2a6ab;
  font-size: 12px;
  line-height: 1.35;
}

.order-photo {
  position: absolute;
  top: 45px;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
  z-index: 1;
  overflow: hidden;
}

.order-photo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}





.calc-section {
  padding: 52px 0 40px;
  background-color: #F3FBFF;
}

.calc-section .container {
  padding: 30px 22px 24px;
  border-radius: 10px;
  background: #FFFFFF;
}

.calc-section .landing-title {
  margin: 0 0 16px;
  color: #4a4d51;
  font-size: 72px;
  line-height: 1.02;
  font-weight: 700;
}

.calc-note-bar {
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 8px;
  background: linear-gradient(90deg, #dfcd21 0%, #e6d53a 100%);
  color: #3f4348;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

.calc-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 16px;
  align-items: start;
}

.calc-main {
  background: transparent;
}

.calc-row {
  margin-bottom: 20px;
}

.calc-row h3 {
  margin: 0 0 12px;
  color: #45484c;
  font-size: 47px;
  font-weight: 500;
  line-height: 1.05;
}

.calc-options-inline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 16px;
}

.calc-options-inline label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #54585c;
  font-size: 22px;
  line-height: 1.2;
}

.calc-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.calc-type-card {
  min-height: 74px;
  border: 0;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 8px 16px rgba(34, 34, 34, 0.08);
  color: #4f5458;
  font-size: 22px;
  line-height: 1.15;
  cursor: pointer;
}

.calc-type-card.is-active {
  background: linear-gradient(180deg, #0d9fdd 0%, #028cc7 100%);
  color: #ffffff;
}

.calc-area-value {
  margin: 0 0 6px;
  color: #45484c;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.calc-range-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.calc-range-row span {
  color: #62666b;
  font-size: 28px;
}

.calc-range-row input[type="range"] {
  width: 100%;
}

.calc-services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.calc-service-item {
  padding: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 6px 14px rgba(34, 34, 34, 0.08);
  overflow: hidden;
}

.calc-service-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #53585d;
  font-size: 18px;
  line-height: 1.2;
}

.calc-qty > span {
  display: block;
  margin-bottom: 6px;
  color: #8f959b;
  font-size: 15px;
}

.calc-qty > div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  gap: 6px;
  align-items: center;
  width: 100%;
}

.calc-qty button,
.calc-qty input {
  height: 30px;
  border: 1px solid #b9bec4;
  border-radius: 6px;
  background: #FFFFFF;
  color: #50555a;
  font-size: 16px;
}

.calc-qty input {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.calc-summary {
  padding: 14px;
  border-radius: 8px;
  background: #F3FBFF;
}

.calc-summary h3 {
  margin: 0 0 10px;
  color: #45484c;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}

.calc-summary h4 {
  margin: 14px 0 8px;
  color: #45484c;
  font-size: 38px;
  line-height: 1.05;
  text-decoration: underline;
}

.calc-summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4f5458;
  font-size: 36px;
  line-height: 1.15;
}

.calc-summary-list li + li {
  margin-top: 4px;
}

.calc-summary-block {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed rgba(79, 84, 88, 0.38);
}

.calc-time-title,
.calc-total-title {
  margin: 0 0 6px;
  color: #45484c;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
}

.calc-time-value {
  margin: 0;
  color: #45484c;
  font-size: 38px;
  line-height: 1.1;
}

.calc-total-value {
  margin: 0 0 8px;
  color: #45484c;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
}

.calc-summary-note {
  margin: 0 0 10px;
  color: #697079;
  font-size: 14px;
  line-height: 1.3;
}

.calc-summary .landing-btn {
  width: 100%;
  border-radius: 10px;
  font-size: 24px;
  height: 50px;
}





.landing-hero {
  position: relative;
  padding-top: 0;
  min-height: 740px;
  overflow: hidden;
}

.landing-hero-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, #596575 0%, #3f4a58 35%, #2d343d 70%, #5e6570 100%);
}

.landing-hero-image-file {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 23, 33, 0.6) 0%, rgba(15, 23, 33, 0.36) 52%, rgba(15, 23, 33, 0.06) 78%, rgba(15, 23, 33, 0) 100%);
}

.landing-hero-content {
  position: relative;
  z-index: 2;
  min-height: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #ffffff;
  padding-top: 164px;
}

.hero-title {
  margin: 0;
  max-width: 1200px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
}

.hero-title-quote {
  color: #00a6ea;
}

.hero-subtitle {
  margin: 18px 0 0;
  max-width: 980px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 400;
  font-style: italic;
}

.hero-btn {
  margin-top: 30px;
  height: 52px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00a6ea;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 166, 234, 0.34);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-btn:hover,
.hero-btn:focus,
.hero-btn:focus-visible {
  background: #0294d1;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 148, 209, 0.34);
}

.hero-scroll-indicator {
  margin-top: 42px;
  width: 36px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: transparent;
  position: relative;
}

.hero-scroll-indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: 4px;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.hero-to-services-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 380px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0.06) 18%, rgba(247, 247, 247, 0.16) 36%, rgba(245, 245, 245, 0.34) 56%, rgba(244, 244, 244, 0.58) 74%, rgba(243, 243, 243, 0.82) 90%, #f3f3f3 100%);
}

.services-section {
  position: relative;
  z-index: 4;
  padding: 66px 0 34px;
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.76) 34%, #ffffff 62%);
}

.services-section .landing-title {
  margin: 0 0 14px;
  color: #4a4d51;
  font-size: 74px;
  line-height: 1;
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 70px;
  min-height: 380px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 8px 18px rgba(28, 33, 41, 0.12);
}

.service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: #484848;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 500;
}

.service-image-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  z-index: 1;
  border-radius: 80px 80px 0 0;
  background: linear-gradient(140deg, #6d737b 0%, #9a9fa6 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  overflow: hidden;
}

.service-image-file {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-btn {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: clamp(190px, 62%, 247px);
  min-width: 190px;
  height: 61px;
  border-radius: 12px;
  background: #0A92D5;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.service-btn:hover,
.service-btn:focus,
.service-btn:focus-visible {
  background: #087fb9;
  color: #FFFFFF;
}

.service-more {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: auto;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: none;
}

.service-more::after {
  content: "\2192";
  margin-left: 6px;
}

.service-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.service-popup-overlay[hidden] {
  display: none;
}

.service-popup {
  position: relative;
  width: 250px;
  height: auto;
  max-height: min(80dvh, 300px);
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(21, 31, 46, 0.24);
  padding: 14px 14px 12px;
  box-sizing: border-box;
}

.service-popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #4a4f54;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.service-popup-body {
  width: 100%;
  max-height: calc(min(80dvh, 300px) - 26px);
  overflow-y: auto;
  padding-right: 4px;
  box-sizing: border-box;
}

.service-popup-body h4 {
  margin: 0 20px 10px 0;
  color: #484848;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.service-popup-body p {
  margin: 0;
  color: #4a4f54;
  font-size: 14px;
  line-height: 1.45;
}

.benefits-section {
  padding: 56px 0 38px;
  background: #FFFFFF;
}

.benefits-section .landing-title {
  margin: 0 0 20px;
  color: #2f3134;
  font-size: 63px;
  line-height: 1.08;
  font-weight: 700;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefits-icon {
  display: block;
  width: 138px;
  height: 138px;
  object-fit: contain;
  object-position: center;
}

.benefits-item h3 {
  margin: 10px 0 0;
  color: #4b4f55;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 400;
}

.reviews-section {
  padding: 46px 0 24px;
  background: #F3FBFF;
}

.reviews-section .landing-title {
  margin: 0 0 18px;
  color: #2f3134;
  font-size: 53px;
  line-height: 1.08;
  font-weight: 700;
}

.reviews-scene {
  position: relative;
  width: 100%;
  max-width: 1720px;
  aspect-ratio: 1720 / 620;
  overflow: hidden;
}

.reviews-scene img {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
}

.reviews-bg {
  z-index: 1;
}

.reviews-card {
  z-index: 2;
}

.reviews-float {
  z-index: 3;
}

.reviews-bg-1 {
  width: 592px;
  left: 42%;
  top: 52%;
  transform: translate(-50%, -50%);
}

.reviews-bg-2 {
  width: 569px;
  left: 72%;
  top: 56%;
  transform: translate(-50%, -50%);
}

.reviews-bg-3 {
  width: 535px;
  left: 18%;
  top: 53%;
  transform: translate(-50%, -50%);
}

.reviews-bg-s1 {
  width: 152px;
  left: 8%;
  top: 72%;
  transform: translate(-50%, -50%);
}

.reviews-bg-s2 {
  width: 148px;
  left: 33%;
  top: 42%;
  transform: translate(-50%, -50%);
}

.reviews-bg-s3 {
  width: 159px;
  left: 56%;
  top: 78%;
  transform: translate(-50%, -50%);
}

.reviews-bg-s4 {
  width: 157px;
  left: 88%;
  top: 72%;
  transform: translate(-50%, -50%);
}

.reviews-card-1 {
  width: 430px;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%) rotate(1.8deg);
}

.reviews-card-2 {
  width: 398px;
  left: 22%;
  top: 56%;
  transform: translate(-50%, -50%) rotate(-4.5deg);
}

.reviews-card-3 {
  width: 398px;
  left: 78%;
  top: 56%;
  transform: translate(-50%, -50%) rotate(-5deg);
}

.reviews-card-4 {
  width: 446px;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%) rotate(-2.2deg);
}

.reviews-float-1 {
  width: 100px;
  left: 21%;
  top: 22%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.reviews-float-2 {
  width: 109px;
  left: 80%;
  top: 81%;
  transform: translate(-50%, -50%) rotate(12deg);
}

.reviews-float-3 {
  width: 89px;
  left: 96%;
  top: 84%;
  transform: translate(-50%, -50%) rotate(-17deg);
}

.reviews-float-4 {
  width: 80px;
  left: 66%;
  top: 36%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.reviews-float-5 {
  width: 84px;
  left: 4%;
  top: 82%;
  transform: translate(-50%, -50%) rotate(10deg);
}

.gallery-section {
  padding: 52px 0 26px;
  background: #F3FBFF;
}

.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.gallery-section .landing-title {
  margin: 0;
  color: #2f3134;
  font-size: 63px;
  line-height: 1.08;
  font-weight: 700;
}

.gallery-nav {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.gallery-arrow {
  width: 66px;
  height: 66px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #2f3134;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.gallery-arrow:hover,
.gallery-arrow:focus,
.gallery-arrow:focus-visible {
  color: #00a6ea;
  transform: translateY(-1px);
}

.gallery-slider {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  transition: transform 0.3s ease;
}

.gallery-slide {
  flex: 0 0 calc(100% - 242px);
  opacity: 0.72;
  transform: scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.gallery-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  max-height: 500px;
  min-height: 300px;
}

.gallery-pane {
  position: relative;
}

.gallery-pane img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 300px;
  object-fit: cover;
}

.gallery-badge {
  position: absolute;
  top: 18px;
  left: 22px;
  min-width: 104px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  z-index: 3;
}

.gallery-badge-before {
  background: #dfcd21;
}

.gallery-badge-after {
  background: #00a6ea;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.gallery-dot {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 166, 234, 0.3);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gallery-dot:hover,
.gallery-dot:focus,
.gallery-dot:focus-visible {
  background: rgba(0, 166, 234, 0.55);
}

.gallery-dot.is-active {
  background: #00a6ea;
  transform: scale(1.08);
}

.why-section {
  padding: 52px 0 58px;
  background: #ffffff;
}

.why-section .landing-title {
  margin: 0 0 24px;
  color: #2f3134;
  font-size: 63px;
  line-height: 1.08;
  font-weight: 700;
}

.why-scene {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
  padding-top: 22px;
  /*background-image: url("../../template-parts/cleaning/images/why/wave.jpg");*/
}

.why-wave {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.why-wave-back {
  top: 154px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 80' preserveAspectRatio='none'%3E%3Cpath d='M0 44 Q83 10 167 44 Q250 78 333 44 Q417 10 500 44 Q583 78 667 44 Q750 10 833 44 Q917 78 1000 44' fill='none' stroke='%2300a6ea' stroke-opacity='0.28' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E");
}

.why-wave-front {
  top: 158px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 80' preserveAspectRatio='none'%3E%3Cpath d='M0 44 Q83 10 167 44 Q250 78 333 44 Q417 10 500 44 Q583 78 667 44 Q750 10 833 44 Q917 78 1000 44' fill='none' stroke='%2300a6ea' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.why-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-icon {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
  object-position: center;
}

.why-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 14px 0;
  background: radial-gradient(circle at 35% 30%, #2fd1f2 0%, #14b3e3 48%, #00a6ea 100%);
  border: 3px solid rgba(0, 166, 234, 0.9);
  box-shadow: 0 8px 18px rgba(0, 166, 234, 0.28);
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  cursor: default;
  pointer-events: none;
}

.why-caption,
.why-value {
  margin: 12px 0 0;
  color: #34383d;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
}

.why-value span {
  color: #00a6ea;
  font-weight: 700;
}

.why-item-left .why-value {
  text-align: left;
}

.why-item-right .why-value {
  text-align: left;
}

/* Responsive order: shared tablet/phone rules first, then narrower refinements. */
@media (max-width: 1023px) {
  :root {
    --cleaning-anchor-offset: 80px;
  }

  .cleaning-header {
    top: 8px;
    padding: 0 14px;
  }

  .cleaning-header-inner {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    min-height: 56px;
    padding: 10px 16px;
    gap: 10px;
    border-radius: 8px;
    background: #FFFFFF;
  }

  .cleaning-burger {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .cleaning-burger span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: #4a4f54;
  }

  .cleaning-logo {
    justify-self: center;
    margin: 0 auto;
  }

  .cleaning-logo-image {
    width: 132px;
    height: auto;
  }

  .cleaning-nav {
    display: none;
  }

  .cleaning-phone {
    justify-self: end;
    gap: 0;
  }

  .cleaning-phone-text {
    display: none;
  }

  .cleaning-phone-icon-image {
    width: 22px;
    height: 22px;
  }

  .cleaning-mobile-menu-overlay {
    position: fixed;
    top: 8px;
    right: 14px;
    bottom: 0;
    left: 14px;
    z-index: 80;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    background: transparent;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }

  .cleaning-mobile-menu-overlay[hidden] {
    display: none;
  }

  .cleaning-mobile-menu {
    width: 100%;
    max-width: none;
    height: min(calc(100dvh - 8px), 860px);
    border-radius: 8px;
    background: #FFFFFF;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 22px 54px rgba(18, 24, 32, 0.18);
  }

  .cleaning-mobile-menu-head {
    min-height: 74px;
    background: #F3FBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 46px 10px;
  }

  .cleaning-mobile-logo-image {
    display: block;
    width: 142px;
    height: auto;
  }

  .cleaning-mobile-close {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #00a6ea;
    font-size: 44px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }

  .cleaning-mobile-nav {
    padding: 44px 48px 0;
  }

  .cleaning-mobile-nav-list,
  .cleaning-mobile-nav .cleaning-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    row-gap: 38px;
  }

  .cleaning-mobile-nav-list a,
  .cleaning-mobile-nav .cleaning-nav-list a {
    color: #55585c;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
  }

  .cleaning-mobile-phone {
    margin-top: auto;
    padding: 38px 48px 42px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #474b50;
    text-decoration: none;
  }

  .cleaning-mobile-phone-text {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
  }

  .cleaning-footer {
    padding: 24px 0 18px;
  }

  .cleaning-footer-inner {
    width: min(100% - 64px, 620px);
  }

  .cleaning-footer-main {
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  }

  .cleaning-footer-brand,
  .cleaning-footer-main > .cleaning-footer-col:not(:last-child) {
    display: none;
  }

  .cleaning-footer-col {
    margin-top: 0;
    text-align: center;
  }

  .cleaning-footer-col h3 {
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: 1.8px;
  }

  .cleaning-footer-col ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }

  .cleaning-footer-col li {
    display: flex;
    position: relative;
    width: 34px;
    height: 34px;
    font-size: 0;
    line-height: 1;
    gap: 0;
  }

  .cleaning-footer-col li a {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
  }

  .cleaning-footer-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .cleaning-footer-bottom {
    padding-top: 20px;
    text-align: center;
  }

  .cleaning-footer-bottom p {
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
  }

  .cleaning-page-body {
    overflow-x: hidden;
  }

  .cleaning-page-body .container {
    width: min(100% - 32px, 940px);
  }

  .cleaning-page-body .cleaning-footer-inner {
    width: min(100% - 64px, 620px);
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 540px;
  }

  .landing-hero-image-file {
    object-position: center;
  }

  .landing-hero-overlay {
    background: linear-gradient(180deg, rgba(15, 23, 33, 0.66) 0%, rgba(15, 23, 33, 0.4) 56%, rgba(15, 23, 33, 0.06) 82%, rgba(15, 23, 33, 0) 100%);
  }

  .landing-hero-content {
    padding-top: 132px;
  }

  .hero-title {
    max-width: 760px;
    font-size: 42px;
  }

  .hero-subtitle {
    max-width: 680px;
    margin-top: 14px;
    font-size: 26px;
  }

  .hero-btn {
    height: 48px;
    margin-top: 24px;
    padding: 0 28px;
    font-size: 16px;
  }

  .hero-scroll-indicator {
    width: 30px;
    height: 50px;
    margin-top: 28px;
  }

  .hero-scroll-indicator::after {
    top: 12px;
    height: 10px;
  }

  .hero-to-services-fade {
    height: 240px;
  }

  .services-section {
    margin-top: -106px;
    padding: 82px 0 28px;
  }

  .services-section .landing-title,
  .benefits-section .landing-title,
  .gallery-section .landing-title,
  .why-section .landing-title,
  .reviews-section .landing-title,
  .faq-section .landing-title {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.08;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .service-card {
    min-height: 320px;
    padding: 10px 10px 60px;
  }

  .service-card h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.08;
  }

  .service-image-placeholder {
    border-radius: 62px 62px 0 0;
  }

  .service-btn {
    width: min(72%, 210px);
    min-width: 160px;
    height: 48px;
    bottom: 34px;
    border-radius: 10px;
    font-size: 15px;
  }

  .service-more {
    bottom: 10px;
    font-size: 13px;
  }

  .service-popup {
    width: min(100% - 32px, 340px);
    height: auto;
    max-height: min(72dvh, 360px);
  }

  .service-popup-body {
    max-height: calc(min(72dvh, 360px) - 26px);
  }

  .benefits-section {
    padding: 38px 0 28px;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .benefits-icon {
    width: 84px;
    height: 84px;
  }

  .benefits-item h3 {
    margin-top: 8px;
    font-size: 20px;
  }

  .gallery-section {
    padding: 38px 0 24px;
  }

  .gallery-slider {
    touch-action: pan-y;
  }

  .gallery-head {
    gap: 14px;
    margin-bottom: 14px;
  }

  .gallery-nav {
    gap: 8px;
  }

  .gallery-arrow {
    width: 44px;
    height: 44px;
    font-size: 36px;
  }

  .gallery-track {
    gap: 14px;
  }

  .gallery-slide {
    flex-basis: calc(100% - 166px);
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 280px;
    max-height: 420px;
  }

  .gallery-badge {
    top: 10px;
    left: 10px;
    min-width: 70px;
    height: 28px;
    border-radius: 8px;
    font-size: 20px;
  }

  .gallery-dots {
    gap: 12px;
    margin-top: 14px;
  }

  .gallery-dot {
    width: 12px;
    height: 12px;
  }

  .why-section {
    padding: 38px 0;
  }

  .why-scene {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 0;
  }

  .why-wave,
  .why-arrow {
    display: none;
  }

  .why-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    justify-content: start;
    gap: 32px;
    padding: 12px 14px 12px 24px;
    border-radius: 10px;
    background: #F3FBFF;
    text-align: left;
  }

  .why-item-center .why-caption {
    order: 2;
  }

  .why-item-center .why-icon {
    order: 1;
  }

  .why-icon {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
  }

  .why-caption,
  .why-value,
  .why-item-left .why-value,
  .why-item-right .why-value {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    text-align: left;
  }

  .reviews-section {
    padding: 38px 0 24px;
  }

  .reviews-scene {
    max-width: 100%;
    min-height: 1080px;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .reviews-bg,
  .reviews-float,
  .reviews-card {
    position: absolute;
    display: block;
  }

  .reviews-bg {
    left: 50%;
    transform: translateX(-50%);
  }

  .reviews-card {
    left: 50%;
  }

  .reviews-bg-1 {
    top: 36px;
    width: 540px;
  }

  .reviews-bg-2 {
    top: 330px;
    width: 520px;
  }

  .reviews-bg-3 {
    top: 650px;
    width: 500px;
  }

  .reviews-bg-s1 {
    top: 170px;
    left: 12%;
    width: 130px;
    transform: translateX(-50%);
  }

  .reviews-bg-s2 {
    top: 430px;
    left: 88%;
    width: 124px;
    transform: translateX(-50%);
  }

  .reviews-bg-s3 {
    top: 748px;
    left: 14%;
    width: 136px;
    transform: translateX(-50%);
  }

  .reviews-bg-s4 {
    top: 770px;
    left: 88%;
    width: 132px;
    transform: translateX(-50%);
  }

  .reviews-card-1 {
    top: 336px;
    width: 380px;
    transform: translateX(-50%) rotate(-3.8deg);
  }

  .reviews-card-2 {
    top: 20px;
    width: 410px;
    transform: translateX(-50%) rotate(2deg);
  }

  .reviews-card-3 {
    top: 760px;
    width: 420px;
    transform: translateX(-50%) rotate(-2.4deg);
  }

  .reviews-card-4 {
    top: 560px;
    width: 380px;
    transform: translateX(-50%) rotate(-4.2deg);
  }

  .reviews-float-1 {
    width: 76px;
    left: 20%;
    top: 17%;
  }

  .reviews-float-2 {
    width: 82px;
    left: 80%;
    top: 69%;
  }

  .reviews-float-3 {
    width: 66px;
    left: 94%;
    top: 78%;
  }

  .reviews-float-4 {
    width: 64px;
    left: 76%;
    top: 31%;
  }

  .reviews-float-5 {
    width: 66px;
    left: 7%;
    top: 78%;
  }

  .faq-section {
    padding: 38px 0 46px;
  }

  .faq-wrap {
    max-width: 900px;
  }

  .faq-item {
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .faq-question {
    gap: 12px;
    padding: 16px 18px;
    font-size: 23px;
  }

  .faq-question span {
    font-size: 32px;
  }

  .faq-answer {
    margin: 0 18px 16px;
    padding: 14px 16px;
  }

  .faq-answer p,
  .faq-answer li {
    font-size: 14px;
  }

  .landing-order {
    padding: 26px 0;
    background: #F3FBFF;
  }

  .cleaning-page-body .order-grid {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 520px;
    align-items: center;
    justify-content: center;
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    padding: 34px 0;
    box-sizing: border-box;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .order-card {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 80px), 500px);
    max-width: none;
    margin: 0 auto;
    padding: 22px 20px 18px;
    border-radius: 10px;
  }

  .order-card h2 {
    margin-bottom: 14px;
    font-size: 42px;
  }

  .order-card label {
    margin-bottom: 12px;
  }

  .order-card input,
  .order-card textarea {
    padding: 11px 12px;
    font-size: 17px;
  }

  .order-card textarea {
    min-height: 92px;
  }

  .order-card .landing-btn {
    width: min(100%, 230px);
    height: 46px;
    margin: 8px auto 12px;
    border-radius: 10px;
    font-size: 17px;
  }

  .order-note {
    font-size: 10px;
  }

  .order-photo {
    position: absolute;
    top: 82px;
    right: 0;
    bottom: 82px;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 0;
    z-index: 1;
  }

  .order-photo-image {
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  :root {
    --cleaning-anchor-offset: 68px;
  }

  .cleaning-header {
    padding: 0 10px;
  }

  .cleaning-header-inner {
    grid-template-columns: 32px 1fr 32px;
    min-height: 48px;
    padding: 8px 14px;
    gap: 8px;
  }

  .cleaning-burger {
    width: 32px;
    height: 32px;
  }

  .cleaning-burger span {
    width: 30px;
  }

  .cleaning-logo-image {
    width: 115px;
  }

  .cleaning-phone-icon-image {
    width: 20px;
    height: 20px;
  }

  .cleaning-mobile-menu-overlay {
    right: 10px;
    left: 10px;
  }

  .cleaning-mobile-menu {
    height: min(calc(100dvh - 8px), 800px);
    box-shadow: 0 20px 48px rgba(18, 24, 32, 0.18);
  }

  .cleaning-mobile-menu-head {
    min-height: 66px;
    padding: 10px 40px 8px;
  }

  .cleaning-mobile-logo-image {
    width: 124px;
  }

  .cleaning-mobile-close {
    width: 30px;
    height: 30px;
    font-size: 42px;
  }

  .cleaning-mobile-nav {
    padding: 38px 38px 0;
  }

  .cleaning-mobile-nav-list,
  .cleaning-mobile-nav .cleaning-nav-list {
    row-gap: 34px;
  }

  .cleaning-mobile-nav-list a,
  .cleaning-mobile-nav .cleaning-nav-list a {
    font-size: 24px;
  }

  .cleaning-mobile-phone {
    padding: 34px 38px 36px;
  }

  .cleaning-mobile-phone-text {
    font-size: 30px;
  }

  .cleaning-footer {
    padding: 18px 0 14px;
  }

  .cleaning-footer-main {
    padding-bottom: 20px;
  }

  .cleaning-footer-col h3 {
    margin-bottom: 18px;
    font-size: 25px;
    letter-spacing: 1.5px;
  }

  .cleaning-footer-col ul {
    gap: 28px;
  }

  .cleaning-footer-col li {
    width: 28px;
    height: 28px;
  }

  .cleaning-footer-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .cleaning-footer-bottom {
    padding-top: 16px;
  }

  .cleaning-footer-bottom p {
    font-size: 16px;
  }

  .cleaning-page-body .container {
    width: min(100% - 24px, 560px);
  }

  .cleaning-page-body .cleaning-footer-inner {
    width: min(100% - 40px, 480px);
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 430px;
  }

  .landing-hero-content {
    padding-top: 96px;
  }

  .hero-title {
    max-width: 430px;
    font-size: 30px;
  }

  .hero-subtitle {
    max-width: 390px;
    margin-top: 10px;
    font-size: 18px;
  }

  .hero-btn {
    height: 42px;
    margin-top: 18px;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 14px;
  }

  .hero-scroll-indicator {
    width: 24px;
    height: 40px;
    margin-top: 18px;
    border-width: 1px;
  }

  .hero-scroll-indicator::after {
    top: 10px;
    width: 3px;
    height: 8px;
  }

  .hero-to-services-fade {
    height: 170px;
  }

  .services-section {
    margin-top: -78px;
    padding: 58px 0 24px;
  }

  .services-section .landing-title,
  .benefits-section .landing-title,
  .gallery-section .landing-title,
  .why-section .landing-title,
  .reviews-section .landing-title,
  .faq-section .landing-title {
    font-size: 30px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-card {
    min-height: 310px;
    padding: 10px 10px 58px;
  }

  .service-card h3 {
    font-size: 23px;
  }

  .service-image-placeholder {
    border-radius: 56px 56px 0 0;
  }

  .service-btn {
    width: min(68%, 210px);
    min-width: 156px;
    height: 44px;
    bottom: 33px;
  }

  .benefits-section {
    padding: 32px 0 24px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  .benefits-item:last-child {
    grid-column: 1 / -1;
  }

  .benefits-icon {
    width: 72px;
    height: 72px;
  }

  .benefits-item h3 {
    font-size: 17px;
  }

  .gallery-section {
    padding: 32px 0 22px;
  }

  .gallery-head {
    align-items: flex-start;
    gap: 10px;
  }

  .gallery-arrow {
    width: 34px;
    height: 34px;
    font-size: 28px;
  }

  .gallery-track {
    gap: 10px;
  }

  .gallery-slide {
    flex-basis: 100%;
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 220px;
    max-height: 300px;
  }

  .gallery-badge {
    top: 8px;
    left: 8px;
    min-width: 54px;
    height: 22px;
    border-radius: 7px;
    font-size: 16px;
  }

  .why-section {
    padding: 32px 0;
  }

  .why-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    padding: 10px 12px 10px 16px;
  }

  .why-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .why-caption,
  .why-value,
  .why-item-left .why-value,
  .why-item-right .why-value {
    font-size: 22px;
  }

  .reviews-section {
    padding: 32px 0 18px;
  }

  .reviews-scene {
    min-height: 920px;
  }

  .reviews-bg-1,
  .reviews-bg-2,
  .reviews-bg-3 {
    width: min(118vw, 410px);
  }

  .reviews-bg-1 {
    top: 24px;
  }

  .reviews-bg-2 {
    top: 310px;
  }

  .reviews-bg-3 {
    top: 610px;
  }

  .reviews-bg-s1,
  .reviews-bg-s2,
  .reviews-bg-s3,
  .reviews-bg-s4 {
    width: 92px;
  }

  .reviews-bg-s1 {
    top: 150px;
    left: 12%;
  }

  .reviews-bg-s2 {
    top: 396px;
    left: 88%;
  }

  .reviews-bg-s3 {
    top: 650px;
    left: 13%;
  }

  .reviews-bg-s4 {
    top: 705px;
    left: 88%;
  }

  .reviews-card-1,
  .reviews-card-2,
  .reviews-card-3,
  .reviews-card-4 {
    width: min(86vw, 330px);
  }

  .reviews-card-2 {
    top: 12px;
  }

  .reviews-card-1 {
    top: 300px;
  }

  .reviews-card-4 {
    top: 490px;
  }

  .reviews-card-3 {
    top: 640px;
  }

  .reviews-float-1 {
    width: 54px;
    left: 13%;
    top: 3%;
  }

  .reviews-float-2 {
    width: 58px;
    left: 86%;
    top: 70%;
  }

  .reviews-float-3 {
    width: 46px;
    left: 92%;
    top: 82%;
  }

  .reviews-float-4 {
    width: 48px;
    left: 82%;
    top: 34%;
  }

  .reviews-float-5 {
    width: 48px;
    left: 9%;
    top: 71%;
  }

  .faq-section {
    padding: 32px 0 40px;
  }

  .faq-question {
    padding: 14px;
    font-size: 18px;
  }

  .faq-question span {
    font-size: 28px;
  }

  .faq-answer {
    margin: 0 14px 14px;
    padding: 12px 14px;
  }

  .faq-answer p,
  .faq-answer li {
    font-size: 13px;
  }

  .landing-order {
    padding: 22px 0;
  }

  .cleaning-page-body .order-grid {
    min-height: 500px;
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    padding: 30px 0;
    transform: translateX(-50%);
  }

  .order-card {
    max-width: none;
    width: min(calc(100% - 32px), 430px);
    padding: 18px 16px 16px;
  }

  .order-card h2 {
    font-size: 34px;
  }

  .order-card input,
  .order-card textarea {
    padding: 10px 11px;
    font-size: 15px;
  }

  .order-card textarea {
    min-height: 86px;
  }

  .order-card .landing-btn {
    width: min(100%, 220px);
    height: 44px;
    font-size: 15px;
  }

  .order-photo {
    top: 82px;
    bottom: 82px;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 359px) {
  .cleaning-page-body .container {
    width: min(100% - 20px, 340px);
  }

  .cleaning-page-body .cleaning-footer-inner {
    width: min(100% - 32px, 340px);
  }

  .cleaning-header {
    padding: 0 8px;
  }

  .cleaning-header-inner {
    min-height: 44px;
    grid-template-columns: 30px 1fr 30px;
    padding: 7px 10px;
  }

  .cleaning-burger,
  .cleaning-phone {
    width: 30px;
  }

  .cleaning-burger span {
    width: 27px;
  }

  .cleaning-logo-image {
    width: 104px;
  }

  .cleaning-mobile-menu {
    max-width: none;
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 400px;
  }

  .landing-hero-content {
    padding-top: 86px;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .services-section .landing-title,
  .benefits-section .landing-title,
  .gallery-section .landing-title,
  .why-section .landing-title,
  .reviews-section .landing-title,
  .faq-section .landing-title {
    font-size: 27px;
  }

  .service-card {
    min-height: 286px;
  }

  .service-card h3 {
    font-size: 20px;
  }

  .benefits-icon {
    width: 64px;
    height: 64px;
  }

  .benefits-item h3 {
    font-size: 15px;
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 190px;
  }

  .why-caption,
  .why-value,
  .why-item-left .why-value,
  .why-item-right .why-value {
    font-size: 19px;
  }

  .reviews-scene {
    min-height: 820px;
  }

  .reviews-bg-1,
  .reviews-bg-2,
  .reviews-bg-3 {
    width: min(120vw, 370px);
  }

  .reviews-bg-1 {
    top: 20px;
  }

  .reviews-bg-2 {
    top: 280px;
  }

  .reviews-bg-3 {
    top: 540px;
  }

  .reviews-bg-s1,
  .reviews-bg-s2,
  .reviews-bg-s3,
  .reviews-bg-s4 {
    width: 78px;
  }

  .reviews-bg-s1 {
    top: 132px;
    left: 11%;
  }

  .reviews-bg-s2 {
    top: 346px;
    left: 89%;
  }

  .reviews-bg-s3 {
    top: 574px;
    left: 12%;
  }

  .reviews-bg-s4 {
    top: 632px;
    left: 89%;
  }

  .reviews-card-1,
  .reviews-card-2,
  .reviews-card-3,
  .reviews-card-4 {
    width: min(86vw, 300px);
  }

  .reviews-card-2 {
    top: 8px;
  }

  .reviews-card-1 {
    top: 264px;
  }

  .reviews-card-4 {
    top: 430px;
  }

  .reviews-card-3 {
    top: 570px;
  }

  .reviews-float-1 {
    width: 46px;
    left: 12%;
    top: 3%;
  }

  .reviews-float-2 {
    width: 50px;
    left: 87%;
    top: 68%;
  }

  .reviews-float-3 {
    width: 40px;
    left: 92%;
    top: 81%;
  }

  .reviews-float-4 {
    width: 42px;
    left: 83%;
    top: 34%;
  }

  .reviews-float-5 {
    width: 42px;
    left: 9%;
    top: 69%;
  }

  .faq-question {
    font-size: 16px;
  }

  .order-card h2 {
    font-size: 30px;
  }

  .order-card .landing-btn {
    font-size: 14px;
  }

  .cleaning-footer-col h3 {
    font-size: 22px;
  }

  .cleaning-footer-col ul {
    gap: 24px;
  }

  .cleaning-footer-bottom p {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .cleaning-page-body .container {
    width: min(100% - 32px, 680px);
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 480px;
  }

  .landing-hero-content {
    padding-top: 108px;
  }

  .hero-title {
    max-width: 540px;
    font-size: 34px;
  }

  .hero-subtitle {
    max-width: 500px;
    font-size: 21px;
  }

  .services-section .landing-title,
  .benefits-section .landing-title,
  .gallery-section .landing-title,
  .why-section .landing-title,
  .reviews-section .landing-title,
  .faq-section .landing-title {
    font-size: 34px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    min-height: 280px;
  }

  .service-card h3 {
    font-size: 19px;
  }

  .service-btn {
    min-width: 132px;
    height: 40px;
    font-size: 14px;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefits-item:last-child {
    grid-column: auto;
  }

  .gallery-slide {
    flex-basis: calc(100% - 118px);
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 260px;
    max-height: 340px;
  }

  .reviews-scene {
    min-height: 1040px;
  }

  .reviews-bg-1,
  .reviews-bg-2,
  .reviews-bg-3 {
    width: min(112vw, 520px);
  }

  .reviews-bg-1 {
    top: 28px;
  }

  .reviews-bg-2 {
    top: 350px;
  }

  .reviews-bg-3 {
    top: 690px;
  }

  .reviews-bg-s1,
  .reviews-bg-s2,
  .reviews-bg-s3,
  .reviews-bg-s4 {
    width: 110px;
  }

  .reviews-bg-s1 {
    top: 172px;
    left: 12%;
  }

  .reviews-bg-s2 {
    top: 450px;
    left: 88%;
  }

  .reviews-bg-s3 {
    top: 730px;
    left: 13%;
  }

  .reviews-bg-s4 {
    top: 790px;
    left: 88%;
  }

  .reviews-card-1,
  .reviews-card-2,
  .reviews-card-3,
  .reviews-card-4 {
    width: min(78vw, 380px);
  }

  .reviews-card-2 {
    top: 16px;
  }

  .reviews-card-1 {
    top: 330px;
  }

  .reviews-card-4 {
    top: 545px;
  }

  .reviews-card-3 {
    top: 715px;
  }

  .reviews-float-1 {
    width: 60px;
    left: 13%;
    top: 3%;
  }

  .reviews-float-2 {
    width: 65px;
    left: 86%;
    top: 70%;
  }

  .reviews-float-3 {
    width: 52px;
    left: 92%;
    top: 82%;
  }

  .reviews-float-4 {
    width: 54px;
    left: 82%;
    top: 34%;
  }

  .reviews-float-5 {
    width: 54px;
    left: 9%;
    top: 71%;
  }

  .order-photo {
    top: 82px;
    bottom: 82px;
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .landing-hero,
  .landing-hero-content {
    min-height: 520px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .service-card {
    min-height: 300px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 260px;
  }

  .reviews-scene {
    min-height: 1210px;
  }

  .reviews-bg-1,
  .reviews-bg-2,
  .reviews-bg-3 {
    width: 560px;
  }

  .reviews-bg-1 {
    top: 34px;
  }

  .reviews-bg-2 {
    top: 392px;
  }

  .reviews-bg-3 {
    top: 780px;
  }

  .reviews-bg-s1,
  .reviews-bg-s2,
  .reviews-bg-s3,
  .reviews-bg-s4 {
    width: 124px;
  }

  .reviews-bg-s1 {
    top: 198px;
    left: 12%;
  }

  .reviews-bg-s2 {
    top: 510px;
    left: 88%;
  }

  .reviews-bg-s3 {
    top: 824px;
    left: 13%;
  }

  .reviews-bg-s4 {
    top: 900px;
    left: 88%;
  }

  .reviews-card-1,
  .reviews-card-4 {
    width: 410px;
  }

  .reviews-card-2,
  .reviews-card-3 {
    width: 430px;
  }

  .reviews-card-2 {
    top: 20px;
  }

  .reviews-card-1 {
    top: 378px;
  }

  .reviews-card-4 {
    top: 620px;
  }

  .reviews-card-3 {
    top: 820px;
  }

  .reviews-float-1 {
    width: 70px;
    left: 14%;
    top: 4%;
  }

  .reviews-float-2 {
    width: 76px;
    left: 84%;
    top: 70%;
  }

  .reviews-float-3 {
    width: 60px;
    left: 92%;
    top: 82%;
  }

  .reviews-float-4 {
    width: 62px;
    left: 80%;
    top: 34%;
  }

  .reviews-float-5 {
    width: 62px;
    left: 9%;
    top: 71%;
  }

  .order-card h2 {
    font-size: 38px;
  }
}

@media (min-width: 900px) and (max-width: 1023px) {
  .cleaning-page-body .container {
    width: min(100% - 40px, 980px);
  }

  .cleaning-page-body .cleaning-footer-inner {
    width: min(100% - 64px, 620px);
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 580px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-subtitle {
    font-size: 28px;
  }

  .services-section .landing-title,
  .benefits-section .landing-title,
  .gallery-section .landing-title,
  .why-section .landing-title,
  .reviews-section .landing-title,
  .faq-section .landing-title {
    font-size: 42px;
  }

  .services-grid {
    gap: 16px;
  }

  .service-card {
    min-height: 340px;
  }

  .service-card h3 {
    font-size: 26px;
  }

  .benefits-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gallery-slide {
    flex-basis: calc(100% - 198px);
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 310px;
    max-height: 460px;
  }

  .reviews-scene {
    min-height: 1280px;
  }

  .reviews-bg-1,
  .reviews-bg-2,
  .reviews-bg-3 {
    width: 620px;
  }

  .reviews-bg-1 {
    top: 38px;
  }

  .reviews-bg-2 {
    top: 420px;
  }

  .reviews-bg-3 {
    top: 830px;
  }

  .reviews-bg-s1,
  .reviews-bg-s2,
  .reviews-bg-s3,
  .reviews-bg-s4 {
    width: 138px;
  }

  .reviews-bg-s1 {
    top: 214px;
    left: 12%;
  }

  .reviews-bg-s2 {
    top: 548px;
    left: 88%;
  }

  .reviews-bg-s3 {
    top: 880px;
    left: 14%;
  }

  .reviews-bg-s4 {
    top: 962px;
    left: 88%;
  }

  .reviews-card-1,
  .reviews-card-4 {
    width: 440px;
  }

  .reviews-card-2,
  .reviews-card-3 {
    width: 470px;
  }

  .reviews-card-2 {
    top: 20px;
  }

  .reviews-card-1 {
    top: 404px;
  }

  .reviews-card-4 {
    top: 655px;
  }

  .reviews-card-3 {
    top: 865px;
  }

  .reviews-float-1 {
    width: 78px;
    left: 15%;
    top: 4%;
  }

  .reviews-float-2 {
    width: 84px;
    left: 83%;
    top: 70%;
  }

  .reviews-float-3 {
    width: 66px;
    left: 91%;
    top: 82%;
  }

  .reviews-float-4 {
    width: 68px;
    left: 79%;
    top: 34%;
  }

  .reviews-float-5 {
    width: 68px;
    left: 9%;
    top: 71%;
  }

  .faq-question {
    font-size: 25px;
  }

  .order-card h2 {
    font-size: 46px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cleaning-page-body .container {
    max-width: 996px;
    width: calc(100% - 48px);
    width: min(100% - 48px, 996px);
  }

  .cleaning-header-inner {
    gap: 10px;
  }

  .cleaning-nav-list {
    gap: 9px;
  }

  .cleaning-nav-list a {
    font-size: 12px;
  }

  .cleaning-logo-image {
    width: 130px;
    height: 52px;
  }

  .cleaning-nav-list li::after {
    bottom: -10px;
  }

  .cleaning-phone {
    gap: 6px;
  }

  .cleaning-phone-icon {
    font-size: 14px;
  }

  .cleaning-phone-text {
    font-size: 12px;
  }

  .faq-wrap {
    max-width: 980px;
  }

  .faq-section {
    padding: 40px 0 52px;
  }

  .faq-section .landing-title {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .faq-item {
    margin-bottom: 10px;
  }

  .faq-question {
    font-size: 18px;
    padding: 14px 16px;
  }

  .faq-question span {
    font-size: 24px;
  }

  .faq-answer {
    margin: 0 16px 14px;
    padding: 12px 14px;
  }

  .cleaning-footer {
    padding: 0 0 14px;
  }

  .cleaning-footer-inner {
    max-width: 980px;
  }

  .cleaning-footer-main {
    grid-template-columns: 96px 1fr 1fr 1fr;
    gap: 14px;
    padding-bottom: 12px;
  }

  .cleaning-footer-brand {
    padding: 12px 10px 10px;
  }

  .cleaning-footer-col {
    margin-top: 12px;
  }

  .cleaning-footer-col h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .cleaning-footer-col ul {
    gap: 6px;
  }

  .cleaning-footer-col li {
    font-size: 12px;
    gap: 6px;
  }

  .cleaning-footer-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .cleaning-footer-logo-image {
    width: 68px;
  }

  .cleaning-footer-bottom {
    padding-top: 8px;
  }

  .cleaning-footer-bottom p {
    font-size: 11px;
  }

  .order-grid {
    min-height: 280px;
  }

  .order-photo {
    min-height: 280px;
  }

  .order-card {
    width: 284px;
    margin: 0 0 0 14px;
    padding: 14px 14px 12px;
  }

  .order-card h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .order-card label {
    margin-bottom: 10px;
  }

  .order-card input,
  .order-card textarea {
    font-size: 12px;
    padding: 8px 9px;
  }

  .order-card textarea {
    min-height: 64px;
  }

  .order-card .landing-btn {
    width: 164px;
    height: 34px;
    margin: 6px auto 10px;
    font-size: 12px;
    border-radius: 8px;
  }

  .order-note {
    font-size: 9px;
  }

  .calc-section {
    padding: 40px 0 30px;
  }

  .calc-section .container {
    padding: 16px 14px 14px;
  }

  .calc-section .landing-title {
    font-size: 31px;
  }

  .calc-note-bar {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .calc-layout {
    grid-template-columns: 1fr 220px;
    gap: 10px;
  }

  .calc-row {
    margin-bottom: 14px;
  }

  .calc-row h3 {
    font-size: 20px;
  }

  .calc-options-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
  }

  .calc-options-inline label {
    font-size: 12px;
  }

  .calc-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .calc-type-card {
    min-height: 48px;
    font-size: 12px;
  }

  .calc-area-value {
    font-size: 22px;
  }

  .calc-range-row span {
    font-size: 12px;
  }

  .calc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .calc-service-item {
    padding: 8px;
  }

  .calc-service-item label {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .calc-qty > span {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .calc-qty > div {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 4px;
    align-items: center;
    width: 100%;
  }

  .calc-qty button,
  .calc-qty input {
    height: 26px;
    font-size: 12px;
  }

  .calc-qty input {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .calc-summary {
    padding: 10px;
  }

  .calc-summary h3 {
    font-size: 24px;
  }

  .calc-summary h4 {
    font-size: 16px;
  }

  .calc-summary-list {
    font-size: 13px;
  }

  .calc-time-title,
  .calc-total-title {
    font-size: 16px;
  }

  .calc-time-value {
    font-size: 14px;
  }

  .calc-total-value {
    font-size: 24px;
  }

  .calc-summary-note {
    font-size: 11px;
  }

  .calc-summary .landing-btn {
    height: 40px;
    font-size: 14px;
  }

  .gallery-section {
    padding: 28px 0 16px;
  }

  .gallery-section .landing-title {
    font-size: 30px;
  }

  .gallery-head {
    margin-bottom: 10px;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 32px;
  }

  .gallery-track {
    gap: 10px;
  }

  .gallery-slide {
    flex-basis: calc(100% - 154px);
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 224px;
    max-height: 500px;
  }

  .gallery-badge {
    top: 8px;
    left: 8px;
    min-width: 62px;
    height: 22px;
    font-size: 16px;
    border-radius: 7px;
  }

  .gallery-dots {
    gap: 12px;
    margin-top: 10px;
  }

  .gallery-dot {
    width: 10px;
    height: 10px;
  }

  .why-section {
    padding: 30px 0 34px;
  }

  .why-section .landing-title {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .why-scene {
    min-height: 214px;
    gap: 12px;
    padding-top: 12px;
  }

  .why-wave-back {
    top: 89px;
    height: 38px;
  }

  .why-wave-front {
    top: 91px;
    height: 38px;
  }

  .why-icon {
    width: 66px;
    height: 66px;
  }

  .why-arrow {
    width: 30px;
    height: 30px;
    margin: 6px 0;
    font-size: 20px;
    border-width: 2px;
  }

  .why-caption,
  .why-value {
    margin-top: 6px;
    font-size: 21px;
  }

  .benefits-section {
    padding: 36px 0 20px;
  }

  .benefits-section .landing-title {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .benefits-grid {
    gap: 10px;
  }

  .benefits-icon {
    width: 74px;
    height: 74px;
  }

  .benefits-item h3 {
    margin-top: 4px;
    font-size: 14px;
  }

  .reviews-section .landing-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .reviews-bg-1 {
    width: 337px;
  }

  .reviews-bg-2 {
    width: 323px;
  }

  .reviews-bg-3 {
    width: 305px;
  }

  .reviews-bg-s1 {
    width: 86px;
  }

  .reviews-bg-s2 {
    width: 84px;
  }

  .reviews-bg-s3 {
    width: 91px;
  }

  .reviews-bg-s4 {
    width: 89px;
  }

  .reviews-card-1 {
    width: 243px;
  }

  .reviews-card-2,
  .reviews-card-3 {
    width: 225px;
  }

  .reviews-card-4 {
    width: 255px;
  }

  .reviews-float-1 {
    width: 55px;
  }

  .reviews-float-2 {
    width: 61px;
  }

  .reviews-float-3 {
    width: 50px;
  }

  .reviews-float-4 {
    width: 46px;
  }

  .reviews-float-5 {
    width: 48px;
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 400px;
  }

  .landing-hero-content {
    padding-top: 104px;
  }

  .hero-title {
    font-size: 25px;
  }

  .hero-subtitle {
    margin-top: 12px;
    font-size: 16px;
  }

  .hero-btn {
    margin-top: 18px;
    height: 42px;
    font-size: 14px;
  }

  .hero-scroll-indicator {
    margin-top: 20px;
    width: 26px;
    height: 44px;
  }

  .hero-to-services-fade {
    height: 196px;
  }

  .services-section {
    padding-top: 35px;
  }

  .services-section .landing-title {
    font-size: 30px;
  }

  .services-grid {
    gap: 8px;
  }

  .service-card {
    padding: 8px 8px 50px;
    min-height: 244px;
  }

  .service-card h3 {
    margin-bottom: 8px;
    color: #484848;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
  }

  .service-image-placeholder {
    height: 80%;
    border-radius: 44px 44px 0 0;
    font-size: 12px;
  }

  .service-btn {
    width: clamp(132px, 56%, 178px);
    min-width: 132px;
    height: 42px;
    bottom: 30px;
    font-size: 16px;
    line-height: 19px;
    border-radius: 8px;
  }

  .service-more {
    bottom: 8px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    font-size: 11px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .cleaning-page-body .container {
    max-width: 1148px;
    width: calc(100% - 64px);
    width: min(100% - 64px, 1148px);
  }

  .cleaning-header-inner {
    gap: 16px;
  }

  .cleaning-nav-list {
    gap: 12px;
  }

  .cleaning-nav-list a {
    font-size: 14px;
  }

  .cleaning-logo-image {
    width: 145px;
    height: 58px;
  }

  .cleaning-nav-list li::after {
    bottom: -11px;
  }

  .cleaning-phone {
    gap: 8px;
  }

  .cleaning-phone-icon {
    font-size: 16px;
  }

  .cleaning-phone-text {
    font-size: 14px;
  }

  .faq-wrap {
    max-width: 1120px;
  }

  .faq-section {
    padding: 48px 0 62px;
  }

  .faq-section .landing-title {
    font-size: 32px;
  }

  .faq-question {
    font-size: 22px;
    padding: 16px 18px;
  }

  .faq-question span {
    font-size: 30px;
  }

  .faq-answer {
    margin: 0 18px 16px;
    padding: 14px 16px;
  }

  .cleaning-footer-inner {
    max-width: 1120px;
  }

  .cleaning-footer-main {
    grid-template-columns: 128px 1fr 1fr 1fr;
    gap: 18px;
  }

  .cleaning-footer-brand {
    padding: 14px 10px 10px;
  }

  .cleaning-footer-col {
    margin-top: 14px;
  }

  .cleaning-footer-col h3 {
    font-size: 22px;
  }

  .cleaning-footer-col li {
    font-size: 14px;
    gap: 8px;
  }

  .cleaning-footer-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .cleaning-footer-logo-image {
    width: 82px;
  }

  .cleaning-footer-bottom p {
    font-size: 12px;
  }

  .order-grid {
    min-height: 310px;
  }

  .order-photo {
    min-height: 310px;
  }

  .order-card {
    width: 320px;
    margin: 0 0 0 20px;
    padding: 16px 16px 14px;
  }

  .order-card h2 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .order-card input,
  .order-card textarea {
    font-size: 14px;
    padding: 8px 10px;
  }

  .order-card textarea {
    min-height: 78px;
  }

  .order-card .landing-btn {
    width: 186px;
    height: 38px;
    font-size: 14px;
    border-radius: 8px;
  }

  .order-note {
    font-size: 10px;
  }

  .calc-section .landing-title {
    font-size: 38px;
  }

  .calc-note-bar {
    font-size: 18px;
  }

  .calc-layout {
    grid-template-columns: 1fr 235px;
  }

  .calc-row h3 {
    font-size: 26px;
  }

  .calc-options-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .calc-options-inline label {
    font-size: 13px;
  }

  .calc-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calc-type-card {
    min-height: 56px;
    font-size: 13px;
  }

  .calc-area-value {
    font-size: 26px;
  }

  .calc-range-row span {
    font-size: 15px;
  }

  .calc-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .calc-service-item label {
    font-size: 12px;
  }

  .calc-qty > span {
    font-size: 11px;
  }

  .calc-summary h3 {
    font-size: 28px;
  }

  .calc-summary h4 {
    font-size: 19px;
  }

  .calc-summary-list {
    font-size: 16px;
  }

  .calc-time-title,
  .calc-total-title {
    font-size: 18px;
  }

  .calc-time-value {
    font-size: 16px;
  }

  .calc-total-value {
    font-size: 26px;
  }

  .gallery-section {
    padding: 36px 0 18px;
  }

  .gallery-section .landing-title {
    font-size: 36px;
  }

  .gallery-head {
    margin-bottom: 12px;
  }

  .gallery-arrow {
    width: 46px;
    height: 46px;
    font-size: 38px;
  }

  .gallery-track {
    gap: 12px;
  }

  .gallery-slide {
    flex-basis: calc(100% - 178px);
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 272px;
    max-height: 500px;
  }

  .gallery-badge {
    top: 10px;
    left: 10px;
    min-width: 72px;
    height: 26px;
    font-size: 19px;
    border-radius: 8px;
  }

  .gallery-dot {
    width: 12px;
    height: 12px;
  }

  .why-section {
    padding: 40px 0 42px;
  }

  .why-section .landing-title {
    margin-bottom: 14px;
    font-size: 36px;
  }

  .why-scene {
    min-height: 244px;
    gap: 16px;
  }

  .why-wave-back {
    top: 102px;
    height: 44px;
  }

  .why-wave-front {
    top: 105px;
    height: 44px;
  }

  .why-icon {
    width: 80px;
    height: 80px;
  }

  .why-arrow {
    width: 36px;
    height: 36px;
    margin: 8px 0;
    font-size: 24px;
    border-width: 2px;
  }

  .why-caption,
  .why-value {
    margin-top: 8px;
    font-size: 28px;
  }

  .benefits-section {
    padding: 44px 0 26px;
  }

  .benefits-section .landing-title {
    margin-bottom: 14px;
    font-size: 36px;
  }

  .benefits-grid {
    gap: 12px;
  }

  .benefits-icon {
    width: 88px;
    height: 88px;
  }

  .benefits-item h3 {
    margin-top: 6px;
    font-size: 18px;
  }

  .reviews-section .landing-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .reviews-bg-1 {
    width: 400px;
  }

  .reviews-bg-2 {
    width: 384px;
  }

  .reviews-bg-3 {
    width: 362px;
  }

  .reviews-bg-s1 {
    width: 102px;
  }

  .reviews-bg-s2 {
    width: 100px;
  }

  .reviews-bg-s3 {
    width: 107px;
  }

  .reviews-bg-s4 {
    width: 105px;
  }

  .reviews-card-1 {
    width: 289px;
  }

  .reviews-card-2,
  .reviews-card-3 {
    width: 271px;
  }

  .reviews-card-4 {
    width: 303px;
  }

  .reviews-float-1 {
    width: 66px;
  }

  .reviews-float-2 {
    width: 73px;
  }

  .reviews-float-3 {
    width: 59px;
  }

  .reviews-float-4 {
    width: 53px;
  }

  .reviews-float-5 {
    width: 57px;
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 470px;
  }

  .landing-hero-content {
    padding-top: 120px;
  }

  .hero-title {
    font-size: 31px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-scroll-indicator {
    margin-top: 30px;
    width: 30px;
    height: 50px;
  }

  .hero-to-services-fade {
    height: 236px;
  }

  .services-section {
    padding-top: 42px;
  }

  .services-section .landing-title {
    font-size: 36px;
  }

  .service-card {
    padding: 10px 10px 58px;
    min-height: 292px;
  }

  .service-card h3 {
    color: #484848;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
  }

  .service-image-placeholder {
    height: 80%;
    border-radius: 56px 56px 0 0;
    font-size: 14px;
  }

  .service-btn {
    width: clamp(156px, 58%, 212px);
    min-width: 156px;
    height: 50px;
    bottom: 34px;
    font-size: 16px;
    line-height: 19px;
    border-radius: 10px;
  }

  .service-more {
    bottom: 10px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    font-size: 12px;
  }
}

@media (min-width: 1366px) and (max-width: 1599px) {
  .cleaning-page-body .container {
    max-width: 1316px;
    width: calc(100% - 80px);
    width: min(100% - 80px, 1316px);
  }

  .cleaning-header-inner {
    gap: 24px;
  }

  .cleaning-nav-list {
    gap: 22px;
  }

  .cleaning-nav-list a {
    font-size: 16px;
  }

  .cleaning-logo-image {
    width: 165px;
    height: 66px;
  }

  .cleaning-nav-list li::after {
    bottom: -13px;
  }

  .cleaning-phone {
    gap: 10px;
  }

  .cleaning-phone-icon {
    font-size: 18px;
  }

  .cleaning-phone-text {
    font-size: 17px;
  }

  .faq-wrap {
    max-width: 1280px;
  }

  .faq-section .landing-title {
    font-size: 40px;
  }

  .faq-question {
    font-size: 28px;
    padding: 18px 20px;
  }

  .faq-question span {
    font-size: 36px;
  }

  .cleaning-footer-inner {
    max-width: 1280px;
  }

  .cleaning-footer-main {
    grid-template-columns: 160px 1fr 1fr 1fr;
    gap: 24px;
  }

  .cleaning-footer-brand {
    padding: 16px 10px 10px;
  }

  .cleaning-footer-col {
    margin-top: 16px;
  }

  .cleaning-footer-col h3 {
    font-size: 28px;
  }

  .cleaning-footer-col li {
    font-size: 17px;
    gap: 10px;
  }

  .cleaning-footer-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .cleaning-footer-logo-image {
    width: 96px;
  }

  .cleaning-footer-bottom p {
    font-size: 14px;
  }

  .order-grid {
    min-height: 340px;
  }

  .order-photo {
    min-height: 340px;
  }

  .order-card {
    width: 360px;
    margin: 0 0 0 28px;
    padding: 20px 20px 18px;
  }

  .order-card h2 {
    margin-bottom: 14px;
    font-size: 46px;
  }

  .order-card input,
  .order-card textarea {
    font-size: 16px;
    padding: 10px 12px;
  }

  .order-card textarea {
    min-height: 92px;
  }

  .order-card .landing-btn {
    width: 210px;
    height: 42px;
    font-size: 16px;
    border-radius: 10px;
  }

  .calc-section .container {
    padding: 24px 18px 20px;
  }

  .calc-section .landing-title {
    font-size: 46px;
  }

  .calc-note-bar {
    font-size: 22px;
  }

  .calc-layout {
    grid-template-columns: 1fr 270px;
  }

  .calc-row h3 {
    font-size: 31px;
  }

  .calc-options-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .calc-options-inline label {
    font-size: 15px;
  }

  .calc-type-card {
    min-height: 62px;
    font-size: 15px;
  }

  .calc-area-value {
    font-size: 32px;
  }

  .calc-range-row span {
    font-size: 18px;
  }

  .calc-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .calc-service-item label {
    font-size: 13px;
  }

  .calc-qty > span {
    font-size: 12px;
  }

  .calc-summary h3 {
    font-size: 34px;
  }

  .calc-summary h4 {
    font-size: 24px;
  }

  .calc-summary-list {
    font-size: 20px;
  }

  .calc-time-title,
  .calc-total-title {
    font-size: 24px;
  }

  .calc-time-value {
    font-size: 21px;
  }

  .calc-total-value {
    font-size: 34px;
  }

  .gallery-section {
    padding: 44px 0 22px;
  }

  .gallery-section .landing-title {
    font-size: 46px;
  }

  .gallery-head {
    margin-bottom: 14px;
  }

  .gallery-arrow {
    width: 52px;
    height: 52px;
    font-size: 44px;
  }

  .gallery-track {
    gap: 16px;
  }

  .gallery-slide {
    flex-basis: calc(100% - 200px);
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 300px;
    max-height: 500px;
  }

  .gallery-badge {
    top: 12px;
    left: 14px;
    min-width: 82px;
    height: 30px;
    font-size: 23px;
  }

  .gallery-dots {
    margin-top: 14px;
  }

  .gallery-dot {
    width: 14px;
    height: 14px;
  }

  .why-section {
    padding: 46px 0 50px;
  }

  .why-section .landing-title {
    margin-bottom: 18px;
    font-size: 46px;
  }

  .why-scene {
    min-height: 292px;
    gap: 20px;
  }

  .why-wave-back {
    top: 124px;
  }

  .why-wave-front {
    top: 128px;
  }

  .why-icon {
    width: 96px;
    height: 96px;
  }

  .why-arrow {
    width: 42px;
    height: 42px;
    margin: 10px 0;
    font-size: 28px;
  }

  .why-caption,
  .why-value {
    margin-top: 10px;
    font-size: 36px;
  }

  .benefits-section {
    padding: 50px 0 32px;
  }

  .benefits-section .landing-title {
    margin-bottom: 16px;
    font-size: 46px;
  }

  .benefits-grid {
    gap: 16px;
  }

  .benefits-icon {
    width: 106px;
    height: 106px;
  }

  .benefits-item h3 {
    margin-top: 8px;
    font-size: 23px;
  }

  .reviews-section .landing-title {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .reviews-bg-1 {
    width: 466px;
  }

  .reviews-bg-2 {
    width: 448px;
  }

  .reviews-bg-3 {
    width: 421px;
  }

  .reviews-bg-s1 {
    width: 118px;
  }

  .reviews-bg-s2 {
    width: 116px;
  }

  .reviews-bg-s3 {
    width: 123px;
  }

  .reviews-bg-s4 {
    width: 121px;
  }

  .reviews-card-1 {
    width: 337px;
  }

  .reviews-card-2,
  .reviews-card-3 {
    width: 312px;
  }

  .reviews-card-4 {
    width: 350px;
  }

  .reviews-float-1 {
    width: 77px;
  }

  .reviews-float-2 {
    width: 84px;
  }

  .reviews-float-3 {
    width: 68px;
  }

  .reviews-float-4 {
    width: 61px;
  }

  .reviews-float-5 {
    width: 66px;
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 540px;
  }

  .landing-hero-content {
    padding-top: 134px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-btn {
    margin-top: 24px;
  }

  .hero-to-services-fade {
    height: 286px;
  }

  .services-section {
    padding-top: 50px;
  }

  .services-section .landing-title {
    font-size: 46px;
  }

  .service-card h3 {
    color: #484848;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 500;
  }

  .service-image-placeholder {
    height: 80%;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .cleaning-page-body .container {
    max-width: 1504px;
    width: calc(100% - 96px);
    width: min(100% - 96px, 1504px);
  }

  .cleaning-header-inner {
    gap: 38px;
  }

  .cleaning-nav-list {
    gap: 34px;
  }

  .cleaning-nav-list a {
    font-size: 18px;
  }

  .cleaning-logo-image {
    width: 180px;
    height: 72px;
  }

  .cleaning-phone {
    gap: 12px;
  }

  .cleaning-phone-text {
    font-size: 21px;
  }

  .faq-wrap {
    max-width: 1450px;
  }

  .faq-section .landing-title {
    font-size: 48px;
  }

  .faq-question {
    font-size: 34px;
    padding: 20px 22px;
  }

  .faq-question span {
    font-size: 42px;
  }

  .cleaning-footer-inner {
    max-width: 1450px;
  }

  .cleaning-footer-main {
    grid-template-columns: 180px 1fr 1fr 1fr;
    gap: 32px;
  }

  .cleaning-footer-brand {
    padding: 18px 12px 12px;
  }

  .cleaning-footer-col {
    margin-top: 18px;
  }

  .cleaning-footer-logo-image {
    width: 108px;
  }

  .cleaning-footer-col h3 {
    font-size: 34px;
  }

  .cleaning-footer-col li {
    font-size: 21px;
  }

  .cleaning-footer-bottom p {
    font-size: 16px;
  }

  .order-grid {
    min-height: 380px;
  }

  .order-photo {
    min-height: 380px;
  }

  .order-card {
    width: 420px;
    margin: 0 0 0 34px;
    padding: 24px 24px 20px;
  }

  .order-card h2 {
    font-size: 58px;
  }

  .order-card input,
  .order-card textarea {
    font-size: 20px;
    padding: 12px 14px;
  }

  .order-card .landing-btn {
    width: 250px;
    height: 48px;
    font-size: 21px;
  }

  .calc-section .landing-title {
    font-size: 58px;
  }

  .calc-note-bar {
    font-size: 29px;
  }

  .calc-layout {
    grid-template-columns: 1fr 300px;
  }

  .calc-row h3 {
    font-size: 38px;
  }

  .calc-options-inline label {
    font-size: 18px;
  }

  .calc-type-card {
    font-size: 18px;
  }

  .calc-range-row span {
    font-size: 22px;
  }

  .calc-service-item label {
    font-size: 15px;
  }

  .calc-summary h3 {
    font-size: 42px;
  }

  .calc-summary h4 {
    font-size: 30px;
  }

  .calc-summary-list {
    font-size: 28px;
  }

  .calc-time-title,
  .calc-total-title {
    font-size: 32px;
  }

  .calc-time-value {
    font-size: 28px;
  }

  .calc-total-value {
    font-size: 42px;
  }

  .gallery-section .landing-title {
    font-size: 56px;
  }

  .gallery-arrow {
    width: 58px;
    height: 58px;
    font-size: 50px;
  }

  .gallery-slide {
    flex-basis: calc(100% - 226px);
  }

  .gallery-compare,
  .gallery-pane img {
    min-height: 300px;
    max-height: 500px;
  }

  .gallery-badge {
    top: 14px;
    left: 18px;
    min-width: 94px;
    height: 34px;
    font-size: 28px;
  }

  .why-section .landing-title {
    font-size: 56px;
  }

  .why-scene {
    min-height: 330px;
  }

  .why-wave-back {
    top: 139px;
  }

  .why-wave-front {
    top: 143px;
  }

  .why-icon {
    width: 118px;
    height: 118px;
  }

  .why-arrow {
    width: 48px;
    height: 48px;
    margin: 12px 0;
    font-size: 32px;
  }

  .why-caption,
  .why-value {
    font-size: 46px;
  }

  .benefits-section .landing-title {
    font-size: 56px;
  }

  .benefits-icon {
    width: 124px;
    height: 124px;
  }

  .benefits-item h3 {
    font-size: 29px;
  }

  .reviews-section .landing-title {
    font-size: 48px;
  }

  .reviews-bg-1 {
    width: 535px;
  }

  .reviews-bg-2 {
    width: 514px;
  }

  .reviews-bg-3 {
    width: 482px;
  }

  .reviews-bg-s1 {
    width: 137px;
  }

  .reviews-bg-s2 {
    width: 132px;
  }

  .reviews-bg-s3 {
    width: 141px;
  }

  .reviews-bg-s4 {
    width: 139px;
  }

  .reviews-card-1 {
    width: 387px;
  }

  .reviews-card-2,
  .reviews-card-3 {
    width: 359px;
  }

  .reviews-card-4 {
    width: 400px;
  }

  .reviews-float-1 {
    width: 91px;
  }

  .reviews-float-2 {
    width: 98px;
  }

  .reviews-float-3 {
    width: 80px;
  }

  .reviews-float-4 {
    width: 73px;
  }

  .reviews-float-5 {
    width: 75px;
  }

  .landing-hero,
  .landing-hero-content {
    min-height: 620px;
  }

  .landing-hero-content {
    padding-top: 148px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-subtitle {
    font-size: 30px;
  }

  .hero-to-services-fade {
    height: 330px;
  }

  .services-section {
    padding-top: 57px;
  }

  .services-section .landing-title {
    font-size: 58px;
  }

  .service-card h3 {
    color: #484848;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 500;
  }
}
