/* =========================================================
   MasterDent · Dr Efraim Abramov
   Luxury dental clinic — RTL Hebrew (with EN/RU)
   ========================================================= */

*, *::before, *::after {
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer
}

input, select, textarea {
    font: inherit
}

/* Skip-to-content link — WCAG 2.4.1 */
.skip-link {
    position: absolute;
    top: -120%;
    right: 0;
    left: auto;
    background: var(--primary);
    color: #fff;
    padding: 14px 28px;
    z-index: 99999;
    border-radius: 0 0 0 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    transition: top .15s ease;
    direction: rtl
}
.skip-link:focus { top: 0 }

/* Global focus ring — WCAG 2.4.7 / 2.4.11 */
:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
    border-radius: 4px
}

/* ---------- TOKENS ---------- */
:root {
    /* === Medical Brand Palette === */
    --primary:       #0C3D66;   /* Deep professional navy */
    --primary-dark:  #082D4D;   /* Hover/darker primary */
    --secondary:     #38739B;   /* Secondary Blue */
    --teal:          #0E9594;   /* Teal Accent — slightly deepened */

    /* Surface & Background — warm ivory instead of cold gray */
    --bone:   #FAF9F6;
    --bone-2: #F2F0EB;

    /* Elevation scale — navy-tinted, consistent across all cards */
    --shadow-sm: 0 1px 3px rgba(12,61,102,.06), 0 1px 2px rgba(12,61,102,.04);
    --shadow-md: 0 2px 6px rgba(12,61,102,.05), 0 10px 28px -8px rgba(12,61,102,.12);
    --shadow-lg: 0 4px 12px rgba(12,61,102,.06), 0 24px 56px -16px rgba(12,61,102,.22);

    /* Legacy ink tokens (remapped to text colors, not backgrounds) */
    --ink:   #1E293B;
    --ink-2: #334155;
    --ink-3: #475569;

    /* Line/border tokens */
    --line-d: rgba(255,255,255,.15);
    --line-l: rgba(30,41,59,.10);

    /* Text tokens */
    --txt-d:   #F1F5F9;                  /* Light text — for dark footer */
    --txt-d-2: rgba(241,245,249,.72);    /* Muted light text */
    --txt-l:   #1E293B;                  /* Primary dark text */
    --txt-l-2: #64748B;                  /* Secondary muted text */

    /* Accent tokens */
    --accent:   #0C3D66;   /* Deep navy */
    --accent-2: #38739B;   /* Secondary Blue */
    --accent-3: #0E9594;   /* Teal */
    --grad: linear-gradient(135deg, #38739B 0%, #0C3D66 100%);

    /* Default BG/FG (light theme) */
    --bg:   #F8FAFC;
    --bg-2: #FFFFFF;
    --bg-3: #F1F5F9;
    --fg:   #1E293B;
    --fg-2: #64748B;
    --line: rgba(30,41,59,.10);

    /* Border */
    --border: #E2E8F0;

    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 18px;
    --r-xl: 28px;
    --sp: 96px;
    --container: 1240px;
    --font-h: "Heebo", "Assistant", system-ui, sans-serif;
    --font-b: "Assistant", "Heebo", system-ui, sans-serif;
    --font-m: "JetBrains Mono", ui-monospace, monospace;
    --font-d: "Fraunces", serif;
    --font-serif: "Frank Ruhl Libre", "Heebo", serif;   /* Hebrew display serif */
}

[data-density="compact"] {
    --sp: 64px
}

[data-accent="cyan"] {
    --accent: #06B6D4;
    --accent-2: #67E8F9;
    --accent-3: #7B6BFF;
    --grad: linear-gradient(135deg,#67E8F9,#06B6D4 50%,#1E6BFF)
}

[data-accent="violet"] {
    --accent: #7B6BFF;
    --accent-2: #B8AEFF;
    --accent-3: #5BB8FF;
    --grad: linear-gradient(135deg,#B8AEFF,#7B6BFF 50%,#1E6BFF)
}

[data-accent="aqua"] {
    --accent: #10B5C9;
    --accent-2: #67E8F9;
    --accent-3: #1E6BFF;
    --grad: linear-gradient(135deg,#67E8F9,#10B5C9 50%,#1E6BFF)
}

[data-theme="dark"] {
    --bg: var(--ink);
    --bg-2: var(--ink-2);
    --bg-3: var(--ink-3);
    --fg: var(--txt-d);
    --fg-2: var(--txt-d-2);
    --line: var(--line-d);
}

[data-theme="light"] {
    --bg: var(--bone);
    --bg-2: #fff;
    --bg-3: var(--bone-2);
    --fg: var(--txt-l);
    --fg-2: var(--txt-l-2);
    --line: var(--line-l);
}

body {
    background: var(--bg);
    color: var(--fg);
    font-family: var(--font-b);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 28px
}

.section {
    padding: var(--sp) 0;
    position: relative
}

.mono {
    font-family: var(--font-m);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 11.5px
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-family: var(--font-h);
    font-weight: 700;
    letter-spacing: -.02em
}

    h2.h2 {
        font-family: var(--font-serif);
        font-size: clamp(32px,4.4vw,54px);
        line-height: 1.12;
        font-weight: 600;
        letter-spacing: -.01em;
        color: inherit;
        text-wrap: balance
    }

.h2--light {
    color: var(--txt-l)
}

.lead {
    font-size: 21px;
    line-height: 1.7;
    color: var(--txt-l-2);
    max-width: 60ch
}

.h2--light + .lead, .section.book .lead, .section.tech .lead {
    color: var(--txt-l-2)
}

/* MESH BACKDROP */
.mesh {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .55;
    mix-blend-mode: screen
}

.orb-1 {
    width: 680px;
    height: 680px;
    background: radial-gradient(circle, #0F4C81 0%, transparent 60%);
    top: -180px;
    right: -120px;
    animation: float1 18s ease-in-out infinite
}

.orb-2 {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, #3A7CA5 0%, transparent 60%);
    top: 200px;
    left: -160px;
    animation: float2 22s ease-in-out infinite
}

.orb-3 {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, #00A6A6 0%, transparent 60%);
    top: 520px;
    right: 30%;
    animation: float3 26s ease-in-out infinite
}

[data-theme="light"] .orb {
    opacity: .14;
    mix-blend-mode: multiply
}

.grid-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--line) 1px,transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px);
    background-size: 80px 80px;
    opacity: .4;
    mask-image: radial-gradient(ellipse at top, #000 0%, transparent 75%);
}

@keyframes float1 {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(-40px,30px)
    }
}

@keyframes float2 {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(60px,-40px)
    }
}

@keyframes float3 {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(-30px,-20px)
    }
}

[data-motion="reduced"] .orb {
    animation: none
}

/* NAV */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    background: rgba(10, 29, 51, 0.94);
    border-bottom: 1px solid rgba(255,255,255,.07);
    transition: background .3s, border-color .3s;
}

.nav__inner {
    max-width: var(--container);
    margin: 0 auto;
    height: 86px;
    padding: 0 28px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.nav__brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.nav__logo {
    width: 78px;
    height: 78px;
    object-fit: contain;
    filter: drop-shadow(0 10px 25px rgba(15,76,129,.15));
    opacity: .96;
}

.nav__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.nav__brand-name {
    font-family: var(--font-h);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .18em;
    color: #FFFFFF
}

    .nav__brand-name b {
        font-weight: 800;
        letter-spacing: 0
    }

.nav__brand-sub {
    font-size: 11px;
    color: rgba(255,255,255,.55);
    margin-top: 4px;
    letter-spacing: .05em
}

.nav__links {
    display: flex;
    justify-content: center;
    gap: 6px
}

    .nav__links a {
        padding: 10px 14px;
        border-radius: 999px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(255,255,255,.78);
        transition: color .2s, background .2s;
    }

        .nav__links a:hover {
            color: #FFFFFF;
            background: rgba(255,255,255,.10)
        }

.nav__right {
    display: flex;
    align-items: center;
    gap: 14px
}

.lang {
    display: flex;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    padding: 3px;
    gap: 2px
}

.lang__btn {
    font-family: var(--font-m);
    font-size: 11px;
    letter-spacing: .06em;
    padding: 6px 10px;
    border-radius: 999px;
    color: rgba(255,255,255,.6);
}

    .lang__btn.is-active {
        background: #FFFFFF;
        color: #0A1D33
    }

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14.5px;
    border: 1px solid transparent;
    transition: transform .15s, background .2s, border-color .2s, color .2s;
    white-space: nowrap;
}

    .btn .ic {
        width: 16px;
        height: 16px;
        stroke-width: 2
    }

.btn--lg {
    padding: 16px 24px;
    font-size: 15.5px
}

.btn--block {
    width: 100%;
    justify-content: center
}

.btn:active {
    transform: translateY(1px)
}

.btn--primary {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 8px 24px -6px rgba(12,61,102,.4), inset 0 1px 0 rgba(255,255,255,.15);
    position: relative;
}

    .btn--primary:hover {
        background: var(--primary-dark);
        filter: none
    }

.btn--ghost {
    background: transparent;
    color: var(--txt-l);
    border-color: var(--border);
}

    .btn--ghost:hover {
        background: rgba(15,76,129,.06)
    }

.btn--ghost-on-light {
    color: var(--txt-l);
    border-color: var(--line-l);
    background: transparent;
}

    .btn--ghost-on-light:hover {
        background: rgba(10,20,60,.05)
    }

.nav__cta {
    padding: 10px 18px;
    font-size: 14px
}

/* ========== SCROLL REVEAL ========== */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s cubic-bezier(.2,.8,.2,1), transform .6s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* stagger siblings */
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }
.reveal:nth-child(4) { transition-delay: .24s; }
.reveal:nth-child(5) { transition-delay: .32s; }
.reveal:nth-child(6) { transition-delay: .40s; }
.reveal:nth-child(7) { transition-delay: .48s; }
.reveal:nth-child(8) { transition-delay: .56s; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Mobile hero — hidden on desktop */
.hero-m { display: none; }

.hero__split {
    position: relative;
    min-height: calc(100vh - 86px);
    margin-top: 86px;
    display: block;
}

/* Photo-col no longer exists — photo is a CSS background-image on the section */
.hero__photo-col { display: none; }

/* Content absolutely positioned over the bright left area */
.hero__content-col {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    background: transparent;
    color: var(--txt-l);
}

    /* Very subtle white mist behind the text for legibility */
    .hero__content-col::before {
        content: "";
        position: absolute;
        inset: -24px -28px;
        background: rgba(255,255,255,.30);
        border-radius: 28px;
        backdrop-filter: blur(1px);
        z-index: 0;
        pointer-events: none;
    }

    .hero__content-col > * { position: relative; z-index: 1; }

    .hero__content-col > * { position: relative; z-index: 1; }

    .hero__content-col .hero__title { margin: 0 0 24px; }

    .hero__content-col .hero__ctas { margin-top: 0; }

.hero--light {
    color: var(--txt-l);
    /* Image spans full width left-to-right, height proportional — no cropping */
    background-image: url('../images/doctor-hero.jpg');
    background-image: image-set(url('../images/doctor-hero.webp') type('image/webp'), url('../images/doctor-hero.jpg') type('image/jpeg'));
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #EDF5FF;
}

    .hero--light .hero__eyebrow {
        background: rgba(255,255,255,.7);
        border-color: rgba(15,76,129,.18);
        color: var(--txt-l-2);
        backdrop-filter: blur(6px)
    }

    .hero--light .hero__sub {
        color: var(--txt-l-2)
    }

    .hero--light .hero__chips {
        color: var(--txt-l-2)
    }

        .hero--light .hero__chips i {
            color: var(--accent)
        }

    .hero--light .hero__line {
        color: var(--txt-l)
    }

    .hero--light .btn--ghost {
        background: rgba(255,255,255,.6);
        border-color: rgba(10,20,60,.12);
        color: var(--txt-l)
    }

        .hero--light .btn--ghost:hover {
            background: rgba(255,255,255,.85)
        }

    .hero--light .marquee {
        background: rgba(255,255,255,.4);
        border-color: rgba(10,20,60,.08)
    }

    .hero--light .marquee__track {
        color: var(--primary)
    }

    .hero--light .hero__ring {
        border-color: rgba(15,76,129,.18)
    }

    .hero--light .hero__tooth {
        filter: drop-shadow(0 30px 80px rgba(15,76,129,.35)) drop-shadow(0 0 60px rgba(0,166,166,.25))
    }

/* hero__inner / hero__visual replaced by hero__split grid */

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid var(--line-d);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    color: var(--txt-d-2);
    font-family: var(--font-h);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
}

    .hero__eyebrow .mono {
        font-family: var(--font-h) !important;
        letter-spacing: .01em;
        text-transform: none;
        font-size: 14px
    }

    .hero__eyebrow .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--accent-2);
        box-shadow: 0 0 12px var(--accent-2);
        animation: pulse 1.6s ease-in-out infinite
    }

@keyframes pulse {
    0%,100% {
        opacity: .6;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}

.hero__title {
    margin-top: 24px;
    font-size: clamp(48px,8.4vw,128px);
    line-height: .96;
    font-weight: 800;
    letter-spacing: -.035em;
    font-family: var(--font-h)
}

.hero__line {
    display: block
}

    .hero__line:not(.hero__line--grad) {
        font-size: 65px;
        font-weight: 300;
        letter-spacing: -.01em;
        line-height: 1.2;
        margin-bottom: 8px;
        font-family: var(--font-d);
        font-style: italic;
        color: var(--primary);
    }

.hero__line--grad {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
/*    color: #011b88;*/
    font-style: italic;
    font-family: var(--font-d);
    font-weight: 300;
    letter-spacing: -.02em;
    font-size: 70px
}

.hero__sub {
    margin-top: 24px;
    max-width: 60ch;
    font-size: 18px;
    color: var(--txt-d-2);
    line-height: 1.7
}

.hero__ctas {
    margin-top: 34px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.hero__chips {
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: var(--txt-d-2);
    font-size: 14px
}

    .hero__chips li {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .hero__chips i {
        width: 16px;
        height: 16px;
        color: var(--accent-2)
    }

.hero__doc-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.hero__logo-sm {
    width: 220px;
    height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(15,76,129,.32));
    display: block;
    margin-bottom: 1rem;
}

/* ===== NEW HERO ELEMENTS ===== */

/* Promo badge */
.hero__promo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #FFFFFF;
    border: 2.5px solid var(--teal);
    border-radius: 20px;
    padding: 14px 20px 14px 14px;
    box-shadow: 0 4px 28px rgba(0,166,166,.18), 0 0 0 5px rgba(0,166,166,.07);
    margin-bottom: 32px;
    cursor: default;
}

.hero__promo-bubble {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,166,166,.09);
    border: 1.5px solid rgba(0,166,166,.20);
}

.hero__promo-icon {
    width: 28px;
    height: 28px;
    color: var(--teal);
}

/* Text on the RIGHT (first child in RTL) */
.hero__promo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    padding-inline-end: 4px;
}

.hero__promo-label {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--teal);
    line-height: 1.2;
    font-family: var(--font-h);
    letter-spacing: -.01em;
}

.hero__promo-sub {
    display: block;
    font-size: 12px;
    color: var(--txt-l-2);
    font-weight: 400;
    margin-top: 3px;
}

/* Doctor identity */
.hero__dr-name {
    font-family: var(--font-d);
    font-style: italic;
    font-size: 21px;
    font-weight: 300;
    color: var(--secondary);
    margin: 0 0 5px;
    line-height: 1;
}

.hero__dr-spec {
    font-size: 15px;
    color: var(--txt-l-2);
    font-weight: 500;
    margin: 0 0 22px;
}

/* Headline */
.hero__hl {
    display: block;
    font-family: var(--font-serif);
    font-weight: 600;
    font-style: normal;
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.22;
    letter-spacing: -.01em;
    color: var(--txt-l);
    margin-bottom: 4px;
    text-wrap: balance;
}

.hero__hl--blue {
    color: var(--primary);
}

/* Tagline below headline */
.hero__tagline {
    font-size: 15px;
    color: var(--txt-l-2);
    font-weight: 500;
    margin: 0 0 28px;
    line-height: 1.5;
    text-align: center;
}

/* Value-proposition line under the hero title */
.hero__promise {
    font-size: 16px;
    color: var(--secondary);
    font-weight: 600;
    margin: 0 0 28px;
    line-height: 1.55;
    text-align: center;
    text-wrap: balance;
    max-width: 40ch;
}

/* Contact details under the hero CTA */
.hero__contact {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.hero__contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--txt-l-2);
}

.hero__contact i {
    width: 17px;
    height: 17px;
    color: var(--accent);
    flex-shrink: 0;
}

.hero__contact a {
    color: var(--txt-l-2);
    text-decoration: none;
    transition: color .18s;
}

.hero__contact a:hover { color: var(--accent); }

/* Trust checklist — hidden on desktop, shown on mobile */
.hero__trust {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.hero__trust li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--txt-l);
    font-weight: 500;
}

.hero__check {
    width: 20px;
    height: 20px;
    color: var(--teal);
    flex-shrink: 0;
    fill: rgba(0,166,166,.12);
}

/* Star rating */
.hero__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px;
}

.hero__stars {
    color: #F59E0B;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
}

.hero__rating-txt {
    font-size: 15px;
    color: var(--txt-l-2);
    font-weight: 500;
}

/* Stat cards row */
.hero__stat-row {
    display: flex;
    gap: 12px;
    margin: 0 0 28px;
    width: 100%;
}

.hero__stat-card {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px 12px;
    box-shadow: 0 2px 12px rgba(15,76,129,.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
    transition: transform .28s cubic-bezier(.34,1.56,.64,1), box-shadow .25s, border-color .25s;
}

.hero__stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15,76,129,.13);
    border-color: rgba(15,76,129,.18);
}

.hero__stat-card i {
    width: 20px;
    height: 20px;
    color: var(--primary);
    margin-bottom: 4px;
}

.hero__stat-card b {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary);
    font-family: var(--font-h);
    letter-spacing: -.02em;
    line-height: 1;
}

.hero__stat-card span {
    font-size: 12px;
    color: var(--txt-l-2);
    line-height: 1.3;
    margin-top: 1px;
}

/* Secondary CTA note */
.hero__cta-note {
    margin: 10px 0 0;
    font-size: 14px;
    color: var(--txt-l-2);
}

/* Hero CTA button — multi-line dark navy */
.btn--hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #0A1D33;
    color: #FFFFFF;
    border-radius: 18px;
    padding: 16px 28px;
    text-decoration: none;
    transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s, background .2s;
    box-shadow: 0 4px 24px rgba(10,29,51,.30);
    border: 2px solid rgba(255,255,255,.06);
}

.btn--hero-cta:hover {
    background: #0F4C81;
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(10,29,51,.35);
    color: #FFFFFF;
}

.btn--hero-cta .btn__icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    color: rgba(255,255,255,.85);
}

.btn--hero-cta .btn__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.btn--hero-cta .btn__main {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-h);
    color: #FFFFFF;
}

.btn--hero-cta .btn__sub {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,.68);
    line-height: 1;
}

/* WhatsApp button (hero) */
.btn--whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #FFFFFF;
    border-radius: 18px;
    padding: 16px 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--font-h);
    transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s, background .2s;
    box-shadow: 0 4px 20px rgba(37,211,102,.35);
    border: 2px solid rgba(255,255,255,.10);
}

.btn--whatsapp:hover {
    background: #1EBE5D;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37,211,102,.45);
    color: #FFFFFF;
}

.btn--whatsapp svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* ===== END NEW HERO ELEMENTS ===== */

/* contact chips overlaid at bottom-left of photo */
.hero__contact-chips {
    position: absolute;
    bottom: 48px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: all
}

.hero__chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 10px 16px;
    box-shadow: 0 4px 24px rgba(20,40,120,.10);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
    white-space: nowrap
}

.hero__chip i {
    color: var(--accent);
    font-size: 1rem;
    flex-shrink: 0
}

@keyframes bob {
    0%,100% { transform: translateY(0) }
    50%      { transform: translateY(-10px) }
}

.marquee {
    margin-top: 0;
    border-top: 1px solid rgba(10,20,60,.08);
    border-bottom: 1px solid rgba(30,41,59,.08);
    overflow: hidden;
    background: rgba(15,76,129,.03)
}

.marquee__track {
    display: flex;
    gap: 48px;
    padding: 18px 0;
    animation: mscroll 28s linear infinite;
    font-family: var(--font-m);
    font-size: 13px;
    letter-spacing: .08em;
    color: var(--txt-l-2);
    white-space: nowrap
}

@keyframes mscroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

[data-motion="reduced"] .marquee__track {
    animation: none
}

/* Hero feature strip — animated marquee */
.hero-strip {
    border-top: 1px solid rgba(12,61,102,.10);
    background: rgba(255,255,255,.55);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    overflow: hidden;
    /* Fade the edges so items enter/exit softly */
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent)
}

.hero-strip__track {
    display: flex;
    width: max-content;
    animation: strip-scroll 32s linear infinite
}

.hero-strip:hover .hero-strip__track {
    animation-play-state: paused
}

.hero-strip__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 44px;
    padding: 16px 22px
}

.hero-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-b);
    font-size: 14.5px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: .01em;
    white-space: nowrap
}

.hero-strip__item i {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    color: var(--accent-3);
    flex-shrink: 0
}

/* Two identical groups → shift by exactly one group for a seamless loop */
@keyframes strip-scroll {
    from { transform: translateX(0) }
    to   { transform: translateX(-50%) }
}

[data-motion="reduced"] .hero-strip__track,
.a11y-stop-anim .hero-strip__track {
    animation: none
}

@media (prefers-reduced-motion: reduce) {
    .hero-strip__track { animation: none }
}

@media (max-width:600px) {
    .hero-strip__group { gap: 26px; padding: 14px 16px }
    .hero-strip__item { font-size: 13px }
}


@media (max-width:900px) {
    /* ── MOBILE HERO ── */

    /* Full image at 100% width, white fills below image */
    .hero--light {
        background-size: 100% auto;
        background-position: left top;
        background-color: #FFFFFF;
    }

    /* Disable desktop ::after on mobile */
    .hero--light::after { display: none; }

    /* Split is just a transparent container — no offset */
    .hero__split {
        display: block;
        margin-top: 0;
        min-height: unset;
        padding-top: 0;
        background: transparent;
    }

    /* Content col spans the FULL hero height on mobile.
       padding-top = photo zone (badge lives there, content below). */
    .hero__content-col {
        position: relative;          /* badge positions relative to THIS */
        left: auto; top: auto;
        transform: none;
        width: 100%;
        padding: 68vw 20px 32px;     /* top = photo zone height */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: transparent;
        z-index: auto;
    }

    /* Smooth gradient from photo → white behind the text */
    .hero__content-col::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom,
            transparent        58vw,
            rgba(255,255,255,.75) 64vw,
            #FFFFFF            68vw
        );
        z-index: 0;
        pointer-events: none;
    }

    /* Ensure all direct children float above the gradient */
    .hero__content-col > * { position: relative; z-index: 1; }

    /* ─ Badge: float on the photo (high specificity to win over > * rule) ─ */
    .hero__split .hero__promo {
        position: absolute;
        top: 94px;           /* section y=0, nav=86px, badge 8px below nav */
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        margin-bottom: 0;
        white-space: nowrap;
        padding: 10px 18px 10px 10px;
        gap: 12px;
    }

    .hero__promo-bubble { width: 52px; height: 52px; }
    .hero__promo-icon   { width: 24px; height: 24px; }
    .hero__promo-value  { font-size: 24px; }

    /* Larger headlines on mobile */
    .hero__hl { font-size: clamp(26px, 7.5vw, 34px); }

    /* Tagline hidden; trust list shown */
    .hero__tagline { display: none; }

    .hero__trust {
        display: flex;
        text-align: start;
        margin-bottom: 20px;
        gap: 10px;
    }

    .hero__trust li { font-size: 15px; color: var(--txt-l); }

    /* Full-width CTA */
    .hero__ctas { width: 100%; margin-top: 0; }

    .btn--hero-cta {
        width: 100%;
        justify-content: center;
        border-radius: 14px;
        padding: 14px 20px;
    }

    /* Stat cards after CTA */
    .hero__stat-row {
        order: 10;
        gap: 8px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .hero__stat-card          { padding: 12px 8px; background: #F8FAFC; }
    .hero__stat-card b        { font-size: 18px; }
    .hero__stat-card span     { font-size: 11px; }

    .hero__logo-sm {
        width: 150px;
        height: 150px;
    }

    /* ── Hide desktop hero, show mobile hero ── */
    .hero.hero--light { display: none !important; }
    .hero-m           { display: block; }

    /* ── 1. Overall mobile hero shell ── */
    .hero-m {
        background: #FFFFFF;
        padding-top: 86px; /* clear fixed nav */
        font-family: var(--font-h);
        color: var(--txt-l);
    }

    /* ── 2. Promo badge ── */
    .hero-m__badge-wrap {
        padding: 14px 16px 10px;
        display: flex;
        justify-content: center;
    }

    .hero-m__badge {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        background: #FFFFFF;
        border: 2.5px solid var(--teal);
        border-radius: 20px;
        padding: 14px 20px 14px 14px;
        box-shadow: 0 4px 28px rgba(0,166,166,.18), 0 0 0 5px rgba(0,166,166,.07);
    }

    /* RTL: text on right (reading start), icon on left */
    .hero-m__badge-text {
        display: flex;
        flex-direction: column;
        gap: 3px;
        text-align: end;
    }

    .hero-m__badge-label {
        font-size: 19px;
        font-weight: 800;
        color: var(--teal);
        font-family: var(--font-h);
        line-height: 1.2;
        letter-spacing: -.01em;
    }

    .hero-m__badge-value {
        font-size: 12px;
        font-weight: 400;
        color: var(--txt-l-2);
        line-height: 1.3;
        margin-top: 3px;
    }

    .hero-m__badge-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,166,166,.09);
        border: 1.5px solid rgba(0,166,166,.20);
    }

    .hero-m__badge-icon i {
        width: 28px;
        height: 28px;
        color: var(--teal);
    }

    /* ── 3. Doctor photo — full image, no crop ── */
    .hero-m__photo {
        width: 100%;
        overflow: hidden;
        /* Lift the opaque photo above the fixed .grid-overlay mesh (z-index:0)
           so its grid lines don't show through the image. */
        position: relative;
        z-index: 1;
    }

    .hero-m__photo img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* ── 4. Content body ── */
    .hero-m__body {
        padding: 22px 20px 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Doctor name */
    .hero-m__dr-name {
        font-family: var(--font-d);
        font-style: italic;
        font-size: 18px;
        font-weight: 300;
        color: var(--secondary);
        margin: 0 0 12px;
        line-height: 1;
    }

    /* Headline */
    .hero-m__title { margin: 0 0 20px; }

    .hero-m__hl {
        display: block;
        font-family: var(--font-serif);
        font-weight: 600;
        font-size: clamp(24px, 7vw, 32px);
        line-height: 1.28;
        letter-spacing: -.01em;
        color: var(--txt-l);
        margin-bottom: 4px;
        text-wrap: balance;
    }

    .hero-m__hl--accent { color: var(--primary); }

    /* Value-proposition line under the mobile hero title */
    .hero-m__promise {
        font-size: 16px;
        color: var(--secondary);
        font-weight: 600;
        line-height: 1.55;
        text-align: center;
        margin: 0 0 22px;
        text-wrap: balance;
    }

    /* Trust bullets */
    .hero-m__trust {
        list-style: none;
        padding: 0;
        margin: 0 0 24px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-self: stretch;
        text-align: start;
    }

    .hero-m__trust li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        color: var(--txt-l);
        font-weight: 500;
        line-height: 1.4;
    }

    .hero-m__check {
        width: 20px;
        height: 20px;
        color: var(--teal);
        flex-shrink: 0;
        fill: rgba(0,166,166,.12);
    }

    /* CTA button */
    .hero-m__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        min-height: 60px;
        background: #0A1D33;
        color: #FFFFFF;
        border-radius: 16px;
        font-size: 20px;
        font-weight: 700;
        font-family: var(--font-h);
        text-decoration: none;
        box-shadow: 0 6px 28px rgba(10,29,51,.30);
        margin-bottom: 12px;
        transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s, background .2s;
        border: none;
    }

    .hero-m__cta:hover, .hero-m__cta:active {
        background: #0F4C81;
        transform: translateY(-2px);
        box-shadow: 0 10px 36px rgba(10,29,51,.38);
        color: #FFFFFF;
    }

    .hero-m__cta i {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        color: rgba(255,255,255,.85);
    }

    /* WhatsApp button */
    .hero-m__wa {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        min-height: 56px;
        margin: 0 0 24px;
        background: #25D366;
        color: #FFFFFF;
        border-radius: 16px;
        font-size: 18px;
        font-weight: 700;
        font-family: var(--font-h);
        text-decoration: none;
        box-shadow: 0 6px 24px rgba(37,211,102,.32);
        transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s, background .2s;
    }

    .hero-m__wa:hover, .hero-m__wa:active {
        background: #1EBE5D;
        transform: translateY(-2px);
        color: #FFFFFF;
    }

    .hero-m__wa svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    /* Stats row */
    .hero-m__stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 100%;
    }

    .hero-m__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 16px 8px 14px;
        background: #FFFFFF;
        border: 1px solid var(--border);
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(15,76,129,.07);
        text-align: center;
        transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .22s;
    }

    .hero-m__stat:active { transform: translateY(-2px); }

    .hero-m__stat i {
        width: 20px;
        height: 20px;
        color: var(--primary);
        margin-bottom: 2px;
    }

    .hero-m__stat b {
        font-size: 20px;
        font-weight: 800;
        color: var(--primary);
        font-family: var(--font-h);
        letter-spacing: -.02em;
        line-height: 1;
    }

    .hero-m__stat span {
        font-size: 11px;
        color: var(--txt-l-2);
        line-height: 1.3;
        margin-top: 1px;
    }

    /* Contact details under the mobile stats */
    .hero-m__contact {
        list-style: none;
        padding: 0;
        margin: 22px 0 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .hero-m__contact li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: var(--txt-l);
    }

    .hero-m__contact i {
        width: 20px;
        height: 20px;
        color: var(--teal);
        flex-shrink: 0;
    }

    .hero-m__contact a {
        color: var(--txt-l);
        text-decoration: none;
    }

    .hero-m__contact a:active { color: var(--teal); }

    /* Push footer above the call bar */
    body { padding-bottom: 56px; }

    /* Mobile call bar */
    .mobile-call-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 70;
        background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 100%);
        color: #fff;
        text-decoration: none;
        padding: 14px 20px;
        box-shadow: 0 -4px 24px rgba(15,76,129,.35);
        font-weight: 700;
        font-size: 16px;
        letter-spacing: .01em;
    }

    .mobile-call-bar__icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .mobile-call-bar__num {
        font-family: var(--font-mono, monospace);
        font-size: 15px;
        opacity: .85;
    }
}

/* STATS */
        .stats {
            background: #FFFFFF;
            color: var(--txt-l);
            padding: 0;
            border-bottom: 1px solid var(--border);
            position: relative;
            z-index: 2
        }

        .stats__grid {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 0
        }

        .stat {
            padding: 36px 28px;
            border-right: 1px solid var(--border);
            display: flex;
            flex-direction: column;
            gap: 6px
        }

            .stat:last-child {
                border-right: 0
            }

        [dir="rtl"] .stat {
            border-right: 0;
            border-left: 1px solid var(--border)
        }

            [dir="rtl"] .stat:last-child {
                border-left: 0
            }

        .stat b {
            font-family: var(--font-serif);
            font-weight: 700;
            font-size: 42px;
            letter-spacing: -.01em;
            color: var(--primary);
            font-variant-numeric: tabular-nums
        }

        .stat span {
            color: var(--txt-l-2);
            font-size: 14px
        }

        @media (max-width:760px) {
            .stats__grid {
                grid-template-columns: repeat(2,1fr)
            }
        }
        /* SECTION HEAD */
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-family: var(--font-h);
            font-size: 13px;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: var(--accent-3);
            font-weight: 600
        }

            .eyebrow .bar {
                width: 28px;
                height: 2px;
                background: var(--accent-3)
            }

        .eyebrow--light {
            color: var(--accent-2)
        }

            .eyebrow--light .bar {
                background: var(--accent-2)
            }

        .section__head {
            max-width: 760px;
            margin-bottom: 56px
        }

        .section__head--center {
            text-align: center;
            margin-left: auto;
            margin-right: auto
        }

        .section__sub {
            margin-top: 14px;
            font-size: 19px;
            color: var(--txt-l-2);
            line-height: 1.7;
            max-width: 60ch
        }

        .h2--light + .section__sub {
            color: var(--txt-l-2)
        }
        /* ABOUT */
        .about {
            background: #FFFFFF;
            color: var(--txt-l);
            position: relative;
            z-index: 2
        }

        .about__grid {
            display: grid;
            grid-template-columns: 5fr 7fr;
            gap: 80px;
            align-items: center
        }

        .about__media {
            position: relative
        }

        .about__photo {
            aspect-ratio: 4/5;
            border-radius: var(--r-lg);
            background: radial-gradient(circle at 30% 20%,rgba(58,124,165,.45),transparent 50%),radial-gradient(circle at 70% 80%,rgba(0,166,166,.40),transparent 55%),linear-gradient(135deg, #0A2540, #0F4C81);
            border: 1px solid rgba(58,124,165,.25);
            position: relative;
            overflow: hidden;
        }

            .about__photo::after {
                content: "";
                position: absolute;
                inset: 0;
                background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);
                background-size: 100% 32px;
                opacity: .5
            }

        .ph-tag {
            position: absolute;
            bottom: 16px;
            right: 16px;
            padding: 6px 10px;
            border-radius: 999px;
            background: rgba(255,255,255,.9);
            color: var(--txt-l);
            font-family: var(--font-m);
            font-size: 11px;
            letter-spacing: .05em
        }

        .about__caption {
            margin-top: 18px;
            display: flex;
            flex-direction: column;
            gap: 4px
        }

            .about__caption .mono {
                color: var(--accent)
            }

            .about__caption span:last-child {
                font-size: 14px;
                color: var(--txt-l-2)
            }

        .about__copy .lead {
            margin: 18px 0 14px;
            font-size: 22px;
            color: var(--txt-l)
        }

        .about__copy p {
            color: var(--txt-l-2);
            font-size: 17px;
            line-height: 1.75
        }

        .creds {
            list-style: none;
            padding: 0;
            margin: 32px 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px 22px
        }

            .creds li {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 16px;
                color: var(--txt-l)
            }

            .creds i {
                width: 18px;
                height: 18px;
                color: var(--accent)
            }

        @media (max-width:920px) {
            .about__grid {
                grid-template-columns: 1fr;
                gap: 48px
            }

            .creds {
                grid-template-columns: 1fr
            }
        }
        /* TREATMENTS */
        .treatments {
            background: #F8FAFC;
            color: var(--txt-l);
            position: relative;
            z-index: 2;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border)
        }

            .treatments::before {
                content: "";
                position: absolute;
                inset: 0;
                background-image: linear-gradient(var(--line-l) 1px,transparent 1px),linear-gradient(90deg,var(--line-l) 1px,transparent 1px);
                background-size: 80px 80px;
                opacity: .4;
                mask-image: radial-gradient(ellipse at center,#000,transparent 80%);
                pointer-events: none
            }

            .treatments .container {
                position: relative
            }

        .tx-grid {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 20px;
            background: none;
            border: none;
            border-radius: 0;
            overflow: visible
        }

        .tx {
            padding: 28px 24px 24px;
            background: #FFFFFF;
            border: 1px solid var(--border);
            border-radius: 16px;
            box-shadow: var(--shadow-sm);
            display: flex;
            flex-direction: column;
            gap: 0;
            min-height: 0;
            position: relative;
            overflow: hidden;
            transition: transform .28s cubic-bezier(.34,1.56,.64,1), box-shadow .25s, border-color .25s;
            cursor: pointer
        }

            .tx::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 3px;
                background: var(--grad);
                border-radius: 16px 16px 0 0;
                opacity: 0;
                transition: opacity .2s;
            }

            .tx:hover {
                transform: translateY(-5px);
                box-shadow: 0 12px 40px rgba(15,76,129,.12), 0 2px 8px rgba(15,76,129,.06);
                border-color: rgba(15,76,129,.18);
                background: #FFFFFF
            }

            .tx:hover::before {
                opacity: 1;
            }

        .tx__num {
            color: var(--txt-l-2);
            font-size: 11px;
            letter-spacing: .12em
        }

        /* Icon wrap bubble */
        .tx__icon-wrap {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: grid;
            place-items: center;
            margin-bottom: 18px;
            flex-shrink: 0;
        }

        .tx__emoji {
            font-size: 30px;
            line-height: 1;
            display: block;
        }

        /* Brand icon wrap colors */
        .tx__icon-wrap--primary   { background: rgba(15,76,129,.10); }
        .tx__icon-wrap--secondary { background: rgba(58,124,165,.10); }
        .tx__icon-wrap--teal      { background: rgba(0,166,166,.10); }

        /* Legacy icon wrap colors (kept for compatibility) */
        .tx__icon-wrap--blue   { background: rgba(27,107,255,.18); }
        .tx__icon-wrap--purple { background: rgba(139,92,246,.18); }
        .tx__icon-wrap--green  { background: rgba(34,197,94,.18);  }
        .tx__icon-wrap--orange { background: rgba(249,115,22,.18); }
        .tx__icon-wrap--gold   { background: rgba(234,179,8,.18);  }
        .tx__icon-wrap--pink   { background: rgba(236,72,153,.18); }
        .tx__icon-wrap--cyan   { background: rgba(6,182,212,.18);  }

        .tx__icon {
            width: 22px;
            height: 22px;
            stroke-width: 1.8
        }

        .tx__icon-wrap--primary   .tx__icon { color: var(--primary); }
        .tx__icon-wrap--secondary .tx__icon { color: var(--secondary); }
        .tx__icon-wrap--teal      .tx__icon { color: var(--teal); }

        .tx h3 {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: -.01em;
            color: var(--txt-l);
            margin: 0 0 10px;
            line-height: 1.3
        }

        .tx p {
            font-size: 15.5px;
            color: var(--txt-l-2);
            line-height: 1.65;
            margin: 0;
            flex: 1
        }

        .tx__more {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            margin-top: 18px;
            font-size: 13px;
            color: var(--secondary);
            font-weight: 600;
            font-family: var(--font-h);
            letter-spacing: .01em;
            text-decoration: none;
            transition: color .2s
        }

            .tx__more i {
                width: 13px;
                height: 13px;
                transition: transform .2s
            }

        .tx:hover .tx__more {
            color: var(--primary)
        }

        .tx:hover .tx__more i {
            transform: translateX(-4px)
        }

        .tx--feature {
            border-color: rgba(15,76,129,.2);
            background: linear-gradient(160deg, #FFFFFF 50%, rgba(15,76,129,.03) 100%);
        }

            .tx--feature::before {
                opacity: 1;
            }

            .tx--feature .tx__icon {
                color: var(--primary)
            }

        @media (max-width:1100px) {
            .tx-grid {
                grid-template-columns: repeat(2,1fr);
                gap: 16px
            }
        }

        @media (max-width:560px) {
            .tx-grid {
                grid-template-columns: 1fr;
                gap: 12px
            }
        }
        /* TECH */
        .tech {
            background: linear-gradient(135deg, #FFFFFF 0%, #F0F7FF 100%);
            color: var(--txt-l);
            position: relative;
            z-index: 2
        }

        .tech__grid {
            display: grid;
            grid-template-columns: 1.1fr .9fr;
            gap: 80px;
            align-items: center
        }

        .tech__copy .lead {
            margin: 18px 0 32px
        }

        .tech__list {
            display: flex;
            flex-direction: column;
            gap: 6px
        }

        .tech-item {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 24px;
            padding: 22px 0;
            border-top: 1px solid var(--line-l);
            align-items: start
        }

            .tech-item:last-child {
                border-bottom: 1px solid var(--line-l)
            }

        .tech-item__num {
            color: var(--accent);
            font-size: 12px;
            padding-top: 4px
        }

        .tech-item h4 {
            font-size: 21px;
            font-weight: 700;
            margin-bottom: 6px;
            letter-spacing: -.01em
        }

        .tech-item p {
            margin: 0;
            color: var(--txt-l-2);
            font-size: 16px;
            line-height: 1.65
        }

        .tech__art {
            position: relative;
            aspect-ratio: 1;
            border-radius: var(--r-lg);
            background: linear-gradient(160deg, #0A2540, #0F4C81);
            overflow: hidden;
            border: 1px solid rgba(58,124,165,.25);
            box-shadow: 0 30px 80px -30px rgba(15,76,129,.40)
        }

        .scan {
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center
        }

        .scan__tooth {
            width: 55%;
            filter: drop-shadow(0 0 30px rgba(91,184,255,.6))
        }

        .scan__beam {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 80px;
            background: linear-gradient(180deg,rgba(91,184,255,.45),transparent);
            box-shadow: 0 0 40px var(--accent-2);
            animation: scanbeam 3.4s ease-in-out infinite
        }

        @keyframes scanbeam {
            0%,100% {
                transform: translateY(0)
            }

            50% {
                transform: translateY(420%)
            }
        }

        [data-motion="reduced"] .scan__beam {
            animation: none
        }

        .scan::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(91,184,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(91,184,255,.07) 1px,transparent 1px);
            background-size: 24px 24px
        }

        .scan__hud {
            position: absolute;
            top: 18px;
            left: 18px;
            right: 18px;
            display: flex;
            justify-content: space-between;
            color: var(--accent-2);
            font-size: 11px
        }

        @media (max-width:920px) {
            .tech__grid {
                grid-template-columns: 1fr;
                gap: 48px
            }
        }
        /* WHY US */
        .why {
            background: #E6EDF6;
            color: var(--txt-l);
            position: relative;
            z-index: 2;
        }

        .why__grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            border: none;
        }

        .why__card {
            padding: 36px 32px 32px;
            background: #FFFFFF;
            border: 1px solid var(--border);
            border-radius: 16px;
            box-shadow: var(--shadow-sm);
            position: relative;
            overflow: hidden;
            transition: transform .28s cubic-bezier(.34,1.56,.64,1), box-shadow .25s, border-color .25s;
        }

            .why__card::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 3px;
                background: var(--grad);
                border-radius: 16px 16px 0 0;
                opacity: 0;
                transition: opacity .2s;
            }

            .why__card:hover {
                transform: translateY(-5px);
                box-shadow: 0 12px 40px rgba(15,76,129,.12), 0 2px 8px rgba(15,76,129,.06);
                border-color: rgba(15,76,129,.18);
                background: #FFFFFF;
            }

            .why__card:hover::before {
                opacity: 1;
            }

        .why__num {
            font-size: 13px;
            font-family: var(--font-m);
            font-weight: 700;
            color: var(--secondary);
            letter-spacing: .08em;
            display: block;
            margin-bottom: 12px;
        }

        .why__card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--txt-l);
            line-height: 1.4;
        }

        .why__card p {
            margin: 0;
            color: var(--txt-l-2);
            font-size: 15.5px;
            line-height: 1.7;
        }

        @media (max-width:920px) {
            .why__grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
            }
        }

        @media (max-width:560px) {
            .why__grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }
        }
        /* REVIEWS */
        .reviews {
            background: #FFFFFF;
            color: var(--txt-l);
            position: relative;
            z-index: 2
        }

        .reviews__grid {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 18px
        }

        .review {
            padding: 32px;
            border: 1px solid var(--border);
            border-radius: var(--r-lg);
            background: #fff;
            box-shadow: var(--shadow-sm);
            display: flex;
            flex-direction: column;
            gap: 14px;
            transition: border-color .2s, transform .2s, box-shadow .2s
        }

            .review:hover {
                border-color: var(--secondary);
                transform: translateY(-3px);
                box-shadow: var(--shadow-md)
            }

        .review__stars {
            display: flex;
            gap: 2px;
            color: var(--accent)
        }

            .review__stars i {
                width: 16px;
                height: 16px;
                fill: currentColor
            }

        .review p {
            margin: 0;
            font-size: 18px;
            line-height: 1.65;
            color: var(--txt-l);
            font-family: var(--font-d);
            font-weight: 300
        }

        .review footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid var(--line-l);
            padding-top: 14px;
            margin-top: auto;
            font-size: 15px
        }

            .review footer b {
                font-family: var(--font-b);
                font-weight: 600
            }

            .review footer span {
                color: var(--txt-l-2);
                font-family: var(--font-m);
                font-size: 11px
            }

            .review footer .review__date {
                color: var(--txt-l-2);
                font-size: 13px;
                white-space: nowrap
            }

        .rating-bar {
            margin-top: 36px;
            padding: 24px 28px;
            border: 1px solid var(--line-l);
            border-radius: var(--r-lg);
            background: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 24px;
            flex-wrap: wrap
        }

        .rating-bar__score {
            display: flex;
            align-items: center;
            gap: 18px
        }

            .rating-bar__score b {
                font-size: 42px;
                font-weight: 800;
                font-family: var(--font-h);
                background: var(--grad);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent
            }

        .rating-bar__stars {
            color: var(--accent);
            display: flex;
            gap: 2px
        }

            .rating-bar__stars i {
                width: 16px;
                height: 16px;
                fill: currentColor
            }

        .rating-bar span {
            font-size: 13px;
            color: var(--txt-l-2)
        }

        @media (max-width:760px) {
            .reviews__grid {
                grid-template-columns: 1fr
            }
        }
        /* BOOK */
        .book {
            background: #F8FAFC;
            color: var(--txt-l);
            position: relative;
            z-index: 2;
            overflow: hidden
        }

            .book::before {
                content: "";
                position: absolute;
                top: -200px;
                right: -200px;
                width: 600px;
                height: 600px;
                border-radius: 50%;
                background: radial-gradient(circle, rgba(15,76,129,.06), transparent 60%);
                filter: blur(40px)
            }

            .book::after {
                content: "";
                position: absolute;
                bottom: -200px;
                left: -200px;
                width: 600px;
                height: 600px;
                border-radius: 50%;
                background: radial-gradient(circle, rgba(0,166,166,.06), transparent 60%);
                filter: blur(40px)
            }

        .book__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 72px;
            align-items: start;
            position: relative;
            z-index: 1
        }

        .contact {
            list-style: none;
            padding: 0;
            margin: 32px 0 0;
            display: flex;
            flex-direction: column;
            gap: 14px
        }

            .contact li {
                display: flex;
                align-items: center;
                gap: 12px;
                font-size: 17px
            }

            .contact i {
                width: 18px;
                height: 18px;
                color: var(--accent)
            }

        .book__form {
            padding: 40px;
            border: 1px solid var(--border);
            border-radius: var(--r-xl);
            background: #FFFFFF;
            box-shadow: var(--shadow-lg);
            display: flex;
            flex-direction: column;
            gap: 18px
        }

        .book__row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px
        }

        .book__form label {
            display: flex;
            flex-direction: column;
            gap: 8px;
            font-size: 14px;
            color: var(--txt-l-2);
            font-family: var(--font-m);
            letter-spacing: .06em;
            text-transform: uppercase
        }

        .book__form input, .book__form select, .book__form textarea {
            background: #F8FAFC;
            border: 1px solid var(--border);
            border-radius: var(--r-md);
            padding: 14px 14px;
            color: var(--txt-l);
            font-family: var(--font-b);
            font-size: 16px;
            text-transform: none;
            letter-spacing: 0;
            transition: border-color .2s, background .2s;
        }

            .book__form input:focus, .book__form select:focus, .book__form textarea:focus {
                border-color: var(--accent);
                background: #FFFFFF;
                outline: 3px solid rgba(15,76,129,.45);
                outline-offset: 0;
                box-shadow: 0 0 0 4px rgba(15,76,129,.12)
            }

        .book__form select {
            appearance: none;
            background-color: #F8FAFC;
            background-image: linear-gradient(45deg,transparent 50%,var(--txt-l-2) 50%),linear-gradient(135deg,var(--txt-l-2) 50%,transparent 50%);
            background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
            background-size: 5px 5px;
            background-repeat: no-repeat;
            color-scheme: light
        }

        .book__form select option {
            background: #FFFFFF;
            color: var(--txt-l)
        }

        [dir="rtl"] .book__form select {
            background-position: 16px 50%, 21px 50%
        }

        .book__form textarea {
            resize: vertical;
            min-height: 80px
        }

        .book__times {
            display: flex;
            flex-direction: column;
            gap: 10px;
            border: none;
            padding: 0;
            margin: 0
        }

            /* fieldset legend inherits .mono style */
            .book__times legend {
                color: var(--txt-l-2);
                font-family: var(--font-m);
                font-size: inherit;
                float: right;
                width: 100%;
                margin-bottom: 10px
            }

            .book__times .mono {
                color: var(--txt-l-2)
            }

        .slots {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 8px
        }

        .slot {
            padding: 10px;
            border: 1px solid var(--border);
            border-radius: var(--r-md);
            font-size: 14px;
            color: var(--txt-l-2);
            transition: all .2s
        }

            .slot:hover {
                border-color: var(--accent);
                color: var(--txt-l)
            }

            .slot.is-active {
                background: var(--grad);
                border-color: transparent;
                color: #fff;
                font-weight: 600
            }

        .book__fine {
            font-size: 12px;
            color: var(--txt-l-2);
            margin: 0;
            line-height: 1.5
        }

        .map-embed {
            margin-top: 48px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(0,0,0,.3)
        }

        .map-embed iframe {
            display: block
        }

        @media (max-width:920px) {
            .book__grid {
                grid-template-columns: 1fr;
                gap: 48px
            }

            .book__row {
                grid-template-columns: 1fr
            }
        }
        /* FOOTER */
        .foot {
            background: #0A1D33;
            color: var(--txt-d);
            padding: 64px 0 28px;
            border-top: 1px solid rgba(255,255,255,.10);
            position: relative;
            z-index: 2
        }

        .foot__grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 48px;
            padding-bottom: 40px;
            border-bottom: 1px solid rgba(255,255,255,.10)
        }

        .foot__brand p {
            color: var(--txt-d-2);
            font-size: 14.5px;
            line-height: 1.7;
            margin: 14px 0 22px;
            max-width: 36ch
        }

        .foot__logo {
            width: 100px;
            height: 100px;
            object-fit: contain
        }

        .foot__assoc {
            display: flex;
            gap: 8px;
            flex-wrap: wrap
        }

        .assoc {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 6px 12px;
            border: 1px solid rgba(255,255,255,.18);
            border-radius: 6px;
            font-family: var(--font-m);
            font-size: 11px;
            color: var(--txt-d-2);
            letter-spacing: .08em
        }

        .foot h5 {
            font-size: 13px;
            font-family: var(--font-m);
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--txt-d-2);
            margin-bottom: 14px;
            font-weight: 500
        }

        .foot a {
            display: block;
            padding: 6px 0;
            font-size: 14.5px;
            color: var(--txt-d);
            transition: color .2s
        }

            .foot a:hover {
                color: var(--accent-2)
            }

        .foot__bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 24px;
            color: var(--txt-d-2);
            flex-wrap: wrap;
            gap: 8px
        }

        @media (max-width:760px) {
            .foot__grid {
                grid-template-columns: 1fr 1fr;
                gap: 32px
            }
        }
        /* FLOATING UI */
        .fab {
            position: fixed;
            width: 54px;
            height: 54px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            box-shadow: 0 12px 32px -8px rgba(0,0,0,.5);
            z-index: 60;
            transition: transform .2s
        }

            .fab:hover {
                transform: translateY(-2px)
            }

        .fab--wa {
            bottom: 24px;
            right: 24px;
            background: #25D366;
            color: #fff
        }

        [dir="rtl"] .fab--wa {
            right: 24px;
            left: auto
        }

        .fab--a11y {
            bottom: 24px;
            left: 24px;
            background: var(--bg-3);
            border: 1px solid var(--line);
            color: var(--fg)
        }

        [dir="rtl"] .fab--a11y {
            left: 24px;
            right: auto
        }

        .fab--a11y i {
            width: 22px;
            height: 22px
        }

        .sticky-cta {
            position: fixed;
            bottom: 24px;
            left: 50%;
            transform: translateX(-50%);
            display: none;
            align-items: center;
            gap: 10px;
            padding: 14px 24px;
            border-radius: 999px;
            background: var(--primary);
            color: #fff;
            font-weight: 600;
            font-size: 15px;
            box-shadow: 0 16px 40px -10px rgba(15,76,129,.55);
            z-index: 60;
        }

            .sticky-cta i {
                width: 16px;
                height: 16px
            }

            .sticky-cta.is-on {
                display: inline-flex;
                animation: fadeUp .3s cubic-bezier(.2,.8,.2,1)
            }

        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translate(-50%,12px)
            }

            to {
                opacity: 1;
                transform: translate(-50%,0)
            }
        }

        /* Mobile call bar — hidden on desktop */
        .mobile-call-bar { display: none; }

        .a11y {
            position: fixed;
            bottom: 88px;
            left: 24px;
            width: 240px;
            z-index: 61;
            background: var(--bg-2);
            border: 1px solid var(--line);
            border-radius: var(--r-lg);
            padding: 14px;
            display: flex;
            flex-direction: column;
            gap: 6px;
            box-shadow: 0 30px 60px -20px rgba(0,0,0,.4)
        }

            .a11y header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 6px
            }

                .a11y header button {
                    font-size: 22px;
                    line-height: 1;
                    padding: 0 6px;
                    color: var(--fg-2)
                }

            .a11y > button {
                padding: 10px 12px;
                border-radius: var(--r-md);
                text-align: right;
                color: var(--fg);
                font-size: 14px;
                border: 1px solid var(--line);
                transition: background .15s
            }

                .a11y > button:hover {
                    background: color-mix(in oklch,var(--fg) 6%,transparent)
                }

        [data-a11y-contrast="on"] {
            filter: contrast(1.4)
        }

        [data-a11y-bigtext="on"] {
            font-size: 18px
        }

        [data-a11y-links="on"] a:not(.btn):not(.fab) {
            text-decoration: underline !important;
            text-underline-offset: 3px;
            text-decoration-thickness: 1.5px
        }

        .tweaks {
            position: fixed;
            bottom: 88px;
            right: 24px;
            width: 280px;
            z-index: 61;
            background: var(--bg-2);
            border: 1px solid var(--line);
            border-radius: var(--r-lg);
            padding: 18px;
            display: flex;
            flex-direction: column;
            gap: 14px;
            box-shadow: 0 30px 60px -20px rgba(0,0,0,.4)
        }

            .tweaks header {
                display: flex;
                justify-content: space-between;
                align-items: center
            }

                .tweaks header button {
                    font-size: 22px;
                    line-height: 1;
                    color: var(--fg-2)
                }

        .tw-row {
            display: flex;
            flex-direction: column;
            gap: 8px
        }

            .tw-row label {
                font-family: var(--font-m);
                font-size: 11px;
                letter-spacing: .08em;
                text-transform: uppercase;
                color: var(--fg-2)
            }

        .swatches {
            display: flex;
            gap: 8px
        }

        .sw {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--c);
            border: 2px solid transparent;
            transition: transform .15s, border-color .15s
        }

            .sw:hover {
                transform: scale(1.1)
            }

            .sw.is-active {
                border-color: var(--fg)
            }

        .seg {
            display: flex;
            border: 1px solid var(--line);
            border-radius: var(--r-md);
            overflow: hidden
        }

            .seg button {
                flex: 1;
                padding: 8px;
                font-size: 13px;
                color: var(--fg-2);
                transition: all .15s
            }

                .seg button.is-active {
                    background: var(--fg);
                    color: var(--bg)
                }
        /* reveal animations */
        [data-reveal] {
            opacity: 0;
            transform: translateY(16px);
            transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1)
        }

            [data-reveal].in {
                opacity: 1;
                transform: none
            }

        [data-motion="reduced"] [data-reveal] {
            opacity: 1;
            transform: none;
            transition: none
        }

        @media (max-width:1080px) {
            .nav__links {
                display: none
            }

            .hero {
                padding-top: 120px
            }
        }

/* =========================================================
   ACCESSIBILITY WIDGET
   Israeli Standard IS 5568 / WCAG 2.1 AA
   ========================================================= */

/* Floating trigger button */
.a11y-trigger {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9000;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0F4C81;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(15,76,129,.45);
    transition: transform .2s, background .2s
}
.a11y-trigger:hover { background: #0A3D6E; transform: scale(1.08) }
.a11y-trigger svg { width: 26px; height: 26px; fill: #fff }

/* Panel */
.a11y-panel {
    position: fixed;
    bottom: 160px;
    left: 20px;
    z-index: 9001;
    width: 280px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,.18);
    padding: 20px;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
    display: none;
    border: 2px solid #0F4C81
}
.a11y-panel.is-open { display: block }
.a11y-panel__title {
    font-size: 15px;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px
}
.a11y-panel__title span { color: #0F4C81 }
.a11y-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px
}
.a11y-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 6px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #f8faff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    color: #444;
    transition: background .15s, border-color .15s;
    text-align: center;
    line-height: 1.3
}
.a11y-btn svg { width: 20px; height: 20px; stroke: #0F4C81; fill: none; stroke-width: 2 }
.a11y-btn.is-active { background: #0F4C81; color: #fff; border-color: #0F4C81 }
.a11y-btn.is-active svg { stroke: #fff }
.a11y-btn:hover:not(.is-active) { background: #EEF5FF; border-color: #0F4C81 }

/* Font size row */
.a11y-font-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8faff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 12px;
    margin-bottom: 12px
}
.a11y-font-row span { font-size: 12px; font-weight: 600; color: #444 }
.a11y-font-row div { display: flex; gap: 6px }
.a11y-font-btn {
    width: 30px; height: 30px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #0F4C81;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s
}
.a11y-font-btn:hover { background: #eef3ff }

.a11y-reset {
    width: 100%;
    padding: 9px;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background .15s
}
.a11y-reset:hover { background: #f0f0f0 }

.a11y-statement {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #0F4C81;
    text-decoration: underline;
    margin-top: 4px
}

/* ── Accessibility modes applied to <html> ── */

/* High contrast */
html.a11y-contrast {
    filter: contrast(1.6) !important
}

/* Grayscale */
html.a11y-grayscale {
    filter: grayscale(1) !important
}

/* Both */
html.a11y-contrast.a11y-grayscale {
    filter: contrast(1.6) grayscale(1) !important
}

/* Underline all links */
html.a11y-links a { text-decoration: underline !important }

/* Stop animations */
html.a11y-stop-anim *,
html.a11y-stop-anim *::before,
html.a11y-stop-anim *::after {
    animation: none !important;
    transition: none !important
}

/* Readable font */
html.a11y-readable * {
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: .03em !important;
    line-height: 1.8 !important
}

/* Cursor */
html.a11y-cursor * { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%230F4C81' fill-opacity='.3' stroke='%230F4C81' stroke-width='2'/%3E%3C/svg%3E") 16 16, auto !important }

/* Focus visible for keyboard nav */
html.a11y-focus *:focus {
    outline: 3px solid #0F4C81 !important;
    outline-offset: 3px !important
}

/* ══════════════════════════════════════════
   LEGAL PAGES (Privacy Policy / Terms)
   ══════════════════════════════════════════ */
.legal-page {
    background: #F8FAFC;
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: 80vh;
    color: var(--txt-l);
    direction: rtl
}

.legal-container {
    max-width: 860px;
    margin: 0 auto
}

.legal-header {
    margin-bottom: 40px
}

.legal-date {
    color: var(--txt-l-2);
    font-size: 14px;
    margin-top: 8px
}

.legal-body {
    background: #fff;
    border-radius: 20px;
    padding: 48px 52px;
    box-shadow: 0 2px 24px rgba(15,76,129,.07);
    display: flex;
    flex-direction: column;
    gap: 0
}

.legal-section {
    padding: 28px 0;
    border-bottom: 1px solid #EEF2F7
}

.legal-section:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.legal-section h2 {
    font-family: var(--font-h);
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 14px
}

.legal-section h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--txt-l);
    margin: 18px 0 8px
}

.legal-section p {
    font-size: 15px;
    line-height: 1.85;
    color: #374151;
    margin-bottom: 10px
}

.legal-section p:last-child { margin-bottom: 0 }

.legal-section ul {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    line-height: 1.75;
    color: #374151
}

.legal-section a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px
}

/* Medical disclaimer alert box */
.legal-alert {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #FFF8F0;
    border: 1.5px solid #FCA84B;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 16px 0
}

.legal-alert > i {
    width: 24px;
    height: 24px;
    color: #E07A00;
    flex-shrink: 0;
    margin-top: 2px
}

.legal-alert p {
    margin-bottom: 6px !important;
    font-size: 15px;
    line-height: 1.7;
    color: #5C3A00
}

/* Cookie table */
.legal-table-wrap {
    overflow-x: auto;
    margin: 16px 0;
    border-radius: 10px;
    border: 1px solid #E5EAF0
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.legal-table th {
    background: #F1F5F9;
    padding: 12px 16px;
    text-align: right;
    font-weight: 700;
    color: var(--txt-l);
    border-bottom: 1px solid #E5EAF0
}

.legal-table td {
    padding: 11px 16px;
    border-bottom: 1px solid #EEF2F7;
    color: #374151;
    vertical-align: top
}

.legal-table tr:last-child td { border-bottom: none }

.legal-table tr:hover td { background: #F8FAFC }

/* Contact list */
.legal-contact {
    list-style: none !important;
    padding: 0 !important
}

.legal-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0
}

.legal-contact i {
    width: 16px;
    height: 16px;
    color: var(--accent);
    flex-shrink: 0
}

/* Bottom navigation */
.legal-nav {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 36px;
    justify-content: flex-end
}

@media (max-width: 700px) {
    .legal-body { padding: 28px 20px }
    .legal-nav { justify-content: center }
}

/* ══════════════════════════════════════════
   FOOTER — Legal bar + Disclaimer
   ══════════════════════════════════════════ */
.foot__disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 900px;
    margin: 0 auto 18px;
    padding: 0 24px;
    font-size: 12px;
    color: rgba(255,255,255,.45);
    line-height: 1.65;
    text-align: center;
    justify-content: center
}

.foot__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 16px 24px;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin-bottom: 0
}

.foot__legal a {
    font-size: 13px;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: color .2s
}

.foot__legal a:hover { color: #fff }

.foot__legal span[aria-hidden] {
    color: rgba(255,255,255,.2);
    font-size: 12px
}

.foot__wa-note {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,.35);
    margin-top: 3px
}

/* ══════════════════════════════════════════
   CONTACT FORM — Consent checkbox
   ══════════════════════════════════════════ */
.book__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 4px
}

.book__consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    accent-color: var(--primary);
    cursor: pointer;
    border-radius: 4px
}

.book__consent span {
    font-size: 13px;
    color: var(--txt-l-2);
    line-height: 1.6
}

.book__consent a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px
}

/* ══════════════════════════════════════════
   COOKIE CONSENT BANNER
   ══════════════════════════════════════════ */
.cookie-banner {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 9900;
    max-width: 1120px;
    margin: 0 auto;
    background: linear-gradient(180deg, #0C3D66 0%, #0A2A47 100%);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    box-shadow: 0 20px 60px -12px rgba(8,29,51,.55);
    direction: rtl;
    padding: 20px 26px
}

.cookie-banner[hidden] { display: none }

.cookie-banner__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between
}

.cookie-banner__text strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.cookie-banner__text p {
    font-size: 13px;
    color: rgba(255,255,255,.65);
    margin: 0;
    line-height: 1.55
}

.cookie-banner__text a {
    color: #5CD1CF;
    text-decoration: underline;
    text-underline-offset: 2px
}

.cookie-banner__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0
}

.cookie-btn {
    height: 44px;
    padding: 0 24px;
    border-radius: 999px;
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: background .2s, border-color .2s, transform .15s
}

.cookie-btn:active { transform: translateY(1px) }

.cookie-btn--primary {
    background: var(--teal);
    color: #fff;
    box-shadow: 0 8px 20px -6px rgba(14,149,148,.5)
}

.cookie-btn--primary:hover { background: #0c8180 }

.cookie-btn--ghost {
    background: transparent;
    color: rgba(255,255,255,.82);
    border: 1.5px solid rgba(255,255,255,.28)
}

.cookie-btn--ghost:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.45)
}

@media (max-width: 640px) {
    .cookie-banner { bottom: 10px; left: 10px; right: 10px; padding: 18px 18px }
    .cookie-banner__inner { flex-direction: column; align-items: flex-start; gap: 14px }
    .cookie-banner__actions { width: 100% }
    .cookie-btn { flex: 1; text-align: center }
}
