* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #24364a;
  background: #f8fbfe;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.cleaners-nav {
  height: 72px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(248, 251, 254, 0.86);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(143, 174, 209, 0.18);
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: #6f95bf;
}

.cleaners-nav nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 500;
  color: #52677f;
}

.nav-btn,
.primary-btn {
  background: #7fa5cc;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(127, 165, 204, 0.28);
}

.secondary-btn {
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(127, 165, 204, 0.35);
  color: #36506b;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
}

.hero {
  max-width: 1220px;
  margin: 38px auto 0;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 34px;
  align-items: stretch;
}

.hero-copy {
  background: #fff;
  border: 1px solid rgba(143, 174, 209, 0.16);
  border-radius: 34px;
  padding: 64px;
  box-shadow: 0 24px 70px rgba(62, 92, 125, 0.08);
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7fa5cc;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  margin-bottom: 26px;
  color: #25364a;
}

.hero-text {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.7;
  color: #607286;
  margin-bottom: 30px;
}

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

.hero-image {
  border-radius: 34px;
  overflow: hidden;
  min-height: 590px;
  box-shadow: 0 24px 70px rgba(62, 92, 125, 0.1);
}

.hero-image img {
  height: 100%;
  object-fit: cover;
}

.trusted-strip {
  max-width: 1220px;
  margin: 18px auto 0;
  padding: 20px 34px;
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  color: #66798d;
  font-size: 13px;
}

.trusted-strip div {
  font-weight: 600;
  color: #38516c;
}

.section,
.split-section,
.day-section,
.dream-section,
.pricing-teaser,
.waitlist-section {
  max-width: 1220px;
  margin: 24px auto;
  padding: 58px;
  background: #fff;
  border-radius: 34px;
  border: 1px solid rgba(143, 174, 209, 0.16);
  box-shadow: 0 24px 70px rgba(62, 92, 125, 0.07);
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: #25364a;
  margin-bottom: 16px;
}

.section-heading p,
.split-copy p,
.dream-section p,
.pricing-teaser p,
.waitlist-section p {
  color: #607286;
  line-height: 1.75;
  font-size: 15px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 86px;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbff 0%, #edf5fc 100%);
  border: 1px solid rgba(143, 174, 209, 0.18);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #36506b;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.reverse {
  background: linear-gradient(135deg, #ffffff 0%, #edf6fd 100%);
}

.soft-panel {
  background: #edf6fd;
  border-radius: 30px;
  padding: 34px;
  border: 1px solid rgba(143, 174, 209, 0.18);
}

.soft-panel img {
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(62, 92, 125, 0.12);
}

.split-copy ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.split-copy li {
  color: #425a73;
  font-size: 14px;
  font-weight: 500;
}

.split-copy li::before {
  content: "✓";
  color: #7fa5cc;
  font-weight: 700;
  margin-right: 10px;
}

.payment-card {
  justify-self: center;
  width: min(100%, 420px);
  padding: 44px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(143, 174, 209, 0.22);
  box-shadow: 0 28px 80px rgba(62, 92, 125, 0.13);
}

.payment-card span {
  color: #607286;
  font-size: 14px;
}

.payment-card strong {
  display: block;
  font-size: 56px;
  letter-spacing: -0.055em;
  margin: 10px 0;
  color: #25364a;
}

.payment-card p {
  color: #7fa5cc;
  font-weight: 600;
}

.journey-grid{
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    margin-top:50px;
}

.journey-card{

    width:210px;

    background:#fff;

    border:1px solid rgba(143,174,209,.18);

    border-radius:24px;

    padding:28px;

    box-shadow:0 14px 35px rgba(40,70,110,.06);

    transition:.25s;
}

.journey-card:hover{

    transform:translateY(-6px);

    box-shadow:0 24px 50px rgba(40,70,110,.10);

}

.journey-number{

    width:46px;
    height:46px;

    border-radius:50%;

    background:#edf6fd;

    color:#6f95bf;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;

    margin-bottom:18px;

}

.journey-card h3{

    font-size:21px;

    margin-bottom:12px;

    line-height:1.25;

}

.journey-card p{

    font-size:14px;

    line-height:1.7;

    color:#66798d;

}

.journey-arrow{

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#b5cbe2;

    font-weight:600;

}

.dream-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #e8f3fb 100%);
}

.dream-section img {
  border-radius: 28px;
  height: 360px;
  object-fit: cover;
}

.pricing-teaser {
  text-align: center;
}

.price-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-grid div {
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(143, 174, 209, 0.2);
}

.price-grid h3 {
  color: #6f95bf;
  font-size: 22px;
  margin-bottom: 10px;
}

.waitlist-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #edf7fd 100%);
}

.waitlist-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.waitlist-form input,
.waitlist-form button {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(143, 174, 209, 0.26);
  padding: 0 14px;
  font-family: inherit;
  font-size: 13px;
}

.waitlist-form input {
  background: rgba(255, 255, 255, 0.86);
  color: #25364a;
}

.waitlist-form button {
  grid-column: 1 / -1;
  border: none;
  background: #7fa5cc;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(127, 165, 204, 0.28);
  cursor: pointer;
}

@media (max-width: 900px) {
  .cleaners-nav {
    padding: 0 18px;
  }

  .cleaners-nav nav {
    display: none;
  }

  .nav-btn {
    padding: 10px 14px;
  }

  .hero,
  .split-section,
  .dream-section,
  .waitlist-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 0 12px;
    gap: 14px;
  }

  .hero-copy {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .hero-image {
    min-height: 420px;
    border-radius: 26px;
  }

  .trusted-strip {
    padding: 18px;
    gap: 14px;
  }

  .section,
  .split-section,
  .day-section,
  .dream-section,
  .pricing-teaser,
  .waitlist-section {
    margin: 14px 12px;
    padding: 30px 20px;
    border-radius: 26px;
  }

  .feature-grid,
  .price-grid,
  .timeline,
  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .timeline {
    gap: 10px;
  }

  .dream-section img {
    height: 300px;
  }
}

.hero-info-card {
  background: linear-gradient(180deg, #ffffff 0%, #edf6fd 100%);
  border: 1px solid rgba(143, 174, 209, 0.2);
  border-radius: 34px;
  padding: 52px;
  min-height: 590px;
  box-shadow: 0 24px 70px rgba(62, 92, 125, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-info-card h2 {
  font-size: clamp(34px, 4vw, 56px);
  max-width: 520px;
}

.hero-info-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.hero-info-list div {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(143, 174, 209, 0.2);
  border-radius: 22px;
  padding: 20px;
}

.hero-info-list strong {
  display: block;
  font-size: 16px;
  color: #25364a;
  margin-bottom: 7px;
}

.hero-info-list span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #607286;
}

@media (max-width: 900px) {
  .hero-info-card {
    min-height: unset;
    padding: 30px 22px;
    border-radius: 26px;
  }
}

@media (max-width:900px){

.journey-grid{

display:grid;

grid-template-columns:1fr;

}

.journey-card{

width:100%;

}

.journey-arrow{

display:none;

}

}

@media (max-width:900px){

  /* ---------- NAV ---------- */

  .cleaners-nav{
    height:58px!important;
    padding:0 14px!important;
  }

  .logo{
    font-size:21px!important;
  }

  .nav-btn{
    padding:8px 12px!important;
    border-radius:10px!important;
    font-size:11px!important;
  }

  /* ---------- HERO ---------- */

  .hero{
    margin-top:14px!important;
    padding:0 14px!important;
    gap:10px!important;
  }

  .hero-copy,
  .hero-info-card{
    padding:18px!important;
    border-radius:16px!important;
  }

  h1{
    font-size:30px!important;
    line-height:.95!important;
    margin-bottom:14px!important;
  }

  .hero-text{
    font-size:13px!important;
    line-height:1.55!important;
    margin-bottom:16px!important;
  }

  .hero-actions{
    gap:8px!important;
  }

  .primary-btn,
  .secondary-btn{
    padding:10px 14px!important;
    font-size:11px!important;
    border-radius:10px!important;
  }

  .hero-image{
    min-height:260px!important;
    border-radius:16px!important;
  }

  .hero-info-list{
    gap:10px!important;
    margin-top:12px!important;
  }

  .hero-info-list div{
    padding:12px!important;
    border-radius:12px!important;
  }

  .hero-info-list strong{
    font-size:13px!important;
    margin-bottom:4px!important;
  }

  .hero-info-list span{
    font-size:11px!important;
    line-height:1.45!important;
  }

  /* ---------- ALL SECTIONS ---------- */

  .section,
  .split-section,
  .day-section,
  .dream-section,
  .pricing-teaser,
  .waitlist-section{
    margin:10px 14px!important;
    padding:18px!important;
    border-radius:18px!important;
  }

  .section-heading{
    margin:0 auto 18px!important;
  }

  h2{
    font-size:24px!important;
    line-height:1!important;
    margin-bottom:8px!important;
  }

  .section-heading p,
  .split-copy p,
  .dream-section p,
  .pricing-teaser p,
  .waitlist-section p{
    font-size:12px!important;
    line-height:1.55!important;
  }

  /* ---------- FEATURES ---------- */

  .feature-grid{
    gap:8px!important;
  }

  .feature-card{
    min-height:56px!important;
    padding:12px!important;
    border-radius:12px!important;
    font-size:12px!important;
  }

  /* ---------- SPLIT ---------- */

  .split-section{
    gap:16px!important;
  }

  .soft-panel{
    padding:14px!important;
    border-radius:14px!important;
  }

  .split-copy ul{
    margin-top:14px!important;
    gap:8px!important;
  }

  .split-copy li{
    font-size:12px!important;
  }

  /* ---------- PAYMENT ---------- */

  .payment-card{
    width:100%!important;
    max-width:280px!important;
    padding:18px!important;
    border-radius:14px!important;
  }

  .payment-card strong{
    font-size:36px!important;
  }

  /* ---------- JOURNEY ---------- */

  .journey-grid{
    margin-top:20px!important;
    gap:10px!important;
  }

  .journey-card{
    padding:14px!important;
    border-radius:14px!important;
  }

  .journey-card h3{
    font-size:16px!important;
    margin-bottom:6px!important;
  }

  .journey-card p{
    font-size:12px!important;
    line-height:1.5!important;
  }

  /* ---------- DREAM ---------- */

  .dream-section{
    gap:16px!important;
  }

  .dream-section img{
    height:220px!important;
    border-radius:14px!important;
  }

  /* ---------- PRICING ---------- */

  .price-grid{
    gap:8px!important;
  }

  .price-grid div{
    padding:14px!important;
    border-radius:14px!important;
  }

  .price-grid h3{
    font-size:16px!important;
    margin-bottom:6px!important;
  }

  /* ---------- WAITLIST ---------- */

  .waitlist-section{
    gap:18px!important;
  }

  .waitlist-form{
    gap:8px!important;
  }

  .waitlist-form input,
  .waitlist-form button{
    height:42px!important;
    font-size:12px!important;
    border-radius:10px!important;
  }

  /* COMPACT FEATURE LIST */

.section:has(.feature-grid) {
  padding: 18px 14px !important;
}

.section:has(.feature-grid) .section-heading {
  max-width: 320px !important;
  margin-bottom: 14px !important;
}

.section:has(.feature-grid) .section-heading h2 {
  font-size: 23px !important;
  line-height: 1.05 !important;
}

.section:has(.feature-grid) .section-heading p {
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.feature-card {
  min-height: 48px !important;
  padding: 10px 11px !important;
  border-radius: 11px !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
}

/* COMPACT BOOKING JOURNEY */

.day-section {
  padding: 18px 14px !important;
}

.day-section .section-heading {
  max-width: 330px !important;
  margin: 0 auto 16px !important;
}

.day-section .section-heading .eyebrow {
  margin-bottom: 7px !important;
  font-size: 8px !important;
  letter-spacing: 0.1em !important;
}

.day-section .section-heading h2 {
  font-size: 23px !important;
  line-height: 1.02 !important;
  margin-bottom: 8px !important;
}

.day-section .section-heading p {
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.journey-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  margin-top: 14px !important;
}

.journey-card {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 13px 13px 13px 50px !important;
  border-radius: 13px !important;
  box-shadow: none !important;
}

.journey-number {
  position: absolute !important;
  top: 13px !important;
  left: 13px !important;
  width: 27px !important;
  height: 27px !important;
  margin: 0 !important;
  font-size: 10px !important;
}

.journey-card h3 {
  margin: 0 0 3px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.journey-card p {
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.journey-arrow {
  display: none !important;
}

}

