
:root{
  --navy:#0c2d57;
  --text:#17324d;
  --muted:#64748b;
  --paper:#ffffff;
  --line:#dbe5ef;
  --shadow:0 14px 34px rgba(19,50,77,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Rubik",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#f8fbfd;
}
a{color:inherit}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

/* Shared site header */
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(219,229,239,.9);
}
.header-row{height:80px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:.02em}
.brand img{height:58px;width:auto}
.brand-text{line-height:1.05}
.brand-text small{display:block;font-size:.72rem;letter-spacing:.12em;font-weight:700;color:var(--muted);margin-bottom:4px}
.brand-text span{font-size:1.05rem}
.nav{margin-left:auto;display:flex;align-items:center;gap:18px}
.nav a{text-decoration:none;font-weight:600;font-size:.94rem}
.nav a:hover{color:var(--accent)}
.nav .cta{background:var(--accent);color:white!important;padding:11px 16px;border-radius:999px}
.switch-link{font-size:.84rem!important;color:var(--accent);padding-left:10px;border-left:1px solid var(--line)}
.menu-btn{display:none;margin-left:auto;border:0;background:transparent;font-size:1.7rem}

/* Splash */
.selector-page{min-height:100vh;background:white;display:flex;flex-direction:column}
.selector-top{padding:24px 20px 12px;text-align:center}
.selector-logo{font-weight:900;font-size:clamp(2rem,5vw,3.7rem);letter-spacing:.06em;color:var(--navy);line-height:.9}
.selector-logo span{display:block;font-size:.36em;letter-spacing:.24em;margin-top:10px;color:#4b5563}
.selector-heading{text-align:center;margin:10px auto 24px;padding:0 18px}
.selector-heading h1{font-size:clamp(1.65rem,3vw,2.5rem);margin:0 0 7px;color:var(--navy)}
.selector-heading p{margin:0;color:#596579}
.selector-wrap{
  width:100%;flex:1;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden
}
.choice{
  min-height:650px;
  text-decoration:none;
  display:flex;justify-content:center;align-items:center;
  position:relative;overflow:hidden;padding:42px;
  transition:filter .25s ease;
}
.choice:focus-visible{outline:5px solid #111;outline-offset:-5px}
.choice:hover{filter:saturate(1.07)}
.choice::before,.choice::after{content:"";position:absolute;border-radius:50%;opacity:.45}
.choice.cleaning{
  --accent:#0b82d8;
  background:
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.95) 0 4%, transparent 5%),
    linear-gradient(145deg,#eef8ff 0%,#d9efff 60%,#b8e2ff 100%);
}
.choice.gardening{
  --accent:#4cae1b;
  background:
    radial-gradient(circle at 82% 25%, rgba(255,255,255,.65) 0 5%, transparent 6%),
    linear-gradient(145deg,#f8fff0 0%,#e6f9c8 55%,#cceb92 100%);
}
.choice.cleaning::after{width:620px;height:620px;left:-260px;bottom:-410px;background:#56b7f0}
.choice.gardening::after{width:620px;height:620px;right:-260px;bottom:-410px;background:#78c945}
.choice-card{
  position:relative;z-index:2;
  width:min(480px,100%);
  text-align:center;display:flex;flex-direction:column;align-items:center
}
.choice-card img{
  height:335px;width:auto;object-fit:contain;
  filter:drop-shadow(0 16px 10px rgba(0,0,0,.12));
  transition:transform .28s ease
}
.choice:hover .choice-card img{transform:translateY(-7px) scale(1.02)}
.choice-card h2{font-size:clamp(1.55rem,2.4vw,2.15rem);line-height:1.05;margin:18px 0 8px;text-transform:uppercase;color:var(--navy)}
.choice-card h2 span{display:block;color:var(--accent);margin-top:6px}
.choice-card p{max-width:420px;margin:0 auto 20px;color:#435569;line-height:1.55}
.enter-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  padding:15px 24px;border-radius:999px;background:var(--accent);color:white;
  font-weight:800;box-shadow:0 8px 18px color-mix(in srgb,var(--accent),transparent 65%)
}
.center-divider{position:absolute;z-index:5;left:50%;top:8%;bottom:8%;width:1px;background:rgba(13,45,87,.18)}
.center-divider span{
  position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);
  display:grid;place-items:center;width:52px;height:52px;background:white;border:1px solid var(--line);
  border-radius:50%;font-weight:800;color:var(--navy);box-shadow:0 5px 20px rgba(0,0,0,.08)
}
.selector-footer{background:var(--navy);color:white;text-align:center;padding:15px 20px;font-weight:600}

/* Stream themes */
.theme-cleaning{--accent:#0b82d8;--soft:#eaf7ff;--soft2:#caeaff}
.theme-gardening{--accent:#4b9f24;--soft:#f1fae8;--soft2:#d9efbf}

.hero{padding:74px 0 54px;background:linear-gradient(130deg,var(--soft) 0%,white 66%)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}
.eyebrow{display:inline-block;background:white;border:1px solid var(--soft2);color:var(--accent);padding:8px 12px;border-radius:999px;font-weight:700;font-size:.85rem}
.hero h1{font-size:clamp(2.4rem,5vw,4.45rem);line-height:1.01;margin:18px 0;color:var(--navy)}
.hero p{font-size:1.12rem;line-height:1.7;color:#506275;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.btn{display:inline-flex;text-decoration:none;border-radius:999px;padding:14px 20px;font-weight:800;border:2px solid var(--accent)}
.btn.primary{background:var(--accent);color:white}
.btn.secondary{color:var(--accent);background:white}
.hero-mascot{max-height:480px;margin:auto;filter:drop-shadow(0 20px 14px rgba(0,0,0,.12))}
.section{padding:76px 0}
.section.alt{background:white}
.section-title{text-align:center;max-width:720px;margin:0 auto 42px}
.section-title h2{font-size:clamp(1.9rem,3vw,2.8rem);margin:0 0 12px;color:var(--navy)}
.section-title p{color:var(--muted);line-height:1.65}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 5px 20px rgba(0,0,0,.04)}
.card .icon{width:48px;height:48px;border-radius:14px;background:var(--soft);display:grid;place-items:center;font-size:1.35rem;margin-bottom:18px}
.card h3{margin:0 0 10px;color:var(--navy)}
.card p{color:var(--muted);line-height:1.6}
.card a{color:var(--accent);font-weight:700;text-decoration:none}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.panel h2,.panel h1{margin-top:0;color:var(--navy)}
.checks{padding:0;list-style:none}
.checks li{margin:12px 0;padding-left:28px;position:relative}
.checks li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
.notice{padding:18px 20px;background:var(--soft);border-left:4px solid var(--accent);border-radius:14px}
.page-hero{padding:60px 0 36px;background:linear-gradient(135deg,var(--soft),white)}
.page-hero h1{font-size:clamp(2.2rem,5vw,3.6rem);margin:0 0 10px;color:var(--navy)}
.page-hero p{color:var(--muted);font-size:1.08rem;max-width:720px;line-height:1.65}
.placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.placeholder-box{min-height:200px;border:2px dashed var(--soft2);border-radius:var(--radius);display:grid;place-items:center;text-align:center;padding:24px;background:white;color:var(--muted)}
.site-footer{background:var(--navy);color:white;padding:48px 0 22px;margin-top:60px}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr;gap:40px}
.site-footer a{color:white;text-decoration:none}
.site-footer ul{list-style:none;padding:0;line-height:2}
.site-footer .small{opacity:.72;font-size:.9rem;border-top:1px solid rgba(255,255,255,.16);margin-top:26px;padding-top:20px}
.service-switch{margin-top:18px;display:inline-block;color:var(--accent)!important;font-weight:800}

/* Responsive */
@media(max-width:900px){
  /* Keep the service selector split left/right on tablets and phones */
  .selector-wrap{grid-template-columns:1fr 1fr}
  .choice{min-height:520px;padding:24px 14px}
  .choice-card{width:100%}
  .choice-card img{height:245px;max-width:92%}
  .choice-card h2{font-size:clamp(1.15rem,3.8vw,1.7rem)}
  .choice-card p{font-size:.9rem;line-height:1.45}
  .enter-btn{padding:12px 16px;font-size:.88rem}
  .center-divider{display:block;top:6%;bottom:6%}
  .center-divider span{width:44px;height:44px;font-size:.9rem}

  .hero-grid,.two-col{grid-template-columns:1fr}
  .hero-mascot{max-height:360px}
  .cards{grid-template-columns:1fr 1fr}
  .placeholder-grid{grid-template-columns:1fr 1fr}
  .nav{display:none;position:absolute;left:0;right:0;top:80px;background:white;padding:20px;box-shadow:0 20px 30px rgba(0,0,0,.08);flex-direction:column;align-items:stretch}
  .nav.open{display:flex}
  .switch-link{border-left:0;padding-left:0}
  .menu-btn{display:block}
}
@media(max-width:580px){
  .container{width:min(100% - 28px,1180px)}
  .selector-top{padding:14px 12px 6px}
  .selector-logo{font-size:2rem}
  .selector-heading{margin:4px auto 10px;padding:0 10px}
  .selector-heading h1{font-size:1.32rem;margin-bottom:3px}
  .selector-heading p{font-size:.82rem}

  .selector-wrap{grid-template-columns:1fr 1fr}
  .choice{min-height:430px;padding:14px 7px}
  .choice-card img{height:190px;max-width:96%}
  .choice-card h2{font-size:.98rem;line-height:1.08;margin:10px 0 6px}
  .choice-card h2 span{margin-top:3px}
  .choice-card p{font-size:.75rem;line-height:1.35;margin:0 auto 12px;max-width:180px}
  .enter-btn{
    width:100%;max-width:180px;
    padding:10px 7px;
    font-size:.72rem;
    line-height:1.15;
    gap:4px;
  }
  .center-divider{top:3%;bottom:3%}
  .center-divider span{width:34px;height:34px;font-size:.72rem}
  .selector-footer{padding:10px 8px;font-size:.76rem}

  .cards,.placeholder-grid{grid-template-columns:1fr}
  .hero{padding-top:46px}
  .hero h1{font-size:2.55rem}
  .section{padding:56px 0}
  .footer-grid{grid-template-columns:1fr}
  .brand-text span{font-size:.9rem}
}
@media(max-width:390px){
  .choice{min-height:400px;padding-left:5px;padding-right:5px}
  .choice-card img{height:165px}
  .choice-card h2{font-size:.88rem}
  .choice-card p{font-size:.7rem}
  .enter-btn{font-size:.66rem;padding:9px 4px}
}

/* Cleaning packages — mockup-matched layout */
.pricing-page{
  background:#fff;
}
.pricing-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(255,255,255,.12) 0 3%, transparent 4%),
    radial-gradient(circle at 86% 48%, rgba(255,255,255,.08) 0 5%, transparent 6%),
    linear-gradient(110deg,#0a2c59 0%,#0a4f93 58%,#0877c8 100%);
  color:#fff;
  padding:54px 0 84px;
}
.pricing-hero::after{
  content:"";
  position:absolute;
  left:-3%;
  right:-3%;
  bottom:-54px;
  height:110px;
  background:#fff;
  border-radius:50% 50% 0 0/58% 58% 0 0;
}
.pricing-hero .hero-grid{
  min-height:280px;
  grid-template-columns:1.12fr .88fr;
  align-items:center;
}
.pricing-hero h1{
  color:#fff;
  font-size:clamp(3rem,5.5vw,5.35rem);
  text-transform:uppercase;
  letter-spacing:.01em;
  margin:0 0 14px;
  line-height:.96;
}
.pricing-hero p{
  color:rgba(255,255,255,.94);
  font-size:1.18rem;
  font-weight:500;
  max-width:570px;
}
.pricing-hero .hero-mascot{
  max-height:355px;
  filter:drop-shadow(0 18px 16px rgba(0,0,0,.18));
  transform:translateY(14px);
}
.pricing-title{
  text-align:center;
  margin:12px auto 58px;
}
.pricing-title h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(2rem,3vw,3rem);
  text-transform:uppercase;
}
.pricing-title h2::after{
  content:"";
  display:block;
  width:84px;
  height:3px;
  margin:16px auto 0;
  border-radius:999px;
  background:#0b82d8;
}

.package-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:26px 20px;
  align-items:stretch;
}
.package-card{
  grid-column:span 2;
  position:relative;
  min-height:405px;
  background:#fff;
  border:1.5px solid #55aee7;
  border-radius:18px;
  padding:48px 24px 24px;
  box-shadow:0 8px 20px rgba(13,56,101,.08);
}
.package-card.row2-left{grid-column:2 / span 2}
.package-card.row2-right{grid-column:4 / span 2}
.package-badge{
  position:absolute;
  top:-29px;
  left:50%;
  transform:translateX(-50%);
  width:62px;
  height:62px;
  border-radius:50%;
  background:linear-gradient(145deg,#0d4f92,#0b82d8);
  display:grid;
  place-items:center;
  box-shadow:0 7px 16px rgba(11,130,216,.28);
}
.package-badge span{
  font-size:2.2rem;
  line-height:1;
  filter:saturate(1.2);
}
.package-card h3{
  text-align:center;
  color:var(--navy);
  font-size:1.55rem;
  text-transform:uppercase;
  margin:7px 0 2px;
}
.package-price{
  text-align:center;
  color:#1179c9;
  font-size:2.7rem;
  font-weight:900;
  line-height:1;
  margin:7px 0 22px;
}
.package-rule{
  height:1px;
  background:#dfe8ef;
  margin:0 0 20px;
}
.package-list{
  list-style:none;
  margin:0;
  padding:0;
}
.package-list li{
  position:relative;
  padding-left:27px;
  margin:11px 0;
  line-height:1.48;
  color:#23394d;
}
.package-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:.12em;
  width:17px;
  height:17px;
  border-radius:50%;
  background:#0b82d8;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:.69rem;
  font-weight:900;
}
.package-illustration{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
.package-illustration svg{
  width:135px;
  height:90px;
  stroke:#0b82d8;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.96;
}

.lower-panels{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}
.feature-panel{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:22px;
  padding:26px 28px;
  background:linear-gradient(135deg,#f7fbff,#eef6fc);
  border:1px solid #d7e8f5;
  border-radius:18px;
}
.feature-icon{
  width:74px;
  height:74px;
  border-radius:50%;
  background:linear-gradient(145deg,#0d4f92,#0b82d8);
  color:#fff;
  display:grid;
  place-items:center;
}
.feature-icon svg{
  width:40px;
  height:40px;
  stroke:#fff;
  fill:none;
  stroke-width:1.8;
}
.feature-panel h3{
  margin:0 0 5px;
  color:var(--navy);
  font-size:1.45rem;
  text-transform:uppercase;
}
.feature-price{
  color:#1179c9;
  font-weight:900;
  font-size:2rem;
  margin:2px 0 14px;
}
.feature-panel p{
  margin:8px 0;
  line-height:1.55;
  color:#31475b;
}
.feature-panel .package-list li{margin:8px 0}

.quote-strip{
  margin-top:20px;
  background:linear-gradient(90deg,#082b58,#0d4c8a);
  border-radius:18px;
  padding:20px 28px;
  color:#fff;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:22px;
}
.quote-icon{
  width:66px;
  height:66px;
  border-radius:50%;
  background:#16a4ec;
  display:grid;
  place-items:center;
}
.quote-icon svg{
  width:34px;
  height:34px;
  stroke:#fff;
  fill:none;
  stroke-width:2;
}
.quote-strip strong{
  display:block;
  font-size:1.1rem;
  margin-bottom:4px;
}
.quote-strip p{
  margin:0;
  color:rgba(255,255,255,.88);
}
.quote-strip .btn{
  min-width:250px;
  justify-content:center;
  background:#168fe0;
  border-color:#168fe0;
  color:#fff;
}
.packages-footer{
  margin-top:16px;
}

@media(max-width:980px){
  .package-grid{grid-template-columns:repeat(2,1fr)}
  .package-card,
  .package-card.row2-left,
  .package-card.row2-right{grid-column:auto}
  .pricing-hero .hero-grid{grid-template-columns:1fr .8fr}
}
@media(max-width:760px){
  .pricing-hero{padding:42px 0 70px}
  .pricing-hero .hero-grid{grid-template-columns:1fr}
  .pricing-hero .hero-mascot{max-height:250px}
  .package-grid{grid-template-columns:1fr}
  .lower-panels{grid-template-columns:1fr}
  .quote-strip{grid-template-columns:auto 1fr}
  .quote-strip .btn{grid-column:1 / -1;width:100%}
}
@media(max-width:520px){
  .pricing-hero h1{font-size:2.75rem}
  .package-card{min-height:auto;padding:44px 20px 22px}
  .package-price{font-size:2.35rem}
  .feature-panel{grid-template-columns:1fr}
  .feature-icon{width:64px;height:64px}
  .quote-strip{grid-template-columns:1fr}
  .quote-icon{width:58px;height:58px}
}


/* Package icon rendering — PNG assets for reliable mobile display */
.package-illustration{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  min-height:100px;
  margin-top:22px;
  overflow:hidden;
}
.package-illustration img{
  display:block;
  width:150px;
  height:auto;
  max-height:96px;
  object-fit:contain;
}
.feature-icon,
.quote-icon{
  background:transparent;
  overflow:visible;
}
.feature-icon img{
  width:74px;
  height:74px;
  object-fit:contain;
}
.quote-icon img{
  width:66px;
  height:66px;
  object-fit:contain;
}
@media(max-width:760px){
  .package-illustration{min-height:105px;margin-top:18px}
  .package-illustration img{width:175px;max-height:105px}
}
@media(max-width:520px){
  .package-illustration{min-height:112px;margin-top:18px}
  .package-illustration img{width:190px;max-width:92%;max-height:112px}
  .feature-icon img{width:64px;height:64px}
  .quote-icon img{width:58px;height:58px}
}
