@charset "UTF-8";

:root{
  --zh-primary:var(--ks27ph-button,#3ca3d5);
  --zh-link:var(--ks27ph-link,#07549d);
  --zh-text:#262626;
  --zh-muted:#575757;
  --zh-shell:1120px;
}

.zh-home,.zh-home *{box-sizing:border-box}
.zh-home{background:#fff;color:var(--zh-text);font-family:Arial,Helvetica,sans-serif;overflow:hidden}
.zh-shell{width:min(var(--zh-shell),calc(100% - 36px));margin:0 auto}
.zh-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 23px;border-radius:3px;background:var(--zh-primary);color:#fff!important;text-decoration:none!important;font-size:14px;font-weight:700;border:0;box-shadow:none;transition:.2s ease}
.zh-button:hover{transform:translateY(-1px);filter:brightness(.96)}

/* HERO */
.zh-hero{position:relative;background:linear-gradient(#f3f8fc 0 48px,#fff 48px 100%);padding:58px 0 26px;min-height:410px}
.zh-hero__inner{display:grid;grid-template-columns:365px minmax(0,1fr);align-items:center;gap:28px;min-height:325px}
.zh-hero__content{padding-left:18px;position:relative;z-index:2}
.zh-hero__content h1{margin:0 0 12px;color:#07519c;font-size:38px;line-height:1.08;font-weight:800;letter-spacing:-.025em;max-width:360px}
.zh-hero__content p{margin:0 0 23px;color:#565656;font-size:15px;line-height:1.55;max-width:390px}
.zh-hero__media{height:335px;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}
.zh-hero__media::after{content:"";position:absolute;left:10%;right:4%;bottom:22px;height:30px;border-radius:50%;background:rgba(15,44,69,.18);filter:blur(18px)}
.zh-hero__media img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 12px 9px rgba(0,0,0,.13))}
.zh-hero__placeholder{width:90%;height:250px;border-radius:140px 40px 40px 140px;background:linear-gradient(135deg,#35a7e0,#0b6fb1);position:relative;box-shadow:0 20px 40px rgba(0,90,160,.18)}
.zh-hero__placeholder::before,.zh-hero__placeholder::after{content:"";position:absolute;bottom:-16px;width:70px;height:70px;border:10px solid #2f3438;border-radius:50%;background:#79818a}
.zh-hero__placeholder::before{left:18%}.zh-hero__placeholder::after{right:14%}

/* PROMO */
.zh-promo{padding:0 0 42px;background:#fff}
.zh-promo__inner{max-width:960px;min-height:122px;padding:24px 30px;display:flex;align-items:center;justify-content:center;gap:22px;background:#49a3d2;color:#fff;border-radius:4px;box-shadow:0 3px 8px rgba(0,0,0,.25)}
.zh-promo__icon{width:58px;flex:0 0 58px;display:flex;align-items:center;justify-content:center}
.zh-promo__icon svg{width:52px;height:52px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.zh-promo__copy{text-align:center}
.zh-promo h2{margin:0 0 10px;color:#fff;font-size:21px;line-height:1.25;font-weight:800}
.zh-promo p{margin:0;color:#fff;font-size:14px;line-height:1.4}

/* SERVICES */
.zh-services{padding:0 0 52px;background:#fff}
.zh-services__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.zh-service-card{min-width:0;background:#fff;border:1px solid #ededed;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.12);overflow:hidden;transition:.2s ease}
.zh-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.14)}
.zh-service-card a{display:flex;min-height:132px;padding:13px 8px 14px;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#222;text-decoration:none}
.zh-service-card__media{width:74px;height:62px;display:flex;align-items:center;justify-content:center;margin-bottom:9px}
.zh-service-card__media img{display:block;width:58px;height:58px;object-fit:contain;color:var(--zh-primary);transition:transform .2s ease,filter .2s ease}.zh-service-card:hover .zh-service-card__media img{transform:translateY(-2px) scale(1.04);filter:drop-shadow(0 4px 5px rgba(0,87,184,.18))}
.zh-service-card__fallback{width:56px;height:44px;border:3px solid #0581cc;border-radius:6px;position:relative}
.zh-service-card__fallback::before{content:"";position:absolute;left:8px;right:8px;top:10px;height:3px;background:#0581cc;box-shadow:0 9px 0 #0581cc,0 18px 0 #0581cc}
.zh-service-card h2{margin:0;font-size:14px;line-height:1.25;font-weight:700;color:#242424}

/* VIDEO + PRICE CARDS */
.zh-feature-links{padding:8px 0 24px;background:#fff}
.zh-feature-links__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:1000px}
.zh-feature-card{height:222px;display:grid;grid-template-columns:54% 46%;position:relative;overflow:hidden;border-radius:5px}
.zh-feature-card--video{background:#eaf7ff}
.zh-feature-card--price{background:#fff0df}
.zh-feature-card__copy{padding:54px 0 26px 38px;position:relative;z-index:2}
.zh-feature-card__copy h2{margin:0 0 22px;font-size:18px;line-height:1.2;color:#242424}
.zh-feature-card__copy p{margin:0 0 18px;font-family:Georgia,'Times New Roman',serif;font-size:13px;line-height:1.45;color:#111;max-width:275px}
.zh-feature-card__visual{position:relative;display:flex;align-items:center;justify-content:center}
.zh-feature-card__ring{position:absolute;width:195px;height:195px;border:4px solid #55baf4;border-radius:50%;background:#bfe7ff;right:12px;top:13px}
.zh-feature-card--price .zh-feature-card__ring{border-color:#e7821f;background:#ffd09d}
.zh-feature-card__visual img{position:relative;z-index:2;display:block;width:95%;height:78%;object-fit:contain;filter:drop-shadow(0 8px 4px rgba(0,0,0,.16))}
.zh-feature-card__play{position:absolute;z-index:3;left:47%;top:48%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.76);border:2px solid #fff;color:#777;font-size:20px;padding-left:4px;box-shadow:0 3px 10px rgba(0,0,0,.14)}
.zh-button--orange{background:#da7a1d}
.zh-feature-card__sofa{position:relative;z-index:2;width:180px;height:76px;border-radius:18px 18px 7px 7px;background:#d8d0ca;box-shadow:0 14px 0 #b8aaa0}
.zh-feature-card__machine{position:relative;z-index:2;width:78px;height:145px;border-radius:35px 35px 12px 12px;background:linear-gradient(90deg,#272727,#777,#1b1b1b);box-shadow:0 12px 0 -4px #111}

/* HOTEL */
.zh-hotel{position:relative;min-height:405px;margin-top:0;background:#edfaff;overflow:hidden;display:flex;align-items:center}
.zh-hotel__inner{position:relative;z-index:3;display:flex;justify-content:center}
.zh-hotel__content{width:420px;text-align:center;margin-top:-4px}
.zh-hotel__icon{width:80px;height:70px;margin:0 auto 14px;color:#07519c;font-size:76px;line-height:.75;transform:rotate(-8deg);font-family:Arial,sans-serif}
.zh-hotel__content h2{margin:0 0 18px;font-size:19px;color:#292929}
.zh-hotel__content p{margin:0 auto 20px;max-width:380px;font-family:Georgia,'Times New Roman',serif;font-size:13px;line-height:1.5;color:#111}
.zh-button--dark{background:#07489a}
.zh-hotel__window{position:absolute;left:0;top:0;width:205px;height:240px;opacity:.58;background:linear-gradient(90deg,transparent 45%,#fff 45% 55%,transparent 55%),linear-gradient(transparent 44%,#fff 44% 56%,transparent 56%);border:10px solid #fff;border-left:0}
.zh-hotel__worker{position:absolute;left:calc(50% - 450px);bottom:0;width:175px;height:285px}
.zh-hotel__worker::before{content:"";position:absolute;left:62px;top:12px;width:45px;height:45px;border-radius:50%;background:#f0a26d}
.zh-hotel__worker::after{content:"";position:absolute;left:36px;top:52px;width:95px;height:165px;border-radius:42px 42px 12px 12px;background:linear-gradient(90deg,#0a77c4 0 33%,#163f7a 33% 67%,#0a77c4 67%)}
.zh-hotel__worker span{position:absolute;left:98px;bottom:0;width:42px;height:150px;background:#0878bd;transform:rotate(-12deg);transform-origin:bottom;border-radius:20px}
.zh-hotel__sofa{position:absolute;right:calc(50% - 450px);bottom:58px;width:245px;height:105px;border-radius:28px 28px 12px 12px;background:#fff;box-shadow:0 18px 0 #d8e8ec}
.zh-hotel__sofa::before{content:"";position:absolute;left:-35px;right:-20px;bottom:-65px;height:70px;border-radius:50%;border:2px solid #dcecf1;transform:skewX(-20deg)}

@media(max-width:1100px){
  .zh-hero__inner{grid-template-columns:340px 1fr}.zh-services__grid{grid-template-columns:repeat(3,1fr)}
  .zh-hotel__worker{left:30px}.zh-hotel__sofa{right:25px}
}
@media(max-width:820px){
  .zh-hero{padding-top:34px}.zh-hero__inner{grid-template-columns:1fr;gap:10px}.zh-hero__content{text-align:center;padding:0}.zh-hero__content h1,.zh-hero__content p{margin-left:auto;margin-right:auto}.zh-hero__media{height:280px}
  .zh-promo__inner{flex-direction:column;text-align:center}.zh-services__grid{grid-template-columns:repeat(2,1fr)}
  .zh-feature-links__grid{grid-template-columns:1fr}.zh-feature-card{height:220px}
  .zh-hotel__worker{opacity:.34;left:5px}.zh-hotel__sofa{opacity:.35;right:-30px}.zh-hotel__content{width:min(92%,440px)}
}
@media(max-width:520px){
  .zh-shell{width:min(100% - 20px,var(--zh-shell))}.zh-hero{background:linear-gradient(#f3f8fc 0 24px,#fff 24px 100%);padding:36px 0 20px}.zh-hero__content h1{font-size:30px}.zh-hero__media{height:220px}
  .zh-promo{padding-bottom:28px}.zh-promo__inner{padding:22px 16px}.zh-promo h2{font-size:18px}.zh-services__grid{gap:10px}.zh-service-card a{min-height:120px}.zh-service-card h2{font-size:13px}
  .zh-feature-card{grid-template-columns:58% 42%;height:205px}.zh-feature-card__copy{padding:38px 0 22px 20px}.zh-feature-card__copy p{font-size:12px}.zh-feature-card__ring{width:145px;height:145px;right:-4px;top:30px}.zh-feature-card__play{left:50%}
  .zh-hotel{min-height:360px}.zh-hotel__window{width:130px;height:180px}.zh-hotel__worker{transform:scale(.72);transform-origin:left bottom}.zh-hotel__sofa{transform:scale(.7);transform-origin:right bottom}.zh-hotel__content{position:relative;z-index:5}.zh-hotel__content p{background:rgba(237,250,255,.78);padding:8px}
}
