:root{
  --accent:#eb5b3f;
  --accent-dark:#d84e34;
  --ink:#565656;
  --muted:#8e8e8e;
  --line:#ececec;
  --soft:#fafafa;
  --peach:#fff3ee;
  --paper:#fff;
  --radius:22px;
  --shell:min(calc(100% - 112px),1720px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:var(--accent);text-underline-offset:3px}
.shell{width:var(--shell);margin-inline:auto}
.home-content{overflow:hidden}
.home-content>.wp-block-group{margin-block-start:0;margin-block-end:0}

/* ---------- Header ---------- */
.site-header{background:#fff;padding:0;position:sticky;top:0;z-index:1000;box-shadow:0 1px 0 rgba(0,0,0,.035)}
.header-topline{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 0 17px}
.brand-combo{display:flex;align-items:center;gap:18px;min-width:0;text-decoration:none;color:var(--ink)}
.brand-mark{width:54px;height:54px;flex:0 0 54px}
.header-tagline{font-size:18px;line-height:1.2;color:#4f4f4f;white-space:nowrap}
.header-actions{display:flex;align-items:center;gap:13px;flex:0 0 auto}
.social-links{display:flex;gap:10px}
.social-links a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;text-decoration:none}
.social-links svg{width:17px;height:17px;fill:#fff}
.header-cta,.orig-pill,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;border:0!important;border-radius:999px!important;background:var(--accent)!important;color:#fff!important;text-decoration:none!important;font-weight:600;line-height:1.1;box-shadow:none!important;transition:.15s ease}
.header-cta{min-width:188px;padding:12px 28px!important;font-size:15px}
.header-cta:hover,.orig-pill:hover,.wp-block-button__link:hover{background:var(--accent-dark)!important}
.header-phone{font-size:15px;color:#9a9a9a;text-decoration:none;white-space:nowrap}
.nav-shell{padding-bottom:20px}
.main-nav{display:block;background:#fafafa;border-radius:18px;padding:18px 24px}
.main-nav ul{display:flex;justify-content:center;align-items:center;gap:34px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.main-nav a{font-size:15px;color:#555;text-decoration:none}
.main-nav a:hover{color:var(--accent)}
.nav-toggle{display:none}

/* ---------- Shared section typography ---------- */
.orig-section{padding:70px 0!important}
.orig-section>*{width:var(--shell);max-width:none!important;margin-left:auto!important;margin-right:auto!important}
.orig-section>h2,.orig-reviews-head h2,.faq-left h2,.orig-form-section h2{font-size:34px;font-weight:400;letter-spacing:-.035em;line-height:1.08;color:var(--ink);margin-top:0}
.orig-subtitle{font-size:14px!important;line-height:1.45;color:#888;margin-top:0!important}
.orig-center-button{display:flex;justify-content:center;margin-top:28px!important}
.orig-pill{padding:11px 27px;font-size:13px}

/* ---------- Hero ---------- */
.orig-hero{padding:34px 0 72px!important}
.orig-hero>.orig-hero-grid{width:var(--shell);max-width:none!important;margin-inline:auto!important}
.orig-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(410px,29%);gap:22px!important;align-items:stretch!important}
.orig-hero-copy{background:#fafafa;border-radius:30px;padding:46px 38px 40px!important;min-height:485px;display:flex;flex-direction:column;justify-content:center}
.orig-hero-copy h1{font-size:36px;font-weight:400;line-height:1.08;letter-spacing:-.035em;color:var(--ink);max-width:900px;margin:0 0 22px}
.orig-lead{font-size:16px;line-height:1.35;color:#aaa;max-width:760px;margin:0 0 28px!important}
.orig-hero-copy .wp-block-buttons{margin:0 0 22px}
.orig-hero-copy .wp-block-button__link{min-width:290px;padding:14px 32px!important;font-size:14px}
.orig-checks{list-style:none!important;padding:0!important;margin:0!important;display:grid;gap:10px}
.orig-checks li{position:relative;padding-left:34px;font-size:14px;line-height:1.35;color:#707070}
.orig-checks li:before{content:"✓";position:absolute;left:0;top:-1px;width:23px;height:23px;border-radius:3px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}
.orig-hero-media{display:flex;align-items:center;justify-content:flex-end;padding:0!important;min-width:0}
.orig-hero-image{width:100%;aspect-ratio:725/702;background:url('../images/hero-original.webp') center/contain no-repeat}

/* ---------- Intro: photo / situations / goal ---------- */
.orig-intro-combo{padding:68px 0 78px!important}
.orig-intro-grid{width:var(--shell);margin-inline:auto;display:grid;grid-template-columns:27fr 32fr 41fr;gap:20px;align-items:stretch}
.orig-intro-photo{min-height:315px;border-radius:22px;background:url('../images/room-original.webp') center/cover no-repeat}
.orig-help-card{background:#fafafa;border-radius:20px;padding:30px 28px}
.orig-help-card h2{font-size:28px;font-weight:500;line-height:1.05;color:var(--accent);letter-spacing:-.025em;margin:0 0 17px}
.orig-help-card ul{margin:0;padding-left:18px;display:grid;gap:6px;font-size:13px;line-height:1.4;color:#626262}
.orig-goal-card{padding:28px 20px 24px 12px;display:flex;flex-direction:column;justify-content:center}
.orig-goal-card h2{font-size:32px;font-weight:400;line-height:1.08;letter-spacing:-.035em;color:var(--ink);margin:0 0 18px}
.orig-goal-card p{font-size:13px;line-height:1.55;color:#666;margin:0 0 12px}
.orig-goal-card .orig-pill{align-self:flex-start;margin-top:4px}

/* ---------- Benefits ---------- */
.orig-benefits{padding:68px 0 82px!important}
.orig-benefits>h2{margin-bottom:28px!important}
.orig-benefit-mosaic{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.benefit-card,.benefit-photo{border-radius:18px;min-height:170px;overflow:hidden}
.benefit-card{background:#fafafa;padding:23px 22px}
.benefit-card h3{font-size:15px;line-height:1.28;color:var(--accent);margin:0 0 9px;font-weight:600}
.benefit-card p{font-size:12.5px;line-height:1.48;color:#666;margin:0}
.benefit-card a{display:inline-block;margin-top:9px;font-size:12px;font-weight:600;text-decoration:none}
.benefit-photo{position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:16px}
.benefit-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.48))}
.benefit-photo span{position:relative;z-index:1;color:#fff;font-size:12px;font-weight:600}
.b1{grid-column:span 3}.b2{grid-column:span 3}.b3{grid-column:span 4}.b4{grid-column:span 2;background-image:url('../images/cozy-original.webp')}
.b5{grid-column:span 4;background-image:url('../images/food-original.webp')}
.b6{grid-column:span 4}.b7{grid-column:span 4;background:var(--peach)}

/* ---------- Services ---------- */
.orig-services{padding:72px 0 82px!important}
.orig-services>h2{margin-bottom:8px!important}
.orig-services>.orig-subtitle{margin-bottom:25px!important}
.orig-service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px!important}
.orig-service-card{min-height:285px;border:0!important;border-radius:18px;background:#fafafa!important;padding:24px 22px 18px!important;box-shadow:none!important;text-align:center;display:flex;flex-direction:column;align-items:center}
.orig-service-card:before{display:none!important}
.orig-service-card:after{content:"";width:125px;height:125px;margin-top:auto;background:center/contain no-repeat}
.service-1:after{background-image:url('../images/service1.svg')}.service-2:after{background-image:url('../images/service2.svg')}.service-3:after{background-image:url('../images/service3.svg')}.service-4:after{background-image:url('../images/service4.svg')}.service-5:after{background-image:url('../images/service5.svg')}.service-6:after{background-image:url('../images/service6.svg')}
.orig-service-card h3{font-size:14px;line-height:1.3;color:var(--accent);margin:0 0 8px}
.orig-service-card p{font-size:12px;line-height:1.45;color:#626262;margin:0;max-width:330px}

/* ---------- Conditions ---------- */
.orig-conditions{padding:70px 0 78px!important}
.orig-conditions>h2{margin-bottom:7px!important}
.orig-conditions>.orig-subtitle{margin-bottom:24px!important}
.orig-condition-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.condition-photo{min-height:205px;border-radius:19px;overflow:hidden;position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:14px}
.condition-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 48%,rgba(0,0,0,.52))}
.condition-photo span{position:relative;z-index:1;color:#fff;font-size:11px;font-weight:600}
.c1{background-image:url('../images/room-original.webp')}.c2{background-image:url('../images/food-original.webp')}.c3{background-image:url('../images/hero-room.webp')}.c4{background-image:url('../images/cozy-original.webp')}

/* ---------- Reviews ---------- */
.orig-reviews{padding:54px 0 78px!important}
.orig-reviews-shell{width:var(--shell);margin-inline:auto;background:#fafafa;border-radius:22px;padding:28px 24px 25px}
.orig-reviews-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}
.orig-reviews-head h2{font-size:28px;margin:0 0 5px}
.orig-reviews-head p{font-size:12px;color:#777;margin:0}
.review-arrows{display:flex;gap:6px}.review-arrows span{width:25px;height:25px;border-radius:5px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700}
.orig-review-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:12px!important}
.orig-review-card{min-height:210px;border:0!important;border-radius:15px;background:#fff!important;padding:18px!important}
.orig-review-card:before{content:"";display:block;width:42px;height:42px;border-radius:50%;background-size:cover;background-position:center;margin-bottom:10px}
.review-1:before{background-image:url('../images/avatar1.png')}.review-2:before{background-image:url('../images/avatar2.png')}.review-3:before{background-image:url('../images/avatar3.png')}.review-4:before{background-image:url('../images/avatar4.png')}
.orig-review-card h3{font-size:13px;color:var(--accent);margin:0 0 7px}
.orig-review-card p{font-size:11.5px;line-height:1.48;color:#606060;margin:0}

/* ---------- Prices ---------- */
.orig-prices{padding:72px 0 84px!important}
.orig-prices>h2{margin-bottom:7px!important}
.orig-prices>.orig-subtitle{margin-bottom:24px!important}
.orig-price-stack{display:grid;gap:17px}
.orig-price-wide{position:relative;display:grid;grid-template-columns:1.45fr .85fr;gap:24px;min-height:315px;background:#fafafa;border-radius:18px;padding:28px 28px 48px;overflow:hidden}
.price-copy{padding-bottom:42px}
.price-copy h3{font-size:18px;color:var(--accent);margin:0 0 10px}
.price-copy p{font-size:12px;line-height:1.55;color:#555;margin:0;max-width:780px}
.price-copy strong{position:absolute;left:28px;bottom:42px;font-size:21px;color:var(--accent)}
.price-copy small{font-size:11px;color:#888;font-weight:400;margin-left:4px}
.price-list{background:#fff;border-radius:15px;padding:22px 24px;margin-bottom:30px}
.price-list h4{font-size:13px;margin:0 0 9px}
.price-list ul{margin:0;padding-left:17px;display:grid;gap:5px;font-size:11.5px;line-height:1.35;color:#606060}
.price-more{position:absolute;left:28px;right:28px;bottom:13px;height:29px;border-radius:999px;background:var(--accent);color:#fff!important;text-decoration:none!important;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}
.orig-price-extra{display:grid!important;grid-template-columns:1fr 1fr;gap:14px!important;margin-top:18px!important}
.orig-extra-card{position:relative;min-height:160px;background:#fafafa!important;border:0!important;border-radius:17px;padding:22px 22px 48px!important}
.orig-extra-card h3{font-size:16px;color:var(--accent);margin:0 0 8px}.orig-extra-card p,.orig-extra-card span{font-size:11.5px;color:#666}.orig-extra-card strong{color:var(--accent)}
.extra-prices{display:grid;gap:5px;margin-top:8px}.extra-prices span{display:flex;justify-content:space-between;gap:12px}.orig-extra-card .price-more{left:22px;right:22px;bottom:12px}

/* ---------- FAQ ---------- */
.orig-faq{padding:76px 0 86px!important}
.orig-faq-layout{width:var(--shell);margin-inline:auto;display:grid;grid-template-columns:.78fr 1.22fr;gap:74px;align-items:start}
.faq-left{padding-top:22px}.faq-left h2{margin:0 0 9px!important}.faq-left p{font-size:13px;color:#777;max-width:360px;margin:0 0 15px}.faq-left .orig-pill{padding:10px 22px;font-size:12px}
.faq-right{display:grid;gap:11px}.faq-card{background:#fafafa;border-radius:15px;padding:19px 21px}.faq-card h3{font-size:14px;line-height:1.28;color:var(--accent);margin:0 0 8px}.faq-card ul{margin:0;padding-left:17px;display:grid;gap:4px;font-size:11.5px;color:#555}.faq-card p{font-size:11.5px;line-height:1.5;color:#555;margin:0 0 8px}.faq-card p:last-child{margin-bottom:0}

/* ---------- Contacts ---------- */
.orig-contact{padding:72px 0 60px!important}
.orig-contact>h2{margin-bottom:24px!important}
.orig-contact-layout{width:var(--shell);margin-inline:auto;display:grid;grid-template-columns:.92fr 1.08fr;gap:16px;align-items:stretch}
.contact-left{display:grid;grid-template-columns:1.15fr .85fr;gap:10px}.contact-left>.location{grid-row:span 2}.contact-small-row{display:grid;grid-template-rows:1fr 1fr;gap:10px}.contact-left>.social{grid-column:1/-1}
.orig-contact-card{background:#fafafa!important;border:0!important;border-radius:15px;padding:16px 18px!important;min-height:0!important}.orig-contact-card:before{content:"";display:block;width:24px;height:24px;background:center/contain no-repeat;margin-bottom:8px}.location:before{background-image:url('../images/location.svg')}.phone:before{background-image:url('../images/phone-icon.svg')}.mail:before{background-image:url('../images/mail-icon.svg')}.social:before{background-image:url('../images/share-icon.svg')}.orig-contact-card h3{font-size:13px;color:var(--accent);margin:0 0 6px}.orig-contact-card p{font-size:11px;line-height:1.42;color:#555;margin:0 0 5px;overflow-wrap:anywhere}
.orig-map-placeholder{min-height:270px;border-radius:17px;overflow:hidden;position:relative;background-color:#eef1df;background-image:linear-gradient(25deg,transparent 48%,rgba(255,255,255,.92) 49%,rgba(255,255,255,.92) 51%,transparent 52%),linear-gradient(-20deg,transparent 46%,rgba(255,255,255,.92) 47%,rgba(255,255,255,.92) 50%,transparent 51%),radial-gradient(circle at 75% 30%,#d8e9cf 0 12%,transparent 13%),radial-gradient(circle at 28% 72%,#d4e6c9 0 16%,transparent 17%);background-size:95px 95px,120px 120px,100% 100%,100% 100%;display:grid;place-items:center;color:#777}
.orig-map-placeholder b{position:absolute;left:51%;top:48%;font-size:28px;color:var(--accent);line-height:1}.orig-map-placeholder span{position:absolute;left:18%;top:24%;font-size:12px}.orig-map-placeholder small{position:absolute;left:53%;top:58%;font-size:10px}

/* ---------- Form ---------- */
.orig-form-section{text-align:center;padding:52px 7% 48px}
.orig-form-section h2{font-size:28px!important;margin:0 0 10px!important}
.orig-form-section>p{font-size:12px;color:#666;margin:0 auto 5px;max-width:720px}.form-accent{color:var(--accent);font-weight:600}
.orig-form-preview{max-width:800px;margin:24px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left}.orig-form-preview label{font-size:11px;color:#666;display:grid;gap:4px}.orig-form-preview input{border:0;background:#fafafa;border-radius:7px;padding:11px 12px}.form-wide{grid-column:1/-1}.form-consent{grid-column:1/-1;display:flex!important;align-items:center;gap:7px}.form-consent input{width:auto}.orig-form-preview button{grid-column:1/-1;justify-self:center;background:var(--accent);color:#fff;border:0;border-radius:999px;padding:11px 30px;min-width:155px}

/* ---------- Footer ---------- */
.site-footer{background:#fafafa;color:#666;padding:30px 0 22px;border-radius:26px 26px 0 0}.site-footer a{color:#666;text-decoration:none}.footer-shell{padding-inline:18px}.footer-nav{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;font-size:11px}.footer-divider{height:1px;background:#ddd;margin:21px 0}.site-footer .footer-grid{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:24px;text-align:center;font-size:10.5px;align-items:start}.site-footer .footer-grid>div:first-child{text-align:left}.site-footer .footer-grid>div:last-child{text-align:right}.site-footer .footer-bottom{border:0;margin-top:22px;padding-top:0;font-size:10px;color:#aaa;display:flex;justify-content:center;gap:26px}.back-top{position:fixed;right:18px;bottom:18px;width:38px;height:38px;border-radius:50%;background:var(--accent);color:#fff!important;text-decoration:none;display:grid;place-items:center;font-size:20px;z-index:25}

.page-shell{padding:70px 0 100px}.page-shell h1{font-weight:400;color:var(--ink)}

/* ---------- Tablet ---------- */
@media(max-width:1150px){
  :root{--shell:calc(100% - 48px)}
  .header-tagline{font-size:14px;white-space:normal}.header-phone{display:none}.header-cta{font-size:13px;min-width:145px}.social-links a{width:30px;height:30px}.main-nav ul{gap:20px}.main-nav a{font-size:13px}
  .orig-hero-grid{grid-template-columns:1fr 39%;gap:18px!important}.orig-hero-copy{min-height:420px}.orig-hero-copy h1{font-size:31px}.orig-hero-image{width:100%}
  .orig-intro-grid{grid-template-columns:1fr 1.1fr}.orig-goal-card{grid-column:1/-1;padding-left:0}
  .orig-benefit-mosaic{grid-template-columns:repeat(6,1fr)}.b1,.b2,.b3,.b4,.b5,.b6,.b7{grid-column:span 3}
  .orig-service-grid{grid-template-columns:repeat(2,1fr)!important}.orig-condition-gallery{grid-template-columns:repeat(2,1fr)}.orig-review-grid{grid-template-columns:repeat(2,1fr)!important}
  .orig-faq-layout,.orig-contact-layout{grid-template-columns:1fr}.faq-left{padding-top:0}.orig-map-placeholder{min-height:260px}
}

/* ---------- Mobile ---------- */
@media(max-width:700px){
  :root{--shell:calc(100% - 28px)}
  body{font-size:15px}
  .header-topline{display:grid;grid-template-columns:1fr;gap:10px;padding:12px 0}.brand-mark{width:40px;height:40px}.header-tagline{font-size:13px;white-space:normal}.header-actions{justify-content:flex-start;flex-wrap:wrap;gap:8px}.header-phone{display:none}.header-cta{padding:9px 16px!important;min-width:0;font-size:12px}.social-links a{width:27px;height:27px}.social-links svg{width:13px;height:13px}
  .nav-shell{padding-bottom:10px}.main-nav{display:none;padding:16px 18px}.main-nav ul{display:grid;justify-content:start;gap:11px}.nav-toggle{display:block;width:34px;height:34px;border:0;background:transparent;padding:7px;margin-left:auto}.nav-toggle span{display:block;height:2px;background:var(--accent);margin:5px 0;border-radius:2px}.site-header.nav-open .main-nav{display:block}
  .orig-hero{padding:28px 0 42px!important}.orig-hero-grid{grid-template-columns:1fr!important}.orig-hero-copy{min-height:0;padding:29px 24px!important}.orig-hero-copy h1{font-size:30px}.orig-lead{font-size:14px}.orig-hero-copy .wp-block-button__link{min-width:0;font-size:13px}.orig-hero-image{width:100%;aspect-ratio:725/702}
  .orig-intro-combo,.orig-benefits,.orig-services,.orig-conditions,.orig-reviews,.orig-prices,.orig-faq,.orig-contact{padding:46px 0!important}.orig-intro-grid{grid-template-columns:1fr}.orig-intro-photo{min-height:270px}.orig-help-card h2,.orig-goal-card h2{font-size:27px}
  .orig-benefit-mosaic,.orig-service-grid,.orig-condition-gallery,.orig-review-grid,.orig-price-extra,.orig-form-preview{grid-template-columns:1fr!important}.b1,.b2,.b3,.b4,.b5,.b6,.b7{grid-column:auto}.orig-service-card{min-height:255px}.condition-photo{min-height:220px}.orig-review-card{min-height:0}
  .orig-price-wide{grid-template-columns:1fr;padding:22px 19px 46px;min-height:0}.price-copy{padding-bottom:48px}.price-copy strong{left:19px}.price-more{left:19px;right:19px}.orig-price-extra{grid-template-columns:1fr!important}
  .orig-faq-layout,.orig-contact-layout{grid-template-columns:1fr}.faq-left{padding-top:0}.contact-left{grid-template-columns:1fr}.contact-left>.location,.contact-left>.social{grid-row:auto;grid-column:auto}.orig-map-placeholder{min-height:240px}.orig-form-section{padding:48px 0 24px}.form-wide,.form-consent{grid-column:auto}
  .site-footer .footer-grid{grid-template-columns:1fr;text-align:left}.site-footer .footer-grid>div:last-child{text-align:left}.site-footer .footer-bottom{display:grid;text-align:center}.footer-nav{gap:11px 16px}
}


/* 0.7.1 — force section headings/subtitles onto the same content rail.
   Gutenberg can inject alignment styles on paragraph blocks; these explicit rules
   prevent subtitles from escaping to the viewport edge. */
.orig-section > h2,
.orig-section > .orig-subtitle{
  width:var(--shell)!important;
  max-width:var(--shell)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
.orig-section > .orig-subtitle{
  display:block!important;
  position:static!important;
  transform:none!important;
  left:auto!important;
  right:auto!important;
}


/* 0.7.2 — functional pass: sticky header, contacts, live form, map, back-to-top. */
body.admin-bar .site-header{top:32px}

/* Contacts follow the original geometry: large address card; phone/mail stack; social row; map at right. */
.orig-contact{padding-top:78px!important;padding-bottom:58px!important}
.orig-contact>h2{margin-bottom:28px!important}
.orig-contact-layout{grid-template-columns:1fr 1fr;gap:18px}
.contact-left{grid-template-columns:1.28fr .72fr;grid-template-rows:1fr auto;gap:12px}
.contact-left>.location{grid-row:1;grid-column:1;min-height:164px!important}
.contact-small-row{grid-row:1;grid-column:2;grid-template-rows:1fr 1fr;gap:12px}
.contact-left>.social{grid-row:2;grid-column:1/-1;min-height:58px!important;display:flex;align-items:center;justify-content:space-between;gap:16px}
.orig-contact-card{border-radius:17px!important;padding:18px 20px!important}
.orig-contact-card:before{width:25px;height:25px;margin-bottom:8px}
.orig-contact-card h3{font-size:13px;margin-bottom:7px}
.orig-contact-card p{font-size:11.5px;line-height:1.48}
.contact-left>.social:after{content:"●  ●  ●";letter-spacing:6px;color:var(--accent);white-space:nowrap;font-size:15px}

.orig-map-placeholder{min-height:248px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}
.orig-map-placeholder:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(70,70,50,.08)}
.orig-map-placeholder em{position:absolute;right:14px;bottom:12px;background:#fff;color:var(--accent);font-style:normal;font-size:11px;font-weight:600;padding:7px 11px;border-radius:999px;box-shadow:0 4px 16px rgba(0,0,0,.09)}
.orig-map-placeholder:focus-visible{outline:3px solid rgba(235,93,66,.35);outline-offset:3px}

/* Working native form — no form-builder. */
.orig-form-preview input:disabled,.orig-form-preview button:disabled{opacity:1}
.orig-form-preview input{color:#555;outline:none}
.orig-form-preview input:focus{box-shadow:0 0 0 2px rgba(235,93,66,.18);background:#fff}
.orig-form-preview button{cursor:pointer;transition:.15s ease}
.orig-form-preview button:hover{background:var(--accent-dark)}
.orig-form-preview button:disabled{cursor:wait;opacity:.7}
.zabota-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form-status{grid-column:1/-1;text-align:center;min-height:18px;font-size:12px;margin-top:2px}
.form-status.is-success{color:#2f7d45}.form-status.is-error{color:#b93a2b}
.form-consent a{color:var(--accent)}

/* Original uses a clean icon, not a text glyph. */
.back-top{opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s ease;width:42px;height:42px}
.back-top.is-visible{opacity:1;visibility:visible;transform:none}
.back-top svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:782px){body.admin-bar .site-header{top:46px}}
@media(max-width:700px){
  .site-header{position:sticky;top:0}
  .orig-contact-layout{grid-template-columns:1fr}
  .contact-left{grid-template-columns:1fr}
  .contact-left>.location,.contact-small-row,.contact-left>.social{grid-column:auto;grid-row:auto}
  .contact-left>.social{display:flex}
  .orig-map-placeholder{min-height:240px}
}


/* 0.7.3 — mobile visual pass against the original: larger type/cards/images and correct sticky top. */
@media(max-width:782px){
  /* WordPress admin bar is not fixed on narrow screens; keeping 46px here leaves a visible gap after scroll. */
  body.admin-bar .site-header{top:0!important}
}

@media(max-width:700px){
  :root{--shell:calc(100% - 20px)}
  body{font-size:16px;line-height:1.5}
  .site-header{top:0!important}
  .header-topline{gap:11px;padding:10px 0 11px}
  .brand-combo{gap:12px}
  .brand-mark{width:46px;height:46px;flex-basis:46px}
  .header-tagline{font-size:14px;line-height:1.28}
  .header-actions{gap:9px}
  .social-links{gap:7px}
  .social-links a{width:30px;height:30px}
  .social-links svg{width:15px;height:15px}
  .header-cta{padding:10px 18px!important;font-size:13px}
  .nav-toggle{width:38px;height:38px;padding:8px}
  .nav-shell{padding-bottom:8px}
  .main-nav{border-radius:15px;padding:17px 18px}
  .main-nav a{font-size:15px}

  .orig-section{padding:54px 0!important}
  .orig-section>h2,.orig-reviews-head h2,.faq-left h2,.orig-form-section h2{font-size:32px!important;line-height:1.08}
  .orig-subtitle{font-size:15px!important;line-height:1.5}

  .orig-hero{padding:22px 0 42px!important}
  .orig-hero-grid{gap:16px!important}
  .orig-hero-copy{padding:32px 26px 30px!important;border-radius:24px}
  .orig-hero-copy h1{font-size:34px;line-height:1.08;margin-bottom:18px}
  .orig-lead{font-size:15.5px;line-height:1.45;margin-bottom:22px!important}
  .orig-hero-copy .wp-block-button__link{font-size:14px;padding:13px 22px!important}
  .orig-checks{gap:11px}
  .orig-checks li{font-size:15px;line-height:1.42;padding-left:35px}
  .orig-checks li:before{width:24px;height:24px;font-size:14px}
  .orig-hero-image{width:100%;aspect-ratio:725/702;background-size:contain}

  .orig-intro-combo{padding:54px 0 62px!important}
  .orig-intro-grid{gap:17px}
  .orig-intro-photo{min-height:315px;border-radius:22px}
  .orig-help-card{padding:30px 27px}
  .orig-help-card h2{font-size:30px;line-height:1.08;margin-bottom:18px}
  .orig-help-card ul{font-size:15px;line-height:1.48;gap:8px}
  .orig-goal-card{padding:28px 24px}
  .orig-goal-card h2{font-size:30px;line-height:1.1}
  .orig-goal-card p{font-size:15px;line-height:1.55}

  .orig-benefits>h2{margin-bottom:22px!important}
  .benefit-card,.benefit-photo{min-height:220px}
  .benefit-card{padding:27px 24px}
  .benefit-card h3{font-size:17px;line-height:1.3}
  .benefit-card p{font-size:14.5px;line-height:1.55}
  .benefit-photo span{font-size:14px}

  .orig-services>.orig-subtitle{margin-bottom:22px!important}
  .orig-service-grid{gap:14px!important}
  .orig-service-card{min-height:330px!important;padding:29px 25px 22px!important;border-radius:19px}
  .orig-service-card h3{font-size:17px;line-height:1.3;margin-bottom:11px}
  .orig-service-card p{font-size:14.5px;line-height:1.5;max-width:360px}
  .orig-service-card:after{width:155px;height:155px}
  .orig-center-button{margin-top:24px!important}

  .orig-conditions>.orig-subtitle{margin-bottom:20px!important}
  .condition-photo{min-height:265px;border-radius:20px}
  .condition-photo span{font-size:13px}

  .orig-reviews-shell{padding:26px 18px 22px;border-radius:20px}
  .orig-reviews-head{display:block;margin-bottom:18px}
  .orig-reviews-head h2{font-size:30px!important}
  .orig-reviews-head p{font-size:14px;line-height:1.45}
  .review-arrows{margin-top:10px}
  .orig-review-card{padding:24px 22px!important}
  .orig-review-card h3{font-size:16px}
  .orig-review-card p{font-size:14px;line-height:1.55}

  .orig-prices>h2{font-size:31px!important}
  .orig-price-wide{padding:27px 22px 54px;gap:18px;border-radius:19px}
  .price-copy h3{font-size:20px}
  .price-copy p{font-size:14px;line-height:1.55}
  .price-copy strong{left:22px;font-size:24px}
  .price-list{padding:22px 20px}
  .price-list h4{font-size:15px}
  .price-list ul{font-size:14px;line-height:1.5}
  .price-more{left:22px;right:22px}
  .orig-extra-card{padding:24px 22px 58px!important}

  .faq-left h2{font-size:31px!important}
  .faq-left p{font-size:14.5px;line-height:1.5}
  .faq-card{padding:24px 22px}
  .faq-card h3{font-size:16px}
  .faq-card p,.faq-card ul{font-size:14px;line-height:1.55}

  .orig-contact>h2{font-size:31px!important}
  .orig-contact-card{padding:21px 20px!important}
  .orig-contact-card h3{font-size:15px}
  .orig-contact-card p{font-size:13.5px;line-height:1.5}
  .orig-map-placeholder{min-height:300px}

  .orig-form-section{padding:58px 10px 34px}
  .orig-form-section h2{font-size:30px!important}
  .orig-form-section>p{font-size:14px;line-height:1.5}
  .orig-form-preview{margin-top:22px;gap:12px}
  .orig-form-preview label{font-size:13px}
  .orig-form-preview input{padding:13px 14px;font-size:15px}
  .orig-form-preview button{font-size:14px;padding:12px 30px}

  .site-footer{padding:36px 0 25px}
  .footer-nav{font-size:12px}
  .site-footer .footer-grid{font-size:12px}
  .site-footer .footer-bottom{font-size:11px}
  .back-top{width:44px;height:44px;right:14px;bottom:14px}
}


/* 0.7.4 — desktop scale pass. Mobile/tablet rules stay untouched. */
@media(min-width:1151px){
  body{font-size:17px;line-height:1.48}

  /* Header */
  .header-topline{padding:22px 0 19px;gap:30px}
  .brand-combo{gap:20px}
  .brand-mark{width:60px;height:60px;flex-basis:60px}
  .header-tagline{font-size:20px;line-height:1.22}
  .header-actions{gap:15px}
  .social-links{gap:11px}
  .social-links a{width:38px;height:38px}
  .social-links svg{width:19px;height:19px}
  .header-cta{min-width:205px;padding:13px 31px!important;font-size:16px}
  .header-phone{font-size:16px}
  .nav-shell{padding-bottom:22px}
  .main-nav{padding:20px 26px;border-radius:20px}
  .main-nav ul{gap:38px}
  .main-nav a{font-size:16px}

  /* Shared section typography */
  .orig-section{padding:82px 0!important}
  .orig-section>h2,.orig-reviews-head h2,.faq-left h2,.orig-form-section h2{font-size:40px!important;line-height:1.08}
  .orig-subtitle{font-size:16px!important;line-height:1.5}
  .orig-pill{padding:12px 30px;font-size:14px}
  .orig-center-button{margin-top:32px!important}

  /* Hero */
  .orig-hero{padding:40px 0 82px!important}
  .orig-hero-grid{grid-template-columns:minmax(0,1fr) minmax(465px,30%);gap:24px!important}
  .orig-hero-copy{min-height:545px;padding:52px 44px 46px!important;border-radius:32px}
  .orig-hero-copy h1{font-size:43px;line-height:1.08;max-width:1010px;margin-bottom:25px}
  .orig-lead{font-size:18px;line-height:1.4;max-width:820px;margin-bottom:31px!important}
  .orig-hero-copy .wp-block-button__link{min-width:315px;padding:15px 36px!important;font-size:16px}
  .orig-checks{gap:12px}
  .orig-checks li{padding-left:38px;font-size:16px;line-height:1.4}
  .orig-checks li:before{width:26px;height:26px;font-size:14px}
  .orig-hero-image{width:100%}

  /* Intro */
  .orig-intro-combo{padding:78px 0 92px!important}
  .orig-intro-grid{gap:23px}
  .orig-intro-photo{min-height:360px;border-radius:24px}
  .orig-help-card{padding:34px 32px;border-radius:22px}
  .orig-help-card h2{font-size:32px;line-height:1.07;margin-bottom:20px}
  .orig-help-card ul{font-size:14.5px;line-height:1.5;gap:8px}
  .orig-goal-card{padding:33px 24px 29px 14px}
  .orig-goal-card h2{font-size:37px;line-height:1.09;margin-bottom:21px}
  .orig-goal-card p{font-size:14.5px;line-height:1.6;margin-bottom:14px}

  /* Benefits */
  .orig-benefits{padding:82px 0 94px!important}
  .orig-benefits>h2{margin-bottom:34px!important}
  .orig-benefit-mosaic{gap:16px}
  .benefit-card,.benefit-photo{min-height:205px;border-radius:20px}
  .benefit-card{padding:28px 26px}
  .benefit-card h3{font-size:17px;line-height:1.3;margin-bottom:11px}
  .benefit-card p{font-size:14px;line-height:1.55}
  .benefit-card a{font-size:13.5px}
  .benefit-photo{padding:19px}
  .benefit-photo span{font-size:13.5px}

  /* Services */
  .orig-services{padding:86px 0 98px!important}
  .orig-services>h2{margin-bottom:10px!important}
  .orig-services>.orig-subtitle{margin-bottom:30px!important}
  .orig-service-grid{gap:16px!important}
  .orig-service-card{min-height:335px;padding:29px 27px 22px!important;border-radius:20px}
  .orig-service-card h3{font-size:16px;line-height:1.32;margin-bottom:10px}
  .orig-service-card p{font-size:13.5px;line-height:1.52;max-width:370px}
  .orig-service-card:after{width:150px;height:150px}

  /* Conditions */
  .orig-conditions{padding:84px 0 94px!important}
  .orig-conditions>h2{margin-bottom:9px!important}
  .orig-conditions>.orig-subtitle{margin-bottom:28px!important}
  .orig-condition-gallery{gap:14px}
  .condition-photo{min-height:250px;border-radius:21px;padding:16px}
  .condition-photo span{font-size:13px}

  /* Reviews */
  .orig-reviews{padding:64px 0 94px!important}
  .orig-reviews-shell{border-radius:24px;padding:34px 30px 31px}
  .orig-reviews-head{margin-bottom:24px}
  .orig-reviews-head h2{font-size:34px!important;margin-bottom:7px}
  .orig-reviews-head p{font-size:14px;line-height:1.5}
  .review-arrows span{width:29px;height:29px}
  .orig-review-grid{gap:14px!important}
  .orig-review-card{min-height:250px;padding:22px!important;border-radius:17px}
  .orig-review-card:before{width:48px;height:48px;margin-bottom:12px}
  .orig-review-card h3{font-size:15px;margin-bottom:8px}
  .orig-review-card p{font-size:13px;line-height:1.55}

  /* Prices */
  .orig-prices{padding:86px 0 98px!important}
  .orig-prices>h2{margin-bottom:9px!important}
  .orig-prices>.orig-subtitle{margin-bottom:30px!important}
  .orig-price-stack{gap:20px}
  .orig-price-wide{grid-template-columns:1.42fr .88fr;gap:28px;min-height:385px;border-radius:20px;padding:34px 34px 56px}
  .price-copy{padding-bottom:50px}
  .price-copy h3{font-size:21px;margin-bottom:12px}
  .price-copy p{font-size:14px;line-height:1.6;max-width:860px}
  .price-copy strong{left:34px;bottom:49px;font-size:25px}
  .price-copy small{font-size:12px}
  .price-list{border-radius:17px;padding:27px 28px;margin-bottom:36px}
  .price-list h4{font-size:15px;margin-bottom:11px}
  .price-list ul{font-size:13px;line-height:1.45;gap:6px}
  .price-more{left:34px;right:34px;height:34px;font-size:12px}
  .orig-price-extra{gap:16px!important;margin-top:21px!important}
  .orig-extra-card{min-height:195px;padding:27px 27px 58px!important;border-radius:19px}
  .orig-extra-card h3{font-size:18px}
  .orig-extra-card p,.orig-extra-card span{font-size:13px;line-height:1.5}
  .orig-extra-card .price-more{left:27px;right:27px}

  /* FAQ */
  .orig-faq{padding:90px 0 104px!important}
  .orig-faq-layout{grid-template-columns:.74fr 1.26fr;gap:82px}
  .faq-left{padding-top:25px}
  .faq-left h2{font-size:40px!important;margin-bottom:11px!important}
  .faq-left p{font-size:14.5px;line-height:1.55;max-width:400px;margin-bottom:18px}
  .faq-left .orig-pill{padding:11px 25px;font-size:13px}
  .faq-right{gap:13px}
  .faq-card{border-radius:17px;padding:23px 25px}
  .faq-card h3{font-size:16px;line-height:1.3;margin-bottom:10px}
  .faq-card ul,.faq-card p{font-size:13px;line-height:1.55}

  /* Contacts */
  .orig-contact{padding-top:90px!important;padding-bottom:72px!important}
  .orig-contact>h2{font-size:40px!important;margin-bottom:32px!important}
  .orig-contact-layout{gap:20px}
  .contact-left{gap:14px}
  .contact-small-row{gap:14px}
  .contact-left>.location{min-height:200px!important}
  .contact-left>.social{min-height:72px!important}
  .orig-contact-card{border-radius:19px!important;padding:22px 24px!important}
  .orig-contact-card:before{width:30px;height:30px;margin-bottom:10px}
  .orig-contact-card h3{font-size:15px;margin-bottom:8px}
  .orig-contact-card p{font-size:13px;line-height:1.52}
  .orig-map-placeholder{min-height:330px;border-radius:19px}
  .orig-map-placeholder span{font-size:13px}
  .orig-map-placeholder small{font-size:11px}
  .orig-map-placeholder em{font-size:12px;padding:8px 13px}

  /* Form */
  .orig-form-section{padding:72px 7% 62px}
  .orig-form-section h2{font-size:36px!important;margin-bottom:12px!important}
  .orig-form-section>p{font-size:14px;line-height:1.55;max-width:820px}
  .orig-form-preview{max-width:930px;margin-top:29px;gap:13px}
  .orig-form-preview label{font-size:13px;gap:5px}
  .orig-form-preview input{padding:13px 14px;font-size:14px;border-radius:9px}
  .orig-form-preview button{padding:12px 34px;font-size:14px;min-width:175px}
  .form-status{font-size:13px}

  /* Footer */
  .site-footer{padding:38px 0 28px;border-radius:28px 28px 0 0}
  .footer-nav{font-size:12.5px;gap:25px}
  .footer-divider{margin:24px 0}
  .site-footer .footer-grid{font-size:12px;gap:28px}
  .site-footer .footer-bottom{font-size:11px;margin-top:25px}
  .back-top{width:44px;height:44px;right:20px;bottom:20px}
}


/* 0.7.5 — final desktop scale-up only; mobile/tablet rules stay unchanged. */
@media(min-width:1151px){
  body{font-size:18px}
  .header-tagline{font-size:22px}
  .brand-mark{width:64px;height:64px;flex-basis:64px}
  .social-links a{width:41px;height:41px}
  .header-cta{font-size:17px;min-width:218px;padding:14px 34px!important}
  .header-phone{font-size:17px}
  .main-nav a{font-size:17px}

  .orig-section>h2,.orig-reviews-head h2,.faq-left h2,.orig-form-section h2{font-size:44px!important}
  .orig-subtitle{font-size:17px!important}

  .orig-hero-grid{grid-template-columns:minmax(0,1fr) minmax(500px,31%);gap:26px!important}
  .orig-hero-copy{min-height:575px;padding:56px 48px 50px!important}
  .orig-hero-copy h1{font-size:47px;max-width:1050px}
  .orig-lead{font-size:19.5px;max-width:860px}
  .orig-hero-copy .wp-block-button__link{font-size:17px;min-width:335px}
  .orig-checks li{font-size:17px}

  .orig-intro-photo{min-height:390px}
  .orig-help-card h2{font-size:35px!important}
  .orig-help-card ul{font-size:15.5px!important}
  .orig-goal-card h2{font-size:40px!important}
  .orig-goal-card p{font-size:15.5px!important}

  .benefit-card,.benefit-photo{min-height:225px}
  .benefit-card h3{font-size:18px}
  .benefit-card p{font-size:15px}

  .orig-service-card{min-height:365px;padding:32px 30px 25px!important}
  .orig-service-card h3{font-size:17px}
  .orig-service-card p{font-size:14.5px}
  .orig-service-card:after{width:166px;height:166px}

  .condition-photo{min-height:275px}
  .orig-review-card{min-height:275px;padding:24px!important}
  .orig-review-card p{font-size:13.8px}

  .orig-price-wide{min-height:420px;padding:37px 37px 60px}
  .price-copy h3{font-size:23px}
  .price-copy p{font-size:15px}
  .price-list ul{font-size:14px}
  .price-copy strong{font-size:27px}

  .faq-card h3{font-size:17px}
  .faq-card ul,.faq-card p{font-size:14px}

  .orig-contact-card h3{font-size:16px}
  .orig-contact-card p{font-size:14px}
  .orig-map-placeholder{min-height:360px}

  .orig-form-section h2{font-size:40px!important}
  .orig-form-section>p{font-size:15px}
  .orig-form-preview label{font-size:14px}
  .orig-form-preview input{font-size:15px;padding:14px 15px}
  .orig-form-preview button{font-size:15px;min-width:190px}
}


/* 0.7.6 — original messenger marks + original chevron-up control. */
.social-links{gap:9px}
.social-links a{background:transparent!important;border-radius:0!important;width:30px!important;height:30px!important;padding:0!important;display:grid;place-items:center}
.social-links a img{display:block;width:100%;height:100%;object-fit:contain}
.social-links svg{display:none!important}
.contact-left>.social:after{display:none!important;content:none!important}
.contact-left>.social{align-items:center!important}
.contact-social-links{display:flex;align-items:center;gap:12px;margin-left:auto}
.contact-social-link{display:block;width:28px;height:28px;background-repeat:no-repeat;background-position:center;background-size:contain;text-decoration:none}
.contact-social-link.social-whatsapp{background-image:url('../images/social-whatsapp.svg')}
.contact-social-link.social-viber{background-image:url('../images/social-viber.svg')}
.contact-social-link.social-telegram{background-image:url('../images/social-telegram.svg')}
.back-top{width:42px!important;height:42px!important;border-radius:50%!important;background:var(--accent)!important;padding:0!important}
.back-top img{display:block;width:20px;height:20px}
.back-top svg{display:none!important}
@media(min-width:1200px){
  .social-links a{width:31px!important;height:31px!important}
  .contact-social-link{width:30px;height:30px}
  .back-top{width:44px!important;height:44px!important}
}
@media(max-width:700px){
  .social-links{gap:8px}
  .social-links a{width:28px!important;height:28px!important}
  .contact-social-links{gap:10px}
  .contact-social-link{width:29px;height:29px}
  .back-top{width:40px!important;height:40px!important}
}


/* 0.8.0 — original-style messenger icons, sticky FAQ rail, and global type scale. */
.social-links a{
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  overflow:visible!important;
}
.social-links a img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.contact-social-link{
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.back-top img{width:18px!important;height:18px!important;object-fit:contain!important}

/* The original FAQ keeps the left intro rail fixed while the answer column moves with the page. */
@media(min-width:901px){
  .faq-left{
    position:sticky!important;
    top:var(--faq-sticky-top, 190px)!important;
    align-self:start!important;
    z-index:2;
  }
  .faq-right{min-width:0}
}

/* Global desktop type scale: the local build had been consistently smaller than the reference. */
@media(min-width:1151px){
  body{font-size:19px;line-height:1.5}
  .header-tagline{font-size:23px}
  .header-phone{font-size:18px}
  .main-nav a{font-size:18px}
  .header-cta{font-size:18px;min-width:225px}
  .social-links a{width:34px!important;height:34px!important}

  .orig-section>h2,.orig-reviews-head h2,.faq-left h2,.orig-form-section h2{font-size:48px!important}
  .orig-subtitle{font-size:18px!important;line-height:1.5}
  .orig-pill{font-size:15px;padding:12px 29px}

  .orig-hero-copy h1{font-size:52px;line-height:1.07;max-width:1100px}
  .orig-lead{font-size:21px;line-height:1.42;max-width:900px}
  .orig-hero-copy .wp-block-button__link{font-size:18px;min-width:345px;padding:16px 38px!important}
  .orig-checks li{font-size:18px;line-height:1.45}
  .orig-checks li:before{width:28px;height:28px;font-size:15px}

  .orig-help-card h2{font-size:38px!important}
  .orig-help-card ul{font-size:17px!important;line-height:1.55}
  .orig-goal-card h2{font-size:43px!important}
  .orig-goal-card p{font-size:17px!important;line-height:1.65}

  .benefit-card h3{font-size:20px}
  .benefit-card p{font-size:16px;line-height:1.6}
  .benefit-card a{font-size:15px}
  .benefit-photo span{font-size:15px}

  .orig-service-card h3{font-size:19px}
  .orig-service-card p{font-size:16px;line-height:1.58}
  .condition-photo span{font-size:14px}

  .orig-reviews-head p{font-size:16px}
  .orig-review-card h3{font-size:17px}
  .orig-review-card p{font-size:15.5px;line-height:1.62}

  .price-copy h3{font-size:25px}
  .price-copy p{font-size:16.5px;line-height:1.65}
  .price-copy strong{font-size:30px}
  .price-copy small{font-size:13px}
  .price-list h4{font-size:17px}
  .price-list ul{font-size:15.5px;line-height:1.5}
  .price-more{font-size:13px;height:37px}
  .orig-extra-card h3{font-size:20px}
  .orig-extra-card p,.orig-extra-card span{font-size:15px}

  .faq-left p{font-size:16px;line-height:1.6}
  .faq-card h3{font-size:18px}
  .faq-card ul,.faq-card p{font-size:15.5px;line-height:1.62}

  .orig-contact-card h3{font-size:18px}
  .orig-contact-card p{font-size:15.5px;line-height:1.58}
  .contact-social-link{width:32px;height:32px}

  .orig-form-section>p{font-size:16px}
  .orig-form-preview label{font-size:15px}
  .orig-form-preview input{font-size:16px;padding:15px 16px}
  .orig-form-preview button{font-size:16px;min-width:200px}

  .footer-nav{font-size:13.5px}
  .site-footer .footer-grid{font-size:13px}
  .site-footer .footer-bottom{font-size:12px}
  .back-top{width:46px!important;height:46px!important}
}

/* Tablet gets a smaller proportional increase; mobile stays at the already-approved scale. */
@media(min-width:701px) and (max-width:1150px){
  body{font-size:16.5px}
  .orig-section>h2,.orig-reviews-head h2,.faq-left h2,.orig-form-section h2{font-size:37px!important}
  .orig-subtitle{font-size:15px!important}
  .orig-hero-copy h1{font-size:35px}
  .orig-lead{font-size:17px}
  .faq-card h3{font-size:15px}
  .faq-card ul,.faq-card p{font-size:12.5px}
}


/* 0.8.1 — fix messenger baseline and make FAQ sticky actually work. */
@media(min-width:901px){
  /* position:sticky cannot work correctly inside the old overflow:hidden article */
  .home-content{overflow:visible!important}
  .orig-faq,.orig-faq-layout,.faq-left,.faq-right{overflow:visible!important}
  .orig-faq-layout{align-items:start!important}
  .faq-left{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:var(--faq-sticky-top,190px)!important;
    align-self:start!important;
    height:max-content;
  }
}

/* One optical baseline for the three different brand glyphs. */
.social-links{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:38px;
}
.social-links a{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
  vertical-align:middle!important;
}
.social-links a img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:31px!important;
  max-height:31px!important;
  margin:0!important;
  transform:none!important;
}
.social-links .social-whatsapp img{width:29px!important;height:33px!important}
.social-links .social-viber img{width:31px!important;height:31px!important}
.social-links .social-telegram img{width:31px!important;height:31px!important}

.contact-social-links{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-height:34px;
}
.contact-social-link{
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  display:block!important;
  background-size:contain!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  transform:none!important;
}
.contact-social-link.social-whatsapp{width:30px!important;height:34px!important}
.contact-social-link.social-viber{width:32px!important;height:32px!important}
.contact-social-link.social-telegram{width:32px!important;height:32px!important}

@media(max-width:900px){
  .home-content{overflow:hidden}
  .faq-left{position:static!important;top:auto!important}
  .social-links a{flex-basis:30px!important;width:30px!important;height:30px!important}
  .social-links .social-whatsapp img{width:26px!important;height:29px!important}
  .social-links .social-viber img,.social-links .social-telegram img{width:28px!important;height:28px!important}
}


/* 0.9.0 RC — functional finishing only; no layout redesign. */
.orig-form-preview textarea{
  width:100%;box-sizing:border-box;border:0;background:#fafafa;border-radius:8px;
  padding:13px 14px;font:inherit;color:inherit;resize:vertical;min-height:92px;
}
.form-consent a{text-decoration:underline;text-underline-offset:2px}


/* 0.9.3 — legal form notes. */
.form-health-warning,.form-privacy-link{margin:0;font-size:12px;line-height:1.45;color:#777}
.form-health-warning{padding:9px 11px;border-radius:8px;background:#fff8f5;color:#80594f}
.form-privacy-link a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}

/* Inner pages: obvious return path to the landing page. */
.page-back-home{display:inline-flex;align-items:center;gap:6px;margin:0 0 24px;color:var(--accent);font-size:16px;font-weight:600;text-decoration:none}
.page-back-home:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:700px){.page-back-home{margin-bottom:18px;font-size:15px}}

/* 0.9.8 — совместимость со старыми рекламными якорями */
:where(#about,#services,#conditions,#hotel,#reviews,#report,#prices,#price,#akciy,#faq,#contacts,#contact,#contact-form,#ekskurs){scroll-margin-top:175px}
.legacy-anchor{display:block;height:0;overflow:hidden;pointer-events:none}
@media(max-width:700px){:where(#about,#services,#conditions,#hotel,#reviews,#report,#prices,#price,#akciy,#faq,#contacts,#contact,#contact-form,#ekskurs){scroll-margin-top:105px}}
