/* ================================================================
   RANDEVU HUB — Türkiye Geneli Online Randevu Platformu
   hub.css — Platform tasarım sistemi
   Cormorant Garamond (başlıklar) + Inter (gövde)
================================================================ */

/* ── Değişkenler ── */
:root {
    --p:       #b21e35;   /* Deep Red (Merve Özbey/Tarkan vibe) */
    --p-h:     #8a1628;
    --p-l:     rgba(178, 30, 53, 0.08);
    --p-ll:    rgba(178, 30, 53, 0.03);
    
    --gold:    #b8a070;
    --gold-h:  #9a7e50;

    --text:    #0a0a0a;
    --text2:   #333333;
    --muted:   #737373;
    --faint:   #a3a3a3;

    --border:  #e5e5e5;
    --border2: #cccccc;
    --bg:      #ffffff;   /* Pure white (Victoria's Secret vibe) */
    --card:    #ffffff;

    --r:       4px;       /* Minimalist sharp/slightly rounded */
    --r-lg:    6px;
    --r-xl:    8px;

    --shadow-sm: 0 2px 10px rgba(0,0,0,.04);
    --shadow:    0 4px 20px rgba(0,0,0,.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,.12);

    --heading: "Cormorant Garamond", Georgia, serif;
    --body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --nav-h:   72px;
    --ease:    cubic-bezier(.4,0,.2,1);

    /* Hakkımızda — istatistik kartları (hafif renkli yüzeyler) */
    --about-stat-1: linear-gradient(155deg, #fff5f5 0%, #ffeef0 45%, #fde8ea 100%);
    --about-stat-2: linear-gradient(155deg, #fffdf7 0%, #fdf6e8 48%, #f8ecd4 100%);
    --about-stat-3: linear-gradient(155deg, #faf6ff 0%, #f3ecfc 50%, #ebe4f7 100%);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; overflow-x: hidden; }
body {
    font-family: var(--body);
    background: transparent;
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    max-width: 100vw;
    -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

.nebula-bg {
    position: fixed; inset: 0; z-index: -1;
    overflow: hidden; pointer-events: none;
}
.nebula-orb {
    position: absolute; border-radius: 50%;
    filter: blur(var(--blur, 90px));
    animation: nebula-drift var(--dur, 22s) ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes nebula-drift {
    0%   { transform: translate(0, 0)       scale(1); }
    33%  { transform: translate(3%, -2%)    scale(1.04); }
    66%  { transform: translate(-2%, 4%)    scale(.97); }
    100% { transform: translate(4%, 1%)     scale(1.06); }
}

/* noise grain — dokuyu derinleştirir */
.nebula-bg::after {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: .04;
}

/* ================================================================
   NAV
================================================================ */
.hub-nav {
    position: sticky; top: 0; z-index: 200;
    height: var(--nav-h);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(184, 160, 112, 0.25);
    box-shadow: 0 4px 24px rgba(0,0,0,0.03);
    transition: height .4s cubic-bezier(.4,0,.2,1);
}
.hub-nav-inner {
    max-width: 1200px; margin: 0 auto;
    height: 100%;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 24px;
}
.hub-nav-logo {
    display: flex; align-items: center; gap: 16px;
    text-decoration: none;
}
.hub-nav-icon-img {
    height: 46px; width: auto; object-fit: contain; flex-shrink: 0; border-radius: 0;
}
.hub-nav-name {
    font-family: 'Science Gothic', sans-serif;
    font-size: 20px; font-weight: 600; color: #111 !important;
    letter-spacing: .02em; line-height: 1.1; text-transform: uppercase;
    margin-top: -2px;
}
.hub-nav-sub {
    font-size: 10.5px !important; font-weight: 500; color: #5a5a5a !important;
    letter-spacing: .2em; text-transform: uppercase; margin-top: 1.5px;
}
.hub-nav-home {
    display: flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 600; color: var(--text);
    background: transparent; border: 1px solid var(--border2);
    border-radius: 0; padding: 12px 20px; flex-shrink: 0;
    transition: background .15s, color .15s;
    text-transform: uppercase; letter-spacing: .08em;
}
.hub-nav-home:hover { background: var(--text); color: #fff; }

/* ── Viewport wrapper: hero + adım barı tam ekran ── */
.hub-viewport {
    height: calc(100vh - var(--nav-h));   /* fallback */
    height: calc(100svh - var(--nav-h));  /* küçük viewport (tarayıcı UI dahil) */
    height: calc(100dvh - var(--nav-h));  /* dinamik viewport — mobil adres çubuğu değişimine uyum */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ================================================================
   HERO — FULL BLEED FLOWER BACKGROUND + FROSTED GLASS CLOUD PANEL
================================================================ */
.hub-hero {
    position: relative;
    isolation: isolate;
    flex: 1;
    min-height: 0;
    background-image: url('aymira-hero-bg.png');
    background-size: cover;
    background-position: 42% top;
    background-repeat: no-repeat;
    background-color: #e8d5f0;
    display: flex;
    align-items: flex-end;
    padding: calc(var(--nav-h) + 56px) 5vw 72px;
    overflow: hidden;
    transition: padding .55s cubic-bezier(.4,0,.2,1),
                align-items .55s cubic-bezier(.4,0,.2,1),
                background-position .55s cubic-bezier(.4,0,.2,1);
}

/* Kenar karartma maskesi — sol, sağ, alt */
.hub-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right,  rgba(0,0,0,0.38) 0%, transparent 32%),
        linear-gradient(to left,   rgba(0,0,0,0.28) 0%, transparent 28%),
        linear-gradient(to top,    rgba(0,0,0,0.32) 0%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}
@media (max-width: 640px) {
    .hub-hero::before {
        background:
            linear-gradient(to right,  rgba(0,0,0,0.22) 0%, transparent 40%),
            linear-gradient(to left,   rgba(0,0,0,0.16) 0%, transparent 35%),
            linear-gradient(to top,    rgba(0,0,0,0.20) 0%, transparent 40%);
    }
}

/* Alt beyaz geçiş — kapalı */

.hub-hero-bg { display: none; }
.hub-orb     { display: none; }

.hub-hero-container {
    position: relative; z-index: 1;
    max-width: 1340px; width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transition: justify-content .55s cubic-bezier(.4,0,.2,1),
                align-items .55s cubic-bezier(.4,0,.2,1);
}

/* Portrait replaced by background image */
.hub-hero-visual    { display: none; }
.hub-portrait-wrap  { display: none; }
.hub-portrait       { display: none; }
.hub-portrait-glow  { display: none; }

/* ── Frosted glass cloud panel — luxury glass card ── */
.hub-hero-content {
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.22) 0%,
        rgba(255,255,255,0.78) 100%
    );
    backdrop-filter: blur(36px) saturate(190%) brightness(1.04);
    -webkit-backdrop-filter: blur(36px) saturate(190%) brightness(1.04);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-bottom-color: rgba(255,255,255,.40);
    border-right-color: rgba(255,255,255,.40);
    box-shadow:
        0 12px 72px rgba(0, 0, 0, 0.14),
        0 2px 8px rgba(0,0,0,.06),
        0 1px 0 rgba(255, 255, 255, 1) inset;
    padding: 56px 60px;
    max-width: 580px;
    width: 100%;
    text-align: left;
    border-radius: 16px;
    transition:
        max-width .55s cubic-bezier(.4,0,.2,1),
        width .55s cubic-bezier(.4,0,.2,1),
        padding .55s cubic-bezier(.4,0,.2,1),
        margin .55s cubic-bezier(.4,0,.2,1),
        border-radius .55s cubic-bezier(.4,0,.2,1),
        box-shadow .35s var(--ease),
        border-color .35s var(--ease),
        transform .35s var(--ease),
        background .35s var(--ease),
        font-size .55s cubic-bezier(.4,0,.2,1);
}
.hub-hero-content:hover {
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.32) 0%,
        rgba(255,255,255,0.90) 100%
    );
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 24px 90px rgba(0, 0, 0, 0.20),
        0 6px 28px rgba(178, 30, 53, 0.10),
        0 1px 0 rgba(255, 255, 255, 1) inset;
    transform: translateY(-4px);
}
.hub-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 10.5px; font-weight: 800; letter-spacing: .20em;
    text-transform: uppercase; color: #fff;
    margin-bottom: 32px;
    background: linear-gradient(135deg, var(--p) 0%, #8a1628 100%);
    padding: 11px 26px 11px 22px;
    border-radius: 2px;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(178,30,53,0.40), 0 1px 0 rgba(255,255,255,.10) inset;
    transition: background .18s, box-shadow .18s, transform .14s,
                padding .55s cubic-bezier(.4,0,.2,1),
                margin-bottom .55s cubic-bezier(.4,0,.2,1),
                font-size .55s cubic-bezier(.4,0,.2,1);
}
.hub-hero-eyebrow:hover {
    background: linear-gradient(135deg, #9a1628 0%, #6a1020 100%);
    box-shadow: 0 8px 32px rgba(178,30,53,0.50);
    transform: translateY(-2px);
}
.hub-hero-eyebrow:active { transform: scale(.97); }
.hub-live-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #fff; flex-shrink: 0;
    animation: blink 2.4s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

.hub-hero-title {
    font-family: var(--heading);
    font-size: clamp(52px, 7vw, 92px);
    font-weight: 500; line-height: 1.02;
    letter-spacing: -.025em; color: var(--text);
    margin-bottom: 22px;
    transition: font-size .55s cubic-bezier(.4,0,.2,1),
                margin-bottom .55s cubic-bezier(.4,0,.2,1),
                line-height .55s cubic-bezier(.4,0,.2,1);
}
.hub-hero-title em {
    font-style: italic; font-weight: 300;
    background: none;
    -webkit-text-fill-color: var(--gold);
    color: var(--gold);
}
.hub-hero-desc {
    font-size: clamp(13.5px, 1.8vw, 15.5px);
    color: #1a1a1a; max-width: 440px;
    margin: 0 0 40px; line-height: 1.85; font-weight: 500;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 11px 16px;
    border-radius: 10px;
    transition: margin .55s cubic-bezier(.4,0,.2,1),
                padding .55s cubic-bezier(.4,0,.2,1),
                font-size .55s cubic-bezier(.4,0,.2,1),
                max-height .55s cubic-bezier(.4,0,.2,1),
                opacity .55s cubic-bezier(.4,0,.2,1);
}

/* ── Arama barı ── */
.hub-search-bar {
    display: none !important;
}
.hub-search-bar-hidden {
    display: flex; align-items: center; gap: 8px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0; padding: 6px 6px 6px 20px;
    max-width: 100%; margin: 0 0 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}
.hub-search-field {
    display: flex; align-items: center; gap: 12px;
    flex: 1; min-width: 160px;
    padding: 14px 16px 14px 0;
    color: var(--text);
}
.hub-search-field input {
    flex: 1; background: none; border: none; outline: none;
    font-family: var(--body); font-size: 15px; font-weight: 400;
    color: var(--text); min-width: 0;
}
.hub-search-field input::placeholder { color: var(--muted); }
.hub-search-select {
    display: flex; align-items: center; gap: 8px;
    color: var(--text);
    padding: 14px 16px;
    border-left: 1px solid rgba(0,0,0,0.10);
}
.hub-search-select select {
    background: none; border: none; outline: none;
    font-family: var(--body); font-size: 14px; font-weight: 400;
    color: var(--text); cursor: pointer;
    padding: 0;
}
.hub-search-select select option { background: #fff; color: var(--text); }
.hub-search-btn {
    background: var(--p); color: #fff; border: none; cursor: pointer;
    font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: .08em;
    padding: 14px 28px; border-radius: 0;
    transition: background .14s, color .14s; text-transform: uppercase;
    white-space: nowrap;
}
.hub-search-btn:hover  { background: var(--p-h); color: #fff; }
.hub-search-btn:active { transform: scale(.98); }
.hub-search-clear {
    font-size: 11px; font-weight: 600; color: var(--muted);
    padding: 8px 4px; transition: color .14s; white-space: nowrap; text-transform: uppercase; letter-spacing: .05em;
}
.hub-search-clear:hover { color: var(--text); }

/* ── Platform istatistikleri ── */
.hub-stats {
    display: flex; align-items: center; justify-content: flex-start;
    gap: 0; flex-wrap: wrap;
}
.hub-stat {
    display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
    padding: 0 32px 0 0;
}
.hub-stat:not(:first-child) { padding-left: 32px; }
.hub-stat-n {
    font-family: var(--heading);
    font-size: 40px; font-weight: 600; color: var(--gold); line-height: 1;
    letter-spacing: -.01em;
}
.hub-stat-l {
    font-size: 9.5px; font-weight: 800; letter-spacing: .18em;
    text-transform: uppercase; color: #1a1a1a;
}
.hub-stat-div {
    width: 1px; height: 40px;
    background: rgba(0,0,0,0.15);
}

/* ── Şube hızlı erişim ── */
.hub-branch-links {
    display: flex; align-items: center; flex-wrap: nowrap; gap: 12px;
    margin-top: 28px; padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.08);
    transition: margin .55s cubic-bezier(.4,0,.2,1),
                padding .55s cubic-bezier(.4,0,.2,1),
                gap .55s cubic-bezier(.4,0,.2,1);
}
.hub-branch-pill {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    flex: 1 1 0;
    color: var(--p); text-transform: uppercase;
    background: rgba(255,255,255,0.96);
    border: 1.5px solid rgba(178,30,53,.28);
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(178,30,53,0.08), 0 1px 0 #fff inset;
    transition: background .18s, border-color .18s, color .18s, box-shadow .18s, transform .15s cubic-bezier(.22,.68,0,1.2),
                padding .55s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
}
.hub-branch-pill .pill-text {
    display: flex; flex-direction: column; align-items: center; gap: 1px;
    line-height: 1.3;
}
.hub-branch-pill .pill-brand {
    font-size: 8.5px; font-weight: 700; letter-spacing: .14em;
    opacity: .7;
}
.hub-branch-pill .pill-branch {
    font-size: 12.5px; font-weight: 800; letter-spacing: .10em;
}
.hub-branch-pill:hover {
    background: var(--p);
    border-color: var(--p);
    color: #fff;
    box-shadow: 0 8px 24px rgba(178,30,53,.30);
    transform: translateY(-2px);
}
.hub-branch-pill:hover .pill-brand { opacity: .85; }
.hub-branch-pill:active { transform: scale(.97); }
.hub-branch-pill svg { flex-shrink: 0; align-self: center; }

/* ================================================================
   NASIL ÇALIŞIR — hero'nun alt kenarına sabitlenmiş, cam panel
================================================================ */
.hub-how {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border-top: 1px solid rgba(230,220,210,0.60);
    box-shadow: 0 -2px 24px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
}
.hub-how-inner {
    max-width: 1000px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    gap: 0; padding: 10px 28px 18px;
    flex-wrap: nowrap;
}
.hub-how-step {
    display: flex; align-items: center; gap: 13px;
    padding: 6px 0; flex-shrink: 0;
}
.hub-how-num {
    width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--p) 0%, #8a1628 100%);
    color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .04em;
    display: flex; align-items: center; justify-content: center;
    border: none;
    box-shadow: 0 3px 10px rgba(178,30,53,.30);
}
.hub-how-txt { display: flex; flex-direction: column; gap: 1px; }
.hub-how-txt strong { font-size: 12.5px; font-weight: 700; color: var(--text); }
.hub-how-txt span   { font-size: 10.5px; color: var(--muted); line-height: 1.3; }
.hub-how-arrow {
    font-size: 18px; color: rgba(0,0,0,.18);
    padding: 0 6px; user-select: none; flex-shrink: 0;
}

/* ================================================================
   ANA İÇERİK
================================================================ */
.hub-main {
    max-width: 1200px; margin: 0 auto;
    padding: 64px 20px 96px;
}

/* Başlık */
.hub-section-head { text-align: center; margin-bottom: 40px; }
.hub-section-badge {
    display: inline-block;
    background: transparent; border: 1px solid rgba(184, 160, 112, 0.38);
    color: var(--gold-h); font-size: 10px; font-weight: 800;
    padding: 5px 18px; border-radius: 999px; margin-bottom: 18px;
    letter-spacing: .16em; text-transform: uppercase;
}
.hub-section-head h2 {
    font-family: var(--heading);
    font-size: clamp(36px, 4.5vw, 54px); font-weight: 400;
    letter-spacing: -.02em; color: var(--text); margin-bottom: 14px;
    line-height: 1.08;
}
.hub-section-head h2 em { font-style: italic; font-weight: 300; color: var(--gold); }
.hub-section-head p  { font-size: 15px; color: var(--muted); line-height: 1.7; }
.hub-results-info    { font-size: 15px; color: var(--text2); }
.hub-results-info strong { font-weight: 800; }

/* Boş durum */
.hub-empty {
    text-align: center; padding: 80px 20px;
    display: flex; flex-direction: column; align-items: center; gap: 14px;
    background: #fff; border-radius: var(--r-lg); border: 1px dashed var(--border);
}
.hub-empty-icon  { font-size: 56px; }
.hub-empty-title { font-family: var(--heading); font-size: 32px; font-weight: 700; color: var(--text); }
.hub-empty-desc  { font-size: 15px; color: var(--muted); }
.hub-empty-link  {
    margin-top: 12px; font-size: 13.5px; font-weight: 700;
    color: #fff; background: var(--text);
    padding: 12px 28px; border-radius: 12px;
    transition: background .14s, transform .1s;
}
.hub-empty-link:hover { background: var(--p); }
.hub-empty-link:active { transform: scale(.97); }

/* ================================================================
   ŞUBE KARTLARI — PREMİUM TASARIM
================================================================ */
.hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

/* ── Filtre etiketleri — premium pill ── */
.hub-ftag {
    padding: 10px 22px; border-radius: 999px;
    font-size: 10.5px; font-weight: 800; letter-spacing: .10em;
    text-transform: uppercase; cursor: pointer;
    border: 1.5px solid rgba(0,0,0,.14);
    background: rgba(255,255,255,0.90);
    color: var(--text2);
    transition: all .20s cubic-bezier(.22,.68,0,1.2);
    backdrop-filter: blur(8px);
}
.hub-ftag:hover {
    border-color: var(--p);
    color: var(--p);
    background: #fff;
    box-shadow: 0 4px 18px rgba(162,30,45,.12);
    transform: translateY(-2px);
}
.hub-ftag.active {
    border-color: var(--p);
    background: var(--p);
    color: #fff;
    box-shadow: 0 6px 22px rgba(162,30,45,.28);
    transform: translateY(-1px);
}

/* ── Kart — editorial premium ── */
.hub-card {
    background: rgba(255,255,255,0.93);
    border: 1px solid rgba(230,220,210,0.60);
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 2px 12px rgba(0,0,0,.04),
        0 6px 32px rgba(0,0,0,.06);
    display: flex; flex-direction: column;
    transition: border-color .30s, box-shadow .30s, transform .35s cubic-bezier(.22,.68,0,1.2);
    backdrop-filter: blur(12px);
    /* Giriş animasyonu için başlangıç durumu */
    opacity: 0;
    animation: cardReveal .55s cubic-bezier(.22,.68,0,1.2) forwards;
}
@keyframes cardReveal {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* Stagger: nth-child delay */
.hub-card:nth-child(1)  { animation-delay: .05s; }
.hub-card:nth-child(2)  { animation-delay: .12s; }
.hub-card:nth-child(3)  { animation-delay: .19s; }
.hub-card:nth-child(4)  { animation-delay: .26s; }
.hub-card:nth-child(5)  { animation-delay: .33s; }
.hub-card:nth-child(6)  { animation-delay: .40s; }
.hub-card:nth-child(n+7){ animation-delay: .45s; }

.hub-card:hover {
    border-color: rgba(178,30,53,.20);
    box-shadow:
        0 20px 60px rgba(178,30,53,.10),
        0 6px 20px rgba(0,0,0,.08);
    transform: translateY(-7px);
}
/* VIP / Premium şube için altın çerçeve */
.hub-card--vip {
    border-color: rgba(184,160,112,.45) !important;
    box-shadow:
        0 4px 24px rgba(184,160,112,.18),
        0 1px 4px rgba(0,0,0,.04),
        0 0 0 1px rgba(184,160,112,.12) inset !important;
}
.hub-card--vip:hover {
    border-color: rgba(184,160,112,.70) !important;
    box-shadow:
        0 20px 60px rgba(184,160,112,.20),
        0 6px 20px rgba(0,0,0,.08),
        0 0 0 1px rgba(184,160,112,.25) inset !important;
    transform: translateY(-8px);
}

.hub-card--merkez {
    border-color: rgba(192,57,92,.35) !important;
    box-shadow:
        0 4px 24px rgba(192,57,92,.12),
        0 1px 4px rgba(0,0,0,.04),
        0 0 0 1px rgba(192,57,92,.10) inset !important;
}
.hub-card--merkez:hover {
    border-color: rgba(192,57,92,.60) !important;
    box-shadow:
        0 20px 60px rgba(192,57,92,.16),
        0 6px 20px rgba(0,0,0,.08),
        0 0 0 1px rgba(192,57,92,.20) inset !important;
    transform: translateY(-8px);
}
.hub-card--premium {
    border-color: rgba(150,140,130,.35) !important;
}
.hub-card--premium:hover {
    border-color: rgba(184,160,112,.45) !important;
    transform: translateY(-6px);
}

/* ── Üst görsel şerit — magazin editorial ── */
.hub-card-top {
    position: relative;
    height: 220px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; flex-shrink: 0;
}
.hub-card-top::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 30%,
        rgba(0,0,0,.18) 70%,
        rgba(0,0,0,.45) 100%
    );
    pointer-events: none;
    z-index: 1;
}
.hub-card-top-img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.hub-card:hover .hub-card-top-img { transform: scale(1.07); }
.hub-card-top-emoji {
    font-size: 64px; opacity: .70; user-select: none;
    filter: drop-shadow(0 6px 20px rgba(0,0,0,.20));
    transition: transform .4s cubic-bezier(.25,.46,.45,.94);
    position: relative; z-index: 1;
}
.hub-card:hover .hub-card-top-emoji { transform: scale(1.10) rotate(-4deg); }

/* Açık/Kapalı */
.hub-status {
    position: absolute; top: 12px; right: 12px;
    display: flex; align-items: center; gap: 5px;
    font-size: 10px; font-weight: 800; letter-spacing: .10em;
    padding: 5px 12px; border-radius: 999px; text-transform: uppercase;
    z-index: 2;
}
.hub-status.open   { background: rgba(0,0,0,.72); color: #fff; backdrop-filter: blur(10px); }
.hub-status.closed { background: rgba(0,0,0,.40); color: rgba(255,255,255,.75); backdrop-filter: blur(10px); }
.hub-status-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: currentColor; flex-shrink: 0;
}
.hub-status.open .hub-status-dot { animation: blink 2.2s infinite; }

/* ── Kart gövdesi ── */
.hub-card-body {
    padding: 22px 24px 24px;
    display: flex; flex-direction: column; gap: 18px; flex: 1;
}

/* Ad + meta */
.hub-card-head { display: flex; align-items: flex-start; gap: 12px; }
.hub-card-logo {
    height: 44px; width: auto; object-fit: contain; flex-shrink: 0;
    border-radius: 8px; border: 1px solid var(--border);
    padding: 4px; mix-blend-mode: multiply;
    background: #fff;
}
.hub-card-name {
    font-family: var(--heading);
    font-size: 24px; font-weight: 500; letter-spacing: -.02em;
    color: #0d0d0d; line-height: 1.18;
    display: block; text-decoration: none;
    transition: color .20s;
}
.hub-card-name:hover { color: var(--p); }
.hub-card-meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 6px; }
.hub-card-city {
    display: inline-flex; align-items: center; gap: 3px;
    font-size: 10px; color: var(--muted);
    text-transform: uppercase; letter-spacing: .07em; font-weight: 700;
}
.hub-card-cat-inline {
    font-size: 9.5px; font-weight: 800; letter-spacing: .10em;
    text-transform: uppercase; color: var(--p);
    background: var(--p-ll); border: 1px solid var(--p-l);
    padding: 3px 10px; border-radius: 999px;
}

/* Adres + Harita (blok: başlık ve buton aynı satırda) */
.hub-card-loc {
    padding: 14px 14px 12px;
    border-radius: 14px;
    background: linear-gradient(165deg, #fff9f9 0%, #fff 38%, #faf7f8 100%);
    border: 1px solid rgba(178, 30, 53, .12);
    box-shadow: 0 2px 14px rgba(178, 30, 53, .05);
}
.hub-card-loc-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}
.hub-card-loc-left {
    display: flex; align-items: center; gap: 8px;
    flex-shrink: 0;
}
.hub-card-loc-pin {
    display: flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 8px;
    background: linear-gradient(135deg, rgba(178,30,53,.12) 0%, rgba(178,30,53,.06) 100%);
    color: var(--p);
    flex-shrink: 0;
}
.hub-card-loc-label {
    font-size: 10px; font-weight: 900; letter-spacing: .14em;
    text-transform: uppercase; color: var(--p);
}
.hub-card-loc-text {
    font-size: 12px; line-height: 1.55; color: #3f3f46;
    margin: 0;
    word-break: break-word;
}
.hub-card-map-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 10px; font-weight: 800; letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none; color: #fff !important;
    background: linear-gradient(135deg, var(--p) 0%, #7a1424 100%);
    border: none;
    box-shadow: 0 2px 10px rgba(178, 30, 53, .22);
    transition: transform .18s var(--ease), box-shadow .18s var(--ease), filter .18s;
    white-space: nowrap; flex-shrink: 0;
}
.hub-card-map-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(178, 30, 53, .30);
    filter: brightness(1.05);
}
.hub-card-map-btn svg { opacity: .95; flex-shrink: 0; }

/* VIP / premium kartlarda harita butonu — altın vurgu */
.hub-card--vip .hub-card-loc {
    border-color: rgba(184, 160, 112, .35);
    background: linear-gradient(165deg, #fffdf8 0%, #fff 45%, #fdf8f0 100%);
}
.hub-card--vip .hub-card-map-btn {
    background: linear-gradient(135deg, #c9a96e 0%, #8b6a3d 55%, #6d4c2a 100%);
    box-shadow: 0 2px 12px rgba(120, 90, 50, .22);
}
.hub-card--vip .hub-card-map-btn:hover {
    box-shadow: 0 6px 18px rgba(120, 90, 50, .30);
}

/* Hizmetler */
.hub-card-services { display: flex; flex-direction: column; gap: 9px; }
.hub-card-services-label {
    font-size: 9.5px; font-weight: 900; letter-spacing: .16em;
    text-transform: uppercase; color: var(--gold);
}
.hub-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hub-tag {
    font-size: 11px; font-weight: 600;
    padding: 5px 13px; border-radius: 999px;
    border: 1px solid transparent;
    white-space: nowrap; line-height: 1.3;
    transition: all .15s;
}
.hub-tag:hover { filter: brightness(.95); }

/* CTA satırı */
.hub-card-cta {
    margin-top: auto; display: flex; gap: 8px; align-items: stretch;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,.055);
}
.hub-cta-page {
    flex: 1; padding: 15px 18px; border-radius: 14px;
    font-size: 11px; font-weight: 800; color: #fff;
    font-family: var(--body); letter-spacing: .12em; text-transform: uppercase;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 52px;
    transition: filter .18s, transform .18s cubic-bezier(.22,.68,0,1.2), box-shadow .18s;
    box-shadow: 0 4px 18px rgba(0,0,0,.22);
}
.hub-cta-page:hover  { filter: brightness(1.10); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.hub-cta-page:active { transform: scale(.97); }
.hub-cta-wa, .hub-cta-tel {
    width: 52px; min-height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all .18s cubic-bezier(.22,.68,0,1.2);
    text-decoration: none;
}
.hub-cta-wa  { background: transparent; border: 1.5px solid #25d366; color: #25d366; }
.hub-cta-wa:hover  { background: #25d366; color: #fff; box-shadow: 0 6px 20px rgba(37,211,102,.32); transform: translateY(-2px); }
.hub-cta-tel { background: transparent; border: 1.5px solid rgba(0,0,0,.18); color: var(--text); }
.hub-cta-tel:hover { background: #111; border-color: #111; color: #fff; transform: translateY(-2px); }
.hub-cta-wa:active, .hub-cta-tel:active { transform: scale(.93); }

/* ================================================================
   RANDEVU KURALLARI
================================================================ */
.hub-rules {
    background: #fafafa;
    border-top: 1px solid var(--border);
    padding: 72px 24px 80px;
}
.hub-rules-inner {
    max-width: 1200px; margin: 0 auto;
}
.hub-rules-header {
    text-align: center; margin-bottom: 56px;
}
.hub-rules-badge {
    display: inline-block;
    background: transparent; color: var(--gold);
    border: 1px solid rgba(184, 160, 112, 0.4);
    font-size: 10.5px; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; padding: 5px 16px; border-radius: 20px;
    margin-bottom: 16px;
}
.hub-rules-title {
    font-family: var(--heading);
    font-size: clamp(32px, 4vw, 48px); font-weight: 400;
    color: var(--text); letter-spacing: -.01em; margin-bottom: 12px;
}
.hub-rules-desc {
    font-size: 15px; color: var(--muted); max-width: 520px; margin: 0 auto;
}

.hub-rules-category {
    margin-bottom: 48px;
}
.hub-rules-cat-title {
    font-family: var(--heading);
    font-size: 22px; font-weight: 600; color: var(--text);
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--p);
    display: inline-block;
}
.hub-rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 16px;
}
.hub-rule {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 20px;
    display: flex; gap: 16px; align-items: flex-start;
    transition: border-color .15s, box-shadow .15s;
}
.hub-rule:hover {
    border-color: var(--p-l);
    box-shadow: 0 4px 16px rgba(178,30,53,.06);
}
.hub-rule-n {
    font-family: var(--heading);
    font-size: 26px; font-weight: 300; color: var(--p);
    line-height: 1; flex-shrink: 0; width: 36px;
    opacity: .8;
}
.hub-rule strong {
    display: block; font-size: 13.5px; font-weight: 700;
    color: var(--text); margin-bottom: 5px;
}
.hub-rule p {
    font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0;
}

/* Secondary Categories */
.hub-rules-category--secondary .hub-rules-cat-title {
    font-size: 18px;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
    padding-bottom: 8px;
    opacity: 0.9;
}
.hub-rules-category--secondary .hub-rules-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.hub-rules-category--secondary .hub-rule {
    padding: 14px 16px;
    background: transparent;
    border: 1px solid var(--border);
    box-shadow: none;
}
.hub-rules-category--secondary .hub-rule-n {
    font-size: 18px;
    color: var(--muted);
    width: 24px;
    opacity: 0.6;
}
.hub-rules-category--secondary .hub-rule strong {
    font-size: 13px;
    color: var(--text);
    opacity: 0.9;
}
.hub-rules-category--secondary .hub-rule p {
    font-size: 12px;
}

/* ================================================================
   FOOTER
================================================================ */
.hub-footer {
    background: var(--text); color: rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 40px 24px 40px;
}
.hub-footer-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 20px;
}
.hub-footer-brand {
    display: flex; align-items: center; gap: 12px;
}
.hub-footer-logo-img {
    height: 36px; width: auto; object-fit: contain; flex-shrink: 0;
    opacity: .8;
}
.hub-footer-name { font-size: 15px; font-weight: 800; color: #fff; text-transform: uppercase; }
.hub-footer-sub  { font-size: 10.5px; color: var(--gold); letter-spacing: .06em; text-transform: uppercase; }
.hub-footer-links {
    display: flex; gap: 20px; flex-wrap: wrap;
}
.hub-footer-links a {
    font-size: 13px; font-weight: 500; color: rgba(255,255,255,.6);
    transition: color .14s;
}
.hub-footer-links a:hover { color: var(--gold); }
.hub-footer-copy { font-size: 12px; color: rgba(255,255,255,.3); }

/* ================================================================
   LAPTOP
================================================================ */
/* ── Laptop (≤ 1366px) ── */
@media (max-width: 1366px) and (min-width: 1025px) {
    .hub-hero {
        padding: calc(var(--nav-h) + 32px) 4vw 48px;
        align-items: flex-end;
    }
    .hub-hero-container { align-items: flex-end; }
    .hub-hero-content {
        max-width: 520px;
        padding: 40px 44px;
        margin-top: auto;
    }
    .hub-hero-eyebrow { margin-bottom: 20px; }
    .hub-hero-title { font-size: clamp(46px, 5.5vw, 72px); margin-bottom: 16px; }
    .hub-hero-desc { margin-bottom: 28px; padding: 9px 14px; font-size: 13.5px; }
    .hub-stats { gap: 0; }
    .hub-stat-n { font-size: 32px; }
    .hub-stat:not(:first-child) { padding-left: 24px; }
    .hub-stat { padding: 0 24px 0 0; }
    .hub-branch-links { margin-top: 20px; padding-top: 18px; gap: 10px; }
    .hub-branch-pill { font-size: 10.5px; padding: 11px 16px; }
}

/* ── 1080p ekranlar (viewport ≈ 900-960px yükseklik) ── */
@media (max-height: 960px) and (min-width: 1025px) {
    .hub-hero {
        padding: calc(var(--nav-h) + 24px) 4vw 40px;
        align-items: flex-end;
    }
    .hub-hero-content {
        padding: 36px 44px;
        margin-top: auto;
    }
    .hub-hero-eyebrow { margin-bottom: 18px; padding: 9px 22px; }
    .hub-hero-title { font-size: clamp(48px, 5.5vw, 76px); margin-bottom: 14px; }
    .hub-hero-desc { margin-bottom: 24px; padding: 9px 14px; font-size: 13.5px; }
    .hub-stat-n { font-size: 32px; }
    .hub-stat-div { height: 32px; }
    .hub-branch-links { margin-top: 18px; padding-top: 16px; }
    .hub-branch-pill { padding: 11px 16px; font-size: 10.5px; }
}

/* ── Kısa ekranlar (768px yükseklik laptoplar) ── */
@media (max-height: 820px) and (min-width: 901px) {
    .hub-hero {
        padding-top: calc(var(--nav-h) + 12px);
        padding-bottom: 24px;
        align-items: flex-end;
    }
    .hub-hero-content {
        padding: 24px 32px;
        margin-top: auto;
    }
    .hub-hero-eyebrow { margin-bottom: 12px; padding: 8px 18px; font-size: 10px; }
    .hub-hero-title { font-size: clamp(38px, 4.8vw, 58px); margin-bottom: 10px; }
    .hub-hero-desc { margin-bottom: 16px; padding: 7px 12px; font-size: 12.5px; line-height: 1.7; }
    .hub-stat-n { font-size: 26px; }
    .hub-stat-div { height: 24px; }
    .hub-branch-links { margin-top: 12px; padding-top: 12px; }
    .hub-branch-pill { padding: 9px 14px; font-size: 10px; }
}

/* ================================================================
   MOBİL
================================================================ */
/* ── Tablet (≤ 1024px) ── */
@media (max-width: 1024px) {
    .hub-hero {
        padding: calc(var(--nav-h) + 40px) 32px 56px;
        background-position: 44% top;
        align-items: flex-end;
    }
    .hub-hero-container { justify-content: center; align-items: flex-end; }
    .hub-hero-content {
        max-width: clamp(420px, 68vw, 600px);
        padding: 44px 44px;
        margin-top: auto;
    }
}

/* ── Tablet büyük (≤ 900px) ── */
@media (max-width: 900px) {
    .nav-menu { display: none !important; }
    .hamburger { display: flex !important; }
    .hub-nav-name { font-size: 14px !important; }
    .hub-nav-sub  { font-size: 9px !important; }

    .hub-hero {
        padding: calc(var(--nav-h) + 12px) 20px 8vh;
        background-position: 43% top;
        align-items: flex-end;
    }
    .hub-hero-container { justify-content: center; align-items: flex-end; }
    .hub-hero-content {
        max-width: clamp(360px, 80vw, 520px);
        padding: 28px 28px;
        text-align: center;
        display: flex; flex-direction: column; align-items: center;
        margin-top: auto;
        border-radius: 16px;
    }
    .hub-hero-eyebrow { padding: 10px 20px; font-size: 11px; margin-bottom: 16px; }
    .hub-hero-title { margin-bottom: 12px; }
    .hub-hero-desc  { margin: 0 auto 20px; max-width: 420px; font-size: 13px; padding: 8px 12px; }
    .hub-stats      { justify-content: center; }
    .hub-branch-links { justify-content: center; flex-wrap: wrap; }
    .hub-stat:not(:first-child) { padding-left: 20px; }
    .hub-stat       { padding: 0 20px 0 0; }

    .hub-how-txt span { display: none; }

    /* Adım barı — yatay scroll, tek satır */
    .hub-how-inner  { overflow-x: auto; flex-wrap: nowrap; padding: 6px 16px 12px; gap: 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .hub-how-inner::-webkit-scrollbar { display: none; }
    .hub-how-step   { flex-shrink: 0; padding: 4px 0; }
    .hub-how-num    { width: 30px; height: 30px; font-size: 12px; }
    .hub-how-arrow  { flex-shrink: 0; font-size: 20px; }
}

/* ── Küçük mobil (≤ 640px) ── */
@media (max-width: 640px) {
    /* Hero: modelin yüzü tepeden başlasın — background-position: top sayesinde
       hangi telefon olursa olsun yüz daima görünür alanda kalır */
    .hub-hero {
        padding: calc(var(--nav-h) + 8px) 12px 6vh;
        background-position: 42% top;
        align-items: flex-end;
    }
    .hub-hero-container {
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }
    .hub-hero-content {
        max-width: clamp(300px, 88vw, 440px);
        width: clamp(300px, 88vw, 440px);
        box-sizing: border-box;
        padding: 18px 18px 20px;
        background: linear-gradient(to bottom right, rgba(255,255,255,0.20), rgba(255,255,255,0.75));
        text-align: center;
        display: flex; flex-direction: column; align-items: center;
        border-radius: 16px;
        margin-top: auto;
        gap: 0;
    }
    .hub-hero-eyebrow { padding: 8px 16px; font-size: 10px; margin-bottom: 12px; }
    .hub-hero-title { font-size: clamp(24px, 7.5vw, 38px); margin-bottom: 8px; line-height: 1.1; }
    .hub-hero-desc  { display: none; }
    .hub-stats      { gap: 0; margin-bottom: 0; }
    .hub-stat:not(:first-child) { padding-left: 12px; }
    .hub-stat       { padding: 0 12px 0 0; }
    .hub-stat-n     { font-size: 20px; }
    .hub-stat-l     { font-size: 9px; }
    .hub-stat-div   { height: 18px; }
    .hub-branch-links { justify-content: center; flex-wrap: nowrap; margin-top: 14px; padding-top: 12px; gap: 8px; }
    .hub-branch-pill { padding: 10px 14px; }
    .hub-branch-pill .pill-brand { font-size: 7.5px; }
    .hub-branch-pill .pill-branch { font-size: 11px; }

    /* Adım barı: kompakt */
    .hub-how-inner  { overflow-x: auto; flex-wrap: nowrap; padding: 5px 12px 10px; gap: 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .hub-how-inner::-webkit-scrollbar { display: none; }
    .hub-how-step   { flex-shrink: 0; min-width: auto; padding: 4px 2px; gap: 8px; }
    .hub-how-num    { width: 26px; height: 26px; font-size: 11px; }
    .hub-how-arrow  { flex-shrink: 0; padding: 0 3px; font-size: 18px; }
    .hub-how-txt strong { font-size: 11px; }
    .hub-how-txt span   { font-size: 10px; }

    .hub-main  { padding: 32px 12px 56px; }
    .hub-grid  { grid-template-columns: 1fr; gap: 16px; }
    .hub-card-top { height: 120px; }
    .hub-card-body { padding: 20px 20px 22px; gap: 14px; }

    .hub-rules { padding: 48px 16px 56px; }
    .hub-rules-grid { grid-template-columns: 1fr; gap: 12px; }

    .hub-about { padding: 48px 16px; }
    .hub-about-inner { grid-template-columns: 1fr; gap: 36px; }
    .hub-about-stats {
        position: static; grid-template-columns: 1fr; gap: 12px;
        max-width: 168px; margin-inline: auto;
    }
    .hub-about-stat { padding: 10px 8px; }
    .hub-about-stat-n { font-size: clamp(24px, 7vw, 30px); }
    .hub-services-section { padding: 48px 16px; }
    .hub-services-grid { grid-template-columns: 1fr; gap: 14px; }

    .hub-nav { height: 50px; --nav-h: 50px; }
    .hub-nav-inner  { padding: 0 12px; }
    .hub-nav-sub    { display: none; }
    .hub-nav-icon-img { height: 28px; }
    .hub-nav-name   { font-size: 13px; }

    .hub-footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .hub-footer-links { flex-direction: column; gap: 10px; }
}

@media (max-width: 400px) {
    .hub-hero { padding: calc(var(--nav-h) + 20px) 10px 24px; background-position: 42% top; }
    .hub-stat-div { display: none; }
    .hub-stats    { gap: 16px; flex-wrap: wrap; justify-content: center; }
    .hub-stat     { padding: 0 !important; }
}

/* ── Kısa telefonlar (iPhone SE / 8 — ≤700px yükseklik) ── */
/* Kart kompakt olsun → yüz için daha fazla alan kalsın */
@media (max-width: 640px) and (max-height: 700px) {
    .hub-hero {
        padding: calc(var(--nav-h) + 4px) 12px 4vh;
    }
    .hub-hero-content {
        padding: 12px 16px 14px;
        gap: 0;
    }
    .hub-hero-eyebrow { padding: 7px 14px; font-size: 9px; margin-bottom: 8px; }
    .hub-hero-title   { font-size: clamp(22px, 7vw, 32px); margin-bottom: 6px; line-height: 1.05; }
    .hub-stats        { margin-top: 0; }
    .hub-stat-n       { font-size: 18px; }
    .hub-stat-l       { font-size: 8.5px; }
    .hub-stat-div     { height: 16px; }
    .hub-branch-links { margin-top: 8px; padding-top: 8px; gap: 6px; }
    .hub-branch-pill  { padding: 8px 12px; }
    .hub-branch-pill .pill-branch { font-size: 10px; }
}

/* ── Çok kısa telefonlar (≤580px yükseklik — eski Android / SE) ── */
@media (max-width: 640px) and (max-height: 580px) {
    .hub-hero-desc { display: none; }
    .hub-how-txt span { display: none; }
    .hub-hero-content { padding: 10px 14px 12px; }
    .hub-hero-eyebrow { margin-bottom: 6px; }
    .hub-hero-title   { font-size: clamp(20px, 6.5vw, 28px); margin-bottom: 4px; }
    .hub-branch-links { margin-top: 6px; padding-top: 6px; }
}

/* Nav menü stilleri index.php <style> bloğunda tanımlı */

/* ================================================================
   HAKKIMIZDA
================================================================ */
.hub-about {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 72px 24px;
}
.hub-about-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr minmax(0, 168px);
    gap: 48px;
    align-items: start;
}
.hub-about-badge {
    display: inline-block;
    font-size: 10px; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase;
    color: #8a1628;
    background: linear-gradient(135deg, rgba(255, 245, 246, .95) 0%, rgba(255, 235, 238, .9) 100%);
    border: 1px solid rgba(178, 30, 53, .22);
    padding: 5px 16px;
    border-radius: 20px; margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(178, 30, 53, .06);
}
.hub-about-title {
    font-family: var(--heading);
    font-size: clamp(36px, 4.5vw, 56px); font-weight: 300;
    line-height: 1.1; letter-spacing: -.01em; color: var(--text);
    margin-bottom: 24px;
}
.hub-about-title em { font-style: italic; font-weight: 300; color: var(--gold); }
.hub-about-desc {
    font-size: 15px; color: var(--muted); line-height: 1.8;
    margin-bottom: 16px; max-width: 560px;
}
.hub-about-values {
    display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px;
}
.hub-about-val {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 500; color: var(--text2);
    background: linear-gradient(95deg, rgba(184, 160, 112, .12) 0%, rgba(255, 255, 255, .92) 42%);
    border: 1px solid rgba(184, 160, 112, .28);
    border-left: 3px solid var(--gold);
    padding: 9px 16px 9px 14px; border-radius: 8px;
    box-shadow: 0 2px 10px rgba(178, 30, 53, .04);
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.hub-about-val:hover {
    border-color: rgba(184, 160, 112, .45);
    box-shadow: 0 4px 14px rgba(184, 160, 112, .12);
    transform: translateY(-1px);
}
.hub-about-val svg { color: var(--p); flex-shrink: 0; stroke-width: 1.5 !important; opacity: .9; }

/* Üç istatistik: tek sütun, dar kare kartlar */
.hub-about-stats {
    display: grid; grid-template-columns: 1fr; gap: 12px;
    position: sticky; top: 100px;
    width: 100%;
    justify-items: stretch;
}
.hub-about-stat {
    border-radius: 12px;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 1;
    padding: 10px 8px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 6px;
    text-align: center;
    border: 1px solid rgba(184, 160, 112, .35);
    box-shadow: 0 6px 20px rgba(178, 30, 53, .07), 0 1px 0 rgba(255, 255, 255, .8) inset;
    transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.hub-about-stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(178, 30, 53, .1), 0 1px 0 rgba(255, 255, 255, .9) inset;
}
.hub-about-stat:nth-child(1) {
    background: var(--about-stat-1);
    border-color: rgba(178, 30, 53, .18);
}
.hub-about-stat:nth-child(2) {
    background: var(--about-stat-2);
    border-color: rgba(184, 160, 112, .42);
}
.hub-about-stat:nth-child(3) {
    background: var(--about-stat-3);
    border-color: rgba(120, 90, 160, .2);
}
.hub-about-stat-n {
    font-family: var(--heading);
    font-size: clamp(22px, 4.2vw, 30px);
    font-weight: 400;
    line-height: 1;
    background: linear-gradient(135deg, #d4b878 0%, #c9a96e 28%, var(--p) 72%, #7a1424 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hub-about-stat-l {
    font-size: 8px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase;
    color: #5c4a6b;
    line-height: 1.25;
    max-width: 11em;
}
.hub-about-stat:nth-child(1) .hub-about-stat-l { color: #7a3d45; }
.hub-about-stat:nth-child(2) .hub-about-stat-l { color: #6b5a3a; }
.hub-about-stat:nth-child(3) .hub-about-stat-l { color: #5b4a78; }

/* ================================================================
   HİZMETLERİMİZ
================================================================ */
.hub-services-section {
    background: #fafafa; border-bottom: 1px solid var(--border);
    padding: 64px 24px;
}
.hub-services-inner { max-width: 1200px; margin: 0 auto; }
.hub-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.hub-service-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: 12px; padding: 28px 24px;
    transition: border-color .18s, box-shadow .18s, transform .18s;
}
.hub-service-card:hover {
    border-color: var(--p-l);
    box-shadow: 0 6px 24px rgba(178,30,53,.08);
    transform: translateY(-2px);
}
.hub-service-icon { font-size: 32px; margin-bottom: 16px; display: flex; align-items: center; justify-content: flex-start; }

/* Premium Card & Icon Styles */
.premium-card {
    border: 1px solid rgba(184, 160, 112, 0.2); /* very subtle gold */
    position: relative;
    overflow: hidden;
}
.premium-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0; transition: opacity 0.3s ease;
}
.premium-card:hover {
    border-color: rgba(184, 160, 112, 0.5);
    box-shadow: 0 10px 30px rgba(184, 160, 112, 0.08);
    transform: translateY(-3px);
}
.premium-card:hover::before {
    opacity: 1;
}
.premium-svg-icon {
    width: 36px; height: 36px;
    stroke: var(--gold);
    transition: stroke 0.3s ease, transform 0.3s ease;
}
.premium-card:hover .premium-svg-icon {
    transform: scale(1.1);
}

.hub-service-card strong {
    display: block; font-size: 15px; font-weight: 700;
    color: var(--text); margin-bottom: 8px;
}
.hub-service-card p {
    font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0;
}
.hub-services-cta {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--p); color: #fff;
    font-size: 13px; font-weight: 700; letter-spacing: .10em;
    text-transform: uppercase; padding: 15px 36px;
    border-radius: 8px; text-decoration: none;
    box-shadow: 0 4px 20px rgba(178,30,53,.30);
    transition: background .15s, transform .12s;
}
.hub-services-cta:hover { background: var(--p-h); transform: translateY(-1px); }
.hub-services-cta--outline {
    background: transparent; color: var(--p);
    border: 2px solid var(--p);
    box-shadow: none;
}
.hub-services-cta--outline:hover {
    background: var(--p); color: #fff;
    box-shadow: 0 4px 20px rgba(178,30,53,.30);
}

/* ── Faz 5: Mobile-first & UX improvements ── */

/* Skeleton loader placeholders */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
    border-radius: var(--r);
}
@keyframes skeleton-pulse {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.skeleton-card {
    height: 300px;
    border-radius: var(--r-xl);
    background: linear-gradient(90deg, #f8f8f8 25%, #eeeeee 50%, #f8f8f8 75%);
    background-size: 200% 100%;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

/* Minimum touch target size: 44x44px */
.hub-cta-page,
.hub-cta-wa,
.hub-cta-tel,
.hub-search-btn,
.hub-tag {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Thumb zone: CTA at bottom of screen for mobile */
@media (max-width: 640px) {
    .hub-search-btn {
        position: sticky;
        bottom: 0;
        z-index: 50;
    }
    .hub-card-cta {
        padding: 12px 0 4px;
    }
    .hub-cta-page {
        padding: 14px 20px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
}

/* Performance: reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .nebula-orb { animation: none !important; }
    .hub-orb { animation: none !important; }
}

/* Smooth card entrance */
.hub-card {
    will-change: opacity, transform;
}

/* ── Filtre etiket container ── */
.hub-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 36px;
}
.hub-ftag:active {
    transform: scale(.96);
}
@media (max-width: 640px) {
    .hub-filter-tags {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 4px 4px;
        margin-bottom: 24px;
    }
    .hub-filter-tags::-webkit-scrollbar { display: none; }
    .hub-ftag { flex-shrink: 0; }
}

/* ================================================================
   PREMIUM LAYER — 2026 Visual Excellence
================================================================ */

/* ── VIP crown SVG base ── */
.vip-crown { vertical-align: middle; flex-shrink: 0; }

/* ── VIP rozet konumu — kart üstüne daha belirgin ── */
.hub-vip-badge {
    position: absolute; top: 12px; left: 12px; z-index: 3;
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 9.5px; font-weight: 900; letter-spacing: .16em;
    text-transform: uppercase; padding: 5px 12px 5px 10px;
    border-radius: 999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 3px 14px rgba(0,0,0,.28);
}
.hub-vip-badge.vip {
    /* Koyu-zengin altın zemin; ortada ince bir shine şeridi kayar */
    background: linear-gradient(110deg,
        #7a5000 0%,
        #a87820 20%,
        #c89c28 38%,
        #d9c060 50%,   /* ince parlak şerit — %15 kısıldı */
        #c89c28 62%,
        #a87820 80%,
        #7a5000 100%
    );
    background-size: 300% 100%;
    color: #fff;
    border: 1.5px solid rgba(255,210,80,.60);
    text-shadow: 0 1px 4px rgba(0,0,0,.65), 0 0 8px rgba(0,0,0,.30);
    box-shadow:
        0 2px 10px rgba(0,0,0,.30),
        0 0 18px rgba(200,150,20,.50),
        inset 0 1px 0 rgba(255,255,255,.18);
    animation: vip-shine 11.5s linear infinite, vip-glow 8s ease-in-out infinite;
}
@keyframes vip-shine {
    0%   { background-position: 220% center; }
    100% { background-position: -220% center; }
}
@keyframes vip-glow {
    0%, 100% {
        box-shadow: 0 2px 10px rgba(0,0,0,.30),
                    0 0 18px rgba(200,150,20,.50),
                    inset 0 1px 0 rgba(255,255,255,.18);
    }
    50% {
        box-shadow: 0 2px 12px rgba(0,0,0,.35),
                    0 0 28px rgba(200,150,20,.75),
                    inset 0 1px 0 rgba(255,255,255,.28);
    }
}
.hub-vip-badge.vip .vip-crown {
    color: #ffe9a0;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.50));
    animation: crown-spin 16s ease-in-out infinite;
}
@keyframes crown-spin {
    0%, 100% { transform: rotate(-5deg) scale(1); }
    50%       { transform: rotate(5deg)  scale(1.12); }
}
.hub-vip-badge.premium {
    background: rgba(10,10,10,.60);
    color: #e8c87a;
    border: 1px solid rgba(232,200,122,.30);
}
.hub-vip-badge.premium .vip-crown { color: #e8c87a; }

/* ── Merkez rozeti ── */
.hub-vip-badge.merkez {
    background: linear-gradient(135deg, #c0395c 0%, #8b1a35 100%);
    color: #fff;
    border: 1px solid rgba(255,255,255,.30);
    text-shadow: 0 1px 2px rgba(0,0,0,.20);
}

/* ── Hub pill VIP aksan ── */
.hub-branch-pill { position: relative; }

.hub-branch-pill.pill--vip {
    border-color: rgba(184,160,112,.55);
    box-shadow: 0 2px 14px rgba(184,160,112,.18), 0 1px 0 #fff inset;
    padding-top: 20px;
}
.hub-branch-pill.pill--vip:hover {
    background: linear-gradient(135deg, #b8a070, #9a7e50);
    border-color: #b8a070;
    color: #fff;
    box-shadow: 0 8px 28px rgba(184,160,112,.35);
}

/* ── Merkez pill aksan ── */
.hub-branch-pill.pill--merkez {
    border-color: rgba(192,57,92,.40);
    box-shadow: 0 2px 14px rgba(192,57,92,.14), 0 1px 0 #fff inset;
    padding-top: 20px;
}
.hub-branch-pill.pill--merkez:hover {
    background: linear-gradient(135deg, #c0395c, #8b1a35);
    border-color: #c0395c;
    color: #fff;
    box-shadow: 0 8px 28px rgba(192,57,92,.30);
}

/* ── VIP rozet: pill'in üst ortasına yapışık küçük etiket ── */
.pill-vip-tag {
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; gap: 3px;
    background: linear-gradient(110deg,
        #7a5000 0%, #a87820 20%,
        #c89c28 38%, #d9c060 50%,
        #c89c28 62%, #a87820 80%,
        #7a5000 100%
    );
    background-size: 300% 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.60);
    font-size: 8px; font-weight: 900; letter-spacing: .18em;
    text-transform: uppercase;
    padding: 2px 10px 2px 8px;
    border-radius: 0 0 8px 8px;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(200,140,10,.60), 0 0 10px rgba(255,200,20,.55);
    pointer-events: none;
    line-height: 1.4;
    border: 1px solid rgba(255,230,90,.60);
    border-top: none;
    animation: vip-shine 11.5s linear infinite;
}
.hub-branch-pill.pill--vip:hover .pill-vip-tag {
    box-shadow: 0 4px 14px rgba(200,140,10,.75), 0 0 16px rgba(255,200,20,.70);
}

/* ── Merkez rozet: pill'in üst ortasına yapışık küçük etiket ── */
.pill-merkez-tag {
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; gap: 3px;
    background: linear-gradient(135deg, #c0395c, #8b1a35);
    color: #fff;
    font-size: 8px; font-weight: 900; letter-spacing: .18em;
    text-transform: uppercase;
    padding: 2px 9px 2px 7px;
    border-radius: 0 0 8px 8px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(139,26,53,.40);
    pointer-events: none;
    line-height: 1.4;
}
.hub-branch-pill.pill--merkez:hover .pill-merkez-tag {
    background: linear-gradient(135deg, #d94a6e, #a02040);
    box-shadow: 0 3px 10px rgba(192,57,92,.50);
}

@keyframes vip-shimmer {
    0%, 100% { opacity: 1; }
    50% { opacity: .75; }
}

/* ── Kartın üstündeki konum bölgesi (VIP rozetleri için parent) ── */
.hub-card-top { position: relative; }

/* ── Kart altın çizgi aksan (VIP kartlar için) ── */
.hub-card--vip .hub-card-top::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2.5px;
    background: linear-gradient(90deg, var(--gold), rgba(184,160,112,.30), var(--gold));
    z-index: 4;
}

/* ── Kart adı hover'da accent rengi ── */
.hub-card--vip .hub-card-name:hover { color: var(--gold-h); }

/* ── Hizmet tag renk düzenlemeleri ── */
.hub-tag {
    background: rgba(0,0,0,.04);
    color: var(--text2);
    border-color: rgba(0,0,0,.08);
}
.hub-tag:hover { background: rgba(0,0,0,.07); }

/* ── Arama input premium ── */
.hub-search-input {
    border: 1.5px solid rgba(0,0,0,.12) !important;
    border-radius: 12px !important;
    transition: border-color .18s, box-shadow .18s !important;
}
.hub-search-input:focus {
    border-color: rgba(178,30,53,.40) !important;
    box-shadow: 0 0 0 3px rgba(178,30,53,.08) !important;
    outline: none;
}

/* ── Sonuç sayısı bilgisi ── */
.hub-results-info {
    text-align: center; margin-bottom: 28px;
    font-size: 13px; color: var(--muted);
}

/* ── Hero responsive ayarları ── */
@media (max-width: 860px) {
    .hub-hero-content {
        max-width: 100%;
        padding: 36px 32px;
        margin-top: auto;
    }
    .hub-hero-container {
        justify-content: center;
        align-items: flex-end;
    }
}
@media (max-width: 640px) {
    .hub-hero { padding: calc(var(--nav-h) + 8px) 12px 6vh; background-position: 42% top; align-items: flex-end; }
    .hub-hero-content { padding: 18px 18px 20px; border-radius: 14px; margin-top: auto; }
    .hub-hero-title { margin-bottom: 16px; }
    .hub-hero-desc { display: none; }
    .hub-hero-eyebrow { margin-bottom: 20px; font-size: 9.5px; }
    .hub-how-inner { padding: 6px 16px 14px; gap: 0; }
    .hub-how-txt span { display: none; }
    .hub-card-top { height: 180px; }
    .hub-card-body { padding: 18px 18px 18px; gap: 14px; }
    .hub-card-name { font-size: 20px; }
    .hub-branch-links { flex-direction: column; align-items: stretch; }
    .hub-branch-pill  { width: 100%; justify-content: center; }
    .hub-stat { padding: 0 20px 0 0; }
    .hub-stat:not(:first-child) { padding-left: 20px; }
    .hub-stat-n { font-size: 32px; }
}
@media (max-width: 480px) {
    .hub-card-cta { gap: 6px; }
    .hub-cta-wa, .hub-cta-tel { width: 46px; min-height: 46px; border-radius: 12px; }
}

/* ── Hub nav refinement ── */
.hub-nav {
    background: rgba(255,255,255,0.96) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
}

/* ── Hizmet kartı (platform tanıtımı) premium ── */
.hub-service-card {
    border-radius: 16px !important;
    border-color: rgba(230,220,210,.55) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.04) !important;
    transition: box-shadow .25s, border-color .25s, transform .28s cubic-bezier(.22,.68,0,1.2) !important;
}
.hub-service-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 36px rgba(0,0,0,.09) !important;
    border-color: rgba(184,160,112,.30) !important;
}

/* ── Hub footer premium ── */
.hub-footer {
    background: #0d0d0d !important;
}
.hub-footer a:hover { color: var(--gold) !important; }

/* ── Randevu kurallar bölümü ── */
.hub-rules {
    background: #faf9f7 !important;
    border-top: 1px solid rgba(230,220,210,.60) !important;
}

/* ── Sayfa genel scroll bari gizle (iOS uyum) ── */
html { -webkit-overflow-scrolling: touch; }

/* ── Prefers reduced motion: card animasyon iptal ── */
@media (prefers-reduced-motion: reduce) {
    .hub-card {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
