/*
Theme Name: Kryvonosov
Theme URI: https://dr-kryvonosov.com.ua/
Author: Kryvonosov Team
Description: Легка кастомна тема сайту лікаря Кривоносова без залежності від Elementor.
Version: 0.1.0
Text Domain: kryvonosov
*/

:root {
  --kao-blue: #015b7e;
  --kao-blue-hover: #0d8aaa;
  --kao-ink: #1e1e1e;
  --kao-white: #fff;
  --kao-container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--kao-ink); font-family: Montserrat, Arial, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; }

.site-header { position: relative; z-index: 100; background: var(--kao-white); }
.site-header__inner { width: min(calc(100% - 40px), var(--kao-container)); min-height: 136px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { flex: 0 0 112px; }
.site-branding img, .site-branding__fallback { width: 112px; height: 56px; }
.site-branding__fallback img { width: 100%; height: 100%; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { list-style: none; margin: 0; padding: 0; }
.primary-navigation > div > ul { display: flex; align-items: center; gap: 41px; }
.primary-navigation a { display: block; text-decoration: none; font-size: 16px; font-weight: 600; line-height: 2; white-space: nowrap; transition: color .2s ease; }
.primary-navigation a:hover, .primary-navigation a:focus-visible, .primary-navigation .current-menu-item > a { color: var(--kao-blue-hover); }
.primary-navigation .menu-item-has-children { position: relative; }
.primary-navigation .menu-item-has-children > a { display: flex; align-items: center; gap: 7px; }
.primary-navigation .menu-item-has-children > a::after { content: ''; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.primary-navigation .sub-menu { position: absolute; top: calc(100% + 10px); left: 50%; width: 300px; max-height: min(70vh, 550px); padding: 14px 30px; overflow-y: auto; visibility: hidden; opacity: 0; transform: translate(-50%, 8px); background: #fff; border-radius: 12px; box-shadow: 0 -1px 9px rgba(0,0,0,.32); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.primary-navigation .sub-menu li + li { border-top: 1px solid rgba(13,138,170,.4); }
.primary-navigation .sub-menu a { padding: 6px 0; font-size: 13px; font-weight: 500; line-height: 18px; text-align: center; white-space: normal; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.header-phone { color: var(--kao-blue); font-size: 16px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-phone:hover, .header-phone:focus-visible { color: var(--kao-blue-hover); }
.header-cta { padding: 17px 18px; color: #fff; background: var(--kao-blue); border: 1px solid var(--kao-blue); border-radius: 16px; font-size: 15px; font-weight: 600; line-height: 1.2; text-decoration: none; text-align: center; white-space: nowrap; transition: background .2s ease, border-color .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--kao-blue-hover); border-color: var(--kao-blue-hover); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: var(--kao-blue); background: transparent; border: 0; cursor: pointer; }
.menu-toggle svg { width: 24px; height: 24px; fill: currentColor; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }
.site-content { min-height: 50vh; }

@media (max-width: 1100px) {
  .site-header__inner { width: 100%; min-height: 136px; padding-inline: 50px; gap: 22px; }
  .menu-toggle { display: block; order: 3; }
  .primary-navigation { position: absolute; top: 100%; left: 0; width: 100%; display: none; padding: 10px 50px 30px; background: #fff; box-shadow: 0 12px 18px rgba(0,0,0,.1); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation > div > ul { display: block; }
  .primary-navigation a { padding: 8px 0; text-align: center; }
  .primary-navigation .menu-item-has-children > a { justify-content: center; }
  .primary-navigation .sub-menu { position: static; width: min(100%, 500px); max-height: none; margin: 4px auto 12px; visibility: visible; opacity: 1; transform: none; box-shadow: 0 2px 9px rgba(0,0,0,.18); }
  .primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { transform: none; }
}

@media (max-width: 767px) {
  .site-header__inner { min-height: 0; padding: 20px; flex-wrap: wrap; gap: 16px; }
  .site-branding { margin-right: auto; }
  .menu-toggle { order: initial; }
  .header-phone { order: 4; flex: 0 0 auto; margin-inline: auto; text-align: center; }
  .header-cta { order: 5; flex: 1 0 100%; padding: 15px 24px; }
  .primary-navigation { padding: 10px 20px 25px; }
}


/* Footer */
.site-footer{padding:48px 0 0;color:#fff;background:var(--kao-blue)}
.site-footer a{color:inherit;text-decoration:none;transition:color .2s ease}
.site-footer a:hover,.site-footer a:focus-visible{color:#7fd7ed}
.site-footer__inner{width:min(calc(100% - 100px),1125px);margin-inline:auto;padding-inline:0}
.site-footer__main{display:grid;grid-template-columns:280px 100px 280px minmax(0,1fr);gap:72px;align-items:start;min-height:360px}
.footer-title{margin:0 0 22px;color:#fff;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.01em}
.footer-services__list,.footer-navigation ul{list-style:none;margin:0;padding:0}
.footer-services__list{display:grid;gap:16px}
.footer-services__list a{font-size:14px;line-height:20px}
.footer-more{display:inline-flex;align-items:center;gap:9px;margin-top:16px;color:var(--kao-blue-hover)!important;font-size:12px;font-weight:600;line-height:16px}.footer-more svg{width:11px;height:13px;fill:currentColor;transition:transform .2s ease}.footer-more:hover svg,.footer-more:focus-visible svg{transform:translateY(3px)}
.footer-navigation{margin-top:0;text-align:center}
.footer-navigation a{display:block;padding:12px 0;font-size:16px;font-weight:600;line-height:18px}
.footer-contacts{display:flex;flex-direction:column;gap:16px}
.footer-contacts .footer-title{margin-bottom:6px}
.footer-address,.footer-contact-links a,.footer-contacts h3,.footer-schedule,.footer-saturday,.footer-saturday-hours{margin:0;font-size:14px;font-weight:400;line-height:20px}
.footer-address{max-width:290px;white-space:normal}
.footer-contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:0}
.footer-contacts h3{color:#fff}
.footer-contacts hr{width:100%;height:1px;margin:0;background:var(--kao-blue-hover);border:0}
.footer-socials{display:flex;gap:18px}
.footer-socials a{display:grid;width:30px;height:30px;place-items:center;color:var(--kao-blue);background:#fff;border-radius:7px;font-size:10px;font-weight:700}.footer-socials svg{width:18px;height:18px;fill:currentColor}.footer-socials svg rect{fill:none;stroke:currentColor;stroke-width:2}.footer-socials svg circle{fill:none;stroke:currentColor;stroke-width:2}.footer-socials svg .icon-fill{fill:currentColor;stroke:none}
.footer-socials a:hover,.footer-socials a:focus-visible{color:#fff;background:var(--kao-blue-hover)}
.footer-action{display:flex;align-items:flex-start;justify-content:flex-end;padding-top:4px}
.footer-action a{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:266px;min-height:60px;padding:16px 20px;color:#fff!important;background:var(--kao-blue-hover);border-radius:16px;font-size:15px;font-weight:600;line-height:18px;text-align:center;white-space:nowrap}
.footer-action a:hover,.footer-action a:focus-visible{background:#08718d}
.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;width:min(100%,1120px);margin:80px auto 0;padding:33px 0 32px;border-top:1px solid var(--kao-blue-hover)}
.site-footer__bottom p{margin:0;font-size:12px;line-height:16px}
.footer-copyright{display:flex;align-items:center;gap:6px}
.footer-copyright span{color:var(--kao-blue-hover);font-size:17px}
@media(max-width:1100px){.site-footer{padding-inline:50px}.site-footer__inner{width:100%}.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px}.footer-contacts{align-items:center;text-align:center}.footer-contact-links{align-items:center}.footer-socials{justify-content:center}.footer-action{align-self:center;justify-self:center;max-width:none}}
@media(max-width:767px){.site-footer{min-height:1087px;padding:55px 20px 32px}.site-footer__main{display:flex;min-height:896px;flex-direction:column;align-items:center;gap:40px;text-align:center}.footer-title{margin-bottom:16px}.footer-services,.footer-navigation,.footer-contacts,.footer-action{width:100%}.footer-services__list{justify-items:center}.footer-more{justify-content:center}.footer-navigation{margin-top:0;text-align:center}.footer-address{margin-inline:auto}.site-footer__bottom{margin-top:55px;padding:25px 0 0}.site-footer__bottom p{font-size:10px;line-height:18px}.footer-copyright span{font-size:12px}}

/* Homepage editor-friendly sections */
.homepage{overflow:hidden}.homepage h1,.homepage h2,.homepage p{margin-top:0}.home-hero,.home-services,.home-consult,.home-about,.home-appointment{width:min(calc(100% - 40px),1140px);margin-inline:auto}.home-hero{min-height:560px;padding:100px 7%;display:flex;align-items:center;background:linear-gradient(120deg,#e9f7fb,#fff)}.home-hero__copy{max-width:560px}.home-eyebrow{color:var(--kao-blue);font-size:15px;font-weight:700;letter-spacing:.08em}.home-hero h1{margin:14px 0 20px;font-size:clamp(42px,6vw,76px);line-height:1.04}.home-hero__copy>p:not(.home-eyebrow){font-size:20px;line-height:1.5}.home-hero__image{align-self:stretch;width:42%;object-fit:cover;margin-left:auto;border-radius:28px}.home-button{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;padding:17px 28px;color:#fff;background:var(--kao-blue);border-radius:14px;font-weight:700;text-decoration:none}.home-services{padding:100px 0}.home-services h2,.home-consult h2,.home-about h2,.home-appointment h2{font-size:clamp(30px,4vw,48px);line-height:1.1}.home-services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-services__grid>a{min-height:170px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:var(--kao-blue);border-radius:18px;text-decoration:none;font-size:18px;font-weight:600}.home-services__grid b{align-self:flex-end;color:#7fd7ed;font-size:24px}.home-services__grid .home-services__more{min-height:0;padding:12px;color:var(--kao-blue);background:none;font-size:14px}.home-consult{padding:90px 7%;display:grid;grid-template-columns:1fr 1fr;gap:70px;background:#eaf7fa;border-radius:28px}.home-consult ol{margin:0;padding:0;list-style:none}.home-consult li{padding:22px 0;border-bottom:1px solid #9bcbd6;font-size:20px}.home-consult li b{margin-right:20px;color:var(--kao-blue)}.home-about{padding:110px 7%;max-width:1000px}.home-about p{max-width:760px;font-size:18px;line-height:1.7}.home-appointment{margin-bottom:100px;padding:70px;text-align:center;color:#fff;background:var(--kao-blue);border-radius:28px}.home-appointment .home-button{background:var(--kao-blue-hover)}
@media(max-width:767px){.home-hero{padding:55px 25px;display:block}.home-hero__image{width:100%;height:300px;margin-top:35px}.home-services,.home-about{padding:65px 0}.home-services__grid{grid-template-columns:1fr 1fr}.home-consult{padding:55px 25px;display:block}.home-appointment{padding:50px 25px;margin-bottom:50px}}

/* Extended production homepage sections */
.home-hero{position:relative;gap:28px}.home-hero__card{width:270px;margin-left:auto;padding:26px;color:#fff;background:var(--kao-blue);border-radius:20px}.home-hero__card>strong{display:block;margin-bottom:22px;font-size:28px}.home-hero__card h2{font-size:22px}.home-hero__card p{font-size:13px;line-height:1.8}.home-hero__card span,.home-hero__card b{display:block;margin-top:10px}.home-hero__card hr{border:0;border-top:1px solid #63b4ca}
.home-reviews,.home-specialization,.home-gallery,.home-online,.home-direction,.home-location,.home-prices,.home-faq{width:min(calc(100% - 40px),1140px);margin-inline:auto;padding:90px 0}.home-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-reviews article{padding:28px;background:#f1f8fa;border-radius:18px}.home-reviews h3{margin:14px 0 5px}.home-reviews time{color:#68777d;font-size:13px}.home-reviews article p{margin-top:20px;font-size:14px;line-height:1.6}.home-review__score{color:#d99b00;font-weight:700}.home-link{display:inline-block;margin-top:24px;color:var(--kao-blue);font-weight:700;text-decoration:none}
.home-about{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:1140px}.home-about__copy p,.home-direction p{font-size:17px;line-height:1.8}.home-specialization{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid #b9dce5}.home-specialization ul{margin:0;padding:0;list-style:none}.home-specialization li{padding:13px 0;border-bottom:1px solid #b9dce5}.home-gallery>div{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:18px}
.home-online{min-height:360px;padding:45px 6%;display:flex;align-items:center;gap:60px;color:#fff;background:var(--kao-blue);border-radius:28px}.home-online img{width:45%;height:300px;object-fit:cover;border-radius:20px}.home-online h2,.home-direction h2,.home-location h2,.home-prices h2,.home-faq h2{font-size:clamp(30px,4vw,48px)}.home-online .home-button{background:var(--kao-blue-hover)}.home-direction{max-width:900px}.home-location{display:grid;grid-template-columns:1fr 1fr;gap:50px}.home-location>a{display:flex;flex-direction:column;gap:18px;padding:36px;color:#fff;background:var(--kao-blue);border-radius:20px;text-decoration:none}.home-location>a span{color:#9fdfef}
.home-prices{max-width:900px}.home-prices__note{color:#a44232}.home-prices h3{margin:44px 0 8px;color:var(--kao-blue)}.home-price{display:flex;justify-content:space-between;gap:30px;padding:17px 0;border-bottom:1px solid #c9dce1}.home-price strong{white-space:nowrap}.home-faq{display:grid;grid-template-columns:1fr 1.4fr;gap:70px}.home-faq details{border-bottom:1px solid #b9dce5}.home-faq summary{padding:20px 36px 20px 0;font-weight:600;cursor:pointer}.home-faq details p{padding-right:30px;line-height:1.7}
@media(max-width:900px){.home-hero{flex-wrap:wrap}.home-hero__card{width:100%;margin:0}.home-reviews__grid{grid-template-columns:1fr}.home-about,.home-specialization,.home-location,.home-faq{grid-template-columns:1fr;gap:30px}.home-gallery>div{grid-template-columns:repeat(2,1fr)}.home-online{display:block}.home-online img{width:100%;margin-bottom:30px}}
@media(max-width:767px){.home-reviews,.home-specialization,.home-gallery,.home-online,.home-direction,.home-location,.home-prices,.home-faq{padding:60px 0}.home-online{padding:35px 25px}.home-price{font-size:14px}.home-services__grid{grid-template-columns:1fr}}

/* Native pixel-matched hero based on the production Elementor layout. */
.home-hero{width:100%;min-height:754px;padding:20px max(20px,calc((100vw - 1140px)/2)) 120px;display:grid;grid-template-columns:567px 567px;justify-content:center;gap:6px;background:#fff}.home-hero__left{min-width:0;display:grid;grid-template-rows:370px 238px;gap:6px}.home-hero__intro{padding:50px 34px 25px 30px;background:#f6f6f6;border-radius:22px}.home-hero__intro .home-eyebrow{margin:0;color:#1e1e1e;font-size:52px;font-weight:600;line-height:1.08;letter-spacing:-2px}.home-hero__intro h1{margin:12px 0 28px;color:#1e1e1e;font-size:28px;font-weight:500;line-height:1.2}.home-hero__quick{display:grid;grid-template-columns:repeat(3,1fr) 50px;gap:6px}.home-hero__quick a{height:104px;padding:9px 10px;display:grid;grid-template-columns:44px 1fr;grid-template-rows:1fr auto;align-items:center;color:#1e1e1e;background:#fff;border-radius:14px;text-decoration:none;font-size:13px;font-weight:600}.home-hero__quick img{width:44px;height:44px;object-fit:contain}.home-hero__quick span{grid-column:1/3}.home-hero__quick b{grid-column:2;grid-row:1;color:var(--kao-blue);font-size:20px;text-align:right}.home-hero__quick .home-hero__all{display:grid;grid-template:1fr/1fr;place-items:center;color:#fff;background:var(--kao-blue);font-size:27px}.home-hero__media{position:relative;overflow:hidden;border-radius:22px}.home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.home-hero__media a{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(1,91,126,.2);font-size:38px;text-decoration:none}.home-hero__doctor{position:relative;min-height:614px;overflow:hidden;padding:46px 30px 28px;background:#f6f6f6 var(--doctor-image) top center/auto 100% no-repeat;border-radius:22px}.home-hero__rating{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;color:#fff;background:var(--kao-blue);border-radius:12px;font-size:14px}.home-hero__rating strong{font-size:18px}.home-hero__schedule{width:175px;margin-top:18px;padding:14px;color:#1e1e1e;background:rgba(255,255,255,.88);border-radius:14px}.home-hero__schedule h2{margin:0 0 7px;font-size:13px}.home-hero__schedule p{margin:0;font-size:9px;line-height:1.55}.home-hero__doctor-bottom{position:absolute;right:28px;bottom:25px;left:28px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.home-hero__doctor-bottom>p{grid-column:1/-1;max-width:285px;margin:0;font-size:14px;line-height:20px}.home-hero__doctor-bottom>div{padding:12px 15px;background:#fff;border-radius:12px}.home-hero__doctor-bottom span,.home-hero__doctor-bottom strong{display:block;font-size:10px}.home-hero__doctor-bottom strong{margin-top:4px;font-size:13px}.home-hero__doctor-bottom .home-button{margin:0;padding:16px 20px;border-radius:16px;font-size:13px}
@media(max-width:1180px){.home-hero{grid-template-columns:minmax(0,567px);padding-inline:50px}.home-hero__doctor{min-height:614px}}
@media(max-width:767px){.home-hero{min-height:0;padding:10px 20px 80px;display:block}.home-hero__left{display:block}.home-hero__intro{min-height:262px;padding:34px 20px 19px}.home-hero__intro .home-eyebrow{font-size:32px;line-height:36px;letter-spacing:-1px}.home-hero__intro h1{font-size:20px}.home-hero__quick{grid-template-columns:1fr 1fr;gap:6px}.home-hero__quick a{height:70px}.home-hero__quick .home-hero__all{height:70px}.home-hero__media{height:152px;margin-top:6px}.home-hero__doctor{min-height:614px;margin-top:10px;padding:46px 20px 20px;background-image:url('/wp-content/uploads/2024/12/фото-1.png')}.home-hero__doctor-bottom{right:18px;bottom:20px;left:18px}.home-hero__doctor-bottom .home-button{grid-column:1/-1;width:100%}}

/* Production section rhythm and backgrounds, converted from Elementor containers. */
.home-consult{width:min(calc(100% - 40px),1140px);min-height:620px;padding:120px 0;grid-template-columns:419px 676px;gap:45px;background:#fff;border-radius:0}.home-consult h2{font-size:48px;line-height:1.08}.home-consult li{padding:18px 0}.home-reviews{width:100%;max-width:none;padding:100px max(20px,calc((100vw - 1140px)/2)) 120px;background:#f6f6f6}.home-reviews__grid{grid-template-columns:repeat(3,1fr);gap:14px}.home-reviews article{min-height:280px;background:#fff;border-radius:22px}.home-about{width:100%;max-width:none;min-height:1020px;padding:120px max(20px,calc((100vw - 1140px)/2));grid-template-columns:495px 1fr;align-items:center;gap:70px;background:#f6f6f6}.home-about__image{width:478px;max-height:720px;object-fit:cover;border-radius:22px}.home-about h2{font-size:48px;line-height:1.1}.home-specialization{width:min(calc(100% - 40px),1140px);min-height:760px;padding:120px 0;grid-template-columns:495px 1fr;align-items:start;border:0}.home-gallery{width:100%;max-width:none;min-height:939px;padding:120px max(20px,calc((100vw - 1140px)/2));background:#f6f6f6}.home-gallery>div{grid-template-columns:repeat(4,1fr);gap:14px}.home-gallery img{height:360px;aspect-ratio:auto;border-radius:22px}.home-online{width:min(calc(100% - 40px),1140px);min-height:520px;margin-inline:auto;padding:60px;gap:60px;border-radius:22px}.home-online img{width:55%;height:auto;max-height:400px;object-fit:contain}.home-direction{width:100%;max-width:none;min-height:692px;padding:120px max(20px,calc((100vw - 1140px)/2));display:grid;grid-template-columns:478px 609px;gap:50px;align-items:center;background:#f6f6f6}.home-direction>img{width:100%;max-height:500px;object-fit:cover;border-radius:22px}.home-location{width:min(calc(100% - 40px),1140px);min-height:560px;padding:120px 0;align-items:center}.home-prices{width:min(calc(100% - 40px),1140px);max-width:1140px;padding:120px 0}.home-price{padding:18px 0}.home-faq{width:min(calc(100% - 40px),1140px);min-height:674px;padding:120px 0;grid-template-columns:348px 1fr;gap:60px}.home-faq summary{font-size:16px;line-height:24px}
@media(max-width:1100px){.home-consult{grid-template-columns:1fr;padding:80px 20px}.home-about,.home-specialization,.home-direction,.home-location,.home-faq{grid-template-columns:1fr;min-height:0;padding:100px 50px}.home-about__image{width:100%;max-height:600px}.home-gallery{min-height:0;padding:100px 50px}.home-gallery img{height:300px}.home-online{margin-block:80px}}
@media(max-width:767px){.home-consult,.home-reviews,.home-about,.home-specialization,.home-gallery,.home-direction,.home-location,.home-prices,.home-faq{padding:80px 20px}.home-consult h2,.home-about h2{font-size:32px;line-height:36px}.home-reviews__grid,.home-gallery>div{grid-template-columns:1fr}.home-gallery img{height:320px}.home-online{margin-block:60px;padding:40px 20px}.home-online img{width:100%}.home-direction{display:block}.home-direction>img{margin-bottom:40px}}

/* Hero: pixel pass against production screenshot (desktop 1164px viewport). */
.homepage .home-hero{position:relative;width:min(calc(100% - 24px),1140px);min-height:653px;margin:19px auto 120px;padding:0;display:grid;grid-template-columns:567px 567px;gap:6px;background:#fff;overflow:visible}.home-hero__left{display:grid;grid-template-rows:371px 277px;gap:6px;min-width:0}.home-hero__intro{height:371px;padding:50px 34px 25px 30px;background:#f6f6f6;border-radius:22px}.home-hero__headline{height:142px;display:flex;align-items:flex-start;gap:10px}.home-hero__headline p{width:300px;margin:0;color:#1e1e1e;font-family:Montserrat,Arial,sans-serif;font-size:68px;font-weight:700;line-height:71px;letter-spacing:0}.home-hero__headline img{width:138px;height:23px;margin-top:25px;object-fit:contain}.home-hero__intro h1{margin:12px 0 0;color:#1e1e1e;font-size:32px;font-weight:500;line-height:40px;letter-spacing:-1px}.home-hero__quick{height:44px;margin-top:43px;display:grid;grid-template-columns:165px 105px 166px 50px;gap:6px}.home-hero__quick a{width:auto;height:44px;min-height:38px;padding:8px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#b3b3b3;border-radius:16px;text-decoration:none;font-size:14px;font-weight:700;line-height:20px;white-space:nowrap}.home-hero__quick img{width:24px;height:24px;flex:0 0 24px;object-fit:contain;filter:brightness(0) invert(1)}.home-hero__quick b{margin-left:auto;color:#fff;font-size:17px;font-weight:600}.home-hero__quick .home-hero__all{padding:8px 16px;font-size:22px}.home-hero__media{height:277px;display:grid;grid-template-columns:280px 281px;gap:6px;overflow:visible;border-radius:0}.home-hero__media>a{position:relative;inset:auto;width:100%;height:277px;display:block;overflow:hidden;background:none;border-radius:22px}.home-hero__media img{width:100%;height:100%;object-fit:cover}.home-hero__photo img{object-position:center center}.home-hero__video img{object-position:center center}.home-hero__video span{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:55px;line-height:1;text-shadow:0 0 0 rgba(0,0,0,.3)}
.home-hero__doctor{position:relative;width:567px;height:653px;min-height:653px;padding:0;overflow:hidden;background:#f6f6f6;border-radius:22px}.home-hero__anatomy{position:absolute;z-index:1;top:0;left:0;width:567px;height:187px;object-fit:cover}.home-hero__portrait{position:absolute;z-index:2;top:46px;left:30px;width:507px;height:auto;max-width:none}.home-hero__rating{position:absolute;z-index:4;top:200px;left:48px;width:175px;height:56px;padding:14px;display:flex;align-items:center;justify-content:center;gap:5px;color:#fff;background:rgba(0,0,0,.44);border-radius:16px}.home-hero__rating img{width:23px;height:21px}.home-hero__rating strong{font-size:22px;font-weight:700;line-height:28px}.home-hero__schedule{position:absolute;z-index:4;top:262px;left:48px;width:175px;min-height:207px;padding:11px 14px;color:#1e1e1e;background:#fff;border-radius:16px;text-align:center}.home-hero__schedule h2{margin:0 0 7px;color:#b3b3b3;font-size:12px;font-weight:500;line-height:16px}.home-hero__schedule p{margin:0;color:#1e1e1e;font-size:16px;font-weight:500;line-height:24px;white-space:nowrap}.home-hero__schedule small{display:block;margin-top:3px;color:#b3b3b3;font-size:10px;line-height:14px;white-space:nowrap}.home-hero__schedule>strong{display:block;margin-top:2px;color:#1e1e1e;font-size:16px;line-height:22px;white-space:nowrap}.home-hero__online{position:absolute;z-index:4;top:251px;right:44px;width:144px;min-height:96px;padding:14px;display:flex;align-items:center;justify-content:center;color:#1e1e1e;background:#fff;border-radius:16px;font-size:16px;font-weight:600;line-height:17px;text-align:center}.home-hero__doctor-bottom{position:absolute;z-index:5;right:auto;bottom:35px;left:44px;width:478px;height:53px;display:grid;grid-template-columns:188px 216px 54px;gap:6px;align-items:stretch}.home-hero__clinic{height:53px;padding:7px 14px;display:flex;flex-direction:column;justify-content:center;background:#fff;border-radius:16px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.home-hero__clinic span{color:#777;font-size:10px;font-weight:400;line-height:14px}.home-hero__clinic strong{margin-top:2px;color:#1e1e1e;font-size:14px;font-weight:600;line-height:18px;white-space:nowrap}.home-hero__cta{height:53px;padding:18px 14px;display:flex;align-items:center;justify-content:center;color:#fff;background:#1495b3;border-radius:16px;font-size:16px;font-weight:600;line-height:17px;letter-spacing:-.4px;text-decoration:none;white-space:nowrap}.home-hero__phone{height:53px;display:grid;place-items:center;background:#015b7e;border-radius:12px}.home-hero__phone img{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1)}
@media(max-width:1179px){.homepage .home-hero{width:min(calc(100% - 40px),567px);grid-template-columns:567px;margin-top:10px}.home-hero__doctor{margin-top:0}}
@media(max-width:607px){.homepage .home-hero{width:calc(100% - 40px);min-height:0;display:block;margin:10px 20px 80px}.home-hero__left{display:block}.home-hero__intro{width:100%;height:auto;min-height:262px;padding:34px 20px 19px}.home-hero__headline{height:auto}.home-hero__headline p{width:205px;font-size:44px;line-height:50px}.home-hero__headline img{width:100px;margin-top:17px}.home-hero__intro h1{margin-top:12px;font-size:22px;line-height:28px}.home-hero__quick{height:auto;margin-top:24px;grid-template-columns:1fr 1fr}.home-hero__quick a{height:42px}.home-hero__media{width:100%;height:238px;margin-top:6px;grid-template-columns:1fr 1fr}.home-hero__media>a{height:238px}.home-hero__doctor{width:100%;height:614px;min-height:614px;margin-top:10px}.home-hero__anatomy{width:100%;height:auto}.home-hero__portrait{top:46px;left:50%;width:min(507px,100%);transform:translateX(-50%)}.home-hero__rating{top:212px;left:29px;width:120px;height:52px}.home-hero__schedule{top:272px;left:29px;width:175px;transform:scale(.82);transform-origin:top left}.home-hero__online{top:270px;right:18px;width:144px}.home-hero__doctor-bottom{right:18px;bottom:20px;left:18px;width:auto;height:auto;grid-template-columns:1fr 54px}.home-hero__clinic{grid-column:1}.home-hero__cta{grid-column:1}.home-hero__phone{grid-column:2;grid-row:1/3;height:100%}}

.home-hero__quick{margin-top:55px}.home-hero__quick .home-hero__all{background:#b3b3b3!important}.home-hero__video{padding:0;border:0;cursor:pointer}.home-hero__video iframe{display:block;width:100%;height:100%;border:0}.home-hero__video.is-playing span{display:none}
.home-hero__media>button.home-hero__video{position:relative;inset:auto;width:100%;height:277px;display:block;overflow:hidden;background:none;border:0;border-radius:22px}.home-hero__media>button.home-hero__video:focus-visible{outline:3px solid #015b7e;outline-offset:2px}
@media(max-width:607px){.home-hero__media>button.home-hero__video{height:238px}}

/* Rating / schedule / clinic typography pass. */
.home-hero__schedule{top:280px;min-height:207px;height:207px;padding:11px 14px}.home-hero__schedule h2{font-size:13px;line-height:16px}.home-hero__schedule p{font-size:16px;font-weight:600;line-height:22px}.home-hero__schedule small{margin-top:3px;font-size:12px;line-height:16px}.home-hero__schedule>strong{margin-top:-5px;font-size:16px;line-height:18px}.home-hero__clinic span{font-size:12px;line-height:16px}.home-hero__clinic strong{font-size:16px;line-height:18px}.home-hero__clinic{padding-inline:14px}
@media(max-width:607px){.home-hero__schedule{top:280px;left:29px;transform:none}.home-hero__clinic span{font-size:12px}.home-hero__clinic strong{font-size:16px}}
.home-hero__schedule{top:262px}.home-hero__schedule{margin-top:0}.home-hero__schedule + .home-hero__online{top:251px}
@media(max-width:607px){.home-hero__schedule{top:272px}}

/* Consultation stages: native translation of Elementor template 1021. */
.homepage .home-consult{width:100%;max-width:none;min-height:825px;margin:0;padding:120px max(20px,calc((100% - 1140px)/2));display:grid;grid-template-columns:547.5px 532px;gap:60px;align-items:start;background:#f6f6f6;border-radius:0}.home-consult__left{position:relative;width:547.5px;height:585px}.home-consult__heading{width:100%;height:189px}.home-consult__heading>p{margin:0;color:#1e1e1e;font-size:22px;font-weight:500;line-height:28px;letter-spacing:-1px}.home-consult__heading h2{width:100%;margin:0;color:#1e1e1e;font-size:44px;font-weight:700;line-height:50px}.home-consult__art{position:relative;width:547.5px;height:396px;background-image:url('/wp-content/uploads/2024/12/ellipse-9-min.png');background-repeat:no-repeat;background-position:216px 2px;background-size:50% auto}.home-consult__art::after{position:absolute;right:0;bottom:0;width:70%;height:100%;content:'';background:url('/wp-content/uploads/2024/12/rectangle-2-min-1.png') right bottom/contain no-repeat}.home-consult__person{position:absolute;z-index:1;right:0;bottom:0;width:70%;height:auto;max-width:none;opacity:0}.home-consult__badge{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px}.home-consult__badge img{object-fit:contain}.home-consult__badge--rating{top:153px;left:177px;width:59px;height:46px;gap:3px;padding-right:6px;color:#fff;background:#00000070}.home-consult__badge--rating img{width:30px;height:30px}.home-consult__badge--rating strong{font-size:16px;font-weight:600;line-height:18px}.home-consult__badge--male{top:211px;left:180px;width:55px;height:52px}.home-consult__badge--male img{width:40px;height:40px}.home-consult__badge--female{top:274px;left:180px;width:55px;height:52px}.home-consult__badge--female img{width:31px;height:45px}.home-consult__steps{width:532px;height:576px;display:flex;flex-direction:column;gap:12px}.home-consult__steps article{width:532px;min-height:170px;padding:25px 19px;display:flex;flex-direction:column;gap:20px;background:#fff;border-radius:16px}.home-consult__steps article:nth-child(2){min-height:146px}.home-consult__steps h3{margin:0;color:#1e1e1e;font-size:22px;font-weight:700;line-height:28px}.home-consult__steps article p{margin:0;color:#1e1e1e;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-1px}.home-consult__more{width:170px;height:54px;margin-top:auto;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#b3b3b3;font-size:16px;font-weight:600;line-height:18px;text-decoration:none}.home-consult__more span{font-size:19px}
@media(max-width:1180px){.homepage .home-consult{grid-template-columns:minmax(0,547.5px);justify-content:center;gap:45px}.home-consult__steps{width:100%}.home-consult__steps article{width:100%}}
@media(max-width:767px){.homepage .home-consult{min-height:0;padding:120px 20px;display:block}.home-consult__left{width:100%;height:585px;margin-bottom:45px}.home-consult__heading{height:189px}.home-consult__heading h2{font-size:32px;line-height:36px}.home-consult__art{width:100%;height:396px;background-position:23px 24px;background-size:254px auto}.home-consult__art::after{width:354px;height:100%;right:-30px}.home-consult__badge--rating{top:225px;left:242px;width:36px;height:32px}.home-consult__badge--rating img{width:11px;height:11px}.home-consult__badge--rating strong{font-size:11px;line-height:12px}.home-consult__badge--male{top:283px;left:242px;width:40px;height:36px}.home-consult__badge--male img{width:18px;height:18px}.home-consult__badge--female{top:326px;left:242px;width:40px;height:36px}.home-consult__badge--female img{width:13px;height:21px}.home-consult__steps{width:100%;height:auto}.home-consult__steps article{width:100%;min-height:0!important;padding:25px 19px}.home-consult__more{margin-top:12px;margin-right:0}}

/* Reviews: pixel-matched production layout. */
.homepage .home-reviews{width:100%;max-width:none;min-height:599px;margin:0;padding:59px max(20px,calc((100vw - 1008px)/2)) 65px;background:#fff}
.home-reviews__heading{height:50px;display:flex;align-items:center;gap:35px;margin-bottom:51px}.home-reviews__heading h2{margin:0;color:#111;font-size:44px;font-weight:700;line-height:50px;letter-spacing:-1px}.home-reviews__overall{display:flex;align-items:center;gap:11px;color:#111}.home-reviews__overall span{color:#ff8a00;font-size:44px;line-height:50px}.home-reviews__overall strong{font-size:44px;line-height:50px}.home-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-reviews__grid article{height:330px;min-height:330px;padding:38px 25px 26px;background:#f6f6f6;border-radius:16px}.home-reviews__grid article h3{margin:0 0 18px;color:#111;font-size:22px;font-weight:700;line-height:28px;white-space:nowrap}.home-review__meta{display:flex;align-items:center;gap:24px;margin-bottom:42px}.home-review__meta span{color:#111;font-size:20px;font-weight:700;line-height:24px}.home-review__meta span:first-letter{color:#ff8a00}.home-review__meta time{color:#111;font-size:12px;line-height:16px}.home-reviews__grid article p{margin:0;color:#222;font-size:15px;line-height:20px}.home-reviews__more{display:flex;width:100%;height:24px;margin-top:51px;align-items:center;justify-content:center;gap:12px;color:#b3b3b3;font-size:16px;font-weight:600;line-height:18px;text-decoration:none}.home-reviews__more span{font-size:19px}.home-reviews__partners{display:flex;justify-content:space-between;align-items:center;width:532px;margin:85px auto 0}.home-reviews__partners a{display:flex;align-items:center;gap:18px;color:#b3b3b3;text-decoration:none}.home-reviews__partners strong{display:flex;align-items:center;color:#1268c4;font-size:18px;line-height:24px}.home-reviews__partners strong i{margin-right:4px;color:#0aa4dd;font-size:28px;font-style:normal}.home-reviews__partners a:nth-child(2) strong{color:#f33}.home-reviews__partners a:nth-child(2) strong i{color:#f11}.home-reviews__partners a:nth-child(2) em{margin-left:5px;color:#f33;font-size:9px;font-style:normal}.home-reviews__partners a:nth-child(3) strong{padding:5px 14px;color:#fff;background:#69bdcf;font-size:15px}.home-reviews__partners a:nth-child(3) strong em{font-size:15px;font-style:normal}.home-reviews__partners a>span{font-size:18px}
@media(max-width:767px){.homepage .home-reviews{min-height:0;padding:60px 20px}.home-reviews__heading{gap:18px;margin-bottom:30px}.home-reviews__heading h2,.home-reviews__overall strong{font-size:34px;line-height:40px}.home-reviews__overall span{font-size:34px}.home-reviews__grid{grid-template-columns:1fr;gap:12px}.home-reviews__grid article{height:auto;min-height:270px}.home-reviews__partners{width:100%;margin-top:55px;gap:14px}.home-reviews__partners a{gap:5px}.home-reviews__partners strong{font-size:12px}.home-reviews__partners a:nth-child(2) strong em{font-size:7px}.home-reviews__partners a:nth-child(3) strong{padding:4px 7px;font-size:11px}}

/* Keep homepage content aligned to the same 1200px container as the header. */
.homepage .home-reviews{padding-left:max(20px,calc((100vw - var(--kao-container))/2));padding-right:max(20px,calc((100vw - var(--kao-container))/2))}
.homepage .home-specialization,.homepage .home-gallery,.homepage .home-online,.homepage .home-location,.homepage .home-prices,.homepage .home-faq{width:min(calc(100% - 40px),var(--kao-container))}
.homepage .home-about{width:100%;max-width:none;padding-left:max(20px,calc((100vw - var(--kao-container))/2));padding-right:max(20px,calc((100vw - var(--kao-container))/2))}
@media(max-width:767px){.homepage .home-reviews,.homepage .home-about{padding-left:20px;padding-right:20px}.homepage .home-specialization,.homepage .home-gallery,.homepage .home-online,.homepage .home-location,.homepage .home-prices,.homepage .home-faq{width:100%}}
@media(min-width:1180px){.homepage .home-hero{width:min(calc(100% - 40px),var(--kao-container))}}

/* The homepage wrapper itself now uses exactly the header container width. */
.site-content.homepage{width:min(calc(100% - 40px),var(--kao-container));margin-inline:auto}
.site-content.homepage .home-hero,.site-content.homepage .home-consult,.site-content.homepage .home-reviews,.site-content.homepage .home-about,.site-content.homepage .home-direction{width:100%;max-width:none}
@media(max-width:767px){.site-content.homepage{width:100%}}

/* Header width matches the 1140px production page canvas. */
:root{--kao-container:1140px}
.site-header__inner{width:min(calc(100% - 40px),var(--kao-container))}
@media(max-width:1100px){.site-header__inner{width:100%}}

/* Production schedule card typography and clipping. */
.home-hero__schedule{overflow:hidden}.home-hero__schedule small{display:block;width:100%;overflow:hidden;text-overflow:clip;white-space:nowrap}.home-hero__schedule>strong{display:block}

/* Schedule labels match production: weekday gray, hours black. */
.home-hero__schedule p{display:flex;align-items:baseline;justify-content:flex-start;gap:4px;text-align:left}.home-hero__schedule p span{display:inline-block;width:20px;color:#9a9a9a;font-weight:500}.home-hero__schedule small{margin-top:3px;text-align:left;padding-left:0}.home-hero__schedule>strong{margin-top:-1px;text-align:center}
.home-hero__schedule small{padding-left:0;text-align:center}.home-hero__schedule>strong{font-weight:600}
.home-hero__schedule p{justify-content:center;text-align:center}
.home-hero__schedule>strong{margin-top:5px}

/* Consultation background spans the full browser width while its content stays container-aligned. */
.site-content.homepage .home-consult{position:relative;left:50%;width:100vw!important;max-width:none;transform:translateX(-50%)}

/* Full-bleed consultation section with a centered desktop grid. */
.site-content.homepage .home-consult{left:auto;margin-left:calc((var(--kao-container) - 100vw)/2);transform:none}
@media(min-width:901px){.site-content.homepage .home-consult{grid-template-columns:547.5px 532px;gap:60px;justify-content:center}}
@media(max-width:900px){.site-content.homepage .home-consult{margin-left:calc((100% - 100vw)/2)}}

/* Revert homepage/header shared-width alignment overrides. */
:root{--kao-container:1200px}
.site-header__inner{width:min(calc(100% - 40px),var(--kao-container))}
.site-content.homepage{width:auto;margin-inline:0}
.homepage .home-hero{width:min(calc(100% - 24px),1140px)}
.homepage .home-reviews{padding-left:max(20px,calc((100vw - 1008px)/2));padding-right:max(20px,calc((100vw - 1008px)/2))}
.homepage .home-specialization,.homepage .home-gallery,.homepage .home-online,.homepage .home-location,.homepage .home-prices,.homepage .home-faq{width:min(calc(100% - 40px),1140px)}
.homepage .home-about{width:100%;max-width:none;padding-left:max(20px,calc((100vw - 1140px)/2));padding-right:max(20px,calc((100vw - 1140px)/2))}
@media(max-width:767px){.site-content.homepage{width:100%}.homepage .home-reviews,.homepage .home-about{padding-left:20px;padding-right:20px}.homepage .home-specialization,.homepage .home-gallery,.homepage .home-online,.homepage .home-location,.homepage .home-prices,.homepage .home-faq{width:100%}}
.site-content.homepage .home-consult{margin-left:0}
/* Header follows the page content canvas without changing section widths. */
.site-header__inner{width:min(calc(100% - 40px),1140px)}
@media(max-width:1100px){.site-header__inner{width:100%}}

/* About doctor: production Elementor layout translation. */
.homepage .home-about{min-height:1020px;padding:120px max(20px,calc((100vw - 1140px)/2));display:grid;grid-template-columns:495px 1fr;align-items:center;gap:70px;background:#f6f6f6}.home-about__image{width:478px;height:auto;max-height:none;object-fit:contain;border-radius:22px}.home-about__copy{max-width:609px}.home-about h2{margin:0 0 48px;color:#1e1e1e;font-size:48px;font-weight:700;line-height:53px;letter-spacing:-1px}.home-about__copy p{max-width:609px;margin:0 0 20px;color:#1e1e1e;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.3px}.home-about__copy .home-button{margin-top:30px;min-width:216px;height:53px;padding:17px 24px;border-radius:16px;color:#fff;background:#1495b3;font-size:16px;font-weight:600;line-height:18px}
@media(max-width:1100px){.homepage .home-about{min-height:0;padding:100px 50px;grid-template-columns:1fr;gap:45px}.home-about__image{width:100%;max-width:478px}.home-about__copy{max-width:none}}
@media(max-width:767px){.homepage .home-about{padding:80px 20px}.home-about h2{margin-bottom:30px;font-size:32px;line-height:36px}.home-about__copy p{font-size:15px;line-height:22px}}

/* Certificate carousel below the doctor profile. */
.homepage .home-about{position:relative;min-height:1020px;padding-bottom:250px}
.home-certificates{position:absolute;right:0;bottom:58px;left:0;height:140px;display:flex;align-items:center;gap:10px}.home-certificates__viewport{width:100%;overflow:hidden}.home-certificates__track{display:flex;gap:8px;transition:transform .45s ease}.home-certificates__track img{flex:0 0 calc((100% - 32px)/5);width:calc((100% - 32px)/5);height:138px;object-fit:cover;object-position:center;border:0}.home-certificates button{z-index:2;width:30px;height:40px;padding:0;border:0;color:#b3b3b3;background:none;font-size:42px;font-weight:300;line-height:35px;cursor:pointer}.home-certificates button:hover{color:#b3b3b3}
@media(max-width:1100px){.homepage .home-about{padding-bottom:220px}.home-certificates{right:50px;left:50px}.home-certificates__track img{flex-basis:calc((100% - 8px)/2);width:calc((100% - 8px)/2)}}
@media(max-width:767px){.homepage .home-about{padding-bottom:190px}.home-certificates{right:20px;bottom:40px;left:20px;height:100px}.home-certificates__track img{height:98px;flex-basis:100%;width:100%}.home-certificates button{width:22px;font-size:32px}}

/* Match Elementor media-carousel geometry: 5 slides, 8px gaps, arrows outside. */
.home-certificates{height:140px;display:block}.home-certificates__viewport{width:min(1008px,calc(100% - 60px));height:140px;margin:0 auto;overflow:hidden}.home-certificates__track{gap:8px;height:140px}.home-certificates__track img{flex:0 0 calc((100% - 32px)/5);width:calc((100% - 32px)/5);height:138px;object-fit:cover}.home-certificates button{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:50px}.home-certificates__prev{left:0}.home-certificates__next{right:0}
@media(max-width:1100px){.home-certificates__viewport{width:calc(100% - 80px)}.home-certificates__track img{flex-basis:calc((100% - 8px)/2);width:calc((100% - 8px)/2)}}
@media(max-width:767px){.home-certificates__viewport{width:calc(100% - 44px)}.home-certificates__track img{flex-basis:100%;width:100%;height:98px}.home-certificates__viewport,.home-certificates__track{height:100px}}
.home-certificates__prev{left:calc(50% - 534px)}.home-certificates__next{right:calc(50% - 534px)}
@media(max-width:1100px){.home-certificates__prev{left:10px}.home-certificates__next{right:10px}}
@media(max-width:767px){.home-certificates__prev{left:0}.home-certificates__next{right:0}}

/* Specialization: pixel-matched 4-column production service grid. */
.homepage .home-specialization{width:min(calc(100% - 40px),1140px);min-height:760px;margin-inline:auto;padding:0 0 76px;display:block;border:0}.home-specialization__heading{height:168px;padding-top:20px}.home-specialization__heading h2{margin:0;color:#111;font-size:48px;font-weight:700;line-height:53px;letter-spacing:-1px}.home-specialization__heading p{margin:8px 0 0;color:#111;font-size:22px;font-weight:500;line-height:28px}.home-specialization__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.home-specialization__grid a{min-height:150px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#111;background:#f6f6f6;border-radius:16px;text-align:center;text-decoration:none}.home-specialization__grid a strong{font-size:14px;font-weight:600;line-height:20px}.home-specialization__grid a span{font-size:12px;font-weight:400;line-height:20px}.home-specialization__grid a:hover{color:#fff;background:#0d8aaa;border-radius:22px}.home-specialization__more{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:80px;color:#b3b3b3;font-size:16px;font-weight:600;line-height:18px;text-decoration:none}.home-specialization__more span{font-size:18px}.home-specialization__more:hover{color:#b3b3b3}
@media(max-width:1100px){.homepage .home-specialization{min-height:0;padding:0 50px 70px}.home-specialization__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.homepage .home-specialization{width:100%;padding:0 20px 60px}.home-specialization__heading{height:auto;padding-top:20px;margin-bottom:30px}.home-specialization__heading h2{font-size:34px;line-height:40px}.home-specialization__heading p{font-size:18px;line-height:24px}.home-specialization__grid{grid-template-columns:1fr}.home-specialization__grid a{min-height:144px}.home-specialization__more{margin-top:50px}}

.home-specialization__details{margin-top:75px;color:#1e1e1e;font-size:16px;line-height:24px}.home-specialization__details p{margin:0 0 14px}.home-specialization__details ul{margin:0;padding-left:28px;list-style:disc}.home-specialization__details li{margin:0;line-height:24px}
@media(max-width:767px){.home-specialization__details{margin-top:55px;font-size:15px;line-height:22px}.home-specialization__details li{line-height:22px}}
.homepage .home-specialization__details{width:min(calc(100% - 40px),1140px);margin:0 auto 80px}
@media(max-width:767px){.homepage .home-specialization__details{width:calc(100% - 40px);margin-bottom:55px}}

/* Gallery: production Elementor section geometry. */
.homepage .home-gallery{width:100%;max-width:none;min-height:939px;margin:0;padding:120px max(20px,calc((100vw - 1140px)/2));background:#f6f6f6}.home-gallery>p.home-eyebrow{margin:0 0 8px;color:#1e1e1e;font-size:22px;font-weight:500;line-height:28px;letter-spacing:-1px}.home-gallery>h2{margin:0 0 52px;color:#1e1e1e;font-size:44px;font-weight:700;line-height:50px;letter-spacing:-1px}.home-gallery>div{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-gallery img{width:100%;height:360px;aspect-ratio:auto;object-fit:cover;border-radius:22px}
@media(max-width:1100px){.homepage .home-gallery{min-height:0;padding:100px 50px}.home-gallery>div{grid-template-columns:repeat(2,1fr)}.home-gallery img{height:300px}}
@media(max-width:767px){.homepage .home-gallery{padding:80px 20px}.home-gallery>p.home-eyebrow{font-size:18px;line-height:24px}.home-gallery>h2{margin-bottom:32px;font-size:32px;line-height:36px}.home-gallery>div{grid-template-columns:1fr}.home-gallery img{height:320px}}

/* Gallery layout from the supplied production screenshot. */
.homepage .home-gallery{min-height:773px;padding:35px 18px 28px;background:#f6f6f6}.home-gallery>p.home-eyebrow{margin:0;color:#111;font-size:44px;font-weight:700;line-height:50px;letter-spacing:-1px}.home-gallery>h2{margin:4px 0 40px;color:#111;font-size:24px;font-weight:500;line-height:30px;letter-spacing:-.5px}.home-gallery>div{height:584px;display:grid;grid-template-columns:minmax(0,2.24fr) minmax(300px,1fr);grid-template-rows:repeat(3,1fr);gap:12px 14px}.home-gallery img{width:100%;height:100%;min-height:0;object-fit:cover;border-radius:16px}.home-gallery img:first-child{grid-row:1/4;grid-column:1}.home-gallery img:nth-child(2){grid-row:1;grid-column:2}.home-gallery img:nth-child(3){grid-row:2;grid-column:2}.home-gallery img:nth-child(4){grid-row:3;grid-column:2}
@media(max-width:900px){.homepage .home-gallery{min-height:0;padding:70px 30px}.home-gallery>div{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,240px)}.home-gallery img:first-child{grid-row:1/3}.home-gallery img:nth-child(2),.home-gallery img:nth-child(3),.home-gallery img:nth-child(4){grid-row:auto;grid-column:auto}}
@media(max-width:767px){.homepage .home-gallery{padding:60px 20px}.home-gallery>p.home-eyebrow{font-size:34px;line-height:40px}.home-gallery>h2{font-size:20px;line-height:26px;margin-bottom:28px}.home-gallery>div{display:grid;grid-template-columns:1fr;grid-template-rows:none;height:auto}.home-gallery img,.home-gallery img:first-child,.home-gallery img:nth-child(2),.home-gallery img:nth-child(3),.home-gallery img:nth-child(4){grid-row:auto;grid-column:auto;height:260px}}
/* Gallery inner canvas is exactly the 1140px production container. */
.homepage .home-gallery{padding-left:0;padding-right:0}.home-gallery>p.home-eyebrow,.home-gallery>h2,.home-gallery>div{width:min(calc(100% - 38px),1140px);margin-left:auto;margin-right:auto}
@media(max-width:767px){.homepage .home-gallery{padding-left:0;padding-right:0}.home-gallery>p.home-eyebrow,.home-gallery>h2,.home-gallery>div{width:calc(100% - 40px)}}

/* Online consultation: production screenshot proportions. */
.homepage .home-online{width:100%;max-width:none;min-height:602px;margin:0;padding:50px max(20px,calc((100vw - 1140px)/2));display:grid;grid-template-columns:640px 1fr;gap:48px;align-items:center;color:#1e1e1e;background:#f6f6f6;border-radius:0}.home-online img{width:640px;height:500px;max-height:none;object-fit:contain}.home-online>div{max-width:480px}.home-online h2{margin:0 0 38px;color:#1e1e1e;font-size:58px;font-weight:700;line-height:68px;letter-spacing:-1px}.home-online .home-button{min-width:335px;height:74px;margin:0;padding:22px 28px;border-radius:22px;color:#fff;background:#1495b3;font-size:20px;font-weight:600;line-height:24px;text-align:center}
@media(max-width:1100px){.homepage .home-online{min-height:0;padding:80px 50px;grid-template-columns:1fr 1fr;gap:30px}.home-online img{width:100%;height:420px}.home-online h2{font-size:46px;line-height:54px}}
@media(max-width:767px){.homepage .home-online{display:block;padding:60px 20px}.home-online img{width:100%;height:auto;margin-bottom:35px}.home-online>div{max-width:none}.home-online h2{margin-bottom:28px;font-size:36px;line-height:42px}.home-online .home-button{min-width:0;width:100%;height:60px;font-size:17px}}
@media(min-width:1101px){.homepage .home-online{padding-top:70px}}

/* Main direction: production screenshot geometry. */
.homepage .home-direction{width:100%;max-width:none;min-height:556px;margin:0;padding:48px max(20px,calc((100vw - 1140px)/2));display:grid;grid-template-columns:478px 609px;gap:52px;align-items:start;background:#f6f6f6}.home-direction>img{width:478px;height:459px;max-height:none;object-fit:cover;border-radius:16px}.home-direction>div{padding-top:0}.home-direction h2{margin:0 0 12px;color:#1e1e1e;font-size:22px;font-weight:700;line-height:28px}.home-direction p{margin:0;color:#1e1e1e;font-size:16px;font-weight:500;line-height:24px}.home-direction .home-button{width:244px;height:52px;margin-top:100px;padding:16px 20px;border-radius:16px;color:#fff;background:#1495b3;font-size:16px;font-weight:600;line-height:18px;text-align:center}
@media(max-width:1100px){.homepage .home-direction{min-height:0;padding:80px 50px;grid-template-columns:1fr 1fr;gap:30px}.home-direction>img{width:100%;height:auto;max-height:500px}.home-direction .home-button{margin-top:45px}}
@media(max-width:767px){.homepage .home-direction{display:block;padding:60px 20px}.home-direction>img{width:100%;height:auto;margin-bottom:35px}.home-direction h2{font-size:22px;line-height:28px}.home-direction .home-button{width:100%;margin-top:35px}}
.home-direction .home-button{margin-top:65px}
@media(max-width:1100px){.home-direction .home-button{margin-top:35px}}

/* Location map: production template 1132. */
.homepage .home-location{width:100%;max-width:none;min-height:710px;margin:0;padding:20px max(20px,calc((100vw - 1140px)/2)) 30px;display:block;background:#f6f6f6}.home-location>h2{width:min(100%,1140px);margin:0 auto 20px;color:#1e1e1e;font-size:48px;font-weight:700;line-height:58px;letter-spacing:-1px}.home-location__map{position:relative;width:min(100%,1140px);height:590px;margin:0 auto;overflow:hidden;border-radius:22px}.home-location__map>img{width:100%;height:100%;object-fit:cover}.home-location__pin{position:absolute;top:127px;left:52%;width:27px;height:38px}.home-location__pin img{width:27px;height:38px}.home-location__card{position:absolute;right:350px;bottom:32px;width:440px;height:72px;padding:14px 28px;display:flex;align-items:center;gap:14px;color:#111;background:#fff;border-radius:16px;text-decoration:none}.home-location__card>img{width:27px;height:38px}.home-location__card span{font-size:12px;font-weight:500;line-height:16px}.home-location__card b{margin-left:auto;display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:500;line-height:16px;white-space:nowrap}.home-location__card small{color:#b3b3b3;font-size:12px;font-weight:500}
@media(max-width:1100px){.homepage .home-location{min-height:0;padding:80px 50px}.home-location__map{height:500px}.home-location__card{right:50%;transform:translateX(50%)}}
@media(max-width:767px){.homepage .home-location{padding:60px 20px}.home-location>h2{font-size:34px;line-height:40px}.home-location__map{height:420px;border-radius:16px}.home-location__pin{top:35%;left:50%}.home-location__card{right:15px;bottom:15px;width:calc(100% - 30px);height:auto;min-height:72px;padding:12px 14px}.home-location__card span{font-size:10px}.home-location__card b{font-size:10px}}
@media(min-width:1101px){.home-location__card{right:340px}}

/* Prices: production Elementor typography and row rhythm. */
.homepage .home-prices{width:min(calc(100% - 40px),1140px);min-height:900px;margin-inline:auto;padding:120px 0;background:#fff}.home-prices h2{margin:0 0 34px;color:#1e1e1e;font-size:48px;font-weight:700;line-height:53px}.home-prices__note{margin:0 0 40px;color:#a44232;font-size:16px;font-weight:500;line-height:24px}.home-prices h3{margin:34px 0 12px;color:#1e1e1e;font-size:22px;font-weight:600;line-height:28px}.home-price{min-height:42px;padding:10px 0;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid #000;color:#1e1e1e}.home-price span,.home-price strong{font-size:14px;font-weight:600;line-height:20px}.home-price strong{min-width:100px;text-align:right;white-space:nowrap}.home-prices h3:first-of-type{margin-top:0}
@media(max-width:1100px){.homepage .home-prices{min-height:0;padding:100px 50px}}
@media(max-width:767px){.homepage .home-prices{width:100%;padding:80px 20px}.home-prices h2{font-size:34px;line-height:40px}.home-prices h3{font-size:20px}.home-price{gap:12px}.home-price span{font-size:13px}.home-price strong{min-width:80px;font-size:13px}}

/* Prices: two-column production layout from the supplied screenshot. */
.homepage .home-prices{width:min(calc(100% - 40px),1200px);min-height:900px;margin-inline:auto;padding:66px 0 110px;display:grid;grid-template-columns:260px minmax(0,844px);column-gap:35px;align-items:start;background:#fff}.home-prices>h2{grid-column:1;grid-row:1;margin:0;color:#111;font-size:44px;font-weight:700;line-height:53px;letter-spacing:-1px}.home-prices>.home-prices__note{grid-column:2;grid-row:1;margin:0 0 20px;color:#ad3833;font-size:24px;font-weight:700;line-height:30px;text-align:center}.home-prices>h3,.home-prices>.home-price{grid-column:2}.home-prices>h3{margin:26px 0 12px;color:#111;font-size:22px;font-weight:700;line-height:28px}.home-prices>h3:first-of-type{margin-top:4px}.home-prices>.home-price{min-height:43px;margin:0;padding:10px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #111}.home-prices>.home-price span,.home-prices>.home-price strong{font-size:14px;font-weight:600;line-height:20px;color:#111}.home-prices>.home-price strong{min-width:100px;text-align:right;white-space:nowrap}
@media(max-width:1100px){.homepage .home-prices{grid-template-columns:220px minmax(0,1fr);column-gap:30px;padding:70px 50px}.home-prices>.home-prices__note{font-size:20px}}
@media(max-width:767px){.homepage .home-prices{width:100%;display:block;padding:60px 20px}.home-prices>h2{font-size:36px;line-height:42px;margin-bottom:25px}.home-prices>.home-prices__note{text-align:left;font-size:18px;line-height:24px;margin-bottom:30px}.home-prices>h3{margin-top:30px;font-size:20px}.home-prices>.home-price span,.home-prices>.home-price strong{font-size:13px}}

/* FAQ: production accordion layout. */
.homepage .home-faq{width:min(calc(100% - 40px),1140px);min-height:760px;margin-inline:auto;padding:18px 0 90px;display:block;background:#fff}.home-faq>h2{margin:0 0 22px;color:#111;font-size:44px;font-weight:700;line-height:53px;letter-spacing:-1px}.home-faq>div{width:100%}.home-faq details{margin:0 0 8px;border:0;border-radius:8px;background:#f6f6f6}.home-faq summary{position:relative;min-height:54px;padding:17px 60px 17px 40px;color:#111;font-size:14px;font-weight:600;line-height:20px;list-style:none;cursor:pointer}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary::after{position:absolute;right:40px;top:50%;width:30px;height:30px;display:grid;place-items:center;content:'+';transform:translateY(-50%);color:#fff;background:#1495b3;border-radius:50%;font-size:16px;font-weight:500;line-height:30px}.home-faq details[open] summary::after{content:'−'}.home-faq details p{margin:0;padding:0 40px 24px;color:#1e1e1e;font-size:15px;line-height:24px}.home-faq details[open]{margin-bottom:16px}
@media(max-width:767px){.homepage .home-faq{width:100%;min-height:0;padding:60px 20px}.home-faq>h2{font-size:34px;line-height:40px}.home-faq summary{padding-left:20px;padding-right:55px}.home-faq summary::after{right:18px}.home-faq details p{padding:0 20px 20px;font-size:14px}}

/* FAQ open state matches production: plain minus, closed rows keep blue plus. */
.home-faq details[open] summary::after{color:#111;background:transparent;font-size:22px;font-weight:500}

/* FAQ answer animation and white answer panel. */
.home-faq details{background:transparent}.home-faq details>p{display:block!important;max-height:0;overflow:hidden;padding:0 40px;color:#1e1e1e;background:#fff;opacity:0;transition:max-height .9s ease,padding .9s ease,opacity .7s ease}.home-faq details[open]>p{max-height:320px;padding:18px 40px 24px;opacity:1}.home-faq summary{background:#f6f6f6;border-radius:8px}.home-faq details[open] summary{border-radius:8px 8px 0 0}.home-faq details[open]{background:#fff;border-radius:8px}.home-faq details:not([open]){background:transparent}
@media(max-width:767px){.home-faq details>p{padding-left:20px;padding-right:20px}.home-faq details[open]>p{padding:16px 20px 20px;max-height:520px}}
.home-faq details>p{max-height:0;transition:max-height 1.8s ease,padding 1.8s ease,opacity 1.4s ease}.home-faq details[open]>p{max-height:900px}
@media(max-width:767px){.home-faq details[open]>p{max-height:1200px}}

/* Reviews page migrated from production Elementor. */
.reviews-page{width:100%;max-width:none}.reviews-page__breadcrumb{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:18px 0 12px;color:#777;font-size:13px;line-height:20px}.reviews-page__breadcrumb a{color:#777;text-decoration:none}.reviews-page__breadcrumb span{margin-left:7px}.reviews-page__section{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:0 0 100px}.reviews-page__section>h1{margin:0 0 35px;color:#1e1e1e;font-size:48px;font-weight:700;line-height:58px}.reviews-page__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reviews-page__card{min-height:365px;padding:28px 24px 30px;color:#1e1e1e;background:#f6f6f6;border-radius:16px}.reviews-page__card-head h2{margin:0 0 17px;font-size:20px;font-weight:600;line-height:26px}.reviews-page__date-rating{display:flex;align-items:center;justify-content:space-between;gap:10px}.reviews-page__rating{display:flex;align-items:center;gap:7px;font-size:20px;font-weight:600;line-height:24px}.reviews-page__rating img{width:24px;height:23px;object-fit:contain}.reviews-page__date-rating time{font-size:12px;line-height:18px;white-space:nowrap}.reviews-page__divider{height:1px;margin:22px 0 24px;background:#111}.reviews-page__card p{margin:0;font-size:15px;line-height:24px}.reviews-page__platforms{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:85px}.reviews-page__platforms a{display:flex;align-items:center;gap:18px;color:#b3b3b3;text-decoration:none}.reviews-page__platforms a img{width:auto;height:58px;max-width:250px;object-fit:contain}.reviews-page__platforms a span{font-size:20px}.reviews-page__platforms a:nth-child(2) img{height:58px}.reviews-page__platforms a:nth-child(3) img{height:58px}
@media(max-width:900px){.reviews-page__cards{grid-template-columns:1fr}.reviews-page__card{min-height:0}.reviews-page__platforms{gap:25px}.reviews-page__platforms a img{max-width:30%;height:auto}}
@media(max-width:767px){.reviews-page__breadcrumb{width:calc(100% - 40px)}.reviews-page__section{width:calc(100% - 40px);padding-bottom:60px}.reviews-page__section>h1{font-size:36px;line-height:44px;margin-bottom:25px}.reviews-page__platforms{display:grid;grid-template-columns:1fr;justify-items:center;margin-top:50px}.reviews-page__platforms a img{max-width:220px;height:55px}}
/* Review platform links match the compact production row. */
.reviews-page__platforms{margin-top:70px;padding:0 190px}.reviews-page__platforms a{gap:14px}.reviews-page__platforms a img{height:30px;width:auto;max-width:145px}.reviews-page__platforms a:nth-child(1) img{width:108px}.reviews-page__platforms a:nth-child(2) img{width:138px}.reviews-page__platforms a:nth-child(3) img{width:108px}.reviews-page__platforms a span{font-size:16px}
@media(max-width:900px){.reviews-page__platforms{padding:0 40px}.reviews-page__platforms a img{max-width:138px}}
@media(max-width:767px){.reviews-page__platforms{padding:0}.reviews-page__platforms a img{height:30px}}
.reviews-page__platforms{width:532px;max-width:100%;margin:70px auto 0;padding:0;justify-content:space-between}
@media(max-width:767px){.reviews-page__platforms{width:100%;margin-top:50px}}

/* Prices page: native WordPress template matching production. */
.prices-page{width:100%;max-width:none}.prices-page__breadcrumb{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:18px 0 12px;color:#777;font-size:13px;line-height:20px}.prices-page__breadcrumb a{color:#777;text-decoration:none}.prices-page__breadcrumb span{margin-left:7px}.prices-page__section{width:min(calc(100% - 40px),1200px);margin:0 auto;padding:40px 0 110px;display:grid;grid-template-columns:260px minmax(0,844px);column-gap:35px;align-items:start}.prices-page__section>h1{grid-column:1;grid-row:1;margin:0;color:#111;font-size:44px;font-weight:700;line-height:53px;letter-spacing:-1px}.prices-page__content{grid-column:2;grid-row:1}.prices-page__note{margin:0 0 20px;color:#ad3833;font-size:24px;font-weight:700;line-height:30px;text-align:center;text-transform:uppercase}.prices-page__content>h2{margin:26px 0 12px;color:#111;font-size:22px;font-weight:700;line-height:28px}.prices-page__content>h2:first-of-type{margin-top:4px}.prices-page__row{min-height:43px;margin:0;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #111;color:#111}.prices-page__row span,.prices-page__row strong{font-size:14px;font-weight:600;line-height:20px}.prices-page__row strong{min-width:100px;text-align:right;white-space:nowrap}@media(max-width:1100px){.prices-page__section{grid-template-columns:220px minmax(0,1fr);column-gap:30px;padding:70px 50px}.prices-page__note{font-size:20px;line-height:26px}}@media(max-width:767px){.prices-page__breadcrumb{width:calc(100% - 40px)}.prices-page__section{width:100%;display:block;padding:60px 20px 80px}.prices-page__section>h1{font-size:36px;line-height:42px;margin-bottom:25px}.prices-page__note{text-align:left;font-size:18px;line-height:24px;margin-bottom:30px}.prices-page__content>h2{margin-top:30px;font-size:20px}.prices-page__row{gap:12px}.prices-page__row span,.prices-page__row strong{font-size:13px}.prices-page__row strong{min-width:80px}}

/* Blog archive: native WordPress layout matching the production Elementor archive. */
.blog-page{width:100%;max-width:none}.blog-page__breadcrumb{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:16px 0 0;color:#333;font-size:12px;font-weight:400;line-height:16px}.blog-page__breadcrumb a{color:#bababa;text-decoration:none}.blog-page__breadcrumb span{margin-left:6px}.blog-page__section{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:40px 0 120px}.blog-page__categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:0 0 40px}.blog-page__categories a{min-height:44px;padding:10px;border:1px solid #b3b3b3;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#000;font-size:16px;font-weight:600;line-height:20px;text-align:center;text-decoration:none}.blog-page__categories a:hover{color:#000;background:#fff}.blog-page__section>h1{margin:0 0 40px;color:#1e1e1e;font-size:44px;font-weight:700;line-height:50px}.blog-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.blog-page__card{min-width:0;min-height:620px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #d6d6d6;border-radius:8px;color:#1e1e1e;background:#fff;text-decoration:none}.blog-page__image{width:100%;height:369px;overflow:hidden;border-radius:8px}.blog-page__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.blog-page__card-body{display:flex;flex:1;flex-direction:column;gap:16px;padding:0 20px}.blog-page__meta{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#000;font-size:14px;font-weight:500;line-height:20px}.blog-page__views{color:#d6d6d6;font-size:14px;font-weight:600;white-space:nowrap}.blog-page__rule{height:1px;background:#ecedee}.blog-page__card h2{margin:0;color:#333;font-size:16px;font-weight:700;line-height:22px}.blog-page__card p{margin:0;color:#1e1e1e;font-size:14px;line-height:22px}.blog-page__more{margin-top:auto;margin-bottom:16px;padding:7px 0;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;color:#fff;background:#0d8aaa;font-family:Raleway,Arial,sans-serif;font-size:14px;font-weight:600;line-height:16px}.blog-page__more span{font-size:16px;line-height:16px}.blog-page__pagination{margin-top:32px;text-align:center;font-size:14px;line-height:22px}.blog-page__pagination .page-numbers{display:inline-block;margin:0 5px;color:#1e1e1e;text-decoration:none}.blog-page__pagination .current{font-weight:700}.blog-page__pagination .prev,.blog-page__pagination .next{font-weight:400}.blog-page__pagination .prev{color:#bababa}@media(max-width:1024px){.blog-page__breadcrumb{margin-top:16px;padding-left:50px}.blog-page__section{width:100%;padding:40px 50px 100px}.blog-page__categories{grid-template-columns:repeat(3,1fr)}.blog-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-page__card{min-height:629px}}@media(max-width:767px){.blog-page__breadcrumb{width:100%;margin-top:16px;padding:0 20px;font-size:12px}.blog-page__section{width:100%;padding:40px 20px 80px}.blog-page__categories{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:40px}.blog-page__categories a{font-size:14px;line-height:18px}.blog-page__section>h1{font-size:36px;line-height:42px;margin-bottom:32px}.blog-page__grid{grid-template-columns:1fr}.blog-page__card{min-height:0}.blog-page__image{height:300px}.blog-page__card-body{padding:0 20px}.blog-page__card p{font-size:14px}.blog-page__pagination{margin-top:28px}}
.blog-page__more{justify-content:center}.blog-page__more span{order:2;margin-left:2px}

/* FAQ page: native WordPress accordion matching production. */
.faq-page{width:100%;max-width:none}.faq-page__breadcrumb{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:18px 0 12px;color:#333;font-size:12px;line-height:16px}.faq-page__breadcrumb a{color:#bababa;text-decoration:none}.faq-page__breadcrumb span{margin-left:7px}.faq-page__section{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:18px 0 110px}.faq-page__section>h1{margin:0 0 22px;color:#111;font-size:44px;font-weight:700;line-height:53px;letter-spacing:-1px}.faq-page__items{width:100%}.faq-page__item{margin:0 0 8px;border:0;border-radius:8px;background:transparent}.faq-page__item summary{position:relative;min-height:54px;padding:17px 60px 17px 40px;display:flex;align-items:center;color:#111;background:#f6f6f6;border-radius:8px;font-size:14px;font-weight:600;line-height:20px;list-style:none;cursor:pointer}.faq-page__item summary::-webkit-details-marker{display:none}.faq-page__icon{position:absolute;right:40px;top:50%;width:30px;height:30px;display:grid;place-items:center;transform:translateY(-50%);color:#fff;background:#1495b3;border-radius:50%;font-size:16px;font-weight:500;line-height:30px}.faq-page__item[open] summary{border-radius:8px 8px 0 0}.faq-page__item[open] .faq-page__icon{color:#111;background:transparent;font-size:22px}.faq-page__answer{display:grid;grid-template-rows:0fr;opacity:0;background:#fff;transition:grid-template-rows 1.5s ease,opacity 1.2s ease}.faq-page__item[open] .faq-page__answer{grid-template-rows:1fr;opacity:1}.faq-page__answer p{min-height:0;overflow:hidden;margin:0;padding:0 40px;color:#1e1e1e;font-size:15px;line-height:24px;transition:padding 1.5s ease}.faq-page__item[open] .faq-page__answer p{padding:18px 40px 24px}.faq-page__item[open]{margin-bottom:16px}@media(max-width:767px){.faq-page__breadcrumb{width:calc(100% - 40px)}.faq-page__section{width:100%;padding:60px 20px 80px}.faq-page__section>h1{font-size:34px;line-height:40px}.faq-page__item summary{padding-left:20px;padding-right:55px}.faq-page__icon{right:18px}.faq-page__answer p{padding-left:20px;padding-right:20px;font-size:14px}.faq-page__item[open] .faq-page__answer p{padding:16px 20px 20px}}
/* Services dropdown: fixed production-style floating panel at responsive widths. */
/* FAQ accordion: production geometry and reliable smooth answer reveal. */
.faq-page__item{margin-bottom:8px;background:transparent;overflow:visible}
.faq-page__item summary{min-height:44px;padding:12px 40px;line-height:20px}
.faq-page__icon{width:30px;height:30px;right:40px;background:#0d8aaa;color:#fff}
.faq-page__item[open] .faq-page__icon{width:28px;height:26px;background:#f6f6f6;color:#1e1e1e;border-radius:13px;font-size:18px;line-height:26px}
.faq-page__answer{display:block;max-height:0;overflow:hidden;background:#fff;opacity:0;transition:max-height 1.2s ease,opacity .8s ease}
.faq-page__item[open] .faq-page__answer{max-height:900px;opacity:1}
.faq-page__answer p{margin:0;padding:10px 40px;color:#1e1e1e;font-size:14px;line-height:20px;transition:none}
.faq-page__item[open]{margin-bottom:16px}
@media(max-width:767px){.faq-page__item summary{padding:12px 20px}.faq-page__icon{right:18px}.faq-page__answer p{padding:10px 20px;font-size:14px;line-height:20px}}
/* FAQ visual states: exact production open/closed rows. */
.faq-page__item{margin-bottom:16px}
.faq-page__item summary{min-height:56px;padding:12px 40px;background:#f6f6f6;border:0;border-radius:8px}
.faq-page__item[open] summary{background:#fff;border:2px solid #1e1e1e;border-radius:8px}
.faq-page__item[open] .faq-page__icon{right:40px;width:auto;height:auto;background:transparent;border-radius:0;color:#1e1e1e;font-size:18px;line-height:20px}
.faq-page__answer{max-height:0;transition:max-height 1.2s ease,opacity .8s ease}
.faq-page__item[open] .faq-page__answer{max-height:600px}
.faq-page__answer p{padding:18px 40px 24px;font-size:15px;line-height:24px}
@media(max-width:767px){.faq-page__item summary{padding:12px 20px}.faq-page__item[open] .faq-page__icon{right:18px}.faq-page__answer p{padding:16px 20px 20px;font-size:14px;line-height:22px}}
/* Final FAQ parity with Elementor nested accordion on production. */
.faq-page__item{margin-bottom:16px}
.faq-page__item summary,.faq-page__item[open] summary{min-height:0;padding:12px 40px;background:#f6f6f6;border:0;border-radius:8px;outline-offset:2px}
.faq-page__item[open] summary{margin-bottom:6px}
.faq-page__item[open] .faq-page__icon{right:40px;width:28px;height:26px;background:#f6f6f6;color:#1e1e1e;border-radius:13px;font-size:18px;line-height:26px}
.faq-page__item[open] .faq-page__icon{font-size:0}
.faq-page__item summary{position:relative;display:flex;width:100%;box-sizing:border-box}
.faq-page__icon{position:absolute;top:50%;right:40px;transform:translateY(-50%);margin:0;display:grid;place-items:center}
.faq-page__item[open] .faq-page__icon{width:28px;height:26px;right:40px;top:50%;transform:translateY(-50%);display:grid;place-items:center}
.faq-page__item[open] .faq-page__icon::after{content:'−';position:absolute;inset:0;display:grid;place-items:center;font-size:18px;line-height:1}
@media(max-width:767px){.faq-page__icon,.faq-page__item[open] .faq-page__icon{right:18px}}
.faq-page__answer{max-height:0;overflow:hidden;opacity:0;transition:max-height 1.2s ease,opacity .8s ease}
.faq-page__item[open] .faq-page__answer{max-height:900px;opacity:1}
.faq-page__answer p,.faq-page__item[open] .faq-page__answer p{padding:10px 40px;margin:0;color:#1e1e1e;font-size:14px;line-height:20px}
@media(max-width:767px){.faq-page__item summary,.faq-page__item[open] summary{padding:12px 20px}.faq-page__item[open] .faq-page__icon{right:18px}.faq-page__answer p,.faq-page__item[open] .faq-page__answer p{padding:10px 20px;font-size:14px;line-height:20px}}
@media(max-width:1100px){.primary-navigation .menu-item-has-children{position:relative}.primary-navigation .menu-item-has-children > .sub-menu{position:absolute;top:calc(100% + 10px);left:50%;width:286px;max-height:min(70vh,600px);margin:0;padding:14px 30px;overflow-y:auto;visibility:hidden;opacity:0;transform:translate(-50%,8px);background:#fff;border-radius:12px;box-shadow:0 1px 9px rgba(0,0,0,.32);z-index:1000}.primary-navigation .menu-item-has-children:hover > .sub-menu,.primary-navigation .menu-item-has-children:focus-within > .sub-menu{visibility:visible;opacity:1;transform:translate(-50%,0)}.primary-navigation .sub-menu li + li{border-top:1px solid rgba(13,138,170,.4)}.primary-navigation .sub-menu a{padding:6px 0;font-size:13px;line-height:18px;text-align:center;white-space:normal}}
.primary-navigation .menu-item-has-children:hover > a::after,.primary-navigation .menu-item-has-children:focus-within > a::after{transform:translateY(2px) rotate(225deg)}

/* Operations service page: production single-service geometry. */
.operations-page{width:100%;max-width:none;color:#1e1e1e}.operations-page__breadcrumb{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:18px 0 20px;color:#333;font-size:12px;line-height:16px}.operations-page__breadcrumb a{color:#bababa;text-decoration:none}.operations-page__breadcrumb span{margin-left:7px}.operations-page__hero{width:min(calc(100% - 40px),1140px);min-height:520px;margin:0 auto 40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.operations-page__hero-copy{padding:46px 45px;background:#f6f6f6;border-radius:16px}.operations-page__hero-copy h1{margin:0 0 8px;font-size:48px;line-height:56px}.operations-page__hero-copy>p{margin:0 0 42px;font-size:24px;font-weight:500;line-height:30px}.operations-page__hero-copy h2{margin:0 0 14px;font-size:20px;line-height:26px}.operations-page__symptoms{display:flex;flex-wrap:wrap;gap:10px}.operations-page__symptoms span{padding:9px 15px;border:1px solid #0d8aaa;border-radius:16px;color:#1e1e1e;font-size:14px;line-height:18px}.operations-page__hero>img{width:100%;height:100%;min-height:520px;object-fit:cover;border-radius:16px}.operations-page__button{display:inline-flex;align-items:center;justify-content:center;margin-top:42px;padding:16px 28px;border:0;border-radius:16px;color:#fff;background:#0d8aaa;font-size:16px;font-weight:600;line-height:20px;text-decoration:none}.operations-page__appointment{width:100%;padding:44px 20px;display:flex;align-items:center;justify-content:center;gap:40px;background:#0d8aaa;color:#fff}.operations-page__appointment h2{margin:0;font-size:26px;line-height:32px}.operations-page__appointment .operations-page__button{margin:0;background:#fff;color:#0d8aaa}.operations-page__process,.operations-page__benefits,.operations-page__article{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:90px 0}.operations-page__process h2,.operations-page__benefits h2{margin:0 0 40px;font-size:44px;line-height:52px}.operations-page__process-list{display:flex;align-items:flex-start}.operations-page__process-list>div{flex:1;position:relative;padding-right:28px}.operations-page__process-list strong{display:block;font-size:20px;line-height:26px}.operations-page__process-list i{display:block;height:12px;margin-top:28px;border-radius:50%;background:#0d8aaa}.operations-page__process-list>div:not(:last-child) i{position:relative;margin-right:0}.operations-page__process-list>div:not(:last-child) i:after{position:absolute;left:12px;top:5px;width:calc(100% + 16px);height:2px;content:'';background:#0d8aaa}.operations-page__benefits{background:#f6f6f6;width:100%;max-width:none;padding-left:max(20px,calc((100vw - 1140px)/2));padding-right:max(20px,calc((100vw - 1140px)/2))}.operations-page__benefits>div{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.operations-page__benefits article{display:flex;gap:15px}.operations-page__benefits article>span{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0d8aaa}.operations-page__benefits h3{margin:0 0 8px;font-size:18px;line-height:24px}.operations-page__benefits p{margin:0;font-size:14px;line-height:22px}.operations-page__article{font-size:16px;line-height:26px}.operations-page__article h3{margin-top:40px;font-size:24px;line-height:30px}.operations-page__article ul{padding-left:24px}@media(max-width:900px){.operations-page__hero{grid-template-columns:1fr;min-height:0}.operations-page__hero>img{height:420px;min-height:0}.operations-page__appointment{flex-direction:column;text-align:center}.operations-page__process-list{display:block}.operations-page__process-list>div{padding:0 0 24px}.operations-page__process-list>div:not(:last-child) i:after{left:5px;top:12px;width:2px;height:calc(100% + 12px)}.operations-page__benefits>div{grid-template-columns:1fr 1fr}}@media(max-width:767px){.operations-page__breadcrumb{width:calc(100% - 40px)}.operations-page__hero{width:100%;margin-bottom:0}.operations-page__hero-copy{padding:35px 20px;border-radius:0}.operations-page__hero-copy h1{font-size:38px;line-height:44px}.operations-page__hero-copy>p{font-size:20px;line-height:26px}.operations-page__hero>img{height:330px;border-radius:0}.operations-page__appointment,.operations-page__process,.operations-page__article{padding:60px 20px}.operations-page__process h2,.operations-page__benefits h2{font-size:34px;line-height:40px}.operations-page__benefits{padding:60px 20px}.operations-page__benefits>div{grid-template-columns:1fr}}
/* Operations hero: pixel-matched two-card layout from the supplied production screenshot. */
.operations-page__hero{width:min(calc(100% - 40px),1140px);min-height:480px;margin:12px auto 40px;display:grid;grid-template-columns:minmax(0,650px) minmax(0,478px);gap:12px;align-items:stretch}.operations-page__hero-left{display:grid;grid-template-rows:193px 275px;gap:12px}.operations-page__title-card,.operations-page__symptom-card{padding:34px 32px;background:#f6f6f6;border-radius:22px}.operations-page__title-card h1{margin:0 0 14px;color:#1e1e1e;font-size:50px;font-weight:700;line-height:56px;letter-spacing:-1px}.operations-page__title-card p{margin:0;color:#111;font-size:18px;font-weight:500;line-height:24px}.operations-page__symptom-card h2{margin:0 0 20px;color:#111;font-size:22px;font-weight:700;line-height:28px}.operations-page__symptoms{display:flex;flex-wrap:wrap;gap:8px 6px}.operations-page__symptoms span{padding:11px 15px;border:0;border-radius:16px;color:#fff;background:#b3b3b3;font-size:14px;font-weight:600;line-height:18px}.operations-page__symptom-card .operations-page__button{margin-top:21px}.operations-page__hero>img{width:100%;height:480px;min-height:0;object-fit:cover;border-radius:16px}.operations-page__hero-copy{display:contents}
@media(max-width:900px){.operations-page__hero{display:block;width:100%;margin-top:12px}.operations-page__hero-left{display:block}.operations-page__title-card,.operations-page__symptom-card{border-radius:0;margin-bottom:12px}.operations-page__hero>img{height:420px;border-radius:0}}
@media(max-width:767px){.operations-page__title-card,.operations-page__symptom-card{padding:30px 20px}.operations-page__title-card h1{font-size:40px;line-height:46px}.operations-page__hero>img{height:330px}}
/* Operations appointment form: production layout. */
.operations-page__appointment{width:100%;min-height:410px;margin:0;padding:80px 20px;background:#f6f6f6;color:#111}.operations-page__appointment-inner{width:min(100%,820px);margin:0 auto}.operations-page__appointment h2{margin:0 0 19px;text-align:center;font-size:22px;font-weight:700;line-height:28px}.operations-page__form{display:flex;flex-direction:column}.operations-page__form label{margin:0 0 5px;font-size:12px;font-weight:600;line-height:16px}.operations-page__form input{height:40px;margin:0 0 22px;padding:0 18px;border:0;border-radius:8px;color:#111;background:#fff;font-family:inherit;font-size:12px;line-height:40px}.operations-page__form input::placeholder{color:#b3b3b3}.operations-page__form button{height:40px;margin-top:2px;border:0;border-radius:8px;color:#fff;background:#1495b3;font-family:inherit;font-size:14px;font-weight:600;line-height:40px;cursor:pointer}.operations-page__form button:hover{background:#1495b3}@media(max-width:767px){.operations-page__appointment{min-height:0;padding:60px 20px}.operations-page__appointment h2{font-size:20px;line-height:26px}.operations-page__form input{margin-bottom:18px}}
/* Operations process block: production anchor nav, timeline and benefit cards. */
.operations-page__process{width:100%;max-width:none;margin:0;padding:0 0 60px;background:#fff}.operations-page__anchors{width:min(calc(100% - 72px),1140px);margin:0 auto;padding-top:0;display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.operations-page__anchors a{height:46px;padding:12px 8px;border:1px solid #b3b3b3;border-radius:8px;color:#111;font-size:16px;font-weight:600;line-height:20px;text-align:center;text-decoration:none}.operations-page__process>h2{width:min(calc(100% - 72px),1140px);margin:158px auto 57px;font-size:44px;line-height:53px}.operations-page__process-list{width:min(calc(100% - 72px),1140px);margin:0 auto 66px;display:flex;align-items:flex-start}.operations-page__process-list>div{flex:1;padding-right:12px}.operations-page__process-list strong{font-size:21px;line-height:28px}.operations-page__process-list i{display:block;position:relative;height:3px;margin-top:21px;background:#1495b3}.operations-page__process-list i:before{position:absolute;left:0;top:50%;width:15px;height:15px;content:'';transform:translate(-50%,-50%);border-radius:50%;background:#1495b3}.operations-page__process-list>div:last-child i:after{display:none}.operations-page__benefit-cards{width:min(calc(100% - 72px),1140px);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.operations-page__benefit-cards article{min-height:267px;padding:32px;border:1px solid #b3b3b3;border-radius:16px;color:#111;background:#fff}.operations-page__benefit-cards article>span{display:block;margin-bottom:27px;color:#1495b3;font-size:30px;line-height:30px}.operations-page__benefit-cards h3{margin:0 0 14px;font-size:22px;line-height:27px}.operations-page__benefit-cards p{margin:0;font-size:16px;line-height:25px}.operations-page__benefits{display:none}
@media(max-width:900px){.operations-page__anchors{grid-template-columns:repeat(3,1fr);width:calc(100% - 40px)}.operations-page__process>h2{width:calc(100% - 40px);margin-top:90px}.operations-page__process-list,.operations-page__benefit-cards{width:calc(100% - 40px)}.operations-page__benefit-cards{grid-template-columns:1fr 1fr}}@media(max-width:767px){.operations-page__anchors{grid-template-columns:repeat(2,1fr);gap:8px}.operations-page__anchors a{font-size:13px}.operations-page__process>h2{font-size:34px;line-height:40px;margin:70px 20px 40px}.operations-page__process-list{display:block;margin-bottom:45px}.operations-page__process-list>div{padding:0 0 24px}.operations-page__process-list i{margin-left:8px}.operations-page__process-list i:after{display:none}.operations-page__benefit-cards{grid-template-columns:1fr}.operations-page__benefit-cards article{min-height:0}}
/* Process spacing, continuous timeline and production benefit icons. */
.operations-page__process{padding-top:34px}.operations-page__process-list{position:relative}.operations-page__process-list:before{position:absolute;left:0;right:0;top:55px;height:2px;content:'';background:#1495b3}.operations-page__process-list i{position:relative;z-index:1;background:transparent}.operations-page__process-list i:before{width:15px;height:15px}.operations-page__benefit-cards article>span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin-bottom:27px;background:transparent;border-radius:0}.operations-page__benefit-cards article>span img{width:auto;height:28px;max-width:28px;object-fit:contain}.operations-page__benefit-cards article>span:empty{display:none}
@media(max-width:767px){.operations-page__process{padding-top:24px}.operations-page__process-list:before{display:none}}
/* Timeline line correction: one continuous rule with aligned step dots. */
.operations-page__process-list:before{left:8px;right:0;top:55px;height:2px}.operations-page__process-list>div:not(:last-child) i:after{display:none!important}.operations-page__process-list i:before{left:8px;top:50%;transform:translate(-50%,-50%)}
/* Final production timeline geometry. */
.operations-page__process-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;position:relative;margin-bottom:66px}.operations-page__process-list:before{left:8px;right:0;top:57px;height:2px;background:#1495b3}.operations-page__process-list>div{position:relative;min-width:0;padding:0}.operations-page__process-list strong{display:block;white-space:nowrap}.operations-page__process-list i{height:0;margin-top:28px;background:transparent}.operations-page__process-list i:before{left:8px;top:0;width:15px;height:15px;transform:translate(-50%,-50%);background:#1495b3}.operations-page__process-list>div:not(:last-child) i:after{display:none!important}
@media(max-width:767px){.operations-page__process-list{display:block}.operations-page__process-list:before{display:none}.operations-page__process-list i{height:12px;margin-top:18px}.operations-page__process-list i:before{left:8px}}
/* Timeline segments exactly as in the supplied crop: three independent lines. */
.operations-page__process-list:before{display:none}.operations-page__process-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.operations-page__process-list i{height:2px;margin-top:28px;background:#1495b3}.operations-page__process-list i:before{left:0;top:50%;width:15px;height:15px;transform:translate(-50%,-50%);background:#1495b3}.operations-page__process-list>div:not(:last-child) i:after{display:none!important}
@media(max-width:767px){.operations-page__process-list i{height:2px;margin-top:18px}.operations-page__process-list i:before{left:8px}}
/* Doctor opinion block from production. */
.operations-page__opinion{width:min(calc(100% - 72px),1140px);margin:0 auto;padding:90px 0}.operations-page__opinion h2{margin:0 0 35px;font-size:44px;line-height:53px}.operations-page__opinion-grid{display:grid;grid-template-columns:423px 1fr;gap:55px;align-items:center}.operations-page__opinion-grid>img{width:423px;height:451px;object-fit:cover;border-radius:16px}.operations-page__opinion-grid>div{display:flex;flex-direction:column;align-items:flex-start}.operations-page__opinion-grid p{margin:0 0 28px;font-size:16px;line-height:25px}.operations-page__opinion-grid>div>a:first-of-type{color:#1495b3;font-size:16px;font-weight:600;text-decoration:none}.operations-page__opinion-grid h3{margin:45px 0 4px;font-size:20px;line-height:26px}.operations-page__opinion-grid strong{font-size:15px;font-weight:500}.operations-page__opinion-grid .operations-page__button{margin-top:32px}@media(max-width:767px){.operations-page__opinion{width:100%;padding:60px 20px}.operations-page__opinion h2{font-size:34px;line-height:40px}.operations-page__opinion-grid{display:block}.operations-page__opinion-grid>img{width:100%;height:auto;margin-bottom:30px}.operations-page__opinion-grid h3{margin-top:35px}}
/* Operations photo gallery from production. */
.operations-page__gallery{width:min(calc(100% - 72px),1140px);margin:0 auto 90px;display:grid;grid-template-columns:2fr 1fr;gap:12px}.operations-page__gallery-main,.operations-page__gallery-side{min-height:520px}.operations-page__gallery-main img,.operations-page__gallery-side img{width:100%;height:100%;object-fit:cover;border-radius:16px}.operations-page__gallery-side{display:grid;grid-template-rows:repeat(3,1fr);gap:12px}.operations-page__gallery-side img{min-height:0}@media(max-width:767px){.operations-page__gallery{width:100%;display:block;margin-bottom:60px}.operations-page__gallery-main{height:320px;min-height:0;margin-bottom:12px}.operations-page__gallery-side{height:auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:180px 180px}.operations-page__gallery-side img{height:180px;border-radius:0}.operations-page__gallery-main img{border-radius:0}}
/* Production operations photo mosaic */
.operations-page__gallery{width:min(calc(100% - 72px),1140px);height:571px;margin:0 auto 90px;display:grid;grid-template-columns:minmax(0,778px) minmax(0,347px);gap:14px;align-items:stretch}
.operations-page__gallery-main{min-height:0;height:571px}
.operations-page__gallery-main img{width:100%;height:571px;object-fit:cover;object-position:center;border-radius:22px}
.operations-page__gallery-side{min-height:0;height:571px;display:grid;grid-template-rows:183px 182px 168px;gap:12px}
.operations-page__gallery-side img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:16px}
.operations-page__gallery-side img:nth-child(2){object-position:center right}
.operations-page__gallery-side img:nth-child(3){object-position:top center}
@media (max-width: 900px){
 .operations-page__gallery{width:calc(100% - 32px);height:auto;grid-template-columns:1fr;gap:12px}
 .operations-page__gallery-main{height:auto;min-height:0}
 .operations-page__gallery-main img{height:auto;aspect-ratio:4/3}
 .operations-page__gallery-side{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,180px);gap:12px}
 .operations-page__gallery-side img{height:180px}
}
/* Operations supplemental sections */
.operations-page__reviews,.operations-page__certificates,.operations-page__prices{width:min(calc(100% - 72px),1140px);margin:0 auto;padding:90px 0}
.operations-page__reviews{background:#fff}
.operations-page__reviews .home-reviews__heading{margin-bottom:40px}
.operations-page__reviews .home-reviews__grid{grid-template-columns:repeat(3,1fr);gap:14px}
.operations-page__reviews .home-reviews__grid article{min-height:280px;background:#f6f6f6;border-radius:16px}
.operations-page__certificates{position:relative;min-height:260px}
.operations-page__certificates>h2{margin:0 0 35px;font-size:44px;line-height:1.1}
.operations-page__certificates .home-certificates{position:relative;inset:auto;height:140px}
.operations-page__prices{max-width:1140px;display:grid;grid-template-columns:260px minmax(0,1fr);column-gap:35px;align-items:start}
.operations-page__prices>h2{grid-column:1;grid-row:1;margin:0;font-size:44px;line-height:53px}
.operations-page__prices>.home-prices__note{grid-column:2;grid-row:1;margin:0 0 20px;color:#ad3833;font-size:22px;font-weight:700;text-align:center}
.operations-page__prices>h3,.operations-page__prices>.home-price{grid-column:2}
.operations-page__prices>h3{margin:26px 0 12px;font-size:22px}
.operations-page__prices>.home-price{min-height:43px;padding:10px 0;border-bottom:1px solid #111;display:flex;justify-content:space-between}
@media(max-width:767px){.operations-page__reviews,.operations-page__certificates,.operations-page__prices{width:100%;padding:60px 20px}.operations-page__reviews .home-reviews__grid{grid-template-columns:1fr}.operations-page__prices{display:block}.operations-page__prices>h2{font-size:36px;line-height:42px;margin-bottom:24px}.operations-page__prices>.home-prices__note{text-align:left;font-size:18px}.operations-page__certificates>h2{font-size:36px}}
/* Production-matched doctor opinion block */
.operations-page__opinion{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:120px 0}
.operations-page__opinion h2{margin:0 0 60px;font-size:44px;line-height:53px;font-weight:700}
.operations-page__opinion-grid{display:grid;grid-template-columns:423px minmax(0,677px);gap:40px;align-items:start}
.operations-page__opinion-grid>img{width:423px;height:451px;object-fit:cover;border-radius:16px}
.operations-page__opinion-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.operations-page__opinion-grid p{margin:0;font-size:16px;line-height:24px;font-weight:500;color:#1e1e1e}
.operations-page__opinion-grid>div>a:first-of-type{color:#b3b3b3;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:12px}
.operations-page__opinion-grid>div>a:first-of-type span{font-size:18px}
.operations-page__opinion-grid h3{margin:0;font-size:16px;line-height:24px;font-weight:700}
.operations-page__opinion-grid strong{font-size:16px;line-height:24px;font-weight:500}
.operations-page__opinion-grid .operations-page__button{margin-top:0}
@media(max-width:1100px){.operations-page__opinion{padding:80px 50px;width:100%}.operations-page__opinion-grid{grid-template-columns:minmax(280px,423px) minmax(0,1fr);gap:30px}}
@media(max-width:767px){.operations-page__opinion{padding:80px 20px}.operations-page__opinion h2{font-size:34px;line-height:40px;margin-bottom:40px}.operations-page__opinion-grid{display:block}.operations-page__opinion-grid>img{width:100%;height:auto;margin-bottom:30px}.operations-page__opinion-grid>div{gap:16px}}
/* Production online consultation and map */
.operations-page__online{width:100%;min-height:762px;padding:120px 0;background:#f6f6f6;display:flex;align-items:center;justify-content:center}
.operations-page__online-inner{width:100%;max-width:1140px;min-height:522px;display:grid;grid-template-columns:593px 422px;gap:0;align-items:start}
.operations-page__online-image img{display:block;width:593px;height:522px;object-fit:contain}
.operations-page__online-content{margin-top:120px;padding:46px 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:36px}
.operations-page__online-content h2{margin:0;font-size:60px;line-height:68px;letter-spacing:-1px}
.operations-page__online-content .operations-page__button{font-size:22px;line-height:24px;border-radius:22px;padding:25px 33px}
.operations-page__map{width:100%;min-height:904px;padding:120px 0 0;background:#f6f6f6;display:flex;flex-direction:column;align-items:center;gap:23px}
.operations-page__map>h2{width:min(calc(100% - 100px),1140px);margin:0;font-size:44px;line-height:50px}
.operations-page__map-wrap{position:relative;width:min(calc(100% - 100px),1140px);height:591px}
.operations-page__map-wrap>img:first-child{display:block;width:100%;height:591px;object-fit:cover;border-radius:22px}
.operations-page__map-pin{position:absolute;top:127px;left:50%;transform:translateX(-50%);z-index:1}
.operations-page__map-pin img{width:27px;height:38px}
.operations-page__map-card{position:absolute;left:50%;bottom:-40px;transform:translateX(-50%);width:440px;min-height:72px;padding:5px 14px;display:flex;align-items:center;justify-content:center;gap:14px;background:#fff;border-radius:16px;color:#1e1e1e;text-decoration:none;box-sizing:border-box}
.operations-page__map-card>img{width:27px;height:38px;flex:0 0 auto}
.operations-page__map-card>span:not(.operations-page__map-hours){width:210px;font-size:12px;font-weight:600;line-height:16px}
.operations-page__map-hours{width:121px;display:flex;flex-direction:column;font-size:12px;font-weight:600;line-height:18px}
.operations-page__map-hours small{font-size:10px;line-height:10px;color:#b3b3b3}
@media(max-width:1100px){.operations-page__online{padding:120px 50px}.operations-page__online-inner{grid-template-columns:1fr 1fr}.operations-page__online-image img{width:100%;height:480px}.operations-page__online-content{margin-top:0}.operations-page__online-content h2{font-size:48px;line-height:56px}.operations-page__map{padding:120px 50px}.operations-page__map>h2,.operations-page__map-wrap{width:100%}}
@media(max-width:767px){.operations-page__online{min-height:0;padding:120px 20px}.operations-page__online-inner{display:flex;flex-direction:column;gap:16px;min-height:0}.operations-page__online-image img{width:100%;height:276px}.operations-page__online-content{margin:0;padding:0;align-items:center;gap:22px;text-align:center}.operations-page__online-content h2{font-size:39px;line-height:50px}.operations-page__online-content .operations-page__button{font-size:16px;border-radius:16px;padding:24px 16px}.operations-page__map{min-height:926px;padding:120px 20px;gap:23px}.operations-page__map>h2{text-align:center;font-size:32px;line-height:36px}.operations-page__map-wrap{height:591px;width:320px;max-width:100%}.operations-page__map-wrap>img:first-child{height:592px;border-radius:16px}.operations-page__map-pin{top:130px}.operations-page__map-card{left:50%;bottom:auto;top:455px;width:300px;min-height:118px;padding:20px 23px;justify-content:flex-start}.operations-page__map-card>span:not(.operations-page__map-hours){width:180px}.operations-page__map-hours{position:absolute;left:23px;bottom:15px}}
.operations-page__map-card{bottom:32px;border:2px solid #1e1e1e}
@media(max-width:767px){.operations-page__map-card{bottom:auto;border:2px solid #1e1e1e}}
.operations-page__anchors a{min-height:64px;height:auto;padding:16px 10px;display:flex;align-items:center;justify-content:center;line-height:20px}
@media(max-width:767px){.operations-page__anchors a{min-height:52px;padding:12px 8px}}
.operations-page__faq{width:min(calc(100% - 72px),1140px);margin:0 auto;padding:100px 0 80px;background:#fff}
.operations-page__faq h2{margin:0 0 38px;font-size:44px;line-height:53px;color:#1e1e1e}
.operations-page__faq-list{display:flex;flex-direction:column;gap:16px}
.operations-page__faq details{border:0;border-radius:8px;background:#f6f6f6;overflow:hidden}
.operations-page__faq summary{min-height:54px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#111;font-size:15px;font-weight:600;line-height:20px;cursor:pointer;list-style:none}
.operations-page__faq summary::-webkit-details-marker{display:none}
.operations-page__faq summary span{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:0 0 30px;border-radius:50%;color:#fff;background:#1495b3;font-size:18px;font-weight:400;line-height:1}
.operations-page__faq details[open] summary span{font-size:0}
.operations-page__faq details[open] summary span:before{content:'−';font-size:18px}
.operations-page__faq details>div{background:#fff;overflow:hidden}
.operations-page__faq details p{margin:0;padding:22px 38px 28px;color:#1e1e1e;font-size:15px;line-height:24px}
@media(max-width:767px){.operations-page__faq{width:100%;padding:70px 20px 60px}.operations-page__faq h2{font-size:34px;line-height:40px}.operations-page__faq summary{padding:0 18px;font-size:14px}.operations-page__faq details p{padding:18px}.operations-page__faq-list{gap:12px}}
/* Match the native FAQ page styling */
.operations-page__faq{width:min(calc(100% - 40px),1140px);padding:18px 0 110px}
.operations-page__faq h2{margin:0 0 22px;font-size:44px;line-height:53px;letter-spacing:-1px}
.operations-page__faq-list{display:block}
.operations-page__faq details{margin:0 0 8px;border-radius:8px;background:transparent;overflow:visible}
.operations-page__faq summary{position:relative;min-height:54px;padding:17px 60px 17px 40px;display:flex;align-items:center;background:#f6f6f6;border-radius:8px;font-size:14px;line-height:20px}
.operations-page__faq summary span{position:absolute;right:40px;top:50%;width:30px;height:30px;transform:translateY(-50%);display:grid;place-items:center}
.operations-page__faq details[open] summary{border-radius:8px 8px 0 0}
.operations-page__faq details[open] summary span{color:#111;background:transparent;font-size:22px}
.operations-page__faq details>div{display:grid;grid-template-rows:0fr;opacity:0;background:#fff;transition:grid-template-rows 1.5s ease,opacity 1.2s ease}
.operations-page__faq details[open]>div{grid-template-rows:1fr;opacity:1}
.operations-page__faq details p{min-height:0;overflow:hidden;margin:0;padding:0 40px;color:#1e1e1e;font-size:15px;line-height:24px;transition:padding 1.5s ease}
.operations-page__faq details[open] p{padding:18px 40px 24px}
.operations-page__faq details[open]{margin-bottom:16px;background:#fff}
@media(max-width:767px){.operations-page__faq{width:100%;padding:60px 20px 80px}.operations-page__faq h2{font-size:34px;line-height:40px}.operations-page__faq summary{padding-left:20px;padding-right:55px}.operations-page__faq summary span{right:18px}.operations-page__faq details p{padding-left:20px;padding-right:20px;font-size:14px}.operations-page__faq details[open] p{padding:16px 20px 20px}}
.operations-page__faq details[open] summary span{font-size:0!important}
.operations-page__faq details[open] summary span:before{content:none!important}
.operations-page__faq details[open] summary span:after{content:'−';font-size:22px;line-height:1}
.operations-page__contact{width:100%;padding:80px 0;background:#fff}
.operations-page__contact-shell{width:min(calc(100% - 80px),1140px);margin:0 auto}
.operations-page__contact-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.operations-page__contact h2{margin:0;font-size:44px;line-height:50px}
.operations-page__socials{width:202px;padding:8px;display:flex;align-items:center;justify-content:center;gap:18px;background:#0d8aaa;border-radius:8px;box-sizing:border-box}
.operations-page__socials a{display:block;width:30px;height:30px;line-height:0}
.operations-page__socials img{display:block;width:30px;height:30px;object-fit:contain}
.operations-page__contact-note{margin:3px 0 35px;font-size:14px;line-height:20px;text-align:left}
.operations-page__chatwoot{width:100%;overflow:hidden;border:1px solid #aeb1b5;border-radius:16px;background:#f7f8fa}
.operations-page__chatwoot iframe{display:block;width:100%;min-height:420px;border:0;background:#f7f8fa}
@media(max-width:767px){.operations-page__contact{padding:60px 16px}.operations-page__contact-shell{width:100%}.operations-page__contact-inner{width:100%;flex-wrap:wrap;justify-content:center}.operations-page__contact h2{width:100%;font-size:32px;line-height:40px;text-align:center}.operations-page__socials{width:auto;min-width:202px}.operations-page__contact-note{margin:12px 0 28px;text-align:center}.operations-page__chatwoot{border-radius:14px}.operations-page__chatwoot iframe{height:620px!important}}
/* Shared first-banner proportions for migrated service pages */
.operations-page__hero{width:min(calc(100% - 40px),1140px);min-height:480px;margin:12px auto 40px;grid-template-columns:minmax(0,650px) minmax(0,478px);gap:12px}
.operations-page__hero-left{grid-template-rows:193px 275px;gap:12px}
.operations-page__title-card,.operations-page__symptom-card{padding:34px 32px;border-radius:22px}
.operations-page__hero>img{height:480px;border-radius:16px}
.operations-page--oligoasthenoteratozoospermia .operations-page__title-card h1{font-size:44px;line-height:52px}
@media(max-width:900px){.operations-page__hero{width:100%;display:block;margin-top:12px}.operations-page__hero-left{display:block}.operations-page__title-card,.operations-page__symptom-card{border-radius:0;margin-bottom:12px}.operations-page__hero>img{height:420px;border-radius:0}}
@media(max-width:767px){.operations-page--oligoasthenoteratozoospermia .operations-page__title-card h1{font-size:38px;line-height:44px}}
.operations-page--gipogonadyzm .operations-page__hero>img{object-fit:contain;object-position:center bottom;background:#fff;border-radius:16px}
.operations-page--gipogonadyzm .operations-page__title-card h1{font-size:50px;line-height:56px}
.operations-page--gipogonadyzm .operations-page__title-card p{font-size:18px;line-height:24px}
@media(max-width:900px){.operations-page--gipogonadyzm .operations-page__hero>img{object-fit:contain;background:#fff}}
.operations-page--gipogonadyzm .operations-page__hero{width:min(1140px,calc(100% - 12px));grid-template-columns:650px 478px}
@media(max-width:1140px){.operations-page--gipogonadyzm .operations-page__hero{grid-template-columns:minmax(0,1fr) minmax(0,0.735fr)}}
@media(max-width:900px){.operations-page--gipogonadyzm .operations-page__hero{width:100%;display:block}.operations-page--gipogonadyzm .operations-page__hero-left{display:block}}
.operations-page--fimoz .operations-page__hero{width:min(1140px,calc(100% - 20px));grid-template-columns:650px 478px;gap:12px;min-height:542px}
.operations-page--fimoz .operations-page__hero-left{grid-template-rows:160px 370px;gap:12px}
.operations-page--fimoz .operations-page__title-card{padding:32px;border-radius:22px}
.operations-page--fimoz .operations-page__title-card h1{font-size:50px;line-height:56px;text-transform:uppercase;white-space:nowrap}
.operations-page--fimoz .operations-page__title-card p{font-size:18px;line-height:24px}
.operations-page--fimoz .operations-page__symptom-card{padding:30px 21px;border-radius:22px}
.operations-page--fimoz .operations-page__symptom-card h2{margin-bottom:20px;font-size:22px}
.operations-page--fimoz .operations-page__symptoms{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.operations-page--fimoz .operations-page__symptoms span{font-size:16px;line-height:20px;padding:10px 14px}
.operations-page--fimoz .operations-page__symptom-card .operations-page__button{margin-top:21px;padding:16px 24px;font-size:16px}
.operations-page--fimoz .operations-page__hero>img{height:542px;object-fit:cover;object-position:center;border-radius:16px}
@media(max-width:900px){.operations-page--fimoz .operations-page__hero{width:100%;display:block}.operations-page--fimoz .operations-page__hero-left{display:block}.operations-page--fimoz .operations-page__title-card,.operations-page--fimoz .operations-page__symptom-card{border-radius:0;margin-bottom:12px}.operations-page--fimoz .operations-page__hero>img{height:420px}}
/* Adenoma hero: keep the four symptom pills and appointment button inside the card. */
.operations-page--adenoma-prostaty .operations-page__hero{min-height:505px}
.operations-page--adenoma-prostaty .operations-page__hero-left{grid-template-rows:193px 300px}
.operations-page--adenoma-prostaty .operations-page__hero>img{height:505px;object-fit:cover;object-position:center}
.operations-page--adenoma-prostaty .operations-page__symptom-card{padding-bottom:24px}
@media(max-width:900px){.operations-page--adenoma-prostaty .operations-page__hero{min-height:0}.operations-page--adenoma-prostaty .operations-page__hero-left{display:block}.operations-page--adenoma-prostaty .operations-page__hero>img{height:420px}}
.operations-page--adenoma-prostaty .operations-page__hero{min-height:529px}
.operations-page--adenoma-prostaty .operations-page__hero-left{grid-template-rows:193px 324px}
.operations-page--adenoma-prostaty .operations-page__hero>img{height:529px}
@media(max-width:900px){.operations-page--adenoma-prostaty .operations-page__hero{min-height:0}.operations-page--adenoma-prostaty .operations-page__hero>img{height:420px}}
/* Keep long adenoma process labels in their own columns, matching production wrapping. */
.operations-page--adenoma-prostaty .operations-page__process-list>div{min-width:0}
.operations-page--adenoma-prostaty .operations-page__process-list strong{white-space:normal;min-height:56px;line-height:28px;overflow-wrap:break-word}
.operations-page--adenoma-prostaty .operations-page__process-list i{margin-top:21px}
@media(max-width:767px){.operations-page--adenoma-prostaty .operations-page__process-list strong{min-height:0}}
/* Adenoma questionnaire/article split, styled like the production block. */
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns:has(.patient-quiz){
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start;margin:52px 0 64px!important
}
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns:has(.patient-quiz)> .wp-block-column{width:auto!important;flex-basis:auto!important;margin:0!important}
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns:has(.patient-quiz)> .wp-block-column:first-child>p{margin:8px 0 0;font-size:18px;line-height:1.5}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz{box-sizing:border-box!important;width:100%!important;margin:0!important;padding:18px 16px!important;border:1px solid #1e1e1e!important;border-radius:5px!important;background:#fff!important}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz .elementor-form-fields-wrapper{display:block!important;margin:0!important}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz .elementor-field-group{padding:0!important;margin:0 0 12px!important}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz .elementor-field-group>label{display:block!important;padding:0 0 14px!important;font-size:17px!important;line-height:1.5!important;font-weight:500!important}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz .elementor-field-subgroup{display:flex!important;flex-direction:column!important;gap:7px!important}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz .elementor-field-option{display:flex!important;align-items:center!important;gap:7px!important;font-size:16px!important;line-height:1.35!important}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz .elementor-field-option input{margin:0!important;accent-color:#6b7682}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz .e-form__buttons{margin-top:18px!important}
.operations-page--adenoma-prostaty .operations-page__article .patient-quiz button{width:100%!important;min-height:40px!important;border:0!important;border-radius:2px!important;background:#6b7682!important;color:#fff!important;font-size:16px!important}
@media(max-width:767px){.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns:has(.patient-quiz){grid-template-columns:1fr;gap:28px;margin:36px 0 48px!important}}
/* Native adenoma symptom questionnaire (replaces the embedded Elementor form). */
.adenoma-quiz{width:min(calc(100% - 72px),1140px);margin:0 auto 72px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}
.adenoma-quiz__intro{padding-top:12px}.adenoma-quiz__intro h2{margin:0 0 16px;font-size:30px;line-height:38px}.adenoma-quiz__intro p{margin:0;font-size:18px;line-height:28px}
.adenoma-quiz__form{margin:0;padding:24px 18px;border:1px solid #1e1e1e;border-radius:5px;background:#fff}.adenoma-quiz__step{display:none;margin:0;padding:0;border:0}.adenoma-quiz__step.is-active{display:block}.adenoma-quiz__step legend{display:block;width:100%;margin:0 0 18px;padding:0;font-size:18px;line-height:27px}.adenoma-quiz__options{display:flex;flex-direction:column;gap:9px}.adenoma-quiz__options label{display:flex;align-items:center;gap:8px;font-size:17px;line-height:24px;cursor:pointer}.adenoma-quiz__options input{width:15px;height:15px;margin:0;accent-color:#0d8aaa}.adenoma-quiz__next,.adenoma-quiz__submit{width:100%;margin-top:24px;padding:11px 16px;border:0;border-radius:3px;background:#6b7682;color:#fff;font-size:16px;line-height:22px;cursor:pointer}.adenoma-quiz__step.needs-answer legend{color:#b12e2e}.adenoma-quiz__result{font-size:18px;line-height:28px}.adenoma-quiz__result strong{display:block;margin-bottom:8px;font-size:22px}.adenoma-quiz__result p{margin:0 0 16px}.adenoma-quiz__result .operations-page__button{margin-top:0}
@media(max-width:767px){.adenoma-quiz{width:calc(100% - 40px);grid-template-columns:1fr;gap:28px;margin-bottom:48px}.adenoma-quiz__intro h2{font-size:26px;line-height:34px}.adenoma-quiz__form{padding:20px 14px}}
/* Remove the legacy Elementor quiz shell from the rendered article; the native quiz below is authoritative. */
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns:has(.patient-quiz){display:block!important}
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns:has(.patient-quiz)> .wp-block-column:has(.patient-quiz){display:none!important}
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns:has(.patient-quiz)> .wp-block-column:first-child{width:100%!important}
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns.native-quiz-position{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:48px!important;align-items:start!important}
.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns.native-quiz-position>.adenoma-quiz{display:block!important;width:auto!important;grid-column:auto!important;margin:0!important}
@media(max-width:767px){.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns.native-quiz-position{display:block!important}.operations-page--adenoma-prostaty .operations-page__article .wp-block-columns.native-quiz-position>.adenoma-quiz{margin-top:28px!important}}
.operations-page--adenoma-prostaty .wp-block-columns.native-quiz-position>.adenoma-quiz{display:block!important;grid-template-columns:none!important}
.operations-page--adenoma-prostaty .wp-block-columns.native-quiz-position>.adenoma-quiz .adenoma-quiz__intro{display:none!important}
.operations-page--adenoma-prostaty .wp-block-columns.native-quiz-position>.adenoma-quiz .adenoma-quiz__form{width:100%;box-sizing:border-box}
/* Place the questionnaire before the prostate-size section: form left, explanation below. */
.operations-page--adenoma-prostaty .operations-page__article>.adenoma-quiz{display:flex!important;flex-direction:column!important;gap:18px!important;width:min(100%,1140px)!important;margin:48px auto 56px!important}
.operations-page--adenoma-prostaty .operations-page__article>.adenoma-quiz .adenoma-quiz__form{order:1;width:min(560px,100%)!important;margin:0!important}
.operations-page--adenoma-prostaty .operations-page__article>.adenoma-quiz .adenoma-quiz__intro{display:block!important;order:2;width:min(560px,100%)!important;padding:0!important}
.operations-page--adenoma-prostaty .operations-page__article>.adenoma-quiz .adenoma-quiz__intro h2{display:none}
.operations-page--adenoma-prostaty .operations-page__article>.adenoma-quiz .adenoma-quiz__intro p{margin:0!important;font-size:17px;line-height:26px}
.operations-page--varykoczele .operations-page__hero{min-height:529px}
.operations-page--varykoczele .operations-page__hero-left{grid-template-rows:193px 324px}
.operations-page--varykoczele .operations-page__hero>img{height:529px;object-fit:cover;object-position:center}
.operations-page--varykoczele .operations-page__symptom-card{padding-bottom:24px}
@media(max-width:900px){.operations-page--varykoczele .operations-page__hero{min-height:0}.operations-page--varykoczele .operations-page__hero-left{display:block}.operations-page--varykoczele .operations-page__hero>img{height:420px}}
.operations-page--czystyt-u-zhinok .operations-page__hero{min-height:555px}
.operations-page--czystyt-u-zhinok .operations-page__hero-left{grid-template-rows:193px 350px}
.operations-page--czystyt-u-zhinok .operations-page__hero>img{height:555px;object-fit:cover;object-position:center}
.operations-page--czystyt-u-zhinok .operations-page__symptom-card{padding-bottom:24px}
@media(max-width:900px){.operations-page--czystyt-u-zhinok .operations-page__hero{min-height:0}.operations-page--czystyt-u-zhinok .operations-page__hero-left{display:block}.operations-page--czystyt-u-zhinok .operations-page__hero>img{height:420px}}
.operations-page--czystyt-u-zhinok .operations-page__process-list>div{min-width:0}
.operations-page--czystyt-u-zhinok .operations-page__process-list strong{white-space:normal;min-height:56px;line-height:28px;overflow-wrap:break-word}
.operations-page--czystyt-u-zhinok .operations-page__process-list i{margin-top:21px}
@media(max-width:767px){.operations-page--czystyt-u-zhinok .operations-page__process-list strong{min-height:0}}
.operations-page--korotka-uzdechka .operations-page__hero{min-height:529px}
.operations-page--korotka-uzdechka .operations-page__hero-left{grid-template-rows:193px 324px}
.operations-page--korotka-uzdechka .operations-page__hero>img{height:529px;object-fit:cover;object-position:center}
.operations-page--korotka-uzdechka .operations-page__symptom-card{padding-bottom:24px}
@media(max-width:900px){.operations-page--korotka-uzdechka .operations-page__hero{min-height:0}.operations-page--korotka-uzdechka .operations-page__hero-left{display:block}.operations-page--korotka-uzdechka .operations-page__hero>img{height:420px}}
.operations-page--balanopostyt .operations-page__hero{min-height:555px}
.operations-page--balanopostyt .operations-page__hero-left{grid-template-rows:193px 350px}
.operations-page--balanopostyt .operations-page__hero>img{height:555px;object-fit:cover;object-position:center}
.operations-page--balanopostyt .operations-page__symptom-card{padding-bottom:24px}
@media(max-width:900px){.operations-page--balanopostyt .operations-page__hero{min-height:0}.operations-page--balanopostyt .operations-page__hero-left{display:block}.operations-page--balanopostyt .operations-page__hero>img{height:420px}}
.operations-page--balanopostyt .operations-page__process-list>div{min-width:0}
.operations-page--balanopostyt .operations-page__process-list strong{white-space:normal;min-height:56px;line-height:28px;overflow-wrap:break-word}
.operations-page--balanopostyt .operations-page__process-list i{margin-top:21px}
@media(max-width:767px){.operations-page--balanopostyt .operations-page__process-list strong{min-height:0}}
.operations-page--uzd .operations-page__hero{min-height:529px}
.operations-page--uzd .operations-page__hero-left{grid-template-rows:193px 324px}
.operations-page--uzd .operations-page__hero>img{height:529px;object-fit:cover;object-position:center}
.operations-page--uzd .operations-page__symptom-card{padding-bottom:24px}
.operations-page--uzd .operations-page__process-list>div{min-width:0}
.operations-page--uzd .operations-page__process-list strong{white-space:normal;min-height:56px;line-height:28px;overflow-wrap:break-word}
.operations-page--uzd .operations-page__process-list i{margin-top:21px}
@media(max-width:900px){.operations-page--uzd .operations-page__hero{min-height:0}.operations-page--uzd .operations-page__hero-left{display:block}.operations-page--uzd .operations-page__hero>img{height:420px}}
@media(max-width:767px){.operations-page--uzd .operations-page__process-list strong{min-height:0}}
.operations-page--prostatyt-u-cholovikiv .operations-page__hero{min-height:555px}
.operations-page--prostatyt-u-cholovikiv .operations-page__hero-left{grid-template-rows:193px 350px}
.operations-page--prostatyt-u-cholovikiv .operations-page__hero>img{height:555px;object-fit:cover;object-position:center}
.operations-page--prostatyt-u-cholovikiv .operations-page__symptom-card{padding-bottom:24px}
.operations-page--prostatyt-u-cholovikiv .operations-page__process-list>div{min-width:0}
.operations-page--prostatyt-u-cholovikiv .operations-page__process-list strong{white-space:normal;min-height:56px;line-height:28px;overflow-wrap:break-word}
.operations-page--prostatyt-u-cholovikiv .operations-page__process-list i{margin-top:21px}
@media(max-width:900px){.operations-page--prostatyt-u-cholovikiv .operations-page__hero{min-height:0}.operations-page--prostatyt-u-cholovikiv .operations-page__hero-left{display:block}.operations-page--prostatyt-u-cholovikiv .operations-page__hero>img{height:420px}}
@media(max-width:767px){.operations-page--prostatyt-u-cholovikiv .operations-page__process-list strong{min-height:0}}
.operations-page--prostatyt-u-cholovikiv .operations-page__hero{min-height:579px}
.operations-page--prostatyt-u-cholovikiv .operations-page__hero-left{grid-template-rows:193px 374px}
.operations-page--prostatyt-u-cholovikiv .operations-page__hero>img{height:579px}
@media(max-width:900px){.operations-page--prostatyt-u-cholovikiv .operations-page__hero{min-height:0}.operations-page--prostatyt-u-cholovikiv .operations-page__hero>img{height:420px}}
.services-archive{width:min(calc(100% - 40px),1140px);margin:0 auto;padding-bottom:90px;color:#1e1e1e}.services-archive__breadcrumb{padding:18px 0 28px;color:#333;font-size:12px}.services-archive__breadcrumb a{color:#b7b7b7;text-decoration:none}.services-archive__breadcrumb span{margin-left:7px}.services-archive__heading{margin:0 0 56px}.services-archive__heading h1{margin:0 0 8px;font-size:46px;line-height:54px;letter-spacing:-1px}.services-archive__heading p{margin:0;font-size:22px;line-height:30px}.services-archive__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 8px}.services-archive__card{min-height:150px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;background:#f6f6f6;color:#1e1e1e;text-align:center;text-decoration:none;transition:background .2s,color .2s,border-radius .2s}.services-archive__card strong{max-width:240px;font-size:14px;line-height:20px}.services-archive__card span{margin-top:4px;font-size:12px;line-height:20px}.services-archive__card:hover{background:#0d8aaa;color:#fff;border-radius:22px}.services-archive__more{display:block;margin:78px auto 0;color:#b7b7b7;font-size:16px;font-weight:600;text-align:center;text-decoration:none}.services-archive__more span{margin-left:8px;font-size:20px}.services-archive__specialization{margin-top:48px;padding:34px 0;border-top:1px solid #eee;font-size:16px;line-height:26px}
.services-archive__reviews{width:min(calc(100% - 72px),1140px);margin:0 auto;padding:90px 0 65px}.services-archive__reviews .home-reviews__grid{grid-template-columns:repeat(3,1fr);gap:14px}.services-archive__reviews .home-reviews__grid article{min-height:280px;background:#f6f6f6;border-radius:16px}.services-archive__reviews .home-reviews__partners{display:flex;align-items:center;justify-content:space-between;width:532px;max-width:100%;margin:70px auto 0}.services-archive__reviews .home-reviews__partners a{display:flex;align-items:center;gap:14px;color:#b3b3b3;text-decoration:none}.services-archive__reviews .home-reviews__partners a img{height:30px;width:auto;max-width:145px;object-fit:contain}.services-archive__reviews .home-reviews__partners a:nth-child(1) img{width:108px}.services-archive__reviews .home-reviews__partners a:nth-child(2) img{width:138px}.services-archive__reviews .home-reviews__partners a:nth-child(3) img{width:108px}.services-archive__reviews .home-reviews__partners a span{font-size:16px}.services-archive__online{width:100vw;max-width:none;margin-top:0;margin-left:calc(50% - 50vw)}
.services-archive__specialization p{margin:0 0 8px}.services-archive__specialization ul{margin:0;padding-left:24px}@media(max-width:900px){.services-archive__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.services-archive{width:calc(100% - 40px)}.services-archive__heading{margin-bottom:32px}.services-archive__heading h1{font-size:36px;line-height:44px}.services-archive__heading p{font-size:18px;line-height:26px}.services-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.services-archive__card{min-height:144px;padding:14px 10px}.services-archive__card strong{font-size:13px}.services-archive__more{margin-top:48px}}
/* Production archive tuning. */
.services-archive__heading{margin-bottom:60px}
.services-archive__heading h1{font-size:44px;line-height:50px}
.services-archive__grid{row-gap:8px;column-gap:8px}
@media(max-width:767px){.services-archive__grid{grid-template-columns:1fr}.services-archive__card{min-height:144px}}

.services-archive{padding-bottom:0}
/* Online consultation banner: keep the copy vertically aligned with the production artwork. */
.operations-page__online-content{margin-top:40px}
@media(max-width:767px){.operations-page__online-content{margin-top:0}}
@media(min-width:768px){.operations-page__online-content{margin-top:0;transform:translateX(18px)}}
.native-service-article__image{display:block;width:100%;height:auto;margin:28px 0;border-radius:12px}.native-service-article__figures{display:flex;align-items:center;gap:28px;margin:28px 0}.native-service-article__figures img{width:223px;height:238px;object-fit:contain}.native-service-article__figures img+img{width:242px}@media(max-width:767px){.native-service-article__figures{justify-content:center;gap:12px}.native-service-article__figures img,.native-service-article__figures img+img{width:calc(50% - 6px);height:auto}}
.native-service-article__restricted{position:relative;display:block;width:223px;height:238px;padding:0;overflow:hidden;border:0;border-radius:14px;background:#222;cursor:pointer}.native-service-article__restricted img{display:block;width:100%;height:100%;object-fit:cover;filter:blur(15px);transform:scale(1.08);transition:filter .35s ease,transform .35s ease}.native-service-article__restricted-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:16px;color:#fff;background:rgba(0,0,0,.18);text-align:center}.native-service-article__restricted-overlay b{font-size:42px;line-height:42px;font-weight:400}.native-service-article__restricted-overlay strong{font-size:16px;line-height:20px}.native-service-article__restricted-overlay small{font-size:14px;line-height:18px}.native-service-article__restricted.is-revealed img{filter:none;transform:none}.native-service-article__restricted.is-revealed .native-service-article__restricted-overlay{display:none}.native-service-article__restricted:focus-visible{outline:3px solid #0d8aaa;outline-offset:3px}@media(max-width:767px){.native-service-article__restricted{width:calc(50% - 6px);height:auto;aspect-ratio:223/238}}
.native-service-article__restricted{width:372px;height:370px}.native-service-article__figures{justify-content:center;gap:12px}.native-service-article__restricted img{filter:brightness(44%) blur(10px);transform:scale(1.06)}
@media(max-width:767px){.native-service-article__restricted{width:100%;height:auto;aspect-ratio:1/1}.native-service-article__figures{gap:12px}}
.native-service-article__restricted{width:372px;height:370px;border-radius:16px;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.native-service-article__restricted img{filter:brightness(44%) contrast(100%) saturate(100%) blur(10px);transform:scale(1.04)}
.native-service-article__restricted-overlay{gap:7px;background:rgba(0,0,0,.08)}
.native-service-article__eye{display:block;width:48px;height:48px;margin-bottom:3px}
.native-service-article__eye svg{display:block;width:100%;height:100%;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.native-service-article__restricted-overlay strong{font-size:16px;line-height:20px;font-weight:700}
.native-service-article__restricted-overlay small{font-size:14px;line-height:18px;font-weight:400}
@media(max-width:767px){.native-service-article__restricted{width:100%;height:auto;aspect-ratio:1/1}}

.native-service-article{color:#1e1e1e;font-size:16px;line-height:1.55}
.native-service-article>h2{margin:42px 0 16px;font-size:22px;line-height:28px;font-weight:700}
.native-service-article>h2:first-child{margin-top:0;font-size:44px;line-height:50px}
.native-service-article>p{margin:0 0 18px}
.native-service-article>ul{margin:0 0 24px;padding-left:24px}
.native-service-article>ul li{margin-bottom:10px}
@media(max-width:767px){.native-service-article>h2:first-child{font-size:34px;line-height:40px}.native-service-article>h2{font-size:22px;line-height:28px}}
.native-service-article__figure{margin:28px auto}.native-service-article__figure img{display:block;width:100%;height:auto}.native-service-article__figure--prostatitis-main{width:835px;max-width:100%}.native-service-article__figure--prostatitis-diagnosis{width:467px;max-width:100%}

.native-blog-article{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:70px 0 100px;color:#1e1e1e;font-size:16px;line-height:1.55}.native-blog-article h1{margin:0 0 22px;font-size:44px;line-height:50px}.native-blog-article h2{margin:46px 0 16px;font-size:26px;line-height:32px}.native-blog-article p{margin:0 0 20px}.native-blog-article__lead{font-weight:500}.native-blog-article ul{margin:0 0 32px;padding-left:24px}.native-blog-article li{margin-bottom:12px}.native-blog-article figure{margin:35px auto}.native-blog-article figure img{display:block;width:100%;height:auto}.native-blog-article figcaption{margin-top:10px;color:#b3b3b3;font-size:14px;font-style:italic;text-align:center}.native-blog-article__characteristics{margin:45px 0}.native-blog-article__characteristics h2{margin-top:0}.native-blog-article__table{overflow:hidden;border:1px solid #d7d7d7;border-radius:12px}.native-blog-article__table-row{display:grid;grid-template-columns:1fr 1fr}.native-blog-article__table-row>*{padding:15px 20px;border-bottom:1px solid #d7d7d7}.native-blog-article__table-row>*+*{border-left:1px solid #d7d7d7}.native-blog-article__table-row:last-child>*{border-bottom:0}.native-blog-article__table-row--head{background:#f6f6f6}@media(max-width:767px){.native-blog-article{padding:50px 0 70px}.native-blog-article h1{font-size:34px;line-height:40px}.native-blog-article h2{font-size:24px;line-height:30px}.native-blog-article__table-row>*{padding:12px 10px;font-size:13px}}


/* Native global popups: production replacements for Elementor templates 964 and 2769. */
html.native-popup-open,body.native-popup-open{overflow:hidden}
.native-popup[hidden]{display:none!important}
.native-popup{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:52px 20px 20px;background:rgba(255,255,255,.8);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}
.native-popup.is-open{opacity:1;visibility:visible}
.native-popup__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:default}
.native-popup__dialog{position:relative;z-index:1;width:min(1040px,calc(100vw - 40px));max-height:calc(100vh - 72px);border-radius:32px;background:transparent;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);transform:translateY(12px) scale(.985);transition:transform .25s ease}
.native-popup.is-open .native-popup__dialog{transform:none}
.native-popup__grid{display:grid;grid-template-columns:514px minmax(0,1fr);gap:15px;min-height:450px}
.native-popup__media{height:450px;overflow:hidden;border-radius:16px;background:#f6f6f6}
.native-popup__media img{display:block;width:100%;height:100%;object-fit:cover;border-radius:16px}
.native-popup__form-panel,.native-popup__result-panel{box-sizing:border-box;min-width:0;padding:44px 22px;border-radius:16px;background:#fff}
.native-popup__form-panel{display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.native-popup__form-panel h2,.native-popup__result-panel h2{width:100%;margin:0;color:#1e1e1e;font-family:Montserrat,sans-serif;font-size:22px;font-weight:700;line-height:28px}
.native-popup__result-panel{display:flex;flex-direction:column;gap:24px}
.native-popup__results{color:#1e1e1e;font-size:15px;line-height:1.55}
.native-popup__results p{margin:0 0 14px}
.native-popup__close{position:absolute;top:-38px;right:4px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:#1e1e1e;font:300 32px/1 Arial,sans-serif;cursor:pointer}
.native-lead-form{display:grid;width:100%;grid-template-columns:1fr;gap:4px;margin:0}
.native-lead-form label{margin-top:7px;color:#1e1e1e;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;line-height:16px}
.native-lead-form label:first-child{margin-top:0}
.native-lead-form input:not([type=hidden]){box-sizing:border-box;width:100%;height:40px;margin:0 0 0;padding:10px 12px;border:1px solid rgba(30,30,30,.22);border-radius:8px;outline:none;background:#fff;color:#1e1e1e;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;line-height:16px;transition:border-color .2s ease,box-shadow .2s ease}
.native-lead-form input:not([type=hidden]):focus{border-color:#0d8aaa;box-shadow:0 0 0 2px rgba(13,138,170,.14)}
.native-lead-form button[type=submit]{width:max-content;height:40px;margin-top:7px;padding:0 44px;border:0;border-radius:8px;background:#0d8aaa;color:#fff;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:18px;cursor:pointer;transition:opacity .2s ease}
.native-lead-form button[type=submit]:disabled{cursor:wait;opacity:.65}
.native-lead-form__website{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.native-lead-form__status{min-height:18px;margin:4px 0 0;color:#1e1e1e;font-size:12px;line-height:16px}
.native-lead-form__status.is-success{color:#238636}
.native-lead-form__status.is-error{color:#b32d2e}
@media(max-width:1024px){
 .native-popup__dialog{width:min(760px,calc(100vw - 40px));max-height:calc(100vh - 60px);overflow:auto;background:#fff}
 .native-popup__grid{grid-template-columns:350px minmax(0,1fr);min-height:467px;padding:0 20px}
 .native-popup__media{align-self:center;width:350px;height:350px}
 .native-popup__form-panel{padding:30px 22px 24px}
 .native-popup__result-panel{padding:30px 22px}
}
@media(max-width:767px){
 .native-popup{padding:52px 20px 20px}
 .native-popup__dialog{width:100%;max-height:550px;overflow:auto;border-radius:32px;background:#fff}
 .native-popup__grid{display:block;min-height:0;padding:0}
 .native-popup__dialog--appointment .native-popup__media{display:none}
 .native-popup__form-panel,.native-popup__result-panel{padding:20px 33px 30px;border-radius:16px}
 .native-popup__dialog--results .native-popup__form-panel{border-top:1px solid #eee}
 .native-popup__close{top:8px;right:10px}
 .native-lead-form button[type=submit]{width:100%}
}


/* Native Builder Studio front-end layout controls. */
.kb-layout{display:flex;flex-direction:column}
.kb-section[hidden]{display:none!important}
.kb-section--full{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
.kb-section--container{width:min(calc(100% - 40px),1140px)!important;max-width:1140px!important;margin-left:auto!important;margin-right:auto!important}

/* Builder-controlled splits for secondary page sections. */
.reviews-page__section{padding-bottom:0}
.reviews-page__platforms{margin-top:70px!important;margin-bottom:100px!important}
.blog-page__header{width:min(calc(100% - 40px),1140px);margin:0 auto;padding:40px 0 0}
.blog-page__header>h1{margin:0 0 40px;color:#1e1e1e;font-size:44px;font-weight:700;line-height:50px}
.blog-page__section{padding-top:0}
@media(max-width:1024px){.blog-page__header{width:100%;padding:40px 50px 0}}
@media(max-width:767px){.reviews-page__platforms{margin-top:50px!important;margin-bottom:60px!important}.blog-page__header{width:100%;padding:40px 20px 0}.blog-page__header>h1{margin-bottom:32px;font-size:36px;line-height:42px}.blog-page__section{padding-top:0}}

/* Varicocele: long treatment step labels wrap without colliding. */
.operations-page--varykoczele .operations-page__process-list>div{min-width:0}
.operations-page--varykoczele .operations-page__process-list strong{max-width:100%;min-height:56px;white-space:normal;line-height:28px;overflow-wrap:break-word}
.operations-page--varykoczele .operations-page__process-list i{margin-top:21px}
@media(max-width:767px){.operations-page--varykoczele .operations-page__process-list strong{min-height:0}.operations-page--varykoczele .operations-page__process-list i{margin-top:18px}}

/* Native single blog articles: production layout without Elementor. */
.native-blog-single{width:100%;max-width:none;margin:0;padding:0 0 80px;color:#333;background:#fff}
.native-blog-single .native-blog-article{width:100%;max-width:1140px;margin:0 auto;padding:0;color:#333;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;font-size:16px;font-weight:400;line-height:1.5}
.native-blog-article__header{margin:0;padding:0}
.native-blog-article__title,.native-blog-single .native-blog-article__body>h1,.native-blog-single .native-blog-article__content>h1{margin:.5rem 0 1rem;color:#333;font-family:inherit;font-size:40px;font-weight:500;line-height:1.2}
.native-blog-article__body{min-width:0}
.native-blog-single .native-blog-article__body p{margin:0 0 .9rem;font:inherit;color:inherit}
.native-blog-single .native-blog-article__body h2,.native-blog-single .native-blog-article__body h3,.native-blog-single .native-blog-article__body h4,.native-blog-single .native-blog-article__body h5,.native-blog-single .native-blog-article__body h6{margin:.5rem 0 1rem;color:inherit;font-family:inherit;font-weight:500;line-height:1.2}
.native-blog-single .native-blog-article__body h2{font-size:32px}.native-blog-single .native-blog-article__body h3{font-size:28px}.native-blog-single .native-blog-article__body h4{font-size:24px}.native-blog-single .native-blog-article__body h5{font-size:20px}.native-blog-single .native-blog-article__body h6{font-size:16px}
.native-blog-single .native-blog-article__body ul,.native-blog-single .native-blog-article__body ol{margin:0 0 1rem;padding-left:2rem}
.native-blog-single .native-blog-article__body li{margin:0 0 .35rem}.native-blog-single .native-blog-article__body li:last-child{margin-bottom:0}
.native-blog-single .native-blog-article__body a{color:#0d8aaa;text-decoration:underline;text-underline-offset:2px}
.native-blog-single .native-blog-article__body strong{font-weight:700}
.native-blog-single .native-blog-article__body figure{max-width:100%;margin:1.5rem 0}
.native-blog-single .native-blog-article__body figure.aligncenter,.native-blog-single .native-blog-article__body .aligncenter{margin-right:auto;margin-left:auto;text-align:center}
.native-blog-single .native-blog-article__body figure.alignleft,.native-blog-single .native-blog-article__body .alignleft{float:left;margin:5px 20px 20px 0}
.native-blog-single .native-blog-article__body figure.alignright,.native-blog-single .native-blog-article__body .alignright{float:right;margin:5px 0 20px 20px}
.native-blog-single .native-blog-article__body img{max-width:100%;height:auto;border:0}
.native-blog-single .native-blog-article__body figcaption{margin:.6rem 0 0;color:#666;font-size:13px;line-height:1.5;text-align:center}
.native-blog-single .native-blog-article__body blockquote{margin:1.5rem 0;padding:18px 24px;border-left:4px solid #0d8aaa;background:#f6f6f6}
.native-blog-single .native-blog-article__body blockquote p:last-child{margin-bottom:0}
.native-blog-single .native-blog-article__body table{width:100%;margin:1.5rem 0;border-collapse:collapse;border-spacing:0}
.native-blog-single .native-blog-article__body th,.native-blog-single .native-blog-article__body td{padding:12px 15px;border:1px solid rgba(128,128,128,.5);text-align:left;vertical-align:top}
.native-blog-single .native-blog-article__body tbody tr:nth-child(odd){background:rgba(128,128,128,.07)}
.native-blog-single .native-blog-article__body .wp-block-columns{display:flex;gap:2em;align-items:flex-start;margin:1.5rem 0}
.native-blog-single .native-blog-article__body .wp-block-column{min-width:0;flex:1}
.native-blog-single .native-blog-article__body .wp-block-embed iframe,.native-blog-single .native-blog-article__body iframe{max-width:100%}
.native-blog-single .native-blog-article__body:after{display:table;clear:both;content:""}
.native-blog-comments{width:100%;max-width:1140px;margin:45px auto 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.native-blog-comments #comments{padding-top:25px;border-top:1px solid #ddd}.native-blog-comments .comment-reply-title{margin:0 0 20px;font-size:32px;line-height:1.25;font-weight:500}.native-blog-comments .comment-form{display:block}.native-blog-comments .comment-form>p{margin:0 0 24px}.native-blog-comments .comment-notes{margin-bottom:22px!important}.native-blog-comments label{display:block;margin-bottom:5px}.native-blog-comments input:not([type=checkbox]),.native-blog-comments textarea{box-sizing:border-box;width:100%;padding:10px 14px;border:1px solid #666;border-radius:2px;font:inherit}.native-blog-comments textarea{min-height:210px;resize:vertical}.native-blog-comments .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:4px}.native-blog-comments .comment-form-cookies-consent input{width:auto;margin:3px 0 0}.native-blog-comments .comment-form-cookies-consent label{margin:0}.native-blog-comments .form-submit{margin-top:2px!important}.native-blog-comments .submit{padding:10px 16px;border:1px solid #f02d67;border-radius:2px;color:#f02d67;background:#fff;cursor:pointer}
@media(min-width:576px) and (max-width:767px){.native-blog-single .native-blog-article,.native-blog-comments{max-width:500px}}
@media(min-width:768px) and (max-width:991px){.native-blog-single .native-blog-article,.native-blog-comments{max-width:600px}}
@media(min-width:992px) and (max-width:1199px){.native-blog-single .native-blog-article,.native-blog-comments{max-width:800px}}
@media(max-width:575px){.native-blog-single{padding-bottom:60px}.native-blog-single .native-blog-article,.native-blog-comments{width:100%;padding-right:10px;padding-left:10px}.native-blog-article__title,.native-blog-single .native-blog-article__body>h1,.native-blog-single .native-blog-article__content>h1{font-size:34px;line-height:1.2}.native-blog-single .native-blog-article__body h2{font-size:28px}.native-blog-single .native-blog-article__body h3{font-size:24px}.native-blog-single .native-blog-article__body figure.alignleft,.native-blog-single .native-blog-article__body figure.alignright,.native-blog-single .native-blog-article__body .alignleft,.native-blog-single .native-blog-article__body .alignright{float:none;margin:1.5rem auto}.native-blog-single .native-blog-article__body .wp-block-columns{display:block}.native-blog-comments .comment-form{grid-template-columns:1fr}.native-blog-comments .comment-form>p{grid-column:1}}

/* Preserve image dimensions saved by Gutenberg/media settings instead of stretching them. */
.native-blog-single .native-blog-article__body img{width:auto}
.native-blog-single .native-blog-article__body .wp-block-image img{width:auto}
.native-blog-single .native-blog-article__body .native-blog-article__content figure img{width:800px}
.native-blog-single .native-blog-article__body img{max-width:800px !important;margin-left:auto;margin-right:auto}
.native-blog-single .native-blog-article__body .native-blog-article__content figure img{width:800px;max-width:100%}


/* Blog comment form mirrors the production article form. */
.native-blog-comments{box-sizing:border-box;width:min(1140px,calc(100% - 48px));max-width:1140px;margin:38px auto 0;color:#252525;font-size:15px;line-height:1.45}
.native-blog-comments #comments{padding:0 0 16px;border:0}
.native-blog-comments .comment-reply-title{margin:0 0 17px;font-size:32px;font-weight:500;line-height:1.25}
.native-blog-comments .comment-notes{margin:0 0 20px!important}
.native-blog-comments .comment-form>p{margin:0 0 19px}
.native-blog-comments label{display:block;margin:0 0 1px}
.native-blog-comments input:not([type=checkbox]),.native-blog-comments textarea{display:block;box-sizing:border-box;width:100%;padding:8px 10px;border:1px solid #707070;border-radius:1px;color:#252525;background:#fff;font:inherit;box-shadow:none}
.native-blog-comments input:not([type=checkbox]){height:42px}
.native-blog-comments textarea{min-height:210px;height:210px;resize:vertical}
.native-blog-comments .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:5px;margin-top:1px}
.native-blog-comments .comment-form-cookies-consent input{flex:0 0 auto;width:13px;height:13px;margin:3px 0 0}
.native-blog-comments .comment-form-cookies-consent label{margin:0}
.native-blog-comments .form-submit{margin:14px 0 0!important}
.native-blog-comments .native-blog-comments__submit{min-width:207px;height:42px;padding:8px 15px;border:1px solid #f02d67;border-radius:2px;color:#f02d67;background:#fff;font:inherit;cursor:pointer;transition:color .2s ease,background-color .2s ease}
.native-blog-comments .native-blog-comments__submit:hover,.native-blog-comments .native-blog-comments__submit:focus{color:#fff;background:#f02d67}
@media(min-width:576px) and (max-width:1199px){.native-blog-comments{width:calc(100% - 48px);max-width:1140px}}
@media(max-width:575px){.native-blog-comments{width:100%;padding-right:10px;padding-left:10px}.native-blog-comments .comment-reply-title{font-size:28px}}
