/* Cristal homepage conversion layer — scoped to .ccs-home only. */
.ccs-home{
  --home-ink:#102321;
  --home-muted:#5f736f;
  --home-line:#dce9e5;
  --home-green:#087f6c;
  --home-green-dark:#075f53;
  --home-mint:#eef9f6;
  --home-white:#fff;
  overflow:hidden;
  background:#fff;
  color:var(--home-ink);
}
.ccs-home *{box-sizing:border-box}
.ccs-home img{display:block;max-width:100%}
.ccs-home a{text-underline-offset:3px}
.ccs-home-kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;color:var(--home-green)}
.ccs-home-kicker:before{content:"";width:24px;height:2px;border-radius:99px;background:currentColor;opacity:.75}
.ccs-home-kicker-light{color:#c9fff1}
.ccs-home-section{padding:clamp(70px,8vw,118px) 0}
.ccs-home-section-head{max-width:780px;margin-bottom:38px}
.ccs-home-section-head h2{margin:12px 0 0;font-size:clamp(34px,4vw,58px);line-height:1.04;letter-spacing:-.05em;color:var(--home-ink)}
.ccs-home-section-head p{margin:18px 0 0;font-size:16px;line-height:1.75;color:var(--home-muted)}
.ccs-home-section-head-center{margin:0 auto 42px;text-align:center}.ccs-home-section-head-center .ccs-home-kicker{justify-content:center}

.ccs-home-hero{position:relative;min-height:min(790px,82vh);display:flex;align-items:stretch;background:#0a2f2b;color:#fff}
.ccs-home-video-wrap{position:absolute;inset:0;overflow:hidden}
.ccs-home-hero-video{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.85) contrast(1.02)}
.ccs-home-video-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,35,32,.88) 0%,rgba(4,35,32,.72) 43%,rgba(4,35,32,.25) 72%,rgba(4,35,32,.08) 100%),linear-gradient(0deg,rgba(3,22,20,.28),rgba(3,22,20,.04) 40%)}
.ccs-home-hero-inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,430px);align-items:center;gap:clamp(36px,7vw,100px);padding-top:clamp(70px,8vw,120px);padding-bottom:clamp(70px,8vw,120px)}
.ccs-home-hero-copy{max-width:770px}
.ccs-home-hero-copy h1{max-width:760px;margin:15px 0 0;font-size:clamp(46px,6.4vw,88px);line-height:.98;letter-spacing:-.065em;color:#fff;text-wrap:balance}
.ccs-home-hero-copy>p{max-width:650px;margin:24px 0 0;font-size:clamp(17px,1.5vw,21px);line-height:1.65;color:rgba(255,255,255,.87)}
.ccs-home-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:31px}
.ccs-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border:1px solid transparent;border-radius:13px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.ccs-home-btn:hover{transform:translateY(-1px)}
.ccs-home-btn-primary{background:#fff;color:#075f53;box-shadow:0 14px 34px rgba(0,0,0,.14)}
.ccs-home-btn-primary:hover{background:#f4fffc}
.ccs-home-btn-ghost{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(8px)}
.ccs-home-btn-ghost:hover{background:rgba(255,255,255,.15)}
.ccs-home-btn-light{background:#fff;color:#075f53}
.ccs-home-hero-note{display:block;margin-top:16px;font-size:12px;font-weight:650;color:rgba(255,255,255,.7)}
.ccs-home-search-card{align-self:end;display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;padding:20px;border:1px solid rgba(255,255,255,.24);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 30px 80px rgba(0,0,0,.24);backdrop-filter:blur(18px);color:var(--home-ink)}
.ccs-home-search-icon{grid-row:1;width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#e9f8f4;color:var(--home-green);font-size:22px}
.ccs-home-search-copy{display:grid;align-content:center;gap:2px}.ccs-home-search-copy span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#718681}.ccs-home-search-copy strong{font-size:16px;line-height:1.25}
.ccs-home-search-card input{grid-column:1/-1;width:100%;height:52px;padding:0 15px;border:1px solid #cfdfdb;border-radius:12px;background:#fff;color:var(--home-ink);font:inherit;font-size:16px;outline:none}.ccs-home-search-card input:focus{border-color:#64bca9;box-shadow:0 0 0 4px rgba(8,127,108,.1)}
.ccs-home-search-card button{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 17px;border:0;border-radius:12px;background:var(--home-green);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.ccs-home-search-card button:hover{background:var(--home-green-dark)}

.ccs-home-proof{border-bottom:1px solid var(--home-line);background:#fff}
.ccs-home-proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.ccs-home-proof-grid>div{display:flex;align-items:center;gap:12px;min-height:88px;padding:18px 22px;border-right:1px solid var(--home-line)}.ccs-home-proof-grid>div:first-child{padding-left:0}.ccs-home-proof-grid>div:last-child{border-right:0}
.ccs-home-proof-grid span{font-size:10px;font-weight:800;letter-spacing:.1em;color:#8aa09b}.ccs-home-proof-grid strong{font-size:13px;line-height:1.45}

.ccs-home-paths{background:#f7fbfa}
.ccs-home-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ccs-home-path-card{overflow:hidden;display:grid;grid-template-columns:minmax(220px,.82fr) 1fr;min-height:360px;border:1px solid #dce9e5;border-radius:25px;background:#fff;box-shadow:0 18px 48px rgba(17,65,58,.05)}
.ccs-home-path-media{min-height:100%;overflow:hidden}.ccs-home-path-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.ccs-home-path-card:hover .ccs-home-path-media img{transform:scale(1.025)}
.ccs-home-path-content{display:flex;flex-direction:column;align-items:flex-start;padding:32px 30px}.ccs-home-path-number{font-size:11px;font-weight:800;letter-spacing:.12em;color:#8aa09b}.ccs-home-path-content h3{margin:28px 0 0;font-size:clamp(27px,2.3vw,37px);line-height:1.06;letter-spacing:-.04em}.ccs-home-path-content p{margin:14px 0 0;font-size:14px;line-height:1.72;color:var(--home-muted)}.ccs-home-path-content>a{display:inline-flex;align-items:center;gap:12px;margin-top:auto;padding-top:28px;font-size:14px;font-weight:800;color:var(--home-green);text-decoration:none}.ccs-home-path-content>a span{font-size:18px}
.ccs-home-business-note{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:15px;margin-top:18px;padding:17px 20px;border:1px solid #d7e8e3;border-radius:17px;background:#fff}.ccs-home-business-note>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eaf8f4;color:var(--home-green);font-size:18px}.ccs-home-business-note p{margin:0;font-size:13px;line-height:1.65;color:var(--home-muted)}.ccs-home-business-note a{font-size:12px;font-weight:800;color:var(--home-green);text-decoration:none;white-space:nowrap}

.ccs-home-services{background:#fff}
.ccs-home-services-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.83fr);gap:clamp(48px,7vw,100px);align-items:center}
.ccs-home-services-copy>h2{max-width:680px;margin:13px 0 0;font-size:clamp(35px,4vw,58px);line-height:1.04;letter-spacing:-.05em}.ccs-home-services-copy>p{max-width:650px;margin:18px 0 28px;font-size:16px;line-height:1.75;color:var(--home-muted)}
.ccs-home-service-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--home-line)}.ccs-home-service-list>a{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:start;gap:11px;padding:17px 14px 17px 0;border-bottom:1px solid var(--home-line);color:inherit;text-decoration:none}.ccs-home-service-list>a:nth-child(odd){margin-right:18px}.ccs-home-service-list>a:hover strong{color:var(--home-green)}.ccs-home-service-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eff8f6;font-size:17px}.ccs-home-service-list strong{display:block;font-size:13px;line-height:1.35;transition:color .18s}.ccs-home-service-list small{display:block;margin-top:4px;font-size:11px;line-height:1.5;color:#788c88}.ccs-home-service-list b{padding-top:8px;color:#88a09a}
.ccs-home-image-stack{position:relative;min-height:620px}.ccs-home-image-stack figure{margin:0;overflow:hidden;border-radius:26px;background:#eef6f4;box-shadow:0 24px 64px rgba(19,70,62,.1)}.ccs-home-image-main{position:absolute;inset:0 70px 75px 0}.ccs-home-image-main img,.ccs-home-image-small img{width:100%;height:100%;object-fit:cover}.ccs-home-image-small{position:absolute;right:0;bottom:0;width:48%;height:42%;border:7px solid #fff;border-radius:24px!important}.ccs-home-image-tag{position:absolute;left:24px;bottom:27px;display:flex;align-items:center;gap:9px;padding:12px 15px;border-radius:13px;background:#fff;box-shadow:0 14px 38px rgba(0,0,0,.13)}.ccs-home-image-tag span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#dff7ef;color:var(--home-green);font-size:12px;font-weight:900}.ccs-home-image-tag strong{font-size:12px}

.ccs-home-how{background:#0a332e;color:#fff}.ccs-home-how .ccs-home-section-head h2{color:#fff}.ccs-home-how .ccs-home-kicker{color:#a8f0df}.ccs-home-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.18)}.ccs-home-how-grid article{display:grid;grid-template-columns:42px 1fr;gap:19px;min-height:235px;padding:31px 30px;border-right:1px solid rgba(255,255,255,.16)}.ccs-home-how-grid article:first-child{padding-left:0}.ccs-home-how-grid article:last-child{border-right:0}.ccs-home-how-grid article>span{font-size:11px;font-weight:800;letter-spacing:.12em;color:#87cfc0}.ccs-home-how-grid h3{margin:0;font-size:21px;line-height:1.2;color:#fff}.ccs-home-how-grid p{margin:12px 0 0;font-size:14px;line-height:1.75;color:rgba(255,255,255,.7)}

.ccs-home-testimonials{background:#f5faf8}.ccs-home-testimonial-head{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,440px);gap:45px;align-items:end}.ccs-home-testimonial-head p{margin:0}.ccs-home-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ccs-home-testimonial-card{display:flex;flex-direction:column;min-height:315px;padding:27px;border:1px solid #dce9e5;border-radius:20px;background:#fff}.ccs-home-stars{font-size:14px;letter-spacing:3px;color:#e6a71c}.ccs-home-testimonial-card blockquote{margin:25px 0 28px;font-size:17px;line-height:1.65;letter-spacing:-.015em;color:#223936;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.ccs-home-testimonial-card footer{display:flex;align-items:center;gap:11px;margin-top:auto}.ccs-home-review-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e5f5f1;color:var(--home-green);font-size:14px;font-weight:800}.ccs-home-testimonial-card footer strong{display:block;font-size:13px}.ccs-home-testimonial-card footer span{display:block;margin-top:3px;font-size:10px;font-weight:700;color:#6c847f}.ccs-home-trust-fallback{display:flex;align-items:flex-start;gap:15px;padding:24px;border:1px solid #cfe4de;border-radius:18px;background:#fff}.ccs-home-trust-fallback>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:#e3f7f1;color:var(--home-green);font-weight:900}.ccs-home-trust-fallback strong{font-size:15px}.ccs-home-trust-fallback p{margin:6px 0 0;font-size:13px;line-height:1.7;color:var(--home-muted)}

.ccs-home-cleaners{background:#fff}.ccs-home-section-head-split{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:35px}.ccs-home-section-head-split>div{max-width:780px}.ccs-home-section-head-split>a{padding-bottom:8px;font-size:13px;font-weight:800;color:var(--home-green);text-decoration:none}.ccs-home-cleaner-grid{margin-top:14px}

.ccs-home-provider-band{padding:0;background:#fff}.ccs-home-provider-band-inner{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1fr);min-height:520px;padding:0!important;overflow:hidden;border-radius:30px;background:#0a453d;color:#fff}.ccs-home-provider-photo{min-height:520px}.ccs-home-provider-photo img{width:100%;height:100%;object-fit:cover}.ccs-home-provider-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(44px,6vw,82px)}.ccs-home-provider-copy h2{max-width:670px;margin:14px 0 0;font-size:clamp(36px,4vw,58px);line-height:1.03;letter-spacing:-.05em;color:#fff}.ccs-home-provider-copy p{max-width:640px;margin:18px 0 28px;font-size:16px;line-height:1.75;color:rgba(255,255,255,.76)}

.ccs-home-final{padding:clamp(74px,9vw,128px) 0;background:#fff}.ccs-home-final-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,500px);align-items:end;gap:60px}.ccs-home-final-inner h2{margin:12px 0 0;font-size:clamp(38px,4.5vw,64px);line-height:1;letter-spacing:-.055em}.ccs-home-final-inner p{margin:16px 0 0;max-width:650px;font-size:16px;line-height:1.7;color:var(--home-muted)}.ccs-home-final form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px;border:1px solid #cedfda;border-radius:16px;background:#fff;box-shadow:0 15px 42px rgba(19,67,60,.08)}.ccs-home-final input{min-width:0;height:50px;padding:0 13px;border:0;outline:none;font:inherit;font-size:15px}.ccs-home-final button{min-height:50px;padding:0 17px;border:0;border-radius:11px;background:var(--home-green);color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}

@media(max-width:1100px){
  .ccs-home-hero-inner{grid-template-columns:minmax(0,1fr) 360px;gap:36px}.ccs-home-path-card{grid-template-columns:1fr}.ccs-home-path-media{height:235px}.ccs-home-services-layout{grid-template-columns:1fr 400px;gap:45px}.ccs-home-image-stack{min-height:540px}
}
@media(max-width:860px){
  .ccs-home-section{padding:72px 0}.ccs-home-hero{min-height:760px}.ccs-home-video-overlay{background:linear-gradient(0deg,rgba(4,35,32,.92) 0%,rgba(4,35,32,.65) 66%,rgba(4,35,32,.3) 100%)}.ccs-home-hero-inner{grid-template-columns:1fr;align-content:end;gap:28px;padding-top:100px;padding-bottom:46px}.ccs-home-hero-copy{max-width:650px}.ccs-home-search-card{width:min(100%,600px);align-self:auto}.ccs-home-proof-grid{grid-template-columns:1fr 1fr}.ccs-home-proof-grid>div{border-bottom:1px solid var(--home-line)}.ccs-home-proof-grid>div:nth-child(2){border-right:0}.ccs-home-proof-grid>div:nth-last-child(-n+2){border-bottom:0}.ccs-home-proof-grid>div:first-child{padding-left:22px}.ccs-home-path-grid{grid-template-columns:1fr}.ccs-home-path-card{grid-template-columns:260px 1fr}.ccs-home-path-media{height:auto}.ccs-home-services-layout{grid-template-columns:1fr}.ccs-home-image-stack{min-height:580px}.ccs-home-how-grid{grid-template-columns:1fr}.ccs-home-how-grid article{min-height:auto;padding:26px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.ccs-home-how-grid article:last-child{border-bottom:0}.ccs-home-testimonial-head{grid-template-columns:1fr;gap:0}.ccs-home-testimonial-grid{grid-template-columns:1fr}.ccs-home-testimonial-card{min-height:auto}.ccs-home-provider-band-inner{grid-template-columns:1fr}.ccs-home-provider-photo{min-height:360px;max-height:430px}.ccs-home-final-inner{grid-template-columns:1fr;gap:30px}
}
@media(max-width:620px){
  .ccs-home-hero{min-height:730px}.ccs-home-hero-inner{padding-inline:20px}.ccs-home-hero-copy h1{font-size:clamp(42px,12vw,58px)}.ccs-home-hero-copy>p{font-size:16px}.ccs-home-hero-actions{align-items:stretch;flex-direction:column}.ccs-home-btn{width:100%}.ccs-home-hero-note{text-align:center;line-height:1.5}.ccs-home-search-card{padding:15px;border-radius:17px}.ccs-home-search-icon{width:40px;height:40px}.ccs-home-search-card{grid-template-columns:40px 1fr}.ccs-home-search-card input,.ccs-home-search-card button{height:50px}.ccs-home-proof-grid{grid-template-columns:1fr}.ccs-home-proof-grid>div{min-height:64px;padding:14px 20px!important;border-right:0;border-bottom:1px solid var(--home-line)!important}.ccs-home-proof-grid>div:last-child{border-bottom:0!important}.ccs-home-section-head h2{font-size:34px}.ccs-home-path-card{grid-template-columns:1fr}.ccs-home-path-media{height:220px}.ccs-home-path-content{padding:25px 22px}.ccs-home-path-content h3{margin-top:18px;font-size:28px}.ccs-home-business-note{grid-template-columns:38px 1fr}.ccs-home-business-note>a{grid-column:2;white-space:normal}.ccs-home-service-list{grid-template-columns:1fr}.ccs-home-service-list>a:nth-child(odd){margin-right:0}.ccs-home-image-stack{min-height:430px}.ccs-home-image-main{right:35px;bottom:55px}.ccs-home-image-small{width:50%;height:38%;border-width:5px}.ccs-home-image-tag{left:14px;bottom:12px}.ccs-home-testimonial-card{padding:22px}.ccs-home-testimonial-card blockquote{font-size:16px}.ccs-home-section-head-split{align-items:flex-start;flex-direction:column}.ccs-home-provider-band{padding:0 16px}.ccs-home-provider-band-inner{border-radius:22px}.ccs-home-provider-photo{min-height:280px}.ccs-home-provider-copy{padding:34px 24px}.ccs-home-provider-copy h2{font-size:36px}.ccs-home-final form{grid-template-columns:1fr}.ccs-home-final button{width:100%}
}
@media(prefers-reduced-motion:reduce){.ccs-home-hero-video{display:none}.ccs-home-video-wrap{background:url('/media/cristal/marketing/cleaner-wiping-poster.jpg') center/cover no-repeat}.ccs-home *{scroll-behavior:auto!important;transition:none!important}}
