/* il-yazilari Premium UI Styles - Synchronized with city.php */

/* Material Symbols — tema yerel fontu kullanıyor; sadece varyasyon/ boyut tamamlaması */
.il-hava-premium-container .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}

:root {
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-blur: blur(25px);
    --accent-gradient: linear-gradient(135deg, #3b82f6, #2563eb);
}

.il-hava-premium-container {
    color: #fff !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.city-hero-premium {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    border-radius: 24px !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    overflow: visible !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 40px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.hero-top-badges {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.top-badge {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 14px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.top-badge:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.top-badge i {
    font-size: 0.9rem;
}

.uv-badge i {
    color: #fbbf24;
}

.precip-badge i {
    color: #60a5fa;
}

.top-badge b {
    color: #fff;
}

.hero-main-status,
.hero-details-graph {
    padding: 20px 40px;
}

/* Redesign Specifics */
/* Glassmorphism Hero Container from Code.html */
.city-hero-premium.redesign.glass-hero-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.15), transparent 40%);
}

.hero-main-wrapper.glass {
    width: 100%;
    max-width: 1200px;
    background: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    min-height: 700px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    color: #f8fafc;
}

/* Sidebar (1/3) */
.hero-sidebar {
    width: 33.333%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.location-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.location-box .material-symbols-outlined {
    color: #3b82f6;
}

.hero-city-name-header {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.weather-hero-display {
    position: relative;
    padding: 2rem 0;
}

.hero-glow-bg {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 8rem;
    height: 8rem;
    background: rgba(59, 130, 246, 0.2);
    filter: blur(3rem);
    border-radius: 9999px;
}

.weather-main-icon {
    font-size: 6rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
    color: #e2e8f0;
}

.temp-main-wrap {
    display: flex;
    align-items: flex-start;
}

.hero-temp-value {
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0;
}

.hero-temp-unit {
    font-size: 3rem;
    font-weight: 300;
    color: #94a3b8;
    margin-top: 1rem;
}

.hero-meta-grid {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.range-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #94a3b8;
    font-weight: 500;
}

.icon-xs {
    font-size: 1rem !important;
}

.feels-pill {
    width: fit-content;
    padding: 0.5rem 1rem;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sidebar-bottom {
    margin-top: 3rem;
}

.sun-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.sun-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.text-amber {
    color: #f59e0b;
}

.text-orange {
    color: #fb923c;
}

.sun-label {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.sun-time {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
}

.datetime-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dt-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Content Area (2/3) */
.hero-content {
    flex: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.header-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.meta-capsules {
    display: flex;
    gap: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.trend-graph-container {
    flex: 1;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.trend-svg-full {
    width: 100%;
    height: 10rem;
    overflow: visible;
}

.glow-dot {
    filter: drop-shadow(0 0 4px rgba(59, 130, 246, 0.8));
}

.node-temp {
    fill: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.node-time {
    fill: #94a3b8;
    font-size: 0.75rem;
}

.stats-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-item-box.glass {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.stat-item-box:hover {
    background: rgba(255, 255, 255, 0.1);
}

.icon-wrap {
    padding: 0.75rem;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 0.75rem;
    color: #3b82f6;
    display: flex;
}

.val-label {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.val-text {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

.wind-flex {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.wind-dir-chip {
    background: rgba(59, 130, 246, 0.05);
    padding: 0 0.375rem;
    border-radius: 0.25rem;
}

.wind-dir-chip .material-symbols-outlined {
    font-size: 0.875rem !important;
    color: #3b82f6;
    font-weight: 700;
}

.footer-tabs-nav {
    margin-top: auto;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.footer-tabs-nav::-webkit-scrollbar {
    display: none;
}

.tabs-scrollable {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: max-content;
}

.tab-btn {
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #f8fafc;
    text-decoration: none;
    transition: background 0.3s ease;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn.active {
    background: #3b82f6;
    color: #fff;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .hero-main-wrapper.glass {
        flex-direction: column;
        min-height: auto;
    }

    .hero-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 2rem;
    }

    .hero-content {
        padding: 2rem;
    }

    .stats-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .stats-card-grid {
        grid-template-columns: 1fr;
    }

    .temp-main-wrap .hero-temp-value {
        font-size: 5rem;
    }

    .content-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.rotate-0 {
    transform: rotate(0deg);
}

.rotate-45 {
    transform: rotate(45deg);
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-135 {
    transform: rotate(135deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-225 {
    transform: rotate(225deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

.rotate-315 {
    transform: rotate(315deg);
}

.wind-val-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wind-arrow-mini {
    width: 18px;
    height: 18px;
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

@media (max-width: 992px) {
    .hero-stats-new {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .hero-top-row {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-stats-new {
        grid-template-columns: repeat(2, 1fr);
    }

    .h-stat-card {
        padding: 12px;
    }
}

/* Tables */
.daily-table-wrapper {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
    overflow-x: hidden;
}

.daily-table {
    width: 100%;
    border-collapse: collapse;
}

.daily-table th {
    text-align: left;
    padding: 15px 20px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.daily-table td {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.date-wrap {
    display: flex;
    flex-direction: column;
}

.d-name {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
}

.d-date {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.cond-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cond-wrap i {
    font-size: 1.5rem;
}

.cond-wrap span:not(.material-symbols-outlined) {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.cond-wrap .cond-icon.material-symbols-outlined {
    font-size: 1.5rem !important;
    flex-shrink: 0;
}

/* long-term-forecast: UV & nem ikonları (hourly ile aynı font) */
.long-term-forecast-area .meta-wrap .ily-meta-icon.material-symbols-outlined {
    font-size: 1rem !important;
    vertical-align: middle;
    margin-right: 2px;
}

.precip-prob-mini .precip-icon.material-symbols-outlined {
    font-size: 1rem !important;
    vertical-align: middle;
    margin-right: 2px;
}

.t-max {
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
}

.t-sep {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 5px;
}

.t-min {
    color: rgba(255, 255, 255, 0.5);
}

/* Animations */
@keyframes il_floating {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1024px) {
    .city-hero-premium {
        flex-direction: column;
    }

    .hero-details-graph {
        margin: 0 10px 10px;
    }
}

@media (max-width: 640px) {
    .main-temp-display {
        font-size: 4.5rem;
    }

    .hero-top-badges {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px auto 0;
        justify-content: center;
        width: 100%;
    }

    .hero-main-status {
        padding: 30px 20px;
    }

    .hero-mini-stats {
        flex-direction: column;
        gap: 10px;
    }

    .hide-mobile {
        display: none !important;
    }

    .city-hero-premium {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .daily-table-wrapper {
        padding: 10px;
        border-radius: 16px;
    }

    .daily-table th,
    .daily-table td {
        padding: 12px 8px;
    }

    .time-col {
        width: 50px;
        font-size: 0.85rem;
    }

    .temp-col {
        width: 40px;
    }

    .precip-col {
        width: 60px;
    }

    .precip-bar {
        display: none !important;
    }

    .precip-val {
        font-size: 0.85rem;
        font-weight: 700;
        color: #60a5fa;
    }

    .cond-wrap {
        gap: 8px;
    }

    .cond-wrap i {
        font-size: 1.2rem;
    }

    .cond-wrap span {
        font-size: 0.75rem;
        display: block !important;
    }

    .hourly-carousel-section {
        padding: 12px 10px;
    }

    .hourly-scroller {
        gap: 12px;
    }

    /* Mobil: daha çok kart görünsün (5–6 adet) */
    .timeline-item {
        min-width: 70px;
        min-height: 98px;
        gap: 4px;
        padding: 4px 0;
    }

    .timeline-item .time {
        font-size: 0.7rem;
    }

    .timeline-item .temp {
        font-size: 1.05rem;
    }

    .timeline-item .weather-desc-mini {
        font-size: 0.7rem;
    }

    .timeline-item .precip-prob-mini {
        font-size: 0.65rem;
    }

    .hour-icon .material-symbols-outlined,
    .hourly-sun-icon.sunrise-icon,
    .hourly-sun-icon.sunset-icon,
    .sun-event .event-icon-wrap .material-symbols-outlined {
        font-size: 1.4rem !important;
    }

    .event-label {
        font-size: 0.7rem;
    }
}

/* Hourly Forecast Widget */
.hourly-forecast-widget {
    margin-top: 2rem;
}

.hourly-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.hourly-table-section {
    margin-top: 30px;
}

.hourly-table-caption {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.hourly-table-section .day-group-header {
    margin: 20px 0 10px;
}

.hourly-table-section .daily-table-wrapper.hourly-daily-wrapper {
    margin-top: 0;
}

/* Hourly Carousel & Timeline */
.hourly-carousel-section {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    padding: 30px;
    margin-top: 30px;
}

.hourly-scroller {
    display: flex;
    overflow-x: auto;
    gap: 25px;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.hourly-scroller::-webkit-scrollbar {
    display: none;
}

.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
    backdrop-filter: blur(10px);
}

.carousel-btn:hover {
    background: #3b82f6;
    border-color: transparent;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
}

.carousel-btn.prev {
    left: -18px;
}

.carousel-btn.next {
    right: -18px;
}

.carousel-btn .material-symbols-outlined {
    font-size: 1.5rem !important;
}

/* Bütünlük: tüm kartlar aynı yükseklikte, alt kenar hizalı */
.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 90px;
    min-height: 108px;
    flex-shrink: 0;
    padding: 6px 0;
}

.timeline-item .time {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    order: 0;
    flex-shrink: 0;
}

.timeline-item .temp {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    order: 3;
}

.hour-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
}

.hour-icon .material-symbols-outlined {
    font-size: 1.8rem !important;
    filter: drop-shadow(0 0 10px currentColor);
}

.timeline-item .weather-desc-mini {
    order: 2;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.timeline-item .precip-prob-mini {
    order: 4;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
}

.hourly-sun-icon.sunrise-icon {
    color: #fbbf24 !important;
    font-size: 1.8rem !important;
}

.hourly-sun-icon.sunset-icon {
    color: #60a5fa !important;
    font-size: 1.8rem !important;
}

.sun-event .event-icon-wrap {
    order: 1;
}

.sun-event .event-icon-wrap .material-symbols-outlined {
    font-size: 1.8rem !important;
    filter: drop-shadow(0 0 10px currentColor);
}

.sun-event .event-label {
    order: 2;
}

.event-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

/* Gün doğumu/batımı kartında boş alan aynı min-height ile doldurulur */
.timeline-item.sun-event {
    min-height: 108px;
}

.day-group-header {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 25px;
    border-radius: 16px;
    margin: 40px 0 15px;
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.day-group-header::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #3b82f6;
    border-radius: 2px;
}

/* Long Term Meta Stacking */
.meta-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.m-uv,
.m-hum {
    font-size: 0.85rem;
    font-weight: 600;
}

.m-uv i {
    color: #fbbf24;
    margin-right: 5px;
}

.m-hum i {
    color: #60a5fa;
    margin-right: 5px;
}

/* Wind Arrow Styles */
.wind-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.wind-arrow-wrap {
    width: 24px;
    height: 24px;
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    animation: wind_float 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}

@keyframes wind_float {

    0%,
    100% {
        transform: translateY(0) scale(1) rotate(attr(style));
    }

    50% {
        transform: translateY(-3px) scale(1.1);
    }
}

@media (max-width: 640px) {
    .temp-dual {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .t-max {
        font-size: 1.1rem;
    }

    .t-min {
        font-size: 0.9rem;
        opacity: 0.6;
    }
}

/* --- SEO CONTENT: Doğrudan ana ekran üzerinde, kartlar içeride --- */
.seo-featured-snippet {
    margin-top: 48px;
    padding: 0;
    position: relative;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hiyerarşi: başlık en belirgin, güncelleme satırı ikincil */
.seo-header {
    margin-bottom: 28px;
}

.seo-header h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.seo-header h1 time {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
}

.seo-update-line {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.seo-update-icon {
    font-size: 1.1rem !important;
}

.seo-block {
    margin-bottom: 28px;
}

/* İç kartlar: bütünlük için hafif kutu, hiyerarşi için net başlık */
.seo-block.seo-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 22px 26px;
    margin-bottom: 20px;
}

.seo-block-title,
.seo-block h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.seo-block-title .material-symbols-outlined {
    font-size: 1.5rem !important;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.12);
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.seo-block h2 i {
    font-size: 1.2rem;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.seo-block p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
}

.seo-block p:last-child {
    margin-bottom: 0;
}

.seo-block strong {
    color: #fff;
    font-weight: 700;
}

/* Özet: kart olarak kalır, yazı bütünlüğü için tek blok */
.seo-intro-summary {
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    margin-bottom: 24px;
}

.seo-intro-summary p {
    margin: 0 0 4px 0;
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.8);
}

.daily-advice {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
    padding: 16px 20px;
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.5;
}

.daily-advice .advice-icon {
    color: #fbbf24 !important;
    font-size: 1.5rem !important;
    flex-shrink: 0;
}

.daily-advice-links {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}
.daily-advice-links a {
    color: #93c5fd;
    text-decoration: none;
}
.daily-advice-links a:hover {
    text-decoration: underline;
}

.seo-source-note {
    font-size: 0.9rem !important;
    color: rgba(255, 255, 255, 0.45) !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    font-style: italic;
}

/* 14 günlük tahmin: özet + strip */
.seo-14-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.seo-14-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
}

.seo-14-icon {
    color: #60a5fa;
    font-size: 1.25rem !important;
    margin-bottom: 2px;
}

.seo-14-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.seo-14-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.seo-14-strip {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 100px;
    margin-bottom: 20px;
    padding: 0 2px;
}

.seo-14-bar {
    flex: 1;
    min-width: 6px;
    height: var(--h, 50%);
    background: linear-gradient(180deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 6px 6px 0 0;
    transition: filter 0.2s;
}

.seo-14-bar:hover {
    filter: brightness(1.2);
}

.seo-14-intro {
    margin-bottom: 8px;
}

/* --- SEO grafikler ve animasyonlar --- */
.seo-animate-in {
    animation: seoFadeInUp 0.6s ease-out both;
}

.seo-card.seo-animate-in:nth-of-type(1) { animation-delay: 0.05s; }
.seo-card.seo-animate-in:nth-of-type(2) { animation-delay: 0.12s; }
.seo-card.seo-animate-in:nth-of-type(3) { animation-delay: 0.19s; }
.seo-card.seo-animate-in:nth-of-type(4) { animation-delay: 0.26s; }
.seo-card.seo-animate-in:nth-of-type(5) { animation-delay: 0.33s; }
.seo-card.seo-animate-in:nth-of-type(6) { animation-delay: 0.4s; }

@keyframes seoFadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Bugün: animasyonlu yatay bar grafikleri */
.seo-metrics-bars {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.seo-bar-row {
    display: grid;
    grid-template-columns: 140px 1fr 42px;
    align-items: center;
    gap: 12px;
}

.seo-bar-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.seo-bar-icon {
    font-size: 1.1rem !important;
    color: #60a5fa;
}

.seo-bar-track {
    height: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    overflow: hidden;
}

.seo-bar-fill {
    height: 100%;
    width: 0;
    border-radius: 100px;
    transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    animation: seoBarFill 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.seo-bar-fill.seo-bar-precip { background: linear-gradient(90deg, #3b82f6, #60a5fa); }
.seo-bar-fill.seo-bar-clouds { background: linear-gradient(90deg, #64748b, #94a3b8); }
.seo-bar-fill.seo-bar-humidity { background: linear-gradient(90deg, #0ea5e9, #38bdf8); }

.seo-bar-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    text-align: right;
}

@keyframes seoBarFill {
    from { width: 0; }
    to { width: var(--value); }
}

/* Yarın: 4 zaman dilimi timeline */
.seo-tomorrow-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.seo-tomorrow-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 10px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    animation: seoFadeInUp 0.5s ease-out both;
    animation-delay: var(--delay, 0s);
    transition: transform 0.2s, border-color 0.2s;
}

.seo-tomorrow-segment:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.12);
}

.seo-tomorrow-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-tomorrow-icon .material-symbols-outlined {
    font-size: 1.6rem !important;
}

.seo-tomorrow-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seo-tomorrow-temp {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
}

.seo-tomorrow-desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 1.2;
}

/* 7 gün: grafik açıklaması ve eksen */
.seo-week-chart-caption {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    line-height: 1.4;
}

.seo-week-chart {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 130px;
    margin-bottom: 20px;
    padding: 0 0 0 28px;
}

.seo-week-chart-axis {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
}

.seo-week-chart-axis:first-of-type { top: 0; }
.seo-week-chart-axis-min { top: auto; bottom: 0; }

.seo-week-chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.seo-day-bar-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.seo-day-bar {
    width: 100%;
    max-width: 44px;
    height: 0;
    min-height: 18px;
    background: linear-gradient(180deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 8px 8px 0 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3px;
    animation: seoBarHeight 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--delay, 0s);
    transition: filter 0.2s;
}

.seo-day-bar:hover {
    filter: brightness(1.15);
}

.seo-day-bar-temp {
    font-size: 0.75rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.seo-day-min {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.45);
}

@keyframes seoBarHeight {
    from { height: 0; }
    to { height: var(--height); }
}

.seo-day-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
}

.seo-day-rain {
    color: #60a5fa;
    display: flex;
}

.seo-day-rain .material-symbols-outlined {
    font-size: 0.85rem !important;
}

.status-highlight {
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: capitalize;
}

.seo-stats-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 24px 0;
}

.seo-stats-list li,
.seo-stat-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 14px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
}

.seo-stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.seo-stat-icon .material-symbols-outlined {
    font-size: 1.2rem !important;
}

.seo-stat-item {
    flex-wrap: wrap;
}

.seo-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    flex: 1;
    min-width: 0;
}

.seo-stat-value {
    font-size: 0.95rem;
    color: #fff;
    margin-left: auto;
}

.seo-stats-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #10b981;
    font-size: 1.1rem;
}

.seo-stat-item::before {
    content: none;
}

.seo-stats-list li:hover,
.seo-stat-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, 0.12);
}

/* Diğer iller: ana ekranda, çerçevesiz; sadece üst ayırıcı */
.neighbor-links {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.neighbor-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.neighbor-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 16px 0;
    line-height: 1.5;
}

.neighbor-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.neighbor-pill {
    display: inline-block;
    color: #60a5fa;
    text-decoration: none;
    background: rgba(59, 130, 246, 0.1);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.neighbor-pill:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.35);
    color: #93c5fd;
}

/* Türkiye Hava Rehberi — iç linkleme (SEO) */
.seo-internal-links {
    margin-top: 28px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-internal-links-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.seo-internal-links-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 14px 0;
    line-height: 1.5;
}

.seo-internal-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 8px 24px;
}

.seo-internal-links-list li {
    margin: 0;
}

.seo-internal-links-list a {
    color: #93c5fd;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.seo-internal-links-list a:hover {
    color: #bfdbfe;
    text-decoration: underline;
}

/* Bağlamlı iç linkler (bugün raporu, 7 gün, yarın) */
.seo-contextual-links {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 14px 0 0 0;
    line-height: 1.5;
}
.seo-contextual-links a {
    color: #93c5fd;
    text-decoration: none;
}
.seo-contextual-links a:hover {
    text-decoration: underline;
}

.neighbor-contextual-link {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 16px 0 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.neighbor-contextual-link a {
    color: #93c5fd;
    text-decoration: none;
}
.neighbor-contextual-link a:hover {
    text-decoration: underline;
}

/* Kurumsal & Yasal link kutusu (il yazıları içinde) */
.ily-legal-links {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Kurumsal sayfalar (Hakkımızda, İletişim, Gizlilik vb.) — özel sayfa tasarımı */
.ily-static-page {
    max-width: 820px;
    margin: 0 auto;
}

.ily-static-article {
    padding: 24px 0 48px;
}

.ily-static-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ily-static-meta {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(59, 130, 246, 0.9);
    margin: 0 0 8px 0;
}

.ily-static-updated {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.45);
    margin: 16px 0 0 0;
}

.ily-static-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.ily-static-lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0;
}

.ily-static-section {
    margin-bottom: 28px;
}

.ily-static-h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ily-static-section p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
    margin: 0 0 12px 0;
}

.ily-static-section p:last-child {
    margin-bottom: 0;
}

.ily-static-list {
    margin: 0 0 16px 0;
    padding-left: 1.4rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.ily-static-list li {
    margin-bottom: 8px;
}

.ily-static-section a {
    color: #93c5fd;
    text-decoration: none;
}

.ily-static-section a:hover {
    text-decoration: underline;
}

/* İletişim sayfası kartları */
.ily-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 16px;
}

.ily-contact-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    transition: border-color 0.2s, background 0.2s;
}

.ily-contact-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(59, 130, 246, 0.25);
}

.ily-contact-icon {
    font-size: 2rem;
    color: #3b82f6;
    margin-bottom: 12px;
    display: block;
}

.ily-contact-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.ily-contact-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 8px 0;
}

.ily-contact-note {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin-top: 8px !important;
}

/* Kurumsal sayfalar — İlgili sayfalar bloğu (iç linkleme) */
.ily-static-related {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ily-static-related-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 14px 0;
    line-height: 1.5;
}

.ily-static-related-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px 20px;
}

.ily-static-related-list li {
    margin: 0;
}

.ily-static-related-list a {
    color: #93c5fd;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.ily-static-related-list a:hover {
    color: #bfdbfe;
    text-decoration: underline;
}

/* Kurumsal sayfalar — mobil uyumluluk */
@media (max-width: 768px) {
    .il-hava-premium-container.ily-static-page {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .il-hava-premium-container.ily-static-page .ily-static-section a {
        word-break: break-word;
    }

    .ily-static-article {
        padding: 16px 0 32px;
    }

    .ily-static-header {
        margin-bottom: 24px;
        padding-bottom: 18px;
    }

    .ily-static-title {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .ily-static-lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .ily-static-updated {
        font-size: 0.8125rem;
        margin-top: 12px;
    }

    .ily-static-section {
        margin-bottom: 22px;
    }

    .ily-static-h2 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .ily-static-section p {
        font-size: 0.9375rem;
        margin-bottom: 10px;
    }

    .ily-static-list {
        padding-left: 1.25rem;
        margin-bottom: 12px;
        font-size: 0.9375rem;
    }

    .ily-static-list li {
        margin-bottom: 6px;
    }

    .ily-contact-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 12px;
    }

    .ily-contact-card {
        padding: 18px;
        border-radius: 14px;
    }

    .ily-contact-icon {
        font-size: 1.75rem;
        margin-bottom: 10px;
    }

    .ily-contact-card-title {
        font-size: 1.05rem;
    }

    .ily-contact-card p {
        font-size: 0.9rem;
    }

    .ily-static-related {
        margin-top: 32px;
        padding-top: 22px;
    }

    .ily-static-related-desc {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .ily-static-related-list {
        grid-template-columns: 1fr;
        gap: 6px 0;
    }

    .ily-static-related-list a {
        display: flex;
        align-items: center;
        padding: 10px 0;
        font-size: 0.9375rem;
        min-height: 44px;
        line-height: 1.4;
    }

    .ily-legal-links .seo-internal-links-list {
        grid-template-columns: 1fr;
        gap: 6px 0;
    }

    .ily-legal-links .seo-internal-links-list a {
        display: flex;
        align-items: center;
        padding: 10px 0;
        min-height: 44px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .il-hava-premium-container.ily-static-page {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ily-static-article {
        padding: 12px 0 28px;
    }

    .ily-static-header {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    .ily-static-title {
        font-size: 1.35rem;
    }

    .ily-static-lead {
        font-size: 0.9375rem;
    }

    .ily-static-meta {
        font-size: 0.75rem;
    }

    .ily-static-section {
        margin-bottom: 18px;
    }

    .ily-static-h2 {
        font-size: 1.05rem;
    }

    .ily-static-section p {
        font-size: 0.9rem;
    }

    .ily-static-list {
        font-size: 0.9rem;
        padding-left: 1.15rem;
    }

    .ily-contact-card {
        padding: 16px;
    }

    .ily-static-related-list a,
    .ily-legal-links .seo-internal-links-list a {
        min-height: 48px;
        padding: 12px 0;
    }
}

@media (max-width: 768px) {
    .seo-featured-snippet {
        margin-top: 32px;
    }

    .seo-header {
        margin-bottom: 20px;
    }

    .seo-header h1 {
        font-size: 1.45rem;
    }

    .seo-block-title,
    .seo-block h2 {
        font-size: 1.15rem;
    }

    .seo-block.seo-card {
        padding: 18px 16px;
    }

    .seo-block p {
        font-size: 1rem;
    }

    .seo-intro-summary {
        padding: 18px 20px;
    }

    .seo-intro-summary p {
        font-size: 1rem;
    }

    .daily-advice {
        padding: 12px 16px;
        font-size: 0.95rem;
    }

    .seo-stats-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .life-index-grid {
        grid-template-columns: 1fr;
    }

    .neighbor-pill {
        font-size: 0.85rem;
        padding: 6px 14px;
    }

    .seo-bar-row {
        grid-template-columns: 120px 1fr 38px;
        gap: 8px;
    }

    .seo-tomorrow-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .seo-tomorrow-segment {
        padding: 12px 8px;
    }

    .seo-week-chart {
        height: 100px;
        gap: 4px;
    }

    .seo-day-bar {
        max-width: 32px;
    }

    .seo-day-bar-temp {
        font-size: 0.65rem;
    }
}

/* LIFE INDEX & FAQ */
.life-index-section,
.faq-section,
.districts-grid-section {
    margin-top: 50px;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i {
    color: #3b82f6;
}

/* Life index: kart bölümü */
.life-index-section.life-index-card {
    padding: 28px 24px 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    margin-top: 48px;
}

.life-index-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.life-index-title .material-symbols-outlined {
    color: #f43f5e;
    font-size: 1.5rem !important;
}

.life-index-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.life-index-internal-link {
    font-size: 0.9rem;
    margin: 20px 0 0 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
}
.life-index-internal-link a {
    color: #93c5fd;
    text-decoration: none;
}
.life-index-internal-link a:hover {
    text-decoration: underline;
}

.life-index-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.life-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 22px 20px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.life-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.25);
}

.life-card-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--life-color, #3b82f6) 18%, transparent);
    color: var(--life-color, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: transform 0.25s ease;
}

.life-card-icon-wrap .material-symbols-outlined {
    font-size: 1.5rem !important;
}

.life-card:hover .life-card-icon-wrap {
    transform: scale(1.08);
}

.life-card-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.life-status {
    margin: 0 0 10px 0;
}

.life-status-text {
    font-weight: 800;
    font-size: 1.1rem;
    display: inline-block;
}

.life-status-good .life-status-text { color: #10b981; }
.life-status-warning .life-status-text { color: #f59e0b; }
.life-status-bad .life-status-text { color: #ef4444; }

.life-msg {
    font-size: 0.85rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 14px 0;
    min-height: 2.9em;
}

.life-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.life-meta-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.life-meta-value {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
}

.life-meter {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    overflow: hidden;
}

.life-meter-bar {
    width: var(--meter-width, 0%);
    height: 100%;
    background: var(--meter-color, #3b82f6);
    border-radius: 10px;
    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* FAQ: kart bölümü */
.faq-section.faq-card {
    padding: 28px 24px 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    margin-top: 48px;
}

.faq-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-title .material-symbols-outlined {
    color: #3b82f6;
    font-size: 1.5rem !important;
}

.faq-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 22px 0;
    line-height: 1.4;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.faq-accordion-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.faq-accordion-item.open {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.2);
}

.faq-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: all 0.25s ease;
}

.faq-trigger-content {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.faq-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.faq-icon .material-symbols-outlined {
    font-size: 1.25rem !important;
}

.faq-accordion-item.open .faq-icon {
    background: #3b82f6;
    color: #fff;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}

.faq-trigger-text {
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.35;
}

.faq-chevron {
    color: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-chevron .material-symbols-outlined {
    font-size: 1.4rem !important;
}

.faq-accordion-item.open .faq-chevron {
    transform: rotate(180deg);
    color: #3b82f6;
}

.faq-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-panel-inner {
    padding: 0 20px 20px 74px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.65;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .faq-panel-inner {
        padding: 0 20px 18px 20px;
    }
}

/* ——— Districts Grid (İlçe Hava Durumu) ——— */
.districts-grid-section {
    margin-top: 52px;
    padding: 32px 28px 36px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

.districts-grid-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #93c5fd);
    opacity: 0.6;
}

.districts-grid-header {
    margin-bottom: 24px;
}

.districts-grid-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.02em;
}

.districts-grid-icon {
    font-size: 1.6rem !important;
    color: #60a5fa;
}

.districts-grid-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.45;
}

.districts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.district-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 20px;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.district-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 4px 0 0 4px;
    background: var(--district-accent, #3b82f6);
    opacity: 0.5;
}

.district-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.3);
}

a.district-card-link {
    text-decoration: none;
    color: inherit;
}

a.district-card-link:hover {
    color: inherit;
}

a.district-card-link:hover {
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 12px 28px -8px rgba(59, 130, 246, 0.2);
}

a.district-card-link .district-card-arrow {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    color: #60a5fa;
    font-size: 1.1rem !important;
}

a.district-card-link:hover .district-card-arrow {
    opacity: 1;
    transform: translateX(0);
}

.district-card-name {
    font-weight: 700;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    flex: 1 1 100%;
    order: 1;
}

.district-card-weather {
    display: flex;
    align-items: center;
    gap: 10px;
    order: 2;
}

.district-card-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.district-card-icon-wrap .material-symbols-outlined {
    font-size: 1.35rem !important;
}

.district-card-temp {
    font-weight: 800;
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: -0.03em;
}

.district-card-arrow {
    order: 3;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .districts-grid-section {
        padding: 20px 16px 24px;
        margin-top: 40px;
    }
    .districts-grid-header {
        margin-bottom: 18px;
    }
    .districts-grid-title {
        font-size: 1.2rem;
    }
    .districts-grid-desc {
        font-size: 0.85rem;
    }
    .districts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .district-card {
        padding: 12px 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .district-card::after {
        width: 3px;
    }
    .district-card-name {
        font-size: 0.9rem;
        flex: 0 1 auto;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .district-card-weather {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .district-card-icon-wrap {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .district-card-icon-wrap .material-symbols-outlined {
        font-size: 1.2rem !important;
    }
    .district-card-temp {
        font-size: 1.15rem;
    }
    a.district-card-link {
        position: relative;
        padding-right: 28px;
    }
    a.district-card-link .district-card-arrow {
        position: absolute;
        right: 8px;
        top: 12px;
        transform: translateX(-4px);
        opacity: 0;
        font-size: 1rem !important;
    }
    a.district-card-link:hover .district-card-arrow {
        transform: translateX(0);
    }
}

/* ========== Ay Evreleri Widget — Kart grid tablo ========== */
.ay-evreleri-section {
    margin-top: 2.75rem;
    padding: 2rem 1.75rem;
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    position: relative;
    overflow: hidden;
}

.ay-evreleri-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse, rgba(99, 102, 241, 0.08) 0%, transparent 65%);
    pointer-events: none;
}

.ay-evreleri-header {
    margin-bottom: 1.5rem;
    position: relative;
}

.ay-evreleri-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f8fafc;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.03em;
}

.ay-evreleri-icon {
    font-size: 1.6rem !important;
    color: #a5b4fc;
    filter: drop-shadow(0 0 10px rgba(165, 180, 252, 0.35));
}

.ay-evreleri-desc {
    font-size: 0.9rem;
    color: rgba(248, 250, 252, 0.6);
    margin: 0;
    line-height: 1.45;
}

.ay-evreleri-seo-intro {
    font-size: 0.875rem;
    color: rgba(248, 250, 252, 0.7);
    line-height: 1.5;
    margin: 0.75rem 0 0 0;
    max-width: 56em;
}

.ay-evreleri-seo-intro strong {
    font-weight: 600;
    color: rgba(248, 250, 252, 0.9);
}

.ay-evreleri-internal-link {
    font-size: 0.875rem;
    margin: 0.5rem 0 0 0;
    color: rgba(248, 250, 252, 0.65);
}
.ay-evreleri-internal-link a {
    color: #93c5fd;
    text-decoration: none;
}
.ay-evreleri-internal-link a:hover {
    text-decoration: underline;
}

/* Grid — kartlar yan yana, responsive */
.ay-evreleri-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.ay-evreleri-section,
.ay-evreleri-grid {
    overflow: visible;
}

.ay-evreleri-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    overflow: visible;
}

.ay-evreleri-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ay-evreleri-card--today {
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.2) 0%, rgba(79, 70, 229, 0.12) 100%);
    border-color: rgba(165, 180, 252, 0.3);
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.15);
}

.ay-evreleri-card--today:hover {
    box-shadow: 0 8px 28px rgba(99, 102, 241, 0.2);
}

.ay-evreleri-badge {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #a5b4fc;
    background: rgba(165, 180, 252, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.ay-evreleri-card-disk {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 0.85rem;
    background: linear-gradient(
        90deg,
        #e2e8f0 0%,
        #e2e8f0 calc(var(--phase, 0.5) * 100%),
        #334155 calc(var(--phase, 0.5) * 100%),
        #334155 100%
    );
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 4px 14px rgba(0, 0, 0, 0.3);
}

.ay-evreleri-card-date {
    margin-bottom: 0.5rem;
}

.ay-evreleri-card-dayname {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #f1f5f9;
}

.ay-evreleri-card-daynum {
    display: block;
    font-size: 0.75rem;
    color: rgba(248, 250, 252, 0.55);
}

.ay-evreleri-card-phase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.ay-evreleri-card-name {
    font-size: 0.82rem;
    color: rgba(248, 250, 252, 0.9);
    line-height: 1.3;
}

/* Bilgi (ünlem) ikonu + tooltip — her zaman önde, veri karışmasın */
.ay-evreleri-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(165, 180, 252, 0.25);
    color: #a5b4fc;
    cursor: help;
    position: relative;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.2s;
    z-index: 10;
}

.ay-evreleri-info:hover {
    background: rgba(165, 180, 252, 0.45);
    transform: scale(1.1);
    z-index: 9998;
}

.ay-evreleri-info-icon {
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    font-family: system-ui, -apple-system, sans-serif;
}

.ay-evreleri-info-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) scale(0.98);
    padding: 0.65rem 0.85rem;
    background: #1e293b;
    color: #e2e8f0;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 10px;
    max-width: 300px;
    min-width: 220px;
    white-space: normal;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 9999;
    pointer-events: none;
}

.ay-evreleri-info-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #1e293b;
}

.ay-evreleri-info:hover .ay-evreleri-info-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

@media (min-width: 900px) {
    .ay-evreleri-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 700px) {
    .ay-evreleri-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.85rem;
    }
    .ay-evreleri-card {
        padding: 1rem 0.75rem;
    }
    .ay-evreleri-card-disk {
        width: 48px;
        height: 48px;
        margin-bottom: 0.65rem;
    }
    .ay-evreleri-card-name {
        font-size: 0.78rem;
    }
}

@media (max-width: 480px) {
    .ay-evreleri-section {
        padding: 1.5rem 1rem;
    }
    .ay-evreleri-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .ay-evreleri-card-disk {
        width: 44px;
        height: 44px;
    }
    .ay-evreleri-info-tooltip {
        left: 50%;
        right: auto;
        bottom: auto;
        top: calc(100% + 8px);
        transform: translateX(-50%) scale(0.98);
        max-width: min(300px, calc(100vw - 2rem));
    }
    .ay-evreleri-info-tooltip::after {
        top: auto;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        border-top-color: transparent;
        border-bottom-color: #1e293b;
    }
    .ay-evreleri-info:hover .ay-evreleri-info-tooltip {
        transform: translateX(-50%) scale(1);
    }
}

/* Timeline Dividers */
.timeline-divider {
    display: flex;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
}

.timeline-divider span {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
}

/* Detailed 3rd Day Forecast */
.detailed-3day-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.day-detail-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1fr 300px;
    overflow: hidden;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.day-detail-card:hover {
    border-color: rgba(59, 130, 246, 0.3);
}

.card-main-content {
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.day-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.day-name {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -1px;
}

.day-date {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.header-meta {
    display: grid;
    grid-template-columns: 80px 1.2fr 1fr 1fr 1fr 1fr;
    padding: 15px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 800;
}

.header-meta .meta-col {
    text-align: center;
}

.segments-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.segment-row {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 18px 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 80px 1.2fr 1fr 1fr 1fr 1fr;
    align-items: center;
    transition: background 0.2s ease;
}

.segment-row:hover {
    background: rgba(255, 255, 255, 0.04);
}

.seg-col {
    padding: 0 5px;
    text-align: center;
}

.seg-col.seg-label,
.seg-col.seg-temp-wrap {
    text-align: left;
}

.seg-label {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
}

.seg-temp-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.seg-icon {
    font-size: 1.4rem;
    opacity: 0.9;
    filter: drop-shadow(0 0 10px currentColor);
}

.current-temp {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}

.seg-feel {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}

.seg-wind {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
}

.wind-lbl {
    font-size: 0.6rem;
    opacity: 0.3;
    text-transform: uppercase;
    white-space: nowrap;
}

.seg-hum {
    color: #60a5fa;
    font-weight: 700;
}

.card-side-info {
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.sun-arc-container {
    position: relative;
    margin-bottom: 40px;
}

.sun-arc-svg {
    width: 100%;
}

.sun-times {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.time-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.time-point i {
    font-size: 0.8rem;
    color: #fbbf24;
}

.time-point .time {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

.daylight-duration {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.daylight-duration .label {
    font-size: 0.65rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.daylight-duration .val {
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
}

.meta-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meta-row .lbl {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.meta-row .val {
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1200px) {

    .header-meta,
    .segment-row {
        grid-template-columns: 100px 1fr 80px 100px;
    }
}

@media (max-width: 992px) {
    .day-detail-card {
        grid-template-columns: 1fr;
    }

    .card-main-content {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .card-side-info {
        background: transparent;
    }
}

@media (max-width: 640px) {
    .card-main-content {
        padding: 25px;
    }

    .day-name {
        font-size: 1.8rem;
    }

    .day-date {
        font-size: 0.9rem;
    }

    .header-meta {
        display: none;
    }

    .segment-row {
        grid-template-columns: 80px 1fr 100px;
        padding: 15px 0;
        gap: 0;
    }

    .seg-col {
        padding: 0 5px;
    }

    .seg-col.seg-label {
        font-size: 0.85rem;
        text-align: left;
    }

    .current-temp {
        font-size: 1.2rem;
    }

    .seg-icon {
        font-size: 1.1rem;
    }

    .card-side-info {
        padding: 30px 20px;
    }
}

/* =============================================
   CITY NAV BADGES — Premium Glassmorphism Pills
   ============================================= */

.hero-footer-nav {
    margin-top: 20px;
    padding: 0 15px 15px;
}

.city-nav-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.nav-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    letter-spacing: 0.2px;
}

.nav-badge i {
    font-size: 0.72rem;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.nav-badge:hover {
    color: #fff;
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px -5px rgba(59, 130, 246, 0.2);
}

.nav-badge:hover i {
    opacity: 1;
    transform: scale(1.15);
    color: #60a5fa;
}

.nav-badge.active {
    color: #fff;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(99, 102, 241, 0.15) 100%);
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow:
        0 0 20px rgba(59, 130, 246, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: 700;
}

.nav-badge.active i {
    opacity: 1;
    color: #60a5fa;
}

.nav-badge.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    border-radius: 2px;
}

/* Long-term badges slightly more muted */
.nav-badge.long {
    opacity: 0.8;
}

.nav-badge.long:hover,
.nav-badge.long.active {
    opacity: 1;
}

@media (max-width: 768px) {
    .city-nav-badges {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding: 12px;
        gap: 6px;
    }

    .city-nav-badges::-webkit-scrollbar {
        display: none;
    }

    .nav-badge {
        padding: 7px 13px;
        font-size: 0.78rem;
        flex-shrink: 0;
    }

    .hero-footer-nav {
        padding: 0 5px 10px;
    }
}

@media (max-width: 480px) {
    .nav-badge {
        padding: 6px 11px;
        font-size: 0.75rem;
        gap: 4px;
    }

    .nav-badge i {
        font-size: 0.65rem;
    }
}

/* =============================================
   YENİ TASARIM - City Hero Premium Redesign
   ============================================= */

/* Hava durumuna göre tema renkleri */
.city-hero-premium.weather-theme-sunny {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 50%, #0f172a 100%);
}

.city-hero-premium.weather-theme-cloudy {
    background: linear-gradient(135deg, #64748b 0%, #475569 50%, #0f172a 100%);
}

.city-hero-premium.weather-theme-rainy {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #0f172a 100%);
}

.city-hero-premium.weather-theme-snowy {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 50%, #0f172a 100%);
}

.city-hero-premium.weather-theme-stormy {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 50%, #0f172a 100%);
}

/* Hero Ana Wrapper - Tek sütun düzeni */
.hero-main-wrapper.glass {
    flex-direction: column !important;
    min-height: auto !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: rgba(30, 41, 59, 0.5) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 2rem !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    color: #f8fafc !important;
    box-sizing: border-box !important;
}

/* Hero Top Card - Minimal */
.hero-top-card {
    padding: 1.5rem 2rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.hero-top-content {
    width: 100% !important;
    box-sizing: border-box !important;
}

.hero-location-row {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-bottom: 1.25rem !important;
    width: 100% !important;
}

.location-icon {
    color: var(--weather-color, #3b82f6) !important;
    font-size: 1.125rem !important;
    display: inline-block !important;
}

.hero-city-name {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #fff !important;
    flex: 1 !important;
}

.hero-day-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.35rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
}

.hero-day-badge .material-symbols-outlined {
    font-size: 0.875rem;
}

.hero-day-badge-today {
    background: rgba(34, 197, 94, 0.2);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.hero-day-badge-tomorrow {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    border: 1px solid rgba(59, 130, 246, 0.35);
}

.hero-date-badge {
    margin-left: auto;
    padding: 0.375rem 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.hero-main-display {
    display: flex !important;
    align-items: center !important;
    gap: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    width: 100% !important;
}

.hero-icon-wrapper {
    position: relative !important;
    flex-shrink: 0 !important;
}

.weather-main-icon {
    font-size: 4rem !important;
    color: var(--weather-color, #3b82f6) !important;
    filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.2)) !important;
    animation: float-icon 3s ease-in-out infinite !important;
    display: inline-block !important;
    line-height: 1 !important;
}

@keyframes float-icon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.hero-temp-section {
    flex: 1;
}

.hero-temp-value {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0;
    color: #fff;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-weather-desc {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0.25rem 0;
    text-transform: capitalize;
}

.hero-temp-range {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
}

.temp-max, .temp-min {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 600;
}

.temp-sep {
    color: rgba(255, 255, 255, 0.3);
}

/* Hissedilen ve Yağış İhtimali - Vurgulu Kartlar - Minimal */
.hero-highlight-pills {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.highlight-pill {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.highlight-pill:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
}

.pill-icon {
    font-size: 1.25rem;
    color: var(--weather-color, #3b82f6);
}

.pill-content {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.pill-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pill-value {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

/* Hero Meta Section - Minimal */
.hero-meta-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sun-info-card {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.sun-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sun-icon {
    font-size: 1.125rem;
}

.sun-icon.sunrise {
    color: #fbbf24;
}

.sun-icon.sunset {
    color: #fb923c;
}

.sun-details {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.sun-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sun-time {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

.daylight-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.daylight-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.daylight-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

.live-time {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.live-time .material-symbols-outlined {
    font-size: 1rem;
}

/* Content Area - Minimal */
.hero-content-area {
    padding: 1.5rem 2rem;
}

/* Devamını göster alanı - gün/yarın dışında daraltılır */
.hero-collapsible-wrap {
    margin-bottom: 0;
}

.hero-show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-show-more-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-show-more-btn .btn-chevron {
    font-size: 1.25rem;
    transition: transform 0.2s ease;
}

.hero-show-more-btn.is-open .btn-chevron {
    transform: rotate(180deg);
}

.hero-collapsible-content {
    overflow: hidden;
}

.content-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.content-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.meta-badges {
    display: flex;
    gap: 0.5rem;
}

.meta-badge {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.badge-icon {
    font-size: 0.875rem;
    color: var(--weather-color, #3b82f6);
}

/* Gelişmiş Grafik - Minimal, titreme/kayma yok */
.trend-graph-wrapper {
    position: relative;
    margin-bottom: 1.25rem;
    padding: 0.75rem 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    min-height: 8rem;
}

.trend-graph-wrapper::-webkit-scrollbar {
    height: 4px;
}

.trend-graph-wrapper::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}

.trend-graph-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.trend-graph-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

.trend-svg-enhanced {
    width: 100%;
    min-width: 600px;
    height: 8rem;
    overflow: visible;
    display: block;
}

.temp-line {
    filter: drop-shadow(0 0 4px rgba(59, 130, 246, 0.4));
}

/* Titreme/kayma önleme: transform ve r değişimi yok, sadece opacity */
.node-group {
    cursor: pointer;
    opacity: 0.9;
}

.node-group:hover,
.node-group.node-hovered {
    opacity: 1;
}

.glow-dot {
    filter: drop-shadow(0 0 6px currentColor);
    cursor: pointer;
}

.node-group:hover .glow-dot,
.node-group.node-hovered .glow-dot {
    filter: drop-shadow(0 0 8px currentColor);
}

.node-temp {
    fill: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    pointer-events: none;
    opacity: 0;
}

.node-group:hover .node-temp,
.node-group.node-hovered .node-temp {
    opacity: 1;
}

@media (max-width: 640px) {
    .node-temp {
        opacity: 0.85;
        font-size: 0.7rem;
    }
    .node-group.node-hovered .node-temp {
        opacity: 1;
    }
}

.node-time {
    fill: rgba(255, 255, 255, 0.6);
    font-size: 0.65rem;
    pointer-events: none;
}

.graph-tooltip {
    position: absolute;
    display: none;
    visibility: hidden;
    top: 0;
    left: 0;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    pointer-events: none;
    z-index: 1000;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-align: center;
    line-height: 1.4;
    will-change: auto;
}

.graph-tooltip strong {
    display: block;
    margin-bottom: 0.125rem;
    font-size: 0.8125rem;
}

/* Modern İstatistik Kartları - Minimal */
.stats-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.stat-card-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.stat-card-modern:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
}

.stat-icon-modern {
    padding: 0.5rem;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 0.5rem;
    color: var(--weather-color, #3b82f6);
    display: flex;
}

.stat-icon-modern .material-symbols-outlined {
    font-size: 1.125rem;
}

.stat-info-modern {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.stat-label-modern {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-value-modern {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
}

.wind-info-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wind-arrow {
    font-size: 1rem !important;
    color: var(--weather-color, #3b82f6);
}

.wind-dir-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

/* Navigasyon Sekmeleri - Küçük badge, kaydırmadan hepsi görünsün */
.hero-nav-tabs {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
}

.tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
    padding: 0.35rem 0;
    position: relative;
}

.nav-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
}

.tab-icon {
    font-size: 0.875rem;
    display: inline-block;
    line-height: 1;
}

.tab-label {
    font-weight: 600;
    display: inline-block;
    font-size: 0.7rem;
}

.nav-tab:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.nav-tab.active {
    background: var(--weather-color, #3b82f6);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px -4px rgba(59, 130, 246, 0.3);
    font-weight: 700;
}

.nav-tab.active::after {
    content: '';
    position: absolute;
    bottom: -0.35rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: var(--weather-color, #3b82f6);
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-main-wrapper.glass {
        max-width: 100%;
    }

    .hero-top-card,
    .hero-content-area {
        padding: 1.25rem 1.5rem;
    }

    .hero-main-display {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .weather-main-icon {
        font-size: 3rem;
    }

    .hero-temp-value {
        font-size: 3rem;
    }

    .hero-highlight-pills {
        flex-direction: column;
        gap: 0.5rem;
    }

    .hero-meta-section {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .sun-info-card {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }

    .daylight-info {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 0.75rem;
    }

    .stats-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Grafik mobil iyileştirmeleri */
    .trend-graph-wrapper {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .trend-svg-enhanced {
        min-width: 800px;
        height: 10rem;
    }

    .node-temp {
        font-size: 0.8125rem;
    }

    .node-time {
        font-size: 0.7rem;
    }
}

@media (max-width: 640px) {
    .hero-top-card,
    .hero-content-area {
        padding: 1rem 1.25rem;
    }

    .hero-city-name {
        font-size: 1rem;
    }

    .weather-main-icon {
        font-size: 2.5rem;
    }

    .hero-temp-value {
        font-size: 2.5rem;
    }

    .hero-weather-desc {
        font-size: 0.875rem;
    }

    .content-header-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .stats-grid-modern {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    /* Grafik mobil iyileştirmeleri */
    .trend-graph-wrapper {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .trend-svg-enhanced {
        min-width: 700px;
        height: 9rem;
    }

    .node-temp {
        font-size: 0.75rem;
        opacity: 0.9;
    }

    .node-time {
        font-size: 0.65rem;
    }

    .graph-tooltip {
        font-size: 0.7rem;
        padding: 0.375rem 0.625rem;
    }

    /* Tabs mobil - küçük badge, wrap ile hepsi görünsün */
    .hero-nav-tabs {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .tabs-container {
        gap: 0.3rem;
        padding: 0.35rem 0;
    }

    .nav-tab {
        padding: 0.35rem 0.55rem;
        font-size: 0.65rem;
        gap: 0.3rem;
    }

    .tab-icon {
        font-size: 0.8rem;
    }

    .tab-label {
        font-size: 0.65rem;
    }
}

/* ========== Özel İçerik Sayfaları (Hafta sonu, Tatil, Spor, Günün özeti, vb.) ========== */
.ozel-icerik-wrap {
    max-width: 900px;
    margin: 0 auto 2rem;
    color: #e2e8f0;
    font-family: inherit;
}
.ozel-icerik-wrap .ozel-header {
    margin-bottom: 1.75rem;
    text-align: center;
}
.ozel-icerik-wrap .ozel-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #fff;
}
.ozel-icerik-wrap .ozel-desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}
.ozel-region-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
}
.ozel-region-title {
    font-size: 1.15rem;
    margin: 0 0 0.75rem 0;
    color: #f8fafc;
}
.ozel-region-temp .ozel-temp-val { font-size: 1.5rem; font-weight: 700; color: #fbbf24; }
.ozel-region-weather {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0.5rem 0;
}
.ozel-region-hint { font-size: 0.9rem; color: rgba(255,255,255,0.8); margin: 0.5rem 0 0 0; }
.ozel-tatil-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}
.ozel-tatil-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 1rem;
}
.ozel-tatil-name { font-size: 1.05rem; margin: 0 0 0.5rem 0; }
.ozel-tatil-name a { color: #fff; text-decoration: none; }
.ozel-tatil-name a:hover { color: #93c5fd; }
.ozel-tatil-weather { display: flex; align-items: center; gap: 6px; margin-bottom: 0.75rem; font-size: 0.9rem; }
.ozel-tatil-days { display: flex; flex-direction: column; gap: 6px; }
.ozel-tatil-day {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
}
.ozel-day-name { min-width: 80px; color: rgba(255,255,255,0.85); }
.ozel-day-temp { font-weight: 600; color: #fbbf24; }
.ozel-day-icon { font-size: 1rem !important; }
.ozel-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.08);
}
.ozel-table { width: 100%; border-collapse: collapse; min-width: 400px; }
.ozel-table th, .ozel-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ozel-table th { color: #94a3b8; font-weight: 500; white-space: nowrap; }
.ozel-table td { color: #e2e8f0; }
.ozel-table a { color: #fff; text-decoration: none; }
.ozel-table a:hover { color: #93c5fd; }
.ozel-temp-cell { font-weight: 700; color: #fbbf24; }
.ozel-icon { font-size: 1.1rem !important; vertical-align: middle; margin-right: 4px; }
.ozel-ozet-metin { background: rgba(255,255,255,0.05); border-radius: 16px; padding: 1.5rem; border: 1px solid rgba(255,255,255,0.1); }
.ozel-ozet-metin p { margin: 0; line-height: 1.7; color: #e2e8f0; }
.ozel-compare-table th { min-width: 80px; }
.ozel-compare-table td { vertical-align: top; }
/* Ay evreleri takvimi sayfası: grafik, kartlar, bilgi bölümü */
.ozel-ay-takvimi .ozel-header { margin-bottom: 1rem; }
.ozel-ay-chart-section { margin-bottom: 2rem; }
.ozel-ay-chart-section .ozel-h2 { margin-bottom: 0.5rem; }
.ozel-ay-takvim-grid-wrap .ozel-h2 { margin-bottom: 0.75rem; }
.ozel-ay-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}
.ozel-ay-grid-animate .ozel-ay-card-animate {
    opacity: 0;
    animation: ozel-card-fade-in 0.5s ease forwards;
}
.ozel-ay-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    position: relative;
}
.ozel-ay-card.ozel-ay-today { border-color: #3b82f6; background: rgba(59,130,246,0.1); }
.ozel-ay-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(59,130,246,0.8);
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
}
.ozel-ay-card-disk {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto 0.6rem;
    background: linear-gradient(90deg, #e2e8f0 0%, #e2e8f0 calc(var(--phase, 0.5) * 100%), #334155 calc(var(--phase, 0.5) * 100%), #334155 100%);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 4px 12px rgba(0,0,0,0.3);
}
.ozel-ay-date { display: block; font-size: 0.9rem; color: rgba(255,255,255,0.9); margin-bottom: 4px; }
.ozel-ay-phase { display: block; font-size: 0.85rem; color: #94a3b8; margin-bottom: 4px; }
.ozel-ay-info-tip { display: inline-flex; align-items: center; justify-content: center; color: #a5b4fc; cursor: help; font-size: 14px; }
.ozel-ay-info-tip .material-symbols-outlined { font-size: 16px !important; }
.ozel-ay-yok { padding: 2rem; text-align: center; color: #94a3b8; background: rgba(255,255,255,0.04); border-radius: 12px; }

/* Ay evreleri bilgi bölümü (altta detaylı açıklamalar) */
.ozel-ay-bilgi { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.ozel-ay-bilgi .ozel-h2 { margin-bottom: 0.75rem; }
.ozel-ay-bilgi-lead { font-size: 1rem; color: #94a3b8; margin: 0 0 1.5rem 0; line-height: 1.6; }
.ozel-ay-bilgi-block {
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(255,255,255,0.08);
}
.ozel-ay-bilgi-h3 { font-size: 1.1rem; margin: 0 0 0.6rem 0; color: #e2e8f0; }
.ozel-ay-bilgi-block p { margin: 0; line-height: 1.7; color: #cbd5e1; font-size: 0.95rem; }
.ozel-ay-bilgi-list { margin: 0.75rem 0 0 1.25rem; padding: 0; color: #cbd5e1; line-height: 1.65; font-size: 0.95rem; }
.ozel-ay-bilgi-list li { margin-bottom: 0.5rem; }
.ozel-ay-faq { margin-top: 1rem; }
.ozel-ay-faq .ozel-faq-list { margin-top: 0.5rem; }
.ozel-score { font-weight: 700; color: #10b981; }
.ozel-giyim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}
.ozel-giyim-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1rem;
}
.ozel-giyim-name { font-weight: 600; font-size: 1rem; color: #fff; text-decoration: none; display: block; margin: 0 0 6px 0; }
.ozel-giyim-name:hover { color: #93c5fd; }
.ozel-giyim-meta { font-size: 0.8rem; color: #94a3b8; margin: 0 0 6px 0; }
.ozel-giyim-oneri { font-size: 0.9rem; color: rgba(255,255,255,0.8); margin: 0; line-height: 1.5; }

/* SEO intro & footer */
.ozel-seo-intro {
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.75rem;
    border-left: 4px solid #3b82f6;
}
.ozel-seo-intro p { margin: 0; line-height: 1.75; color: #e2e8f0; }
.ozel-seo-footer {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    color: #94a3b8;
}
.ozel-seo-footer p { margin: 0 0 0.75rem 0; line-height: 1.6; }
.ozel-seo-footer a { color: #93c5fd; text-decoration: none; }
.ozel-seo-footer a:hover { text-decoration: underline; }

/* Bölge kartı ek alanları */
.ozel-region-stats { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 0.5rem; }
.ozel-stat { font-size: 0.95rem; color: rgba(255,255,255,0.9); }
.ozel-region-hint a { color: #93c5fd; text-decoration: none; }
.ozel-region-hint a:hover { text-decoration: underline; }
.ozel-region-warn { font-size: 0.85rem; color: #fbbf24; margin: 0.5rem 0 0 0; }

/* Tatil kartı ek */
.ozel-tatil-card h2.ozel-tatil-name { font-size: 1.05rem; margin: 0 0 0.5rem 0; }
.ozel-tatil-list .ozel-h2 { margin-bottom: 0.5rem; }
.ozel-tatil-intro { font-size: 0.95rem; color: #94a3b8; margin: 0 0 1.25rem 0; line-height: 1.6; }
.ozel-tatil-rainy { font-size: 0.8rem; color: #f59e0b; margin: 0 0 0.5rem 0; }
.ozel-tatil-day { display: grid; grid-template-columns: 1fr auto auto auto; gap: 8px; align-items: center; }
.ozel-day-rain { font-size: 0.8rem; color: #94a3b8; min-width: 2.5em; }
.ozel-tatil-link { margin: 0.75rem 0 0 0; font-size: 0.9rem; }
.ozel-tatil-link a { color: #93c5fd; text-decoration: none; }
.ozel-tatil-link a:hover { text-decoration: underline; }

/* FAQ blok */
.ozel-faq-block { margin-top: 2rem; }
.ozel-h2 { font-size: 1.25rem; margin: 0 0 1rem 0; color: #f8fafc; }
.ozel-h3 { font-size: 1.05rem; margin: 0 0 0.5rem 0; color: #e2e8f0; }
.ozel-faq-list { margin-top: 0.75rem; }
.ozel-faq-item { margin-bottom: 1.25rem; }
.ozel-faq-q { font-size: 1rem; margin: 0 0 0.35rem 0; color: #f8fafc; font-weight: 600; }
.ozel-faq-a { font-size: 0.95rem; margin: 0; line-height: 1.6; color: #cbd5e1; }

/* Günün özeti iki sütun */
.ozel-ozet-tables .ozel-h2 { margin-bottom: 1.25rem; }
.ozel-ozet-two-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Karşılaştırma */
.ozel-karsilastirma-ozet {
    background: rgba(59,130,246,0.1);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(59,130,246,0.2);
}
.ozel-karsilastirma-ozet p { margin: 0; color: #e2e8f0; }
.ozel-rain-small { display: block; font-size: 0.8rem; color: #94a3b8; margin-top: 2px; }
.ozel-internal-links { margin-top: 1.25rem; font-size: 0.95rem; color: #94a3b8; }
.ozel-internal-links a { color: #93c5fd; text-decoration: none; }
.ozel-internal-links a:hover { text-decoration: underline; }

.ozel-gunun-ozeti-links { margin-top: 1rem; font-size: 0.95rem; color: #94a3b8; }
.ozel-gunun-ozeti-links a { color: #93c5fd; text-decoration: none; }
.ozel-gunun-ozeti-links a:hover { text-decoration: underline; }

/* Karşılaştırma: şehir seçici form */
.ozel-karsilastirma-form-wrap {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.75rem;
    border: 1px solid rgba(255,255,255,0.1);
}
.ozel-karsilastirma-form-wrap .ozel-h2 { margin-bottom: 1rem; }
.ozel-karsilastirma-form-row {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}
.ozel-karsilastirma-form-row label { font-weight: 500; color: #e2e8f0; min-width: 5rem; }
.ozel-karsilastirma-form-row select {
    min-width: 220px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.25);
    color: #fff;
    font-size: 1rem;
}
.ozel-karsilastirma-form-row select:focus { outline: none; border-color: #3b82f6; }
.ozel-karsilastirma-third .ozel-sehir3-wrap { margin-left: 0.5rem; vertical-align: middle; }
.ozel-karsilastirma-third label { display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.ozel-karsilastirma-form-submit { margin: 1.25rem 0 0 0; }
.ozel-btn-compare {
    padding: 12px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ozel-btn-compare:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(59,130,246,0.35); }

/* Karşılaştırma yorumlar bölümü */
.ozel-karsilastirma-yorumlar { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); }
.ozel-karsilastirma-yorumlar .ozel-h2 { margin-bottom: 0.5rem; }
.ozel-yorum-aciklama { font-size: 0.95rem; color: #94a3b8; margin: 0 0 1.25rem 0; line-height: 1.5; }
.ozel-yorum-kapali { font-size: 0.95rem; color: #94a3b8; margin: 0; }
.ozel-karsilastirma-bizim-yorum { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); }
.ozel-karsilastirma-bizim-yorum .ozel-h2 { margin-bottom: 0.75rem; }
.ozel-bizim-yorum-icerik { background: rgba(255,255,255,0.04); border-radius: 12px; padding: 1.25rem 1.5rem; border-left: 4px solid #3b82f6; }
.ozel-bizim-yorum-icerik p { margin: 0; color: #e2e8f0; line-height: 1.7; font-size: 1rem; }

/* Popüler karşılaştırmalar listesi (ana sayfada şehir seçilmeden) */
.ozel-populer-karsilastirmalar { margin-top: 1.5rem; }
.ozel-populer-karsilastirmalar .ozel-h2 { margin-bottom: 0.75rem; }
.ozel-populer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0.5rem;
}
.ozel-populer-list li { margin: 0; }
.ozel-populer-list a { color: #93c5fd; text-decoration: none; font-size: 0.95rem; }
.ozel-populer-list a:hover { text-decoration: underline; }
.ozel-karsilastirma-baslik { margin-top: 0.5rem; margin-bottom: 0.75rem; }

/* Özel sayfa grafikleri: sadece masaüstü/tablet (768px üzeri); mobilde gizle */
@media (max-width: 767px) {
    .ozel-icerik-wrap .ozel-chart-section,
    .ozel-icerik-wrap .ozel-ay-chart-section,
    .ozel-icerik-wrap .ozel-giyim-chart-section {
        display: none !important;
    }
}

/* Hafta sonu: grafik, akordiyon, animasyon */
.ozel-chart-section { margin-bottom: 2rem; }
.ozel-chart-section .ozel-h2 { margin-bottom: 0.5rem; }
.ozel-chart-desc { font-size: 0.9rem; color: #94a3b8; margin: 0 0 1rem 0; }
.ozel-chart-wrap {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    min-height: 280px;
    position: relative;
    padding: 1.25rem;
    border: 1px solid rgba(255,255,255,0.1);
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.ozel-chart-wrap canvas { max-width: 100%; display: block; }

/* Akordiyon (details/summary) */
.ozel-accordion {
    margin-top: 1rem;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0,0,0,0.15);
}
.ozel-accordion-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 600;
    color: #e2e8f0;
    list-style: none;
    user-select: none;
    transition: background 0.2s;
}
.ozel-accordion-summary::-webkit-details-marker { display: none; }
.ozel-accordion-summary:hover { background: rgba(255,255,255,0.06); }
.ozel-accordion-icon {
    font-size: 1.25rem !important;
    transition: transform 0.25s ease;
}
.ozel-accordion[open] .ozel-accordion-icon { transform: rotate(180deg); }
.ozel-accordion-content {
    padding: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    animation: ozel-accordion-open 0.3s ease;
}
@keyframes ozel-accordion-open {
    from { opacity: 0; }
    to { opacity: 1; }
}
.ozel-accordion-intro { font-size: 0.9rem; color: #94a3b8; margin: 0 0 12px 0; }
.ozel-region-iller-table { font-size: 0.9rem; }

/* Bölge kartı giriş animasyonu */
.ozel-region-card--animate {
    opacity: 0;
    animation: ozel-card-fade-in 0.5s ease forwards;
}
.ozel-region-card--animate[data-index="1"] { animation-delay: 0.05s; }
.ozel-region-card--animate[data-index="2"] { animation-delay: 0.1s; }
.ozel-region-card--animate[data-index="3"] { animation-delay: 0.15s; }
.ozel-region-card--animate[data-index="4"] { animation-delay: 0.2s; }
.ozel-region-card--animate[data-index="5"] { animation-delay: 0.25s; }
.ozel-region-card--animate[data-index="6"] { animation-delay: 0.3s; }
.ozel-region-card--animate[data-index="7"] { animation-delay: 0.35s; }
@keyframes ozel-card-fade-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* İl hafta sonu sayfası */
.ozel-il-hs-ozet {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
}
.ozel-card-animate {
    animation: ozel-card-fade-in 0.5s ease;
}
.ozel-il-hs-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    margin-bottom: 0.75rem;
}
.ozel-il-hs-stat { font-size: 1rem; color: #e2e8f0; }
.ozel-il-hs-stat .ozel-temp-val { font-size: 1.5rem; font-weight: 700; color: #fbbf24; }
.ozel-il-hs-daily { font-size: 0.95rem; color: #94a3b8; margin: 0 0 0.75rem 0; }
.ozel-ilce-detay .ozel-h2 { margin-bottom: 0.75rem; }
.ozel-ilce-accordion-list { display: flex; flex-direction: column; gap: 8px; margin-top: 1rem; }
.ozel-ilce-accordion .ozel-accordion-summary { flex-wrap: wrap; }
.ozel-ilce-name { flex: 1; min-width: 120px; }
.ozel-ilce-temp { font-weight: 600; color: #fbbf24; margin-right: 8px; }
.ozel-ilce-icon { font-size: 1.25rem !important; }
.ozel-ilce-table { max-width: 320px; }
.ozel-ilce-table th { width: 45%; color: #94a3b8; font-weight: 500; }

/* Günün özeti: ek istatistik, grafik satırı, tablo satır animasyonu */
.ozel-ozet-stats { margin-bottom: 1rem; }
.ozel-ozet-avg { font-size: 1.05rem; color: #e2e8f0; }
.ozel-ozet-avg strong { color: #fbbf24; }
.ozel-chart-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}
@media (max-width: 768px) {
    .ozel-chart-row { grid-template-columns: 1fr; }
}
.ozel-gunun-ozeti-charts .ozel-chart-wrap { margin-bottom: 0.5rem; }
.ozel-ozet-extra { margin-top: 1.5rem; }
.ozel-table-animate .ozel-table-row-animate {
    opacity: 0;
    animation: ozel-card-fade-in 0.4s ease forwards;
}

/* Sıralama özel sayfaları (en sıcak / en soğuk / yağmurlu / karlı) */
.ozel-ranking-page { }
.ozel-ranking-chart { margin-bottom: 2rem; }
.ozel-ranking-table-wrap .ozel-h2 { margin-bottom: 0.75rem; }
.ozel-ranking-table { font-size: 0.95rem; }
.ozel-ranking-table .ozel-icon { font-size: 1.1rem !important; vertical-align: middle; margin-right: 4px; }
.ozel-ranking-empty {
    padding: 2rem;
    text-align: center;
    color: #94a3b8;
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    border: 1px dashed rgba(255,255,255,0.15);
}
.ozel-faq-section { margin-top: 2.5rem; }
.ozel-faq-section .ozel-h2 { margin-bottom: 1rem; }
.ozel-faq-list { display: flex; flex-direction: column; gap: 10px; }
.ozel-faq-item {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0,0,0,0.12);
}
.ozel-faq-question {
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 600;
    color: #e2e8f0;
    list-style: none;
    user-select: none;
    transition: background 0.2s;
}
.ozel-faq-question::-webkit-details-marker { display: none; }
.ozel-faq-item[open] .ozel-faq-question { background: rgba(255,255,255,0.05); }
.ozel-faq-question:hover { background: rgba(255,255,255,0.06); }
.ozel-faq-answer { padding: 12px 18px 18px; border-top: 1px solid rgba(255,255,255,0.06); }
.ozel-faq-answer p { margin: 0; font-size: 0.95rem; color: #94a3b8; line-height: 1.55; }

/* Giyim rehberi ana sayfa: kart/grid animasyon */
.ozel-giyim-grid-animate .ozel-giyim-card-animate {
    opacity: 0;
    animation: ozel-card-fade-in 0.45s ease forwards;
}
.ozel-temp-cell { font-weight: 500; color: #e2e8f0; }

/* İl giyim rehberi sayfası */
.ozel-giyim-il .ozel-chart-section { margin-bottom: 2rem; }
.ozel-giyim-il-tablo { margin-bottom: 2rem; }
.ozel-giyim-il-tablo .ozel-table-wrap { overflow-x: auto; }
.ozel-giyim-gun-table { font-size: 0.95rem; }
.ozel-giyim-il-kartlar { margin-bottom: 2rem; }
.ozel-giyim-gun-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}
.ozel-giyim-gun-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1rem;
    position: relative;
}
.ozel-giyim-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(59,130,246,0.3);
    color: #93c5fd;
}
.ozel-giyim-gun-baslik { font-size: 1rem; margin: 0 0 6px 0; color: #f8fafc; }
.ozel-giyim-gun-meta { font-size: 0.8rem; color: #94a3b8; margin: 0 0 8px 0; }
.ozel-giyim-gun-card .ozel-giyim-oneri { margin-bottom: 8px; }
.ozel-giyim-detay { font-size: 0.85rem; color: #94a3b8; margin: 0; }
.ozel-giyim-detay p { margin: 0 0 4px 0; line-height: 1.4; }
.ozel-giyim-detay strong { color: #cbd5e1; }

/* İlçe yorumları (il giyim sayfası) */
.ozel-giyim-ilce-yorumlar { margin-bottom: 2rem; }
.ozel-ilce-yorum-intro {
    font-size: 0.95rem;
    color: #94a3b8;
    margin: 0 0 1.25rem 0;
    line-height: 1.6;
}
.ozel-ilce-yorum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}
.ozel-ilce-yorum-kart {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 1rem;
}
.ozel-ilce-yorum-adi { font-size: 1rem; margin: 0 0 6px 0; }
.ozel-ilce-yorum-adi a { color: #fff; text-decoration: none; font-weight: 600; }
.ozel-ilce-yorum-adi a:hover { color: #93c5fd; }
.ozel-ilce-yorum-meta { font-size: 0.8rem; color: #94a3b8; margin: 0 0 8px 0; }
.ozel-ilce-yorum-metin { font-size: 0.9rem; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.5; }
@media (max-width: 640px) {
    .ozel-giyim-gun-grid { grid-template-columns: 1fr; }
    .ozel-ilce-yorum-grid { grid-template-columns: 1fr; }
}

/* ========== Yaşam indeksi özel sayfa ========== */
.ozel-yasam-indeksi .ozel-header { margin-bottom: 1rem; }
.ozel-yasam-tip-nav {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}
.ozel-yasam-tip-label { font-size: 0.9rem; color: #94a3b8; margin: 0 0 0.75rem 0; }
.ozel-yasam-tip-links { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ozel-yasam-tip-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
.ozel-yasam-tip-link:hover { background: rgba(255,255,255,0.1); color: #fff; }
.ozel-yasam-tip-link.ozel-yasam-tip-active {
    background: rgba(16,185,129,0.25);
    color: #34d399;
    border: 1px solid rgba(16,185,129,0.4);
}
.ozel-yasam-chart { margin-bottom: 2rem; }
.ozel-yasam-chart .ozel-chart-wrap { max-height: 400px; }
.ozel-yasam-tablo-section { margin-bottom: 2rem; }
.ozel-yasam-table { font-size: 0.9rem; }
.ozel-yasam-oneri-cell { max-width: 280px; font-size: 0.85rem; color: #94a3b8; line-height: 1.4; }
.ozel-yasam-bands { margin-bottom: 2rem; }
.ozel-yasam-bands-desc { font-size: 0.95rem; color: #94a3b8; margin: 0 0 1rem 0; }
.ozel-yasam-bands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.ozel-yasam-band {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
}
.ozel-yasam-band-title { font-size: 1rem; margin: 0 0 0.5rem 0; color: #f8fafc; }
.ozel-yasam-band-count { font-size: 1.25rem; font-weight: 700; margin: 0 0 0.5rem 0; }
.ozel-yasam-band-cities { font-size: 0.8rem; color: #94a3b8; margin: 0; line-height: 1.5; }
.ozel-yasam-band-high .ozel-yasam-band-count { color: #10b981; }
.ozel-yasam-band-high { border-left: 4px solid #10b981; }
.ozel-yasam-band-mid .ozel-yasam-band-count { color: #f59e0b; }
.ozel-yasam-band-mid { border-left: 4px solid #f59e0b; }
.ozel-yasam-band-low .ozel-yasam-band-count { color: #ef4444; }
.ozel-yasam-band-low { border-left: 4px solid #ef4444; }
.ozel-yasam-rehber { margin-bottom: 2rem; }
.ozel-yasam-rehber-list {
    margin: 0;
    padding-left: 1.25rem;
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 0.95rem;
}
.ozel-yasam-rehber-list li { margin-bottom: 0.5rem; }
.ozel-yasam-faq .ozel-faq-q { font-size: 1rem; }
.ozel-yasam-faq .ozel-faq-a p { margin: 0; }
@media (max-width: 900px) {
    .ozel-yasam-bands-grid { grid-template-columns: 1fr; }
    .ozel-yasam-table { font-size: 0.85rem; }
    .ozel-yasam-oneri-cell { max-width: 200px; }
}
@media (max-width: 640px) {
    .ozel-yasam-tip-links { flex-direction: column; }
    .ozel-yasam-tip-link { text-align: center; }
    .ozel-yasam-indeksi .ozel-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* ========== Mobil: Grafik ve tablolar — düzgün, net, anlaşılır ========== */
@media (max-width: 768px) {
    .ozel-chart-section { margin-bottom: 1.5rem; }
    .ozel-chart-section .ozel-h2 { font-size: 1.1rem; margin-bottom: 0.5rem; }
    .ozel-chart-desc { font-size: 0.85rem; margin-bottom: 0.75rem; line-height: 1.45; }
    .ozel-chart-wrap {
        padding: 0.75rem;
        border-radius: 12px;
        min-height: 240px;
    }
    .ozel-chart-wrap canvas {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: 220px;
        max-height: 320px;
    }
    .ozel-table-wrap {
        padding: 0.5rem;
        border-radius: 12px;
    }
    .ozel-table { min-width: 320px; font-size: 0.9rem; }
    .ozel-table th,
    .ozel-table td { padding: 10px 12px; }
    .ozel-table th { font-size: 0.8rem; }
    .ozel-compare-table th { min-width: 70px; }
    .ozel-compare-table td { font-size: 0.85rem; }
    .ozel-ranking-table { font-size: 0.9rem; }
    .ozel-giyim-table { font-size: 0.88rem; }
    .ozel-giyim-gun-table { font-size: 0.85rem; }
}

@media (max-width: 480px) {
    .ozel-chart-wrap {
        padding: 0.5rem;
        min-height: 200px;
    }
    .ozel-chart-wrap canvas { min-height: 200px; max-height: 280px; }
    .ozel-chart-section .ozel-h2 { font-size: 1rem; }
    .ozel-chart-desc { font-size: 0.8rem; }
    .ozel-table-wrap { padding: 0.4rem; }
    .ozel-table { font-size: 0.85rem; min-width: 280px; }
    .ozel-table th,
    .ozel-table td { padding: 8px 10px; }
    .ozel-table th { font-size: 0.75rem; }
    .ozel-temp-cell { font-size: 0.95em; }
    .ozel-yasam-oneri-cell { max-width: none; font-size: 0.8rem; }
    .ozel-bizim-yorum-icerik { padding: 1rem 1.25rem; font-size: 0.95rem; }
}

/* Karşılaştırma tablosu: mobilde ilk sütun (Tarih) sabit, kaydırma net */
@media (max-width: 768px) {
    .ozel-table-wrap { position: relative; }
    .ozel-compare-table th:first-child,
    .ozel-compare-table td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: rgba(15,23,42,0.97);
        box-shadow: 4px 0 8px -2px rgba(0,0,0,0.2);
        min-width: 90px;
    }
    .ozel-compare-table th:first-child { font-weight: 600; color: #e2e8f0; }
}

/* Günün özeti / sıralama: mobilde tek sütun grafik, tam genişlik */
@media (max-width: 768px) {
    .ozel-chart-row { grid-template-columns: 1fr; gap: 1rem; }
    .ozel-gunun-ozeti-charts .ozel-chart-wrap { margin-bottom: 1rem; }
    .ozel-gunun-ozeti-charts .ozel-chart-wrap:last-child { margin-bottom: 0; }
}

/* Yaşam indeksi / giyim tabloları: mobilde yatay kaydırma ipucu */
@media (max-width: 640px) {
    .ozel-table-wrap {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: visible;
    }
}

/* Tüm Türkiye Hava Durumu — 81 il kart grid, yan yana 3 sütun */
.ily-tum-turkiye-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}
.il-tum-turkiye .ily-intro {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
}
.il-tum-turkiye .ily-tum-turkiye-links {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* 81 il kartları: yan yana 3 sütun, hizalı kartlar (tum-turkiye-hava-durumu sayfası) */
.il-tum-turkiye .hd-kartlar-grid.hd-kartlar-grid-81,
.hd-kartlar-grid.hd-kartlar-grid-81 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
    align-items: stretch;
}
.il-tum-turkiye .hd-kartlar-grid.hd-kartlar-grid-81 .hd-kart,
.hd-kartlar-grid.hd-kartlar-grid-81 .hd-kart {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0;
    align-self: stretch;
}
.il-tum-turkiye .hd-kartlar-grid.hd-kartlar-grid-81 .hd-kart .hd-kart-footer {
    margin-top: auto;
}
@media (max-width: 768px) {
    .il-tum-turkiye .hd-kartlar-grid.hd-kartlar-grid-81,
    .hd-kartlar-grid.hd-kartlar-grid-81 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 480px) {
    .il-tum-turkiye .hd-kartlar-grid.hd-kartlar-grid-81,
    .hd-kartlar-grid.hd-kartlar-grid-81 {
        grid-template-columns: 1fr !important;
    }
}

