#bwc-wrap {
    /*display: none !important;*/
}

#wpadminbar {
    display: none;
}

html {
    margin-top: 0 !important;
}

/* ══════════════════════════════════════════
       ЗМІННІ ТА БАЗА
    ══════════════════════════════════════════ */
:root {
    --teal: #3DBFB3;
    --teal-d: #2da096;
    --teal-l: #e5f8f6;
    --teal-m: #a8e6e1;
    --ink: #0d1b2a;
    --ink-2: #1e2f3e;
    --text: #4a5a68;
    --text-l: #8496a5;
    --white: #ffffff;
    --bg: #f5f8f7;
    --border: rgba(0, 0, 0, 0.08);
    --r: 18px;
    --r-sm: 10px;
    --shadow: 0 4px 28px rgba(13, 27, 42, .07);
    --shadow-lg: 0 16px 56px rgba(13, 27, 42, .12);
    --srv-hero-bg: url('../assets/img/photo-1607619056574-7b8d3ee536b2.jpg');
    --ct-hero-bg: url('../assets/img/photo-1519494026892-80bbd2d6fd0d.jpg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Josefin Sans', 'ITC Monroe', 'Monroe', sans-serif;
    /*font-family: "Rubik", sans-serif!important;*/
    color: var(--text);
    background: var(--bg);
    overflow-x: hidden;
    line-height: 1.7;
    font-size: 17px
}

h1, h2, h3, h4 {
    color: var(--ink);
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Rubik', sans-serif
}

a {
    text-decoration: none;
    color: inherit;
    transition: .25s
}

ul {
    list-style: none
}

img {
    display: block;
    max-width: 100%
}

.container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 24px !important;
}

.sp {
    padding: clamp(60px, 8vw, 96px) 0
}

.tag {
    display: inline-block;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--teal);
    margin-bottom: 14px
}

*:focus-visible {
    outline: 2px solid var(--teal);
    outline-offset: 3px;
}

/* ══════════════════════════════════════════
   КНОПКИ
══════════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    border-color: var(--teal);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1);
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
}
.zoo-booking-contactform.style-2 .wpcf7-submit {
    letter-spacing: normal;
    text-transform: unset;
}

.btn-teal {
    background: var(--teal) !important;
    color: #fff !important;
}

.btn-teal:hover {
    background: var(--teal-d);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(61, 191, 179, .38)
}

.btn-dark {
    background: var(--ink);
    color: #fff
}

.btn-dark:hover {
    background: #1a2e3e;
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(13, 27, 42, .25)
}

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid rgba(13, 27, 42, .18)
}

.btn-ghost:hover {
    border-color: var(--teal);
    color: var(--teal)
}

.btn-white {
    background: #fff;
    color: var(--ink)
}

.btn-white:hover {
    background: var(--teal-l);
    transform: translateY(-2px)
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .4)
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, .1);
    border-color: #fff
}

/* ══════════════════════════════════════════
   MOTION — АНІМАЦІЇ
══════════════════════════════════════════ */
.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(.22, 1, .36, 1), transform 0.8s cubic-bezier(.22, 1, .36, 1);
}

.js-ready .fade-in {
    opacity: 0;
    transform: translateY(30px);
}

.js-ready .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.zoom-wrap {
    overflow: hidden;
    border-radius: var(--r);
}

.zoom-wrap img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-wrap:hover img, .blog-card:hover .zoom-wrap img {
    transform: scale(1.05);
}

.count-num {
    display: block;
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--teal);
    line-height: 1
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: .5
    }
    100% {
        transform: scale(1.45);
        opacity: 0
    }
}

.btn-pulse {
    position: relative
}

.btn-pulse::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50px;
    border: 2px solid var(--teal);
    animation: pulse-ring 2.4s ease-out infinite;
    pointer-events: none
}

@keyframes heroIn {
    from {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-content .eyebrow {
    opacity: 1
}

.hero-content h1 {
    opacity: 1
}

.hero-content p {
    opacity: 1
}

.hero-content .hero-btns {
    opacity: 1
}

.hero-stats {
    display: flex;
    gap: 36px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    opacity: 1
}

@keyframes progress {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--teal);
    animation: progress 6s linear forwards
}

.hero-slide {
    will-change: opacity, transform
}

/* ══════════════════════════════════════════
   TOP BAR
══════════════════════════════════════════ */
.topbar {
    background: var(--ink);
    color: rgba(255, 255, 255, .65);
    font-size: .78rem;
    padding: 8px 0;
    transition: height .3s
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.topbar-left {
    display: flex;
    gap: 20px
}

.topbar-right {
    display: flex;
    gap: 8px;
    align-items: center
}

.topbar-soc {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .08);
    /*border: 1px solid rgba(255, 255, 255, .1);*/
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .18s;
    flex-shrink: 0;
    overflow: hidden
}

.topbar-soc:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
    opacity: .9
}

.topbar-soc img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    flex-shrink: 0
}

/* ══════════════════════════════════════════
   HEADER & MOBILE MENU
══════════════════════════════════════════ */
.header {
    position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow .3s, background .3s
}

.header.scrolled {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .06)
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 28px
}

.logo {
    flex-shrink: 0;
}

.logo img {
    max-height: 42px;
    width: auto;
    transition: transform .25s
}

.logo:hover img {
    transform: scale(1.04)
}

.nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    white-space: nowrap;
    height: 100%;
}

.nav li::marker {
    content: '';
}

.nav > ul > li > a {
    font-size: .97rem;
    font-weight: 600;
    color: var(--ink);
    padding: 8px 14px;
    border-radius: 8px;
    transition: .2s
}

.nav > ul > li > a:hover {
    background: var(--teal-l);
    color: var(--teal-d)
}

/* Гамбургер */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 5px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.phone-link {
    font-weight: 700;
    color: var(--ink);
    font-size: 1.08rem;
    transition: .2s
}

.phone-link:hover {
    color: var(--teal)
}

/* Dropdown */
.dropdown {
    position: relative
}

.drop-menu {
    display: none;
    position: absolute;
    top: calc(100% + 0);
    left: 0;
    background: #fff;
    min-width: 220px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    padding: 8px;
    z-index: 999;
    animation: menuDrop .2s ease-out both;
    max-height: calc(100dvh - 100px);
    overflow: auto;
}

.drop-menu-wide {
    display: none;
    min-width: 720px;
    flex-direction: row;
    gap: 0;
    padding: 16px
}

.dropdown:hover .drop-menu {
    display: block
}

.dropdown:hover .drop-menu-wide {
    display: flex
}

.drop-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 12px
}

.drop-col:first-child {
    padding-left: 4px
}

.drop-col-divider {
    width: 1px;
    background: var(--border);
    margin: 4px 0;
    flex-shrink: 0
}

@keyframes menuDrop {
    from {
        opacity: 0;
        transform: translateY(-6px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.drop-section-title {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-l);
    padding: 8px 12px 4px;
    display: block
}

.drop-menu a, .drop-menu a:visited {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: .84rem;
    font-weight: 500;
    color: var(--ink);
    transition: .18s;
    white-space: nowrap
}

.drop-menu a:hover {
    background: var(--teal-l);
    color: var(--teal-d)
}

.drop-divider {
    height: 1px;
    background: var(--border);
    margin: 6px 8px
}

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
    position: relative;
    height: 740px;
    overflow: hidden;
    background: var(--ink);
    z-index: 1
}

.hero-slider {
    width: 100%;
    height: 100%;
    position: relative
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .9s ease;
    z-index: 1;
    transform: scale(1.04);
    transition: opacity .9s ease, transform 6s ease
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1)
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(13, 27, 42, .9) 0%, rgba(13, 27, 42, .55) 50%, rgba(13, 27, 42, .1) 100%);
    z-index: 1
}

.hero-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 3;
}

.hero-wrap .container {
    display: flex;
    justify-content: center;
}

.hero-content {
    max-width: 720px;
    color: #fff;
    width: 100%;
    /*min-width: 800px;*/
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 191, 179, .15);
    border: 1px solid rgba(61, 191, 179, .3);
    color: var(--teal);
    padding: 7px 18px;
    border-radius: 50px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px
}

.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.5px;
    margin-bottom: 20px;
    color: #fff
}

.hero-content h1 em {
    font-style: italic;
    font-family: 'Rubik', sans-serif;
    color: var(--teal);
    font-weight: 400
}

.hero-content p {
    font-size: 1.22rem;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 36px;
    max-width: 480px
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.hero-stats {
    display: flex;
    gap: 36px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.hs-num {
    display: block;
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--teal);
    line-height: 1;
    margin-bottom: 4px
}

.hs-label {
    font-size: .85rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: 1px
}

.hero-nav {
    position: absolute;
    bottom: 28px;
    right: 28px;
    display: flex;
    gap: 10px;
    z-index: 10
}

.snav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    backdrop-filter: blur(6px)
}

.snav:hover {
    background: var(--teal);
    border-color: var(--teal)
}

.hero-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    /*display: flex;*/
    display: none;
    gap: 8px;
    z-index: 10
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .3);
    border: none;
    cursor: pointer;
    transition: .18s cubic-bezier(.34, 1.56, .64, 1);
    padding: 0
}

.dot.active {
    background: var(--teal);
    width: 24px
}

/* ══════════════════════════════════════════
   QUICK STRIP
══════════════════════════════════════════ */
.quick-strip {
    background: var(--bg);
    padding: 1px 0 40px;
    position: relative;
    z-index: 5;
    margin-top: 0;
}

.qs-wrap {
    background: #fff;
    border-radius: var(--r);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: translateY(-20px);
    /*margin-bottom: -60px;*/
    position: relative;
    z-index: 2;
    max-width: 80vw;
    margin: 0 auto -60px;
}

.qs-item {
    padding: 36px 40px;
    border-right: 1px solid var(--border);
    transition: background .25s;
    cursor: default;
    display: block
}

.qs-item:last-child {
    border-right: none
}

.qs-item.qs-teal {
    background: var(--teal)
}

.qs-item.qs-teal h4 {
    color: #fff
}

.qs-item.qs-teal p {
    color: rgba(255, 255, 255, .8)
}

.qs-item:not(.qs-teal):hover {
    background: var(--teal-l)
}

.qs-item h4 {
    font-size: 1.32rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px
}

.qs-item p {
    font-size: 1rem;
    color: var(--text);
    line-height: 1.6
}

.qs-hours {
    margin-top: 12px
}

.qs-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
    font-size: .97rem
}

.qs-hours-row:last-child {
    border-bottom: none
}

.qs-hours-row span {
    font-weight: 600;
    color: var(--ink)
}

/* ══════════════════════════════════════════
   ABOUT
══════════════════════════════════════════ */
.about-section {
    background: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 72px;
    align-items: center
}

.about-img-wrap {
    position: relative;
    height: 480px;
}

.about-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #fff;
    border-radius: var(--r-sm);
    padding: 16px 20px;
    box-shadow: var(--shadow);
    display: flex;
    gap: 14px;
    align-items: center
}

.ab-icon {
    width: 42px;
    height: 42px;
    background: var(--teal-l);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0
}

.ab-num {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ink);
    display: block;
    line-height: 1
}

.ab-label {
    font-size: .73rem;
    color: var(--text-l)
}

.section-h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 500;
    /*font-style: italic;*/
    letter-spacing: -.3px;
    line-height: normal;
}

.section-h2 em {
    font-style: italic;
    font-family: 'Rubik', sans-serif;
    color: var(--teal);
    font-weight: 400;
    line-height: normal;
}

.section-p {
    font-size: 1.12rem;
    color: var(--text);
    max-width: 500px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.02rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 13px
}

.check-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--teal-l);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5l3.2 3.2L11 1' stroke='%233DBFB3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    flex-shrink: 0;
    margin-top: 2px
}

/* ══════════════════════════════════════════
   SERVICES
══════════════════════════════════════════ */
.services-section {
    background: var(--bg)
}

.section-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px
}

.group-label {
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px
}

.group-label::before {
    content: '';
    display: block;
    width: 4px;
    height: 26px;
    background: var(--teal);
    border-radius: 2px
}

.srv-grid {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;

    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.srv-card {
    background: #fff;
    border-radius: var(--r);
    padding: 40px;
    border: 1px solid transparent;
    box-shadow: var(--shadow);
    transition: all .18s cubic-bezier(.22, 1, .36, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
}

.srv-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-lg);
    border-color: var(--teal-m)
}

.srv-icon {
    width: 56px;
    height: 56px;
    background: var(--teal-l);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: .16s;
    position: relative;
    z-index: 1;
    color: var(--teal-d);
    font-size: 1.8rem;
}

.srv-card:hover .srv-icon {
    background: var(--teal);
    transform: scale(1.1) rotate(-5deg);
    color: #fff
}

.srv-card h3 {
    font-size: 1.28rem;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    z-index: 1
}

.srv-card p {
    font-size: 1rem;
    color: var(--text);
    line-height: 1.65;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.srv-link {
    margin-top: auto;
    padding-top: 20px;
    font-size: .95rem;
    font-weight: 700;
    color: var(--teal);
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 1;
    transition: .2s
}

.srv-card:hover .srv-link {
    gap: 9px;
    color: var(--teal-d);
}

.srv-img-card {
    padding: 0;
    border: none;
    background: var(--ink);
    min-height: 260px
}

.srv-img-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .78;
    transition: transform .6s ease, opacity .5s
}

.srv-img-card:hover img {
    opacity: .6;
    transform: scale(1.06)
}

.srv-img-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 30px;
    background: linear-gradient(to top, rgba(13, 27, 42, .9), transparent);
    z-index: 2
}

.srv-img-label h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0
}

/* ══════════════════════════════════════════
   BOOKING SECTION (Оновлено для акуратності)
══════════════════════════════════════════ */
.booking {
    position: relative;
    background: linear-gradient(135deg, #56c4bd 0%, #3a9f98 100%);
    padding: 80px 0;
    overflow: hidden;
    isolation: isolate;
}

.booking-inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.booking-text h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.25;
    font-weight: 800;
}

.booking-benefits {
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    /*gap: 12px;*/
}

.booking-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
}

.booking-benefits li::before {
    content: '✓';
    font-weight: 800;
    color: #fff;
    font-size: .9rem;
    flex-shrink: 0;
}

.btn-booking-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--ink);
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: .95rem;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
}

.btn-booking-phone:hover {
    background: var(--teal-l);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

/* Форма (Glassmorphism) */
.booking-form-new {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.booking-form-new textarea {
    display: none;
}
.booking-form-new h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.bf-field {
    margin-bottom: 14px;
}

.bf-field label {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 6px;
}

.bf-field input, .bf-field select {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-family: inherit;
    font-size: .92rem;
    outline: none;
    transition: .25s;
}

.bf-field input::placeholder {
    color: rgba(255, 255, 255, .55);
}

.bf-field input:focus, .bf-field select:focus {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .25);
}

.bf-field select option {
    color: var(--ink);
    background: #fff;
}

.bf-submit {
    width: 100%;
    padding: 15px;
    background: var(--ink);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1);
}

.bf-submit:hover {
    background: #1a2e3e;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

/* CF7 всередині booking-form-new — glassmorphism стиль */
.booking-form-new .wpcf7-form p {
    margin-bottom: 14px;
}

.booking-form-new .wpcf7-form label {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 6px;
}

.booking-form-new .wpcf7-form input[type="text"],
.booking-form-new .wpcf7-form input[type="tel"],
.booking-form-new .wpcf7-form input[type="email"],
.booking-form-new .wpcf7-form select,
.booking-form-new .wpcf7-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
    color: #fff !important;
    font-family: inherit;
    font-size: .92rem;
    outline: none;
    transition: .25s;
    box-sizing: border-box;
}

.booking-form-new .wpcf7-form input[type="text"]::placeholder,
.booking-form-new .wpcf7-form input[type="tel"]::placeholder,
.booking-form-new .wpcf7-form input[type="email"]::placeholder,
.booking-form-new .wpcf7-form select::placeholder,
.booking-form-new .wpcf7-form textarea::placeholder {
    color: #fff !important;
}

.booking-form-new .wpcf7-form input::placeholder,
.booking-form-new .wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, .55);
}

.booking-form-new .wpcf7-form input:focus,
.booking-form-new .wpcf7-form textarea:focus,
.booking-form-new .wpcf7-form select:focus {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .25);
    outline: none;
}

.booking-form-new .wpcf7-form select option {
    color: var(--ink);
    background: #fff;
}

.booking-form-new .wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 15px;
    background: var(--ink);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1);
}

.booking-form-new .wpcf7-form .wpcf7-submit:hover {
    background: #1a2e3e;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

.booking-form-new .wpcf7-not-valid-tip {
    color: rgba(255, 180, 180, .9);
    font-size: .75rem;
    margin-top: 4px;
}

.booking-form-new .wpcf7-response-output {
    border: 1px solid rgba(255, 255, 255, .3) !important;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: .85rem;
    margin-top: 10px;
}

/* ══════════════════════════════════════════
   DOCTORS
══════════════════════════════════════════ */
.doctors-section {
    background: #fff
}

.sec-hdr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 44px
}

.doctor-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 22px
}

.doc-card {
    background: var(--bg);
    border-radius: var(--r);
    overflow: hidden;
    transition: all .18s cubic-bezier(.22, 1, .36, 1);
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
}

.doc-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--teal-m)
}

.doc-photo picture {
    width: 100%;
    height: 100%;
}

.doc-photo {
    height: 380px;
    background: var(--teal-l);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.doc-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*object-position: top;*/
}

.doc-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(61, 191, 179, .12) 100%);
    transition: .18s
}

.doc-card:hover .doc-photo::before {
    background: linear-gradient(to bottom, transparent 20%, rgba(61, 191, 179, .22) 100%)
}

.doc-photo svg {
    width: 130px;
    height: 160px;
    position: absolute;
    bottom: 0;
    opacity: .2;
    transition: .18s
}

.doc-card:hover .doc-photo svg {
    opacity: .28;
    transform: scale(1.04)
}

.doc-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: .7rem;
    font-weight: 700;
    color: var(--teal-d);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    z-index: 1;
}

.doc-info {
    padding: 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.doc-info h3 {
    font-size: 1.12rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.doc-info a {
    line-height: normal;
    font-weight: 400;
}
.doc-info p {
    font-size: .95rem;
    color: var(--teal);
    font-weight: 600;
    margin-bottom: 14px;
    flex: 1;
    line-height: normal;
}

.btn-appt {
    width: 100%;
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--ink);
    padding: 9px;
    border-radius: var(--r-sm);
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
    margin-top: auto;
}

.doc-card:hover .btn-appt {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
    transform: translateY(-1px)
}

/* ══════════════════════════════════════════
   REVIEWS & BLOG
══════════════════════════════════════════ */
.reviews-section {
    background: var(--bg)
}

.blog-section {
    background: #fff
}

.carousel-wrap {
    overflow-x: auto;
    position: relative;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    padding-bottom: 20px;
}

.carousel-wrap::-webkit-scrollbar {
    display: none
}

.carousel-track {
    display: flex;
    gap: 22px;
    transition: none;
    width: max-content;
}

.rev-card, .blog-card {
    width: calc((min(100vw, 1200px) - 48px - 66px) / 4);
    flex-shrink: 0;
    scroll-snap-align: start;
    background: #fff;
    border-radius: var(--r);
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: var(--shadow);
    transition: all .18s cubic-bezier(.22, 1, .36, 1);
}

.rev-card:hover, .blog-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-lg);
}

/* Відгуки */
.rev-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rev-top {
    display: flex;
    align-items: center;
    gap: 14px
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--teal-l);
    color: var(--teal-d);
    font-weight: 700;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .25s
}

.rev-card:hover .avatar {
    background: var(--teal);
    color: #fff
}

.rev-name {
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--ink)
}

.stars {
    color: #f05a3e;
    font-size: .88rem;
    letter-spacing: 1.5px;
    margin-top: 2px
}

.rev-text {
    font-size: .97rem;
    color: var(--text);
    line-height: 1.7;
    flex: 1
}

/* Блог */
.blog-card {
    display: flex;
    flex-direction: column;
    height: auto;
}

.blog-img {
    overflow: hidden;
    height: 190px
}

.blog-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-cat {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--teal);
    display: block;
    margin-bottom: 8px
}

.blog-body h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.45;
    margin-bottom: 14px;
    flex: 1;
}

.blog-link {
    font-size: .8rem;
    font-weight: 700;
    color: var(--teal);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .2s;
    margin-top: auto;
}

.blog-card:hover .blog-link {
    gap: 9px
}

.cnav {
    display: flex;
    gap: 8px
}

.cnav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--ink);
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1)
}

.cnav-btn:hover {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
    transform: scale(1.08)
}

/* ══════════════════════════════════════════
   SEO TEXT SECTION
══════════════════════════════════════════ */
.seo-section {
    background: var(--bg);
    padding: 60px 0;
    border-top: 1px solid var(--border);
}

.seo-content {
    max-width: 900px;
    margin: 0 auto;
    color: var(--text);
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: justify;
}

.seo-content h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--ink);
}

.seo-content p {
    margin-bottom: 15px;
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.footer {
    background: var(--ink-2);
    color: rgba(255, 255, 255, .6);
    padding-top: 64px
}

.footer-grid {
    display: grid;
    grid-template-columns:2fr 1fr 1fr 1.3fr;
    gap: 48px;
    margin-bottom: 48px
}

.footer-logo {
    height: 50px;
    margin-bottom: 18px;
    /*filter: brightness(0) invert(1)*/
}

.footer p {
    font-size: .97rem;
    line-height: 1.75;
    margin-bottom: 22px;
    color: white;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.soc {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .55) !important;
    transition: .25s;
    border: 1px solid rgba(255, 255, 255, .08)
}

.soc:hover {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
    transform: translateY(-2px)
}

.soc svg {
    display: block;
    width: 18px;
    height: 18px;
}

.footer h4 {
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px
}

.footer-links li {
    /*margin-bottom: 10px;*/
    list-style: none;
}

.footer-links a {
    font-size: .97rem;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 0
}

.footer-links a:hover {
    color: var(--teal);
    padding-left: 5px
}

.footer ul {
    margin: 0;
}

.footer-contacts li {
    font-size: .97rem;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-contacts li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--teal);
    margin-top: 12px;
    flex-shrink: 0
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .78rem;
    background-color: transparent;
}

/* ══════════════════════════════════════════
   FLOATING BTN
══════════════════════════════════════════ */
.float-cta {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 800;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end
}

.float-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--teal);
    color: #fff !important;
    padding: 13px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: .85rem;
    box-shadow: 0 8px 28px rgba(61, 191, 179, .4);
    transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
    line-height: normal;
}

.float-btn:hover {
    background: var(--teal-d);
    transform: translateY(-3px) scale(1.04)
}

.float-btn.secondary {
    background: var(--ink);
    box-shadow: 0 8px 28px rgba(13, 27, 42, .25);
    transform: scale(.95);
    opacity: 0;
    pointer-events: none;
    transition: all .3s cubic-bezier(.34, 1.56, .64, 1)
}

.float-cta:hover .float-btn.secondary {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    color: white;
}

/* ══════════════════════════════════════════
   MODAL
══════════════════════════════════════════ */
/* !important — старий main.css (st-main) вантажиться після нас
   на внутрішніх сторінках і перебиває .modal (position:relative, z-index:12) */
.modal {
    display: none;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    background: rgba(13, 27, 42, .65) !important;
    z-index: 9999 !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    backdrop-filter: blur(5px);
    max-width: 100% !important;
}

.modal:not(.open) {
    display: none !important;
}

.modal.open {
    display: flex !important;
}

.modal-box {
    background: #fff;
    border-radius: 22px;
    width: 100%;
    max-width: 420px;
    padding: 40px;
    position: relative;
    animation: modalIn .35s cubic-bezier(.34, 1.56, .64, 1) both;
    max-height: 100vh;
    overflow: auto;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: scale(.88) translateY(20px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: var(--bg);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    transition: .2s
}

.modal-close:hover {
    background: var(--teal-l);
    color: var(--teal-d)
}

.modal-box h3 {
    font-size: 1.45rem;
    margin-bottom: 6px
}

.modal-box .sub {
    font-size: .85rem;
    color: var(--text-l);
    margin-bottom: 26px
}

.m-field {
    margin-bottom: 14px
}

.m-field label {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--text-l);
    margin-bottom: 6px
}

.m-field input, .m-field select {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    font-family: inherit;
    font-size: .9rem;
    color: var(--ink);
    outline: none;
    background: var(--bg);
    transition: .25s
}

.m-field input:focus, .m-field select:focus {
    border-color: var(--teal);
    background: #fff
}

.btn-msub {
    width: 100%;
    padding: 15px;
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    margin-top: 6px;
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1)
}

.btn-msub:hover {
    background: var(--teal-d);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(61, 191, 179, .35)
}

/* ══════════════════════════════════════════
   MODAL CF7 — стилі для Contact Form 7 у попапі
══════════════════════════════════════════ */
.modal-cf7 .wpcf7-form p {
    margin-bottom: 14px
}

.modal-cf7 .wpcf7-form label {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--text-l);
    margin-bottom: 6px
}

.modal-cf7 .wpcf7-form input:not([type=submit]),
.modal-cf7 .wpcf7-form select,
.modal-cf7 .wpcf7-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    font-family: inherit;
    font-size: .9rem;
    color: var(--ink);
    outline: none;
    background: var(--bg);
    transition: .25s;
    box-sizing: border-box
}

.modal-cf7 .wpcf7-form input:focus,
.modal-cf7 .wpcf7-form select:focus,
.modal-cf7 .wpcf7-form textarea:focus {
    border-color: var(--teal);
    background: #fff
}

.modal-cf7 .wpcf7-form input[type=submit],
.modal-cf7 .wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 15px;
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    margin-top: 6px;
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1)
}

.modal-cf7 .wpcf7-form input[type=submit]:hover,
.modal-cf7 .wpcf7-form .wpcf7-submit:hover {
    background: var(--teal-d);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(61, 191, 179, .35)
}

.modal-cf7 .wpcf7-not-valid {
    border-color: #e74c3c !important
}

.modal-cf7 .wpcf7-not-valid-tip {
    font-size: .75rem;
    color: #e74c3c;
    margin-top: 4px;
    display: block
}

.modal-cf7 .wpcf7-response-output {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: var(--r-sm);
    font-size: .85rem;
    border: none !important;
    background: var(--teal-l);
    color: var(--teal-d)
}

.modal-cf7 .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724
}

.modal-cf7 .wpcf7-validation-errors {
    background: #fdecea;
    color: #c0392b
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1200px) {
    .booking-inner {
        grid-template-columns:1fr 380px;
        gap: 48px
    }

    .drop-menu-wide {
        min-width: 600px
    }

    #header .header-inner {
        gap: 10px;
    }

    #header .nav > ul > li > a {
        padding: 8px 4px;
    }

    #header .phone-link {
        font-size: 16px;
    }

    #header .header-cta {
        gap: 8px;
    }

    #header .header-cta .btn {
        padding: 8px 12px;
        font-size: 14px;
    }

}

@media (max-width: 1024px) {
    .doctor-grid {
        grid-template-columns:repeat(4, 1fr);
        gap: 14px
    }

    .about-grid {
        gap: 36px
    }

    .footer-grid {
        grid-template-columns:1fr 1fr;
        gap: 36px
    }

    .rev-card, .blog-card {
        width: calc((100vw - 48px - 44px) / 3);
    }

    .doc-photo {
        /*height: 220px*/
    }

    .topbar {
        /*display: none*/
    }

    .hamburger {
        display: flex;
        z-index: 1001;
    }

    .header-cta .phone-link {
        display: none;
    }

    .nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        padding: 100px 24px 40px;
        transform: translateX(105%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        z-index: 1000;
        display: flex !important;
    }

    .nav.active {
        transform: translateX(0);
    }

    .nav ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 0;
    }

    .nav > ul > li {
        width: 100%;
    }

    .nav > ul > li > a {
        display: block;
        padding: 12px 0;
        font-size: 1.1rem;
        border-bottom: 1px solid var(--border);
        border-radius: 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .drop-menu-wide, .drop-menu {
        min-width: 100%;
        position: static;
        box-shadow: none;
        border: none;
        padding: 10px 0;
        display: none;
        flex-direction: column;
        opacity: 1;
        transform: none;
        animation: none;
        background: var(--bg);
    }

    /* На мобільних дропдаун керується ТІЛЬКИ класом .mob-open (JS).
       hover ігнорується повністю — на тачі він спрацьовує разом
       з тапом і меню відкривалося під пальцем. */
    .dropdown .drop-menu,
    .dropdown .drop-menu-wide,
    .dropdown:hover .drop-menu,
    .dropdown:hover .drop-menu-wide {
        display: none !important;
    }

    .dropdown.mob-open .drop-menu,
    .dropdown.mob-open .drop-menu-wide {
        display: flex !important;
    }

    .about-grid, .booking-inner {
        grid-template-columns:1fr
    }

    .hero-content h1 {
        font-size: 1.7rem
    }

    .hero-stats {
        display: none
    }

    .qs-wrap {
        grid-template-columns:1fr;
        margin-top: 30px;
    }

    .qs-item {
        border-right: none;
        border-bottom: 1px solid var(--border)
    }

    .srv-grid {
        grid-template-columns:1fr
    }

    .doctor-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns:1fr
    }

    .float-cta {
        bottom: 100px;
        right: 16px
    }

    .carousel-wrap {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .carousel-wrap::-webkit-scrollbar {
        display: none;
    }

    .carousel-track {
        width: max-content;
    }

    .rev-card, .blog-card {
        width: calc(100vw - 48px);
        scroll-snap-align: center;
    }

    .cnav {
        display: none;
    }

    /* ── Хедер: фіксований на мобільних (sticky ламається через
       overflow на предках), компактна CTA-кнопка, без pulse-кільця ── */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    body {
        padding-top: 64px;
    }

    .header-inner {
        height: 64px;
        gap: 12px;
    }

    .header-cta {
        gap: 8px;
    }

    .header-cta .btn {
        padding: 10px 18px;
        font-size: .85rem;
    }

    .btn-pulse::before {
        display: none;
    }

    .logo img {
        height: 34px;
    }

    /* ── Заголовки секцій ── */
    .section-h2 {
        font-size: 2rem;
    }

    .booking-text h2 {
        font-size: 2rem;
    }

    /* ── Шапки секцій (заголовок + кнопка) — перенос ── */
    .sec-hdr {
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 32px;
    }

    /* ── Booking: блоби не вилазять ── */
    .booking {
        overflow: hidden;
    }

    .booking-form-new {
        padding: 28px 20px;
    }

    /* ── Промо ── */
    .promo-header {
        flex-wrap: wrap;
        gap: 16px;
    }

    /* ── Футер ── */
    .footer-bottom {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}

/* Прибираємо випадковий горизонтальний скрол (off-canvas nav, блоби).
   clip замість hidden — hidden створює scroll-контейнер і ламає position:sticky */
html, body {
    overflow-x: clip;
    max-width: 100%;
}

/* SVG ICONS IN DROPDOWN */
.drop-menu a svg.di {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    flex: 0 0 18px !important;
    stroke-width: 1.8px !important;
    color: var(--teal) !important;
    display: block !important;
    transition: transform .2s !important;
}

.drop-menu a:hover svg.di {
    color: var(--teal-d) !important;
    transform: scale(1.1) !important;
}

/* ══════════════════════════════════════════
   АКЦІЇ / PROMO SECTION
══════════════════════════════════════════ */
.promo-section {
    background: var(--bg);
    padding: 0 0 80px;
    position: relative;
    overflow: hidden
}

.promo-section::before {
    display: none
}

.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px
}

.promo-grid {
    display: grid;
    grid-template-columns:1.6fr 1fr 1fr;
    gap: 20px
}

.promo-card {
    border-radius: var(--r);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow .18s
}

.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg)
}

.promo-card.featured {
    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px
}

.promo-card.featured::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(61, 191, 179, .12);
    pointer-events: none
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--teal);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 16px;
    width: fit-content
}

.promo-badge-pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: badgePulse 1.8s ease-in-out infinite
}

@keyframes badgePulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .5;
        transform: scale(.7)
    }
}

.promo-card.featured h3 {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 12px;
    position: relative;
    z-index: 1
}

.promo-card.featured p {
    font-size: .88rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.65;
    margin-bottom: 28px;
    position: relative;
    z-index: 1
}

.promo-old-price {
    font-size: .82rem;
    color: rgba(255, 255, 255, .4);
    text-decoration: line-through;
    display: block;
    margin-bottom: 2px;
    position: relative;
    z-index: 1
}

.promo-new-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--teal);
    position: relative;
    z-index: 1
}

.promo-unit {
    font-size: .82rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .55);
    margin-left: 4px
}

/* ══════════════════════════════════════════
   CONTACTS PAGE (template-contacts.php)
══════════════════════════════════════════ */
.ct-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 460px;
}

.ct-hero-left {
    background: var(--ink);
    position: relative;
    overflow: hidden;
    padding: 64px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct-hero-left::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--ct-hero-bg) center/cover;
    opacity: .12;
}

.ct-hero-text {
    position: relative;
    z-index: 2;
}

.ct-hero h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -.3px;
}

.ct-hero h1 em {
    font-style: italic;
    font-weight: 400;
    color: var(--teal);
}

.ct-hero-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.72;
    margin-bottom: 36px;
    max-width: 400px;
}

.ct-phone-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ct-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    transition: .18s;
    text-decoration: none;
}

.ct-phone-link:hover {
    color: var(--teal);
}

.ct-phone-icon {
    width: 36px;
    height: 36px;
    background: rgba(61, 191, 179, .2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--teal);
}

.ct-hero-right {
    background: var(--bg);
    display: flex;
    align-items: center;
    padding: 56px 52px;
}

.ct-info-block {
    width: 100%;
}

.ct-info-title {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--teal);
    margin-bottom: 14px;
    display: block;
}

.ct-info-heading {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 28px;
    line-height: 1.2;
}

.ct-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.ct-detail-icon {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--teal-d);
    box-shadow: 0 2px 8px rgba(13, 27, 42, .06);
}

.ct-detail-label {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-l);
    margin-bottom: 3px;
}

.ct-detail-value {
    font-size: .97rem;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.55;
}

.ct-detail-value a {
    color: var(--teal);
    text-decoration: none;
    transition: .18s;
}

.ct-detail-value a:hover {
    color: var(--teal-d);
}

/* Клініки */
.ct-clinic-panel {
    display: grid;
    grid-template-columns: 420px 1fr;
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: #fff;
}

.ct-clinic-photo {
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.ct-clinic-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.ct-clinic-photo:hover img {
    transform: scale(1.04);
}

.ct-clinic-photo-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--teal);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 7px 16px;
    border-radius: 50px;
}

.ct-clinic-info {
    background: #fff;
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct-clinic-info h2 {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 28px;
}

.ct-clinic-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.ct-clinic-detail-icon {
    width: 36px;
    height: 36px;
    background: var(--teal-l);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--teal-d);
}

.ct-clinic-label {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-l);
    margin-bottom: 3px;
}

.ct-clinic-value {
    font-size: .95rem;
    color: var(--ink);
    line-height: 1.55;
}

.ct-clinic-value a {
    color: var(--teal);
}

.ct-clinic-btns {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
}

/* Карти */
.ct-maps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ct-map-label {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-l);
    margin-bottom: 12px;
}

.ct-map-frame {
    width: 100%;
    height: 360px;
    border: none;
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow);
}

/* Форма зворотного зв'язку */
.ct-form-section {
    background: var(--ink);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ct-form-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(61, 191, 179, .06);
    pointer-events: none;
}

.ct-form-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.ct-form-heading {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}

.ct-form-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    margin-bottom: 28px;
}

.ct-form-perks {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ct-perk {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .95rem;
    color: rgba(255, 255, 255, .8);
}

.ct-perk::before {
    content: '✓';
    font-weight: 800;
    color: var(--teal);
    flex-shrink: 0;
}

.ct-form-box {
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 40px;
}

.cf-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.cf-note {
    text-align: center;
    font-size: .8rem;
    color: rgba(255, 255, 255, .4);
    margin-top: 12px;
}

/* CF7 всередині ct-form-box */
.ct-form-box .wpcf7-form p {
    margin-bottom: 14px;
}

/* Обгортка поля (лейбл + інпут) у формі контактів */
.ct-form-box .cf-field {
    margin-bottom: 14px;
}

.ct-form-box .submit-popup {
    margin-top: 8px;
}

.ct-form-box .wpcf7-form label {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 7px;
}

.ct-form-box .wpcf7-form input[type="text"],
.ct-form-box .wpcf7-form input[type="tel"],
.ct-form-box .wpcf7-form input[type="email"],
.ct-form-box .wpcf7-form select,
.ct-form-box .wpcf7-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: #fff !important;
    font-family: inherit;
    font-size: .95rem;
    outline: none;
    transition: .25s;
    resize: none;
    box-sizing: border-box;
}

.ct-form-box .wpcf7-form input[type="text"]::placeholder,
.ct-form-box .wpcf7-form input[type="tel"]::placeholder,
.ct-form-box .wpcf7-form input[type="email"]::placeholder,
.ct-form-box .wpcf7-form select::placeholder,
.ct-form-box .wpcf7-form textarea::placeholder {
    color: #fff !important;
}

.ct-form-box .wpcf7-form input::placeholder,
.ct-form-box .wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, .4);
}

.ct-form-box .wpcf7-form input:focus,
.ct-form-box .wpcf7-form select:focus,
.ct-form-box .wpcf7-form textarea:focus {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .14);
}

.ct-form-box .wpcf7-form select option {
    color: var(--ink);
    background: #fff;
}

.ct-form-box .wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 15px;
    background: var(--teal) !important;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
}

.ct-form-box .wpcf7-form .wpcf7-submit:hover {
    background: var(--teal-d);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(61, 191, 179, .35);
    border:none!important;
}

.ct-form-box .wpcf7-not-valid-tip {
    color: rgba(255, 180, 180, .9);
    font-size: .75rem;
    margin-top: 4px;
}

.ct-form-box .wpcf7-response-output {
    border: 1px solid rgba(255, 255, 255, .3) !important;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: .85rem;
    margin: 10px 0 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .ct-clinic-panel {
        grid-template-columns: 1fr;
    }

    .ct-clinic-photo {
        min-height: 260px;
    }

    .ct-form-inner {
        gap: 48px;
    }
}

@media (max-width: 768px) {
    .doctor-grid {
        grid-template-columns: repeat(1, 1fr);
    }


    .ct-hero {
        grid-template-columns: 1fr;
    }

    .ct-map-frame {
        height: 280px;
    }

    .ct-form-heading {
        font-size: 1.7rem;
    }

    .ct-clinic-btns .btn {
        width: 100%;
        justify-content: center;
    }

    .ct-clinic-photo {
        min-height: 220px;
    }

    .ct-hero-left, .ct-hero-right {
        padding: 48px 24px;
    }

    .ct-hero h1 {
        font-size: 2.2rem;
    }

    .ct-maps-grid {
        grid-template-columns: 1fr;
    }

    .ct-form-inner {
        grid-template-columns: 1fr;
    }

    .ct-form-box {
        padding: 28px 20px;
    }

    .ct-clinic-info {
        padding: 28px 24px;
    }

}

/* ══════════════════════════════════════════
   СТАТИЧНІ СТОРІНКИ (сертифікати / партнери / текстова)
══════════════════════════════════════════ */

/* Сертифікати */
.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Рамка як у srv-card на головній: біла картка з паддінгом,
   глибока тінь, підйом і teal-рамка на hover, градієнтний відблиск */
.cert-item {
    display: block;
    background: #fff;
    border-radius: var(--r);
    padding: 20px;
    border: 1px solid transparent;
    box-shadow: 0 2px 12px rgba(13, 27, 42, .06), 0 1px 3px rgba(13, 27, 42, .04);
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s cubic-bezier(.22, 1, .36, 1), border-color .2s;
    position: relative;
    overflow: hidden;
}

.cert-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r);
    background: linear-gradient(135deg, rgba(61, 191, 179, .06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .32s;
    pointer-events: none;
}

.cert-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--r-sm);
    border: 1px solid var(--border);
}

.cert-item:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 24px 48px rgba(13, 27, 42, .13), 0 8px 16px rgba(61, 191, 179, .1);
    border-color: var(--teal-m);
}

.cert-item:hover::after {
    opacity: 1;
}

/* Партнери */
.partner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.partner-card {
    background: #fff;
    border-radius: var(--r);
    padding: 36px;
    border: 1px solid transparent;
    box-shadow: var(--shadow);
    transition: all .32s cubic-bezier(.22, 1, .36, 1);
    display: flex;
    flex-direction: column;
}

.partner-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--teal-m);
}

.partner-logo {
    margin-bottom: 20px;
}

.partner-logo img {
    max-height: 90px;
    width: auto;
    display: block;
}

.partner-card h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 14px;
}

.partner-text {
    font-size: .97rem;
    color: var(--text);
    line-height: 1.75;
    margin-bottom: 20px;
}

.partner-text p {
    margin-bottom: 12px;
}

.partner-text a {
    color: var(--teal);
}

/* Текстова сторінка — стаття */
.article-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 44px;
}

.article-gallery-item {
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.article-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-prose {
    max-width: 860px;
    margin: 0 auto;
    font-size: 1rem;
    color: var(--text);
    line-height: 1.85;
}

.article-prose h2, .article-prose h3 {
    color: var(--ink);
    margin: 32px 0 16px;
    line-height: 1.3;
}

.article-prose h2 {
    font-size: 1.6rem;
}

.article-prose h3 {
    font-size: 1.25rem;
}

.article-prose p {
    margin-bottom: 18px;
}

.article-prose strong {
    color: var(--ink);
}

.article-prose a {
    color: var(--teal);
    text-decoration: none;
}

.article-prose a:hover {
    color: var(--teal-d);
}

.article-prose ul, .article-prose ol {
    margin: 0 0 18px 22px;
}

.article-prose ul {
    list-style: disc;
}

.article-prose ol {
    list-style: decimal;
}

.article-prose li {
    margin-bottom: 8px;
}

/* Зображення/відео з конвертованого WPBakery-контенту */
.article-prose .vc-conv-img-link,
.partner-fallback .vc-conv-img-link {
    display: block;
    margin: 24px 0;
}

.article-prose img.vc-conv-img,
.partner-fallback img.vc-conv-img {
    border-radius: var(--r);
    box-shadow: var(--shadow);
    height: auto;
}

.vc-conv-video {
    margin: 24px 0;
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow);
    aspect-ratio: 16 / 9;
}

.vc-conv-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* Сторінка цін (template-price.php) — акордеони */
.price-acc-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}

.price-acc {
    background: #fff;
    border-radius: var(--r);
    border: 1px solid transparent;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: border-color .2s, box-shadow .3s;
}

.price-acc:hover {
    border-color: var(--teal-m);
}

.price-acc-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 22px 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ink);
    text-align: left;
    transition: color .2s;
}

.price-acc-head:hover {
    color: var(--teal-d);
}

.price-acc-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--teal-l);
    color: var(--teal-d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 400;
    flex-shrink: 0;
    transition: .25s cubic-bezier(.34, 1.56, .64, 1);
}

.price-acc.open .price-acc-toggle {
    background: var(--teal);
    color: #fff;
    transform: rotate(45deg);
}

.price-acc-body {
    display: none;
    border-top: 1px solid var(--border);
}

.price-acc.open .price-acc-body {
    display: block;
}

@media (max-width: 768px) {
    .price-acc-head {
        padding: 16px 18px;
        font-size: 1rem;
    }
}

/* Стаття (single.php) */
.post-single-inner {
    max-width: 860px;
    margin: 0 auto;
}

.post-single-meta {
    font-size: .85rem;
    color: var(--text-l);
    font-weight: 600;
}

.post-single-thumb {
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 40px;
}

.post-single-thumb img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    /*display: block;*/
    display: none;
}

.related-posts-grid .blog-card {
    background: #fff;
}

/* Коментарі */
.post-comments .comments-title,
.post-comments .comment-reply-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 24px;
}

.post-comments .comment-list,
.post-comments .commentlist {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.post-comments .comment-list .comment,
.post-comments .commentlist .comment {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 22px 24px;
    margin-bottom: 16px;
}

.post-comments .comment-list .children,
.post-comments .commentlist .children {
    list-style: none;
    margin: 16px 0 0;
    padding-left: 24px;
}

.post-comments .comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
}

.post-comments .comment-author img {
    border-radius: 50%;
    margin: 0;
}

.post-comments .comment-metadata,
.post-comments .comment-meta .comment-metadata a {
    font-size: .78rem;
    color: var(--text-l);
    text-decoration: none;
}

.post-comments .comment-content {
    font-size: .95rem;
    color: var(--text);
    line-height: 1.7;
    margin-top: 8px;
}

.post-comments .reply a,
.post-comments .comment-reply-link {
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: var(--teal);
}

.post-comments .reply a:hover {
    /*color: var(--teal-d);*/
}

/* Форма коментарів — під стиль форм теми (.m-field) */
.post-comments .comment-form p {
    margin-bottom: 14px;
}

.comment-reply-link, .comment-edit-link {
    opacity: 1;
}

.comment-edit-link {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--teal);
    margin-left: 10px;
}

.post-comments .comment-form label {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--text-l);
    margin-bottom: 6px;
}

.post-comments .comment-form input[type="text"],
.post-comments .comment-form input[type="email"],
.post-comments .comment-form input[type="url"],
.post-comments .comment-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    font-family: inherit;
    font-size: .9rem;
    color: var(--ink);
    outline: none;
    background: var(--bg);
    transition: .25s;
    box-sizing: border-box;
    resize: vertical;
}

.post-comments .comment-form input:focus,
.post-comments .comment-form textarea:focus {
    border-color: var(--teal);
    background: #fff;
}

.post-comments .comment-form .form-submit {
    margin: 8px 0 0;
}

.post-comments .comment-form input[type="submit"],
.post-comments .comment-form .submit {
    display: inline-block;
    padding: 15px 36px;
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1);
}

.post-comments .comment-form input[type="submit"]:hover {
    background: var(--teal-d);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(61, 191, 179, .35);
}

.post-comments .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: .82rem;
    color: var(--text-l);
}

.post-comments .comment-form-cookies-consent input {
    margin-top: 3px;
    width: auto;
}

.post-comments .comment-form-cookies-consent label {
    display: inline;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    font-size: .82rem;
}

.post-comments .comment-notes,
.post-comments .logged-in-as {
    font-size: .82rem;
    color: var(--text-l);
}

/* Архів категорії (category.php) — грід статей */
.blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* blog-card в архіві — звичайна картка гріда, не слайд каруселі */
.blog-archive-grid .blog-card {
    width: auto;
    flex-shrink: unset;
    scroll-snap-align: unset;
    display: flex;
    flex-direction: column;
}

.blog-archive-grid .blog-img {
    height: 210px;
}

.blog-archive-grid .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-archive-pagination {
    margin-top: 48px;
    text-align: center;
}

.blog-archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 50px;
    font-weight: 700;
    font-size: .92rem;
    color: var(--ink);
    text-decoration: none;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
}

.blog-archive-pagination .page-numbers:hover {
    border-color: var(--teal);
    color: var(--teal-d);
    transform: translateY(-2px);
}

.blog-archive-pagination .page-numbers.current {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}

.blog-archive-pagination .page-numbers.dots {
    border: none;
    background: transparent;
}

@media (max-width: 1024px) {
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cert-grid {
        grid-template-columns: 1fr;
    }

    .partner-grid {
        grid-template-columns: 1fr;
    }

    .article-gallery {
        grid-template-columns: 1fr;
    }

    .partner-card {
        padding: 24px 20px;
    }

    .blog-archive-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════
   СТОРІНКА "НАШІ ЛІКАРІ" (/nashi-vrachi/, WPBakery mega_team)
══════════════════════════════════════════ */

/* Картка лікаря — під стиль doc-card-g */
.mega_team_case_3 {
    width: 100% !important;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(13, 27, 42, .07);
    border: 1px solid transparent;
    transition: all .34s cubic-bezier(.22, 1, .36, 1);
    margin-bottom: 28px;
    padding: 12px 12px 0;
    display: flex;
    flex-direction: column;
}

.mega_team_case_3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(13, 27, 42, .13);
    border-color: var(--teal-m);
}

.mega_team_case_3 .mega_team_wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mega_team_case_3 .member-image {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(160deg, var(--teal-l) 0%, var(--teal-m) 100%);
}

.mega_team_case_3 .member-image a {
    display: block;
}

.mega_team_case_3 .member-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .4s ease;
}

.mega_team_case_3 picture {
    height: 100%;
    width: 100%;
}

.mega_team_case_3:hover .member-image img {
    transform: scale(1.04);
}

.mega_team_case_3 .member-name {
    padding: 18px 10px 20px;
    font-size: 1.15rem !important;
    font-weight: 800;
    color: var(--ink) !important;
    line-height: 1.25;
    text-align: left;
}

.mega_team_case_3 .member-name span {
    display: block;
    margin-top: 6px;
    font-size: .88rem !important;
    font-weight: 600;
    color: var(--teal) !important;
    text-transform: none;
    letter-spacing: 0;
}

/* Порожні блоки шорткода — прибираємо, щоб не давали відступів */
.mega_team_case_3 .member-desc,
.mega_team_case_3 .member-info,
.mega_team_case_3 .member-skills {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

.mega_team_case_3 .member-social {
    display: none !important;
}

/* "Смотрите также" — список посилань у вигляді карток related-grid */
.page-id-6255 .wpb_text_column ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0 0;
    padding: 0;
}

.page-id-6255 .wpb_text_column ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-id-6255 .wpb_text_column ul li::before {
    display: none;
}

.page-id-6255 .wpb_text_column ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 20px 24px;
    font-size: .97rem;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    transition: all .28s cubic-bezier(.22, 1, .36, 1);
}

.page-id-6255 .wpb_text_column ul li a::before {
    content: '→';
    color: var(--teal);
    font-weight: 800;
    flex-shrink: 0;
    transition: transform .2s;
}

.page-id-6255 .wpb_text_column ul li a:hover {
    border-color: var(--teal);
    transform: translateX(6px);
    box-shadow: var(--shadow);
    color: var(--teal-d);
}

.page-id-6255 .wpb_text_column ul li a:hover::before {
    transform: translateX(3px);
}

/* Заголовок "Смотрите также:" — як tag секції */
.page-id-6255 .wpb_text_column p span[style*="underline"] {
    text-decoration: none !important;
    display: inline-block;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--teal);
}

@media (max-width: 1024px) {
    .page-id-6255 .wpb_text_column ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .page-id-6255 .wpb_text_column ul {
        grid-template-columns: 1fr;
    }

    .mega_team_case_3 .member-image img {
        height: 240px;
    }

    .topbar-left {
        display: none;
    }

    .topbar-right {
        margin-left: auto;
    }
}

/* ══════════════════════════════════════════
   SERVICE PAGE (content-service.php)
══════════════════════════════════════════ */

/* Скидання обгортки zoo, щоб секції були full-width */
.content-single-service .wrap-main-content {
    max-width: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.content-single-service .service-detail-new {
    width: 100%;
}

/* Breadcrumb */
.breadcrumb {
    padding: 14px 0;
    font-size: .85rem;
    color: var(--text-l);
}

.breadcrumb a {
    color: var(--text-l);
    transition: .2s;
}

.breadcrumb a:hover {
    color: var(--teal);
}

.breadcrumb span {
    margin: 0 8px;
    color: var(--border);
}

/* Service Hero */
.srv-hero {
    background: var(--ink);
    position: relative;
    overflow: hidden;
    padding: 80px 0 72px;
}

.srv-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--srv-hero-bg) center/cover no-repeat;
    opacity: .18;
}

.srv-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
}

.srv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 191, 179, .15);
    border: 1px solid rgba(61, 191, 179, .3);
    color: var(--teal);
    padding: 7px 18px;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.srv-hero h1 {
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 20px;
    letter-spacing: -.3px;
    /*font-style: italic;*/
    font-weight: 400;
}

.srv-hero-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .75);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 520px;
    /*font-style: italic;*/
}

.srv-hero-stats {
    display: flex;
    gap: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.srv-hs-num {
    font-size: 2rem;
    color: var(--teal);
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    /*font-style: italic;*/
    font-weight: 500;
}

.srv-hs-label {
    font-size: .8rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hero form + CF7 всередині (glassmorphism) */
.srv-hero-form {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 32px;
}
.srv-hero-form textarea {
    display: none;
}
.srv-hero-form h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 22px;
}

.srv-hero-form .wpcf7-form p {
    margin-bottom: 12px;
}

.srv-hero-form .wpcf7-form label {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 6px;
}

.srv-hero-form .wpcf7-form input[type="text"],
.srv-hero-form .wpcf7-form input[type="tel"],
.srv-hero-form .wpcf7-form input[type="email"],
.srv-hero-form .wpcf7-form select,
.srv-hero-form .wpcf7-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-family: inherit;
    font-size: .95rem;
    outline: none;
    transition: .25s;
    box-sizing: border-box;
}

.srv-hero-form .wpcf7-form input::placeholder,
.srv-hero-form .wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, .5);
}

.srv-hero-form .wpcf7-form input:focus,
.srv-hero-form .wpcf7-form select:focus,
.srv-hero-form .wpcf7-form textarea:focus {
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .2);
}

.srv-hero-form .wpcf7-form select option {
    color: var(--ink);
    background: #fff;
}

.srv-hero-form .wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 15px;
    background: var(--teal) !important;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 6px;
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1);
    line-height: normal;
    font-family: inherit;
}

.srv-hero-form .wpcf7-form .wpcf7-submit:hover {
    background: var(--teal-d);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(61, 191, 179, .35);
    border: none!important;
}

.srv-hero-form .wpcf7-not-valid-tip {
    color: rgba(255, 180, 180, .9);
    font-size: .75rem;
    margin-top: 4px;
}

.srv-hero-form .wpcf7-response-output {
    border: 1px solid rgba(255, 255, 255, .3) !important;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: .85rem;
    margin: 10px 0 0;
}

/* Що входить */
.included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.inc-card {
    background: #fff;
    border-radius: var(--r);
    padding: 32px;
    box-shadow: var(--shadow);
    border: 1px solid transparent;
    transition: all .32s cubic-bezier(.22, 1, .36, 1);
    position: relative;
    overflow: hidden;
}

.inc-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r);
    background: linear-gradient(135deg, rgba(61, 191, 179, .05), transparent);
    opacity: 0;
    transition: .32s;
    pointer-events: none;
}

.inc-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--teal-m);
}

.inc-card:hover::after {
    opacity: 1;
}

.inc-icon {
    width: 52px;
    height: 52px;
    background: var(--teal-l);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: var(--teal-d);
    transition: .3s;
}

.inc-card:hover .inc-icon {
    background: var(--teal);
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
}

.inc-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--ink);
    /*font-style: italic;*/
}

.inc-card p {
    font-size: .95rem;
    color: var(--text);
    line-height: 1.65;
}

/* Ціни */
.price-section {
    background: var(--bg);
}

.price-table {
    background: #fff;
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 28px;
    border-bottom: 1px solid var(--border);
    transition: background .2s;
}

.price-row:last-child {
    border-bottom: none;
}

.price-row:hover {
    background: var(--teal-l);
}

.price-name {
    font-size: 1rem;
    font-weight: 400;
    color: var(--ink);
}

.price-note {
    font-size: .82rem;
    color: var(--text-l);
    margin-top: 3px;
}

.price-val {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--teal);
    white-space: nowrap;
}

.price-row.featured {
    background: var(--teal-l);
}

.price-row.featured .price-name {
    font-weight: 700;
    color: var(--ink);
}

/* Чому Auris */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-card {
    text-align: center;
    padding: 32px 20px;
}

.why-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: var(--teal-l);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--teal-d);
    transition: .3s;
}

.why-card:hover .why-icon {
    background: var(--teal);
    color: #fff;
    transform: scale(1.08) rotate(-4deg);
}

.why-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--ink);
}

.why-card p {
    font-size: .9rem;
    color: var(--text);
    line-height: 1.6;
}

/* Суміжні послуги */
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rel-card {
    background: #fff;
    border-radius: var(--r);
    padding: 28px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all .28s cubic-bezier(.22, 1, .36, 1);
}

.rel-card:hover {
    border-color: var(--teal);
    transform: translateX(6px);
    box-shadow: var(--shadow);
}

.rel-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--teal-l);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--teal-d);
}

.rel-name {
    font-size: .97rem;
    font-weight: 600;
    color: var(--ink);
}

.rel-price {
    font-size: .82rem;
    color: var(--text-l);
    margin-top: 3px;
}

/* Doctor grid cards */
.docs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.doc-card-g {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(13, 27, 42, .07);
    transition: all .34s cubic-bezier(.22, 1, .36, 1);
    display: flex;
    flex-direction: column;
}

.doc-card-g:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(13, 27, 42, .13);
}

.doc-card-photo-g {
    height: 380px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin: 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-card-photo-g svg {
    width: 120px;
    height: 155px;
    position: absolute;
    bottom: 0;
    opacity: .35;
    transition: .3s;
}

.doc-card-g:hover .doc-card-photo-g svg {
    opacity: .48;
    transform: scale(1.04);
}

.doc-card-badge-g {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    padding: 6px 13px;
    font-size: .75rem;
    font-weight: 700;
    color: var(--ink);
}

.doc-card-body-g {
    padding: 20px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.doc-card-cat {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--teal);
    margin-bottom: 8px;
}

.doc-card-name-g {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 4px;
    line-height: 1.2;
}

.doc-card-name-g a {
    color: inherit;
}

.doc-card-name-g a:visited {
    color: inherit;
}

.doc-card-name-g a:hover {
    color: var(--teal-d);
}

.doc-card-title-g {
    font-size: .88rem;
    color: var(--text-l);
    margin-bottom: 18px;
    line-height: normal;
}

.doc-card-btn {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 26px;
    background: var(--teal);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
    text-transform: none;
    letter-spacing: normal;
}

.doc-card-btn:hover {
    background: var(--teal-d);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(61, 191, 179, .35);
    color: white;
}

/* Booking CTA */
.srv-cta {
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-d) 100%);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.srv-cta-blob {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    pointer-events: none;
}

.srv-cta-tag {
    display: block;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 14px;
}

.srv-cta h2 {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.18;
    margin-bottom: 16px;
    letter-spacing: -.3px;
    /*font-style: italic;*/
}
.srv-cta-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .8);
}
.srv-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
}

/* SEO / контент */
.srv-seo {
    background: var(--bg);
    padding: 72px 0;
    border-top: 1px solid var(--border);
}

.srv-seo-inner {
    max-width: 860px;
    margin: 0 auto;
}

.srv-seo .post-content p {
    font-size: 1rem;
    color: var(--text);
    line-height: 1.85;
    margin-bottom: 20px;
}

.srv-seo .post-content strong {
    color: var(--ink);
}

.srv-seo .post-content h2, .srv-seo .post-content h3 {
    color: var(--ink);
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 1024px) {
    .srv-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .srv-hero-form {
        max-width: 480px;
    }

    .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .docs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .srv-hero {
        padding: 48px 0 44px;
    }

    .srv-hero h1 {
        font-size: 2.2rem;
    }

    .srv-hero-form {
        padding: 24px 20px;
        max-width: none;
    }

    .price-row {
        padding: 14px 16px;
        gap: 12px;
    }

    .price-val {
        font-size: 1rem;
    }

    .srv-cta-btns .btn {
        width: 100%;
        justify-content: center;
    }

    .inc-card {
        padding: 24px 20px;
    }

    .srv-seo {
        padding: 48px 0;
    }

    .srv-hero-stats {
        display: none;
    }

    .included-grid, .why-grid, .related-grid {
        grid-template-columns: 1fr;
    }

    .srv-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .docs-grid {
        grid-template-columns: 1fr;
    }
}

.promo-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--teal);
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 700;
    margin-top: 20px;
    width: fit-content;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
    position: relative;
    z-index: 1;
    text-decoration: none
}

.promo-cta:hover {
    background: var(--teal-d);
    transform: translateX(4px)
}

.promo-card.small {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    padding: 28px
}

.promo-card.small .promo-badge {
    background: var(--teal-l);
    color: var(--teal-d)
}

.promo-card.small .promo-badge-pulse {
    background: var(--teal)
}

.promo-card.small h3 {
    font-size: 1.05rem;
    color: var(--ink);
    line-height: 1.35;
    margin-bottom: 8px;
    flex: 1
}

.promo-card.small p {
    font-size: .82rem;
    color: var(--text-l);
    line-height: 1.6;
    margin-bottom: 16px
}

.promo-card.small .promo-new-price {
    font-size: 1.4rem;
    color: var(--teal)
}

.promo-card.small .promo-old-price {
    color: var(--text-l)
}

.promo-card.small .promo-cta {
    background: var(--teal-l);
    color: var(--teal-d);
    margin-top: auto;
    padding: 10px 18px;
    font-size: .8rem
}

.promo-card.small:hover .promo-cta {
    background: var(--teal);
    color: #fff
}

.promo-countdown {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    align-items: center
}

.promo-cd-unit {
    text-align: center
}

.promo-cd-num {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--ink);
    background: var(--bg);
    border-radius: 8px;
    padding: 6px 12px;
    min-width: 42px;
    line-height: 1
}

.promo-cd-label {
    font-size: .62rem;
    color: var(--text-l);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    display: block
}

.promo-cd-sep {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--teal-m);
    margin-bottom: 14px
}

.promo-tag-label {
    font-size: .72rem;
    font-weight: 600;
    color: var(--text-l);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

@media (max-width: 1024px) {
    .promo-grid {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 768px) {
    .promo-grid {
        grid-template-columns:1fr
    }

    .promo-card.featured {
        min-height: 260px
    }
}

/* ══════════════════════════════════════════
   MOTION & SHADOW ENHANCEMENTS
══════════════════════════════════════════ */

/* Staggered fade-in для дочірніх елементів */
.js-ready [data-stagger] > *:nth-child(1) {
    transition-delay: .05s
}

.js-ready [data-stagger] > *:nth-child(2) {
    transition-delay: .13s
}

.js-ready [data-stagger] > *:nth-child(3) {
    transition-delay: .21s
}

.js-ready [data-stagger] > *:nth-child(4) {
    transition-delay: .29s
}

.js-ready [data-stagger] > *:nth-child(5) {
    transition-delay: .37s
}

.js-ready [data-stagger] > *:nth-child(6) {
    transition-delay: .45s
}

/* Hero — плавна поява тексту при завантаженні */
@keyframes heroSlideUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-slide.active .eyebrow {
    animation: heroSlideUp .65s .1s both cubic-bezier(.22, 1, .36, 1)
}

.hero-slide.active h1 {
    animation: heroSlideUp .7s .22s both cubic-bezier(.22, 1, .36, 1)
}

.hero-slide.active p {
    animation: heroSlideUp .65s .36s both cubic-bezier(.22, 1, .36, 1)
}

.hero-slide.active .hero-btns {
    animation: heroSlideUp .65s .5s both cubic-bezier(.22, 1, .36, 1)
}

.hero-slide.active .hero-stats {
    animation: heroSlideUp .65s .62s both cubic-bezier(.22, 1, .36, 1)
}

/* Кнопки — bounce при натисканні */
.btn {
    transition: all .28s cubic-bezier(.34, 1.56, .64, 1);
}

.btn:active {
    transform: scale(.96) !important;
}

/* Картки послуг — глибша тінь + легкий підйом */
.srv-card {
    box-shadow: 0 2px 12px rgba(13, 27, 42, .06), 0 1px 3px rgba(13, 27, 42, .04);
    transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow .18s cubic-bezier(.22, 1, .36, 1), border-color .2s;
}

.srv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 48px rgba(13, 27, 42, .13), 0 8px 16px rgba(61, 191, 179, .1);
}

.srv-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r);
    background: linear-gradient(135deg, rgba(61, 191, 179, .06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .18s;
    pointer-events: none;
}

.srv-card:hover::after {
    opacity: 1;
}

/* Картки лікарів */
.doc-card {
    box-shadow: 0 2px 12px rgba(13, 27, 42, .06);
    transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow .18s, border-color .2s;
}

.doc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 44px rgba(13, 27, 42, .12), 0 6px 12px rgba(61, 191, 179, .09);
}

/* Картки відгуків і блогу */
.rev-card, .blog-card {
    box-shadow: 0 2px 10px rgba(13, 27, 42, .05);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
}

.rev-card:hover, .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(13, 27, 42, .11);
}

/* Лого — плавний scale */
.logo img {
    transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
}

.logo:hover img {
    transform: scale(1.06);
}

/* Іконки сервісів — bounce */
.srv-icon {
    transition: background .16s, transform .18s cubic-bezier(.34, 1.56, .64, 1), color .2s;
}

.srv-card:hover .srv-icon {
    transform: scale(1.15) rotate(-6deg);
}

/* Nav links — підкреслення */
.nav > ul > li > a {
    position: relative;
}

.nav > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--teal);
    border-radius: 1px;
    transform: scaleX(0);
    transition: transform .22s cubic-bezier(.34, 1.56, .64, 1);
}

.nav > ul > li > a:hover::after {
    transform: scaleX(1);
}

/* Кнопки nav scroll */
.snav {
    transition: background .22s, transform .22s cubic-bezier(.34, 1.56, .64, 1), border-color .2s;
}

.snav:hover {
    transform: scale(1.12);
}

/* Float button */
.float-btn {
    transition: transform .28s cubic-bezier(.34, 1.56, .64, 1), background .2s, box-shadow .2s;
}

.float-btn:hover {
    transform: translateY(-4px) scale(1.05);
}

/* Header — більш помітна тінь при скролі */
.header.scrolled {
    box-shadow: 0 4px 24px rgba(13, 27, 42, .1), 0 1px 4px rgba(13, 27, 42, .06);
}

/* qs-wrap — тінь знизу */
.qs-wrap {
    box-shadow: 0 12px 40px rgba(13, 27, 42, .1), 0 4px 12px rgba(13, 27, 42, .06);
}

/* Промо картки */
.promo-card {
    transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow .18s;
}

.promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 44px rgba(13, 27, 42, .14);
}

/* Fade-in зі зміщенням знизу */
.js-ready .fade-in {
    opacity: 0;
    transform: translateY(36px);
}

.js-ready .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
    /*font-style: italic;*/
}


.group-label, .srv-card h3, .doc-info h3, .blog-body h4, .qs-item h4, .booking-text h2, .auris-booking-text h2, .count-num, .hs-num, .promo-card h3, .section-h2, .srv-img-label h3 {
    font-family: 'Rubik', sans-serif
}

.ti-widget.ti-goog .ti-review-item > .ti-inner {
    background: #fff !important;
}

.wpcf7-response-output {
    width: auto !important;
}

.check-list {
    margin-left: 0;
}

.doc-pic {
    max-width: 214px;
}


.lang-switch a:hover {
    color: var(--teal);
}
