/*
Theme Name: ServiceOK UX Base
Theme URI: https://serviceok-serp.ru/
Author: ServiceOK
Description: ServiceOK 13.8 UX Base — самостоятельная тема сервисного центра.
Version: 13.8.9
Text Domain: serviceok
*/

:root{
  --so-green:#58b719;
  --so-green-dark:#3d9311;
  --so-dark:#121b17;
  --so-dark-soft:#1b2b24;
  --so-text:#111715;
  --so-muted:#666e69;
  --so-border:#e7ece8;
  --so-bg:#f7faf7;
  --so-white:#fff;
  --so-radius:20px;
  --so-shadow:0 14px 35px rgba(30,52,40,.08);
  --so-container:1460px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--so-text);
  background:#fff;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
button,input,textarea{font:inherit}
.so-container{width:min(calc(100% - 48px),var(--so-container));margin-inline:auto}
.so-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 24px;
  border-radius:11px;
  border:1px solid transparent;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  transition:.2s ease;
}
.so-btn:hover{transform:translateY(-2px)}
.so-btn--primary{background:linear-gradient(180deg,#68c826,#4cab12);color:#fff;box-shadow:0 10px 24px rgba(81,181,22,.24)}
.so-btn--secondary{background:#fff;border-color:#70bd46;color:#4d9f1e}
.so-section-label{
  color:#56aa23;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
@media(max-width:700px){
  .so-container{width:min(calc(100% - 28px),var(--so-container))}
}


/* ServiceOK 6.3.3: unified reviews */
.so-review-grid{align-items:stretch}
.so-review-card{display:flex;flex-direction:column;min-height:100%}
.so-review-card__text{flex:1}
.so-review-card__source{margin-top:auto;padding-top:18px;font-weight:700}
.so-reviews__head .so-btn--primary{white-space:nowrap}
@media(max-width:760px){.so-reviews__head{align-items:flex-start}.so-reviews__head .so-btn--primary{width:100%;white-space:normal;text-align:center}.so-review-card{min-height:auto}}

/* ServiceOK 6.4.1 — TV page refinements */
.so-tv-page .so-phone-hero-photo img{object-position:center 36%}
.so-tv-page .so-phone-trust__media img{object-position:center center}
.so-tv-page .so-phone-faq__contact-photo img{object-position:center 38%}
@media(max-width:720px){.so-tv-page .so-phone-hero-photo img{object-position:center 30%}}

/* ServiceOK 6.5.5 — единое кадрирование изображений услуг */
.so-device-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.so-device-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.so-device-card--tablet .so-device-card__media img {
  object-position: center 48%;
}

/* ServiceOK 8.2.0 — Tablet page */
.so-tablet-page .so-hero__media,
.so-tablet-page .so-hero__visual{
  background-image:url('assets/images/tablet-repair-hero.png');
  background-size:cover;background-position:center;border-radius:24px;overflow:hidden;
}
.so-tablet-page .so-hero__media img,
.so-tablet-page .so-hero__visual img{opacity:0}
@media(max-width:820px){
 .so-tablet-page .so-hero__media,.so-tablet-page .so-hero__visual{min-height:320px}
}



/* ServiceOK 8.4.0 — Contacts page */
.so-contact-page{background:#fff}.so-contact-hero{padding:72px 0;background:linear-gradient(110deg,#f7fbf4,#fff 65%)}.so-contact-hero__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.7fr);gap:70px;align-items:center}.so-contact-hero h1{font-size:clamp(44px,5vw,76px);line-height:.98;margin:18px 0 24px;letter-spacing:-.045em}.so-contact-hero h1 span{color:#50b817}.so-contact-hero p{max-width:800px;color:var(--so-muted);font-size:18px;line-height:1.7}.so-contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.so-contact-card{background:#fff;border:1px solid #dfe8df;border-radius:22px;padding:30px;box-shadow:var(--so-shadow)}.so-contact-card h2{margin:0 0 18px;font-size:25px}.so-contact-card dl{margin:0 0 22px}.so-contact-card dl>div{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:15px 0;border-bottom:1px solid var(--so-border)}.so-contact-card dt{color:#7b817d;font-size:14px}.so-contact-card dd{margin:0;font-weight:750}.so-contact-card .so-btn{width:100%}.so-contact-find{padding:90px 0}.so-contact-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:32px}.so-contact-head h2,.so-contact-info h2{font-size:clamp(36px,4vw,58px);line-height:1.05;margin:12px 0 0;letter-spacing:-.035em}.so-contact-head p{color:var(--so-muted);font-size:17px;line-height:1.7}.so-contact-find__grid{display:grid;grid-template-columns:1.45fr .55fr;gap:24px}.so-contact-find figure{margin:0;border-radius:24px;overflow:hidden;background:#f5f7f5;border:1px solid #e0e8e0}.so-contact-find figure img{width:100%;height:620px;object-fit:cover;object-position:center 58%}.so-contact-find figcaption{padding:14px 18px;color:var(--so-muted);font-size:14px}.so-contact-route{border-radius:24px;padding:34px;background:#143d27;color:#fff;display:flex;flex-direction:column;justify-content:center}.so-contact-route__pin{font-size:44px;color:#63c82a}.so-contact-route h3{font-size:30px;margin:16px 0 10px}.so-contact-route p{color:#dce9df;line-height:1.7}.so-contact-route .so-btn{margin-top:20px}.so-contact-call{color:#bde6a6;font-weight:800;margin-top:22px;text-decoration:none}.so-contact-info{padding:85px 0;background:#f7faf7}.so-contact-info__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}.so-contact-info article{background:#fff;border:1px solid #dfe8df;border-radius:20px;padding:28px}.so-contact-info article b{color:#56b71d;font-size:14px}.so-contact-info article h3{font-size:22px;margin:18px 0 10px}.so-contact-info article p{color:var(--so-muted);line-height:1.65}.so-contact-cta{padding:70px 0}.so-contact-cta__box{border:1px solid #dfe8df;border-radius:24px;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:35px}.so-contact-cta h2{font-size:36px;margin:8px 0}.so-contact-cta p{margin:0;color:var(--so-muted)}.so-contact-cta .so-contact-actions{margin:0;flex-shrink:0}
@media(max-width:900px){.so-contact-hero{padding:48px 0}.so-contact-hero__grid,.so-contact-head,.so-contact-find__grid{grid-template-columns:1fr;gap:28px}.so-contact-find figure img{height:500px}.so-contact-info__grid{grid-template-columns:1fr}.so-contact-cta__box{align-items:flex-start;flex-direction:column}.so-contact-cta .so-contact-actions{width:100%}}
@media(max-width:600px){.so-contact-hero h1{font-size:43px}.so-contact-actions{flex-direction:column}.so-contact-actions .so-btn{width:100%}.so-contact-card{padding:22px}.so-contact-card dl>div{grid-template-columns:1fr;gap:4px}.so-contact-find{padding:60px 0}.so-contact-find figure img{height:420px}.so-contact-route{padding:26px}.so-contact-cta__box{padding:26px}.so-contact-cta h2{font-size:30px}}


/* =========================================================
   ServiceOK 8.6.0 — dark footer, scroll CTA and modal request
   ========================================================= */

body.sok-request-open{overflow:hidden}

.so-footer--dark{
  position:relative;
  margin-top:0;
  padding:0;
  background:#282b29;
  color:#c8ceca;
}
.so-footer__accent{
  height:4px;
  background:linear-gradient(90deg,#4fbd13,#77c943 42%,#4fbd13);
}
.so-footer__grid{
  display:grid;
  grid-template-columns:1.15fr .72fr .9fr 1.15fr;
  gap:54px;
  padding-top:58px;
  padding-bottom:46px;
}
.so-footer--dark .so-logo__copy strong{color:#fff}
.so-footer--dark .so-logo__copy small{color:#9ca59f}
.so-footer--dark .so-logo__mark{color:#68c832}
.so-footer--dark .so-footer__brand p{
  max-width:390px;
  margin:20px 0;
  color:#aeb6b1;
  font-size:14px;
  line-height:1.7;
}
.so-footer--dark .so-footer__socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.so-footer--dark .so-footer__socials a{
  padding:8px 11px;
  border:1px solid #444945;
  border-radius:9px;
  color:#d9dedb;
  font-size:12px;
  text-decoration:none;
}
.so-footer--dark .so-footer__socials a:hover{
  border-color:#65bd36;
  color:#fff;
}
.so-footer__column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.so-footer__column strong{
  margin-bottom:6px;
  color:#fff;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.so-footer--dark .so-footer__column a,
.so-footer--dark .so-footer__column span{
  color:#aeb6b1;
  font-size:13px;
  line-height:1.5;
  text-decoration:none;
}
.so-footer--dark .so-footer__column a:hover{color:#71cb3f}
.so-footer--dark .so-footer__route{
  margin-top:6px;
  color:#70c93e!important;
  font-weight:800;
}
.so-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:24px;
  padding-bottom:30px;
  border-top:1px solid #444945;
}
.so-footer__bottom p{
  margin:0;
  color:#8f9892;
  font-size:12px;
  line-height:1.6;
}
.so-footer__bottom a{
  flex:0 0 auto;
  color:#aeb6b1;
  font-size:12px;
  text-decoration:none;
}

/* Thin scroll CTA */
.so-scroll-request{
  position:fixed;
  z-index:9996;
  right:0;
  bottom:0;
  left:0;
  visibility:hidden;
  opacity:0;
  transform:translateY(100%);
  border-top:1px solid rgba(100,190,51,.38);
  background:rgba(38,41,39,.97);
  color:#fff;
  box-shadow:0 -12px 34px rgba(10,20,14,.18);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
}
.so-scroll-request.is-visible{
  visibility:visible;
  opacity:1;
  transform:none;
}
.so-scroll-request__inner{
  min-height:64px;
  display:flex;
  align-items:center;
  gap:16px;
}
.so-scroll-request__inner strong{
  font-size:18px;
  white-space:nowrap;
}
.so-scroll-request__inner > span{
  flex:1;
  color:#c5ccc7;
  font-size:13px;
}
.so-scroll-request__phone,
.so-scroll-request__button{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:8px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.so-scroll-request__phone{
  border:1px solid #626963;
  color:#fff;
}
.so-scroll-request__button{
  border:1px solid #58bb25;
  background:#58bb25;
  color:#fff;
}
.so-scroll-request__button:hover{background:#4aa91b}

/* Modal */
.so-request-modal{
  position:fixed;
  z-index:1000000;
  inset:0;
  display:grid;
  place-items:center;
  padding:24px;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}
.so-request-modal.is-open{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
}
.so-request-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(18,25,20,.72);
  backdrop-filter:blur(4px);
}
.so-request-modal__dialog{
  position:relative;
  z-index:1;
  width:min(1160px,calc(100vw - 32px));
  max-height:calc(100vh - 48px);
  overflow:auto;
  border-radius:26px;
  background:#fff;
  box-shadow:0 32px 90px rgba(0,0,0,.30);
  transform:translateY(14px) scale(.985);
  transition:transform .22s ease;
}
.so-request-modal.is-open .so-request-modal__dialog{transform:none}
.so-request-modal__close{
  position:sticky;
  z-index:5;
  top:14px;
  float:right;
  width:42px;
  height:42px;
  margin:14px 14px -56px 0;
  border:1px solid #dfe7dc;
  border-radius:50%;
  background:#fff;
  color:#26372b;
  font-size:27px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(25,50,30,.12);
}
.so-request-modal__body .so-request-section{
  margin:0!important;
  padding:34px 0!important;
  background:#fff!important;
}
.so-request-modal__body .so-request-section > .so-container{
  width:min(1080px,calc(100% - 40px));
}
.so-request-modal__body .so-request-section + *{display:none}

/* The original full form no longer occupies page height after JS moves it. */
html.sok-request-ready .so-request-section#request{margin:0}

@media(max-width:1000px){
  .so-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:38px;
  }
}
@media(max-width:760px){
  .so-footer__grid{
    grid-template-columns:1fr;
    gap:30px;
    padding-top:42px;
  }
  .so-footer__bottom{
    align-items:flex-start;
    flex-direction:column;
    padding-bottom:100px;
  }
  .so-scroll-request__inner{
    min-height:66px;
    gap:8px;
    padding-top:8px;
    padding-bottom:8px;
  }
  .so-scroll-request__inner strong,
  .so-scroll-request__inner > span,
  .so-scroll-request__phone{
    display:none;
  }
  .so-scroll-request__button{
    width:100%;
    min-height:48px;
    border-radius:12px;
    font-size:14px;
  }
  .so-request-modal{
    padding:8px;
  }
  .so-request-modal__dialog{
    width:100%;
    max-height:calc(100dvh - 16px);
    border-radius:20px;
  }
  .so-request-modal__body .so-request-section{
    padding:22px 0!important;
  }
  .so-request-modal__body .so-request-section > .so-container{
    width:min(100% - 24px,1080px);
  }
}


/* =========================================================
   ServiceOK 8.6.1 — compact footer and reliable modal form
   ========================================================= */

/* Пока JS инициализируется, большая форма не занимает место на странице. */
html:not(.sok-request-ready) .so-request-section#request{
  display:none!important;
}

/* После переноса форма показывается только внутри модального окна. */
.so-request-modal__body .so-request-section#request,
.so-request-modal__body .so-request-section--in-modal{
  display:block!important;
  position:relative!important;
  margin:0!important;
  padding:26px 0!important;
}

body:not(.sok-request-open) .so-request-modal__body .so-request-section#request{
  display:block!important;
}

/* Компактный подвал */
.so-footer--dark .so-footer__grid{
  padding-top:38px!important;
  padding-bottom:30px!important;
  gap:38px!important;
}

.so-footer--dark .so-footer__brand p{
  margin:14px 0 16px!important;
  line-height:1.55!important;
}

.so-footer--dark .so-footer__column{
  gap:7px!important;
}

.so-footer--dark .so-footer__column strong{
  margin-bottom:3px!important;
}

.so-footer__bottom{
  padding-top:18px!important;
  padding-bottom:22px!important;
}

.so-footer__bottom p{
  max-width:900px;
}

@media(max-width:760px){
  .so-footer--dark .so-footer__grid{
    padding-top:30px!important;
    padding-bottom:24px!important;
    gap:24px!important;
  }

  .so-footer__bottom{
    padding-bottom:92px!important;
  }
}


/* ServiceOK 8.6.2 — sticky request panel visibility */
.so-scroll-request{
  z-index:99990!important;
  display:block!important;
}
.so-scroll-request.is-visible{
  visibility:visible!important;
  opacity:1!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
.so-scroll-request:not(.is-visible){
  pointer-events:none!important;
}
@media(min-width:761px){
  body:has(.so-scroll-request.is-visible){
    padding-bottom:64px;
  }
}
@media(max-width:760px){
  .so-scroll-request{
    bottom:72px!important;
    right:10px!important;
    left:10px!important;
    border:1px solid rgba(100,190,51,.35)!important;
    border-radius:14px!important;
    box-shadow:0 12px 30px rgba(10,20,14,.22)!important;
  }
  .so-scroll-request__inner{
    width:100%!important;
    padding-right:8px!important;
    padding-left:8px!important;
  }
}




/* =========================================================
   ServiceOK 8.6.5 — centered sticky actions + contact pulse
   ========================================================= */

/* Всплывающая строка: текст слева, кнопки ближе к центру,
   справа сохраняется свободная зона под виджет «Связаться». */
@media(min-width:761px){
  .so-scroll-request__inner{
    display:grid!important;
    grid-template-columns:auto minmax(220px,1fr) auto auto minmax(190px,.42fr)!important;
    align-items:center!important;
    column-gap:12px!important;
  }

  .so-scroll-request__inner strong{
    grid-column:1!important;
  }

  .so-scroll-request__inner > span{
    grid-column:2!important;
    min-width:0!important;
  }

  .so-scroll-request__phone{
    grid-column:3!important;
  }

  .so-scroll-request__button{
    grid-column:4!important;
  }

  .so-scroll-request__inner::after{
    content:"";
    grid-column:5!important;
    display:block;
    min-width:190px;
  }
}

/* На средних экранах убираем длинный поясняющий текст,
   но кнопки сохраняем в центре и не заводим под виджет. */
@media(min-width:761px) and (max-width:1100px){
  .so-scroll-request__inner{
    grid-template-columns:auto 1fr auto auto minmax(175px,.32fr)!important;
  }

  .so-scroll-request__inner > span{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}

/* Widget animation is controlled by ServiceOK Floating Contact 3.3.0. */


/* =========================================================
   ServiceOK 8.7.0 — premium footer polish
   ========================================================= */
.so-footer--dark{
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 8%,rgba(91,198,33,.08),transparent 28%),
    linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px),
    #0d1712;
  background-size:auto,42px 42px,42px 42px,auto;
}
.so-footer__accent{
  height:3px;
  background:linear-gradient(90deg,transparent,#55c51b 18%,#8be44f 50%,#55c51b 82%,transparent);
  box-shadow:0 0 18px rgba(92,210,32,.72);
}
.so-footer-logo{
  display:inline-flex;
  align-items:center;
  width:min(240px,100%);
  text-decoration:none;
  transform-origin:left center;
  animation:soFooterLogoBreathe 7s ease-in-out infinite;
}
.so-footer-logo img{width:208px;height:auto;object-fit:contain}
@keyframes soFooterLogoBreathe{0%,82%,100%{transform:scale(1)}90%{transform:scale(1.018)}}
.so-footer--dark .so-footer__brand p{max-width:440px}
.so-footer--dark .so-footer__socials{gap:10px}
.so-footer--dark .so-footer__socials .so-footer-social{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px 7px 8px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:rgba(255,255,255,.035);
  color:#eef4f0;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.so-footer--dark .so-footer__socials .so-footer-social:hover{
  transform:translateY(-3px) scale(1.02);
  border-color:rgba(102,205,48,.55);
  background:rgba(255,255,255,.065);
  box-shadow:0 10px 24px rgba(0,0,0,.22),0 0 18px rgba(92,198,39,.14);
}
.so-footer-social__icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;color:#fff}
.so-footer-social__icon svg{width:16px;height:16px;fill:currentColor}
.so-footer-social--telegram .so-footer-social__icon{background:#229ed9}
.so-footer-social--max .so-footer-social__icon{padding:0;background:transparent;overflow:hidden}
.so-footer-social--max .so-footer-social__icon img{display:block;width:28px;height:28px;border-radius:22%;object-fit:cover}
.so-footer-social--vk .so-footer-social__icon{background:#2787f5}
.so-footer__contact-list{display:flex;flex-direction:column;gap:10px}
.so-footer__contact-row{display:flex!important;align-items:flex-start;gap:10px}
.so-footer__contact-row svg,.so-footer__route svg{width:18px;height:18px;flex:0 0 18px;margin-top:1px;fill:none;stroke:#68c832;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.so-footer__route{
  min-height:40px;
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  margin-top:10px!important;
  padding:8px 12px;
  border:1px solid rgba(104,200,50,.28);
  border-radius:11px;
  background:rgba(104,200,50,.07);
  box-shadow:0 0 0 rgba(104,200,50,0);
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease;
  animation:soRouteGlow 5.8s ease-in-out infinite;
}
.so-footer__route i{font-style:normal;transition:transform .2s ease}
.so-footer__route:hover{transform:translateY(-2px);background:rgba(104,200,50,.13);border-color:rgba(104,200,50,.55);box-shadow:0 0 22px rgba(104,200,50,.12)}
.so-footer__route:hover i{transform:translateX(4px)}
@keyframes soRouteGlow{0%,72%,100%{box-shadow:0 0 0 rgba(104,200,50,0)}82%{box-shadow:0 0 22px rgba(104,200,50,.16)}}
.so-footer__bottom{border-top-color:rgba(255,255,255,.10)}
.so-footer__bottom p{max-width:1050px}
@media(max-width:760px){
  .so-footer-logo img{width:190px}
  .so-footer--dark .so-footer__socials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}
  .so-footer--dark .so-footer__socials .so-footer-social{justify-content:center;padding-right:8px}
  .so-footer-social span:last-child{display:none}
}
@media(prefers-reduced-motion:reduce){.so-footer-logo,.so-footer__route{animation:none!important}}

/* =========================================================
   ServiceOK 8.8.0 — quieter, shorter homepage
   ========================================================= */
.so-home-services{padding:58px 0 38px;background:#fff}
.so-home-section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:24px}
.so-home-section-head h2{margin:6px 0 0;font-size:clamp(30px,3vw,44px);letter-spacing:-1.4px}
.so-home-section-head>p{max-width:520px;margin:0;color:var(--so-muted)}
.so-home-section-head--compact{margin-bottom:18px}
.so-home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.so-home-service-card{min-height:108px;display:grid;grid-template-columns:82px 1fr 28px;align-items:center;gap:18px;padding:14px 18px;border:1px solid #edf0ed;border-radius:22px;background:#f7f8f7;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
.so-home-service-card:hover{transform:translateY(-3px);border-color:rgba(88,183,25,.35);background:#fff;box-shadow:0 16px 34px rgba(26,49,35,.08)}
.so-home-service-card__image{width:82px;height:76px;display:grid;place-items:center}
.so-home-service-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.so-home-service-card strong{font-size:17px;line-height:1.25}
.so-home-service-card__arrow{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:var(--so-green-dark);background:#eaf5e5;transition:transform .2s ease}
.so-home-service-card:hover .so-home-service-card__arrow{transform:translateX(3px)}
.so-home-service-cta{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 24px;border-radius:22px;background:#f5f6f5}
.so-home-service-cta h3{margin:0 0 6px;font-size:24px}
.so-home-service-cta p{margin:0;max-width:720px;color:var(--so-muted)}
.so-home-service-cta .so-btn{min-width:190px}

.so-home-trust{padding:36px 0 28px;background:#fff}
.so-home-trust-line{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--so-border);border-radius:22px;background:#fff;overflow:hidden}
.so-home-trust-line>div{min-height:112px;display:grid;grid-template-columns:28px 1fr;align-content:center;padding:20px 18px;border-right:1px solid var(--so-border)}
.so-home-trust-line>div:last-child{border-right:0}
.so-home-trust-line span{grid-row:1/3;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#ebf6e6;color:var(--so-green-dark);font-weight:900}
.so-home-trust-line strong{font-size:14px;line-height:1.3}
.so-home-trust-line small{margin-top:5px;color:var(--so-muted);font-size:11px;line-height:1.35}
.so-home-process{margin-top:18px;display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:center;padding:26px 28px;border-radius:22px;background:#122019;color:#fff}
.so-home-process__intro h2{margin:5px 0 8px;font-size:28px}
.so-home-process__intro p{margin:0;color:#bac7bf}
.so-home-process__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:relative}
.so-home-process__steps:before{content:"";position:absolute;left:10%;right:10%;top:19px;height:1px;background:rgba(255,255,255,.18)}
.so-home-process__steps>div{position:relative;text-align:center;padding:0 10px}
.so-home-process__steps i{position:relative;z-index:1;width:40px;height:40px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;background:var(--so-green);font-style:normal;font-weight:900}
.so-home-process__steps strong{display:block;font-size:13px}
.so-home-process__steps small{display:block;margin-top:5px;color:#b7c3bc;font-size:10px}

.so-home-works{padding:22px 0 34px;background:#fff}
.so-home-works__details{border:1px solid var(--so-border);border-radius:22px;background:#fafbfa;overflow:hidden}
.so-home-works__details summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px}
.so-home-works__details summary::-webkit-details-marker{display:none}
.so-home-works__details summary>span{display:grid;gap:4px}
.so-home-works__details summary strong{font-size:24px}
.so-home-works__details summary small{color:var(--so-muted)}
.so-home-works__details summary>i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#eaf5e5;color:var(--so-green-dark);font-size:25px;font-style:normal;transition:transform .25s ease}
.so-home-works__details[open] summary>i{transform:rotate(45deg)}
.so-home-works__content{padding:4px 26px 26px;border-top:1px solid var(--so-border)}
.so-home-works__content .so-work-grid{margin-top:22px}
.so-home-works__all{display:flex;justify-content:center;margin-top:20px}

/* Old homepage modules are intentionally retired in 8.8.0. */
.so-main-grid,.so-stats,.so-works-teaser,.so-works{display:none!important}

@media(max-width:1000px){
  .so-home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .so-home-trust-line{grid-template-columns:repeat(2,minmax(0,1fr))}
  .so-home-trust-line>div{border-bottom:1px solid var(--so-border)}
  .so-home-trust-line>div:nth-child(2n){border-right:0}
  .so-home-trust-line>div:last-child{grid-column:1/-1;border-bottom:0}
  .so-home-process{grid-template-columns:1fr}
}
@media(max-width:760px){
  .so-home-services{padding:38px 0 24px}
  .so-home-section-head{display:block;margin-bottom:18px}
  .so-home-section-head>p{margin-top:10px}
  .so-home-service-grid{grid-template-columns:1fr;gap:10px}
  .so-home-service-card{min-height:90px;grid-template-columns:66px 1fr 28px;padding:10px 14px;border-radius:18px}
  .so-home-service-card__image{width:66px;height:64px}
  .so-home-service-cta{display:block;padding:20px;border-radius:18px}
  .so-home-service-cta .so-btn{width:100%;margin-top:16px}
  .so-home-trust{padding-top:24px}
  .so-home-trust-line{grid-template-columns:1fr;border-radius:18px}
  .so-home-trust-line>div,.so-home-trust-line>div:nth-child(2n),.so-home-trust-line>div:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--so-border);min-height:88px}
  .so-home-trust-line>div:last-child{border-bottom:0}
  .so-home-process{padding:22px 18px;border-radius:18px}
  .so-home-process__steps{grid-template-columns:1fr 1fr;gap:20px 8px}
  .so-home-process__steps:before{display:none}
  .so-home-works__details summary{padding:18px}
  .so-home-works__details summary strong{font-size:21px}
  .so-home-works__details summary small{font-size:12px}
  .so-home-works__content{padding:4px 18px 20px}
}
@media(max-width:460px){
  .so-home-process__steps{grid-template-columns:1fr}
}


/* =========================================================
   ServiceOK 8.8.1 — compact home refinements
   ========================================================= */

/* Opened work cards must remain inside the content column. */
.so-home-works__content,
.so-home-works__content .so-work-grid,
.so-home-works__content .so-work-card,
.so-home-works__content .so-work-card__images,
.so-home-works__content .so-work-card__body{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
.so-home-works__content .so-work-grid{
  width:100%;
  margin-left:0!important;
  margin-right:0!important;
}
.so-home-works__content .so-work-card{
  width:100%;
}
.so-home-works__content .so-work-card__images img{
  display:block;
  max-width:100%;
}

/* The rating summary already appears in the hero. */
.so-reviews__summary{display:none!important}

/* Keep only a wide map at the bottom of the homepage. */
.so-contacts--map-only{
  padding:54px 0 64px;
}
.so-contacts--map-only .so-home-section-head{
  margin-bottom:20px;
}
.so-map--wide{
  width:100%;
  min-height:420px;
}
.so-map--wide iframe{
  min-height:420px;
}

@media(max-width:760px){
  /* No duplicate mobile call-to-action bar: the floating contact widget remains. */
  .so-scroll-request{
    display:none!important;
  }
  body:has(.so-scroll-request.is-visible){
    padding-bottom:0!important;
  }

  /* Works accordion: comfortable inset and no left clipping. */
  .so-home-works__details{
    border-radius:18px;
  }
  .so-home-works__content{
    padding:4px 12px 16px!important;
    overflow:hidden;
  }
  .so-home-works__content .so-work-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
  }
  .so-home-works__content .so-work-card{
    margin:0!important;
    border-radius:16px!important;
  }
  .so-home-works__content .so-work-card__images,
  .so-home-works__content .so-work-card__images--single,
  .so-home-works__content .so-work-card__images--single .so-work-card__single,
  .so-home-works__content .so-work-card__images img,
  .so-home-works__content .so-work-card__images--single img{
    width:100%!important;
    height:190px!important;
    min-height:190px!important;
  }
  .so-home-works__content .so-work-card__body{
    padding:16px!important;
  }

  /* Compact map-only contact section. */
  .so-contacts--map-only{
    padding:34px 0 40px!important;
  }
  .so-contacts--map-only .so-home-section-head{
    margin-bottom:14px;
  }
  .so-map--wide,
  .so-map--wide iframe{
    min-height:320px!important;
  }

  /* Much shorter mobile footer. */
  .so-footer--dark .so-footer__grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding-top:24px!important;
    padding-bottom:18px!important;
  }
  .so-footer-logo{
    width:190px!important;
    animation:none!important;
  }
  .so-footer-logo img{
    width:190px!important;
  }
  .so-footer--dark .so-footer__brand p{
    margin:10px 0 12px!important;
    font-size:12px!important;
    line-height:1.5!important;
  }
  .so-footer--dark .so-footer__socials{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:8px!important;
  }
  .so-footer--dark .so-footer__socials .so-footer-social{
    min-height:40px!important;
    justify-content:center!important;
    padding:6px!important;
  }
  .so-footer-social>span:last-child{
    display:none!important;
  }
  .so-footer__grid > nav.so-footer__column{
    display:none!important;
  }
  .so-footer__contacts{
    gap:8px!important;
  }
  .so-footer__contacts>strong{
    margin:0 0 2px!important;
  }
  .so-footer__contact-list{
    gap:7px!important;
  }
  .so-footer__contact-row{
    font-size:12px!important;
    line-height:1.4!important;
  }
  .so-footer__route{
    min-height:38px!important;
    margin-top:4px!important;
    font-size:12px!important;
  }
  .so-footer__bottom{
    gap:5px!important;
    padding-top:14px!important;
    padding-bottom:22px!important;
    font-size:10px!important;
    line-height:1.45!important;
  }
  .so-footer__bottom p{
    margin:0!important;
  }
}


/* =========================================================
   ServiceOK 8.8.2 — correct repair-card media sizing
   ========================================================= */
.so-home-works__content .so-work-card__images--single{
  display:block!important;
  width:100%!important;
  height:auto!important;
}
.so-home-works__content .so-work-card__images--single .so-work-card__single{
  width:100%!important;
  height:clamp(210px,22vw,310px)!important;
  min-height:0!important;
  overflow:hidden;
  border-right:0!important;
}
.so-home-works__content .so-work-card__images--single img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
}
@media(max-width:760px){
  .so-home-works__content .so-work-card__images--single,
  .so-home-works__content .so-work-card__images--single .so-work-card__single{
    height:220px!important;
    min-height:220px!important;
  }
}
@media(max-width:420px){
  .so-home-works__content .so-work-card__images--single,
  .so-home-works__content .so-work-card__images--single .so-work-card__single{
    height:190px!important;
    min-height:190px!important;
  }
}

/* =========================================================
   ServiceOK 8.8.3 — remove duplicate mobile action controls
   The Floating Contact plugin is the only fixed mobile control.
   ========================================================= */
@media (max-width:760px){
  html body{
    padding-bottom:0!important;
  }

  /* Legacy homepage bar, device-page bar and scroll CTA. */
  .so-mobile-bar,
  .so-phone-mobile-actions,
  .so-scroll-request,
  [data-scroll-request]{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translateY(120%)!important;
  }

  /* Old theme FAB duplicated the separate ServiceOK contact plugin. */
  .so-fab{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  /* Remove spacing previously reserved for fixed bars. */
  .so-footer,
  .so-footer--dark{
    margin-bottom:0!important;
  }
  .so-footer__bottom{
    padding-bottom:22px!important;
  }
}

/* ServiceOK 8.9.0 — compact internal service pages */
.so-device-compact{padding:22px 0 10px;background:#fff}
.so-device-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e1eadf;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 16px 36px rgba(24,54,30,.05)}
.so-device-benefits>div{min-width:0;padding:22px 20px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;border-right:1px solid #e6ece5}
.so-device-benefits>div:last-child{border-right:0}
.so-device-benefits__icon{grid-row:1/3;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#edf8e9;color:#3cac16;font-weight:900;font-size:20px}
.so-device-benefits strong{font-size:15px;line-height:1.25;color:#152019}
.so-device-benefits small{margin-top:4px;color:#6b756d;font-size:12px;line-height:1.35}
.so-device-process{padding:44px 0 50px;background:#f7faf6}
.so-device-process__head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:24px}
.so-device-process__head h2{margin:5px 0 0;font-size:clamp(28px,3vw,42px);line-height:1.08}
.so-device-process__head p{max-width:520px;margin:0;color:#647068;line-height:1.65}
.so-device-process__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dfe8dd;border-radius:22px;background:#fff;overflow:hidden}
.so-device-process__steps li{position:relative;padding:24px 20px;display:flex;align-items:center;gap:13px;border-right:1px solid #e4ebe2}
.so-device-process__steps li:last-child{border-right:0}
.so-device-process__steps li:not(:last-child)::after{content:'→';position:absolute;right:-9px;z-index:2;width:18px;height:18px;border-radius:50%;background:#fff;color:#46b91b;display:grid;place-items:center;font-weight:900}
.so-device-process__steps span{font-size:12px;font-weight:900;color:#43b518;background:#edf8e9;border-radius:9px;padding:7px 8px}
.so-device-process__steps strong{font-size:14px;line-height:1.3;color:#172019}
@media(max-width:800px){
 .so-device-compact{padding:14px 0 4px}
 .so-device-benefits{grid-template-columns:1fr 1fr;border-radius:18px}
 .so-device-benefits>div{padding:16px 13px;grid-template-columns:34px 1fr;column-gap:9px;border-bottom:1px solid #e6ece5}
 .so-device-benefits>div:nth-child(2n){border-right:0}
 .so-device-benefits>div:nth-last-child(-n+2){border-bottom:0}
 .so-device-benefits__icon{width:34px;height:34px;border-radius:11px;font-size:16px}
 .so-device-benefits strong{font-size:13px}.so-device-benefits small{font-size:11px}
 .so-device-process{padding:32px 0 38px}
 .so-device-process__head{display:block;margin-bottom:18px}.so-device-process__head p{margin-top:10px;font-size:14px}
 .so-device-process__steps{grid-template-columns:1fr 1fr;border-radius:18px}
 .so-device-process__steps li{padding:17px 13px;border-bottom:1px solid #e4ebe2}
 .so-device-process__steps li:nth-child(2n){border-right:0}.so-device-process__steps li:nth-last-child(-n+2){border-bottom:0}
 .so-device-process__steps li::after{display:none!important}
}
@media(max-width:420px){
 .so-device-benefits{grid-template-columns:1fr}
 .so-device-benefits>div{border-right:0!important;border-bottom:1px solid #e6ece5!important}
 .so-device-benefits>div:last-child{border-bottom:0!important}
 .so-device-process__steps{grid-template-columns:1fr}
 .so-device-process__steps li{border-right:0!important;border-bottom:1px solid #e4ebe2!important}
 .so-device-process__steps li:last-child{border-bottom:0!important}
}
\n\n/* =========================================================\n   ServiceOK 9.0 Premium — unified minimal interface\n   ========================================================= */\n:root{\n  --so-radius:20px;\n  --so-section-space:clamp(52px,6vw,82px);\n  --so-shadow-soft:0 12px 34px rgba(25,48,35,.065);\n}\n\n/* Внутренние страницы: меньше повторов и больше воздуха */\n.so-phone-page .so-phone-hero{padding:clamp(48px,6vw,82px) 0 clamp(42px,5vw,68px)}\n.so-phone-page .so-phone-hero__lead{max-width:790px;line-height:1.65}\n.so-phone-page .so-phone-hero__facts{margin-top:24px}\n.so-phone-page .so-phone-services{padding:var(--so-section-space) 0}\n.so-phone-page .so-phone-services__grid{gap:16px}\n.so-phone-page .so-phone-service-card{border-radius:var(--so-radius);box-shadow:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}\n.so-phone-page .so-phone-service-card:hover{transform:translateY(-3px);border-color:rgba(88,183,25,.42);box-shadow:var(--so-shadow-soft)}\n.so-phone-page .so-phone-service-card__footer i{transition:transform .2s ease}\n.so-phone-page .so-phone-service-card:hover .so-phone-service-card__footer i{transform:translateX(4px)}\n\n/* Единая тонкая лента преимуществ */\n.so-device-compact{padding:10px 0 0}\n.so-device-benefits{border-radius:var(--so-radius);box-shadow:none}\n.so-device-benefits>div{min-height:92px}\n.so-device-benefits__icon{font-family:inherit;font-weight:900}\n\n/* Единый короткий процесс */\n.so-device-process{padding:clamp(42px,5vw,68px) 0}\n.so-device-process__steps{border-radius:var(--so-radius);box-shadow:none}\n.so-device-process__steps li{min-height:84px}\n\n/* FAQ — только полезные вопросы, без повторной контактной карточки */\n.so-phone-faq{padding:clamp(46px,5vw,72px) 0}\n.so-phone-faq__grid{grid-template-columns:minmax(0,1fr)!important;gap:22px!important}\n.so-phone-faq__intro{max-width:760px}\n.so-phone-faq__contact{display:none!important}\n.so-phone-faq__items{max-width:none!important}\n.so-phone-faq details{border-radius:var(--so-radius)!important;overflow:hidden}\n.so-phone-faq summary{transition:background-color .2s ease,color .2s ease}\n.so-phone-faq details[open] summary{background:#f4faf1}\n.so-phone-faq summary::after{transition:transform .25s ease}\n.so-phone-faq details[open] summary::after{transform:rotate(45deg)}\n\n/* Форма остаётся единственным полноценным CTA на странице */\n.so-phone-request{padding:clamp(48px,5vw,74px) 0}\n.so-phone-final-cta,.so-phone-proof,.so-phone-brands,.so-phone-trust,.so-phone-process{display:none!important}\n\n/* Карты и встроенные фреймы */\n.so-map,.so-contact-map,.so-map-wrap,.so-home-map{border-radius:var(--so-radius)!important;overflow:hidden;box-shadow:var(--so-shadow-soft)}\n.so-map iframe,.so-contact-map iframe,.so-map-wrap iframe,.so-home-map iframe{display:block;width:100%;min-height:420px;border:0}\n\n/* Единые интерактивные кнопки */\n.so-btn,.so-route-button,.so-footer-route{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}\n.so-btn:hover,.so-route-button:hover,.so-footer-route:hover{transform:translateY(-2px)}\n\n/* Ненавязчивое появление */\n.so-reveal{transition:opacity .55s ease,transform .55s cubic-bezier(.2,.7,.2,1)}\n\n@media(max-width:820px){\n  .so-phone-page .so-phone-hero{padding:32px 0 38px}\n  .so-phone-page .so-phone-hero__lead{font-size:15px;line-height:1.55}\n  .so-phone-page .so-phone-hero__facts{gap:8px}\n  .so-phone-page .so-phone-services{padding:42px 0}\n  .so-phone-services__grid{grid-template-columns:1fr!important}\n  .so-phone-service-card{min-height:0!important;padding:18px!important}\n  .so-device-process{padding:36px 0 42px}\n  .so-phone-faq{padding:38px 0}\n  .so-map iframe,.so-contact-map iframe,.so-map-wrap iframe,.so-home-map iframe{min-height:330px}\n}\n\n@media(prefers-reduced-motion:reduce){\n  .so-reveal,.so-btn,.so-phone-service-card,.so-phone-faq summary::after{transition:none!important}\n}\n
/* =========================================================
   ServiceOK 9.1 — rebuilt compact contacts page
   ========================================================= */
.so-contact-page--compact{background:#fff}
.so-contact-intro{padding:clamp(46px,6vw,82px) 0 34px;background:linear-gradient(180deg,#fff 0%,#f7faf6 100%)}
.so-contact-intro__copy{max-width:860px}
.so-contact-intro__copy h1{margin:10px 0 16px;font-size:clamp(42px,5.5vw,76px);line-height:.98;letter-spacing:-.045em}
.so-contact-intro__copy p{max-width:780px;margin:0;color:#5f6c64;font-size:clamp(16px,1.5vw,19px);line-height:1.65}
.so-contact-intro__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;max-width:900px}
.so-contact-action{min-height:76px;padding:14px 18px;border:1px solid #dfe8dd;border-radius:20px;background:#fff;color:#162019;text-decoration:none;display:flex;align-items:center;gap:13px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.so-contact-action:hover{transform:translateY(-2px);border-color:rgba(88,183,25,.45);box-shadow:0 12px 28px rgba(24,54,30,.07)}
.so-contact-action--primary{background:#50bf16;border-color:#50bf16;color:#fff}
.so-contact-action__icon{width:42px;height:42px;flex:0 0 42px;border-radius:14px;display:grid;place-items:center;background:#edf8e9;color:#42ac18}
.so-contact-action--primary .so-contact-action__icon{background:rgba(255,255,255,.18);color:#fff}
.so-contact-action__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.so-contact-action small,.so-contact-action strong{display:block}
.so-contact-action small{margin-bottom:3px;font-size:11px;color:#7a847d}
.so-contact-action--primary small{color:rgba(255,255,255,.78)}
.so-contact-action strong{font-size:15px;line-height:1.2}
.so-contact-strip{display:grid;grid-template-columns:1.1fr 1.5fr 1fr;margin-top:34px;border:1px solid #e1e8df;border-radius:20px;background:#fff;overflow:hidden}
.so-contact-strip>div{padding:18px 20px;border-right:1px solid #e5ebe3}
.so-contact-strip>div:last-child{border-right:0}
.so-contact-strip span,.so-contact-strip strong{display:block}
.so-contact-strip span{margin-bottom:5px;color:#7a847d;font-size:11px}
.so-contact-strip strong{font-size:14px;line-height:1.45}
.so-contact-map-section{padding:clamp(48px,6vw,78px) 0}
.so-contact-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}
.so-contact-section-head h2{margin:6px 0 0;font-size:clamp(30px,3.5vw,48px);line-height:1.05}
.so-contact-section-head p{margin:0;color:#677169;font-size:15px}
.so-contact-map-large{position:relative;min-height:500px;border-radius:24px;overflow:hidden;border:1px solid #dfe7dd;box-shadow:0 16px 38px rgba(23,49,32,.08)}
.so-contact-map-large iframe{display:block;width:100%;height:500px;border:0}
.so-contact-map-button{position:absolute;left:22px;bottom:22px;min-height:50px;padding:0 20px;border-radius:15px;background:#50bf16;color:#fff;text-decoration:none;font-weight:800;display:inline-flex;align-items:center;gap:12px;box-shadow:0 12px 28px rgba(55,149,17,.26);transition:transform .2s ease,box-shadow .2s ease}
.so-contact-map-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(55,149,17,.32)}
.so-contact-map-button span{transition:transform .2s ease}.so-contact-map-button:hover span{transform:translateX(4px)}
.so-contact-visit{padding:0 0 clamp(56px,7vw,92px)}
.so-contact-visit__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:26px;align-items:stretch}
.so-contact-entrance{margin:0;border-radius:24px;overflow:hidden;border:1px solid #dfe7dd;background:#fff}
.so-contact-entrance img{display:block;width:100%;height:clamp(320px,34vw,480px);object-fit:cover;object-position:center}
.so-contact-entrance figcaption{padding:16px 18px;color:#667068;font-size:13px;line-height:1.55}
.so-contact-before{padding:clamp(26px,3.5vw,42px);border-radius:24px;background:#102019;color:#fff}
.so-contact-before h2{margin:8px 0 24px;font-size:clamp(30px,3vw,44px);line-height:1.05}
.so-contact-before ul{list-style:none;margin:0;padding:0;display:grid;gap:0}
.so-contact-before li{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.so-contact-before li:first-child{padding-top:0}.so-contact-before li:last-child{border-bottom:0}
.so-contact-before li>span{width:36px;height:36px;border-radius:12px;background:rgba(83,193,24,.16);color:#6edb34;display:grid;place-items:center;font-size:11px;font-weight:900}
.so-contact-before strong{display:block;font-size:15px}.so-contact-before p{margin:5px 0 0;color:#b9c5be;font-size:13px;line-height:1.45}
.so-contact-call-link{display:inline-block;margin-top:20px;color:#77df3e;text-decoration:none;font-weight:800;font-size:13px}

@media(max-width:820px){
  .so-contact-intro{padding:34px 0 28px}
  .so-contact-intro__copy h1{font-size:clamp(38px,11vw,56px)}
  .so-contact-intro__copy p{font-size:15px;line-height:1.55}
  .so-contact-intro__actions{grid-template-columns:1fr;margin-top:22px}
  .so-contact-action{min-height:66px;padding:11px 14px;border-radius:17px}
  .so-contact-strip{grid-template-columns:1fr;margin-top:22px;border-radius:18px}
  .so-contact-strip>div{padding:14px 16px;border-right:0;border-bottom:1px solid #e5ebe3}
  .so-contact-strip>div:last-child{border-bottom:0}
  .so-contact-map-section{padding:38px 0}
  .so-contact-section-head{display:block;margin-bottom:14px}
  .so-contact-section-head p{margin-top:8px}
  .so-contact-map-large,.so-contact-map-large iframe{min-height:360px;height:360px}
  .so-contact-map-button{left:14px;right:14px;bottom:14px;justify-content:center}
  .so-contact-visit{padding-bottom:48px}
  .so-contact-visit__grid{grid-template-columns:1fr;gap:16px}
  .so-contact-entrance,.so-contact-before{border-radius:20px}
  .so-contact-entrance img{height:280px}
  .so-contact-before{padding:24px 19px}
}

@media(max-width:430px){
  .so-contact-intro__copy h1{font-size:40px}
  .so-contact-action__icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}
  .so-contact-map-large,.so-contact-map-large iframe{min-height:320px;height:320px}
  .so-contact-entrance img{height:235px}
}


/* ServiceOK 9.1.1 — contact and smartphone media fixes */
.so-contact-intro__copy h1{max-width:820px;}
.so-contact-entrance{background:#f5f7f5;}
.so-contact-entrance img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;}
@media(max-width:600px){
  .so-contact-intro__copy h1{font-size:clamp(38px,11vw,50px);line-height:1.02;}
  .so-contact-entrance img{height:auto!important;}
}

/* =========================================================
   ServiceOK 9.2 — contacts page based on approved mockup
   ========================================================= */
.so-contact-page--mockup{background:#fff}
.so-contact-showcase{padding:clamp(44px,5vw,72px) 0 24px}
.so-contact-showcase__grid{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);gap:clamp(38px,6vw,90px);align-items:center}
.so-contact-showcase__content{padding-left:clamp(0px,1vw,18px)}
.so-contact-showcase__content h1{margin:14px 0 18px;font-size:clamp(44px,4.5vw,68px);line-height:1.04;letter-spacing:-.045em}
.so-contact-showcase__content>p{margin:0;color:#606963;font-size:17px;line-height:1.55}
.so-contact-showcase__actions{display:grid;gap:10px;margin-top:28px;max-width:440px}
.so-contact-wide-action{min-height:62px;padding:10px 18px;border:1px solid #5aba2c;border-radius:14px;background:#fff;color:#309318;text-decoration:none;display:flex;align-items:center;gap:14px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.so-contact-wide-action:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(45,127,22,.12)}
.so-contact-wide-action--primary{background:linear-gradient(135deg,#52c919,#38a915);border-color:transparent;color:#fff;box-shadow:0 12px 28px rgba(62,166,20,.2)}
.so-contact-wide-action__icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px}
.so-contact-wide-action__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.so-contact-wide-action small,.so-contact-wide-action strong{display:block}.so-contact-wide-action small{font-size:11px;font-weight:500;opacity:.82}.so-contact-wide-action strong{font-size:16px;line-height:1.2}
.so-contact-showcase__photo{margin:0;border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(23,49,32,.12);background:#edf1ed;aspect-ratio:1.7/1}
.so-contact-showcase__photo img{width:100%;height:100%;object-fit:cover;object-position:center 52%}
.so-contact-facts{display:grid;grid-template-columns:repeat(4,1fr);margin-top:26px;border:1px solid #e2e8e2;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(26,48,34,.055);overflow:hidden}
.so-contact-facts>div{display:flex;align-items:center;gap:14px;padding:21px 22px;border-right:1px solid #e7ece7}.so-contact-facts>div:last-child{border-right:0}
.so-contact-facts__icon{width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:#eff8eb;color:#3ea815;display:grid;place-items:center;font-size:24px;font-weight:700}
.so-contact-facts p{margin:0}.so-contact-facts b,.so-contact-facts strong{display:block}.so-contact-facts b{margin-bottom:4px;font-size:13px}.so-contact-facts strong{font-size:14px;line-height:1.45;font-weight:600}
.so-contact-map-panel{padding:0 0 22px}
.so-contact-map-panel__map{position:relative;min-height:310px;border-radius:20px;overflow:hidden;border:1px solid #e0e7df;box-shadow:0 12px 30px rgba(24,49,32,.07)}
.so-contact-map-panel__map iframe{display:block;width:100%;height:310px;border:0}
.so-contact-map-panel__card{position:absolute;left:28px;top:50%;transform:translateY(-50%);width:min(330px,calc(100% - 56px));padding:22px;border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(24,49,32,.14);backdrop-filter:blur(8px)}
.so-contact-map-panel__card strong,.so-contact-map-panel__card span{display:block}.so-contact-map-panel__card strong{font-size:16px}.so-contact-map-panel__card span{margin-top:4px;color:#69716c;font-size:14px}.so-contact-map-panel__card a{display:inline-flex;margin-top:18px;padding:12px 18px;border-radius:11px;background:#49bd18;color:#fff;text-decoration:none;font-weight:800;font-size:14px}
.so-contact-before-visit{padding:0 0 clamp(54px,6vw,82px)}
.so-contact-before-visit__box{padding:28px 30px;border:1px solid #e4ebe3;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdfb);box-shadow:0 10px 28px rgba(26,48,34,.04)}
.so-contact-before-visit__box h2{margin:0 0 22px;font-size:27px}
.so-contact-before-visit__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.so-contact-before-visit article{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start}
.so-contact-before-visit article>span{width:44px;height:44px;border-radius:50%;background:#eef8ea;color:#43ac18;display:grid;place-items:center;font-size:22px}
.so-contact-before-visit strong{font-size:15px;line-height:1.4}.so-contact-before-visit p{margin:7px 0 0;color:#6b746e;font-size:13px;line-height:1.5}

@media(max-width:980px){
  .so-contact-showcase__grid{grid-template-columns:1fr;gap:26px}
  .so-contact-showcase__content{padding-left:0}
  .so-contact-showcase__photo{order:2;aspect-ratio:1.8/1}
  .so-contact-showcase__actions{max-width:none}
  .so-contact-facts{grid-template-columns:repeat(2,1fr)}
  .so-contact-facts>div:nth-child(2){border-right:0}.so-contact-facts>div:nth-child(-n+2){border-bottom:1px solid #e7ece7}
}
@media(max-width:700px){
  .so-contact-showcase{padding:28px 0 18px}
  .so-contact-showcase__content h1{font-size:clamp(38px,11vw,49px);line-height:1.03;margin:10px 0 14px}
  .so-contact-showcase__content>p{font-size:15px}
  .so-contact-showcase__actions{margin-top:20px;gap:8px}
  .so-contact-wide-action{min-height:56px;padding:9px 14px;border-radius:13px}
  .so-contact-showcase__photo{aspect-ratio:2.15/1;border-radius:14px;box-shadow:none}
  .so-contact-showcase__photo img{object-position:center 48%}
  .so-contact-facts{grid-template-columns:1fr;margin-top:16px;border-radius:15px;padding:4px 0}
  .so-contact-facts>div{padding:12px 15px;border-right:0!important;border-bottom:0!important}
  .so-contact-facts__icon{width:32px;height:32px;flex-basis:32px;font-size:18px}
  .so-contact-facts b,.so-contact-facts strong{display:inline}.so-contact-facts b{margin-right:5px;color:#43a91b}.so-contact-facts strong{font-size:13px}
  .so-contact-map-panel{padding:0 0 16px}
  .so-contact-map-panel__map,.so-contact-map-panel__map iframe{min-height:220px;height:220px}
  .so-contact-map-panel__card{display:none}
  .so-contact-before-visit{padding-bottom:44px}
  .so-contact-before-visit__box{padding:20px 16px;border-radius:16px}
  .so-contact-before-visit__box h2{font-size:22px;margin-bottom:16px}
  .so-contact-before-visit__grid{grid-template-columns:1fr;gap:0}
  .so-contact-before-visit article{padding:13px 0;border-bottom:1px solid #e6ece5}.so-contact-before-visit article:last-child{border-bottom:0}
}


/* =========================================================
   ServiceOK 9.5.1 — compact responsive polish + mobile modal fix
   ========================================================= */

/* Reliable scroll lock, including iOS Safari. */
body.sok-request-open{
  position:fixed!important;
  top:calc(-1 * var(--sok-request-scroll-y, 0px));
  right:0;
  left:0;
  width:100%;
  overflow:hidden!important;
  overscroll-behavior:none;
}

.so-request-modal__dialog{
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.so-request-modal__body .so-request-section__inner{
  align-items:start!important;
}
.so-request-modal__body .so-request-form{
  box-shadow:0 16px 42px rgba(22,53,29,.10)!important;
}

/* Slightly tighter desktop rhythm without changing the approved design. */
@media (min-width:1001px){
  .so-request-modal__body .so-request-section{
    padding:28px 0!important;
  }
  .so-request-modal__body .so-request-section > .so-container{
    width:min(1020px,calc(100% - 48px))!important;
  }
  .so-request-modal__body .so-request-section__inner{
    gap:34px!important;
  }
  .so-request-modal__body .so-request-section h2{
    font-size:clamp(32px,3vw,42px)!important;
    line-height:1.08!important;
  }
}

@media (max-width:760px){
  /* A stable full-height sheet is more predictable than a centred dialog
     when the mobile keyboard opens. */
  .so-request-modal{
    display:block!important;
    padding:0!important;
    background:#fff;
  }
  .so-request-modal__backdrop{
    background:rgba(14,24,17,.56)!important;
    backdrop-filter:none!important;
  }
  .so-request-modal__dialog{
    position:absolute!important;
    inset:auto 0 0 0!important;
    width:100%!important;
    height:min(92dvh,760px)!important;
    max-height:92dvh!important;
    border-radius:22px 22px 0 0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
    transform:translateY(24px)!important;
  }
  .so-request-modal.is-open .so-request-modal__dialog{
    transform:none!important;
  }
  .so-request-modal__dialog::before{
    content:"";
    position:sticky;
    z-index:6;
    top:7px;
    display:block;
    width:42px;
    height:4px;
    margin:7px auto -11px;
    border-radius:999px;
    background:#cdd6ce;
  }
  .so-request-modal__close{
    position:sticky!important;
    top:12px!important;
    width:40px!important;
    height:40px!important;
    margin:12px 12px -52px 0!important;
    border-radius:12px!important;
    font-size:25px!important;
  }
  .so-request-modal__body .so-request-section{
    padding:20px 0 calc(24px + env(safe-area-inset-bottom))!important;
  }
  .so-request-modal__body .so-request-section > .so-container{
    width:calc(100% - 28px)!important;
  }
  .so-request-modal__body .so-request-section__inner{
    display:block!important;
  }
  .so-request-modal__body .so-request-section__inner > div:first-child{
    padding-right:44px;
    margin-bottom:16px;
  }
  .so-request-modal__body .so-section-label{
    font-size:11px!important;
  }
  .so-request-modal__body .so-request-section h2{
    margin:6px 0 8px!important;
    font-size:27px!important;
    line-height:1.08!important;
    letter-spacing:-.03em!important;
  }
  .so-request-modal__body .so-request-section p{
    margin:0!important;
    font-size:14px!important;
    line-height:1.5!important;
  }
  .so-request-modal__body .so-phone-request__contacts,
  .so-request-modal__body .so-phone-request__trust{
    display:none!important;
  }
  .so-request-modal__body .so-phone-request__selected{
    margin:10px 0 0!important;
  }
  .so-request-modal__body .so-request-form{
    gap:11px!important;
    padding:16px!important;
    border:1px solid #e3ebe1!important;
    border-radius:16px!important;
    box-shadow:none!important;
  }
  .so-request-modal__body .so-request-form label span,
  .so-request-modal__body .so-phone-request__issues legend{
    font-size:12px!important;
  }
  .so-request-modal__body .so-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  .so-request-modal__body .so-request-form select,
  .so-request-modal__body .so-request-form textarea{
    min-height:46px!important;
    padding:11px 12px!important;
    border-radius:10px!important;
    font-size:16px!important;
  }
  .so-request-modal__body .so-request-form textarea{
    min-height:92px!important;
    resize:vertical;
  }
  .so-request-modal__body .so-phone-request__issues{
    gap:7px!important;
    padding:0!important;
  }
  .so-request-modal__body .so-phone-request__issues label{
    min-height:40px!important;
    padding:8px 9px!important;
  }
  .so-request-modal__body .so-request-form .so-btn{
    width:100%!important;
    min-height:48px!important;
  }
  .so-request-modal__body .so-request-form small{
    line-height:1.4!important;
  }

  /* Keep the rest of the site compact and prevent accidental horizontal scroll. */
  html,body{max-width:100%;overflow-x:hidden}
  .so-container{width:min(calc(100% - 28px),var(--so-container))!important}
  .so-footer--dark .so-footer__grid{gap:22px!important}
  .so-footer--dark .so-footer__brand p{margin:12px 0 14px!important}
}

@media (max-width:380px){
  .so-request-modal__dialog{
    height:95dvh!important;
    max-height:95dvh!important;
    border-radius:18px 18px 0 0!important;
  }
  .so-request-modal__body .so-request-section > .so-container{
    width:calc(100% - 20px)!important;
  }
  .so-request-modal__body .so-request-form{
    padding:13px!important;
  }
  .so-request-modal__body .so-request-section h2{
    font-size:24px!important;
  }
}

/* =========================================================
   ServiceOK 10.0.0 — UX polish and narrow-screen request sheet
   ========================================================= */

/* Every modal descendant must be allowed to shrink inside the viewport. */
.so-request-modal,
.so-request-modal *,
.so-request-modal *::before,
.so-request-modal *::after{
  box-sizing:border-box;
}
.so-request-modal__dialog,
.so-request-modal__body,
.so-request-modal__body .so-request-section,
.so-request-modal__body .so-request-section > .so-container,
.so-request-modal__body .so-request-section__inner,
.so-request-modal__body .so-request-section__inner > *,
.so-request-modal__body .so-request-form,
.so-request-modal__body .so-request-form > *,
.so-request-modal__body label,
.so-request-modal__body fieldset{
  min-width:0!important;
  max-width:100%!important;
}
.so-request-modal__body input,
.so-request-modal__body select,
.so-request-modal__body textarea,
.so-request-modal__body button{
  max-width:100%!important;
}

/* Floating messenger buttons are temporarily hidden by JS while the sheet is open. */
body.sok-request-open [data-sok-hidden-during-request="true"]{
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

@media (max-width:760px){
  .so-request-modal__dialog{
    scrollbar-gutter:auto!important;
    contain:layout paint;
  }
  .so-request-modal__body{
    width:100%!important;
    overflow-x:hidden!important;
  }
  .so-request-modal__body .so-request-section > .so-container{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 14px!important;
  }
  .so-request-modal__body .so-request-section__inner > div:first-child{
    width:100%!important;
    padding-right:46px!important;
    margin-bottom:12px!important;
  }
  .so-request-modal__body .so-section-label{
    margin:0!important;
    letter-spacing:.04em!important;
  }
  .so-request-modal__body .so-request-section h2{
    max-width:100%!important;
    overflow-wrap:anywhere;
    font-size:clamp(23px,7vw,28px)!important;
  }
  .so-request-modal__body .so-request-section p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .so-request-modal__body .so-phone-request__selected{
    width:100%!important;
    max-width:100%!important;
    border-radius:12px!important;
  }
  .so-request-modal__body .so-phone-request__selected strong{
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
  }
  .so-request-modal__body .so-request-form{
    width:100%!important;
    overflow:visible!important;
    padding:14px!important;
  }
  .so-request-modal__body .so-request-form label{
    width:100%!important;
  }
  .so-request-modal__body .so-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  .so-request-modal__body .so-request-form select,
  .so-request-modal__body .so-request-form textarea{
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }
  .so-request-modal__body .so-phone-request__issues{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
  }
  .so-request-modal__body .so-phone-request__issues label,
  .so-request-modal__body .so-phone-request__issues span{
    width:100%!important;
    min-width:0!important;
  }
  .so-request-modal__body .so-phone-request__issues span{
    min-height:42px!important;
    padding:8px!important;
    overflow-wrap:anywhere;
    font-size:12px!important;
    line-height:1.25!important;
  }
  .so-request-modal__body .so-request-selected-issues{
    width:100%!important;
    min-width:0!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
  }
  .so-request-modal__body .so-request-selected-issues strong{
    min-width:0!important;
    overflow-wrap:anywhere;
  }
  /* A card click already defines the issue, so do not repeat the whole chooser. */
  .so-request-modal__body .so-request-section:has(#so-request-selected:not([hidden])) .so-phone-request__issues,
  .so-request-modal__body .so-request-section:has(#so-request-selected:not([hidden])) .so-request-selected-issues{
    display:none!important;
  }
  .so-request-modal__body .so-request-form .so-btn[type="submit"]{
    position:sticky!important;
    z-index:8!important;
    bottom:calc(8px + env(safe-area-inset-bottom))!important;
    margin-top:2px!important;
    box-shadow:0 10px 24px rgba(65,157,20,.24)!important;
  }
  .so-request-modal__body .so-request-form small{
    padding:0 4px!important;
    text-align:center;
    font-size:9px!important;
  }

  /* Global mobile rhythm: less empty space, same approved visual language. */
  main section:not(.so-request-section):not(.so-hero):not(.so-phone-hero):not(.so-contact-showcase){
    scroll-margin-top:72px;
  }
  .so-section-head{margin-bottom:20px!important}
  .so-section-head h2{line-height:1.08!important}
  .so-footer__bottom{padding-bottom:34px!important}
}

@media (max-width:390px){
  .so-request-modal__body .so-request-section > .so-container{
    padding:0 10px!important;
  }
  .so-request-modal__body .so-request-form{
    padding:12px!important;
    gap:9px!important;
  }
  .so-request-modal__body .so-phone-request__issues{
    grid-template-columns:1fr!important;
  }
  .so-request-modal__close{
    right:0!important;
  }
}


/* =========================================================
   ServiceOK 10.0.3 — stable mobile media framing
   ========================================================= */
@media (max-width:760px){
  /* Homepage hero: fill the frame completely, without a white strip below. */
  .so-hero__photo-wrap{
    position:relative!important;
    width:100%!important;
    aspect-ratio:16/10!important;
    min-height:0!important;
    overflow:hidden!important;
    background:#eaf1ec!important;
  }
  .so-hero__photo-wrap > .so-hero__photo,
  .so-hero__photo-wrap > picture,
  .so-hero__photo-wrap > picture > img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }
  .so-hero__photo-wrap > .so-hero__photo,
  .so-hero__photo-wrap > picture > img{
    object-fit:cover!important;
    object-position:center!important;
  }

  /* Device-page hero photos follow one predictable crop instead of switching
     between contain/cover in older responsive rules. */
  .so-phone-hero-photo,
  .so-tv-hero__media,
  .so-laptop-hero__media,
  .so-tablet-page .so-phone-hero__image,
  .so-console-page .so-phone-hero__image{
    position:relative!important;
    aspect-ratio:16/10!important;
    min-height:0!important;
    overflow:hidden!important;
    background:#eaf1ec!important;
  }
  .so-phone-hero-photo > img,
  .so-phone-hero-photo > picture,
  .so-phone-hero-photo > picture > img,
  .so-tv-hero__media > img,
  .so-tv-hero__media > picture,
  .so-tv-hero__media > picture > img,
  .so-laptop-hero__media > img,
  .so-laptop-hero__media > picture,
  .so-laptop-hero__media > picture > img,
  .so-tablet-page .so-phone-hero__image img,
  .so-console-page .so-phone-hero__image img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }
  .so-phone-hero-photo > img,
  .so-phone-hero-photo > picture > img,
  .so-tv-hero__media > img,
  .so-tv-hero__media > picture > img,
  .so-laptop-hero__media > img,
  .so-laptop-hero__media > picture > img,
  .so-tablet-page .so-phone-hero__image img,
  .so-console-page .so-phone-hero__image img{
    object-fit:cover!important;
    object-position:center!important;
    transform:none!important;
  }

  /* Card photographs also fill their rounded frame consistently. */
  .so-home-service-card__image,
  .so-device-card__media{
    overflow:hidden!important;
    background:#eaf1ec!important;
  }
  .so-home-service-card__image img,
  .so-device-card__media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
    object-position:center!important;
  }
}

/* =========================================================
   ServiceOK 10.0.8 — compact repair process on mobile
   ========================================================= */
@media (max-width: 640px){
  /* Device pages: keep the four steps visible as a compact 2×2 panel. */
  .so-device-process{
    padding:24px 0 28px!important;
  }
  .so-device-process__head{
    margin-bottom:12px!important;
  }
  .so-device-process__head .so-section-label{
    font-size:10px!important;
  }
  .so-device-process__head h2{
    margin-top:3px!important;
    font-size:26px!important;
    line-height:1.08!important;
  }
  .so-device-process__head > p{
    display:none!important;
  }
  .so-device-process__steps{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    border-radius:15px!important;
  }
  .so-device-process__steps li{
    min-height:64px!important;
    padding:10px 9px!important;
    gap:8px!important;
    border-right:1px solid #e4ebe2!important;
    border-bottom:1px solid #e4ebe2!important;
  }
  .so-device-process__steps li:nth-child(2n){
    border-right:0!important;
  }
  .so-device-process__steps li:nth-last-child(-n+2){
    border-bottom:0!important;
  }
  .so-device-process__steps span{
    flex:0 0 auto!important;
    padding:5px 6px!important;
    border-radius:7px!important;
    font-size:10px!important;
  }
  .so-device-process__steps strong{
    font-size:12px!important;
    line-height:1.22!important;
  }

  /* Homepage process: reduce height without losing the four-step overview. */
  .so-home-process{
    margin-top:12px!important;
    padding:17px 14px!important;
    gap:14px!important;
    border-radius:16px!important;
  }
  .so-home-process__intro h2{
    margin:3px 0 5px!important;
    font-size:23px!important;
  }
  .so-home-process__intro p{
    font-size:12px!important;
    line-height:1.45!important;
  }
  .so-home-process__steps{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:13px 6px!important;
  }
  .so-home-process__steps i{
    width:31px!important;
    height:31px!important;
    margin-bottom:7px!important;
    font-size:12px!important;
  }
  .so-home-process__steps strong{
    font-size:11px!important;
    line-height:1.2!important;
  }
  .so-home-process__steps small{
    margin-top:3px!important;
    font-size:9px!important;
    line-height:1.25!important;
  }
}


/* ServiceOK 11.0.0 — final visual polish */
.so-home-works__details summary>i{
  position:relative;
  flex:0 0 42px;
  font-size:0!important;
}
.so-home-works__details summary>i::before,
.so-home-works__details summary>i::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:16px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transform:translate(-50%,-50%);
}
.so-home-works__details summary>i::after{transform:translate(-50%,-50%) rotate(90deg)}
.so-home-works__details[open] summary>i{transform:none!important}
.so-home-works__details[open] summary>i::after{transform:translate(-50%,-50%) rotate(0deg)}

/* Clean smartphone hero composition. */
.so-smartphone-page .so-phone-hero-photo{
  aspect-ratio:16/10!important;
  min-height:0!important;
  background:#eaf1ec!important;
}
.so-smartphone-page .so-phone-hero-photo > picture{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
.so-smartphone-page .so-phone-hero-photo > picture > img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 46%!important;
  filter:none!important;
  transform:none!important;
}

/* FAQ photos share a stable, intentional frame. */
.so-phone-faq__contact-photo{
  aspect-ratio:16/9;
  height:auto!important;
  max-height:none!important;
  overflow:hidden;
  background:#edf3ee;
}
.so-phone-faq__contact-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

@media(max-width:700px){
  .so-phone-page .so-phone-hero-photo,
  .so-smartphone-page .so-phone-hero-photo{
    aspect-ratio:4/3!important;
    height:auto!important;
    min-height:0!important;
    border-radius:18px!important;
  }
  .so-phone-page .so-phone-hero-photo > picture,
  .so-smartphone-page .so-phone-hero-photo > picture{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
  }
  .so-phone-page .so-phone-hero-photo > picture > img,
  .so-phone-page .so-phone-hero-photo > img,
  .so-smartphone-page .so-phone-hero-photo > picture > img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .so-smartphone-page .so-phone-hero-photo > picture > img{object-position:center 44%!important}
  .so-phone-faq__contact-photo{
    aspect-ratio:16/10!important;
    height:auto!important;
    max-height:none!important;
    border-radius:18px!important;
  }
  .so-phone-faq__contact-photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 38%!important;
  }
  .so-home-works__details summary{padding:16px!important;gap:12px!important}
  .so-home-works__details summary>i{width:36px!important;height:36px!important;flex-basis:36px!important}
  .so-home-works__details summary>i::before,
  .so-home-works__details summary>i::after{width:14px}
}

/* =========================================================
   ServiceOK 11.2.0 — launch fixes
   ========================================================= */
.so-request-modal__body .so-request-form{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(218,231,218,.78)!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(247,251,246,.82))!important;
  box-shadow:0 24px 60px rgba(31,74,43,.12)!important;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
.so-request-modal__body .so-request-form::before{
  content:"";
  position:absolute;
  inset:-25px;
  z-index:-1;
  border-radius:40px;
  background:radial-gradient(circle at 12% 10%,rgba(88,183,25,.12),transparent 38%),radial-gradient(circle at 92% 88%,rgba(88,183,25,.09),transparent 34%);
  filter:blur(16px);
}
.so-request-status{grid-column:1/-1;display:grid;gap:4px;padding:13px 15px;border-radius:14px;font-size:13px;line-height:1.45}
.so-request-status:empty{display:none}
.so-request-status.is-loading{background:#f4f7f3;color:#526058}
.so-request-status.is-success{border:1px solid #bfe5aa;background:#eff9e9;color:#285d13}
.so-request-status.is-error{border:1px solid #f0b7b7;background:#fff1f1;color:#8b2020}
.so-request-status strong,.so-request-status span{display:block}
.so-request-form.is-success input:not([type="hidden"]),.so-request-form.is-success textarea,.so-request-form.is-success fieldset{opacity:.62}
@media(max-width:760px){
  .so-request-modal__body .so-request-form{border-radius:20px!important;box-shadow:0 14px 34px rgba(31,74,43,.12)!important}
}


/* =========================================================
   ServiceOK 11.2.1 — request form visual polish
   ========================================================= */
.so-request-modal__body .so-request-form{
  overflow:visible!important;
  border:0!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.48)!important;
  box-shadow:0 18px 48px rgba(35,78,45,.08)!important;
  -webkit-backdrop-filter:blur(22px) saturate(118%);
  backdrop-filter:blur(22px) saturate(118%);
}
.so-request-modal__body .so-request-form::before{
  inset:-14px!important;
  z-index:-1!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(238,248,234,.45))!important;
  filter:blur(14px)!important;
  opacity:.95;
}
.so-request-modal__body .so-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.so-request-modal__body .so-request-form select,
.so-request-modal__body .so-request-form textarea,
.so-request-modal__body .so-phone-request__issues label,
.so-request-modal__body .so-phone-request__issues span,
.so-request-modal__body .so-request-selected-issues{
  background:rgba(255,255,255,.70)!important;
  border-color:rgba(205,220,205,.78)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important;
}
.so-request-modal__body .so-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.so-request-modal__body .so-request-form select:focus,
.so-request-modal__body .so-request-form textarea:focus{
  background:rgba(255,255,255,.92)!important;
  border-color:var(--so-green)!important;
  box-shadow:0 0 0 3px rgba(88,183,25,.12)!important;
}
.so-request-modal__body .so-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):-webkit-autofill,
.so-request-modal__body .so-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):-webkit-autofill:hover,
.so-request-modal__body .so-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):-webkit-autofill:focus{
  -webkit-text-fill-color:var(--so-text)!important;
  -webkit-box-shadow:0 0 0 1000px rgba(248,252,247,.96) inset!important;
  transition:background-color 9999s ease-out 0s;
}
.so-request-status.is-success{
  display:flex!important;
  align-items:center;
  gap:8px;
  padding:12px 14px!important;
  border:1px solid rgba(88,183,25,.30)!important;
  border-radius:14px!important;
  background:rgba(239,249,233,.92)!important;
}
.so-request-status.is-success strong{font-size:14px;white-space:nowrap}
.so-request-status.is-success span{font-size:13px;color:#4d6550}
.so-request-form.is-success{
  display:block!important;
  min-height:0!important;
  padding:22px!important;
}
.so-request-form.is-success > :not(.so-request-status){display:none!important}
.so-request-form.is-success > .so-request-status{
  display:grid!important;
  gap:5px!important;
  width:100%!important;
  margin:0!important;
  padding:18px!important;
  box-sizing:border-box!important;
}
@media(max-width:760px){
  .so-request-modal__body .so-request-form{
    border-radius:20px!important;
    background:rgba(255,255,255,.66)!important;
    box-shadow:0 12px 30px rgba(35,78,45,.08)!important;
  }
  .so-request-status.is-success{display:grid!important;gap:2px}
  .so-request-status.is-success strong{white-space:normal}
  .so-request-form.is-success{padding:14px!important}
}


/* =========================================================
   ServiceOK 13.0.9 — compact service cards owned by theme
   ========================================================= */
.so-phone-page .so-phone-services{
  padding-top:36px!important;
  padding-bottom:40px!important;
}
.so-phone-page .so-phone-services__head{
  margin-bottom:20px!important;
  gap:22px!important;
  align-items:end!important;
}
.so-phone-page .so-phone-services__head h2{
  font-size:clamp(27px,3vw,38px)!important;
  line-height:1.12!important;
  margin-top:6px!important;
}
.so-phone-page .so-phone-services__head>p{
  max-width:520px!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.so-phone-page .so-phone-services__grid{gap:12px!important}
.so-phone-page .so-phone-service-card{
  min-height:0!important;
  padding:17px 18px!important;
  border-radius:18px!important;
}
.so-phone-page .so-phone-service-card__top{margin-bottom:10px!important}
.so-phone-page .so-phone-service-card__icon{
  width:38px!important;
  height:38px!important;
  border-radius:12px!important;
}
.so-phone-page .so-phone-service-card__icon svg{
  width:21px!important;
  height:21px!important;
}
.so-phone-page .so-phone-service-card__tag{
  font-size:11px!important;
  padding:5px 8px!important;
}
.so-phone-page .so-phone-service-card h3{
  font-size:18px!important;
  line-height:1.22!important;
  margin:0 0 6px!important;
}
.so-phone-page .so-phone-service-card>p{
  font-size:14px!important;
  line-height:1.45!important;
  margin:0 0 10px!important;
}
.so-phone-page .so-phone-service-card__meta{
  margin-top:auto!important;
  font-size:12px!important;
}
.so-phone-page .so-phone-service-card__footer{
  margin-top:10px!important;
  padding-top:10px!important;
  font-size:13px!important;
}
.so-phone-page .so-phone-services__note{
  margin-top:16px!important;
  padding:16px 20px!important;
  border-radius:17px!important;
}
.so-phone-page .so-phone-services__note p{
  margin:3px 0!important;
  font-size:14px!important;
}
@media(max-width:767px){
  .so-phone-page .so-phone-services{
    padding-top:26px!important;
    padding-bottom:30px!important;
  }
  .so-phone-page .so-phone-services__head{margin-bottom:15px!important}
  .so-phone-page .so-phone-services__head h2{font-size:27px!important}
  .so-phone-page .so-phone-service-card{padding:14px 15px!important}
  .so-phone-page .so-phone-service-card>p,
  .so-phone-page .so-phone-service-card__meta{display:none!important}
  .so-phone-page .so-phone-service-card__footer{margin-top:8px!important}
}

/* =========================================================
   ServiceOK 13.1.0 — full-width FAQ and advisor card
   ========================================================= */
.so-service-advisor{
  padding:clamp(18px,3vw,34px) 0 clamp(44px,5vw,68px);
}
.so-service-advisor .so-phone-faq__contact{
  display:grid!important;
  grid-template-columns:minmax(280px,.9fr) minmax(360px,1.1fr);
  max-width:1180px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid #e1ebe3;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 42px rgba(28,53,39,.08);
}
.so-service-advisor .so-phone-faq__contact-photo{
  min-height:100%;
  aspect-ratio:auto;
  border-radius:0;
}
.so-service-advisor .so-phone-faq__contact-photo img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}
.so-service-advisor .so-phone-faq__contact-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(28px,4vw,54px);
}
.so-phone-faq{padding:clamp(42px,5vw,70px) 0}
.so-phone-faq__grid{
  display:block!important;
  max-width:1180px;
}
.so-phone-faq__intro{
  max-width:820px!important;
  margin:0 0 28px;
}
.so-phone-faq__items{
  width:100%;
  max-width:none!important;
}
.so-phone-faq__items>details{
  width:100%;
}
@media(max-width:820px){
  .so-service-advisor{padding:8px 0 38px}
  .so-service-advisor .so-phone-faq__contact{grid-template-columns:1fr;border-radius:20px}
  .so-service-advisor .so-phone-faq__contact-photo{aspect-ratio:16/10}
  .so-service-advisor .so-phone-faq__contact-photo img{min-height:0;height:100%}
  .so-service-advisor .so-phone-faq__contact-body{padding:22px}
  .so-phone-faq__intro{margin-bottom:20px}
}


/* =========================================================
   ServiceOK 13.2.1 — compact reviews and other devices
   ========================================================= */
.so-reviews{
  padding-top:clamp(42px,5vw,66px)!important;
  padding-bottom:clamp(42px,5vw,66px)!important;
}
.so-reviews__head{
  margin-bottom:20px!important;
  gap:22px!important;
}
.so-review-grid{
  gap:14px!important;
}
.so-review-card{
  min-height:250px!important;
  padding:20px!important;
  border-radius:18px!important;
}
.so-review-card__top{
  grid-template-columns:40px 1fr auto!important;
  gap:10px!important;
}
.so-review-card__avatar{
  width:40px!important;
  height:40px!important;
}
.so-review-card__device{
  margin-top:12px!important;
}
.so-review-card__text{
  margin-top:12px!important;
  flex:1!important;
}
.so-review-card__text p{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:5!important;
  overflow:hidden!important;
  font-size:14px!important;
  line-height:1.52!important;
}
.so-review-card__source{
  margin-top:14px!important;
  padding-top:12px!important;
  border-top:1px solid #edf1ed;
  font-size:12px!important;
}
.so-service-links{
  padding:clamp(38px,5vw,60px) 0!important;
}
.so-service-links .so-component-head{
  margin-bottom:18px!important;
}
.so-service-links .so-component-head>p{
  display:none!important;
}
.so-service-links__grid{
  gap:12px!important;
}
.so-service-link-card{
  position:relative;
  display:grid!important;
  grid-template-columns:42px 1fr 22px!important;
  align-items:center!important;
  gap:14px!important;
  min-height:92px!important;
  padding:18px 20px!important;
  border-radius:18px!important;
}
.so-service-link-card__icon{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:13px!important;
  background:#eef8e9!important;
  font-size:23px!important;
}
.so-service-link-card strong{
  margin:0!important;
  font-size:18px!important;
  line-height:1.2!important;
}
.so-service-link-card small{
  display:none!important;
}
.so-service-link-card i{
  margin:0!important;
  padding:0!important;
  color:transparent!important;
  font-size:0!important;
}
.so-service-link-card i::after{
  content:"→";
  color:var(--so-green-dark);
  font-size:20px;
  font-style:normal;
  transition:transform .2s ease;
}
.so-service-link-card:hover i::after{
  transform:translateX(3px);
}
@media(max-width:760px){
  .so-review-grid{
    display:flex!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory;
    padding:2px 2px 12px;
    gap:12px!important;
  }
  .so-review-card{
    flex:0 0 min(88vw,360px)!important;
    scroll-snap-align:start;
    min-height:240px!important;
  }
  .so-service-links__grid{grid-template-columns:1fr!important}
  .so-service-link-card{min-height:82px!important;padding:15px 17px!important}
}

/* =========================================================
   ServiceOK 13.2.2 — related device cards aligned with theme
   ========================================================= */
.so-service-links{
  background:transparent!important;
}
.so-service-links .so-section-label{
  color:var(--so-green-dark)!important;
}
.so-service-links__grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.so-service-link-card{
  min-height:108px!important;
  padding:20px 18px!important;
  grid-template-columns:46px minmax(0,1fr) 34px!important;
  gap:14px!important;
  background:var(--so-white)!important;
  border:1px solid var(--so-border)!important;
  border-radius:var(--so-radius)!important;
  box-shadow:none!important;
  color:var(--so-text)!important;
  text-decoration:none!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease!important;
}
.so-service-link-card__icon{
  width:46px!important;
  height:46px!important;
  border-radius:14px!important;
  background:#f4faf1!important;
  border:1px solid #deedd7!important;
  color:var(--so-green-dark)!important;
  font-size:22px!important;
  line-height:1!important;
}
.so-service-link-card strong{
  color:var(--so-text)!important;
  font-size:17px!important;
  font-weight:750!important;
  letter-spacing:-.01em!important;
}
.so-service-link-card i{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  background:#f4faf1!important;
  border:1px solid #deedd7!important;
}
.so-service-link-card i::after{
  color:var(--so-green-dark)!important;
  font-size:17px!important;
  line-height:1!important;
}
.so-service-link-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(88,183,25,.42)!important;
  background:#fff!important;
  box-shadow:var(--so-shadow-soft)!important;
}
.so-service-link-card:hover .so-service-link-card__icon,
.so-service-link-card:hover i{
  background:#eef8e9!important;
  border-color:#cfe5c3!important;
}
@media(max-width:1100px){
  .so-service-links__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .so-service-links__grid{grid-template-columns:1fr!important;gap:10px!important}
  .so-service-link-card{
    min-height:78px!important;
    padding:14px 15px!important;
    grid-template-columns:42px minmax(0,1fr) 30px!important;
    border-radius:17px!important;
  }
  .so-service-link-card__icon{width:42px!important;height:42px!important;border-radius:12px!important;font-size:20px!important}
  .so-service-link-card strong{font-size:16px!important}
  .so-service-link-card i{width:29px!important;height:29px!important}
}


/* v13.3.0 — единый компактный блок процесса без дублирующей ленты преимуществ */
.so-device-process{padding-top:clamp(36px,4.5vw,58px)}
.so-device-process__steps li{align-items:flex-start;min-height:112px;padding:22px 20px}
.so-device-process__step-copy{min-width:0;display:flex;flex-direction:column;gap:6px}
.so-device-process__step-copy strong{display:block}
.so-device-process__step-copy p{margin:0;color:#6b756d;font-size:12px;line-height:1.45;max-width:240px}
@media(max-width:820px){
  .so-device-process__steps li{min-height:104px;padding:17px 14px}
  .so-device-process__step-copy p{font-size:11.5px;max-width:none}
}
@media(max-width:560px){
  .so-device-process__steps li{min-height:0}
}


/* =========================================================
   ServiceOK 13.4.0 — clean arrows + contacts payment/visit polish
   ========================================================= */
.so-service-link-card{
  grid-template-columns:46px minmax(0,1fr) 24px!important;
}
.so-service-link-card i{
  display:block!important;
  width:24px!important;
  height:auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.so-service-link-card i::after{
  display:block;
  color:var(--so-green-dark)!important;
  font-size:21px!important;
  line-height:1!important;
  transition:transform .2s ease!important;
}
.so-service-link-card:hover i,
.so-service-link-card:hover i::after{
  background:transparent!important;
  border-color:transparent!important;
}
.so-service-link-card:hover i::after{transform:translateX(4px)!important}

.so-contact-before-visit__box{
  padding:clamp(24px,3vw,34px)!important;
  border:1px solid var(--so-border)!important;
  border-radius:var(--so-radius)!important;
  background:#fff!important;
  box-shadow:var(--so-shadow-soft)!important;
}
.so-contact-before-visit__box h2{
  margin:0 0 20px!important;
  font-size:clamp(24px,2.2vw,32px)!important;
  letter-spacing:-.025em!important;
}
.so-contact-before-visit__grid{gap:14px!important}
.so-contact-before-visit article{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  padding:18px!important;
  border:1px solid var(--so-border)!important;
  border-radius:16px!important;
  background:#fbfdfb!important;
}
.so-contact-before-visit article>span{
  width:46px!important;
  height:46px!important;
  border-radius:13px!important;
  background:#eef8e9!important;
  border:1px solid #dcebd5!important;
  color:var(--so-green-dark)!important;
}
.so-contact-before-visit article>span svg{
  width:23px;height:23px;display:block;fill:none;stroke:currentColor;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
.so-contact-before-visit strong{font-size:15px!important;line-height:1.38!important}
.so-contact-before-visit p{margin:7px 0 0!important;font-size:13px!important;line-height:1.5!important}
.so-contact-facts__icon svg{
  width:21px;height:21px;display:block;fill:none;stroke:currentColor;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
@media(max-width:620px){
  .so-service-link-card{grid-template-columns:42px minmax(0,1fr) 22px!important}
  .so-service-link-card i{width:22px!important}
  .so-contact-before-visit__box{padding:18px 14px!important}
  .so-contact-before-visit__grid{gap:10px!important}
  .so-contact-before-visit article{padding:14px!important;grid-template-columns:42px minmax(0,1fr)!important}
  .so-contact-before-visit article>span{width:42px!important;height:42px!important;border-radius:12px!important}
  .so-contact-before-visit article>span svg{width:21px;height:21px}
}
