/* ============================================================
   EROL HAVUZ KLİNİK — PREMIUM DESIGN SYSTEM v2
   app.css · Tokens · Reset · Tipografi · Grid · Utilities
   · Header · Footer · Drawer · Dekoratif öğeler
   Açık mavi (ana site) + .est-site (mor/pembe) override
   ============================================================ */

/* ---------- 1. TASARIM TOKENLARI ---------- */
:root {
    --primary:        #1a8fd6;
    --primary-600:    #1278bd;
    --primary-700:    #0e63a0;
    --primary-deep:   #0a3f6b;
    --primary-soft:   #e7f3fc;
    --primary-softer: #f3f9fe;

    --accent:         #19c9c1;   /* teal — ikinci vurgu (green-bg) */
    --accent-600:     #11aaa3;
    --accent-deep:    #0c8780;

    --gold:           #f5b942;
    --pink:           #ff6ea0;   /* sıcak vurgu */

    --ink:            #0e3556;   /* başlık / theme-color */
    --ink-soft:       #2f5066;
    --body:           #54707f;   /* gövde metni */
    --muted:          #93a8b6;
    --line:           #e3eef6;
    --line-soft:      #eff6fb;

    --white:          #ffffff;
    --bg:             #ffffff;
    --bg-soft:        #eef6fc;   /* gray-bg → açık mavi tint */
    --bg-tint:        #f4fafe;

    /* İmza degradeler */
    --grad-brand:  linear-gradient(125deg, #1a8fd6 0%, #0e63a0 55%, #0a3f6b 100%);
    --grad-band:   linear-gradient(135deg, #0e63a0 0%, #0a3f6b 100%);
    --grad-accent: linear-gradient(130deg, #22d3c5 0%, #0c8780 100%);
    --grad-sky:    linear-gradient(180deg, #f4fafe 0%, #ffffff 100%);
    --grad-icon:   linear-gradient(135deg, #1a8fd6, #0a3f6b);

    --font-head: 'Sora', system-ui, sans-serif;
    --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;

    --r-sm: 12px;
    --r:    18px;
    --r-lg: 26px;
    --r-xl: 34px;

    /* Markaya boyalı yumuşak gölgeler */
    --shadow-sm: 0 6px 22px rgba(13, 71, 117, .07);
    --shadow:    0 22px 50px rgba(13, 71, 117, .12);
    --shadow-lg: 0 40px 90px rgba(13, 71, 117, .20);
    --shadow-primary: 0 18px 38px rgba(26, 143, 214, .38);
    --shadow-accent:  0 18px 38px rgba(25, 201, 193, .35);

    --container: 1240px;
    --ease: cubic-bezier(.4, 0, .2, 1);
    --bounce: cubic-bezier(.34, 1.56, .64, 1);
    --t: .4s var(--ease);
}

/* ---------- 2. RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 16.5px;
    line-height: 1.78;
    color: var(--body);
    background: var(--bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--primary-700); }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea, button { font-family: inherit; font-size: inherit; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    color: var(--ink);
    margin: 0 0 .5em;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.022em;
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.05rem; }
h6 { font-size: .95rem; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
::selection { background: var(--primary); color: #fff; }
:focus-visible { outline: 3px solid rgba(26,143,214,.45); outline-offset: 3px; }
main { display: block; }
section { position: relative; }

/* İnce, modern kaydırma çubuğu */
::-webkit-scrollbar { width: 12px; height: 10px; }
::-webkit-scrollbar-thumb { background: #c4dcec; border-radius: 10px; border: 3px solid #fff; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

/* FontAwesome "light" (fal) Pro değil — Free Solid'e düş */
.fal { font-family: 'Font Awesome 6 Free' !important; font-weight: 900; }

/* ---------- 3. GRID SİSTEMİ ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
.container-fluid, .container-fulid { width: 100%; padding-inline: 20px; }
.row { display: flex; flex-wrap: wrap; margin-inline: -15px; }
.no-gutters { margin-inline: 0; }
.no-gutters > [class*="col-"] { padding-inline: 0; }
[class*="col-"] { position: relative; width: 100%; padding-inline: 15px; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.col { flex: 1 0 0%; }

@media (min-width: 768px) {
    .col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}
    .col-md-6{flex:0 0 50%;max-width:50%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}
    .col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-12{flex:0 0 100%;max-width:100%}
}
@media (min-width: 992px) {
    .col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}
    .col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.col-lg-6{flex:0 0 50%;max-width:50%}
    .col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}
    .col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.col-lg-12{flex:0 0 100%;max-width:100%}
    .offset-lg-1{margin-left:8.3333%}
}
@media (min-width: 1200px) {
    .col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.col-xl-3{flex:0 0 25%;max-width:25%}
    .col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}
    .col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}
    .col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xl-12{flex:0 0 100%;max-width:100%}
    .offset-xl-1{margin-left:8.3333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}
    .offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}
}

/* ---------- 4. UTILITY ---------- */
.d-flex{display:flex}.d-block{display:block}.d-none{display:none}
.align-items-center{align-items:center}.justify-content-center{justify-content:center}
.justify-content-between{justify-content:space-between}.justify-content-end{justify-content:flex-end}
.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.text-right{text-align:right}
.text-uppercase{text-transform:uppercase}.text-muted{color:var(--muted)!important}
.pos-rel{position:relative}.z-index-1{z-index:1}.fix{overflow:hidden}
.list-inline{display:flex;flex-wrap:wrap;gap:8px}.mt-auto{margin-top:auto}
.f-400{font-weight:400}.f-500{font-weight:500}.f-600{font-weight:600}.f-700{font-weight:700}

.white-color,.white-color h1,.white-color h2,.white-color h3,.white-color h4,.white-color h5{color:#fff!important}
.theme-color{color:var(--ink)!important}.pink-color{color:var(--pink)!important}
.green-color{color:var(--accent-deep)!important}
.white-bg{background:#fff}.gray-bg{background:var(--bg-soft)}.green-bg{background:var(--accent)}
.primary-bg{background:var(--grad-band)}

@media (min-width:768px){.d-md-block{display:block!important}}
@media (min-width:1200px){.d-xl-block{display:block!important}.d-xl-none{display:none!important}}
@media (max-width:1199px){.d-xl-block{display:none!important}}

.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}
.m-0{margin:0!important}.ml-0{margin-left:0!important}.mb-0{margin-bottom:0!important}
.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}
.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}
.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-75{margin-bottom:75px}
.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}
.pt-10{padding-top:10px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-60{padding-top:60px}
.pt-80{padding-top:80px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-130{padding-top:130px}.pt-150{padding-top:150px}
.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-60{padding-bottom:60px}.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}.pb-100{padding-bottom:100px}.pb-120{padding-bottom:120px}.pb-130{padding-bottom:130px}
.pl-15{padding-left:15px}.pl-30{padding-left:30px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}
.pr-55{padding-right:55px}.px-15{padding-inline:15px}
.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}
.mr-2{margin-right:.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.py-5{padding-top:3rem;padding-bottom:3rem}

/* ---------- 5. DEKORATİF ÖĞELER ---------- */
.eh-blob {
    position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
    filter: blur(8px); opacity: .6;
}
.eh-blob--tr { top: -90px; right: -60px; width: 340px; height: 340px;
    background: radial-gradient(circle, rgba(26,143,214,.16), transparent 70%); }
.eh-blob--bl { bottom: -100px; left: -80px; width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(25,201,193,.14), transparent 70%); }
.eh-dots {
    position: absolute; width: 160px; height: 160px; z-index: 0; opacity: .5; pointer-events: none;
    background-image: radial-gradient(var(--primary) 1.6px, transparent 1.6px);
    background-size: 18px 18px;
    -webkit-mask-image: radial-gradient(circle, #000, transparent 72%);
    mask-image: radial-gradient(circle, #000, transparent 72%);
}
.container { position: relative; z-index: 1; }

/* ---------- 6. HEADER ÜST BAR ---------- */
header { position: relative; z-index: 50; }
.top-bar4 {
    background: var(--primary-deep) !important; color: rgba(255,255,255,.82); font-size: 13.5px;
    padding-block: 12px !important;
}
.top-bar4 .row { align-items: center; }
.top4-right { display: flex; align-items: center; }
.header-info { display: flex; align-items: center; flex-wrap: wrap; }
.header-info span { display: inline-flex; align-items: center; gap: 8px; margin-right: 28px; }
.header-info span i { color: var(--accent); font-size: 14px; }
.top4-menu ul { display: flex; gap: 22px; align-items: center; }
.top4-menu a { color: rgba(255,255,255,.82); font-size: 13.5px; font-weight: 500; }
.top4-menu a:hover { color: #fff; }
.top4-menu .need-help { background: var(--grad-accent); color: #fff; padding: 6px 16px; border-radius: 50px; font-weight: 600; }
.top4-menu .need-help:hover { color: #fff; filter: brightness(1.08); }
.header-social-icons ul { display: flex; gap: 9px; margin-left: 22px; }
.header-social-icons a {
    width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%;
    color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.2); font-size: 12px; transition: var(--t);
}
.header-social-icons a:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-2px); }

/* ---------- 7. ANA MENÜ ---------- */
.header-menu-area {
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid rgba(227,238,246,.8);
    padding-block: 16px; transition: box-shadow var(--t), padding var(--t), background var(--t);
}
.header-menu-area.is-stuck {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 40px rgba(10,63,107,.13); padding-block: 9px;
    animation: slideDown .45s var(--ease);
}
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.logo a { display: inline-block; }
.header__menu nav > ul { display: flex; align-items: center; gap: 0; flex-wrap: nowrap; }
.header__menu nav > ul > li { position: relative; }
.header__menu nav > ul > li > a {
    display: block; padding: 10px 14px; color: var(--ink); white-space: nowrap;
    font-family: var(--font-head); font-weight: 600;
    font-size: clamp(14px, var(--menu-fs, 15px), 15.5px);
    letter-spacing: -.01em; position: relative;
}
.header__menu nav > ul > li > a::after {
    content: ""; position: absolute; left: 17px; right: 17px; bottom: 7px; height: 2.5px;
    background: var(--grad-brand); border-radius: 3px; transform: scaleX(0); transform-origin: left; transition: transform var(--t);
}
.header__menu nav > ul > li:hover > a { color: var(--primary); }
.header__menu nav > ul > li:hover > a::after { transform: scaleX(1); }
.submenu {
    position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px; background: #fff;
    border-radius: var(--r-sm); box-shadow: var(--shadow); padding: 12px; opacity: 0; visibility: hidden;
    transform: translateY(14px); transition: var(--t); z-index: 60; border: 1px solid var(--line-soft);
}
.submenu::before { content: ""; position: absolute; top: -7px; left: 28px; width: 14px; height: 14px; background: #fff; transform: rotate(45deg); border-left: 1px solid var(--line-soft); border-top: 1px solid var(--line-soft); }
.header__menu nav > ul > li:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li a { display: block; padding: 11px 15px; border-radius: 10px; color: var(--ink-soft); font-weight: 500; font-size: 15px; position: relative; }
.submenu li a:hover { background: var(--primary-soft); color: var(--primary); padding-left: 20px; }

.header-right { gap: 8px; }
.header-button .btn { white-space: nowrap; }

/* Dil seçici */
.eh-lang-switcher { position: relative; }
.eh-lang-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 50px; font-weight: 600; font-size: 14px; color: var(--ink); background: var(--primary-soft); transition: var(--t); }
.eh-lang-btn:hover { background: var(--primary); color: #fff; }
.eh-lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0; min-width: 94px; background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 7px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--t); z-index: 70; border: 1px solid var(--line-soft); }
.eh-lang-switcher:hover .eh-lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.eh-lang-dropdown a { display: block; padding: 9px 12px; border-radius: 9px; color: var(--ink); font-weight: 600; font-size: 14px; }
.eh-lang-dropdown a:hover { background: var(--primary-soft); color: var(--primary); }
.eh-lang-mobile { display: flex; gap: 8px; justify-content: center; padding: 12px 0 0; }
.eh-lang-mobile a { padding: 7px 15px; border-radius: 50px; background: var(--primary-soft); font-weight: 600; color: var(--ink); }
.eh-lang-mobile a.active { background: var(--primary); color: #fff; }

/* Hamburger */
.eh-hamburger { width: 48px; height: 48px; border-radius: 14px; background: var(--primary-soft); display: grid; place-content: center; gap: 5px; padding: 13px; transition: var(--t); }
.eh-hamburger:hover { background: var(--primary); }
.eh-hamburger:hover span { background: #fff; }
.eh-hamburger span { display: block; width: 22px; height: 2.5px; border-radius: 2px; background: var(--primary-deep); transition: var(--t); }
.eh-hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.eh-hamburger.open span:nth-child(2) { opacity: 0; }
.eh-hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Header dikey hizalama — logo / menü / dil / buton aynı eksende */
.header-menu-area .row { align-items: center; }
.header-menu-area .logo { display: flex; align-items: center; }

/* ≥1400px: tek satır, tam genişlik esnek menü (asla sarmaz) */
@media (min-width: 1400px) {
    .header-menu-area .row { flex-wrap: nowrap; }
    .header-menu-area .row > [class*="col-"] { flex: 0 0 auto; width: auto; max-width: none; }
    .header-menu-area .row > .col-xl-8 { flex: 1 1 auto; min-width: 0; }
    .header-menu-area .col-12 { display: none; }
    .eh-hamburger { display: none !important; }
    .header__menu { padding-left: 36px !important; }
    .header__menu nav > ul { justify-content: flex-start; gap: 2px; }
}

/* <1400px: sade hamburger + drawer (menü kalabalığı engellenir) */
@media (max-width: 1399px) {
    .header-menu-area .header__menu { display: none !important; }
    .header-menu-area .header-right { display: none !important; }
    .eh-hamburger { display: grid !important; }
}

/* ---------- 8. MOBİL DRAWER ---------- */
.eh-drawer-overlay { position: fixed; inset: 0; background: rgba(10,40,60,.55); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: var(--t); z-index: 998; }
.eh-drawer-overlay.open { opacity: 1; visibility: visible; }
.eh-drawer { position: fixed; top: 0; right: 0; width: 330px; max-width: 88vw; height: 100%; background: #fff; z-index: 999; transform: translateX(100%); transition: transform .45s var(--ease); display: flex; flex-direction: column; box-shadow: -24px 0 70px rgba(10,40,60,.22); }
.eh-drawer.open { transform: translateX(0); }
.eh-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px; border-bottom: 1px solid var(--line); }
.eh-drawer-logo { max-height: 44px; width: auto; }
.eh-drawer-close { width: 44px; height: 44px; border-radius: 12px; background: var(--primary-soft); color: var(--primary-deep); font-size: 20px; display: grid; place-items: center; transition: var(--t); }
.eh-drawer-close:hover { background: var(--primary); color: #fff; }
.eh-drawer-nav { flex: 1; overflow-y: auto; padding: 14px 18px; }
.eh-drawer-nav > ul > li { border-bottom: 1px solid var(--line-soft); }
.eh-drawer-nav > ul > li > a { display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 16px 6px; color: var(--ink); font-family: var(--font-head); font-weight: 600; font-size: 16px; }
.eh-drawer-nav > ul > li > a:hover { color: var(--primary); }
.eh-drawer-nav > ul > li > a i { color: var(--primary); }
.eh-drawer-toggle { margin-left: auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--primary-soft); color: var(--primary); transition: var(--t); flex-shrink: 0; }
.eh-drawer-toggle.open { transform: rotate(180deg); }
.drawer-sub { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.drawer-sub.open { max-height: 640px; }
.drawer-sub li a { display: block; padding: 11px 6px 11px 18px; color: var(--body); font-size: 15px; }
.drawer-sub li a:hover { color: var(--primary); }
.eh-drawer-foot { padding: 20px; border-top: 1px solid var(--line); }
.eh-drawer-appt { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--grad-brand); color: #fff; padding: 15px; border-radius: 50px; font-weight: 700; box-shadow: var(--shadow-primary); }
.eh-drawer-appt:hover { color: #fff; filter: brightness(1.08); }
.eh-drawer-langs { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.eh-drawer-langs a { padding: 7px 15px; border-radius: 50px; background: var(--primary-soft); font-weight: 600; color: var(--ink); }
.eh-drawer-langs a.active { background: var(--primary); color: #fff; }

/* Mobil sabit CTA bar — birleşik iki buton (Randevu Al + Bize Ulaşın), farklı renk */
.eh-mobile-cta { position: fixed; bottom: 14px; left: 14px; right: 14px; z-index: 900; display: none; border-radius: 50px; overflow: hidden; box-shadow: 0 14px 32px rgba(10,40,60,.32); }
.eh-mobile-cta__btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 10px; font-family: var(--font-head); font-weight: 700; font-size: 15px; color: #fff; line-height: 1; }
.eh-mobile-cta__btn i { font-size: 16px; }
.eh-mobile-cta__appt { background: var(--grad-brand); }
.eh-mobile-cta__contact { background: var(--grad-accent); position: relative; }
.eh-mobile-cta__contact::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: rgba(255,255,255,.35); }
.eh-mobile-cta__btn:hover { color: #fff; filter: brightness(1.06); }
.eh-mobile-cta__btn:active { filter: brightness(.95); }
@media (max-width: 767px) { .eh-mobile-cta { display: flex; } }

/* ---------- 9. FOOTER ---------- */
footer { position: relative; }

/* Üstte yüzen premium CTA bandı — şeffaf zemin (mavi band YOK) */
.eh-foot-cta { background: transparent; position: relative; z-index: 2; padding: 44px 0 54px; }
.eh-foot-cta__inner {
    margin-bottom: 0; position: relative; z-index: 2;
    background: var(--grad-accent); border-radius: var(--r-xl); padding: 44px 56px;
    display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
    box-shadow: var(--shadow-lg); overflow: hidden;
}
.eh-foot-cta__inner::before { content: ""; position: absolute; top: -60px; right: -40px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.2), transparent 70%); }
.eh-foot-cta__text { position: relative; z-index: 1; }
.eh-foot-cta__eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; opacity: .92; margin-bottom: 10px; }
.eh-foot-cta__text h2 { color: #fff; margin: 0; font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.eh-foot-cta__actions { display: flex; align-items: center; gap: 22px; position: relative; z-index: 1; flex-wrap: wrap; }
.eh-foot-cta__actions .btn { background: #fff; color: var(--accent-deep); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.eh-foot-cta__actions .btn span { background: var(--accent); color: #fff; }
.eh-foot-cta__actions .btn:hover { color: var(--accent-deep); }
.eh-foot-cta__actions .btn::after { display: none; }
.eh-foot-cta__phone { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; }
.eh-foot-cta__phone i { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.2); display: grid; place-items: center; font-size: 18px; }
.eh-foot-cta__phone small { display: block; font-weight: 500; font-size: 12px; opacity: .85; letter-spacing: .04em; }
.eh-foot-cta__phone:hover { color: #fff; }
@media (max-width: 767px) { .eh-foot-cta__inner { padding: 32px 26px; margin-top: -76px; } .eh-foot-cta__actions { width: 100%; } }

/* === PREMIUM AÇIK FOOTER === */
.eh-footer { position: relative; background: linear-gradient(180deg, var(--bg-tint) 0%, var(--bg-soft) 100%); overflow: hidden; }
.eh-footer::before { content: ""; position: absolute; top: -180px; right: -120px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(26,143,214,.10), transparent 70%); pointer-events: none; }
.eh-footer::after { content: ""; position: absolute; bottom: -140px; left: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(25,201,193,.10), transparent 70%); pointer-events: none; }
.eh-foot-body { padding: 10px 0 56px; position: relative; z-index: 1; }

/* İletişim kartları */
.eh-foot-contacts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 60px; }
.eh-foot-contact { display: flex; align-items: center; gap: 16px; background: #fff; border-radius: var(--r); padding: 20px 22px; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); transition: var(--t); }
.eh-foot-contact:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.eh-foot-contact__ic { width: 52px; height: 52px; border-radius: 15px; flex-shrink: 0; display: grid; place-items: center; background: var(--grad-icon); color: #fff; font-size: 19px; box-shadow: var(--shadow-primary); }
.eh-foot-contact__tx { display: flex; flex-direction: column; min-width: 0; }
.eh-foot-contact__tx small { color: var(--muted); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.eh-foot-contact__tx b { color: var(--ink); font-family: var(--font-head); font-size: 14.5px; font-weight: 600; line-height: 1.35; }

/* Ana grid */
.eh-foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1.1fr 1.4fr; gap: 44px; }
.eh-foot-logo { display: inline-block; margin-bottom: 22px; }
.eh-foot-logo img { width: auto; }
.eh-foot-brand p { color: var(--body); margin-bottom: 24px; max-width: 340px; }
.eh-foot-social { display: flex; gap: 10px; }
.eh-foot-social a { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: #fff; color: var(--primary-deep); box-shadow: var(--shadow-sm); transition: var(--t); }
.eh-foot-social a:hover { background: var(--grad-brand); color: #fff; transform: translateY(-3px); box-shadow: var(--shadow-primary); }
.eh-foot-links h4 { font-size: 1.12rem; color: var(--ink); margin-bottom: 24px; position: relative; padding-bottom: 12px; }
.eh-foot-links h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; border-radius: 3px; background: var(--grad-brand); }
.eh-foot-links ul li { margin-bottom: 13px; }
.eh-foot-links ul li a { color: var(--body); font-weight: 500; display: inline-flex; align-items: center; transition: var(--t); }
.eh-foot-links ul li a::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 9px; color: var(--primary); font-size: 12px; transition: var(--t); }
.eh-foot-links ul li a:hover { color: var(--primary); transform: translateX(4px); }

/* Randevu promo kartı */
.eh-foot-promo { background: #fff; border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); position: relative; overflow: hidden; }
.eh-foot-promo::before { content: ""; position: absolute; top: -40px; right: -40px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle, rgba(26,143,214,.12), transparent 70%); }
.eh-foot-promo__ic { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--grad-icon); color: #fff; font-size: 22px; margin-bottom: 18px; box-shadow: var(--shadow-primary); }
.eh-foot-promo h4 { font-size: 1.12rem; margin-bottom: 10px; }
.eh-foot-promo p { color: var(--body); font-size: 14.5px; margin-bottom: 22px; }
.eh-foot-promo .btn { width: 100%; justify-content: center; }

/* Alt bar */
.eh-foot-bottom { border-top: 1px solid var(--line); padding: 24px 0; position: relative; z-index: 1; }
.eh-foot-bottom p { text-align: center; color: var(--ink-soft); font-size: 14px; margin: 0; }
.eh-foot-bottom a { color: var(--primary); font-weight: 600; }
.eh-foot-sep { color: var(--muted); margin: 0 8px; }

@media (max-width: 1199px) { .eh-foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; } .eh-foot-brand { grid-column: 1 / -1; } }
@media (max-width: 991px)  { .eh-foot-contacts { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 575px)  { .eh-foot-contacts { grid-template-columns: 1fr; } .eh-foot-grid { grid-template-columns: 1fr; gap: 30px; } .eh-foot-brand { grid-column: auto; } }

/* ============================================================
   .est-site — MEDİKAL ESTETİK (TATLI MOR / PEMBE) OVERRIDE
   ============================================================ */
.est-site {
    --primary:        #c264a4;
    --primary-600:    #b1518f;
    --primary-700:    #9a417b;
    --primary-deep:   #5f3a64;
    --primary-soft:   #fbedf6;
    --primary-softer: #fdf6fb;
    --accent:         #f0a6c9;
    --accent-600:     #e386b3;
    --accent-deep:    #c06a97;
    --pink:           #e06bae;
    --ink:            #46264a;
    --ink-soft:       #6a4666;
    --body:           #6f5c6c;
    --muted:          #b196ab;
    --line:           #f2e2ee;
    --line-soft:      #f9eff6;
    --bg-soft:        #fbeff7;
    --bg-tint:        #fdf6fb;
    --grad-brand:  linear-gradient(125deg, #d27ab8 0%, #a8508c 55%, #5f3a64 100%);
    --grad-band:   linear-gradient(135deg, #8a5180 0%, #5f3a64 100%);
    --grad-accent: linear-gradient(130deg, #f3b4d3 0%, #c06a97 100%);
    --grad-icon:   linear-gradient(135deg, #c264a4, #5f3a64);
    --shadow-primary: 0 18px 38px rgba(194, 100, 164, .36);
    --shadow-accent:  0 18px 38px rgba(240, 166, 201, .4);
}
.est-crosslink { background: linear-gradient(90deg, #5f3a64, #8a5180); color: rgba(255,255,255,.92); text-align: center; font-size: 13.5px; padding: 9px 18px; letter-spacing: .02em; }
.est-crosslink a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.est-crosslink i { margin-right: 5px; }
