    :root {
      --navy:#081b49; --blue:#075fca; --blue-dark:#034d9f;
      --pale:#edf7ff; --line:#dce5ef; --ink:#101a30;
      --muted:#4f5b70; --white:#fff;
      --display:Georgia,"Times New Roman",serif;
      --body:Inter,Arial,Helvetica,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;padding:0;background:#f8fafc;color:var(--ink);font-family:var(--body);line-height:1.55;-webkit-font-smoothing:antialiased}
    img,svg{display:block}
    a{color:inherit;text-decoration:none}
    .site{width:100%;margin:0;overflow:hidden;border:0;border-radius:0;background:#fff;box-shadow:none}
    .container{width:min(1180px,calc(100% - 64px));margin-inline:auto}
    .hero{position:relative;min-height:305px;display:flex;align-items:center;overflow:hidden;background:#eef9ff}
    .hero::after{content:"";position:absolute;inset:0 0 0 48.5%;background-image:linear-gradient(90deg,rgba(238,249,255,.88) 0%,rgba(238,249,255,.25) 18%,rgba(238,249,255,0) 34%),url("assets/services-hero-cleaning.webp");background-position:left center,center center;background-size:auto,cover;background-repeat:no-repeat}
    .hero-copy{position:relative;z-index:1;width:min(1180px,calc(100% - 64px));margin-inline:auto;padding:52px 0}
    .hero h1{max-width:500px;margin:0 0 18px;color:var(--navy);font:700 62px/1 var(--display);letter-spacing:-.02em}
    .hero p{max-width:500px;margin:0;color:#081b49;font-size:18px;font-weight:800;line-height:1.7}
    .hero-image{display:none}
    .services{padding:42px 0 30px}
    .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 38px}
    .service-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 3px 12px rgba(15,53,90,.035)}
    .service-image{width:100%;height:228px;object-fit:cover;border-radius:10px 10px 0 0}
    .icon-badge{position:absolute;top:202px;left:24px;display:grid;place-items:center;width:52px;height:52px;border:4px solid #fff;border-radius:50%;color:#fff;background:var(--blue);box-shadow:0 4px 10px rgba(7,95,202,.2)}
    .icon-badge svg{width:25px;height:25px}
    .service-copy{min-height:225px;padding:58px 24px 24px}
    .service-copy h2{margin:0 0 10px;color:var(--navy);font-size:18px;line-height:1.28}
    .service-copy p{margin:0;color:#27344b;font-size:13px;line-height:1.7}
    .works{padding:0 0 36px}
    .title{margin:0 0 18px;color:var(--navy);font:700 28px/1.15 var(--display)}
    .gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .gallery-item{position:relative;display:block;overflow:hidden;appearance:none;-webkit-appearance:none;padding:0;border:0;border-radius:10px;background:#e8f3fb;box-shadow:0 3px 12px rgba(15,53,90,.08);cursor:zoom-in;isolation:isolate}
    .gallery-item::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,95,202,0),rgba(7,95,202,.24));opacity:0;transition:opacity .28s ease;z-index:1}
    .gallery-item::after{content:"+";position:absolute;right:12px;bottom:10px;z-index:2;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:#fff;background:rgba(7,95,202,.82);font-size:24px;font-weight:300;line-height:1;opacity:0;transform:translateY(8px) scale(.9);transition:opacity .28s ease,transform .28s ease}
    .gallery-item img{width:100%;aspect-ratio:1.45/1;object-fit:cover;transition:transform .45s ease,filter .45s ease}
    .gallery-item:hover img,.gallery-item:focus-visible img,.gallery-item.is-active img{transform:scale(1.06);filter:saturate(1.08)}
    .gallery-item:hover::before,.gallery-item:focus-visible::before,.gallery-item.is-active::before,.gallery-item:hover::after,.gallery-item:focus-visible::after,.gallery-item.is-active::after{opacity:1}
    .gallery-item:hover::after,.gallery-item:focus-visible::after,.gallery-item.is-active::after{transform:translateY(0) scale(1)}
    body.gallery-modal-open{overflow:hidden}
    .gallery-lightbox{position:fixed!important;inset:0!important;z-index:9998;display:flex;align-items:center;justify-content:center;padding:clamp(18px,4vw,52px);background:rgba(4,18,45,.78);backdrop-filter:blur(5px)}
    .gallery-lightbox[hidden]{display:none!important}
    .gallery-lightbox__panel{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;width:min(1040px,calc(100vw - 48px));height:min(760px,calc(100vh - 48px));border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#fff;box-shadow:0 25px 80px rgba(0,0,0,.35);overflow:hidden}
    .gallery-lightbox img{width:100%;height:100%;min-height:0;object-fit:contain;background:#eef6fc}
    .gallery-lightbox__media{position:relative;overflow:hidden;background:#eef6fc}
    .gallery-lightbox__media img{transition:transform .28s ease;cursor:zoom-in}
    .gallery-lightbox__panel.is-zoomed .gallery-lightbox__media img{transform:scale(1.55);cursor:zoom-out}
    .gallery-lightbox__caption{padding:14px 18px;color:var(--navy);font-size:14px;font-weight:800;background:#fff}
    .gallery-lightbox__close{position:absolute;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:50%;color:#fff;background:var(--blue);font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.22)}
    .gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;color:#fff;background:rgba(7,95,202,.88);font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.22)}
    .gallery-lightbox__prev{left:14px}
    .gallery-lightbox__next{right:14px}
    .gallery-lightbox.is-opening .gallery-lightbox__panel{animation:galleryZoomIn .28s ease both}
    @keyframes galleryZoomIn{from{opacity:.45;transform:scale(.84)}to{opacity:1;transform:scale(1)}}
    .cta-wrap{padding:16px 0;background:#f3faff}
    .cta{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:24px;min-height:112px;padding:20px 46px;border-radius:9px;background:linear-gradient(105deg,#e2f3ff,#edf7ff)}
    .cta-icon{width:62px;height:62px;color:var(--blue)}
    .cta h2{margin:0 0 2px;color:var(--navy);font:700 23px/1.2 var(--display)}
    .cta p{margin:0;color:#24344f;font-size:14px}
    .button{display:flex;align-items:center;justify-content:center;gap:12px;min-width:218px;min-height:54px;padding:0 26px;border-radius:6px;color:#fff;background:var(--blue);font-size:14px;font-weight:800;box-shadow:0 7px 18px rgba(7,95,202,.16)}
    .button svg{width:19px;height:19px}
    :focus-visible{outline:3px solid rgba(25,115,220,.35);outline-offset:3px}
    @media(max-width:900px){
      .container{width:calc(100% - 40px)}
      .hero{min-height:300px}.hero::after{left:46%;background-position:left center,center center}.hero-copy{padding:48px 0}
      .service-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}
      .cta{grid-template-columns:65px 1fr}.cta .button{grid-column:1/-1;width:100%}
    }
    @media(max-width:600px){
      body{padding:0}.site{border:0;border-radius:0}.container{width:calc(100% - 32px)}
      .hero{min-height:270px;background:#eef9ff}
      .hero::after{inset:0;background-image:linear-gradient(180deg,rgba(238,249,255,.92) 0%,rgba(238,249,255,.78) 42%,rgba(238,249,255,.25) 100%),url("assets/services-hero-cleaning.webp");background-position:center,center right 32%;background-size:auto,cover;opacity:1}
      .hero h1{margin-bottom:14px;font-size:42px;text-align:center}
      .hero p{max-width:320px;margin-inline:auto;font-size:14px;line-height:1.62;text-align:center}
      .hero-copy{width:calc(100% - 32px);padding:44px 0 34px}
      .services{padding:26px 0 28px}
      .service-grid{grid-template-columns:1fr;gap:18px}
      .service-card{border-radius:10px}
      .service-image{height:188px;border-radius:9px 9px 0 0}
      .icon-badge{top:164px;left:20px;width:48px;height:48px;border-width:4px}
      .icon-badge svg{width:23px;height:23px}
      .service-copy{min-height:auto;padding:48px 20px 20px}
      .service-copy h2{font-size:17px}
      .service-copy p{font-size:12px;line-height:1.65}
      .works{padding-bottom:30px}
      .gallery{grid-template-columns:repeat(2,1fr);gap:12px}
      .gallery-item{border-radius:9px;box-shadow:0 5px 16px rgba(15,53,90,.1)}
      .gallery-item img{aspect-ratio:1.28/1}
      .gallery-item::after{right:8px;bottom:8px;width:26px;height:26px;font-size:19px}
      .gallery-lightbox{padding:14px}
      .gallery-lightbox__panel{width:calc(100vw - 24px);height:auto;max-height:calc(100vh - 96px);grid-template-rows:auto auto}
      .gallery-lightbox__media{max-height:calc(100vh - 150px)}
      .gallery-lightbox img{width:100%;height:auto;max-height:calc(100vh - 150px);object-fit:contain}
      .gallery-lightbox__panel.is-zoomed .gallery-lightbox__media img{transform:scale(1.7)}
      .gallery-lightbox__caption{padding:11px 14px;font-size:12px}
      .gallery-lightbox__nav{width:38px;height:38px;font-size:24px}
      .gallery-lightbox__prev{left:8px}
      .gallery-lightbox__next{right:8px}
      .gallery-lightbox__close{top:8px;right:8px;width:38px;height:38px;font-size:24px}
      .title{margin-bottom:16px;font-size:26px;text-align:center}
      .cta{grid-template-columns:1fr;padding:25px 20px;text-align:center}.cta-icon{margin:auto}.button{width:100%}
    }
