@font-face {
    font-family: "OK Doctor Georgian";
    src: url("../fonts/noto-sans-georgian-georgian.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
    unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}

@font-face {
    font-family: "OK Doctor Georgian";
    src: url("../fonts/noto-sans-georgian-latin.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
    unicode-range: U+0000-024F, U+1E00-1EFF;
}

:root {
    --okd-teal: #087f78;
    --okd-teal-dark: #05635e;
    --okd-teal-soft: #e8f7f4;
    --okd-mint: #78d8ce;
    --okd-navy: #183449;
    --okd-ink: #263746;
    --okd-muted: #6f7d88;
    --okd-line: #d8e7e5;
    --okd-cream: #fbf8f3;
    --okd-blush: #f6e8e4;
    --okd-surface: #f7fbfa;
    --okd-white: #ffffff;
    --okd-shadow: 0 20px 55px rgba(24, 52, 73, 0.1);
    --okd-shadow-soft: 0 10px 30px rgba(24, 52, 73, 0.07);
    --okd-radius: 18px;
    --okd-radius-lg: 26px;
    --okd-utility-height: 34px;
}

html {
    scroll-behavior: smooth;
}

body.okd-body {
    margin: 0;
    overflow-x: hidden;
    overflow-x: clip;
    background: var(--okd-white);
    color: var(--okd-ink);
    font-family: "OK Doctor Georgian", "Segoe UI", sans-serif;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.okd-body::selection {
    background: #bfeae5;
    color: var(--okd-navy);
}

.okd-body *,
.okd-profile *,
.okd-header *,
.okd-footer * {
    box-sizing: border-box;
}

.okd-body a,
.okd-profile a,
.okd-header a,
.okd-footer a {
    color: inherit;
    text-decoration: none;
}

.okd-body button,
.okd-body input,
.okd-body select,
.okd-body textarea,
.okd-profile button,
.okd-profile input,
.okd-profile select,
.okd-profile textarea {
    font: inherit;
}

.okd-skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    border-radius: 8px;
    background: var(--okd-navy);
    color: #fff !important;
    padding: 10px 14px;
    transform: translateY(-150%);
    transition: transform 160ms ease;
}

.okd-skip-link:focus {
    transform: translateY(0);
}

.okd-body :focus-visible {
    outline: 3px solid rgba(8, 127, 120, 0.34);
    outline-offset: 3px;
}

.okd-visually-hidden {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.okd-container {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.okd-utility {
    position: sticky;
    z-index: 110;
    top: 0;
    background: var(--okd-teal-dark);
    color: #eafffc;
    font-size: 12px;
}

.okd-utility-inner {
    display: flex;
    min-height: var(--okd-utility-height);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.okd-utility-contact {
    display: flex;
    gap: 28px;
}

.okd-utility a,
.okd-utility span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.okd-language-list {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    white-space: nowrap;
}

.okd-language-list form {
    display: inline-flex;
    margin: 0;
}

.okd-language-list button {
    border: 0;
    background: transparent;
    color: rgba(234, 255, 252, 0.72);
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.okd-language-list button:hover,
.okd-language-list button:focus-visible,
.okd-language-list button.is-active {
    color: #fff;
}

.okd-language-list button.is-active {
    font-weight: 800;
}

.okd-language-separator {
    opacity: 0.55;
}

.okd-header {
    position: sticky;
    z-index: 100;
    top: var(--okd-utility-height);
    border-bottom: 1px solid rgba(8, 127, 120, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 30px rgba(24, 52, 73, 0.05);
    backdrop-filter: blur(16px);
    transition: box-shadow 180ms ease, background 180ms ease;
}

.okd-header.is-scrolled {
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 12px 34px rgba(24, 52, 73, 0.1);
}

.okd-header-inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 30px;
    transition: min-height 180ms ease;
}

.okd-header.is-scrolled .okd-header-inner {
    min-height: 72px;
}

.okd-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
}

.okd-brand-mark {
    display: inline-flex;
    max-width: 120px;
    max-height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
}

.okd-brand-mark img {
    display: block;
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 46px;
    object-fit: contain;
    object-position: center;
}

.okd-brand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.okd-brand b {
    color: var(--okd-navy);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.025em;
}

.okd-brand small {
    margin-top: 4px;
    color: var(--okd-teal);
    font-size: 9px;
    font-weight: 700;
}

.okd-nav {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-left: auto;
}

.okd-nav ul,
.okd-footer-menu ul {
    display: contents;
    margin: 0;
    padding: 0;
    list-style: none;
}

.okd-nav-item {
    position: relative;
    display: flex;
    height: 100%;
    align-items: stretch;
}

.okd-nav-parent > a {
    gap: 7px;
}

.okd-nav-parent > a::before {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    order: 2;
    margin-top: -4px;
    border-right: 1.5px solid currentcolor;
    border-bottom: 1.5px solid currentcolor;
    content: "";
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.okd-nav-children {
    position: absolute;
    top: calc(100% - 6px);
    left: 50%;
    z-index: 20;
    display: flex;
    width: max-content;
    min-width: 230px;
    max-width: min(290px, calc(100vw - 32px));
    flex-direction: column;
    gap: 0;
    padding: 9px;
    transform: translate(-50%, 10px);
    border: 1px solid rgba(8, 127, 120, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 45px rgba(24, 52, 73, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease, transform 180ms ease, visibility 160ms ease;
}

.okd-nav-children::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 12px;
    content: "";
}

.okd-nav > .okd-nav-parent:hover > .okd-nav-children,
.okd-nav > .okd-nav-parent:focus-within > .okd-nav-children {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.okd-nav-children .okd-nav-item,
.okd-nav .okd-nav-children a {
    width: 100%;
    height: auto;
}

.okd-nav .okd-nav-children a {
    min-height: 40px;
    justify-content: space-between;
    border-radius: 9px;
    padding: 10px 12px;
    line-height: 1.35;
    white-space: normal;
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.okd-nav-children a::after {
    display: none;
}

.okd-nav-children a:hover,
.okd-nav-children a:focus-visible,
.okd-nav-children a.is-active {
    background: rgba(8, 127, 120, 0.08);
    box-shadow: inset 3px 0 0 var(--okd-teal);
}

.okd-nav-children .okd-nav-parent > a::before {
    margin-top: 0;
    transform: rotate(-45deg);
}

.okd-nav-children .okd-nav-children {
    top: -9px;
    left: calc(100% + 8px);
    transform: translateX(10px);
}

.okd-nav-children .okd-nav-children::before {
    top: 0;
    right: 100%;
    bottom: 0;
    left: auto;
    width: 12px;
    height: auto;
}

.okd-nav-children .okd-nav-parent:hover > .okd-nav-children,
.okd-nav-children .okd-nav-parent:focus-within > .okd-nav-children {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.okd-nav a {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    padding: 0 18px;
    color: #52616e;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.okd-nav a::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 2px;
    background: var(--okd-teal);
    content: "";
    transition: right 180ms ease, left 180ms ease;
}

.okd-nav a:hover,
.okd-nav a:focus-visible,
.okd-nav a.is-active {
    color: var(--okd-teal);
}

.okd-nav a:hover::after,
.okd-nav a:focus-visible::after,
.okd-nav a.is-active::after {
    right: 0;
    left: 0;
}

.okd-header-cta,
.okd-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--okd-teal);
    border-radius: 11px;
    background: var(--okd-teal);
    box-shadow: 0 10px 24px rgba(8, 127, 120, 0.19);
    color: #fff !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    padding: 0 21px;
    transition: background 180ms ease, box-shadow 180ms ease;
}

.okd-header-cta {
    box-shadow: none;
}

.okd-header-cta:hover,
.okd-button:hover {
    background: var(--okd-teal-dark);
    box-shadow: inset 0 3px 8px rgba(4, 57, 54, 0.3);
}

.okd-header-cta:active,
.okd-button:active {
    box-shadow: inset 0 4px 11px rgba(4, 57, 54, 0.38);
}

.okd-nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--okd-line);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    padding: 11px;
}

.okd-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: var(--okd-navy);
    transition: transform 180ms ease, opacity 180ms ease;
}

.okd-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.okd-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.okd-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.okd-page-main,
.okd-profile {
    width: 100%;
}

.okd-profile {
    color: var(--okd-ink);
    font-family: "OK Doctor Georgian", "Segoe UI", sans-serif;
    line-height: 1.65;
    scroll-margin-top: 104px;
}

.okd-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 21% 32%, rgba(8, 127, 120, 0.08), transparent 26%),
        linear-gradient(100deg, #f9f7f2 0%, #fff 55%, #edf7f4 100%);
}

.okd-hero::after {
    position: absolute;
    right: -100px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(8, 127, 120, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(8, 127, 120, 0.035), 0 0 0 92px rgba(8, 127, 120, 0.025);
    content: "";
    pointer-events: none;
}

.okd-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 520px;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    align-items: center;
    gap: 38px;
}

.okd-hero-copy {
    position: relative;
    z-index: 2;
    padding: 64px 0 62px;
}

.okd-kicker,
.okd-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--okd-teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.015em;
}

.okd-hero h1 {
    max-width: 650px;
    margin: 17px 0 14px;
    color: var(--okd-navy);
    font-size: clamp(38px, 3.6vw, 52px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.12;
}

.okd-hero-lead {
    max-width: 640px;
    margin: 0;
    color: #566874;
    font-size: 18px;
    line-height: 1.75;
}

.okd-credentials {
    display: grid;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    color: #536572;
    font-size: 13px;
    list-style: none;
}

.okd-credentials li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.okd-credentials i {
    color: var(--okd-teal);
}

.okd-hero-rating {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    padding: 9px 15px;
    background: var(--okd-white);
    border: 1px solid var(--okd-line);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(24, 52, 73, 0.06);
}

.okd-hero-rating span,
.okd-testimonial-grid footer span {
    color: #ffaf28;
    font-size: 15px;
    letter-spacing: 0.09em;
}

.okd-hero-rating b {
    color: var(--okd-navy);
    font-size: 14px;
}

.okd-hero-rating small {
    color: var(--okd-muted);
}

.okd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 27px;
}

.okd-button--ghost {
    background: transparent;
    box-shadow: none;
    color: var(--okd-teal) !important;
}

.okd-button--ghost:hover {
    background: var(--okd-teal-soft);
}

.okd-hero-photo {
    position: relative;
    overflow: hidden;
    align-self: stretch;
    margin-right: min(-5vw, -40px);
    border-radius: var(--okd-radius-lg) 0 0 var(--okd-radius-lg);
    box-shadow: -16px 22px 55px rgba(24, 52, 73, 0.11);
}

.okd-hero-photo::before {
    position: absolute;
    z-index: 2;
    top: 70px;
    left: -44px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(8, 127, 120, 0.14);
    content: "";
}

.okd-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.okd-hero-availability {
    position: absolute;
    z-index: 3;
    bottom: 28px;
    left: 24px;
    display: grid;
    min-width: 230px;
    grid-template-columns: 12px 1fr;
    column-gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--okd-shadow-soft);
    color: var(--okd-navy);
    padding: 14px 17px;
    backdrop-filter: blur(12px);
}

.okd-hero-availability > span {
    width: 9px;
    height: 9px;
    margin-top: 5px;
    border: 2px solid #d5f4ee;
    border-radius: 50%;
    background: #16a085;
    box-shadow: 0 0 0 4px rgba(22, 160, 133, 0.12);
}

.okd-hero-availability b,
.okd-hero-availability small {
    grid-column: 2;
}

.okd-hero-availability b {
    font-size: 12px;
}

.okd-hero-availability small {
    color: var(--okd-muted);
    font-size: 10px;
}

.okd-section {
    padding: 78px 0;
}

.okd-section h2,
.okd-care h2 {
    margin: 7px 0 18px;
    color: var(--okd-navy);
    font-size: clamp(29px, 3.1vw, 40px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.okd-section-heading {
    margin-bottom: 32px;
    text-align: center;
}

.okd-about {
    background:
        radial-gradient(circle at 10% 18%, rgba(120, 216, 206, 0.11), transparent 21%),
        #fff;
}

.okd-about-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 68px;
}

.okd-about-photo {
    position: relative;
}

.okd-about-photo::after {
    position: absolute;
    z-index: -1;
    right: -18px;
    bottom: -18px;
    width: 72%;
    height: 72%;
    border-radius: var(--okd-radius);
    background: var(--okd-teal-soft);
    content: "";
}

.okd-about-photo img {
    display: block;
    width: 100%;
    min-height: 390px;
    border: 1px solid rgba(8, 127, 120, 0.1);
    border-radius: var(--okd-radius-lg);
    box-shadow: var(--okd-shadow);
    object-fit: cover;
}

.okd-richtext {
    color: #5e6e79;
    font-size: 15px;
}

.okd-richtext p {
    margin: 0 0 13px;
}

.okd-about-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.okd-about-columns h3 {
    margin: 0 0 11px;
    color: var(--okd-teal);
    font-size: 13px;
}

.okd-about-columns ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    color: #5d6d78;
    font-size: 12px;
    list-style: none;
}

.okd-about-columns li {
    position: relative;
    padding-left: 17px;
}

.okd-about-columns li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--okd-teal);
    content: "";
}

.okd-signature {
    margin-top: 18px;
    color: #6e7b84;
    font-family: "Segoe Script", cursive;
    font-size: 22px;
    text-align: right;
    transform: rotate(-4deg);
}

.okd-booking {
    background:
        linear-gradient(rgba(8, 127, 120, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 127, 120, 0.025) 1px, transparent 1px),
        linear-gradient(135deg, #f4fbf9, #fff 72%);
    background-size: 32px 32px, 32px 32px, auto;
}

.okd-booking-grid {
    display: grid;
    grid-template-columns: minmax(285px, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
    gap: 24px;
}

.okd-booking-grid > .ok-b-node,
.okd-booking-grid > .ok-b-node > .ok-b-node-body {
    min-width: 0;
    height: 100%;
}

.okd-booking-grid > .ok-b-node > .ok-b-node-body > .okd-schedule,
.okd-booking-grid > .ok-b-node > .ok-b-node-body > .okd-booking-panel {
    height: 100%;
}

.okd-schedule,
.okd-booking-panel {
    border: 1px solid var(--okd-line);
    border-radius: var(--okd-radius);
}

.okd-schedule {
    position: relative;
    overflow: hidden;
    padding: 31px;
    background: linear-gradient(150deg, var(--okd-teal), #056962);
    box-shadow: 0 18px 44px rgba(8, 127, 120, 0.18);
    color: #fff;
    isolation: isolate;
}

.okd-schedule::before,
.okd-care-copy::before,
.okd-contact-cta::before {
    position: absolute;
    z-index: 0;
    aspect-ratio: 1000 / 572;
    background: url("../images/footer-pattern.png") right top / contain no-repeat;
    content: "";
    pointer-events: none;
}

.okd-schedule::before {
    top: -34px;
    right: -90px;
    width: 340px;
    opacity: 0.24;
}

.okd-schedule > *,
.okd-care-copy > *,
.okd-contact-cta > * {
    position: relative;
    z-index: 1;
}

.okd-schedule h2 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 23px;
    color: #fff;
    font-size: 23px;
}

.okd-schedule-rows {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.okd-schedule-rows > div {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 13px;
}

.okd-schedule-rows span {
    color: rgba(255, 255, 255, 0.78);
}

.okd-schedule p {
    margin: 28px 0 0;
    text-align: center;
}

.okd-booking-panel {
    padding: 30px;
    background: #fff;
    box-shadow: var(--okd-shadow);
}

.okd-booking-panel > h2 {
    margin-bottom: 7px;
    font-size: 30px;
}

.okd-booking-panel > p {
    margin: 0 0 20px;
    color: var(--okd-muted);
    font-size: 13px;
}

.okd-appointment-shortcode .ok-front-app-wrapper {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-family: "OK Doctor Georgian", "Segoe UI", sans-serif !important;
}

.okd-appointment-shortcode .ok-front-title {
    display: none !important;
}

.okd-appointment-shortcode .ok-front-label {
    color: #50626f !important;
    font-size: 10px !important;
    text-transform: none !important;
}

.okd-appointment-shortcode .ok-front-input {
    border-color: var(--okd-line) !important;
    background: #fbfcfc !important;
}

.okd-appointment-shortcode .ok-front-input:focus {
    border-color: var(--okd-teal) !important;
}

.okd-appointment-shortcode .ok-provider-card.selected,
.okd-appointment-shortcode .ok-service-card.selected {
    border-color: var(--okd-teal) !important;
    background: var(--okd-teal-soft) !important;
    box-shadow: 0 0 0 2px var(--okd-teal) !important;
}

.okd-appointment-shortcode .ok-front-submit,
.okd-appointment-shortcode .ok-front-time-btn.selected {
    border-color: var(--okd-teal) !important;
    background: var(--okd-teal) !important;
}

.okd-booking-fallback {
    display: grid;
    min-height: 230px;
    align-content: center;
    justify-items: center;
    border: 1px dashed var(--okd-line);
    border-radius: 13px;
    background: #fbfdfd;
    padding: 25px;
    text-align: center;
}

.okd-booking-fallback > i {
    color: var(--okd-teal);
    font-size: 38px;
}

.okd-experience {
    background: var(--okd-cream);
}

.okd-experience-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: 58px;
}

.okd-timeline {
    position: relative;
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.okd-timeline::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 7px;
    width: 2px;
    background: #bcded9;
    content: "";
}

.okd-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 16px;
}

.okd-timeline li > span {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    border: 4px solid #d8efeb;
    border-radius: 50%;
    background: var(--okd-teal);
}

.okd-timeline b {
    color: var(--okd-teal);
    font-size: 12px;
}

.okd-timeline p {
    margin: 3px 0 0;
    color: #5e6f7a;
    font-size: 13px;
}

.okd-certificates {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.okd-certificates > div {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 245px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfe3df;
    border-radius: 18px;
    outline: 0;
    background:
        radial-gradient(circle at 50% 8%, rgba(120, 216, 206, 0.2), transparent 32%),
        linear-gradient(160deg, #fff, #f3faf8);
    box-shadow: var(--okd-shadow-soft);
    color: #4f6270;
    padding: 25px 11px;
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.okd-certificates > div:hover {
    border-color: rgba(8, 127, 120, 0.42);
    box-shadow: var(--okd-shadow);
    transform: translateY(-4px);
}

.okd-certificates > div::before,
.okd-certificates > div::after {
    display: none;
}

.okd-certificates > div::before { top: 48px; }
.okd-certificates > div::after { bottom: 48px; }

.okd-certificates i {
    margin-bottom: 13px;
    color: var(--okd-teal);
    display: grid;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--okd-teal-soft);
    font-size: 27px;
    place-items: center;
}

.okd-certificates b {
    color: var(--okd-navy);
    font-size: 19px;
}

.okd-certificates span {
    margin-top: 8px;
    color: var(--okd-teal-dark);
    font-size: 13px;
    font-weight: 800;
}

.okd-certificates small {
    margin-top: 13px;
    font-size: 9px;
}

.okd-care {
    padding: 0 0 78px;
    background: var(--okd-cream);
}

.okd-care--full > .okd-container {
    width: 100%;
}

.okd-care--full .okd-care-card {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.okd-care-card {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 310px;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--okd-radius-lg);
    background: linear-gradient(105deg, var(--okd-teal-dark), var(--okd-teal));
    box-shadow: 0 22px 50px rgba(8, 127, 120, 0.2);
    color: #fff;
}

.okd-care-copy {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 48px;
    isolation: isolate;
}

.okd-care-copy::before {
    top: -20px;
    left: -40px;
    width: 280px;
    opacity: 0.28;
    transform: scaleX(-1);
}

.okd-care .okd-section-kicker,
.okd-care h2 {
    color: #fff;
}

.okd-care h2 {
    max-width: 600px;
    margin-top: 10px;
}

.okd-care p {
    max-width: 560px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.79);
}

.okd-care img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 25%);
    mask-image: linear-gradient(to right, transparent 0%, #000 25%);
}

.okd-button--light {
    border-color: #fff;
    background: #fff;
    box-shadow: none;
    color: var(--okd-teal-dark) !important;
}

.okd-button--light:hover {
    background: #f0faf8;
    box-shadow: inset 0 3px 8px rgba(5, 99, 94, 0.22);
}

.okd-testimonial-grid,
.okd-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.okd-testimonial-grid article {
    position: relative;
    display: flex;
    min-height: 220px;
    flex-direction: column;
    border: 1px solid var(--okd-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(24, 52, 73, 0.06);
    padding: 27px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.okd-testimonial-grid article:hover {
    border-color: rgba(8, 127, 120, 0.3);
    box-shadow: var(--okd-shadow);
    transform: translateY(-4px);
}

.okd-testimonial-grid blockquote {
    display: flex;
    min-height: 100%;
    flex: 1;
    flex-direction: column;
    margin: 0;
}

.okd-testimonial-grid blockquote > i {
    color: #b7c5ce;
    font-size: 31px;
}

.okd-testimonial-grid p {
    flex: 1;
    margin: 8px 0 23px;
    color: #5d6d78;
    font-size: 14px;
}

.okd-testimonial-grid footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.okd-testimonial-grid footer b {
    color: var(--okd-navy);
    font-size: 13px;
}

.okd-articles {
    background:
        radial-gradient(circle at 88% 12%, rgba(120, 216, 206, 0.13), transparent 24%),
        var(--okd-surface);
}

.okd-article-grid article {
    display: flex;
    overflow: hidden;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--okd-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(24, 52, 73, 0.06);
}

.okd-article-image {
    position: relative;
    display: grid;
    overflow: hidden;
    height: 180px;
    place-items: center;
}

.okd-article-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease;
}

.okd-article-grid article:hover .okd-article-image img {
    transform: scale(1.045);
}

.okd-article-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 127, 120, 0.38), transparent 70%);
    content: "";
}

.okd-article-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--okd-teal);
    font-size: 23px;
    place-items: center;
}

.okd-article-icon i {
    line-height: 1;
}

.okd-article-grid article > div:last-child {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.okd-article-meta {
    display: inline-flex;
    width: fit-content;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    background: var(--okd-teal-soft);
    color: var(--okd-teal-dark);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    padding: 7px 10px;
}

.okd-article-grid h3 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 52px;
    margin: 13px 0 9px;
    color: var(--okd-navy);
    font-size: 18px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.okd-article-grid h3 a {
    color: inherit;
    font-size: inherit;
}

.okd-article-grid p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 68px;
    margin: 0 0 15px;
    color: var(--okd-muted);
    font-size: 13px;
    line-height: 1.72;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.okd-article-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: auto -23px -23px;
    padding: 14px 23px;
    border-top: 1px solid var(--okd-line);
    background: rgba(8, 127, 120, 0.035);
}

.okd-read-more {
    display: inline-flex;
    align-items: center;
    color: var(--okd-teal);
    font-size: 12px;
    font-weight: 800;
}

.okd-articles-empty {
    grid-column: 1 / -1;
    margin: 0;
    border: 1px dashed var(--okd-line);
    border-radius: 14px;
    background: #fff;
    color: var(--okd-muted);
    padding: 34px;
    text-align: center;
}

.okd-archive-page {
    min-height: 56vh;
    background: var(--okd-surface);
}

.okd-archive {
    min-height: inherit;
}

.okd-archive-heading {
    margin-bottom: 34px;
}

.okd-archive-heading h1 {
    margin: 6px 0 0;
    color: var(--okd-navy);
    font-size: clamp(29px, 3.1vw, 40px);
    line-height: 1.18;
}

.okd-archive .ok-pagination-nav {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.okd-archive .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.okd-archive .page-link {
    display: grid;
    min-width: 40px;
    min-height: 40px;
    place-items: center;
    border: 1px solid var(--okd-line);
    border-radius: 10px;
    background: #fff;
    color: var(--okd-navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 12px;
}

.okd-archive .page-item:not(.disabled) .page-link:hover,
.okd-archive .page-item.active .page-link {
    border-color: var(--okd-teal);
    background: var(--okd-teal);
    color: #fff;
}

.okd-archive .page-item.disabled .page-link {
    cursor: default;
    opacity: 0.45;
}

/* OK Builder's generic posts grid inherits the Doctor theme's card rhythm.
   Existing blocks keep their dynamic data/settings; only the presentation is
   normalized for equal-height, readable cards. */
.okd-body .ok-b-posts-grid {
    align-items: stretch;
    gap: 22px;
}

.okd-body .ok-b-posts-grid-item {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    border-color: var(--okd-line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(24, 52, 73, 0.07);
}

.okd-body .ok-b-posts-grid-item > .p-3 {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 21px 22px 23px !important;
}

.okd-body .ok-b-posts-grid-date,
.okd-body .ok-b-posts-grid-item > .p-3 > .small.text-muted.mb-1 {
    display: none;
}

.okd-body .ok-b-posts-grid-title,
.okd-body .ok-b-posts-grid-item > .p-3 > .fw-bold {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 10px !important;
    color: var(--okd-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.okd-body .ok-b-posts-grid-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--okd-muted);
    font-size: 13px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.okd-faq-list {
    display: grid;
    max-width: 900px;
    gap: 10px;
    margin: 0 auto;
}

.okd-faq-item {
    overflow: hidden;
    border: 1px solid var(--okd-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(24, 52, 73, 0.035);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.okd-faq-item:has(> button[aria-expanded="true"]) {
    border-color: rgba(8, 127, 120, 0.34);
    box-shadow: var(--okd-shadow-soft);
}

.okd-faq-item > button {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    background: transparent;
    color: var(--okd-navy);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px;
    text-align: left;
}

.okd-faq-item > button i {
    color: var(--okd-teal);
    transition: transform 180ms ease;
}

.okd-faq-item > button[aria-expanded="true"] i {
    transform: rotate(45deg);
}

.okd-faq-item > button[aria-expanded="true"] {
    color: var(--okd-teal-dark);
}

.okd-faq-answer p {
    margin: 0;
    border-top: 1px solid #edf2f2;
    color: var(--okd-muted);
    font-size: 13px;
    padding: 16px 20px 20px;
}

.okd-contact {
    background: linear-gradient(180deg, #f2faf8, #fff);
}

.okd-contact--full > .okd-container {
    width: 100%;
}

.okd-contact--full .okd-section-heading {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.okd-contact--full .okd-contact-card {
    grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.35fr) minmax(270px, 0.72fr);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: 0 20px 55px rgba(24, 52, 73, 0.08);
}

.okd-contact-card {
    display: grid;
    overflow: hidden;
    min-height: 330px;
    grid-template-columns: 0.8fr 1.15fr 0.7fr;
    border: 1px solid var(--okd-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--okd-shadow);
}

.okd-contact-card address {
    display: grid;
    align-content: center;
    gap: 21px;
    margin: 0;
    padding: 34px;
    font-style: normal;
}

.okd-contact-card address a,
.okd-contact-card address p {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #536572;
    font-size: 12px;
}

.okd-contact-card address i {
    color: var(--okd-teal);
    font-size: 18px;
}

.okd-contact-card address span {
    display: flex;
    flex-direction: column;
}

.okd-contact-card address small {
    margin-bottom: 3px;
    color: var(--okd-muted);
    font-size: 9px;
    font-weight: 700;
}

.okd-map {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    background-color: #ecf1eb;
    border-right: 1px solid var(--okd-line);
    border-left: 1px solid var(--okd-line);
}

.okd-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    border: 0;
}

.okd-contact-cta {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--okd-teal), var(--okd-teal-dark));
    color: #fff;
    padding: 30px;
    text-align: center;
    isolation: isolate;
}

.okd-contact-cta::before {
    top: -54px;
    right: -96px;
    width: 410px;
    opacity: 0.25;
}

.okd-contact-cta > i {
    font-size: 36px;
}

.okd-contact-cta h3 {
    margin: 13px 0 6px;
    font-size: 21px;
}

.okd-contact-cta p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
}

.okd-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--okd-mint);
    background: #0b514d;
    box-shadow: 0 -8px 24px rgba(11, 81, 77, 0.1);
    color: rgba(255, 255, 255, 0.72);
    font-family: "OK Doctor Georgian", "Segoe UI", sans-serif;
    isolation: isolate;
}

.okd-footer::before {
    position: absolute;
    z-index: 0;
    top: -34px;
    right: -30px;
    width: min(720px, 58vw);
    aspect-ratio: 1000 / 572;
    background: url("../images/footer-pattern.png") right top / contain no-repeat;
    content: "";
    opacity: 0.16;
    pointer-events: none;
}

.okd-footer > .okd-container {
    position: relative;
    z-index: 1;
    width: min(1380px, calc(100% - 24px));
}

.okd-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    padding-top: 58px;
    padding-bottom: 45px;
}

.okd-footer-widget-area {
    min-width: 0;
}

.okd-footer-widget-area .ok-widget-container {
    margin-bottom: 24px;
}

.okd-footer-widget-area .ok-widget-container:last-child {
    margin-bottom: 0;
}

.okd-footer-widget-area h2,
.okd-footer-widget-area h3,
.okd-footer-widget-area h4,
.okd-footer-widget-area h5,
.okd-footer-widget-area h6 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 14px;
}

.okd-footer-widget-area p,
.okd-footer-widget-area li,
.okd-footer-widget-area address {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.7;
}

.okd-footer-widget-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.okd-footer-widget-area li + li {
    margin-top: 9px;
}

.okd-footer-widget-area a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 160ms ease, opacity 160ms ease;
}

.okd-footer-widget-area a:hover,
.okd-footer-widget-area a:focus-visible {
    color: #fff;
}

.okd-footer-widget-area img {
    max-width: 100%;
    height: auto;
}

.okd-footer-widget-area .d-flex {
    display: flex;
}

.okd-footer-widget-area .align-items-start {
    align-items: flex-start;
}

.okd-footer-widget-area .gap-2 {
    gap: 8px;
}

.okd-footer-widget-area .justify-content-between {
    justify-content: space-between;
}

.okd-footer-widget-area .mb-2 {
    margin-bottom: 0;
}

.okd-footer-widget-area .fw-medium {
    font-weight: 700;
}

.okd-footer-widget-area .opacity-50 {
    opacity: 0.68;
}

.okd-footer-widget-area .opacity-75 {
    opacity: 0.82;
}

.okd-footer-widget-area .text-danger {
    color: #ffb4a8;
}

.okd-footer-widget-area .widget-hours-clean > ul > li {
    gap: 18px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
}

.okd-footer-widget-area .widget-hours-clean > ul > li:last-child {
    border-bottom: 0;
}

.okd-footer-widget-area .widget-hours-clean > ul > li > span:last-child {
    flex: 0 0 auto;
    text-align: right;
}

.okd-footer-widget-area .widget-menu-dynamic .menu-link {
    width: 100%;
    padding: 7px 0;
    line-height: 1.55;
    transform: none;
}

.okd-footer-widget-area .widget-menu-dynamic .menu-link:hover,
.okd-footer-widget-area .widget-menu-dynamic .menu-link:focus-visible {
    transform: none;
}

.okd-footer-widget-area .menu-link-separator {
    height: 1px;
    margin: 5px 0;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
}

.okd-footer-widget-area .widget-menu-dynamic .menu-link-separator-item,
.okd-footer-widget-area .widget-menu-dynamic .menu-link-separator-item + li {
    margin-top: 0;
}

.okd-footer-widget-area .text-white,
.okd-footer-widget-area .text-white-50 {
    color: inherit;
}

.okd-footer-bottom {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 10px;
}

.okd-footer .footer-powered-by {
    margin-left: 8px;
}

.okd-classic-content {
    max-width: 900px;
    padding-top: 36px;
    padding-bottom: 80px;
}

.okd-classic-content > div {
    color: #4f616d;
    font-size: 16px;
}

.okd-classic-content > div p {
    margin: 0 0 1.35em;
}

.okd-classic-content > div a {
    color: var(--okd-teal);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.okd-classic-content h1 {
    color: var(--okd-navy);
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.2;
}

.okd-page-title {
    margin: 0 0 36px;
    color: var(--okd-navy);
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.2;
    text-align: center;
}

.okd-classic-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.okd-post-view {
    max-width: 1180px;
    padding-top: 46px;
}

.okd-post-hero {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 250px;
    align-items: flex-end;
    isolation: isolate;
    border-radius: 20px;
    background:
        radial-gradient(circle at 86% 18%, rgba(120, 216, 206, 0.42), transparent 32%),
        linear-gradient(135deg, var(--okd-navy), var(--okd-teal-dark));
    box-shadow: var(--okd-shadow);
}

.okd-post-hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 30, 45, 0.88) 0%, rgba(9, 30, 45, 0.66) 52%, rgba(9, 30, 45, 0.2) 100%);
    content: "";
    pointer-events: none;
}

.okd-post-hero > .okd-post-cover {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
    color: transparent;
    font-size: 0;
}

.okd-post-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 30px 38px;
}

.okd-classic-content .okd-post-hero h1 {
    max-width: 980px;
    margin: 0 0 15px;
    color: #fff;
    font-size: clamp(26px, 3.35vw, 43px);
    line-height: 1.18;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.3);
}

.okd-post-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
}

.okd-post-categories,
.okd-post-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
}

.okd-post-categories a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.okd-post-categories a:hover,
.okd-post-categories a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.okd-classic-content > .okd-post-body {
    max-width: 900px;
    margin: 42px auto 0;
    font-size: 15px;
    line-height: 1.75;
}

.okd-post-body :where(p, li),
.okd-post-body :where(p, li) :where(span, a, strong, em, b) {
    font-size: inherit !important;
    line-height: inherit;
}

.okd-post-body h2,
.okd-post-body h3 {
    margin: 1.4em 0 0.7em;
    color: var(--okd-navy);
    font-weight: 800;
    line-height: 1.3;
}

.okd-post-body h2 {
    font-size: 30px;
}

.okd-post-body h3 {
    font-size: 22px;
}

.okd-post-body ul,
.okd-post-body ol {
    margin: 0 0 1.35em;
    padding-inline-start: 28px;
}

.okd-post-body li {
    margin-bottom: 0.35em;
}

.okd-post-body blockquote {
    margin: 1.5em 0;
    padding: 14px 20px;
    border-inline-start: 4px solid var(--okd-teal);
    border-radius: 0 8px 8px 0;
    background: var(--okd-surface);
    color: var(--okd-ink);
    font-style: italic;
}

.okd-post-body hr {
    margin: 1.7em 0;
    border: 0;
    border-top: 1px solid var(--okd-line);
}

.okd-error {
    display: grid;
    min-height: 60vh;
    place-items: center;
    text-align: center;
}

.okd-error span {
    color: var(--okd-teal-soft);
    font-size: clamp(110px, 20vw, 240px);
    font-weight: 900;
    line-height: 0.8;
}

.okd-error h1 {
    color: var(--okd-navy);
}

.ok-b-editor-body .okd-profile {
    min-width: 0;
}

.ok-b-editor-body .okd-header,
.ok-b-editor-body .okd-footer {
    font-family: "OK Doctor Georgian", "Segoe UI", sans-serif;
}

/* OK Builder resizes its canvas instead of the browser viewport. Mirror the
   theme breakpoints inside that simulated canvas so custom doctor blocks are
   a faithful tablet/mobile preview while they remain independently editable. */
.ok-b-canvas-scale.ok-b-device-tablet .okd-booking-grid,
.ok-b-canvas-scale.ok-b-device-mobile .okd-booking-grid,
.ok-b-canvas-scale.ok-b-device-tablet .okd-care-card,
.ok-b-canvas-scale.ok-b-device-mobile .okd-care-card {
    grid-template-columns: 1fr;
}

.ok-b-canvas-scale.ok-b-device-tablet .okd-care img,
.ok-b-canvas-scale.ok-b-device-mobile .okd-care img {
    height: 260px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%);
    mask-image: linear-gradient(to bottom, transparent, #000 20%);
}

.ok-b-canvas-scale.ok-b-device-tablet .okd-contact-card {
    grid-template-columns: 1fr 1fr;
}

.ok-b-canvas-scale.ok-b-device-tablet .okd-contact-cta {
    grid-column: 1 / -1;
}

.ok-b-canvas-scale.ok-b-device-mobile .okd-contact-card {
    grid-template-columns: 1fr;
}

.ok-b-canvas-scale.ok-b-device-mobile .okd-contact-cta {
    grid-column: auto;
}

.ok-b-canvas-scale.ok-b-device-mobile .okd-schedule,
.ok-b-canvas-scale.ok-b-device-mobile .okd-booking-panel {
    padding: 23px 18px;
}

.ok-b-canvas-scale.ok-b-device-mobile .okd-appointment-shortcode .ok-front-grid {
    grid-template-columns: 1fr !important;
}

@media (max-width: 1120px) {
    .okd-header-inner { gap: 18px; }
    .okd-nav { gap: 0; }
    .okd-nav a { padding-right: 12px; padding-left: 12px; font-size: 11px; }
    .okd-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, 0.84fr); }
    .okd-hero-photo { margin-right: -24px; }
    .okd-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
    .okd-utility-contact a:nth-child(2),
    .okd-utility-contact span { display: none; }
    .okd-nav-toggle { display: block; margin-left: auto; }
    .okd-nav {
        position: absolute;
        top: calc(100% + 8px);
        right: 24px;
        left: 24px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border: 1px solid var(--okd-line);
        border-radius: 14px;
        background: #fff;
        box-shadow: var(--okd-shadow);
        padding: 8px 18px 15px;
    }
    .okd-nav.is-open { display: flex; }
    .okd-nav-item { width: 100%; height: auto; flex-direction: column; }
    .okd-nav a { border-bottom: 1px solid #edf3f2; padding: 12px 2px; }
    .okd-nav a:last-child { border-bottom: 0; }
    .okd-nav a::after { display: none; }
    .okd-nav-parent > a::before { display: none; }
    .okd-nav-children {
        position: static;
        display: flex;
        width: 100%;
        min-width: 0;
        max-width: none;
        transform: none;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: none;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0 0 0 16px;
    }
    .okd-nav > .okd-nav-parent:hover > .okd-nav-children,
    .okd-nav > .okd-nav-parent:focus-within > .okd-nav-children,
    .okd-nav-children .okd-nav-parent:hover > .okd-nav-children,
    .okd-nav-children .okd-nav-parent:focus-within > .okd-nav-children {
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .okd-nav-children::before { display: none; }
    .okd-nav-children .okd-nav-children { transform: none; }
    .okd-nav .okd-nav-children a { min-height: 0; padding: 11px 2px 11px 14px; }
    .okd-hero-grid { min-height: auto; grid-template-columns: 1fr; }
    .okd-hero-copy { padding-bottom: 10px; text-align: center; }
    .okd-hero-lead { margin-right: auto; margin-left: auto; }
    .okd-credentials { width: fit-content; margin-right: auto; margin-left: auto; text-align: left; }
    .okd-hero-rating,
    .okd-hero-actions { justify-content: center; }
    .okd-hero-photo { width: min(590px, 100%); min-height: 430px; justify-self: center; margin-right: 0; border-radius: 24px 24px 0 0; }
    .okd-hero-photo img { min-height: 430px; }
    .okd-hero-availability { right: 20px; left: 20px; width: fit-content; }
    .okd-about-grid,
    .okd-booking-grid,
    .okd-experience-grid { grid-template-columns: 1fr; }
    .okd-about-grid { gap: 42px; }
    .okd-about-photo { max-width: 650px; margin: 0 auto; }
    .okd-experience-grid { gap: 40px; }
    .okd-care-card { grid-template-columns: 1fr; }
    .okd-care img { height: 260px; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%); mask-image: linear-gradient(to bottom, transparent, #000 20%); }
    .okd-contact-card { grid-template-columns: 1fr 1fr; }
    .okd-contact--full .okd-contact-card { grid-template-columns: 1fr 1fr; }
    .okd-map { border-right: 0; }
    .okd-contact-cta { grid-column: 1 / -1; min-height: 260px; }
}

@media (max-width: 720px) {
    .okd-about-photo::after { right: 0; }

    .okd-footer::before {
        top: -10px;
        right: -110px;
        width: 520px;
        opacity: 0.07;
    }

    :root { --okd-utility-height: 31px; }
    .okd-container { width: min(100% - 30px, 1180px); }
    .okd-utility-inner { min-height: 31px; }
    .okd-header-inner,
    .okd-header.is-scrolled .okd-header-inner { min-height: 70px; }
    .okd-brand-mark,
    .okd-brand-mark img { max-width: 90px; max-height: 40px; }
    .okd-brand b { font-size: 16px; }
    .okd-brand small { font-size: 8px; }
    .okd-header-cta { width: 44px; min-height: 44px; padding: 0; }
    .okd-header-cta span { display: none; }
    .okd-hero-copy { padding-top: 48px; }
    .okd-hero h1 { font-size: 34px; }
    .okd-hero-lead { font-size: 15px; }
    .okd-hero-photo { min-height: 365px; }
    .okd-hero-photo img { min-height: 365px; }
    .okd-hero-availability { bottom: 18px; padding: 12px 14px; }
    .okd-section { padding: 58px 0; }
    .okd-about-columns,
    .okd-testimonial-grid,
    .okd-article-grid,
    .okd-certificates { grid-template-columns: 1fr; }
    .okd-certificates { max-width: 360px; margin: 0 auto; }
    .okd-care { padding-bottom: 58px; }
    .okd-care-copy { padding: 34px 26px; }
    .okd-care-card { min-height: 0; }
    .okd-contact-card { grid-template-columns: 1fr; }
    .okd-contact--full .okd-section-heading { width: min(100% - 30px, 1180px); }
    .okd-contact--full .okd-contact-card { grid-template-columns: 1fr; }
    .okd-map { min-height: 270px; border-left: 0; }
    .okd-contact-cta { grid-column: auto; }
    .okd-post-view { padding-top: 28px; padding-bottom: 58px; }
    .okd-post-hero { height: 250px; border-radius: 16px; }
    .okd-post-hero::after { background: linear-gradient(90deg, rgba(9, 30, 45, 0.9), rgba(9, 30, 45, 0.48)); }
    .okd-post-hero-content { padding: 23px 21px; }
    .okd-classic-content .okd-post-hero h1 { margin-bottom: 13px; font-size: clamp(23px, 7vw, 31px); line-height: 1.22; }
    .okd-post-hero-meta { gap: 7px 13px; font-size: 11px; }
    .okd-classic-content > .okd-post-body { margin-top: 30px; font-size: 14px; }
    .okd-post-body p,
    .okd-post-body li { text-align: start !important; }
    .okd-post-body h2 { font-size: 24px; }
    .okd-post-body h3 { font-size: 19px; }
    .okd-footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .okd-footer-bottom { flex-direction: column; justify-content: center; padding: 17px 0; text-align: center; }
}

@media (max-width: 460px) {
    .okd-utility-contact { gap: 0; }
    .okd-language-list { font-size: 10px; }
    .okd-hero-actions { flex-direction: column; }
    .okd-hero-actions .okd-button { width: 100%; }
    .okd-hero-photo,
    .okd-hero-photo img { min-height: 315px; }
    .okd-hero-availability { min-width: 0; }
    .okd-hero-availability b { font-size: 11px; }
    .okd-about-photo img { min-height: 300px; }
    .okd-schedule,
    .okd-booking-panel { padding: 23px 18px; }
    .okd-schedule-rows > div { font-size: 11px; }
    .okd-contact-card address { padding: 27px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .okd-body *,
    .okd-profile * { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@media print {
    .okd-utility,
    .okd-header,
    .okd-footer,
    .okd-hero-actions,
    .okd-booking,
    .okd-contact-cta {
        display: none !important;
    }

    .okd-section,
    .okd-care {
        padding: 24px 0;
    }

    .okd-body {
        color: #000;
    }
}
