/* TOP1 theme.css
   UI-only theme styles.
   Structure: Baseline layer (safe defaults) + Premium UI Layer (tokens, dark mode, modern components).
   Contract-safe: CSS improvements are additive.
   Progressive enhancement: :focus-visible, prefers-reduced-motion.
*/

/* Box sizing без универсального селектора */
html{box-sizing:border-box;scroll-padding-top:90px;}
body,div,header,footer,section,main,nav,ul,li,a,span,p,h1,h2,h3,h4,h5,h6,form,label,input,textarea,button,img{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#ffffff;
  color:#111111;
}

a{color:inherit;text-decoration:none;}
img{max-width:100%;height:auto;display:block;}

/* Контейнер без calc() */
.top1-container{
  max-width:1120px;
  margin:0 auto;
  padding:0 16px;
}

.top1-muted{color:#555555;}
.top1-content{padding:28px 0 64px;}

/* Типографика */
.top1-h1{
  font-size:52px;
  line-height:1.05;
  margin:0 0 14px;
  letter-spacing:-.02em;
}
.top1-h2{
  font-size:34px;
  line-height:1.15;
  margin:0 0 14px;
}
.top1-lead{
  font-size:18px;
  line-height:1.5;
  color:#555555;
  margin:0 0 18px;
}

/* Header (без sticky) */
.top1-header{
  position:relative;
  background:#ffffff;
  border-bottom:1px solid #e6e6e6;
  z-index:50;
}

.top1-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0;
}

/* Вместо gap — margin */
.top1-header__inner > *{margin-right:14px;}
.top1-header__inner > *:last-child{margin-right:0;}

.top1-brand{display:flex;align-items:center;min-width:160px;}
.top1-brand img{height:40px;width:auto;}
.top1-brand__text{font-weight:900;letter-spacing:-.02em;text-transform:uppercase;}

.top1-header__slogan{
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
  white-space:nowrap;
}

.top1-nav{display:block;flex:1;text-align:center;}

/* Меню без gap */
.top1-menu{
  list-style:none;
  display:inline-flex;
  margin:0;
  padding:0;
  flex-wrap:wrap;
  justify-content:center;
}

.top1-menu li{
  margin:0 10px 10px 0;
  padding:0;
}
.top1-menu li:last-child{margin-right:0;}

.top1-menu a{
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  font-weight:800;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.06em;
}
.top1-menu a:hover{background:#f2f2f2;}
.top1-menu a.is-active{background:rgba(0,0,0,.06); box-shadow:inset 0 0 0 1px var(--top1-border);}
@media (prefers-color-scheme: dark){
  .top1-menu a.is-active{background:rgba(255,255,255,.08);}
}

.top1-header__contacts{text-align:right;min-width:190px;}
.top1-header__phone{font-weight:900;white-space:nowrap;}
.top1-header__addr{font-size:12px;color:#555555;margin-top:2px;}

/* Open/closed badge (header + mobilebar) */
.top1-openBadge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.70);
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-top:8px;
  line-height:1;
}
.top1-openBadge__dot{width:8px;height:8px;border-radius:999px;margin-right:8px;box-shadow:0 0 0 3px rgba(22,163,74,.15);background:#16a34a;}
.top1-openBadge.is-closed .top1-openBadge__dot{box-shadow:0 0 0 3px rgba(220,38,38,.15);background:#dc2626;}
.top1-openBadge--sm{font-size:10px;padding:5px 8px;margin-top:0;}
@media (prefers-color-scheme: dark){
  .top1-openBadge{background:rgba(15,19,27,.70);}
}

.top1-burger{
  display:none;
  background:transparent;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:10px;
  cursor:pointer;
}
.top1-burger__lines{display:block;width:20px;height:2px;background:#111111;position:relative;}
.top1-burger__lines:before,
.top1-burger__lines:after{
  content:"";
  position:absolute;
  left:0;
  width:20px;
  height:2px;
  background:#111111;
}
.top1-burger__lines:before{top:-6px;}
.top1-burger__lines:after{top:6px;}

.top1-mobile-menu{
  border-top:1px solid #e6e6e6;
  padding:12px 0;
  background:#ffffff;
}
.top1-menu--mobile{display:flex;flex-direction:column;align-items:stretch;}
.top1-menu--mobile li{margin:0 0 6px 0;}
.top1-menu--mobile a{justify-content:space-between;}

.top1-mobile-contacts{display:flex;flex-wrap:wrap;padding:10px 0 4px;}
.top1-mobile-contacts > *{margin-right:10px;margin-bottom:6px;}
.top1-mobile-contacts > *:last-child{margin-right:0;}

/* Buttons */
.top1-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid #e6e6e6;
  background:#ffffff;
  color:#111111;
  font-weight:900;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.06em;
  cursor:pointer;
}
.top1-btn:hover{
  background:#f7f7f7;
  border-color:#d0d0d0;
}
.top1-btn:active{transform:translateY(1px);}

.top1-btn--primary{
  background:#d61a1a;
  border:1px solid #d61a1a;
  color:#ffffff;
}
.top1-btn--ghost{background:#ffffff;}

/* PSD секции */
.top1-psd{position:relative;}
.top1-psd__imgWrap{width:100%;overflow:hidden;pointer-events:none;}
.top1-psd__imgWrap picture{display:block;}
.top1-psd__img{width:100%;height:auto;display:block;}

.top1-heroContact{
  position:absolute;
  top:11.6%;
  right:3.8%;
  z-index:4;
  width:clamp(218px, 17.2vw, 286px);
  min-width:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#0b1220;
  text-align:center;
  pointer-events:auto;
}
.top1-heroContact:before{
  content:none;
}
.top1-heroContact__phone{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
  color:#0b1220;
  font-size:clamp(19px, 1.5vw, 24px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:0;
  text-decoration:none;
  white-space:nowrap;
}
.top1-heroContact__phone:before{
  content:none;
}
.top1-heroContact__phone:hover{
  color:#d61a1a;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}
.top1-heroContact__address{
  margin-top:5px;
  padding-top:0;
  border-top:0;
  font-size:clamp(12px, .92vw, 15px);
  line-height:1.2;
  font-weight:900;
  color:#111827;
}
@media (max-width:960px){
  .top1-heroContact{
    top:11.1%;
    right:2.4%;
    width:clamp(160px, 23vw, 220px);
    padding:0;
  }
  .top1-heroContact__phone{font-size:15px;}
  .top1-heroContact__address{font-size:11px;margin-top:4px;}
}
@media (max-width:560px){
  .top1-heroContact{
    position:static;
    display:block;
    width:auto;
    margin:12px 12px 0;
    padding:14px 15px;
    border-left-width:4px;
    background:#ffffff;
    box-shadow:0 12px 28px rgba(2,6,23,.10);
  }
  .top1-heroContact__phone{
    font-size:clamp(20px, 6.2vw, 24px);
  }
  .top1-heroContact__address{
    font-size:14px;
  }
}

.top1-contactsData{
  position:absolute;
  left:60.6%;
  top:47.1%;
  z-index:4;
  width:26.8%;
  height:10.8%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  color:#111111;
  font-size:30px;
  line-height:1.04;
  font-weight:950;
  text-align:center;
  pointer-events:auto;
}
.top1-contactsData__phone{
  display:block;
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  letter-spacing:0;
  text-decoration-thickness:3px;
  text-underline-offset:4px;
  white-space:nowrap;
}
.top1-contactsData__phone:hover{text-decoration:underline;}
.top1-contactsData__address{
  margin-top:8px;
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  color:#111111;
}
.top1-contactsWorktime{
  position:absolute;
  left:77.0%;
  top:61.0%;
  z-index:4;
  width:13.2%;
  height:4.6%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111111;
  font-size:30px;
  line-height:1.04;
  font-weight:950;
  text-align:center;
  white-space:nowrap;
  pointer-events:none;
}
@media (max-width:960px){
  .top1-contactsData{
    left:60.3%;
    top:46.8%;
    width:27.2%;
    height:11.0%;
    padding:0 8px;
    font-size:18px;
  }
  .top1-contactsData__address{margin-top:6px;}
  .top1-contactsWorktime{
  left:76.7%;
    top:60.7%;
    width:13.6%;
    height:4.6%;
    font-size:18px;
  }
}
@media (max-width:560px){
  .top1-contactsData,
  .top1-contactsWorktime{display:none;}
}

.top1-psd__actions{
  position:absolute;
  left:0;
  right:0;
  bottom:18px;
  display:flex;
  justify-content:flex-start;
  z-index:2;
  pointer-events:auto;
}
.top1-psd__actions > *{margin-right:12px;}
.top1-psd__actions > *:last-child{margin-right:0;}

.top1-psd__below{padding:18px 0 34px;position:relative;z-index:2;display:flex;justify-content:flex-start;}

/* Services CTA sits right under the PSD block */
.top1-psd--services .top1-psd__below{padding-top:10px;padding-bottom:24px;}


/* Hero hotspots (make the header links inside the PSD clickable) */
.top1-psd__hotspots{position:absolute;inset:0;z-index:3;pointer-events:none;}
.top1-psd__spot{position:absolute;display:block;pointer-events:auto;background:transparent;}
.top1-psd__spot:focus{outline:2px solid #000;outline-offset:2px;}

/* Coordinates tuned for hero_top1_service.png (desktop). On mobile, the real header menu is used. */
@media (min-width:961px){
  .top1-psd--hero .top1-psd__spot--about{top:15.4%;left:6.0%;width:8.8%;height:4.0%;}
  .top1-psd--hero .top1-psd__spot--services{top:15.4%;left:15.5%;width:7.3%;height:4.0%;}
  .top1-psd--hero .top1-psd__spot--payment{top:15.4%;left:23.6%;width:7.6%;height:4.0%;}
  .top1-psd--hero .top1-psd__spot--contacts{top:15.4%;left:31.5%;width:9.1%;height:4.0%;}
}

/* Ensure buttons are always clickable even if future decorative layers are added */
.top1-psd::before,
.top1-psd::after{pointer-events:none;}

/* CTA / Form (Flex) */
.top1-cta{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,247,249,.86));
  border:1px solid var(--top1-border);
  border-radius:var(--top1-radius);
  padding:18px;
  box-shadow:var(--top1-shadow);
  overflow:hidden;
}
.top1-cta::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg, var(--top1-accent), var(--top1-accent-2));
  opacity:.95;
  pointer-events:none;
}

/* Вместо gap — margin между колонками */
.top1-cta > *{
  flex:1 1 360px;
}
.top1-cta > * + *{
  margin-left:18px;
}

/* CTA inner styling */
.top1-cta__copy{padding:6px 6px 2px;}
.top1-cta__form{
  background:rgba(255,255,255,.86);
  border:1px solid var(--top1-border);
  border-radius:calc(var(--top1-radius) - 2px);
  padding:14px;
  box-shadow:var(--top1-shadow-xs);
}
@media (prefers-color-scheme: dark){
  .top1-cta{background:linear-gradient(180deg, rgba(15,19,27,.92), rgba(11,13,18,.90));}
  .top1-cta__form{background:rgba(15,19,27,.70);}
}

/* Bullet list (conversion) */
.top1-cta__bullets{
  list-style:none;
  padding:0;
  margin:12px 0 10px;
}
.top1-cta__bullets li{
  position:relative;
  padding-left:22px;
  margin:0 0 8px;
  font-weight:700;
  color:var(--top1-text);
  opacity:.92;
}
.top1-cta__bullets li:last-child{margin-bottom:0;}
.top1-cta__bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(180deg, var(--top1-accent-2), var(--top1-accent));
  box-shadow:0 0 0 4px rgba(214,26,26,.10);
}
@media (prefers-color-scheme: dark){
  .top1-cta__bullets li::before{box-shadow:0 0 0 4px rgba(255,77,77,.14);}
}


.top1-form label{
  display:block;
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin:0 0 10px;
}

.top1-form input,
.top1-form textarea{
  box-sizing:border-box; /* убирает предупреждение width+padding/border */
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid #e6e6e6;
  background:#ffffff;
  font:inherit;
  margin-top:6px;
}

.top1-form textarea{resize:vertical;}


/* Booking Interactive (quiz-like) */
.top1-bi{
  margin:0 0 14px;
  border:1px solid var(--top1-border);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,247,249,.86));
  box-shadow:var(--top1-shadow-xs);
}
@media (prefers-color-scheme: dark){
  .top1-bi{background:linear-gradient(180deg, rgba(15,19,27,.72), rgba(11,13,18,.66));}
}

.top1-bi__hero{
  height:122px;
  background-image:linear-gradient(90deg, rgba(2,6,23,.60), rgba(2,6,23,.18)), var(--top1-bi-bg);
  background-size:cover;
  background-position:center;
}

.top1-bi__content{padding:12px 12px 12px;}

.top1-bi__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.top1-bi__title{
  font-weight:900;
  letter-spacing:.04em;
  font-size:12px;
  text-transform:uppercase;
}
.top1-bi__meta{
  width:100%;
  margin-top:3px;
  font-size:12px;
  font-weight:700;
  color:var(--top1-muted);
  opacity:.92;
}
.top1-bi__progress{
  margin-left:auto;
  margin-top:8px;
  font-size:12px;
  font-weight:900;
  padding:6px 10px;
  border:1px solid var(--top1-border);
  border-radius:999px;
  background:rgba(255,255,255,.72);
}
@media (prefers-color-scheme: dark){
  .top1-bi__progress{background:rgba(15,19,27,.55);}
}

.top1-bi__band{
  margin-top:8px;
  padding:10px;
  border-radius:12px;
  background:linear-gradient(180deg, rgba(37,99,235,.10), rgba(37,99,235,.04));
  border:1px solid rgba(37,99,235,.18);
}
@media (prefers-color-scheme: dark){
  .top1-bi__band{
    background:linear-gradient(180deg, rgba(37,99,235,.14), rgba(37,99,235,.06));
    border-color:rgba(59,130,246,.20);
  }
}

.top1-bi__row{display:flex;flex-wrap:wrap;margin:10px -6px 0;}
.top1-bi__col{flex:1 1 220px;padding:0 6px;margin:0 0 8px;}

.top1-bi__qRow{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px;}
.top1-bi__q{
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.top1-linkBtn--mini{
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
}

.top1-bi__choices{display:flex;flex-wrap:wrap;margin:0 -5px;}
.top1-bi__choices > *{margin:0 5px 10px;}

.top1-choice{
  display:flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  padding:10px 12px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.86);
  font-weight:800;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.top1-choice:hover{transform:translateY(-1px);box-shadow:var(--top1-shadow-xs);}
.top1-choice:active{transform:translateY(0);}
@media (prefers-color-scheme: dark){
  .top1-choice{background:rgba(15,19,27,.55);}
}

.top1-choice__box{
  width:26px;
  height:26px;
  border-radius:8px;
  border:2px solid rgba(15,23,42,.22);
  background:rgba(2,6,23,.04);
  position:relative;
  box-shadow:inset 0 0 0 2px rgba(2,6,23,.06);
}
@media (prefers-color-scheme: dark){
  .top1-choice__box{
    border-color:rgba(148,163,184,.34);
    background:rgba(148,163,184,.06);
    box-shadow:inset 0 0 0 2px rgba(0,0,0,.25);
  }
}

.top1-choice.is-active{
  border-color:rgba(214,26,26,.45);
  box-shadow:0 10px 22px rgba(214,26,26,.12);
}
.top1-choice.is-active .top1-choice__box{
  border-color:rgba(214,26,26,.70);
  background:linear-gradient(180deg, var(--top1-accent-2), var(--top1-accent));
  box-shadow:0 0 0 4px rgba(214,26,26,.12);
}
.top1-choice.is-active .top1-choice__box::after{
  content:"";
  position:absolute;
  left:7px;
  top:8px;
  width:9px;
  height:5px;
  border-left:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
  transform:rotate(-45deg);
}

.top1-choice__text{white-space:nowrap;}
.top1-bi__hint{margin-top:4px;font-size:12px;font-weight:700;opacity:.9;}

@media (max-width:520px){
  .top1-bi__hero{height:106px;}
  .top1-choice{flex:1 1 auto;justify-content:flex-start;}
  .top1-choice__text{white-space:normal;}
  .top1-bi__choices{margin:0;}
  .top1-bi__choices > *{margin:0 0 10px;width:100%;}
}


/* Booking form layout */
.top1-form__grid{
  display:flex;
  flex-wrap:wrap;
  margin:0 -7px 6px;
}
.top1-form__field{
  box-sizing:border-box;
  flex:1 1 260px;
  padding:0 7px;
  margin:0 0 10px;
}
.top1-form__field > .top1-form__hint{
  display:block;
  margin-top:6px;
  font-size:12px;
  font-weight:700;
  color:var(--top1-muted);
  text-transform:none;
  letter-spacing:0;
  opacity:.88;
}

/* Inline validation */
.top1-form input.is-invalid,
.top1-form textarea.is-invalid{
  border-color:rgba(176,0,32,.45);
  box-shadow:0 0 0 4px rgba(176,0,32,.10);
}
@media (prefers-color-scheme: dark){
  .top1-form input.is-invalid,
  .top1-form textarea.is-invalid{
    box-shadow:0 0 0 4px rgba(255,77,77,.12);
  }
}

/* Form status + anti-spam */
.top1-hp{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important;}

.top1-form__status{margin-top:12px;font-weight:800;}
.top1-form__status--ok{border-color:rgba(0,0,0,.12);}
.top1-form__status--err{border-color:rgba(176,0,32,.35);color:#b00020;background:#fff6f7;}
.top1-form__status--load{opacity:.9;}

.top1-footnote{font-size:12px;color:#555555;}

.top1-notice{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid #e6e6e6;
  background:#ffffff;
}

/* Footer */
.top1-footer{
  border-top:1px solid rgba(15,23,42,.08);
  padding:22px 0 24px;
  background:
    linear-gradient(180deg, rgba(248,250,252,.96), rgba(255,255,255,.98)),
    #ffffff;
}

.top1-footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:18px;
  padding:16px 20px;
  border:1px solid rgba(15,23,42,.10);
  border-left:5px solid #d61a1a;
  border-radius:8px;
  background:
    linear-gradient(135deg, rgba(214,26,26,.045), rgba(255,255,255,0) 42%),
    #ffffff;
  box-shadow:0 16px 38px rgba(2,6,23,.08);
}

.top1-footer__inner > *{
  margin-right:0;
  margin-bottom:0;
}

.top1-footer__brand{
  min-width:260px;
}

.top1-footer__brand strong{
  display:block;
  margin-bottom:6px;
  color:#0b1220;
  font-size:18px;
  line-height:1.1;
  font-weight:950;
  text-transform:uppercase;
}

.top1-footer__brand .top1-muted{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  color:#475569;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

.top1-footer__brand .top1-muted::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d61a1a;
  box-shadow:0 0 0 4px rgba(214,26,26,.10);
  flex:0 0 auto;
}

.top1-footer__nav{
  margin-left:auto;
}

.top1-footer__cta{
  display:flex;
  justify-content:flex-end;
}

/* Temporary CTA mode: keep only the call action visible in bottom quick actions. */
.top1-footer__cta .top1-btn--primary,
.top1-mobilebar__inner .top1-btn--primary,
.top1-mobile-contacts .top1-btn--primary{
  display:none !important;
}

.top1-footer__cta .top1-btn[href^="tel:"],
.top1-mobilebar__inner .top1-btn[href^="tel:"],
.top1-mobile-contacts .top1-btn[href^="tel:"]{
  min-height:52px;
  justify-content:center;
  padding:15px 30px;
  border-radius:999px;
  border-color:rgba(214,26,26,.70);
  background:linear-gradient(180deg, #ff3b3b 0%, #e51d24 58%, #c9151b 100%);
  color:#ffffff;
  font-size:14px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none !important;
  box-shadow:0 14px 30px rgba(214,26,26,.24), inset 0 1px 0 rgba(255,255,255,.32);
}

.top1-footer__cta .top1-btn[href^="tel:"]:hover,
.top1-mobilebar__inner .top1-btn[href^="tel:"]:hover,
.top1-mobile-contacts .top1-btn[href^="tel:"]:hover{
  border-color:rgba(214,26,26,.95);
  background:linear-gradient(180deg, #ff4b4b 0%, #ee2028 58%, #d61a1a 100%);
  box-shadow:0 18px 36px rgba(214,26,26,.30), inset 0 1px 0 rgba(255,255,255,.36);
}

.top1-footer__cta .top1-btn[href^="tel:"]{
  min-width:220px;
}

/* Mobile bar */
.top1-mobilebar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  background:#ffffff;
  border-top:1px solid #e6e6e6;
  padding:10px;
  transition:transform .20s ease, opacity .20s ease;
}

.top1-mobilebar.is-hidden,
.top1-mobilebar.is-softHidden{
  transform:translateY(110%);
  opacity:0;
  pointer-events:none;
}

.top1-mobilebar__inner{display:flex;justify-content:space-between;flex-wrap:wrap;}
.top1-mobilebar__status{width:100%;display:flex;justify-content:center;margin-bottom:8px;}
.top1-mobilebar__inner a{flex:1;}
.top1-mobilebar__inner a + a{margin-left:10px;}

@media (min-width: 961px){
  .top1-mobilebar{display:none;}
}

.screen-reader-text{
  border:0;
  clip:rect(1px,1px,1px,1px);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}

/* Responsive */
@media (max-width:960px){
  .top1-h1{font-size:40px;}
  .top1-h2{font-size:28px;}

  .top1-nav{display:none;}
  .top1-header__slogan{display:none;}
  .top1-header__contacts{display:none;}
  .top1-burger{display:inline-flex;}

  .top1-psd__actions{
    position:static;
    padding:14px 0 18px;
  }
}

@media (max-width:840px){
  .top1-cta{display:block;}
  .top1-cta > *{flex:none;}
  .top1-cta > * + *{margin-left:0;margin-top:14px;}
}

@media (max-width:520px){
  .top1-container{padding:0 12px;}
  .top1-btn{padding:12px 12px;}
  .top1-h1{font-size:32px;}
}

/* ============================================================
   TOP1 Premium UI Layer (Theme UI-only)
   Adds: design tokens, dark mode, modern buttons/cards, UI kit
   ============================================================ */

:root{
  --top1-bg:#ffffff;
  --top1-surface:#ffffff;
  --top1-surface-2:#f6f7f9;
  --top1-text:#0b1220;
  --top1-muted:#475569;
  --top1-border:rgba(15,23,42,.14);
  --top1-accent:#d61a1a;
  --top1-accent-2:#ff4d4d;
  --top1-focus:#2563eb;
  --top1-radius:16px;
  --top1-radius-sm:12px;
  --top1-shadow:0 18px 50px rgba(2,6,23,.12);
  --top1-shadow-sm:0 10px 26px rgba(2,6,23,.10);
  --top1-shadow-xs:0 6px 16px rgba(2,6,23,.10);
--top1-card:var(--top1-surface);
--top1-card-2:var(--top1-surface-2);
--top1-shadow-md:var(--top1-shadow-sm);
--top1-shadow-lg:var(--top1-shadow);

/* spacing scale (UI-only helpers) */
--top1-space-1:4px;
--top1-space-2:8px;
--top1-space-3:12px;
--top1-space-4:16px;
--top1-space-5:20px;
--top1-space-6:24px;
--top1-space-8:32px;

/* type scale */
--top1-fs-12:12px;
--top1-fs-14:14px;
--top1-fs-16:16px;
--top1-fs-18:18px;
--top1-fs-24:24px;
--top1-fs-34:34px;
--top1-fs-44:44px;

}

@media (prefers-color-scheme: dark){
  :root{
    --top1-bg:#0b0d12;
    --top1-surface:#0f131b;
    --top1-surface-2:#0b0d12;
    --top1-text:#e5e7eb;
    --top1-muted:#9aa4b2;
    --top1-border:rgba(148,163,184,.16);
    --top1-shadow:0 18px 55px rgba(0,0,0,.55);
    --top1-shadow-sm:0 12px 30px rgba(0,0,0,.45);
    --top1-shadow-xs:0 8px 18px rgba(0,0,0,.40);
  }
}

body{
  background:var(--top1-bg);
  color:var(--top1-text);
}

/* ============================================================
   Header mockup (navigation bar)
   ============================================================ */

.top1-header--mock{
  /* keep sticky behavior from Premium UI Layer */
}

.top1-header--mock .top1-headerbar{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:14px 18px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.06);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 50px rgba(2,6,23,.12);
}

@media (prefers-color-scheme: dark){
  .top1-header--mock .top1-headerbar{
    background:rgba(15,19,27,.92);
    border-color:rgba(255,255,255,.10);
  }
}

/* Logo (drawn via CSS) */
.top1-brand--mock{
  display:flex;
  align-items:center;
  min-width:220px;
  text-decoration:none;
}
.top1-brand--mock:focus{outline:2px solid var(--top1-focus); outline-offset:3px; border-radius:12px;}

.top1-brand__flags{display:inline-flex;align-items:flex-end;margin-right:10px;}

.top1-flag{
  width:26px;
  height:20px;
  border-radius:6px;
  border:2px solid rgba(0,0,0,.18);
  background:
    linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%) 0 0/8px 8px,
    linear-gradient(rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%) 0 0/8px 8px;
  box-shadow:0 10px 22px rgba(2,6,23,.10);
}
.top1-flag--left{transform:rotate(-10deg) skewX(-8deg);}
.top1-flag--right{transform:rotate(12deg) skewX(8deg); margin-left:4px;}

.top1-brand__meta{display:flex;flex-direction:column;line-height:1.05;}
.top1-brand__title{font-weight:900;letter-spacing:-.02em;text-transform:uppercase;font-size:22px;white-space:nowrap;}
.top1-brand__titleBlack{color:#0b1220;}
.top1-brand__titleRed{color:var(--top1-accent);margin-left:4px;}
.top1-brand__subtitle{margin-top:4px;font-size:12px;font-weight:700;color:rgba(0,0,0,.72);}
@media (prefers-color-scheme: dark){
  .top1-brand__titleBlack{color:#ffffff;}
  .top1-brand__subtitle{color:rgba(255,255,255,.70);}
  .top1-flag{border-color:rgba(255,255,255,.22);}
}

/* Center status badge */
.top1-headerbar__center{display:flex;justify-content:center;}

.top1-openBadge--mock{
  padding:14px 22px;
  font-size:18px;
  letter-spacing:.00em;
  text-transform:none;
  border:none;
  margin-top:0;
  color:#ffffff;
  background:linear-gradient(180deg, #28c76f 0%, #16a34a 58%, #0f7a35 100%);
  box-shadow:0 18px 40px rgba(22,163,74,.24);
}
.top1-openBadge--mock .top1-openBadge__dot{
  width:12px;
  height:12px;
  margin-right:12px;
  box-shadow:none;
  background:rgba(255,255,255,.92);
}
.top1-openBadge--mock.is-closed{
  background:linear-gradient(180deg, #ff3b3b, #d61a1a);
  box-shadow:0 18px 40px rgba(214,26,26,.20);
}

/* Right group */
.top1-headerbar__right{display:flex;align-items:center;}

.top1-nav--mock{flex:0;}
.top1-menu--mock{gap:0;}
.top1-menu--mock a{
  padding:10px 12px;
  border-radius:14px;
  background:transparent;
  color:#0b1220;
}
.top1-menu--mock a:hover{background:rgba(0,0,0,.04); color:var(--top1-accent);}

@media (prefers-color-scheme: dark){
  .top1-menu--mock a{color:#ffffff;}
  .top1-menu--mock a:hover{background:rgba(255,255,255,.06); color:var(--top1-accent-2);}
}

/* Login link */
.top1-login{
  display:inline-flex;
  align-items:center;
  margin-left:12px;
  text-decoration:none;
  padding:10px 12px;
  border-radius:14px;
  color:#2563eb;
  font-weight:800;
}
.top1-login:hover{background:rgba(37,99,235,.10);}

.top1-login__icon{
  width:20px;
  height:20px;
  margin-right:8px;
  position:relative;
  display:inline-block;
}
.top1-login__icon:before{
  content:"";
  position:absolute;
  left:50%;
  top:2px;
  transform:translateX(-50%);
  width:8px;
  height:8px;
  border:2px solid currentColor;
  border-radius:999px;
}
.top1-login__icon:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:1px;
  transform:translateX(-50%);
  width:14px;
  height:8px;
  border:2px solid currentColor;
  border-top:none;
  border-radius:0 0 999px 999px;
}

/* Responsive layout */
@media (max-width:960px){
  .top1-header--mock .top1-headerbar{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    gap:10px;
    padding:12px 12px;
  }
  .top1-header--mock .top1-brand--mock{min-width:0;}
  .top1-headerbar__center{grid-column:1 / -1; justify-content:center;}
  .top1-headerbar__right{display:none;}
  .top1-openBadge--mock{width:100%; justify-content:center; font-size:16px; padding:12px 16px;}
}


.top1-muted{color:var(--top1-muted);}

.top1-noScroll{overflow:hidden;}

/* Accessible skip-link */
.top1-skip-link{
  position:absolute;
  left:10px;
  top:10px;
  z-index:9999;
  padding:10px 12px;
  border-radius:12px;
  background:var(--top1-surface);
  border:1px solid var(--top1-border);
  color:var(--top1-text);
  box-shadow:var(--top1-shadow-xs);
  transform:translateY(-140%);
  transition:transform .15s ease;
}
.top1-skip-link:focus{transform:translateY(0); outline:2px solid var(--top1-focus); outline-offset:2px;}

/* Header (sticky + glass) */
.top1-header{
  position:sticky;
  top:0;
  background:rgba(255,255,255,.78);
  border-bottom:1px solid var(--top1-border);
  backdrop-filter:saturate(140%) blur(10px);
}
.top1-header.is-scrolled{
  box-shadow:var(--top1-shadow-xs);
  background:rgba(255,255,255,.90);
}
@media (prefers-color-scheme: dark){
  .top1-header{
    background:rgba(11,13,18,.70);
  }
  .top1-header.is-scrolled{
    background:rgba(11,13,18,.86);
  }
}

/* Desktop CTA in header */
.top1-header__cta{
  margin-left:12px;
  white-space:nowrap;
}
@media (max-width: 980px){
  .top1-header__cta{display:none;}
}

/* Buttons */
.top1-btn{
  border-radius:14px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.70);
  color:var(--top1-text);
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.top1-btn:hover{
  border-color:rgba(15,23,42,.20);
  box-shadow:var(--top1-shadow-xs);
  transform:translateY(-1px);
}
.top1-btn:active{transform:translateY(0);}
.top1-btn:focus{outline:2px solid var(--top1-focus); outline-offset:2px;}

.top1-btn--primary{
  background:linear-gradient(180deg, var(--top1-accent-2), var(--top1-accent));
  border-color:rgba(214,26,26,.55);
  color:#fff;
}
.top1-btn--primary:hover{
  box-shadow:0 14px 32px rgba(214,26,26,.22);
  border-color:rgba(214,26,26,.85);
}
.top1-btn--ghost{
  background:transparent;
}

/* Cards / surfaces */
.top1-card,
.top1-fact,
.top1-panel{
  border:1px solid var(--top1-border);
  border-radius:var(--top1-radius);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,247,249,.86));
  box-shadow:var(--top1-shadow-xs);
}
@media (prefers-color-scheme: dark){
  .top1-card,
  .top1-fact,
  .top1-panel{
    background:linear-gradient(180deg, rgba(15,19,27,.92), rgba(11,13,18,.90));
  }
}


/* ============================================================
   Extra Modern UX (v4.8.7)
   Sections + Promo Slider + small button size
   ============================================================ */

.top1-section{
  padding:46px 0;
}
.top1-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 14px;
}
.top1-section__head .top1-h2{margin:0;}
.top1-section__head .top1-lead{margin:6px 0 0; max-width:720px;}
@media (max-width: 900px){
  .top1-section__head{display:block;}
}

.top1-btn--sm{
  padding:10px 12px;
  font-size:11px;
  border-radius:12px;
}

/* Promo slider */
.top1-slider{
  position:relative;
  margin:16px 0 0;
}
.top1-slider__viewport{
  overflow:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none; /* Firefox */
}
.top1-slider__viewport::-webkit-scrollbar{display:none;}
.top1-slider__track{
  display:flex;
  gap:14px;
  padding:0 16px 14px;
}
@media (min-width: 980px){
  .top1-slider__track{padding:0 24px 16px;}
}
.top1-slide{
  flex:0 0 100%;
  scroll-snap-align:start;
}
@media (min-width: 980px){
  .top1-slide{flex-basis: calc(100% - 96px);}
}
.top1-slide__card{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--top1-border);
  box-shadow:var(--top1-shadow);
  background:var(--top1-surface);
}
.top1-slide__card img{display:block; width:100%; height:auto;}
.top1-slide__overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:flex-start;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.55));
}
@media (prefers-color-scheme: dark){
  .top1-slide__overlay{
    background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.62));
  }
}
.top1-slider__btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.75);
  color:var(--top1-text);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:var(--top1-shadow-xs);
  transition:transform .12s ease, background .12s ease, box-shadow .12s ease;
}
.top1-slider__btn:hover{
  background:rgba(255,255,255,.92);
  box-shadow:var(--top1-shadow-sm);
  transform:translateY(-50%) scale(1.03);
}
.top1-slider__btn:active{transform:translateY(-50%) scale(.98);}
.top1-slider__btn--prev{left:10px;}
.top1-slider__btn--next{right:10px;}
@media (max-width: 760px){
  .top1-slider__btn{display:none;}
}
@media (prefers-color-scheme: dark){
  .top1-slider__btn{
    background:rgba(15,19,27,.70);
  }
  .top1-slider__btn:hover{
    background:rgba(15,19,27,.92);
  }
}
.top1-slider__btn span{
  font-size:26px;
  line-height:1;
  margin-top:-2px;
}

.top1-slider__dots{
  display:flex;
  justify-content:center;
  gap:10px;
  padding:10px 0 0;
}
.top1-slider__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.70);
  cursor:pointer;
  transition:transform .12s ease, background .12s ease;
}
.top1-slider__dot:hover{transform:scale(1.2);}
.top1-slider__dot.is-active{
  background:linear-gradient(180deg, var(--top1-accent-2), var(--top1-accent));
  border-color:rgba(214,26,26,.55);
}
@media (prefers-color-scheme: dark){
  .top1-slider__dot{background:rgba(15,19,27,.70);}
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .top1-btn,
  .top1-slider__btn,
  .top1-slider__dot{transition:none !important;}
}


/* v4.8.12 UI-only improvements: services actions + preview cards + filter + copy */
.top1-services__actions{
  padding:14px 0 10px;
  text-align:center;
}
.top1-services__actions .top1-btn{margin:0 8px 8px 0;}
.top1-servicesPreview{padding:16px 0 10px;}
.top1-servicesGrid{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -7px;}
.top1-svcCard{
  width:calc(33.333% - 14px);
  margin:0 7px 14px;
  border:1px solid var(--top1-border);
  border-radius:16px;
  background:var(--top1-surface);
  overflow:hidden;
  box-shadow:var(--top1-shadow-xs);
  transition:transform .12s ease, box-shadow .12s ease;
}
.top1-svcCard:hover{transform:translateY(-2px);box-shadow:var(--top1-shadow-sm);}
.top1-svcCard__link{display:block;padding:14px 16px;text-decoration:none;color:inherit;}
.top1-svcCard__title{margin:0 0 6px;font-size:16px;line-height:1.2;font-weight:800;}
.top1-svcCard__excerpt{margin:0;opacity:.85;font-size:14px;line-height:1.35;}
.top1-svcCard__actions{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 14px;}
.top1-svcCard__actions .top1-btn{margin:0 8px 0 0;}
.top1-svcCard__actions .top1-btn:last-child{margin-right:0;}

/* Services quick filter */
.top1-servicesFilter{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  margin:0 0 12px;
}
.top1-servicesFilter__input{
  width:100%;
  max-width:560px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.75);
  color:var(--top1-text);
  font:inherit;
}
@media (prefers-color-scheme: dark){
  .top1-servicesFilter__input{background:rgba(15,19,27,.70);}
}
.top1-servicesFilter__clear{margin-left:10px;}
.top1-servicesFilter__count{width:100%;text-align:center;margin-top:8px;}
.top1-servicesFilter__count.is-empty,
.top1-servicesCatalog__count.is-empty{color:#b00020;}
@media (max-width: 560px){
  .top1-servicesFilter__clear{margin-left:0;margin-top:10px;}
}

@media (max-width: 900px){
  .top1-svcCard{width:calc(50% - 14px);}
}
@media (max-width: 560px){
  .top1-svcCard{width:calc(100% - 14px);}
}

/* v4.8.13: services catalog (archive) + quick service chips + service CTA */
.top1-servicesCatalog{padding:6px 0 0;}
.top1-servicesCatalog__toolbar{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  margin:0 0 14px;
}
.top1-servicesCatalog__toolbar > *{margin-right:10px;margin-bottom:10px;}
.top1-servicesCatalog__toolbar > *:last-child{margin-right:0;}
.top1-servicesCatalog__input{
  width:100%;
  max-width:520px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.75);
  color:var(--top1-text);
  font:inherit;
}
.top1-servicesCatalog__select{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.75);
  color:var(--top1-text);
  font:inherit;
}
.top1-servicesCatalog__count{width:100%;text-align:center;margin-top:-4px;}

@media (prefers-color-scheme: dark){
  .top1-servicesCatalog__input,
  .top1-servicesCatalog__select{background:rgba(15,19,27,.70);}
}
@media (max-width: 560px){
  .top1-servicesCatalog__count{margin-top:0;}
}

.top1-svcCard2{padding:0;overflow:hidden;}
.top1-svcCard2__link{display:block;padding:14px 16px;text-decoration:none;color:inherit;}
.top1-svcCard2__title{display:block;font-size:16px;line-height:1.2;font-weight:900;margin:0 0 6px;}
.top1-svcCard2__excerpt{display:block;font-size:14px;line-height:1.35;opacity:.85;}
.top1-svcCard2__actions{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 14px;}
.top1-svcCard2__actions .top1-btn{margin-right:8px;}
.top1-svcCard2__actions .top1-btn:last-child{margin-right:0;}

.top1-chips{display:flex;flex-wrap:wrap;margin:8px -6px 0;}
.top1-chip{
  margin:0 6px 8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.70);
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
}
.top1-chip:hover{box-shadow:var(--top1-shadow-xs);transform:translateY(-1px);}
.top1-chip:active{transform:translateY(0);}
.top1-chip:focus{outline:2px solid var(--top1-focus); outline-offset:2px;}
.top1-chip.is-active{
  background:linear-gradient(180deg, var(--top1-accent-2), var(--top1-accent));
  color:#ffffff;
  border-color:rgba(0,0,0,.12);
  box-shadow:var(--top1-shadow-xs);
}
@media (prefers-color-scheme: dark){
  .top1-chip{background:rgba(15,19,27,.70);}
  .top1-chip.is-active{border-color:rgba(255,255,255,.12);}
}


/* v4.8.20: service tiles (booking) | v4.8.21: action dock | v4.8.23: mobile dock | v4.8.23: mobile dock */
.top1-serviceTilesWrap{margin-top:10px;margin-bottom:6px;}
.top1-serviceTiles__label{
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.86;
  margin:0 0 8px;
}
.top1-serviceTiles{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:10px;
}
@media (max-width: 980px){
  .top1-serviceTiles{grid-template-columns:repeat(3, minmax(0,1fr));}
}
@media (max-width: 520px){
  .top1-serviceTiles{grid-template-columns:repeat(2, minmax(0,1fr));gap:8px;}
}

.top1-sTile{
  --st-accent: rgba(214,26,26,1);
  --st-accent-soft: rgba(214,26,26,.18);
  appearance:none;
  border:1px solid var(--top1-border);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(246,247,249,.78));
  color:var(--top1-text);
  padding:12px 10px 10px;
  min-height:86px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  box-shadow:var(--top1-shadow-xs);
  text-align:center;
}
.top1-sTile:hover{transform:translateY(-1px);box-shadow:var(--top1-shadow-sm);}
.top1-sTile:active{transform:translateY(0);}
.top1-sTile:focus{outline:2px solid var(--top1-focus); outline-offset:2px;}

/* Dark mode */
@media (prefers-color-scheme: dark){
  .top1-sTile{background:linear-gradient(180deg, rgba(15,19,27,.78), rgba(11,13,18,.66));}
  .top1-sTile__icon{background:linear-gradient(180deg, rgba(15,19,27,.88), rgba(15,19,27,.62));box-shadow:inset 0 0 0 2px rgba(0,0,0,.30);}
}

.top1-sTile__icon{
  width:42px;
  height:42px;
  border-radius:16px;
  border:1px solid var(--top1-border);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.70));
  box-shadow:inset 0 0 0 2px rgba(0,0,0,.03);
}
.top1-sTile__icon::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:16px;
  background:linear-gradient(180deg, var(--st-accent-soft), rgba(0,0,0,0));
  pointer-events:none;
}
.top1-sTile__t{
  display:block;
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  line-height:1.1;
  opacity:.92;
}

.top1-sTile.is-active{
  border-color:rgba(214,26,26,.45);
  box-shadow:0 12px 26px rgba(214,26,26,.14);
}
.top1-sTile.is-active .top1-sTile__icon{
  border-color:rgba(214,26,26,.55);
  box-shadow:0 0 0 4px rgba(214,26,26,.10), inset 0 0 0 2px rgba(0,0,0,.03);
}

.top1-sTile--finder{
  border-style:dashed;
  background:linear-gradient(180deg, rgba(255,255,255,.80), rgba(246,247,249,.72));
}

.top1-serviceTiles__meta{margin-top:8px;font-size:12px;}

/* Optional: keep chips as “more options” */
.top1-serviceMore{
  margin-top:8px;
  border:1px dashed rgba(0,0,0,.14);
  border-radius:18px;
  padding:8px 10px;
  background:rgba(255,255,255,.55);
}
@media (prefers-color-scheme: dark){
  .top1-serviceMore{border-color:rgba(255,255,255,.14);background:rgba(15,19,27,.45);}
}
.top1-serviceMore__summary{
  cursor:pointer;
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.86;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.top1-serviceMore__summary::-webkit-details-marker{display:none;}
.top1-serviceMore__summary::after{
  content:"▾";
  font-size:14px;
  opacity:.75;
  transform:translateY(-1px);
}
details[open].top1-serviceMore .top1-serviceMore__summary::after{content:"▴";}
.top1-serviceMore .top1-chips{margin-top:10px;}

.top1-serviceCta{display:flex;flex-wrap:wrap;margin-top:10px;}
.top1-serviceCta > *{margin-right:10px;margin-bottom:10px;}
.top1-serviceCta > *:last-child{margin-right:0;}

/* Contacts meta + copy buttons */
.top1-contactsMeta{margin-top:12px;}
.top1-contactsMeta__row{display:flex;align-items:center;flex-wrap:wrap;}
.top1-contactsMeta__row > *{margin-right:10px;margin-bottom:8px;}
.top1-contactsMeta__row > *:last-child{margin-right:0;}
.top1-contactsMeta__phone{font-weight:900;}
.top1-copyBtn{
  padding:8px 10px;
  border-radius:12px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.70);
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
}
.top1-copyBtn:hover{box-shadow:var(--top1-shadow-xs);}
.top1-copyBtn:focus{outline:2px solid var(--top1-focus); outline-offset:2px;}
.top1-copyBtn.is-copied{
  background:linear-gradient(180deg, var(--top1-accent-2), var(--top1-accent));
  color:#ffffff;
  border-color:rgba(0,0,0,.12);
}
@media (prefers-color-scheme: dark){
  .top1-copyBtn{background:rgba(15,19,27,.70);}
}

/* Toast */
.top1-toast{
  position:fixed;
  left:50%;
  bottom:110px;
  transform:translateX(-50%);
  z-index:99999;
  max-width:92vw;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--top1-border);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,247,249,.86));
  color:var(--top1-text);
  box-shadow:var(--top1-shadow-sm);
  opacity:0;
  pointer-events:none;
  transition:opacity .15s ease, transform .15s ease;
}
.top1-toast.is-show{opacity:1;transform:translateX(-50%) translateY(-6px);}
@media (prefers-color-scheme: dark){
  .top1-toast{background:linear-gradient(180deg, rgba(15,19,27,.92), rgba(11,13,18,.90));}
}
@media (prefers-reduced-motion: reduce){
  .top1-svcCard, .top1-toast{transition:none !important;}
}

/* Scroll progress + toTop */
.top1-scroll-progress{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:rgba(0,0,0,.08);
  z-index:9999;
}
.top1-scroll-progress__bar{display:block;height:100%;width:0%;background:#d61a1a;}

.top1-toTop{
  position:fixed;
  right:18px;
  bottom:92px;
  z-index:9999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:96px;
  min-height:42px;
  padding:11px 15px 11px 13px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.14);
  background:rgba(255,255,255,.94);
  color:#0b1220;
  font-size:12px;
  font-weight:950;
  letter-spacing:.03em;
  line-height:1;
  text-transform:uppercase;
  text-decoration:none;
  opacity:0;
  pointer-events:none;
  transform:translateY(8px);
  box-shadow:0 10px 24px rgba(2,6,23,.13);
  backdrop-filter:blur(8px);
  transition:opacity .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.top1-toTop::before{
  content:"";
  width:9px;
  height:9px;
  margin-right:8px;
  border-top:2px solid currentColor;
  border-left:2px solid currentColor;
  transform:translateY(2px) rotate(45deg);
  border-radius:2px;
}
.top1-toTop.is-visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.top1-toTop:hover{
  color:#d61a1a;
  border-color:rgba(214,26,26,.32);
  box-shadow:0 14px 30px rgba(2,6,23,.17);
}
.top1-toTop:active{
  transform:translateY(1px);
}
.top1-toTop:focus-visible{
  outline:3px solid rgba(34,102,255,.28);
  outline-offset:3px;
}

/* Mobile menu overlay/panel */
.top1-mobile-menu{
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  padding:0;
  border:0;
  background:rgba(0,0,0,.45);
  z-index:9998;
}
.top1-mobile-menu__overlay{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}
.top1-mobile-menu__panel{
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:86%;
  max-width:360px;
  background:#ffffff;
  border-left:1px solid rgba(0,0,0,.08);
  box-shadow:-18px 0 40px rgba(0,0,0,.18);
  transform:translateX(100%);
  transition:transform .22s ease;
  padding:12px 0;
}
.top1-mobile-menu--open .top1-mobile-menu__panel{transform:translateX(0);}
.top1-mobile-menu__close{
  position:absolute;
  right:12px;
  top:10px;
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  background:#ffffff;
  cursor:pointer;
  font-size:22px;
  line-height:1;
}

/* v4.8.15: time preference chips + message counter + highlight + install prompt */
.top1-timePref{
  margin-top:10px;
  padding:10px 12px;
  border:1px dashed rgba(0,0,0,.12);
  border-radius:16px;
  background:rgba(255,255,255,.65);
}
.top1-timePref__label{
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.85;
  margin:0 0 2px;
}
@media (prefers-color-scheme: dark){
  .top1-timePref{background:rgba(15,19,27,.55);border-color:rgba(255,255,255,.10);}
}



/* v4.8.24: time window picker (booking) */
.top1-slotPicker{
  margin-top:10px;
  padding:12px 12px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(246,247,249,.62));
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}
@media (prefers-color-scheme: dark){
  .top1-slotPicker{
    background:linear-gradient(180deg, rgba(15,19,27,.62), rgba(10,12,18,.52));
    border-color:rgba(255,255,255,.10);
    box-shadow:0 18px 44px rgba(0,0,0,.40);
  }
}
.top1-slotPicker__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.top1-slotPicker__label{
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.88;
}
.top1-slotQuick{
  appearance:none;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(255,255,255,.80);
  color:var(--top1-text);
  border-radius:14px;
  padding:8px 10px;
  font-weight:900;
  font-size:12px;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  transition:transform .12s ease, box-shadow .12s ease;
}
.top1-slotQuick:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(0,0,0,.10);}
.top1-slotQuick:active{transform:translateY(0);box-shadow:0 10px 26px rgba(0,0,0,.08);}
@media (prefers-color-scheme: dark){
  .top1-slotQuick{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);box-shadow:0 16px 34px rgba(0,0,0,.42);}
}
.top1-slotPicker__sub{
  margin:6px 0 0;
  font-size:12px;
  opacity:.9;
}
.top1-slotGrid{
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
@media (max-width:520px){
  .top1-slotGrid{grid-template-columns:1fr;}
}
.top1-slotBtn{
  position:relative;
  width:100%;
  text-align:left;
  padding:12px 12px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,246,248,.82));
  color:var(--top1-text);
  cursor:pointer;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(0,0,0,.08);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.top1-slotBtn:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(0,0,0,.10);}
.top1-slotBtn:active{transform:translateY(0);box-shadow:0 14px 30px rgba(0,0,0,.08);}
.top1-slotBtn::before{
  content:"";
  position:absolute;
  inset:-40px -60px auto -60px;
  height:140px;
  background:radial-gradient(circle at 30% 40%, var(--tw-accent-soft, rgba(59,130,246,.16)), transparent 60%);
  pointer-events:none;
}
@media (prefers-color-scheme: dark){
  .top1-slotBtn{
    background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
    border-color:rgba(255,255,255,.12);
    box-shadow:0 20px 46px rgba(0,0,0,.44);
  }
  .top1-slotBtn:hover{box-shadow:0 24px 56px rgba(0,0,0,.52);}
}
.top1-slotBtn__h{
  display:block;
  font-weight:1000;
  font-size:15px;
  letter-spacing:-.01em;
}
.top1-slotBtn__r{
  display:block;
  margin-top:2px;
  font-size:12px;
  opacity:.76;
}
.top1-slotBtn__bar{
  margin-top:10px;
  display:flex;
  gap:6px;
}
.top1-slotBtn__bar > span{
  flex:1 1 auto;
  height:6px;
  border-radius:999px;
  background:rgba(0,0,0,.10);
}
@media (prefers-color-scheme: dark){
  .top1-slotBtn__bar > span{background:rgba(255,255,255,.10);}
}

/* Accent per window */
.top1-slotBtn[data-time="Утро"]{--tw-accent: rgba(14,165,233,1); --tw-accent-soft: rgba(14,165,233,.18);}
.top1-slotBtn[data-time="День"]{--tw-accent: rgba(34,197,94,1); --tw-accent-soft: rgba(34,197,94,.18);}
.top1-slotBtn[data-time="Вечер"]{--tw-accent: rgba(249,115,22,1); --tw-accent-soft: rgba(249,115,22,.18);}
.top1-slotBtn[data-time="Любое"]{--tw-accent: rgba(99,102,241,1); --tw-accent-soft: rgba(99,102,241,.14);}

/* Active + recommended */
.top1-slotBtn.is-active{
  border-color:var(--tw-accent, rgba(59,130,246,1));
  box-shadow:0 20px 46px rgba(0,0,0,.12);
}
.top1-slotBtn.is-active .top1-slotBtn__bar > span{background:rgba(0,0,0,.16);}
.top1-slotBtn.is-active .top1-slotBtn__bar > span:nth-child(1),
.top1-slotBtn.is-active .top1-slotBtn__bar > span:nth-child(2){background:var(--tw-accent, rgba(59,130,246,1));}
@media (prefers-color-scheme: dark){
  .top1-slotBtn.is-active{box-shadow:0 26px 62px rgba(0,0,0,.58);}
  .top1-slotBtn.is-active .top1-slotBtn__bar > span{background:rgba(255,255,255,.16);}
}
.top1-slotBtn.is-reco::after{
  content:"Рекомендуем";
  position:absolute;
  top:10px;
  right:10px;
  padding:4px 8px;
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  background:rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.10);
}
@media (prefers-color-scheme: dark){
  .top1-slotBtn.is-reco::after{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);}
}

/* v4.8.23: date planner (booking) */
.top1-datePref{
  margin-top:10px;
  padding:10px 12px;
  border:1px dashed rgba(0,0,0,.12);
  border-radius:16px;
  background:rgba(255,255,255,.65);
}
.top1-datePref__label{
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.85;
  margin:0 0 2px;
}
@media (prefers-color-scheme: dark){
  .top1-datePref{background:rgba(15,19,27,.55);border-color:rgba(255,255,255,.10);}
}

.top1-dateGrid{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:8px 2px 6px;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
}
.top1-dateGrid::-webkit-scrollbar{height:8px;}
.top1-dateGrid::-webkit-scrollbar-thumb{background:rgba(0,0,0,.14);border-radius:10px;}
@media (prefers-color-scheme: dark){
  .top1-dateGrid::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);}
}

.top1-dateBtn{
  flex:0 0 auto;
  min-width:84px;
  padding:10px 10px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(246,247,249,.78));
  color:var(--top1-text);
  cursor:pointer;
  text-align:left;
  position:relative;
  box-shadow:var(--top1-shadow-xs);
  scroll-snap-align:start;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.top1-dateBtn:hover{transform:translateY(-1px);box-shadow:var(--top1-shadow-sm);} 
.top1-dateBtn:focus{outline:2px solid var(--top1-focus); outline-offset:2px;}
.top1-dateBtn__top{display:block;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;opacity:.85;}
.top1-dateBtn__day{display:block;font-size:20px;font-weight:1000;line-height:1.1;margin-top:2px;}
.top1-dateBtn__mon{display:block;font-size:12px;opacity:.8;margin-top:0;}
.top1-dateBtn.is-reco::after{content:"★";position:absolute;right:10px;top:10px;font-size:12px;opacity:.55;}
.top1-dateBtn.is-active{
  border-color:rgba(214,26,26,.55);
  box-shadow:0 10px 26px rgba(214,26,26,.18), var(--top1-shadow-xs);
  background:linear-gradient(180deg, rgba(214,26,26,.12), rgba(255,255,255,.86));
}
@media (prefers-color-scheme: dark){
  .top1-dateBtn{background:linear-gradient(180deg, rgba(15,19,27,.72), rgba(11,13,18,.68));border-color:rgba(255,255,255,.12);}
  .top1-dateBtn.is-active{background:linear-gradient(180deg, rgba(214,26,26,.20), rgba(15,19,27,.72));}
}
@media (min-width: 900px){
  .top1-dateGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));overflow:visible;}
  .top1-dateBtn{min-width:0;}
}
@media (prefers-reduced-motion: reduce){
  .top1-dateBtn{transition:none !important;}
}

.top1-textCounter{
  margin:-2px 0 10px;
  font-size:12px;
  text-align:right;
  opacity:.8;
}
.top1-textCounter.is-warn{color:#b00020;opacity:1;font-weight:800;}

mark.top1-mark{
  padding:0 3px;
  border-radius:6px;
  background:rgba(214,26,26,.16);
  color:inherit;
}
@media (prefers-color-scheme: dark){
  mark.top1-mark{background:rgba(214,26,26,.28);}
}

/* PWA install bar */
.top1-install{
  position:fixed;
  left:50%;
  transform:translateX(-50%) translateY(16px);
  width:min(560px, 94vw);
  z-index:99998;
  opacity:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,247,249,.92));
  border:1px solid var(--top1-border);
  border-radius:18px;
  box-shadow:var(--top1-shadow-sm);
  padding:12px 12px;
  transition:opacity .18s ease, transform .18s ease;
}
.top1-install.is-show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);}
@media (prefers-color-scheme: dark){
  .top1-install{background:linear-gradient(180deg, rgba(15,19,27,.96), rgba(11,13,18,.92));}
}
.top1-install__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.top1-install__copy{margin-right:12px;}
.top1-install__title{font-weight:900;margin:0 0 2px;font-size:14px;}
.top1-install__sub{margin:0;font-size:12px;opacity:.85;}
.top1-install__actions{display:flex;align-items:center;margin-top:8px;}
.top1-install__actions .top1-btn{margin-right:10px;}
.top1-install__actions .top1-btn:last-child{margin-right:0;}
@media (max-width: 960px){
  .top1-install{bottom:calc(18px + env(safe-area-inset-bottom) + 62px);}
}
@media (min-width: 961px){
  .top1-install{bottom:18px;}
}


/* v4.8.16: chips meta, keyboard hints, selection summary */
.top1-chipsMeta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin-top:8px;
}
.top1-chipsMeta > *{margin-right:12px;margin-bottom:8px;}
.top1-chipsMeta > *:last-child{margin-right:0;}

.top1-linkBtn{
  appearance:none;
  background:transparent;
  border:0;
  padding:0;
  cursor:pointer;
  font-weight:900;
  font-size:12px;
  text-decoration:underline;
  opacity:.86;
}
.top1-linkBtn:hover{opacity:1;}
.top1-linkBtn:focus{outline:2px solid var(--top1-focus); outline-offset:2px; border-radius:10px;}

.top1-kbdHint{font-size:12px;opacity:.78;}
.top1-kbdHint .top1-kbd{
  display:inline-block;
  padding:2px 6px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.70);
  font-weight:900;
  font-size:11px;
  letter-spacing:.02em;
}
@media (prefers-color-scheme: dark){
  .top1-kbdHint .top1-kbd{border-color:rgba(255,255,255,.14);background:rgba(15,19,27,.60);}
}

/* Service Finder modal (Booking form) */
.top1-noScroll{overflow:hidden;}

.top1-linkBtn--sf{
  margin-right:10px;
}

.top1-sf{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(7,9,12,.52);
  backdrop-filter: blur(10px);
}
.top1-sf[hidden]{display:none !important;}

.top1-sf__dialog{
  width:min(760px, 100%);
  max-height:82vh;
  display:flex;
  flex-direction:column;
  background:var(--top1-surface);
  border:1px solid var(--top1-border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 70px rgba(0,0,0,.35);
}

.top1-sf__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 10px;
  border-bottom:1px solid var(--top1-border);
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.70));
}
@media (prefers-color-scheme: dark){
  .top1-sf__head{
    background:linear-gradient(180deg, rgba(15,19,27,.88), rgba(15,19,27,.72));
  }
}

.top1-sf__title{
  font-weight:900;
  letter-spacing:.01em;
}

.top1-sf__close{
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid var(--top1-border);
  background:rgba(255,255,255,.75);
  color:var(--top1-text);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
}
.top1-sf__close:hover{transform:translateY(-1px);}
@media (prefers-color-scheme: dark){
  .top1-sf__close{background:rgba(15,19,27,.65);}
}

.top1-sf__body{
  padding:12px 14px 14px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.top1-sf__search{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--top1-border);
  background:var(--top1-surface-2);
  color:var(--top1-text);
  outline:none;
}
.top1-sf__search:focus{box-shadow:0 0 0 4px rgba(59,130,246,.22); border-color:rgba(59,130,246,.55);}

.top1-sf__meta{
  font-size:12px;
  opacity:.78;
}

.top1-sf__list{
  border:1px solid var(--top1-border);
  border-radius:16px;
  overflow:auto;
  background:var(--top1-surface-2);
  max-height:56vh;
}

.top1-sf__item{
  display:block;
  width:100%;
  text-align:left;
  padding:12px 12px;
  border:0;
  border-bottom:1px solid var(--top1-border);
  background:transparent;
  color:var(--top1-text);
  cursor:pointer;
  font-weight:700;
}
.top1-sf__item:last-child{border-bottom:0;}
.top1-sf__item:hover{background:rgba(0,0,0,.04);}
.top1-sf__item.is-active{
  background:rgba(59,130,246,.10);
  box-shadow: inset 0 0 0 2px rgba(59,130,246,.28);
}

@media (prefers-color-scheme: dark){
  .top1-sf__item:hover{background:rgba(255,255,255,.05);}
  .top1-sf__item.is-active{
    background:rgba(59,130,246,.14);
    box-shadow: inset 0 0 0 2px rgba(59,130,246,.32);
  }
}

.top1-sf__mark{
  padding:0 2px;
  border-radius:6px;
  background:rgba(251,191,36,.38);
}

.top1-sf__empty{
  padding:16px 12px;
  font-size:13px;
  opacity:.8;
}

@media (max-width: 420px){
  .top1-sf{padding:12px;}
  .top1-sf__dialog{border-radius:18px;}
  .top1-sf__head{padding:12px 12px 8px;}
  .top1-sf__body{padding:10px 12px 12px;}
}

.top1-selection{
  margin:10px 0 0;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(0,0,0,.02);
  font-size:12px;
  line-height:1.35;
}
@media (prefers-color-scheme: dark){
  .top1-selection{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.06);}
}


/* Action Dock (Booking quick actions) */

.top1-actionDock{
  margin-top:14px;
  padding:12px 12px;
  border-radius:20px;
  border:1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(59,130,246,.06), rgba(0,0,0,0));
}
@media (prefers-color-scheme: dark){
  .top1-actionDock{
    border-color:rgba(255,255,255,.10);
    background: linear-gradient(180deg, rgba(59,130,246,.12), rgba(255,255,255,.02));
  }
}

.top1-actionDock__label{
  font-weight:900;
  letter-spacing:.2px;
  font-size:12px;
  opacity:.9;
  margin:0 0 10px;
  text-transform: uppercase;
}

.top1-actionDock__items{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:10px;
}
@media (max-width: 980px){
  .top1-actionDock__items{grid-template-columns:repeat(3, minmax(0,1fr));}
}
@media (max-width: 520px){
  .top1-actionDock__items{grid-template-columns:repeat(2, minmax(0,1fr)); gap:8px;}
}

.top1-dockItem{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 12px;
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.78);
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.top1-dockItem:hover{transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,.10);}
.top1-dockItem:active{transform: translateY(0); box-shadow: 0 8px 18px rgba(0,0,0,.08);}
.top1-dockItem:focus-visible{outline: 3px solid rgba(59,130,246,.35); outline-offset: 2px;}
@media (prefers-color-scheme: dark){
  .top1-dockItem{
    border-color:rgba(255,255,255,.10);
    background:rgba(17,24,39,.62);
    box-shadow: 0 10px 24px rgba(0,0,0,.35);
  }
  .top1-dockItem:hover{box-shadow: 0 14px 30px rgba(0,0,0,.45);}
}

.top1-dockItem__ico{
  width:38px;
  height:38px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(59,130,246,.10);
  color: rgba(59,130,246,.95);
  flex: 0 0 auto;
}
@media (prefers-color-scheme: dark){
  .top1-dockItem__ico{background:rgba(59,130,246,.16);}
}

.top1-dockItem__t{
  font-weight:900;
  font-size:13px;
  line-height:1.1;
}

.top1-dockItem.is-hot{
  border-color: rgba(249,115,22,.40);
  box-shadow: 0 16px 36px rgba(249,115,22,.12);
}
@media (prefers-color-scheme: dark){
  .top1-dockItem.is-hot{box-shadow: 0 18px 40px rgba(249,115,22,.18);}
}

.top1-dockItem--accent{
  border-color: rgba(59,130,246,.26);
  background: linear-gradient(135deg, rgba(59,130,246,.18), rgba(34,197,94,.12));
}
@media (prefers-color-scheme: dark){
  .top1-dockItem--accent{
    border-color: rgba(59,130,246,.30);
    background: linear-gradient(135deg, rgba(59,130,246,.22), rgba(34,197,94,.16));
  }
}


.top1-actionDock__hint{
  margin-top:10px;
  font-size:12px;
}




/* v4.8.23: mobile floating action dock (booking) */
.top1-actionDock__spacer{height:0;}

@media (max-width: 680px){
  .top1-js .top1-actionDock.top1-actionDock--mobile{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 50;
    margin-top: 0;
    border-radius: 22px;
    padding: 10px 10px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 24px 70px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(140%);
    opacity: 0;
    pointer-events: none;
    transition: transform .18s ease, opacity .18s ease;
  }
  .top1-js .top1-actionDock.top1-actionDock--mobile.is-active{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .top1-js .top1-actionDock.top1-actionDock--mobile.is-hidden{
    transform: translateY(160%);
    opacity: 0;
    pointer-events: none;
  }
  .top1-js .top1-actionDock.top1-actionDock--mobile .top1-actionDock__label,
  .top1-js .top1-actionDock.top1-actionDock--mobile .top1-actionDock__hint{
    display: none;
  }

  .top1-js .top1-actionDock.top1-actionDock--mobile .top1-actionDock__items{
    display:flex;
    gap:8px;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom:2px;
  }
  .top1-js .top1-actionDock.top1-actionDock--mobile .top1-actionDock__items::-webkit-scrollbar{width:0;height:0;}

  .top1-js .top1-actionDock.top1-actionDock--mobile .top1-dockItem{
    flex: 0 0 78px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:6px;
    padding:10px 8px;
    min-height:62px;
    text-align:center;
  }
  .top1-js .top1-actionDock.top1-actionDock--mobile .top1-dockItem__ico{
    width:34px;
    height:34px;
    border-radius: 14px;
  }
  .top1-js .top1-actionDock.top1-actionDock--mobile .top1-dockItem__t{
    font-size:11px;
    line-height:1.05;
  }
}

@media (max-width: 680px) and (prefers-color-scheme: dark){
  .top1-js .top1-actionDock.top1-actionDock--mobile{
    background: rgba(17,24,39,.72);
    border-color: rgba(255,255,255,.12);
    box-shadow: 0 28px 90px rgba(0,0,0,.45);
  }
}

@media (prefers-reduced-motion: reduce){
  .top1-js .top1-actionDock.top1-actionDock--mobile{transition:none;}
}

/* Dock modal */
.top1-dm{
  position:fixed;
  inset:0;
  z-index: 9999;
  background: rgba(2,6,23,.50);
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.top1-dm[hidden]{display:none;}
.top1-dm__dialog{
  width:min(640px, 100%);
  border-radius:22px;
  background: var(--top1-card, #fff);
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  overflow:hidden;
}
@media (prefers-color-scheme: dark){
  .top1-dm__dialog{border-color:rgba(255,255,255,.12); background: rgba(17,24,39,.96);}
}
.top1-dm__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid rgba(0,0,0,.08);
}
@media (prefers-color-scheme: dark){
  .top1-dm__head{border-bottom-color:rgba(255,255,255,.10);}
}
.top1-dm__title{
  font-weight:950;
  letter-spacing:.2px;
}
.top1-dm__close{
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(0,0,0,.02);
  color:inherit;
  cursor:pointer;
}
@media (prefers-color-scheme: dark){
  .top1-dm__close{border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.06);}
}
.top1-dm__body{padding:14px 16px 16px;}
.top1-dm__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
@media (max-width: 520px){
  .top1-dm__grid{grid-template-columns:1fr;}
}
.top1-dm__field label{
  display:block;
  font-weight:800;
  font-size:12px;
  margin:0 0 6px;
  opacity:.9;
}
.top1-dm__field input{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(255,255,255,.85);
}
@media (prefers-color-scheme: dark){
  .top1-dm__field input{border-color:rgba(255,255,255,.12); background:rgba(17,24,39,.55); color:inherit;}
}
.top1-dm__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.top1-dm__actions .top1-btn{padding:10px 12px; border-radius:14px;}
.top1-dm__note{margin-top:10px; font-size:12px; opacity:.85;}


/* === Booking (Starline-like) — premium CTA section === */
.top1-bookingStarline{
  border-radius:18px;
  overflow:hidden;
  background:#0b6f9f;
  box-shadow:0 22px 70px rgba(0,0,0,.28);
  margin:18px 0 18px;
}
.top1-bookingStarline__hero{
  position:relative;
  width:100%;
  height:420px;
  background:#0b0f18;
}
.top1-bookingStarline__hero img{
  width:100%;
  height:420px;
  object-fit:cover;
}
.top1-bookingStarline__strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 14px;
  background:rgba(18,120,160,.92);
}
.top1-bkPlace{
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:0;
  color:#ffffff;
  padding:10px 10px;
  cursor:pointer;
  width:33.3333%;
  text-align:left;
  font-weight:800;
}
.top1-bkPlace + .top1-bkPlace{border-left:1px solid rgba(255,255,255,.18);}
.top1-bkBox{
  width:36px;
  height:36px;
  border:2px solid rgba(255,255,255,.85);
  border-radius:6px;
  display:inline-block;
  margin-right:12px;
  position:relative;
}
.top1-bkPlace__t{
  font-size:16px;
  line-height:1.2;
  display:inline-block;
}
.top1-bkPlace.is-active .top1-bkBox{
  background:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.92);
}
.top1-bkPlace.is-active .top1-bkBox:after{
  content:'';
  position:absolute;
  left:10px;
  top:6px;
  width:10px;
  height:18px;
  border-right:3px solid #0b6f9f;
  border-bottom:3px solid #0b6f9f;
  transform:rotate(45deg);
}
.top1-bookingStarline__bar{
  display:flex;
  align-items:stretch;
  background:#0875a8;
  border-top:1px solid rgba(255,255,255,.08);
}
.top1-bkTags{
  display:flex;
  align-items:stretch;
}
.top1-bkTag{
  width:92px;
  padding:12px 10px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#ffffff;
}
.top1-bkTag--red{background:#ff3b1f;}
.top1-bkTag--blue{background:#0b67a2;}
.top1-bkTag__ico{color:#ffffff; opacity:.95; margin-bottom:6px;}
.top1-bkTag__t{
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-align:center;
}
.top1-bkQ{
  flex:1;
  padding:22px 18px;
  font-size:30px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.02em;
  color:#ffffff;
}
.top1-bkFeat{
  display:flex;
  align-items:stretch;
}
.top1-bkFeatBtn{
  width:120px;
  border:0;
  padding:14px 10px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:#ffffff;
  font-weight:900;
}
.top1-bkFeatBtn__ico{margin-bottom:6px; color:#ffffff;}
.top1-bkFeatBtn__t{
  font-size:11px;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-align:center;
}
.top1-bkFeatBtn--orange{background:#ff7a00;}
.top1-bkFeatBtn--yellow{background:#ffb300; color:#ffffff;}
.top1-bkFeatBtn--green{background:#53c13b;}
.top1-bkFeatBtn--blue{background:#1aa3ff;}
.top1-bkFeatBtn.is-active{
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.75);
}
.top1-bkCTArow{
  background:#0b6f9f;
  padding:14px;
  border-top:1px solid rgba(255,255,255,.10);
}
.top1-bkCTA{
  width:100%;
  border:0;
  border-radius:14px;
  padding:16px 16px;
  font-size:16px;
  font-weight:900;
  letter-spacing:.02em;
  color:#0b1320;
  background:#ffffff;
  cursor:pointer;
}
.top1-bkCTA:hover{filter:brightness(.98);}

.top1-bookingStarline__form{
  margin-top:16px;
}

/* Responsive */
@media (max-width: 980px){
  .top1-bookingStarline__hero{height:300px;}
  .top1-bookingStarline__hero img{height:300px;}
  .top1-bkQ{font-size:22px;padding:16px 14px;}
  .top1-bkFeatBtn{width:96px;padding:12px 8px 8px;}
}
@media (max-width: 720px){
  .top1-bookingStarline__strip{display:block;padding:10px;}
  .top1-bkPlace{width:100%;justify-content:flex-start;padding:12px 10px;text-align:left;}
  .top1-bkPlace + .top1-bkPlace{border-left:0;border-top:1px solid rgba(255,255,255,.18);}
  .top1-bookingStarline__bar{display:block;}
  .top1-bkTags{display:none;}
  .top1-bkFeat{display:flex;flex-wrap:wrap;}
  .top1-bkFeatBtn{width:50%;}
}


/* === v4.8.26: Booking Widget (collapsible, adaptive, richer) === */
.top1-bookingWidget{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(1200px 420px at 15% 0%, rgba(255,255,255,.14), transparent 55%),
    radial-gradient(900px 380px at 90% 10%, rgba(56,189,248,.20), transparent 60%),
    linear-gradient(180deg, rgba(11,111,159,.96), rgba(8,117,168,.96));
  box-shadow:0 26px 90px rgba(0,0,0,.32);
}

.top1-bookingWidget:before{
  content:'';
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.18), transparent 30%, rgba(255,255,255,.10)),
    radial-gradient(700px 220px at 20% 10%, rgba(255,255,255,.10), transparent 60%);
  opacity:.55;
  pointer-events:none;
}

.top1-bookingWidget__head{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 14px;
  background:rgba(11,19,32,.22);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.10);
}

.top1-bookingWidget__mark{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.10);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.top1-bookingWidget__dot{
  width:12px;
  height:12px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 0 6px rgba(34,197,94,.18);
}

.top1-bookingWidget__headText{flex:1; min-width:0;}
.top1-bookingWidget__title{
  font-weight:900;
  letter-spacing:-.02em;
  font-size:16px;
  color:#fff;
  line-height:1.1;
}
.top1-bookingWidget__summary{
  margin-top:2px;
  font-size:12px;
  color:rgba(255,255,255,.86);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.top1-bookingWidget__toggle{
  border:0;
  cursor:pointer;
  border-radius:14px;
  padding:10px 10px;
  display:flex;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-weight:800;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.top1-bookingWidget__toggle:hover{filter:brightness(1.06);}
.top1-bookingWidget__toggleText{font-size:12px; opacity:.95;}
.top1-bookingWidget__chev{display:inline-flex; opacity:.95; transition:transform .22s ease;}
.top1-bookingWidget.is-collapsed .top1-bookingWidget__chev{transform:rotate(-180deg);}

.top1-bookingWidget__body{
  position:relative;
  z-index:2;
  overflow:hidden;
  max-height:5000px;
  transition:max-height .32s ease, opacity .22s ease;
  opacity:1;
}
.top1-bookingWidget__inner{
  padding:14px 14px 16px;
}
.top1-bookingWidget.is-collapsed .top1-bookingWidget__body{
  max-height:0;
  opacity:.0;
  pointer-events:none;
}
.top1-bookingWidget.is-collapsed .top1-bookingWidget__toggleText{content:'';}
.top1-bookingWidget.is-collapsed .top1-bookingWidget__toggleText:before{content:'';}

@media (max-width: 980px){
  .top1-bookingWidget__head{padding:12px 12px;}
  .top1-bookingWidget__mark{width:40px;height:40px;border-radius:14px;}
  .top1-bookingWidget__inner{padding:12px 12px 14px;}
}
@media (max-width: 720px){
  .top1-bookingWidget__toggleText{display:none;}
  .top1-bookingWidget__summary{white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
}

/* Make Starline block compact (no hero image) inside widget */
.top1-bookingWidget .top1-bookingStarline{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:
    radial-gradient(900px 280px at 20% 0%, rgba(255,255,255,.12), transparent 62%),
    linear-gradient(180deg, rgba(7,115,165,.96), rgba(7,104,148,.96));
  box-shadow:0 18px 60px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
}
.top1-bookingWidget .top1-bookingStarline__hero{display:none !important;}

/* Better adaptivity for strips + feature buttons */
.top1-bookingWidget .top1-bookingStarline__strip{
  gap:10px;
  flex-wrap:wrap;
}
.top1-bookingWidget .top1-bkPlace{
  width:auto;
  flex:1 1 220px;
  justify-content:flex-start;
  padding:12px 12px;
  border-left:0 !important;
  border-right:0 !important;
}
.top1-bookingWidget .top1-bkPlace + .top1-bkPlace{
  border-left:1px solid rgba(255,255,255,.14) !important;
}
@media (max-width: 820px){
  .top1-bookingWidget .top1-bkPlace{flex:1 1 100%;}
  .top1-bookingWidget .top1-bkPlace + .top1-bkPlace{border-left:0 !important; border-top:1px solid rgba(255,255,255,.14) !important;}
  .top1-bookingWidget .top1-bookingStarline__bar{display:block;}
  .top1-bookingWidget .top1-bkTags{display:none;}
  .top1-bookingWidget .top1-bkFeat{display:flex; flex-wrap:wrap;}
  .top1-bookingWidget .top1-bkFeatBtn{width:50%;}
  .top1-bookingWidget .top1-bkQ{font-size:22px; padding:14px 14px;}
}

/* === v4.8.27: Booking Widget — clean mode (no legacy starline strip/bar) === */
.top1-bookingWidget .top1-bookingStarline__strip,
.top1-bookingWidget .top1-bookingStarline__bar{display:none !important;}

.top1-bookingWidget .top1-bookingStarline__lite{
  padding:16px 14px 10px;
}
.top1-bookingWidget .top1-bookingStarline__liteTitle{
  font-size:22px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.02em;
  color:#fff;
}
.top1-bookingWidget .top1-bookingStarline__liteSub{
  margin-top:6px;
  font-size:13px;
  line-height:1.35;
  color:rgba(255,255,255,.86);
  max-width:64ch;
}
.top1-bookingWidget .top1-bookingStarline__liteBadges{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.top1-bookingWidget .top1-bkBadge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
  font-size:12px;
  font-weight:850;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.top1-bookingWidget .top1-bkCTArow{
  background:transparent;
  border-top:0;
  padding:12px 14px 14px;
}
.top1-bookingWidget .top1-bkCTA{
  border-radius:18px;
  padding:16px 16px;
  font-size:16px;
  font-weight:950;
  background:rgba(255,255,255,.96);
  color:#0b1320;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
}
.top1-bookingWidget .top1-bkCTA:hover{filter:brightness(.99);}

@media (max-width: 720px){
  .top1-bookingWidget .top1-bookingStarline__liteTitle{font-size:20px;}
  .top1-bookingWidget .top1-bookingStarline__liteSub{font-size:13px; max-width:none;}
  .top1-bookingWidget .top1-bkCTA{border-radius:16px;}
}

/* === v4.8.28: Booking OS core (progress + mode) === */
.top1-bookingWidget__steps{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px;}
.top1-bkStep{
  font-size:11px;
  line-height:1;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
  font-weight:850;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.top1-bkStep.is-done{background:rgba(34,197,94,.16); box-shadow:inset 0 0 0 1px rgba(34,197,94,.28);}
.top1-bkStep.is-current{background:rgba(255,255,255,.16);}

.top1-bkModeBar{
  margin:14px 0 0;
  padding:10px 12px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  border-radius:16px;
  background:rgba(11,19,32,.14);
  border:1px solid rgba(255,255,255,.10);
}
.top1-bkModeBtn{
  border:0;
  cursor:pointer;
  border-radius:999px;
  padding:8px 12px;
  font-weight:950;
  background:rgba(255,255,255,.10);
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.top1-bkModeBtn:hover{filter:brightness(1.06);}
.top1-bkModeBtn.is-active{background:rgba(255,255,255,.18);}
.top1-bkModeHint{font-size:12px;}

/* Fast mode: collapse advanced choices; keep the core form */
.top1-bookingWidget[data-top1-booking-mode="fast"] .top1-bi{display:none !important;}
.top1-bookingWidget[data-top1-booking-mode="fast"] .top1-serviceTilesWrap{display:none !important;}
.top1-bookingWidget[data-top1-booking-mode="fast"] [data-top1-bk-svc-quick]{display:none !important;}
.top1-bookingWidget[data-top1-booking-mode="fast"] [data-top1-bk-advanced]{display:none !important;}

@media (max-width: 720px){
  .top1-bkModeHint{flex:1 1 100%; opacity:.85;}
}


/* ============================================================
   PATCH: NAV MOCKUP LAYOUT FIX (Desktop + Mobile)
   - widen header container
   - keep one horizontal axis on desktop
   - proper mobile layout (logo + burger, badge full width)
   ============================================================ */

.top1-header.top1-header--mock{
  background:transparent;
  border-bottom:0;
  backdrop-filter:none;
}
.top1-header.top1-header--mock.is-scrolled{
  background:transparent;
  box-shadow:none;
}

.top1-header--mock .top1-container{
  max-width:1360px;
  padding-left:20px;
  padding-right:20px;
}

.top1-header--mock .top1-headerbar{
  display:grid;
  grid-template-columns:minmax(360px,.95fr) auto minmax(290px,.65fr);
  align-items:center;
  gap:18px;
  min-height:112px;
  padding:20px 28px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.12);
  box-shadow:0 20px 48px rgba(15,23,42,.13);
  width:100%;
}

.top1-header--mock .top1-brand--mock{
  justify-self:start;
  width:clamp(380px, 32vw, 460px);
  min-width:0;
  height:78px;
  position:relative;
  display:block;
  background:url("../img/brand/top1-header-logo.png") left center / contain no-repeat;
}

.top1-header--mock .top1-brand__flags,
.top1-header--mock .top1-brand__meta{
  display:none;
}

.top1-header--mock .top1-brand__flags{
  position:relative;
  flex:0 0 116px;
  width:116px;
  height:64px;
  margin-right:24px;
}

.top1-header--mock .top1-brand__flags:before,
.top1-header--mock .top1-brand__flags:after{
  content:"";
  position:absolute;
  left:55px;
  top:18px;
  width:3px;
  height:56px;
  border-radius:999px;
  background:#111111;
  transform-origin:50% 0;
  z-index:0;
}

.top1-header--mock .top1-brand__flags:before{transform:rotate(34deg);}
.top1-header--mock .top1-brand__flags:after{transform:rotate(-34deg);}

.top1-header--mock .top1-headerbar__center{
  justify-self:center;
}

.top1-header--mock .top1-headerbar__right{
  justify-self:end;
  display:flex;
  align-items:center;
  min-width:0;
}

.top1-header--mock .top1-nav{
  flex:0;
  text-align:right;
}

.top1-header--mock .top1-menu--mock{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  justify-content:flex-end;
  margin:0;
  padding:0;
}

.top1-header--mock .top1-menu--mock li{
  position:relative;
  margin:0;
}

.top1-header--mock .top1-menu--mock li + li{
  margin-left:20px;
}

.top1-header--mock .top1-menu--mock li + li:before{
  content:"";
  position:absolute;
  left:-10px;
  top:50%;
  width:1px;
  height:32px;
  background:rgba(15,23,42,.16);
  transform:translateY(-50%);
}

.top1-header--mock .top1-menu--mock a{
  font-weight:900;
  text-transform:uppercase;
  font-size:16px;
  letter-spacing:.02em;
  position:relative;
  padding:12px 0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  white-space:nowrap;
  text-decoration:none !important;
}

.top1-header--mock .top1-menu--mock a:after{
  display:none;
}

.top1-header--mock .top1-menu--mock a:hover:after,
.top1-header--mock .top1-menu--mock a:focus:after,
.top1-header--mock .top1-menu--mock a.is-active:after{
  opacity:1;
  transform:translateY(0);
}

.top1-header--mock .top1-menu--mock a.is-active{
  color:#0b1220;
  background:transparent;
  box-shadow:none;
}

.top1-header--mock .top1-login{
  position:relative;
  margin-left:20px;
  padding:10px 0 10px 20px;
  border-radius:0;
  color:#1d5cff;
  font-size:17px;
  font-weight:900;
  text-decoration:none !important;
}

/* Temporarily hide public login entry. */
.top1-header--mock .top1-login,
.top1-mobile-contacts a[href*="wp-login.php"]{
  display:none !important;
}

.top1-header--mock .top1-login:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:32px;
  background:rgba(15,23,42,.16);
  transform:translateY(-50%);
}

.top1-header--mock .top1-login:hover{
  background:transparent;
  color:#0b55ff;
}

/* Flags: real checkered pattern (fix "WW" look) */
.top1-header--mock .top1-flag{
  position:absolute;
  top:11px;
  z-index:1;
  width:52px;
  height:38px;
  border:1px solid rgba(0,0,0,.20);
  border-radius:7px;
  background-color:#ffffff;
  background-image:
    linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000),
    linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
  background-position:0 0, 6px 6px;
  background-size:12px 12px;
  box-shadow:0 10px 18px rgba(15,23,42,.10);
}

.top1-header--mock .top1-flag--left{
  left:8px;
  transform:rotate(-13deg) skewX(-8deg);
}

.top1-header--mock .top1-flag--right{
  right:6px;
  margin-left:0;
  transform:rotate(13deg) skewX(8deg);
}

.top1-header--mock .top1-brand__title{
  font-size:36px;
  line-height:.95;
  letter-spacing:-.015em;
}

.top1-header--mock .top1-brand__titleRed{
  margin-left:10px;
}

.top1-header--mock .top1-brand__subtitle{
  margin-top:10px;
  font-size:18px;
  font-weight:500;
  color:#64748b;
  white-space:nowrap;
}

.top1-header--mock .top1-openBadge--mock{
  min-width:300px;
  min-height:66px;
  justify-content:center;
  padding:16px 28px;
  border-radius:999px;
  font-size:22px;
  font-weight:900;
  line-height:1;
  background:linear-gradient(180deg, #28c76f 0%, #16a34a 58%, #0f7a35 100%);
  box-shadow:0 18px 34px rgba(22,163,74,.30), inset 0 1px 0 rgba(255,255,255,.35);
}

.top1-header--mock .top1-openBadge--mock.is-open{
  background:linear-gradient(180deg, #28c76f 0%, #16a34a 58%, #0f7a35 100%);
  box-shadow:0 18px 34px rgba(22,163,74,.30), inset 0 1px 0 rgba(255,255,255,.35);
}

.top1-header--mock .top1-openBadge--mock.is-closed{
  background:linear-gradient(180deg, #ff4b4b 0%, #e41d24 58%, #c9151b 100%);
  box-shadow:0 18px 34px rgba(214,26,26,.28), inset 0 1px 0 rgba(255,255,255,.35);
}

.top1-header--mock .top1-openBadge--mock .top1-openBadge__dot{
  position:relative;
  width:32px;
  height:32px;
  margin-right:14px;
  border:3px solid rgba(255,255,255,.92);
  background:transparent;
  box-shadow:none;
}

.top1-header--mock .top1-openBadge--mock .top1-openBadge__dot:before,
.top1-header--mock .top1-openBadge--mock .top1-openBadge__dot:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:3px;
  border-radius:999px;
  background:#ffffff;
  transform-origin:50% 0;
}

.top1-header--mock .top1-openBadge--mock .top1-openBadge__dot:before{
  height:10px;
  transform:translate(-50%,-1px) rotate(0deg);
}

.top1-header--mock .top1-openBadge--mock .top1-openBadge__dot:after{
  height:8px;
  transform:translate(-50%,-1px) rotate(125deg);
}

.top1-header--mock .top1-login__icon{
  width:32px;
  height:32px;
  margin-right:9px;
  border:3px solid currentColor;
  border-radius:999px;
}

.top1-header--mock .top1-login__icon:before{
  top:6px;
  width:8px;
  height:8px;
  border-width:3px;
}

.top1-header--mock .top1-login__icon:after{
  bottom:6px;
  width:18px;
  height:9px;
  border-width:3px;
  border-top:3px solid currentColor;
  border-radius:999px 999px 0 0;
}

@media (min-width:961px){
  .top1-header--mock .top1-burger.top1-headerbar__burger{
    display:none !important;
  }
}

@media (max-width:1320px){
  .top1-header--mock .top1-headerbar{
    grid-template-columns:minmax(320px,.85fr) auto minmax(270px,.65fr);
    gap:14px;
    padding-left:24px;
    padding-right:24px;
  }
  .top1-header--mock .top1-brand--mock{
    width:360px;
    height:68px;
  }
  .top1-header--mock .top1-openBadge--mock{
    min-width:300px;
    min-height:64px;
    font-size:21px;
    padding:15px 26px;
  }
  .top1-header--mock .top1-menu--mock li + li{
    margin-left:18px;
  }
  .top1-header--mock .top1-menu--mock li + li:before{
    left:-9px;
  }
  .top1-header--mock .top1-menu--mock a,
  .top1-header--mock .top1-login{
    font-size:15px;
  }
  .top1-header--mock .top1-login{
    margin-left:18px;
    padding-left:18px;
  }
  .top1-header--mock .top1-login__icon{
    width:30px;
    height:30px;
    margin-right:8px;
    border-width:2px;
  }
  .top1-header--mock .top1-login__icon:before{
    top:6px;
    width:7px;
    height:7px;
    border-width:2px;
  }
  .top1-header--mock .top1-login__icon:after{
    bottom:6px;
    width:16px;
    height:8px;
    border-width:2px;
    border-top-width:2px;
  }
}

@media (max-width:960px){
  .top1-header--mock .top1-container{
    width:100%;
    max-width:none;
    padding-left:12px;
    padding-right:12px;
  }

  .top1-header--mock .top1-headerbar{
    position:relative;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    padding:12px 14px;
    gap:10px;
    min-height:0;
    border-radius:18px;
    width:calc(100vw - 24px);
    max-width:100%;
    overflow:hidden;
  }

  .top1-header--mock .top1-burger.top1-headerbar__burger{
    position:fixed;
    top:14px;
    right:18px;
    z-index:10000;
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    padding:0;
    border:1px solid rgba(15,23,42,.16);
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 10px 24px rgba(15,23,42,.14);
  }

  .top1-header--mock .top1-brand--mock,
  .top1-header--mock .top1-brand__meta{
    min-width:0;
  }

  .top1-header--mock .top1-brand--mock{
    width:260px;
    height:58px;
    padding-right:48px;
  }

  .top1-header--mock .top1-brand__subtitle{
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .top1-header--mock .top1-headerbar__center{
    grid-column:1 / -1;
    grid-row:2;
    justify-self:center;
    width:100%;
  }

  .top1-header--mock .top1-openBadge--mock{
    min-width:0;
    min-height:0;
    width:100%;
    max-width:100%;
    justify-content:center;
    font-size:16px;
    padding:12px 14px;
  }

  .top1-header--mock .top1-headerbar__right{
    display:none;
  }
}

@media (max-width:520px){
  .top1-header--mock .top1-brand--mock{
    width:230px;
    min-width:0;
    height:50px;
  }
  .top1-header--mock .top1-burger.top1-headerbar__burger{
    position:fixed;
    top:12px;
    right:14px;
    z-index:10000;
    box-shadow:0 10px 24px rgba(15,23,42,.14);
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    padding:0;
    border:1px solid rgba(15,23,42,.16);
    border-radius:14px;
  }
  .top1-header--mock .top1-brand__flags{
    flex-basis:50px;
    width:50px;
    height:32px;
    margin-right:8px;
  }
  .top1-header--mock .top1-brand__flags:before,
  .top1-header--mock .top1-brand__flags:after{
    left:24px;
    top:9px;
    width:2px;
    height:27px;
  }
  .top1-header--mock .top1-flag{
    top:5px;
    width:25px;
    height:19px;
    border-radius:4px;
    background-position:0 0, 4px 4px;
    background-size:8px 8px;
  }
  .top1-header--mock .top1-flag--left{left:3px;}
  .top1-header--mock .top1-flag--right{right:2px;}
  .top1-header--mock .top1-brand__title{font-size:18px;}
  .top1-header--mock .top1-brand__titleRed{margin-left:4px;}
  .top1-header--mock .top1-brand__subtitle{display:none;}
  .top1-header--mock .top1-openBadge--mock{
    font-size:14px;
    padding:11px 12px;
  }
  .top1-header--mock .top1-openBadge--mock .top1-openBadge__dot{
    width:28px;
    height:28px;
    margin-right:12px;
    border-width:2px;
  }
}

@media (max-width:960px){
  .top1-header--mock button[aria-controls="top1-mobile-menu"].top1-burger{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }
}

/* ============================================================
   TOP1 Diamond Cut Patch — UI-only (contract-safe)
   Purpose: polish focus-visible, forms, disabled states, reduced motion.
   ============================================================ */

/* 1) Consistent keyboard focus without “mouse ring” (progressive) */
@supports selector(:focus-visible){
  .top1-btn:focus,
  .top1-chip:focus,
  .top1-sTile:focus,
  .top1-copyBtn:focus,
  .top1-dateBtn:focus,
  .top1-linkBtn:focus,
  .top1-brand--mock:focus,
  .top1-login:focus,
  .top1-burger:focus,
  .top1-mobile-menu__close:focus,
  .top1-psd__spot:focus,
  .top1-skip-link:focus{
    outline:none;
  }

  .top1-btn:focus-visible,
  .top1-chip:focus-visible,
  .top1-sTile:focus-visible,
  .top1-copyBtn:focus-visible,
  .top1-dateBtn:focus-visible,
  .top1-linkBtn:focus-visible,
  .top1-brand--mock:focus-visible,
  .top1-login:focus-visible,
  .top1-burger:focus-visible,
  .top1-mobile-menu__close:focus-visible,
  .top1-psd__spot:focus-visible,
  .top1-skip-link:focus-visible{
    outline:2px solid var(--top1-focus);
    outline-offset:2px;
  }

  /* keep original premium offsets/radii where needed */
  .top1-brand--mock:focus-visible{outline-offset:3px;border-radius:12px;}
  .top1-linkBtn:focus-visible{border-radius:10px;}
}

/* Navigation underline should follow :focus-visible when supported */
@supports selector(:focus-visible){
  .top1-header--mock .top1-menu--mock a:focus:after{
    opacity:0;
    transform:translateY(4px);
  }
  .top1-header--mock .top1-menu--mock a:focus-visible:after{
    opacity:1;
    transform:translateY(0);
  }
}

/* 2) Booking controls: high-contrast focus + disabled */
.top1-bkModeBtn:focus,
.top1-bkFeatBtn:focus,
.top1-bkCTA:focus{
  outline:2px solid #fff;
  outline-offset:3px;
}
@supports selector(:focus-visible){
  .top1-bkModeBtn:focus,
  .top1-bkFeatBtn:focus,
  .top1-bkCTA:focus{outline:none;}
  .top1-bkModeBtn:focus-visible,
  .top1-bkFeatBtn:focus-visible,
  .top1-bkCTA:focus-visible{
    outline:2px solid #fff;
    outline-offset:3px;
  }
}
.top1-bkModeBtn[disabled],
.top1-bkFeatBtn[disabled],
.top1-bkCTA[disabled],
.top1-bkModeBtn.is-disabled,
.top1-bkFeatBtn.is-disabled,
.top1-bkCTA.is-disabled,
.top1-bkModeBtn[aria-disabled="true"],
.top1-bkFeatBtn[aria-disabled="true"],
.top1-bkCTA[aria-disabled="true"]{
  opacity:.60;
  cursor:not-allowed;
  pointer-events:none;
  box-shadow:none;
  transform:none;
}

/* 3) Public booking/contact form: tokenized surfaces + premium focus */
.top1-form input,
.top1-form textarea{
  border:1px solid var(--top1-border);
  background:var(--top1-surface);
  color:var(--top1-text);
}

.top1-form input::placeholder,
.top1-form textarea::placeholder{
  color:var(--top1-muted);
  opacity:.75;
}

.top1-form input:disabled,
.top1-form textarea:disabled{
  background:var(--top1-surface-2);
  color:var(--top1-muted);
  opacity:.80;
  cursor:not-allowed;
}

.top1-form input:not(.is-invalid):focus,
.top1-form textarea:not(.is-invalid):focus{
  border-color:rgba(37,99,235,.60);
  box-shadow:0 0 0 4px rgba(37,99,235,.14);
}
@supports selector(:focus-visible){
  .top1-form input:not(.is-invalid):focus,
  .top1-form textarea:not(.is-invalid):focus{
    box-shadow:none;
  }
  .top1-form input:not(.is-invalid):focus-visible,
  .top1-form textarea:not(.is-invalid):focus-visible{
    box-shadow:0 0 0 4px rgba(37,99,235,.14);
  }
}

/* 4) Disabled for public buttons (supports <a aria-disabled>) */
.top1-btn[disabled],
.top1-btn.is-disabled,
.top1-btn[aria-disabled="true"],
.top1-linkBtn[aria-disabled="true"],
.top1-linkBtn.is-disabled{
  opacity:.60;
  cursor:not-allowed;
  pointer-events:none;
  box-shadow:none;
  transform:none;
}

/* 5) Reduced motion: expand existing rule set to other key interactives */
@media (prefers-reduced-motion: reduce){
  .top1-btn,
  .top1-chip,
  .top1-sTile,
  .top1-linkBtn,
  .top1-bkModeBtn,
  .top1-bkFeatBtn,
  .top1-bkCTA,
  .top1-mobile-menu,
  .top1-mobile-menu__inner{
    transition:none !important;
    transform:none !important;
  }
}


/* ============================================================
   TOP1 Diamond Cut Patch — Cycles 1–5 (2026-01-30)
   Mobile-first polish + admin-bar compatibility + carousel tap targets + breadcrumbs.
   Contract-safe: CSS/UI only.
   ============================================================ */

/* Ensure form controls inherit typography consistently */
button,input,textarea,select{font:inherit;}

/* Admin bar offsets for sticky header & fixed UI */
body.admin-bar .top1-header{top:32px;}
body.admin-bar .top1-scroll-progress{top:32px;}
body.admin-bar .top1-skip-link{top:calc(10px + 32px);}
body.admin-bar .top1-mobile-menu{top:32px;}
@media (max-width: 781px){
  body.admin-bar .top1-header{top:46px;}
  body.admin-bar .top1-scroll-progress{top:46px;}
  body.admin-bar .top1-skip-link{top:calc(10px + 46px);}
  body.admin-bar .top1-mobile-menu{top:46px;}
}

/* Scroll anchor offsets for sticky header */
#about,#services,#contacts,#top1-booking{scroll-margin-top:96px;}
body.admin-bar #about,
body.admin-bar #services,
body.admin-bar #contacts,
body.admin-bar #top1-booking{scroll-margin-top:128px;}
@media (max-width: 781px){
  body.admin-bar #about,
  body.admin-bar #services,
  body.admin-bar #contacts,
  body.admin-bar #top1-booking{scroll-margin-top:142px;}
}

/* Mobile safe-area support */
@media (max-width: 960px){
  .top1-main{padding-bottom:calc(96px + env(safe-area-inset-bottom));}
}
.top1-mobilebar{padding-bottom:calc(10px + env(safe-area-inset-bottom));}
.top1-toTop{bottom:calc(92px + env(safe-area-inset-bottom));}
.top1-mobile-menu__panel{padding-top:calc(12px + env(safe-area-inset-top));padding-bottom:calc(12px + env(safe-area-inset-bottom));}
.top1-mobile-menu__close{top:calc(10px + env(safe-area-inset-top));}

/* Better tap targets for the offers slider dots (keep visual dot, increase hit area) */
.top1-slider__dot{width:28px;height:28px;border-radius:999px;border:0;background:transparent;position:relative;}
.top1-slider__dot:hover{transform:none;}
.top1-slider__dot.is-active{background:transparent;border:0;}
.top1-slider__dot::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:999px;border:1px solid var(--top1-border);background:rgba(255,255,255,.70);transition:transform .12s ease, background .12s ease;}
.top1-slider__dot:hover::after{transform:scale(1.2);}
.top1-slider__dot.is-active::after{background:linear-gradient(180deg, var(--top1-accent-2), var(--top1-accent));border-color:rgba(214,26,26,.55);}
@media (prefers-color-scheme: dark){
  .top1-slider__dot::after{background:rgba(15,19,27,.70);}
}

/* touch optimizations */
.top1-btn,
.top1-burger,
.top1-slider__btn,
.top1-slider__dot,
.top1-mobile-menu__close{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

/* Focus-visible for slider + choice chips */
@supports selector(:focus-visible){
  .top1-choice:focus,
  .top1-slider__btn:focus,
  .top1-slider__dot:focus,
  .top1-slider__viewport:focus{outline:none;}

  .top1-choice:focus-visible,
  .top1-slider__btn:focus-visible,
  .top1-slider__dot:focus-visible,
  .top1-slider__viewport:focus-visible{outline:2px solid var(--top1-focus);outline-offset:2px;}
}

/* Services filter: premium focus ring */
.top1-servicesFilter__input:focus,
.top1-servicesCatalog__input:focus{outline:2px solid var(--top1-focus);outline-offset:2px;}
@supports selector(:focus-visible){
  .top1-servicesFilter__input:focus,
  .top1-servicesCatalog__input:focus{outline:none;}
  .top1-servicesFilter__input:focus-visible,
  .top1-servicesCatalog__input:focus-visible{outline:2px solid var(--top1-focus);outline-offset:2px;}
}

/* Keyboard parity with hover on service cards */
.top1-svcCard:focus-within{transform:translateY(-2px);box-shadow:var(--top1-shadow-sm);}

/* Breadcrumbs */
.top1-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:14px;color:var(--top1-muted);margin:10px 0 14px;}
.top1-breadcrumbs a{color:inherit;text-decoration:none;}
.top1-breadcrumbs a:hover{text-decoration:underline;}
.top1-breadcrumbs__sep{opacity:.6;}

/* Related services block */
.top1-related{margin-top:34px;}
.top1-related__grid{margin-top:14px;}


/* ============================================================
   TOP1 Diamond Cut Patch — Cycles 6–10 (2026-01-30)
   Forms anti-spam UX, landing flows polish, content patterns (cases/FAQ).
   ============================================================ */

/* Case patterns */
.top1-caseGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin:14px 0;
}
@media (min-width: 860px){
  .top1-caseGrid{grid-template-columns:1fr 1fr;}
}
.top1-caseCard{
  border:1px solid var(--top1-border);
  border-radius:16px;
  padding:14px;
  background:var(--top1-card);
  box-shadow:var(--top1-shadow-xs);
}
.top1-caseCard__title{
  font-weight:800;
  letter-spacing:.2px;
  margin-bottom:10px;
}
.top1-caseMedia{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:220px;
  border-radius:14px;
  border:1px dashed var(--top1-border);
  background:linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  color:var(--top1-muted);
  font-weight:700;
  text-align:center;
  padding:14px;
}
.top1-caseCard__note{margin-top:10px;color:var(--top1-muted);}
.top1-caseWork{margin-top:14px;}

.top1-caseCards{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:12px;
  margin:14px 0 10px;
}
.top1-caseMini{
  border:1px solid var(--top1-border);
  border-radius:16px;
  padding:14px;
  background:var(--top1-card);
  box-shadow:var(--top1-shadow-xs);
}
.top1-caseMini__k{font-weight:800;margin-bottom:8px;}
.top1-caseMini__v{color:var(--top1-muted);}

/* FAQ (details/summary) */
.top1-faq{display:grid;gap:10px;margin-top:14px;}
.top1-faq__item{
  border:1px solid var(--top1-border);
  border-radius:16px;
  background:var(--top1-card);
  box-shadow:var(--top1-shadow-xs);
  padding:0;
}
.top1-faq__q{
  cursor:pointer;
  padding:14px 14px;
  font-weight:800;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.top1-faq__q::-webkit-details-marker{display:none;}
.top1-faq__q::after{
  content:"";
  width:10px;
  height:10px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  opacity:.65;
  transition:transform .18s ease, opacity .18s ease;
}
.top1-faq__item[open] .top1-faq__q::after{transform:rotate(225deg);opacity:.95;}
.top1-faq__a{padding:0 14px 14px;color:var(--top1-muted);line-height:1.55;}
@supports selector(:focus-visible){
  .top1-faq__q:focus{outline:none;}
  .top1-faq__q:focus-visible{outline:2px solid var(--top1-focus);outline-offset:2px;border-radius:12px;}
}


/* SEO TOC */
.top1-toc{margin:14px 0;}
.top1-toc__nav{margin-top:8px;}
.top1-toc__list{
  margin:8px 0 0;
  padding-left:18px;
  display:grid;
  gap:8px;
}
.top1-toc__link{
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
  opacity:.92;
}
.top1-toc__link:hover{opacity:1;}

/* Trust cards */
.top1-proofGrid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  gap:12px;
  margin-top:14px;
}
.top1-proof{
  border:1px solid var(--top1-border);
  border-radius:16px;
  padding:14px;
  background:var(--top1-card);
  box-shadow:var(--top1-shadow-xs);
}
.top1-proof__k{font-weight:900;margin-bottom:6px;}
.top1-proof__v{color:var(--top1-muted);line-height:1.5;}

/* Case meta list (PRO case) */
.top1-caseMeta{
  margin:12px 0 10px;
  padding-left:18px;
  color:var(--top1-muted);
  display:grid;
  gap:6px;
}
.top1-caseMeta strong{color:var(--top1-text);}

/* ============================================================
   Archive + Service pages (landing UX)
   ============================================================ */

.top1-archive__head{margin:8px 0 16px;}
.top1-title{
  font-size:44px;
  line-height:1.08;
  margin:0 0 10px;
  letter-spacing:-.02em;
}
@media (max-width:520px){
  .top1-title{font-size:32px;}
  html{scroll-padding-top:76px;}
}

.top1-box{
  border:1px solid var(--top1-border);
  border-radius:var(--top1-radius);
  background:var(--top1-card);
  box-shadow:var(--top1-shadow-xs);
  padding:16px;
}
.top1-box--cta{
  background:linear-gradient(180deg, rgba(214,26,26,.06), rgba(214,26,26,.02)), var(--top1-card);
}

/* Services catalog chips */
.top1-servicesCatalog__chips{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0 0 12px;
}
@media (max-width:520px){
  .top1-servicesCatalog__chips{
    flex-wrap:nowrap;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:6px;
    margin-bottom:10px;
  }
  .top1-servicesCatalog__chips::-webkit-scrollbar{display:none;}
  .top1-servicesCatalog__chips .top1-chip{flex:0 0 auto;}
}

/* Service hero */
.top1-serviceHero__actions{margin-top:12px;}
.top1-serviceHero__actions .top1-btn{min-height:44px;}
.top1-serviceHero__badges{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;}
.top1-serviceHero__badges .top1-badge{min-height:32px;}

/* Desktop sticky CTA on single service */
.top1-serviceSticky{
  position:fixed;
  right:16px;
  bottom:calc(16px + env(safe-area-inset-bottom));
  z-index:80;
  width:min(420px, calc(100% - 32px));
}
.top1-serviceSticky[hidden]{display:none !important;}
.top1-serviceSticky__panel{
  border:1px solid var(--top1-border);
  border-radius:18px;
  background:var(--top1-card);
  box-shadow:var(--top1-shadow-lg);
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.top1-serviceSticky__meta{min-width:0;}
.top1-serviceSticky__title{font-weight:900;margin:0;font-size:13px;letter-spacing:.02em;text-transform:uppercase;}
.top1-serviceSticky__sub{margin:4px 0 0;color:var(--top1-muted);font-size:13px;line-height:1.35;}
.top1-serviceSticky__btns{display:flex;gap:10px;align-items:center;flex:0 0 auto;}
@media (max-width: 980px){
  .top1-serviceSticky{display:none !important;}
}

/* ============================================================
   Responsive hardening for public storefront
   Desktop, tablet and mobile polishing without a build step.
   ============================================================ */

html,
body{
  max-width:100%;
  overflow-x:hidden;
}

body{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

.top1-main,
.top1-header,
.top1-footer,
.top1-psd,
.top1-section,
.top1-card,
.top1-box,
.top1-svcCard,
.top1-svcCard2{
  min-width:0;
}

.top1-container{
  width:100%;
  max-width:1200px;
}

.top1-btn,
.top1-chip,
.top1-menu a,
.top1-badge,
.top1-openBadge,
.top1-serviceSticky__sub,
.top1-svcCard__title,
.top1-svcCard2__title{
  max-width:100%;
  min-width:0;
  overflow-wrap:anywhere;
}

.top1-btn{
  white-space:normal;
  text-align:center;
  line-height:1.15;
  gap:8px;
}

.top1-btn[href^="tel:"],
.wp-block-button__link.top1-btn[href^="tel:"]{
  min-height:54px;
  justify-content:center;
  padding:16px 32px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  background:linear-gradient(180deg, #ff4545 0%, #e91f27 56%, #bf1017 100%);
  color:#ffffff;
  font-size:15px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none !important;
  box-shadow:
    0 18px 38px rgba(214,26,26,.34),
    0 0 0 4px rgba(214,26,26,.08),
    inset 0 1px 0 rgba(255,255,255,.34);
}

.top1-btn[href^="tel:"]:hover,
.wp-block-button__link.top1-btn[href^="tel:"]:hover{
  border-color:rgba(255,255,255,.36);
  background:linear-gradient(180deg, #ff5959 0%, #f2242d 56%, #d61a1a 100%);
  color:#ffffff;
  box-shadow:
    0 22px 44px rgba(214,26,26,.42),
    0 0 0 5px rgba(214,26,26,.10),
    inset 0 1px 0 rgba(255,255,255,.38);
}

.top1-entry{
  overflow-wrap:break-word;
}

.top1-entry img,
.top1-thumb img{
  border-radius:16px;
}

.top1-section{
  overflow:hidden;
}

.top1-slider__track,
.top1-servicesGrid,
.top1-grid,
.top1-proofGrid,
.top1-caseCards{
  min-width:0;
}

@media (min-width:961px) and (max-width:1180px){
  .top1-header--mock .top1-container{
    padding-left:14px;
    padding-right:14px;
  }

  .top1-header--mock .top1-headerbar{
    grid-template-columns:minmax(260px, 1fr) auto;
    grid-template-rows:auto auto;
    gap:12px 18px;
    padding:18px 20px;
  }

  .top1-header--mock .top1-brand--mock{
    width:320px;
    height:62px;
  }

  .top1-header--mock .top1-headerbar__center{
    justify-self:end;
  }

  .top1-header--mock .top1-openBadge--mock{
    min-width:250px;
    min-height:56px;
    padding:13px 22px;
    font-size:18px;
  }

  .top1-header--mock .top1-openBadge--mock .top1-openBadge__dot{
    width:28px;
    height:28px;
    margin-right:12px;
  }

  .top1-header--mock .top1-headerbar__right{
    grid-column:1 / -1;
    grid-row:2;
    justify-self:center;
  }

  .top1-header--mock .top1-menu--mock a{
    font-size:14px;
    padding-top:8px;
    padding-bottom:8px;
  }
}

@media (max-width:960px){
  html{scroll-padding-top:88px;}

  body{
    padding-bottom:calc(96px + env(safe-area-inset-bottom));
  }

  .top1-content{
    padding-top:20px;
    padding-bottom:48px;
  }

  .top1-header.top1-header--mock{
    padding-top:8px;
  }

  .top1-header--mock .top1-headerbar{
    box-shadow:0 12px 30px rgba(15,23,42,.10);
  }

  .top1-header--mock .top1-burger.top1-headerbar__burger{
    position:absolute;
    top:14px;
    right:14px;
  }

  .top1-psd__hotspots{
    display:none;
  }

  .top1-section{
    padding:34px 0;
  }

  .top1-section__head{
    margin-bottom:12px;
  }

  .top1-slider__track{
    gap:12px;
    padding-left:12px;
    padding-right:12px;
  }

  .top1-slide__card{
    border-radius:18px;
  }

  .top1-slide__overlay{
    position:static;
    background:var(--top1-card);
    border-top:1px solid var(--top1-border);
  }

  .top1-slide__overlay .top1-btn{
    flex:1 1 160px;
  }

  .top1-servicesCatalog__toolbar{
    justify-content:flex-start;
  }

  .top1-servicesCatalog__input,
  .top1-servicesCatalog__select{
    max-width:none;
    flex:1 1 260px;
  }

  .top1-svcCard__actions,
  .top1-svcCard2__actions{
    gap:10px;
  }

  .top1-svcCard__actions .top1-btn,
  .top1-svcCard2__actions .top1-btn{
    flex:1 1 140px;
    margin-right:0;
  }

  .top1-footer__inner{
    align-items:flex-start;
    gap:14px;
    padding:16px;
  }

  .top1-footer__inner > *{
    margin-right:0;
  }

  .top1-footer__brand{
    flex:1 1 100%;
    min-width:0;
  }

  .top1-footer__cta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    width:100%;
  }

  .top1-footer__cta .top1-btn{
    flex:1 1 180px;
  }

  .top1-footer__nav{
    margin-left:0;
  }

  .top1-mobilebar__inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .top1-mobilebar__status{
    grid-column:1 / -1;
    margin-bottom:0;
  }

  .top1-mobilebar__inner a{
    flex:none;
    min-height:48px;
  }

  .top1-mobilebar__inner a + a{
    margin-left:0;
  }
}

@media (max-width:720px){
  .top1-h1{font-size:34px;}
  .top1-h2{font-size:26px;}
  .top1-title{font-size:34px;}
  .top1-lead{font-size:16px;}

  .top1-container{
    padding-left:14px;
    padding-right:14px;
  }

  .top1-psd{
    background:var(--top1-bg);
  }

  .top1-psd__imgWrap{
    background:var(--top1-surface-2);
  }

  .top1-psd__img{
    width:100%;
    object-fit:cover;
  }

  .top1-psd--hero .top1-psd__img{height:360px;object-position:center top;}
  .top1-psd--about .top1-psd__img{height:230px;object-position:center center;}
  .top1-psd--services .top1-psd__img{height:250px;object-position:center center;}
  .top1-psd--why .top1-psd__img{height:170px;object-position:center center;}
  .top1-psd--payments .top1-psd__img{height:360px;object-position:center top;}
  .top1-psd--subscribe .top1-psd__img{height:230px;object-position:center center;}
  .top1-psd--contacts .top1-psd__img{height:300px;object-position:center center;}

  .top1-heroContact{
    position:static;
    display:block;
    width:auto;
    min-width:0;
    margin:12px 14px 0;
    padding:14px 15px;
    border:1px solid rgba(15,23,42,.12);
    border-left:4px solid #d61a1a;
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 12px 28px rgba(2,6,23,.10);
    color:#0b1220;
  }

  .top1-heroContact:before{
    font-size:10px;
  }

  .top1-heroContact__phone{
    color:#0b1220;
    font-size:20px;
  }

  .top1-heroContact__address{
    color:#1f2937;
    font-size:14px;
  }

  .top1-contactsData{
    position:static;
    display:flex;
    width:auto;
    height:auto;
    margin:12px 14px 0;
    padding:14px;
    border:1px solid var(--top1-border);
    border-radius:16px;
    background:var(--top1-card);
    box-shadow:var(--top1-shadow-xs);
    color:var(--top1-text);
    font-size:18px;
    line-height:1.25;
  }

  .top1-contactsData__address{
    color:var(--top1-muted);
    font-size:15px;
    font-weight:800;
  }

  .top1-contactsWorktime{
    position:static;
    display:flex;
    width:auto;
    height:auto;
    margin:8px 14px 0;
    padding:12px 14px;
    border:1px solid var(--top1-border);
    border-radius:16px;
    background:var(--top1-card);
    box-shadow:var(--top1-shadow-xs);
    color:var(--top1-text);
    font-size:16px;
    line-height:1.2;
    pointer-events:auto;
  }

  .top1-servicesPreview{
    padding-top:14px;
  }

  .top1-servicesGrid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin:0;
  }

  .top1-svcCard{
    width:auto;
    margin:0;
  }

  .top1-proofGrid{
    grid-template-columns:1fr;
  }

  .top1-serviceHero__actions,
  .top1-serviceCta{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .top1-serviceHero__actions .top1-btn,
  .top1-serviceCta .top1-btn{
    width:100%;
    margin:0;
  }

  .top1-mobile-menu__panel{
    width:min(100%, 420px);
  }
}

@media (max-width:520px){
  .top1-toTop{
    right:12px;
    bottom:calc(122px + env(safe-area-inset-bottom));
    min-width:44px;
    width:44px;
    height:44px;
    min-height:44px;
    padding:0;
    font-size:0;
    border-radius:999px;
  }

  .top1-toTop::before{
    margin-right:0;
  }

  html{scroll-padding-top:76px;}

  body{
    padding-bottom:calc(112px + env(safe-area-inset-bottom));
  }

  .top1-container{
    padding-left:12px;
    padding-right:12px;
  }

  .top1-header--mock .top1-container{
    padding-left:8px;
    padding-right:8px;
  }

  .top1-header--mock .top1-headerbar{
    width:calc(100vw - 16px);
    padding:10px 12px;
    border-radius:16px;
    gap:8px;
  }

  .top1-header--mock .top1-brand--mock{
    width:min(220px, calc(100vw - 92px));
    height:48px;
    padding-right:0;
  }

  .top1-header--mock .top1-burger.top1-headerbar__burger{
    top:12px;
    right:12px;
    width:42px;
    height:42px;
  }

  .top1-header--mock .top1-openBadge--mock{
    font-size:13px;
    min-height:44px;
    padding:10px 12px;
  }

  .top1-header--mock .top1-openBadge--mock .top1-openBadge__dot{
    width:22px;
    height:22px;
    margin-right:10px;
  }

  .top1-psd--hero .top1-psd__img{height:320px;}
  .top1-psd--about .top1-psd__img{height:205px;}
  .top1-psd--services .top1-psd__img{height:220px;}
  .top1-psd--why .top1-psd__img{height:150px;}
  .top1-psd--payments .top1-psd__img{height:330px;}
  .top1-psd--subscribe .top1-psd__img{height:205px;}
  .top1-psd--contacts .top1-psd__img{height:270px;}

  .top1-heroContact,
  .top1-contactsData,
  .top1-contactsWorktime{
    margin-left:12px;
    margin-right:12px;
  }

  .top1-section{
    padding:28px 0;
  }

  .top1-slide__overlay{
    padding:12px;
  }

  .top1-slide__overlay .top1-btn{
    flex-basis:100%;
    width:100%;
  }

  .top1-servicesFilter{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .top1-servicesFilter__input,
  .top1-servicesFilter__clear,
  .top1-servicesCatalog__input,
  .top1-servicesCatalog__select,
  .top1-servicesCatalog__toolbar .top1-btn{
    width:100%;
    max-width:none;
    margin-left:0;
    margin-right:0;
  }

  .top1-servicesCatalog__toolbar{
    display:grid;
    grid-template-columns:1fr;
  }

  .top1-servicesCatalog__toolbar > *{
    margin-right:0;
  }

  .top1-svcCard__actions,
  .top1-svcCard2__actions{
    display:grid;
    grid-template-columns:1fr;
    padding:12px;
  }

  .top1-svcCard__actions .top1-btn,
  .top1-svcCard2__actions .top1-btn{
    width:100%;
  }

  .top1-mobilebar{
    padding:8px 8px calc(8px + env(safe-area-inset-bottom));
  }

  .top1-mobilebar__inner{
    padding-left:0;
    padding-right:0;
  }

  .top1-mobilebar__inner a{
    padding-left:8px;
    padding-right:8px;
    font-size:11px;
  }

  .top1-mobilebar__inner .top1-btn[href^="tel:"],
  .top1-mobilebar__inner a{
    min-width:0;
  }

  .top1-mobilebar__inner .top1-btn[href^="tel:"]{
    min-height:50px;
    padding-left:16px;
    padding-right:16px;
    font-size:13px;
  }

  .top1-footer{
    padding-bottom:24px;
  }

  .top1-footer__inner{
    padding:14px;
    border-left-width:4px;
  }

  .top1-footer__brand strong{
    font-size:16px;
  }

  .top1-footer__brand .top1-muted{
    font-size:13px;
  }

  .top1-footer__cta .top1-btn[href^="tel:"]{
    min-width:0;
    width:100%;
  }

  .top1-mobile-menu__panel{
    width:100%;
    max-width:none;
  }
}

/* Live audit correction: text-heavy PSD art must not be cropped on phones. */
@media (max-width:720px){
  .top1-psd__imgWrap{
    overflow:visible;
  }

  .top1-psd__img{
    height:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
  }

  .top1-psd--hero .top1-psd__img,
  .top1-psd--about .top1-psd__img,
  .top1-psd--services .top1-psd__img,
  .top1-psd--why .top1-psd__img,
  .top1-psd--payments .top1-psd__img,
  .top1-psd--subscribe .top1-psd__img,
  .top1-psd--contacts .top1-psd__img{
    height:auto !important;
    min-height:0;
  }

  .top1-psd--why,
  .top1-psd--payments,
  .top1-psd--subscribe{
    margin-top:0;
  }

  .top1-heroContact,
  .top1-contactsData,
  .top1-contactsWorktime{
    transform:none;
  }
}

/* Contacts section: route image with readable real contact data. */
.top1-psd--contacts{
  padding:clamp(18px, 3vw, 38px) 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,247,249,.96)),
    var(--top1-bg);
}

.top1-contactsLayout{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 1.28fr) minmax(360px, .72fr);
  gap:clamp(16px, 2.4vw, 28px);
  align-items:stretch;
}

.top1-contactsMap{
  min-width:0;
}

.top1-contactsMap .top1-psd__imgWrap{
  height:100%;
  border:1px solid var(--top1-border);
  border-radius:8px;
  background:var(--top1-surface-2);
  box-shadow:var(--top1-shadow-sm);
}

.top1-contactsMap .top1-psd__img{
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center center;
}

.top1-contactsCard{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:clamp(24px, 3vw, 38px);
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 32%),
    radial-gradient(circle at 96% 0%, rgba(214,26,26,.34), transparent 34%),
    linear-gradient(145deg, #070b13 0%, #111827 48%, #050609 100%);
  box-shadow:
    0 24px 55px rgba(2,6,23,.22),
    0 14px 30px rgba(214,26,26,.10);
  color:#ffffff;
}

.top1-contactsCard::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg, #d61a1a, #ff3b3b 58%, rgba(255,255,255,.72));
}

.top1-contactsCard::after{
  content:"";
  position:absolute;
  right:-56px;
  bottom:-72px;
  width:190px;
  height:190px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  background:radial-gradient(circle, rgba(214,26,26,.22), transparent 68%);
  pointer-events:none;
}

.top1-contactsCard__eyebrow{
  position:relative;
  z-index:1;
  margin:0 0 8px;
  color:#ff4d4d;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.top1-contactsCard__title{
  position:relative;
  z-index:1;
  margin:0 0 18px;
  color:#ffffff;
  font-size:clamp(30px, 3vw, 44px);
  line-height:1.04;
  font-weight:950;
  letter-spacing:0;
}

.top1-contactsCard__items{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
}

.top1-psd--contacts .top1-contactsData{
  position:static;
  display:block;
  width:auto;
  height:auto;
  margin:0;
  padding:15px 16px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-left:4px solid rgba(255,59,59,.95);
  border-radius:8px;
  background:rgba(255,255,255,.055);
  box-shadow:none;
  color:#ffffff;
  font-size:20px;
  line-height:1.25;
  font-weight:850;
  text-align:left;
  pointer-events:auto;
}

.top1-psd--contacts .top1-contactsData:first-child{
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:15px;
}

.top1-psd--contacts .top1-contactsData:last-child{
  padding-bottom:16px;
}

.top1-contactsData__label{
  display:block;
  margin:0 0 6px;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.2;
  font-weight:850;
}

.top1-psd--contacts .top1-contactsData__phone{
  display:inline-block;
  color:#ffffff;
  font-size:clamp(26px, 2.2vw, 31px);
  line-height:1.1;
  font-weight:950;
  text-decoration:none;
  text-decoration-thickness:2px;
  text-underline-offset:5px;
  white-space:nowrap;
  overflow-wrap:normal;
  text-shadow:0 8px 22px rgba(0,0,0,.24);
}

.top1-psd--contacts .top1-contactsData__phone:hover{
  color:#ff4d4d;
  text-decoration:underline;
}

.top1-psd--contacts .top1-contactsData__address,
.top1-psd--contacts .top1-contactsWorktime{
  position:static;
  display:block;
  width:auto;
  height:auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#ffffff;
  font-size:20px;
  line-height:1.35;
  font-weight:850;
  text-align:left;
  white-space:normal;
  pointer-events:auto;
}

@media (max-width:900px){
  .top1-contactsLayout{
    grid-template-columns:1fr;
  }

  .top1-contactsMap .top1-psd__img{
    min-height:0;
  }

  .top1-contactsCard{
    justify-content:flex-start;
  }
}

@media (max-width:520px){
  .top1-psd--contacts{
    padding:14px 0 22px;
  }

  .top1-contactsLayout{
    width:calc(100% - 24px);
    gap:12px;
  }

  .top1-contactsCard{
    padding:18px 16px;
  }

  .top1-contactsCard__title{
    margin-bottom:12px;
  }

  .top1-psd--contacts .top1-contactsData{
    padding:14px 0;
    font-size:17px;
    border-left-width:3px;
    padding-left:13px;
    padding-right:13px;
  }

  .top1-psd--contacts .top1-contactsData:first-child{
    padding-top:14px;
  }

  .top1-psd--contacts .top1-contactsData:last-child{
    padding-bottom:14px;
  }

  .top1-psd--contacts .top1-contactsData__phone{
    font-size:clamp(23px, 7vw, 28px);
  }

  .top1-psd--contacts .top1-contactsData__address,
  .top1-psd--contacts .top1-contactsWorktime{
    font-size:17px;
  }
}

@media (max-width:380px){
  .top1-psd--contacts .top1-contactsData__phone{
    font-size:21px;
  }
}

@media (min-width:721px) and (max-width:960px){
  body{
    padding-bottom:0;
  }

  .top1-mobilebar{
    display:none;
  }
}

/* Local service summary */
.top1-seoIntro{
  position:relative;
  z-index:2;
  display:block;
  clear:both;
  isolation:isolate;
  overflow:visible;
  padding:34px 0 0;
  background:
    linear-gradient(180deg, rgba(248,250,252,0), #f5f7fa 62%, #f5f7fa 100%);
}
.top1-seoIntro__inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px, 340px);
  gap:28px;
  align-items:center;
  padding:30px 34px 26px;
  border:1px solid rgba(15,23,42,.10);
  border-bottom:0;
  border-radius:18px 18px 0 0;
  background:
    radial-gradient(circle at 92% 0%, rgba(214,26,26,.10), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f9fbfe 100%);
  box-shadow:0 22px 60px rgba(15,23,42,.10);
  overflow:hidden;
}
.top1-seoIntro__inner::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg, #d61a1a, #ff4b4b 38%, rgba(255,75,75,0));
}
.top1-seoIntro__eyebrow{
  margin:0 0 6px;
  color:#d61a1a;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.top1-seoIntro__title{
  margin:0;
  color:#07101f;
  font-size:clamp(28px, 3vw, 46px);
  line-height:1.02;
  font-weight:950;
  max-width:860px;
}
.top1-seoIntro__text{
  max-width:850px;
  margin:13px 0 0;
  color:#334155;
  font-size:16px;
  line-height:1.62;
}
.top1-seoIntro__contacts{
  display:grid;
  gap:7px;
  min-width:0;
  padding:20px 22px;
  border:1px solid rgba(15,23,42,.12);
  border-left:4px solid #d61a1a;
  border-radius:14px;
  background:
    linear-gradient(135deg, rgba(15,23,42,.98), rgba(28,37,52,.94)),
    #111827;
  box-shadow:0 18px 42px rgba(15,23,42,.18);
}
.top1-seoIntro__phone{
  color:#fff;
  font-size:24px;
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
  line-height:1.1;
}
.top1-seoIntro__phone:hover{
  color:#ff4b4b;
}
.top1-seoIntro__meta{
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:800;
}
@media (max-width:900px){
  .top1-seoIntro__inner{
    grid-template-columns:1fr;
    gap:18px;
    padding:26px 24px 22px;
  }
  .top1-seoIntro__contacts{
    max-width:420px;
    padding:18px 20px;
  }
}
@media (max-width:520px){
  .top1-seoIntro{
    padding:18px 0 0;
  }
  .top1-seoIntro__inner{
    width:calc(100% - 24px);
    padding:22px 16px 18px;
    border-radius:14px 14px 0 0;
  }
  .top1-seoIntro__title{
    font-size:28px;
  }
  .top1-seoIntro__text{
    font-size:15px;
  }
  .top1-seoIntro__phone{
    font-size:22px;
    white-space:normal;
  }
}

.top1-localSeo{
  position:relative;
  z-index:2;
  display:block;
  clear:both;
  isolation:isolate;
  overflow:visible;
  padding:0 0 36px;
  background:#f5f7fa;
}
.top1-localSeo::after{
  content:"";
  display:block;
  clear:both;
}
.top1-localSeo > .top1-container{
  padding:0 34px 32px;
  border:1px solid rgba(15,23,42,.10);
  border-top:0;
  border-radius:0 0 18px 18px;
  background:linear-gradient(180deg, #f9fbfe, #fff);
  box-shadow:0 26px 70px rgba(15,23,42,.10);
}
.top1-localSeo__head{
  max-width:860px;
  margin-bottom:18px;
  padding-top:24px;
  border-top:1px solid rgba(15,23,42,.08);
}
.top1-localSeo__eyebrow{
  margin:0 0 6px;
  color:#d61a1a;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.top1-localSeo__title{
  margin:0;
  color:#07101f;
  font-size:clamp(24px, 2.4vw, 38px);
  line-height:1.08;
  font-weight:950;
}
.top1-localSeo__text{
  max-width:780px;
  margin:10px 0 0;
  color:#334155;
  font-size:15.5px;
  line-height:1.55;
}
.top1-localSeo__list{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.top1-localSeo__list li{
  position:relative;
  min-height:50px;
  display:flex;
  align-items:center;
  padding:12px 14px 12px 36px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:10px;
  background:#fff;
  color:#101827;
  font-size:14px;
  font-weight:850;
  line-height:1.25;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.top1-localSeo__list li::before{
  content:"";
  position:absolute;
  left:15px;
  top:50%;
  width:8px;
  height:8px;
  margin-top:-4px;
  border-radius:999px;
  background:#d61a1a;
  box-shadow:0 0 0 4px rgba(214,26,26,.10);
}
@media (max-width:1180px){
  .top1-localSeo__list{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}
@media (max-width:720px){
  .top1-localSeo{
    padding:0 0 24px;
  }
  .top1-localSeo > .top1-container{
    width:calc(100% - 24px);
    padding:0 16px 20px;
    border-radius:0 0 14px 14px;
  }
  .top1-localSeo__list{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width:420px){
  .top1-localSeo__list{
    grid-template-columns:1fr;
  }
}

@media (min-width:961px){
  .top1-seoIntro{
    padding-top:42px;
  }

  .top1-localSeo{
    padding-bottom:54px;
  }

  .top1-psd--about{
    display:block;
    float:none;
    clear:both;
    position:relative;
    isolation:isolate;
    width:min(100% - 32px, 1480px);
    margin:0 auto !important;
    padding-top:30px;
    background:#fff;
    z-index:0;
  }

  .top1-psd--about .top1-psd__imgWrap{
    border-radius:0;
    background:#fff;
    overflow:visible;
  }

  .top1-psd--about .top1-psd__img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center top;
  }
}
