/* =====================================================================
 * BEYAZ GÜLÜŞ — ORTAK STİLLER
 * Bu dosya otomatik olarak header.php ve footer.php içindeki satır içi
 * <style> bloklarından çıkarıldı (29.08.2026).
 * Önceden bu 34 KB her sayfada tekrar iniyordu ve önbelleğe alınamıyordu.
 *
 * DÜZENLERKEN: Artık stilleri PHP dosyalarına geri yazmayın; buraya yazın.
 * Değişiklikten sonra head.php'deki ?v= sürüm numarasını güncelleyin,
 * yoksa ziyaretçiler eski önbelleklenmiş sürümü görür.
 * ===================================================================== */


/* ---- kaynak: control/header.php satır 251-533 ---- */
/* ============================================================
   MODERN DENTAL CLINIC HEADER
   Inter font · clean white · sticky · modern dropdown
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    /* === DijiWOW Aqua-Indigo Palette === */
    --hd-aqua: #0891b2;          /* aqua ana */
    --hd-aqua-dark: #0e7490;     /* deep aqua */
    --hd-aqua-soft: #f0f9ff;     /* very soft cyan */
    --hd-indigo: #6366f1;        /* indigo accent */
    --hd-indigo-dark: #4f46e5;
    --hd-pink: #ec4899;          /* pembe vurgu */
    --hd-mint: #10b981;
    --hd-mint-soft: #d1fae5;
    --hd-gold: #f59e0b;
    --hd-gold-soft: #fef3c7;
    --hd-ink: #0f172a;           /* dark navy */
    --hd-text: #334155;
    --hd-mute: #64748b;
    --hd-line: #e2e8f0;
    --hd-soft: #f8fafc;
    --hd-grad-wow: linear-gradient(135deg, #0891b2 0%, #6366f1 50%, #ec4899 100%);
}

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif; padding-top: 0 !important; }

.hd-container { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }

/* ============================================================
   UTILITY BAR
   ============================================================ */
.hd-util { background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%); color: rgba(255,255,255,0.88); font-size: 13px; padding: 8px 0; border-bottom: 1px solid rgba(99,102,241,0.25); position: relative; }
.hd-util::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(99,102,241,0.5) 50%, transparent 100%); pointer-events: none; }
.hd-util-left, .hd-util-right { display: flex; align-items: center; gap: 24px; }
.hd-util-item { display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.hd-util-item i { color: #67e8f9; font-size: 12px; }
.hd-util-item a { color: rgba(255,255,255,0.85); transition: color .2s; }
.hd-util-item a:hover { color: #67e8f9; }
.hd-util-wpp { color: rgba(255,255,255,0.85); transition: color .2s; }
.hd-util-wpp:hover { color: #25d366; }
.hd-util-wpp i { color: #25d366 !important; font-size: 14px; }

.hd-lang { position: relative; }
.hd-lang-btn { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; color: #fff; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; transition: all .2s; }
.hd-lang-btn:hover { background: rgba(255,255,255,0.15); }
.hd-lang-code { letter-spacing: 0.5px; }
.hd-lang-menu { position: absolute; top: calc(100% + 6px); right: 0; min-width: 170px; background: #fff; border: 1px solid var(--hd-line); border-radius: 12px; padding: 6px; box-shadow: 0 16px 40px rgba(15,23,42,0.15); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .2s; z-index: 1000; display: flex; flex-direction: column; gap: 2px; }
.hd-lang.open .hd-lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.hd-lang-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; color: var(--hd-ink); font-size: 13.5px; font-weight: 500; border-radius: 8px; transition: background .15s; width: 100%; box-sizing: border-box; text-decoration: none; position: relative; z-index: 1; }
.hd-lang-item > * { pointer-events: none; }
.hd-lang-item:hover { background: var(--hd-aqua-soft); color: var(--hd-aqua-dark); }
.hd-lang-item.active { background: var(--hd-aqua); color: #fff; }

/* ============================================================
   MAIN HEADER
   ============================================================ */
.hd-main { background: #fff; border-bottom: 1px solid var(--hd-line); position: sticky; top: 0; z-index: 100; transition: box-shadow .3s; }
.hd-main.scrolled { box-shadow: 0 4px 20px rgba(15,23,42,0.06); }
.hd-main .hd-container { padding-top: 14px; padding-bottom: 14px; }

/* Logo */
.hd-logo { display: flex; align-items: center; flex-shrink: 0; }
.hd-logo { position: relative; display: inline-block; line-height: 0; }
.hd-logo img { max-height: 56px; width: auto; transition: max-height .3s; visibility: hidden; }
.hd-main.scrolled .hd-logo img { max-height: 48px; }
/* Tema gradient logo (PNG mask ile) */
.hd-logo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0891b2 0%, #6366f1 50%, #ec4899 100%);
    -webkit-mask: var(--logo-src) center/contain no-repeat;
    mask: var(--logo-src) center/contain no-repeat;
    pointer-events: none;
}
.hd-logo-text { line-height: 1.1; }
.hd-logo-text strong { font-size: 22px; font-weight: 800; color: var(--hd-ink); letter-spacing: -0.5px; }
.hd-logo-text strong span { color: var(--hd-aqua); }
.hd-logo-text small { display: block; font-size: 10px; font-weight: 700; color: var(--hd-mute); letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }

/* Menu */
.hd-nav { flex: 1; display: flex; justify-content: center; }
.hd-menu { list-style: none; display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; }
.hd-menu > li { position: relative; }
.hd-menu > li > a { display: flex; align-items: center; gap: 6px; padding: 10px 14px; font-size: 14.5px; font-weight: 600; color: var(--hd-text); border-radius: 10px; transition: all .2s; white-space: nowrap; }
.hd-menu > li > a:hover, .hd-menu > li > a.active { color: var(--hd-aqua); background: var(--hd-aqua-soft); }
.hd-menu > li > a i.fa-chevron-down { font-size: 9px; opacity: 0.6; transition: transform .2s; }
.hd-menu > li:hover > a i.fa-chevron-down { transform: rotate(180deg); }

.hd-pill { display: inline-flex; align-items: center; padding: 2px 8px; background: linear-gradient(135deg, #6366f1, #ec4899); color: #fff; font-size: 9px; font-weight: 800; border-radius: 8px; letter-spacing: 0.5px; margin-left: 4px; }

/* Dropdown */
.hd-has-dd { position: relative; }
.hd-dd-panel { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(-6px); min-width: 320px; background: #fff; border: 1px solid var(--hd-line); border-radius: 16px; padding: 12px; box-shadow: 0 20px 50px rgba(15,23,42,0.12); opacity: 0; visibility: hidden; transition: all .25s ease; z-index: 99; }
.hd-has-dd:hover .hd-dd-panel, .hd-has-dd.is-open .hd-dd-panel { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.hd-dd-panel a { display: flex; align-items: center; gap: 14px; padding: 12px; color: var(--hd-text); border-radius: 12px; transition: all .2s; }
.hd-dd-panel a:hover, .hd-dd-panel a.active { background: var(--hd-aqua-soft); }
.hd-dd-panel a:hover .hd-dd-icon, .hd-dd-panel a.active .hd-dd-icon { background: var(--hd-aqua); color: #fff; }
.hd-dd-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--hd-soft); color: var(--hd-aqua); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; transition: all .2s; }
.hd-dd-panel a strong { display: block; font-size: 14px; font-weight: 700; color: var(--hd-ink); margin-bottom: 2px; }
.hd-dd-panel a span { display: block; font-size: 12px; color: var(--hd-mute); }

/* Mega menu */
.hd-dd-panel-mega { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; min-width: 760px; padding: 18px; }
.hd-mega-col { display: flex; flex-direction: column; gap: 4px; }
.hd-mega-title { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--hd-aqua); margin-bottom: 6px; padding: 0 12px; }
.hd-mega-feature { background: var(--hd-soft); border-radius: 12px; padding: 12px; }
.hd-mega-card { display: flex; align-items: flex-start !important; gap: 12px !important; padding: 14px !important; border-radius: 12px !important; transition: all .25s !important; }
.hd-mega-card-aqua { background: linear-gradient(135deg, var(--hd-aqua-soft), #ffffff); border: 1px solid rgba(8,145,178,0.15); }
.hd-mega-card-gold { background: linear-gradient(135deg, rgba(236,72,153,0.08), #ffffff); border: 1px solid rgba(236,72,153,0.18); margin-top: 6px; }
.hd-mega-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(15,23,42,0.12); }
.hd-mega-card-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--hd-aqua); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.hd-mega-card-gold .hd-mega-card-icon { background: linear-gradient(135deg, #ec4899, #f59e0b); }
.hd-badge { display: inline-flex; padding: 2px 7px; background: linear-gradient(135deg, #6366f1, #ec4899); color: #fff; font-size: 9px; font-weight: 800; border-radius: 6px; letter-spacing: 0.5px; vertical-align: middle; margin-left: 4px; box-shadow: 0 2px 8px rgba(236,72,153,0.4); }

/* Right Actions */
.hd-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.hd-actions .hd-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; background: linear-gradient(135deg, #0891b2 0%, #6366f1 60%, #ec4899 100%); color: #fff; border-radius: 12px; font-size: 14px; font-weight: 700; transition: all .25s; box-shadow: 0 6px 22px rgba(99,102,241,0.4); background-size: 150% 150%; background-position: 0% 0%; }
.hd-actions .hd-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(236,72,153,0.5); color: #fff; background-position: 100% 100%; }
.hd-actions .hd-cta i { font-size: 14px; }

/* Burger */
.hd-burger { display: none; flex-direction: column; gap: 4px; width: 40px; height: 40px; padding: 0; background: var(--hd-soft); border: 1px solid var(--hd-line); border-radius: 10px; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; }
.hd-burger:hover { background: var(--hd-aqua-soft); border-color: var(--hd-aqua); }
.hd-burger span { display: block; width: 18px; height: 2px; background: var(--hd-ink); border-radius: 2px; transition: all .2s; }

/* Mobile Nav (overlay) */
.hd-overlay { position: fixed; inset: 0; background: rgba(15,23,42,0.55); z-index: 999; opacity: 0; visibility: hidden; transition: all .3s; }
.hd-overlay.open { opacity: 1; visibility: visible; }

.hd-nav-mob-head, .hd-nav-mob-foot { display: none; }

@media (max-width: 1100px) {
    .hd-menu > li > a { padding: 10px 11px; font-size: 13.5px; }
}
@media (max-width: 992px) {
    .hd-burger { display: flex; }
    .hd-nav { position: fixed; top: 0; right: -100%; width: 360px; max-width: 90vw; height: 100vh; background: #fff; flex-direction: column; justify-content: flex-start; padding: 0; z-index: 10001; box-shadow: -20px 0 50px rgba(15,23,42,0.15); transition: right .25s ease-out; overflow-y: auto; will-change: right; -webkit-overflow-scrolling: touch; pointer-events: auto; }
    .hd-nav.open { right: 0; }
    .hd-nav a, .hd-nav button { pointer-events: auto !important; touch-action: manipulation; cursor: pointer; }
    .hd-overlay { z-index: 10000; transition: opacity .25s ease-out, visibility .25s ease-out; }
    .hd-nav-mob-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%); }
    .hd-nav-mob-logo img { max-height: 48px; }
    .hd-nav-close { width: 38px; height: 38px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: #fff; border-radius: 10px; cursor: pointer; transition: all .2s; }
    .hd-nav-close:hover { background: rgba(255,255,255,0.2); }
    .hd-menu { flex-direction: column; gap: 0; padding: 18px; align-items: stretch; }
    .hd-menu > li > a { padding: 14px 16px; font-size: 15px; border-radius: 12px; }
    .hd-menu > li > a:hover, .hd-menu > li > a.active { background: var(--hd-aqua-soft); }
    .hd-menu > li > a i.fa-chevron-down { margin-left: auto; }
    .hd-dd-panel { position: static !important; transform: none !important; opacity: 1; visibility: visible; box-shadow: none; border: none; padding: 0 0 0 14px; min-width: 0 !important; max-height: 0; overflow: hidden; transition: max-height .3s; display: block !important; grid-template-columns: 1fr !important; }
    .hd-has-dd.is-open > .hd-dd-panel { max-height: 1000px; padding: 8px 0 8px 14px; }
    .hd-dd-panel a { padding: 10px 12px; }
    .hd-dd-panel a strong { font-size: 13.5px; }
    .hd-mega-title { padding: 0 12px; margin-top: 12px; }
    .hd-mega-feature { padding: 8px; margin-top: 8px; }
    .hd-nav-mob-foot { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-top: 1px solid var(--hd-line); margin-top: auto; }
    .hd-mob-cta { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; background: linear-gradient(135deg, #0891b2 0%, #6366f1 60%, #ec4899 100%); color: #fff; border-radius: 12px; font-weight: 700; font-size: 15px; box-shadow: 0 8px 24px rgba(99,102,241,0.4); }
    .hd-mob-tel { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px; background: var(--hd-soft); color: var(--hd-ink); border-radius: 12px; font-weight: 600; font-size: 14px; border: 1px solid var(--hd-line); }
    .hd-mob-social { display: flex; justify-content: center; gap: 10px; padding-top: 6px; }
    .hd-mob-social a { width: 40px; height: 40px; border-radius: 50%; background: var(--hd-soft); color: var(--hd-text); display: flex; align-items: center; justify-content: center; transition: all .2s; }
    .hd-mob-social a:hover { background: var(--hd-aqua); color: #fff; }
    .hd-cta span { display: none; }
    .hd-cta { padding: 12px 14px; }
    .hd-util-left, .hd-util-right { gap: 12px; }
}
@media (max-width: 600px) {
    .hd-util { font-size: 12px; padding: 6px 0; }
    .hd-util-hide-sm { display: none !important; }
    .hd-container { padding: 0 14px; gap: 10px; }
    .hd-logo img { max-height: 60px; }
    .hd-main.scrolled .hd-logo img { max-height: 52px; }
    .hd-main .hd-container { padding-top: 10px; padding-bottom: 10px; }
    .hd-cta { padding: 11px 16px; border-radius: 10px; }
    .hd-cta i { font-size: 15px; }
    .hd-burger { width: 42px; height: 42px; }
    .hd-burger span { width: 20px; }
    .hd-nav-mob-foot { padding-bottom: 90px; }
}

/* ============================================================
   MOBILE BOTTOM NAV — modern glassmorphism, kompakt
   ============================================================ */
.hd-bot-nav {
    display: none;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 12px 32px rgba(15,23,42,0.18), 0 4px 12px rgba(15,23,42,0.08);
    z-index: 90;
    padding: 6px;
    border-radius: 18px;
}
.hd-bn-item {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 4px;
    color: var(--hd-mute);
    font-size: 10px;
    font-weight: 700;
    transition: all .25s;
    border-radius: 12px;
    letter-spacing: 0.2px;
}
.hd-bn-item i { font-size: 17px; transition: transform .25s; }
.hd-bn-item:hover { color: var(--hd-aqua); }
.hd-bn-item:hover i { transform: translateY(-2px) scale(1.05); }
.hd-bn-item.active {
    color: var(--hd-aqua);
    background: linear-gradient(135deg, rgba(8,145,178,0.1), rgba(99,102,241,0.06));
}
.hd-bn-item.active::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: linear-gradient(90deg, #0891b2, #6366f1);
    border-radius: 100px;
}
.hd-bn-wpp { color: #25d366; }
.hd-bn-wpp:hover { color: #1ebe5d; }
.hd-bn-cta {
    background: linear-gradient(135deg, #0891b2 0%, #6366f1 60%, #ec4899 100%) !important;
    color: #fff !important;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(99,102,241,0.4);
    margin: -2px;
    padding: 10px 4px;
}
.hd-bn-cta i, .hd-bn-cta span { color: #fff !important; }
.hd-bn-cta::before { display: none; }
.hd-bn-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(236,72,153,0.5); }

/* Sağ-alt sticky FAB (telefon hızlı erişim) */
.hd-fab-call {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 14px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0891b2, #6366f1);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 28px rgba(99,102,241,0.5);
    z-index: 91;
    animation: hdFabPulse 2.5s ease-in-out infinite;
}
.hd-fab-call:hover { transform: scale(1.08); color: #fff; }
@keyframes hdFabPulse {
    0%, 100% { box-shadow: 0 10px 28px rgba(99,102,241,0.5), 0 0 0 0 rgba(99,102,241,0.4); }
    50% { box-shadow: 0 10px 28px rgba(99,102,241,0.5), 0 0 0 12px rgba(99,102,241,0); }
}

@media (max-width: 768px) {
    .hd-bot-nav { display: flex; }
    .hd-fab-call { display: flex; }
    body { padding-bottom: 90px; }
}
@media (max-width: 380px) {
    .hd-bn-item { font-size: 9.5px; padding: 6px 2px; }
    .hd-bn-item i { font-size: 16px; }
    .hd-fab-call { width: 48px; height: 48px; font-size: 20px; bottom: 84px; }
}

/* ---- kaynak: control/footer.php satır 388-463 ---- */
/* RANDEVU MODAL */
.rdv-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 16px; }
.rdv-modal[hidden] { display: none !important; }
.rdv-overlay { position: absolute; inset: 0; background: rgba(15,23,42,0.65); backdrop-filter: blur(8px); animation: rdvFadeIn .3s ease; }
.rdv-dialog { position: relative; background: #fff; border-radius: 24px; max-width: 520px; width: 100%; max-height: 92vh; overflow-y: auto; box-shadow: 0 30px 80px rgba(0,0,0,0.4); animation: rdvSlideUp .35s cubic-bezier(.2,.8,.2,1); }
@keyframes rdvFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes rdvSlideUp { from { opacity: 0; transform: translateY(30px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.rdv-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: none; border-radius: 50%; background: rgba(255,255,255,0.95); color: #0f172a; cursor: pointer; font-size: 15px; display: flex; align-items: center; justify-content: center; transition: all .25s; z-index: 10; box-shadow: 0 4px 12px rgba(0,0,0,0.18); }
.rdv-close:hover { background: #ec4899; color: #fff; transform: rotate(90deg); }

.rdv-head { padding: 36px 32px 20px; text-align: center; background: linear-gradient(135deg, #0891b2 0%, #6366f1 50%, #ec4899 100%); color: #fff; border-radius: 24px 24px 0 0; position: relative; overflow: hidden; }
.rdv-head::before { content: ''; position: absolute; top: -80px; right: -80px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.3), transparent 70%); }
.rdv-head-icon { width: 60px; height: 60px; margin: 0 auto 14px; background: rgba(255,255,255,0.2); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 26px; backdrop-filter: blur(10px); position: relative; z-index: 1; }
.rdv-head h3 { font-size: 24px; font-weight: 800; margin-bottom: 6px; color: #fff; position: relative; z-index: 1; }
.rdv-head p { font-size: 14px; color: rgba(255,255,255,0.92); margin: 0; position: relative; z-index: 1; }
.rdv-head p strong { color: #fcd34d; }

.rdv-perks { display: flex; justify-content: space-around; gap: 8px; padding: 16px 24px; background: linear-gradient(135deg, #ecfdf5, #f0f9ff); border-bottom: 1px solid #e2e8f0; flex-wrap: wrap; }
.rdv-perk { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: #059669; }
.rdv-perk i { font-size: 12px; }

.rdv-form { padding: 22px 28px 28px; }
.rdv-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.rdv-field { margin-bottom: 14px; }
.rdv-field label { display: block; font-size: 12px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.rdv-field label span { color: #ec4899; }
.rdv-input-wrap { position: relative; }
.rdv-input-wrap > i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #94a3b8; font-size: 14px; pointer-events: none; }
.rdv-input-wrap.rdv-textarea > i { top: 14px; transform: none; }
.rdv-input-wrap input,
.rdv-input-wrap select,
.rdv-input-wrap textarea { width: 100%; padding: 12px 14px 12px 40px; border: 1.5px solid #e2e8f0; border-radius: 12px; font-size: 14px; font-family: inherit; color: #0f172a; background: #fff; transition: all .2s; outline: none; resize: vertical; }
.rdv-input-wrap input:focus,
.rdv-input-wrap select:focus,
.rdv-input-wrap textarea:focus { border-color: #0891b2; box-shadow: 0 0 0 4px rgba(8,145,178,0.12); }
.rdv-input-wrap select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }

.rdv-submit { width: 100%; padding: 15px 24px; background: linear-gradient(135deg, #0891b2 0%, #6366f1 60%, #ec4899 100%); color: #fff; border: none; border-radius: 12px; font-size: 14.5px; font-weight: 800; cursor: pointer; transition: all .3s; box-shadow: 0 8px 24px rgba(99,102,241,0.35); margin-top: 8px; font-family: inherit; }
.rdv-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(236,72,153,0.45); }
.rdv-submit:disabled { opacity: 0.7; cursor: wait; }
.rdv-btn-loading { display: none; }
.rdv-submit.is-loading .rdv-btn-default { display: none; }
.rdv-submit.is-loading .rdv-btn-loading { display: inline-flex; align-items: center; gap: 8px; }

.rdv-feedback { margin-top: 12px; padding: 12px 16px; border-radius: 10px; font-size: 13.5px; font-weight: 600; text-align: center; }
.rdv-feedback.is-success { background: #d1fae5; color: #059669; border: 1px solid #6ee7b7; }
.rdv-feedback.is-error { background: #fee2e2; color: #dc2626; border: 1px solid #fca5a5; }

.rdv-kvkk { font-size: 11.5px; color: #64748b; text-align: center; margin: 14px 0 0; line-height: 1.5; }
.rdv-kvkk strong { color: #0f172a; }

@media (max-width: 600px) {
    .rdv-modal { padding: 10px; align-items: center; }
    .rdv-dialog { max-height: 90vh; max-width: 100%; border-radius: 18px; }
    .rdv-head { padding: 22px 18px 14px; border-radius: 18px 18px 0 0; }
    .rdv-head-icon { width: 46px; height: 46px; font-size: 20px; margin-bottom: 10px; border-radius: 14px; }
    .rdv-head h3 { font-size: 18px; margin-bottom: 4px; }
    .rdv-head p { font-size: 12.5px; line-height: 1.45; }
    .rdv-perks { padding: 10px 14px; gap: 4px; }
    .rdv-perk { font-size: 10px; gap: 4px; }
    .rdv-perk i { font-size: 10px; }
    .rdv-form { padding: 16px 18px 20px; }
    .rdv-row { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
    .rdv-field { margin-bottom: 10px; }
    .rdv-field label { font-size: 11.5px; margin-bottom: 4px; }
    .rdv-input-wrap input,
    .rdv-input-wrap select,
    .rdv-input-wrap textarea { padding: 10px 12px 10px 36px; font-size: 13.5px; border-radius: 10px; }
    .rdv-input-wrap > i { left: 12px; font-size: 13px; }
    .rdv-submit { padding: 13px 18px; font-size: 13.5px; }
    .rdv-kvkk { font-size: 10.5px; margin-top: 10px; }
    .rdv-close { top: 8px; right: 8px; width: 34px; height: 34px; font-size: 14px; }
}

/* ---- kaynak: control/footer.php satır 567-705 ---- */
/* ============================================================
   MODERN DENTAL CLINIC FOOTER
   ============================================================ */
:root {
    --ft-aqua: #0891b2;
    --ft-aqua-dark: #0e7490;
    --ft-indigo: #6366f1;
    --ft-pink: #ec4899;
    --ft-mint: #10b981;
    --ft-gold: #f59e0b;
    --ft-ink: #0f172a;
    --ft-ink-2: #1e293b;
    --ft-mute: #94a3b8;
    --ft-line: rgba(255,255,255,0.08);
    --ft-line-2: rgba(255,255,255,0.12);
}

.ft-container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   PRE-FOOTER CTA BAND
   ============================================================ */
.ft-cta-band { background: linear-gradient(135deg, #0891b2 0%, #6366f1 50%, #ec4899 100%); padding: 60px 0; position: relative; overflow: hidden; }
.ft-cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%); pointer-events: none; }
.ft-cta-band::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(245,158,11,0.18), transparent 70%); pointer-events: none; }
.ft-cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 1; color: #fff; }
.ft-cta-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px; background: rgba(255,255,255,0.15); backdrop-filter: blur(12px); border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 16px; color: #fff; }
.ft-cta-eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: #fde047; box-shadow: 0 0 0 4px rgba(253,224,71,0.3); }
.ft-cta-text h3 { font-size: clamp(28px, 3.4vw, 38px); font-weight: 800; line-height: 1.15; letter-spacing: -1px; margin-bottom: 12px; color: #fff; }
.ft-cta-text h3 span { color: #fef3c7; font-style: italic; }
.ft-cta-text p { font-size: 15.5px; line-height: 1.65; color: rgba(255,255,255,0.85); max-width: 520px; }
.ft-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.ft-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 12px; font-weight: 700; font-size: 15px; transition: all .25s; }
.ft-cta-primary { background: #fff; color: var(--ft-aqua-dark); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.ft-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }
.ft-cta-wpp { background: rgba(255,255,255,0.15); backdrop-filter: blur(12px); color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.ft-cta-wpp:hover { background: #25d366; border-color: #25d366; transform: translateY(-2px); }

/* ============================================================
   MAIN FOOTER
   ============================================================ */
.ft-main { background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%); color: rgba(255,255,255,0.78); padding: 80px 0 0; position: relative; overflow: hidden; font-family: 'Inter', sans-serif; }
.ft-main::before { content: ''; position: absolute; top: 0; left: -200px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(99,102,241,0.18), transparent 70%); pointer-events: none; }
.ft-main::after { content: ''; position: absolute; bottom: 0; right: -150px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(236,72,153,0.14), transparent 70%); pointer-events: none; }

.ft-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid var(--ft-line); position: relative; z-index: 1; }

/* Brand col */
.ft-logo { display: inline-block; margin-bottom: 20px; }
.ft-logo img { max-height: 60px; width: auto; filter: brightness(0) invert(1); }
.ft-logo strong { font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
.ft-logo strong span { color: var(--ft-aqua); }
.ft-about { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.65); margin-bottom: 24px; max-width: 380px; }

.ft-trust { display: flex; gap: 24px; flex-wrap: wrap; padding: 18px 0; border-top: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); margin-bottom: 24px; }
.ft-trust-item { display: flex; align-items: center; gap: 12px; }
.ft-trust-num { font-size: 26px; font-weight: 800; background: linear-gradient(135deg, #67e8f9 0%, #a5b4fc 50%, #f9a8d4 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; letter-spacing: -1px; }
.ft-trust-lbl { font-size: 11px; line-height: 1.3; color: rgba(255,255,255,0.6); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.ft-social { display: flex; gap: 10px; flex-wrap: wrap; }
.ft-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid var(--ft-line-2); color: rgba(255,255,255,0.85); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; transition: all .25s; }
.ft-social a:hover { background: var(--ft-aqua); border-color: var(--ft-aqua); color: #fff; transform: translateY(-2px); }
.ft-social-wpp:hover { background: #25d366 !important; border-color: #25d366 !important; }

/* Heading */
.ft-h { font-size: 14px; font-weight: 800; color: #fff !important; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.ft-main h1, .ft-main h2, .ft-main h3, .ft-main h4, .ft-main h5 { color: #fff !important; }
.ft-bolgeler h1, .ft-bolgeler h2, .ft-bolgeler h3, .ft-bolgeler h4 { color: #fff !important; }
.ft-h::after { content: ''; position: absolute; bottom: 0; left: 0; width: 32px; height: 2px; background: linear-gradient(90deg, #0891b2, #6366f1, #ec4899); border-radius: 2px; }

/* List */
.ft-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ft-list a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.65); transition: all .2s; }
.ft-list a:hover { color: #fff; gap: 12px; }
.ft-list a i { font-size: 8px; color: var(--ft-aqua); opacity: 0.7; transition: all .2s; }
.ft-list a:hover i { opacity: 1; transform: translateX(2px); }
.ft-link-strong { color: var(--ft-aqua) !important; font-weight: 700 !important; padding-top: 8px; border-top: 1px dashed var(--ft-line-2); margin-top: 4px; }
.ft-link-strong:hover { color: var(--ft-gold) !important; }

/* Contact */
.ft-contact { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.ft-contact li { display: flex; align-items: flex-start; gap: 14px; }
.ft-c-icon { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, rgba(8,145,178,0.2), rgba(99,102,241,0.18)); color: #67e8f9; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; border: 1px solid rgba(99,102,241,0.25); }
.ft-c-lbl { font-size: 11px; font-weight: 700; color: var(--ft-mute); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.ft-contact li > div:last-child a, .ft-contact li > div:last-child span { font-size: 14px; color: #fff; font-weight: 500; line-height: 1.5; }
.ft-contact li > div:last-child a:hover { color: var(--ft-aqua); }

/* Bölgeler */
.ft-bolgeler { padding: 40px 0; border-bottom: 1px solid var(--ft-line); position: relative; z-index: 1; }
.ft-bolgeler .ft-h { margin-bottom: 24px; }
.ft-bolge-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 20px; }
.ft-bolge-tedavi { font-size: 11.5px; font-weight: 800; color: var(--ft-aqua); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--ft-line-2); }
.ft-bolge-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.ft-bolge-col ul a { font-size: 12.5px; color: rgba(255,255,255,0.55); transition: color .2s; }
.ft-bolge-col ul a:hover { color: #fff; }
.ft-bolge-foot { text-align: center; margin-top: 24px; }
.ft-bolge-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; background: rgba(255,255,255,0.06); border: 1px solid var(--ft-line-2); border-radius: 100px; color: #fff; font-size: 13px; font-weight: 600; transition: all .2s; }
.ft-bolge-cta:hover { background: var(--ft-aqua); border-color: var(--ft-aqua); transform: translateY(-2px); }

/* Bottom */
.ft-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; flex-wrap: wrap; font-size: 12.5px; color: rgba(255,255,255,0.55); position: relative; z-index: 1; }
.ft-bot-left strong { color: rgba(255,255,255,0.85); font-weight: 700; }
.ft-bot-right { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.ft-bot-right a { color: rgba(255,255,255,0.65); transition: color .2s; }
.ft-bot-right a:hover { color: var(--ft-aqua); }
.ft-bot-sep { color: rgba(255,255,255,0.2); }
.ft-credit { color: var(--ft-aqua) !important; font-weight: 700; }

/* Floating WhatsApp — sadece desktop'ta görünür */
.ft-wpp-float { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 12px 32px rgba(37,211,102,0.4); z-index: 95; transition: all .3s; }
@media (max-width: 768px) { .ft-wpp-float { display: none !important; } }
.ft-wpp-float:hover { transform: scale(1.1); box-shadow: 0 16px 40px rgba(37,211,102,0.55); }
.ft-wpp-pulse { position: absolute; inset: 0; border-radius: 50%; background: #25d366; opacity: 0.5; animation: ftWppPulse 2s infinite; z-index: -1; }
@keyframes ftWppPulse { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.5); opacity: 0; } }

/* Responsive */
@media (max-width: 1100px) {
    .ft-top { grid-template-columns: 1fr 1fr; gap: 40px; }
    .ft-bolge-grid { grid-template-columns: repeat(4, 1fr); }
    .ft-bolge-col:nth-child(n+5) { display: none; }
}
@media (max-width: 768px) {
    .ft-cta-band { padding: 50px 0; }
    .ft-cta-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
    .ft-cta-actions { justify-content: center; }
    .ft-main { padding-top: 60px; }
    .ft-top { grid-template-columns: 1fr; gap: 36px; }
    .ft-bolge-grid { grid-template-columns: repeat(2, 1fr); }
    .ft-bolge-col:nth-child(n+3) { display: none; }
    .ft-trust { justify-content: space-around; }
    .ft-bottom { flex-direction: column; text-align: center; }
    .ft-wpp-float { width: 54px; height: 54px; font-size: 24px; bottom: 80px; right: 16px; }
}
@media (max-width: 480px) {
    .ft-bolge-grid { grid-template-columns: 1fr; }
    .ft-bolge-col:nth-child(n+2) { display: none; }
}

/* =========================================================================
   FONT AWESOME KORUMASI (30.08.2026)

   Eski temanın css/style.css ve css/copystyle.css dosyalarında şu kural var:

       :before { font-family:"Material Icons"; position:absolute;
                 font-size:18px; color:#9d9a98; font-weight:500 }

   Seçici ÇIPLAK — yani sayfadaki HER elemanın ::before'una Material Icons
   dayatıyor. Font Awesome ikonu da ::before ile çizildiği için, bu iki
   dosyayı yükleyen 10 sayfada (kvkk, gizlilik-politikasi, cerez-politikasi
   ve 7 adet *-detay.php) BÜTÜN ikonlar boş kare görünüyordu. Ölçüldü:
   ::before'un hesaplanan font-family'si "Material Icons" çıkıyor ve tarayıcı
   FA font dosyasını hiç indirmiyordu.

   Çıplak kuralı silmek yerine FA'yı ondan muaf tutuyoruz: eski tema
   .addr:before / .pho:before / .ic-* gibi sınıflarda o kuraldan besleniyor,
   silmek onları bozardı. Buradaki seçicilerin özgüllüğü (0,1,0) çıplak
   :before'dan (0,0,0) yüksek olduğu için kazanıyor.

   inherit kullanılmasının nedeni: ailenin ve kalınlığın doğrusu zaten
   elemanın kendisinde tanımlı (.fas -> "Font Awesome 6 Free" + 900,
   .far -> 400, .fab -> Brands). ::before normalde bunları kalıtımla alır;
   çıplak kural o kalıtımı kesiyordu.
   ========================================================================= */
.fa::before, .fas::before, .far::before, .fab::before,
.fa-solid::before, .fa-regular::before, .fa-brands::before,
[class^="fa-"]::before, [class*=" fa-"]::before {
    font-family: inherit;
    font-weight: inherit;
    font-style: normal;
    position: static;
    color: inherit;
    font-size: inherit;
}

/* =========================================================================
   DİL SEÇİCİ — "Randevu Al" düğmesinin yanında (30.08.2026)

   Önce üst bardaki ince şeritteydi (.hd-lang) ve fark edilmiyordu.
   Yabancı ziyaretçinin ilk aradığı şey kendi dili olduğu için sayfanın
   en çok bakılan noktasına alındı.

   11 dil olduğundan menü İKİ SÜTUN: tek sütunda liste ekranın altına
   taşıyor ve son diller görünmüyordu.
   ========================================================================= */
.hd-dil { position: relative; flex-shrink: 0; }
.hd-dil-btn { display: inline-flex; align-items: center; gap: 7px; padding: 11px 13px;
  background: #fff; border: 1.5px solid #e2e8f0; border-radius: 12px; cursor: pointer;
  font-size: 13.5px; font-weight: 700; color: #334155; font-family: inherit;
  transition: border-color .2s, box-shadow .2s; line-height: 1; }
.hd-dil-btn:hover { border-color: #0891b2; color: #0e7490; }
.hd-dil-btn:focus-visible { outline: 2px solid #0891b2; outline-offset: 2px; }
.hd-dil.acik .hd-dil-btn { border-color: #0891b2; box-shadow: 0 0 0 3px rgba(8,145,178,.14); }
.hd-dil-bayrak { font-size: 16px; line-height: 1; }
.hd-dil-kod { letter-spacing: .3px; }
.hd-dil-ok { font-size: 9px; opacity: .55; transition: transform .2s; }
.hd-dil.acik .hd-dil-ok { transform: rotate(180deg); }

.hd-dil-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 1200;
  display: none; grid-template-columns: 1fr 1fr; gap: 2px;
  background: #fff; border: 1.5px solid #e2e8f0; border-radius: 14px; padding: 8px;
  box-shadow: 0 18px 44px rgba(15,23,42,.16); min-width: 320px; }
.hd-dil.acik .hd-dil-menu { display: grid; }
.hd-dil-oge { display: flex; align-items: center; gap: 9px; padding: 9px 11px;
  border-radius: 9px; font-size: 13.5px; color: #334155; text-decoration: none;
  white-space: nowrap; transition: background .15s, color .15s; }
.hd-dil-oge:hover { background: #f0fdfa; color: #0e7490; }
.hd-dil-oge.aktif { background: #ecfeff; color: #0e7490; font-weight: 700; }
.hd-dil-ad { overflow: hidden; text-overflow: ellipsis; }

@media (max-width: 900px) {
  /* Dar ekranda kod yazısı yer kaplıyor; bayrak tek başına yeterli */
  .hd-dil-kod { display: none; }
  .hd-dil-btn { padding: 11px 11px; }
}
@media (max-width: 560px) {
  .hd-dil-menu { min-width: 260px; grid-template-columns: 1fr; max-height: 60vh; overflow-y: auto; }
}
