:root {
    --bg: #f6fbf8;
    --card: rgba(255, 255, 255, 0.92);
    --card-strong: #ffffff;
    --text: #0b2e23;
    --muted: #5f746a;
    --line: rgba(12, 87, 57, 0.12);
    --brand: #0f6d47;
    --brand-dark: #084f34;
    --brand-soft: #dff7ea;
    --accent: #8ad143;
    --accent-2: #cfeec7;
    --gold: #e8b240;
    --shadow: 0 24px 80px rgba(6, 58, 38, 0.08);
    --radius-xl: 32px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #f7fcf8 0%, #eef8f1 100%);
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }

.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-tight { padding: 52px 0; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 32px; }
.section-head h2, .section-head h1, .section-head h3 { margin: 0; font-family: 'Fraunces', serif; line-height: 1.1; }
.section-head p { margin: 10px 0 0; color: var(--muted); max-width: 720px; }
.eyebrow {
    display: inline-flex; gap: 8px; align-items: center;
    padding: 8px 14px; border-radius: 999px; background: var(--brand-soft);
    color: var(--brand); font-weight: 700; font-size: .92rem; margin-bottom: 16px;
}

.ambient-blur { position: fixed; inset: auto; width: 420px; height: 420px; filter: blur(70px); opacity: .32; border-radius: 50%; pointer-events: none; z-index: -1; }
.ambient-blur-a { top: -100px; right: -100px; background: rgba(138, 209, 67, .55); }
.ambient-blur-b { bottom: -150px; left: -100px; background: rgba(15, 109, 71, .18); }

.site-header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); background: rgba(248, 253, 250, 0.82); border-bottom: 1px solid rgba(12, 87, 57, 0.08); }
.header-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brandmark { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brandmark strong { display: block; font-size: .98rem; }
.brandmark small { display: block; color: var(--muted); font-size: .8rem; }
.brandmark-logo {
    width: 48px; height: 48px; border-radius: 16px; display: inline-grid; place-items: center;
    background: linear-gradient(160deg, #1da863, #0c5f3e); color: #fff; box-shadow: 0 18px 30px rgba(15,109,71,.22);
}
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav ul { list-style: none; display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.main-nav a {
    padding: 11px 14px; border-radius: 999px; color: var(--muted); font-weight: 600; transition: .25s ease;
}
.main-nav a:hover, .main-nav a.is-active { background: rgba(15,109,71,.08); color: var(--brand-dark); }
.nav-cta { margin-left: 8px; }
.nav-toggle {
    display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: #fff; border-radius: 14px;
    padding: 0; align-items: center; justify-content: center; gap: 4px; flex-direction: column;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--text); border-radius: 3px; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px;
    min-height: 52px; padding: 0 22px; border: 1px solid transparent; font-weight: 800; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg, #12925b, #0f6d47); color: #fff; box-shadow: 0 20px 36px rgba(15,109,71,.18); }
.btn-secondary { background: rgba(255,255,255,.85); border-color: var(--line); color: var(--text); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--brand); }
.btn-block { width: 100%; }

.hero { padding: 62px 0 36px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 28px; align-items: center; }
.hero-copy h1 { font-family: 'Fraunces', serif; font-size: clamp(2.5rem, 5.8vw, 5.1rem); line-height: 1.02; margin: 0; }
.hero-copy p { font-size: 1.08rem; color: var(--muted); margin: 20px 0 28px; max-width: 720px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.7); padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; }

.hero-panel {
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,253,248,.98)); border: 1px solid rgba(12,87,57,.1); border-radius: var(--radius-xl); padding: 24px; box-shadow: var(--shadow);
}
.panel-map {
    position: relative; border-radius: 24px; overflow: hidden; background:
    radial-gradient(circle at 25% 25%, rgba(138,209,67,.22), transparent 36%),
    linear-gradient(180deg, #effaf3 0%, #e1f3e6 100%);
    min-height: 360px; padding: 24px;
}
.panel-map::before {
    content: ''; position: absolute; inset: 18px; border-radius: 24px; border: 1px dashed rgba(15,109,71,.18);
}
.panel-map-title { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.panel-map-title h2 { margin: 0; font-size: 1.2rem; font-family: 'Fraunces', serif; }
.panel-map-title p { margin: 4px 0 0; font-size: .92rem; color: var(--muted); }
.map-preview-shell { position: relative; min-height: 250px; }
.preview-bubble {
    position: absolute; transform: translate(-50%, -50%); display: inline-flex; align-items: center; justify-content: center;
    background: radial-gradient(circle at top, #79ce92, #0f6d47); color: #fff; border-radius: 50%;
    box-shadow: 0 14px 26px rgba(15,109,71,.2); font-size: .75rem; font-weight: 800; cursor: pointer;
}
.preview-bubble strong { position: absolute; inset: auto auto -28px 50%; transform: translateX(-50%); white-space: nowrap; color: var(--text); background: rgba(255,255,255,.86); padding: 5px 8px; border-radius: 999px; font-size: .72rem; border: 1px solid var(--line); }
.hero-side-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
.stat-card {
    background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 20px; padding: 18px; min-height: 122px;
}
.stat-card strong { display: block; font-size: 1.7rem; font-family: 'Fraunces', serif; }
.stat-card span { color: var(--muted); font-weight: 600; display: block; margin-top: 6px; }

.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.metric-box {
    background: var(--card); border-radius: 24px; padding: 24px; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.metric-box small { display: block; color: var(--muted); font-weight: 700; margin-bottom: 8px; }
.metric-box strong { display: block; font-size: clamp(1.7rem, 3.8vw, 2.5rem); font-family: 'Fraunces', serif; }
.metric-box p { margin: 8px 0 0; color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card, .surface-card {
    background: var(--card); border-radius: 26px; padding: 24px; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.info-card h3, .surface-card h3 { margin: 14px 0 10px; font-size: 1.2rem; }
.info-card p, .surface-card p { margin: 0; color: var(--muted); }
.card-icon {
    width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; color: #fff;
    background: linear-gradient(180deg, #20a768, #0f6d47);
}

.dual-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 24px; }
.surface-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.surface-card li { display: flex; align-items: center; gap: 10px; color: var(--muted); padding: 8px 0; }
.surface-card li i { color: var(--brand); }
.showcase-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 18px; }
.showcase-pill { background: rgba(15,109,71,.07); border: 1px solid rgba(15,109,71,.1); padding: 16px; border-radius: 18px; }
.showcase-pill strong { display: block; font-size: 1.15rem; margin-bottom: 4px; }
.showcase-pill span { color: var(--muted); font-size: .92rem; }

.map-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; }
.map-card, .side-card, .table-card, .rank-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.map-card { padding: 24px; }
.side-card, .table-card, .rank-card { padding: 22px; }
.map-toolbar { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.map-toolbar .search-control { width: 100%; max-width: 280px; }
.search-control {
    display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; min-height: 48px;
}
.search-control input, .search-control select { border: 0; outline: 0; background: transparent; width: 100%; color: var(--text); }
.map-stage {
    position: relative; min-height: 620px; overflow: hidden; border-radius: 28px; padding: 24px;
    background:
        radial-gradient(circle at 24% 32%, rgba(138,209,67,.18), transparent 28%),
        radial-gradient(circle at 78% 65%, rgba(15,109,71,.14), transparent 28%),
        linear-gradient(180deg, #f5fdf7 0%, #eaf7ee 100%);
    border: 1px solid rgba(12,87,57,.08);
}
.turkey-silhouette {
    position: absolute; inset: 9% 5% 10% 5%; border-radius: 50% 36% 48% 42% / 40% 48% 38% 54%;
    background: linear-gradient(180deg, rgba(15,109,71,.08), rgba(15,109,71,.16));
    filter: drop-shadow(0 28px 55px rgba(15,109,71,.08));
    opacity: .7;
}
.turkey-silhouette::before {
    content: ''; position: absolute; inset: 10% 4%; border-radius: 44% 31% 42% 37% / 46% 50% 40% 49%;
    border: 2px dashed rgba(15,109,71,.12);
}
.city-points { position: absolute; inset: 10% 4%; }
.city-point {
    --size: 18px;
    position: absolute; width: var(--size); height: var(--size); border-radius: 50%; transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #84d69a, #0f6d47); border: 2px solid rgba(255,255,255,.95);
    cursor: pointer; box-shadow: 0 10px 24px rgba(15,109,71,.18); transition: transform .2s ease, box-shadow .2s ease;
}
.city-point:hover, .city-point.is-active { transform: translate(-50%, -50%) scale(1.12); box-shadow: 0 16px 30px rgba(15,109,71,.24); }
.city-point::after {
    content: attr(data-city); position: absolute; top: -34px; left: 50%; transform: translateX(-50%); white-space: nowrap;
    background: rgba(255,255,255,.95); padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(12,87,57,.12);
    color: var(--text); font-size: .72rem; font-weight: 700; opacity: 0; pointer-events: none; transition: .2s ease;
}
.city-point:hover::after, .city-point.is-active::after { opacity: 1; }
.map-tooltip {
    position: absolute; min-width: 220px; max-width: 280px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: var(--shadow); pointer-events: none; opacity: 0; transform: translateY(8px); transition: .16s ease;
}
.map-tooltip.is-visible { opacity: 1; transform: translateY(0); }
.map-tooltip h3 { margin: 0 0 6px; font-size: 1rem; }
.map-tooltip p { margin: 0; color: var(--muted); font-size: .92rem; }
.map-tooltip ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.map-tooltip li { display: flex; justify-content: space-between; gap: 12px; font-size: .9rem; }

.side-card h3, .table-card h3, .rank-card h3 { margin: 0 0 12px; font-family: 'Fraunces', serif; font-size: 1.24rem; }
.region-list, .city-list, .supporter-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.region-list li, .city-list li, .supporter-list li {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px;
    padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.7); border: 1px solid rgba(12,87,57,.08);
}
.rank-number {
    width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); font-weight: 800;
}
.inline-metric { font-weight: 800; color: var(--brand-dark); }
.muted-small { color: var(--muted); font-size: .88rem; }

.rank-bars { display: grid; gap: 14px; }
.rank-bar-item { display: grid; gap: 8px; }
.rank-bar-label { display: flex; justify-content: space-between; gap: 12px; font-weight: 700; }
.rank-bar-track { width: 100%; height: 12px; border-radius: 999px; background: rgba(15,109,71,.08); overflow: hidden; }
.rank-bar-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8ad143, #0f6d47); }

.table-wrapper { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 740px; }
.data-table th, .data-table td { padding: 14px 12px; border-bottom: 1px solid rgba(12,87,57,.08); text-align: left; }
.data-table th { color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.data-table tr:hover td { background: rgba(15,109,71,.03); }
.badge {
    display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(12,87,57,.12); background: rgba(15,109,71,.06); color: var(--brand-dark); font-weight: 700; font-size: .84rem;
}
.pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.pagination a, .pagination span {
    min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
    border-radius: 12px; border: 1px solid var(--line); background: #fff; font-weight: 700;
}
.pagination .is-current { background: var(--brand); color: #fff; border-color: transparent; }

.cta-banner {
    background: linear-gradient(135deg, #0e5e3d 0%, #0f6d47 42%, #199560 100%); color: #fff; border-radius: 34px; padding: 32px; overflow: hidden; position: relative;
    box-shadow: 0 24px 80px rgba(15,109,71,.18);
}
.cta-banner::before {
    content: ''; position: absolute; width: 280px; height: 280px; border-radius: 50%; top: -120px; right: -60px; background: rgba(255,255,255,.08);
}
.cta-banner h2 { margin: 0 0 10px; font-family: 'Fraunces', serif; font-size: clamp(1.8rem, 4vw, 3rem); }
.cta-banner p { margin: 0 0 20px; max-width: 760px; color: rgba(255,255,255,.86); }
.cta-banner .btn-secondary { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.2); color: #fff; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.faq-grid { display: grid; gap: 14px; }
.faq-item { background: var(--card); border-radius: 22px; border: 1px solid var(--line); overflow: hidden; }
.faq-item button {
    width: 100%; text-align: left; border: 0; background: transparent; color: var(--text); padding: 20px 22px;
    display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 700; cursor: pointer;
}
.faq-item .faq-content { padding: 0 22px 22px; color: var(--muted); display: none; }
.faq-item.is-open .faq-content { display: block; }

.site-footer { padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) .8fr .8fr; gap: 24px; }
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.footer-brand p { margin: 8px 0 0; color: var(--muted); }
.footer-cta { margin-top: 20px; }
.site-footer h3 { margin: 0 0 14px; font-size: 1.05rem; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; color: var(--muted); }
.footer-links a:hover { color: var(--brand); }
.footer-ranked li { display: flex; justify-content: space-between; gap: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(12,87,57,.08); color: var(--muted); }
.footer-bottom-links { display: flex; gap: 16px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.pulse { animation: pulse 2.4s infinite; }
.float-up { animation: floatUp 3.4s ease-in-out infinite; }

@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(15,109,71,.18); } 50% { box-shadow: 0 0 0 14px rgba(15,109,71,0); } }
@keyframes floatUp { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

@media (max-width: 1080px) {
    .hero-grid, .dual-grid, .map-page-grid, .footer-grid, .card-grid, .metrics-grid { grid-template-columns: 1fr 1fr; }
    .map-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
    .nav-toggle { display: inline-flex; }
    .main-nav {
        position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; background: rgba(255,255,255,.98);
        border-radius: 24px; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 16px;
        display: none; flex-direction: column; align-items: stretch;
    }
    .main-nav.is-open { display: flex; }
    .main-nav ul { flex-direction: column; align-items: stretch; }
    .main-nav a { display: block; }
    .nav-cta { margin-left: 0; width: 100%; }
    .hero-grid, .card-grid, .dual-grid, .footer-grid, .metrics-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 36px; }
    .section { padding: 72px 0; }
    .map-stage { min-height: 520px; }
}

@media (max-width: 560px) {
    .container { width: min(var(--container), calc(100% - 22px)); }
    .section-head { flex-direction: column; align-items: flex-start; }
    .hero-copy p, .section-head p { font-size: .98rem; }
    .hero-panel, .map-card, .side-card, .table-card, .rank-card, .info-card, .surface-card, .metric-box { padding: 18px; border-radius: 22px; }
    .map-stage { padding: 16px; min-height: 460px; }
    .hero-side-stats { grid-template-columns: 1fr; }
    .cta-banner { padding: 24px; border-radius: 26px; }
    .footer-bottom { flex-direction: column; }
}


/* V2: Anasayfa karşılama slider ve gerçek harita iyileştirmeleri */
.welcome-hero {
    position: relative;
    overflow: hidden;
    padding-top: 48px;
}
.welcome-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.welcome-particles span {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 0 100% 0 100%;
    background: rgba(15,109,71,.14);
    animation: leafDrift 9s linear infinite;
}
.welcome-particles span:nth-child(1) { left: 10%; top: 14%; animation-delay: -1s; }
.welcome-particles span:nth-child(2) { left: 30%; top: 4%; animation-delay: -4s; width: 26px; height: 26px; }
.welcome-particles span:nth-child(3) { left: 52%; top: 10%; animation-delay: -7s; }
.welcome-particles span:nth-child(4) { left: 76%; top: 18%; animation-delay: -3s; width: 22px; height: 22px; }
.welcome-particles span:nth-child(5) { left: 88%; top: 6%; animation-delay: -6s; }

.welcome-slider {
    position: relative;
    min-height: 560px;
    border-radius: 36px;
    padding: 24px;
    background:
        radial-gradient(circle at 88% 12%, rgba(138,209,67,.22), transparent 24%),
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(238,249,241,.92));
    border: 1px solid rgba(12,87,57,.12);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.slider-progress {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 18px;
    height: 5px;
    background: rgba(15,109,71,.10);
    border-radius: 999px;
    overflow: hidden;
    z-index: 5;
}
.slider-progress span {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--accent), var(--brand));
}
.welcome-slide {
    position: absolute;
    inset: 34px 24px 78px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
    opacity: 0;
    transform: translateX(24px) scale(.98);
    pointer-events: none;
    transition: opacity .55s ease, transform .55s ease;
}
.welcome-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}
.slide-copy {
    position: relative;
    z-index: 2;
    max-width: 520px;
}
.slide-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15,109,71,.08);
    color: var(--brand);
    font-weight: 800;
    font-size: .86rem;
}
.slide-copy h2 {
    margin: 0;
    font-family: 'Fraunces', serif;
    font-size: clamp(1.55rem, 3.2vw, 2.45rem);
    line-height: 1.08;
}
.slide-copy p {
    margin: 12px 0 16px;
    color: var(--muted);
}
.slide-copy a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-dark);
    font-weight: 900;
}
.slide-visual {
    position: relative;
    min-height: 250px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(230,247,235,.9));
    border: 1px solid rgba(12,87,57,.09);
}
.map-slide-visual::before {
    content: "";
    position: absolute;
    inset: 14% 8% 18% 8%;
    border-radius: 50% 38% 50% 42% / 43% 49% 40% 52%;
    background:
        radial-gradient(circle at 30% 40%, rgba(138,209,67,.25), transparent 26%),
        linear-gradient(180deg, rgba(15,109,71,.18), rgba(15,109,71,.08));
    border: 2px dashed rgba(15,109,71,.18);
}
.map-pin {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(180deg, #8ad143, #0f6d47);
    transform: rotate(-45deg);
    box-shadow: 0 14px 30px rgba(15,109,71,.2);
    animation: pinPulse 2.2s infinite;
}
.map-pin::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    inset: 7px;
}
.pin-istanbul { left: 18%; top: 34%; }
.pin-ankara { left: 46%; top: 48%; animation-delay: -.6s; }
.pin-izmir { left: 24%; top: 66%; animation-delay: -1.1s; }
.mini-map-label {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(12,87,57,.12);
    font-weight: 900;
    color: var(--brand-dark);
}
.leaderboard-visual {
    display: grid;
    align-items: center;
    padding: 24px;
}
.leader-chip {
    width: min(92%, 420px);
    margin: 8px auto;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(12,87,57,.1);
    box-shadow: 0 16px 38px rgba(15,109,71,.08);
    animation: cardFloat 4s ease-in-out infinite;
}
.leader-chip span { color: var(--brand); font-weight: 900; }
.chip-2 { transform: translateX(18px); animation-delay: -.8s; }
.chip-3 { transform: translateX(-14px); animation-delay: -1.6s; }
.supporter-visual {
    display: grid;
    place-items: center;
}
.supporter-visual::before {
    content: "";
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px dashed rgba(15,109,71,.16);
    position: absolute;
}
.supporter-orbit {
    position: absolute;
    width: 180px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(12,87,57,.1);
    box-shadow: 0 16px 38px rgba(15,109,71,.08);
    display: grid;
    gap: 3px;
}
.supporter-orbit i { color: var(--brand); }
.supporter-orbit strong { font-size: .94rem; }
.supporter-orbit span { color: var(--muted); font-size: .84rem; font-weight: 800; }
.orbit-1 { top: 24px; left: 28px; animation: cardFloat 4.2s ease-in-out infinite; }
.orbit-2 { right: 22px; top: 90px; animation: cardFloat 4.8s ease-in-out infinite; animation-delay: -.8s; }
.orbit-3 { left: 42%; bottom: 20px; animation: cardFloat 4.6s ease-in-out infinite; animation-delay: -1.4s; }
.slider-controls {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    z-index: 6;
}
.slider-controls button {
    border: 1px solid rgba(12,87,57,.13);
    background: rgba(255,255,255,.92);
    color: var(--brand-dark);
    border-radius: 999px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: .22s ease;
}
.slider-controls button:hover { transform: translateY(-2px); }
.slider-dots {
    display: inline-flex;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.66);
    border: 1px solid rgba(12,87,57,.08);
}
.slider-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    background: rgba(15,109,71,.22);
}
.slider-dots button.is-active {
    width: 28px;
    background: var(--brand);
}

.real-map-card {
    padding: 20px;
}
.leaflet-map-shell {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(12,87,57,.12);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}
.real-turkey-map {
    width: 100%;
    min-height: 620px;
    background: #dbeee2;
    z-index: 1;
}
.leaflet-container {
    font-family: 'Inter', system-ui, sans-serif;
}
.leaflet-control-attribution {
    font-size: 10px;
}
.fidan-city-tooltip {
    border: 0 !important;
    background: rgba(255,255,255,.95) !important;
    color: var(--text) !important;
    border-radius: 999px !important;
    padding: 7px 10px !important;
    box-shadow: 0 12px 28px rgba(6,58,38,.14) !important;
    font-weight: 800;
}
.fidan-popup-shell .leaflet-popup-content-wrapper {
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(6,58,38,.16);
}
.fidan-popup-shell .leaflet-popup-content {
    margin: 0;
    width: 260px !important;
}
.leaflet-fidan-popup {
    padding: 16px;
}
.leaflet-fidan-popup strong {
    display: block;
    font-size: 1.1rem;
    color: var(--brand-dark);
}
.leaflet-fidan-popup > span {
    display: block;
    color: var(--muted);
    margin-top: 2px;
}
.leaflet-fidan-popup ul {
    margin: 14px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.leaflet-fidan-popup li {
    border-radius: 14px;
    background: rgba(15,109,71,.06);
    padding: 10px 8px;
    text-align: center;
}
.leaflet-fidan-popup b {
    display: block;
    color: var(--brand-dark);
}
.leaflet-fidan-popup small {
    display: block;
    color: var(--muted);
    font-size: .68rem;
    margin-top: 2px;
}
.leaflet-fidan-popup a {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-weight: 900;
}
.map-legend {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(12,87,57,.12);
    box-shadow: 0 12px 28px rgba(6,58,38,.10);
    font-size: .82rem;
}
.map-legend strong {
    color: var(--brand-dark);
}
.legend-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
}
.legend-low { background: #8ad143; }
.legend-mid { background: #37a66a; }
.legend-high { background: #0f6d47; }
.map-help-box {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(15,109,71,.06);
    border: 1px solid rgba(15,109,71,.1);
    color: var(--muted);
}
.map-help-box i { color: var(--brand); margin-top: 4px; }
.map-help-box p { margin: 0; }

@keyframes leafDrift {
    0% { transform: translateY(-40px) rotate(0deg); opacity: 0; }
    16% { opacity: 1; }
    100% { transform: translateY(720px) rotate(260deg); opacity: 0; }
}
@keyframes pinPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(15,109,71,.22); }
    50% { box-shadow: 0 0 0 16px rgba(15,109,71,0); }
}
@keyframes cardFloat {
    0%,100% { translate: 0 0; }
    50% { translate: 0 -8px; }
}

@media (max-width: 860px) {
    .welcome-slider { min-height: 590px; }
    .welcome-slide { inset: 34px 16px 78px; }
    .slide-visual { min-height: 270px; }
    .real-turkey-map { min-height: 520px; }
}
@media (max-width: 560px) {
    .welcome-slider { min-height: 650px; padding: 18px; border-radius: 26px; }
    .slider-progress { left: 18px; right: 18px; top: 14px; }
    .welcome-slide { inset: 30px 14px 74px; }
    .slide-visual { min-height: 290px; }
    .leader-chip { width: 100%; padding: 13px; }
    .supporter-orbit { width: 155px; }
    .orbit-1 { left: 10px; top: 18px; }
    .orbit-2 { right: 10px; top: 112px; }
    .orbit-3 { left: 24%; bottom: 18px; }
    .real-turkey-map { min-height: 470px; }
    .map-legend { left: 10px; right: 10px; bottom: 10px; font-size: .76rem; }
}

@media (prefers-reduced-motion: reduce) {
    .welcome-particles span,
    .map-pin,
    .leader-chip,
    .supporter-orbit {
        animation: none !important;
    }
}
