/* ==========================================================================
   Filistin'e Özgürlük Platformu - Modern & Responsive Stylesheet
   ========================================================================== */

:root {
    --palestine-red: #E4312B;
    --palestine-red-hover: #c9241f;
    --palestine-green: #007A3D;
    --palestine-green-hover: #006030;
    --palestine-black: #0F172A;
    --palestine-white: #FFFFFF;
    --palestine-gold: #EAB308;

    --bg-main: #090D14;
    --bg-surface: #111827;
    --bg-card: rgba(17, 24, 39, 0.75);
    --bg-card-hover: rgba(30, 41, 59, 0.85);
    --border-color: rgba(255, 255, 255, 0.1);
    --border-color-glow: rgba(0, 122, 61, 0.4);

    --text-primary: #F8FAFC;
    --text-secondary: #94A3B8;
    --text-muted: #64748B;

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.5);
    --shadow-red-glow: 0 0 20px rgba(228, 49, 43, 0.35);
    --shadow-green-glow: 0 0 20px rgba(0, 122, 61, 0.35);

    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-serif: 'Playfair Display', Georgia, serif;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --radius-full: 9999px;

    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-theme="light"] {
    --bg-main: #F8FAFC;
    --bg-surface: #FFFFFF;
    --bg-card: rgba(255, 255, 255, 0.85);
    --bg-card-hover: rgba(241, 245, 249, 0.95);
    --border-color: rgba(15, 23, 42, 0.1);
    --border-color-glow: rgba(0, 122, 61, 0.35);

    --text-primary: #0F172A;
    --text-secondary: #475569;
    --text-muted: #64748B;

    --shadow-sm: 0 2px 10px rgba(15, 23, 42, 0.05);
    --shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.08);
}

/* Light Theme Component Overrides */
[data-theme="light"] .hero-bg-overlay {
    background: radial-gradient(circle at 50% 20%, rgba(0, 122, 61, 0.08) 0%, rgba(228, 49, 43, 0.04) 45%, #F8FAFC 90%);
}

[data-theme="light"] .main-hero-title {
    text-shadow: none;
}

[data-theme="light"] .hero-rally-card {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .hero-badge {
    background: rgba(15, 23, 42, 0.04);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .badge-flag-stripe.white {
    background-color: #CBD5E1;
}

[data-theme="light"] .dark-tag {
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-primary);
    border-color: rgba(15, 23, 42, 0.12);
}

[data-theme="light"] .gold-bg {
    background: rgba(234, 179, 8, 0.15);
    color: #B45309;
    border-color: rgba(234, 179, 8, 0.35);
}

[data-theme="light"] .red-bg {
    background: rgba(228, 49, 43, 0.12);
    color: var(--palestine-red);
    border-color: rgba(228, 49, 43, 0.3);
}

[data-theme="light"] .green-bg {
    background: rgba(0, 122, 61, 0.12);
    color: var(--palestine-green);
    border-color: rgba(0, 122, 61, 0.3);
}

[data-theme="light"] .quote-author {
    color: #D97706;
}

[data-theme="light"] .news-card.feature-card {
    background: rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .card-badge.dark {
    background: #E2E8F0;
    color: #0F172A;
}

[data-theme="light"] .btn-read-more {
    color: var(--palestine-red);
    background: linear-gradient(135deg, rgba(228, 49, 43, 0.12), rgba(228, 49, 43, 0.04));
    border-color: rgba(228, 49, 43, 0.35);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

[data-theme="light"] .btn-read-more:hover {
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--palestine-red), #C02621);
    box-shadow: 0 6px 20px rgba(228, 49, 43, 0.35);
}

[data-theme="light"] .filter-btn,
[data-theme="light"] .tag-btn {
    background: rgba(15, 23, 42, 0.05);
}

[data-theme="light"] .action-item {
    background: rgba(15, 23, 42, 0.03);
}

[data-theme="light"] .action-date.green {
    background: rgba(0, 122, 61, 0.12);
    color: var(--palestine-green);
}

[data-theme="light"] .green-text,
[data-theme="light"] .value-icon,
[data-theme="light"] .writer-avatar {
    color: var(--palestine-green);
}

[data-theme="light"] .value-icon,
[data-theme="light"] .writer-avatar {
    background: rgba(0, 122, 61, 0.12);
}

[data-theme="light"] .live-badge-yt {
    background: #0F172A;
    color: #EF4444;
}

[data-theme="light"] .series-tag {
    color: #D97706;
}

[data-theme="light"] .countdown-container.glass-card-glow {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
    border-color: rgba(228, 49, 43, 0.3);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 0 30px rgba(228, 49, 43, 0.08);
}

[data-theme="light"] .countdown-header-badge {
    background: rgba(228, 49, 43, 0.08);
    border-color: rgba(228, 49, 43, 0.25);
}

[data-theme="light"] .countdown-header-badge .badge-text {
    color: #DC2626;
}

[data-theme="light"] .time-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F5F9 100%);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

[data-theme="light"] .time-box::before {
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.12), transparent);
}

[data-theme="light"] .time-box.highlight-sec {
    background: linear-gradient(180deg, rgba(228, 49, 43, 0.06) 0%, #FEF2F2 100%);
    border-color: rgba(228, 49, 43, 0.3);
}

[data-theme="light"] .time-val {
    background: linear-gradient(180deg, #0F172A 20%, #D97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: none;
}

[data-theme="light"] .time-box.highlight-sec .time-val {
    background: linear-gradient(180deg, #0F172A 20%, #DC2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: none;
}

[data-theme="light"] .countdown-footer-note {
    border-top-color: rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .site-footer {
    background: #F1F5F9;
    border-top-color: rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .footer-bottom {
    border-top-color: rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .social-links a {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.1);
}

[data-theme="light"] .input-group input {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.15);
    color: var(--text-primary);
}

[data-theme="light"] .theme-toggle,
[data-theme="light"] .mobile-toggle,
[data-theme="light"] .modal-close {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.12);
}

[data-theme="light"] .theme-toggle:hover {
    background: rgba(15, 23, 42, 0.1);
}

[data-theme="light"] .form-group input,
[data-theme="light"] .form-group select,
[data-theme="light"] .form-group textarea {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 23, 42, 0.15);
    color: var(--text-primary);
}

[data-theme="light"] .urgent-ticker {
    background: linear-gradient(90deg, #991B1B 0%, #1E293B 100%);
}

[data-theme="light"] .flag-stripe.white {
    background-color: #E2E8F0;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    text-size-adjust: 100%;
}

body {
    font-family: var(--font-sans);
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.65;
    overflow-x: hidden;
    transition: background-color var(--transition-normal), color var(--transition-normal);
}

a { color: inherit; text-decoration: none; transition: color var(--transition-fast); }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; font-size: inherit; outline: none; border: none; }
button { cursor: pointer; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 6rem 0; position: relative; }
.dark-surface { background-color: var(--bg-surface); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.grid { display: grid; gap: 2rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.align-center { align-items: center; }
.text-center { text-align: center; }
.section-header { margin-bottom: 3.5rem; }

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.red-tag { background: rgba(228, 49, 43, 0.15); color: var(--palestine-red); border: 1px solid rgba(228, 49, 43, 0.3); }
.green-tag { background: rgba(0, 122, 61, 0.15); color: #10B981; border: 1px solid rgba(0, 122, 61, 0.3); }
.gold-tag { background: rgba(234, 179, 8, 0.15); color: var(--palestine-gold); border: 1px solid rgba(234, 179, 8, 0.3); }
.dark-tag { background: rgba(148, 163, 184, 0.15); color: var(--text-primary); border: 1px solid var(--border-color); }

.section-title { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; margin-bottom: 1rem; line-height: 1.25; }
.section-subtitle { color: var(--text-secondary); font-size: 1.1rem; max-width: 650px; margin: 0 auto; }

.glass-panel, .glass-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);
}

.glass-card:hover {
    border-color: var(--border-color-glow);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.75rem 1.6rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 0.95rem;
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.btn-primary { background: linear-gradient(135deg, var(--palestine-red) 0%, var(--palestine-red-hover) 100%); color: #FFFFFF; box-shadow: var(--shadow-red-glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(228, 49, 43, 0.5); }
.btn-secondary { background: rgba(0, 122, 61, 0.2); color: #10B981; border: 1px solid rgba(0, 122, 61, 0.4); }
.btn-secondary:hover { background: var(--palestine-green); color: #FFFFFF; box-shadow: var(--shadow-green-glow); transform: translateY(-2px); }
.btn-outline-light { background: transparent; border: 1px solid var(--border-color); color: var(--text-primary); }
.btn-outline-light:hover { border-color: var(--palestine-green); color: #10B981; background: rgba(0, 122, 61, 0.1); }
.btn-outline-primary { background: transparent; border: 1px solid var(--palestine-red); color: var(--palestine-red); }
.btn-outline-primary:hover { background: var(--palestine-red); color: #FFFFFF; }
.btn-lg { padding: 0.95rem 2.2rem; font-size: 1.05rem; border-radius: var(--radius-md); }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.85rem; border-radius: var(--radius-sm); }
.btn-block { width: 100%; }
.btn-link { background: none; color: var(--palestine-green); padding: 0; font-weight: 600; }
.btn-link:hover { color: #10B981; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--palestine-red), var(--palestine-gold), var(--palestine-green)); width: 0%; z-index: 1100; transition: width 0.1s linear; }
.urgent-ticker { background: linear-gradient(90deg, #800A06 0%, #0F172A 100%); color: #FFFFFF; padding: 0.5rem 1rem; font-size: 0.85rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; z-index: 1000; }
.ticker-content { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ticker-badge { background: var(--palestine-red); padding: 0.2rem 0.6rem; border-radius: var(--radius-sm); font-weight: 800; font-size: 0.75rem; animation: pulse-red 2s infinite; }
@keyframes pulse-red { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.85; transform: scale(1.03); } }
.ticker-text { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ticker-link { color: var(--palestine-gold); font-weight: 700; text-decoration: underline; }

/* --------------------------------------------------------------------------
   Header & Navbar Section (Premium Glassmorphism Redesign)
   -------------------------------------------------------------------------- */
.navbar-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(9, 13, 20, 0.82);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: all var(--transition-normal);
}

[data-theme="light"] .navbar-header {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.nav-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    height: 44px;
    flex-shrink: 0;
    transition: transform var(--transition-fast);
}

.brand-logo:hover {
    transform: scale(1.02);
}

.brand-logo.sm { height: 36px; }

.official-logo-svg {
    height: 100%;
    width: auto;
    max-width: 210px;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

[data-theme="light"] .official-logo-svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.official-logo-svg .top-stripe { fill: var(--text-primary); }
.official-logo-svg .logo-text { fill: var(--text-primary); font-family: var(--font-sans); }

/* Sleek Single-Line Pill Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.35rem 0.5rem;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="light"] .nav-menu {
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.08);
}

.nav-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    border-radius: var(--radius-full);
    white-space: nowrap;
    line-height: 1;
    border: 1px solid transparent;
    transition: all var(--transition-fast);
}

.nav-link i {
    font-size: 0.92rem;
    transition: transform var(--transition-fast);
}

.nav-link:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

[data-theme="light"] .nav-link:hover {
    background: rgba(15, 23, 42, 0.06);
    border-color: rgba(15, 23, 42, 0.12);
}

.nav-link:hover i {
    transform: scale(1.15);
}

.nav-link.active {
    color: #10B981;
    background: rgba(0, 122, 61, 0.15);
    border-color: rgba(0, 122, 61, 0.3);
    box-shadow: 0 2px 10px rgba(0, 122, 61, 0.15);
}

[data-theme="light"] .nav-link.active {
    color: var(--palestine-green);
    background: rgba(0, 122, 61, 0.12);
    border-color: rgba(0, 122, 61, 0.25);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
    cursor: pointer;
}

.theme-toggle:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: var(--border-color-glow);
    transform: rotate(20deg) scale(1.05);
    color: var(--palestine-gold);
}

.nav-cta {
    border-radius: var(--radius-full);
    padding: 0.55rem 1.2rem;
    font-size: 0.88rem;
    white-space: nowrap;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    padding: 0.6rem 0.7rem;
    border-radius: var(--radius-md);
    cursor: pointer;
}
.mobile-toggle span { width: 24px; height: 2.5px; background-color: var(--text-primary); border-radius: 2px; transition: all var(--transition-fast); }

.mobile-drawer { position: fixed; top: 0; right: -320px; width: 300px; height: 100vh; background: var(--bg-surface); border-left: 1px solid var(--border-color); z-index: 1200; padding: 2rem 1.5rem; display: flex; flex-direction: column; justify-content: space-between; transition: right var(--transition-normal); }
.mobile-drawer.active { right: 0; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); }
.drawer-title { font-weight: 800; letter-spacing: 0.1em; color: var(--text-muted); }
.drawer-close { background: none; color: var(--text-primary); font-size: 1.5rem; }
.drawer-nav { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0; overflow-y: auto; }
.drawer-link { font-size: 1rem; font-weight: 600; color: var(--text-secondary); display: flex; align-items: center; gap: 0.8rem; }
.drawer-link:hover { color: var(--palestine-green); }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px); z-index: 1150; opacity: 0; pointer-events: none; transition: opacity var(--transition-normal); }
.drawer-backdrop.active { opacity: 1; pointer-events: auto; }

/* --------------------------------------------------------------------------
   Hero Rally Banner (FÖP 31 Aralık 2023 Showcase)
   -------------------------------------------------------------------------- */
.hero-rally-wrapper {
    max-width: 1000px;
    margin: 2.5rem auto 3.5rem;
}

.hero-rally-card {
    padding: 0.75rem;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform var(--transition-normal), border-color var(--transition-normal);
}

.hero-rally-card:hover {
    border-color: var(--border-color-glow);
    transform: translateY(-3px);
}

.hero-rally-img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: var(--radius-md);
    display: block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-rally-caption {
    padding: 0.85rem 1rem 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
    text-align: center;
}
.hero-section { padding: 8rem 0 6rem; position: relative; overflow: hidden; }
.hero-bg-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(0, 122, 61, 0.15) 0%, rgba(228, 49, 43, 0.08) 45%, rgba(9, 13, 20, 1) 90%); pointer-events: none; }
.hero-container { position: relative; z-index: 2; text-align: center; max-width: 1050px; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.4rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-full);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.badge-flag-stripe { width: 8px; height: 8px; border-radius: 50%; }
.badge-flag-stripe.red { background-color: var(--palestine-red); }
.badge-flag-stripe.green { background-color: var(--palestine-green); }
.badge-flag-stripe.white { background-color: #FFFFFF; }

.main-hero-title {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.hero-description { font-size: 1.2rem; color: var(--text-secondary); margin-bottom: 2.5rem; line-height: 1.75; }
.hero-buttons { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-bottom: 3.5rem; flex-wrap: wrap; }

/* Three Requested Feature Cards (Günün Sözü, Vicdan Mahkemesi, İsrail'in Savaş Suçları) */
.hero-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    margin-top: 2.5rem;
    text-align: left;
}

.highlight-card {
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.highlight-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.8rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
    width: fit-content;
    text-transform: uppercase;
}

.gold-bg { background: rgba(234, 179, 8, 0.2); color: var(--palestine-gold); border: 1px solid rgba(234, 179, 8, 0.4); }
.red-bg { background: rgba(228, 49, 43, 0.2); color: var(--palestine-red); border: 1px solid rgba(228, 49, 43, 0.4); }
.green-bg { background: rgba(0, 122, 61, 0.2); color: #10B981; border: 1px solid rgba(0, 122, 61, 0.4); }

.quote-text {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-style: italic;
    color: var(--text-primary);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.quote-author {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--palestine-gold);
}

.highlight-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.highlight-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   News, Timeline, Writers Grid
   -------------------------------------------------------------------------- */
.filter-bar { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.filter-btn { padding: 0.5rem 1.25rem; border-radius: var(--radius-full); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border-color); color: var(--text-secondary); font-weight: 600; font-size: 0.9rem; transition: all var(--transition-fast); }
.filter-btn:hover, .filter-btn.active { background: var(--palestine-green); color: #FFFFFF; border-color: var(--palestine-green); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.news-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: all var(--transition-normal); }
.news-card:hover { transform: translateY(-6px); border-color: var(--border-color-glow); box-shadow: var(--shadow-lg); }
.news-card.feature-card { grid-column: span 2; display: grid; grid-template-columns: 1fr 1.15fr; gap: 0; align-items: stretch; background: rgba(15, 23, 42, 0.7); border: 1px solid var(--border-color); backdrop-filter: blur(12px); }
.card-media { position: relative; height: 220px; overflow: hidden; }
.feature-card .card-media { height: 100%; min-height: 320px; border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-card:hover .card-media img { transform: scale(1.05); }
.card-badge { position: absolute; top: 1rem; left: 1rem; padding: 0.35rem 0.85rem; border-radius: var(--radius-sm); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; z-index: 2; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.card-badge.red { background: var(--palestine-red); color: #FFF; }
.card-badge.green { background: var(--palestine-green); color: #FFF; }
.card-badge.dark { background: #0F172A; color: #FFF; }

.card-body { padding: 2.2rem 2.5rem; display: flex; flex-direction: column; justify-content: center; gap: 1.1rem; flex: 1; }
.card-body .card-title { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; line-height: 1.45; color: var(--text-primary); margin: 0; }
.card-body .card-excerpt { font-size: 0.98rem; line-height: 1.7; color: var(--text-secondary); margin: 0; }

/* Aesthetic Custom Devamını Oku Button */
.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(228, 49, 43, 0.15), rgba(228, 49, 43, 0.05));
    border: 1px solid rgba(228, 49, 43, 0.4);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    width: fit-content;
    margin-top: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-read-more i {
    font-size: 0.85rem;
    color: var(--palestine-red);
    transition: transform 0.3s ease, color 0.3s ease;
}

.btn-read-more:hover {
    background: linear-gradient(135deg, var(--palestine-red), #C02621);
    border-color: var(--palestine-red);
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(228, 49, 43, 0.45);
    transform: translateY(-2px);
}

.btn-read-more:hover i {
    color: #FFFFFF;
    transform: translateX(6px);
}

.lead-text { font-size: 1.2rem; font-weight: 600; color: var(--text-primary); margin-bottom: 1rem; }
.values-grid { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.value-item { display: flex; gap: 1.2rem; }
.value-icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: rgba(0, 122, 61, 0.15); color: #10B981; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.value-item h4 { font-size: 1.05rem; margin-bottom: 0.2rem; }
.value-item p { font-size: 0.9rem; color: var(--text-secondary); }
.manifesto-card { padding: 3rem 2.5rem; position: relative; }
.manifesto-title { font-family: var(--font-serif); font-size: 1.6rem; margin-bottom: 1.8rem; display: flex; align-items: center; gap: 0.6rem; }
.manifesto-list { list-style: none; display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 2.5rem; }
.manifesto-list li { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 1.05rem; color: var(--text-secondary); }
.green-text { color: #10B981; }

.writers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.writer-avatar { width: 52px; height: 52px; border-radius: 50%; background: rgba(0, 122, 61, 0.2); border: 2px solid var(--palestine-green); color: #10B981; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }

.action-block-card { padding: 2.2rem; height: 100%; }
.block-header { display: flex; align-items: center; gap: 0.8rem; font-size: 1.3rem; margin-bottom: 1.8rem; padding-bottom: 0.8rem; border-bottom: 2px solid var(--border-color); }
.block-header.red-border { border-bottom-color: var(--palestine-red); }
.block-header.green-border { border-bottom-color: var(--palestine-green); }
.action-list { display: flex; flex-direction: column; gap: 1.5rem; }
.action-item { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 1.2rem; display: flex; flex-direction: column; gap: 0.5rem; }
.action-date { font-size: 0.75rem; font-weight: 800; padding: 0.2rem 0.6rem; border-radius: var(--radius-sm); width: fit-content; text-transform: uppercase; }
.action-date.red { background: rgba(228, 49, 43, 0.2); color: var(--palestine-red); }
.action-date.green { background: rgba(0, 122, 61, 0.2); color: #10B981; }

.youtube-player-card { padding: 3rem; margin-bottom: 3rem; }
.video-thumbnail-box { position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 280px; border: 1px solid var(--border-color); }
.video-thumbnail-box img { width: 100%; height: 100%; object-fit: cover; }
.yt-play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; background: var(--palestine-red); color: #FFF; font-size: 2.2rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-red-glow); }
.yt-play-button:hover { transform: translate(-50%, -50%) scale(1.1); }
.live-badge-yt { position: absolute; top: 1rem; left: 1rem; background: #000; color: var(--palestine-red); padding: 0.3rem 0.8rem; border-radius: var(--radius-sm); font-size: 0.75rem; font-weight: 800; display: flex; align-items: center; gap: 0.4rem; }
.series-tag { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; color: var(--palestine-gold); }
.video-title { font-family: var(--font-serif); font-size: 1.6rem; margin: 0.4rem 0 1rem; }
.video-desc { color: var(--text-secondary); font-size: 1rem; margin-bottom: 1.8rem; }
.yt-cta-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.youtube-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.yt-video-card { border-radius: var(--radius-lg); overflow: hidden; }
.yt-card-media { position: relative; height: 180px; }
.yt-card-media img { width: 100%; height: 100%; object-fit: cover; }
.yt-duration { position: absolute; bottom: 0.8rem; right: 0.8rem; background: rgba(0, 0, 0, 0.8); color: #FFF; font-size: 0.75rem; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: var(--radius-sm); }
.yt-card-body { padding: 1.2rem; }
.yt-program-cat { font-size: 0.75rem; font-weight: 800; color: var(--palestine-red); text-transform: uppercase; }
.yt-card-title { font-size: 1rem; margin: 0.3rem 0 0.5rem; line-height: 1.4; }
.yt-card-meta { font-size: 0.8rem; color: var(--text-muted); }

.archive-controls { margin-bottom: 3rem; }
.search-box { position: relative; max-width: 700px; margin: 0 auto 1.5rem; }
.search-icon { position: absolute; left: 1.25rem; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 1.1rem; }
.search-box input { width: 100%; padding: 1rem 1.5rem 1rem 3.2rem; border-radius: var(--radius-full); background: var(--bg-card); border: 1px solid var(--border-color); color: var(--text-primary); font-size: 1rem; transition: all var(--transition-fast); }
.search-box input:focus { border-color: var(--palestine-green); box-shadow: 0 0 0 3px rgba(0, 122, 61, 0.2); }
.archive-tags { display: flex; align-items: center; justify-content: center; gap: 0.6rem; flex-wrap: wrap; }
.tag-btn { padding: 0.4rem 1rem; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border-color); color: var(--text-secondary); font-size: 0.85rem; font-weight: 600; }
.tag-btn:hover, .tag-btn.active { background: var(--palestine-gold); color: #000000; border-color: var(--palestine-gold); }

.archive-grid { display: flex; flex-direction: column; gap: 1.2rem; }
.archive-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 1.5rem; display: flex; align-items: center; gap: 1.5rem; transition: all var(--transition-fast); }
.archive-card:hover { border-color: var(--border-color-glow); background: var(--bg-card-hover); }
.archive-icon { width: 56px; height: 56px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.archive-icon.pdf { background: rgba(228, 49, 43, 0.15); color: var(--palestine-red); }
.archive-icon.law { background: rgba(0, 122, 61, 0.15); color: #10B981; }

.boycott-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; margin-top: 2rem; }
.boycott-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 1.8rem; display: flex; flex-direction: column; justify-content: space-between; }
.boycott-status-badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.3rem 0.8rem; border-radius: var(--radius-sm); font-size: 0.78rem; font-weight: 800; margin-bottom: 1rem; width: fit-content; }
.alert-red { background: rgba(228, 49, 43, 0.15); color: var(--palestine-red); border: 1px solid rgba(228, 49, 43, 0.3); }

.featured-event-card { padding: 3rem; margin-bottom: 3rem; position: relative; overflow: hidden; }
.event-badge-highlight { position: absolute; top: 0; right: 0; background: var(--palestine-red); color: #FFF; font-size: 0.75rem; font-weight: 800; padding: 0.4rem 1.2rem; border-bottom-left-radius: var(--radius-md); }
.event-title { font-family: var(--font-serif); font-size: 1.8rem; margin-bottom: 1.2rem; }
.event-meta-list { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; font-size: 1.05rem; }
.event-description { color: var(--text-secondary); margin-bottom: 2rem; font-size: 1.05rem; }
.event-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
/* Sleek & Modern Countdown Timer Styles */
.countdown-container.glass-card-glow {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.9) 0%, rgba(9, 13, 20, 0.95) 100%);
    border: 1px solid rgba(228, 49, 43, 0.35);
    border-radius: var(--radius-lg);
    padding: 2.2rem 1.8rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5),
                inset 0 1px 1px rgba(255, 255, 255, 0.12),
                0 0 30px rgba(228, 49, 43, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: border-color var(--transition-normal), box-shadow var(--transition-normal);
}

.countdown-container.glass-card-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--palestine-red), var(--palestine-gold), var(--palestine-green));
}

.countdown-container.glass-card-glow:hover {
    border-color: rgba(228, 49, 43, 0.6);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.6),
                inset 0 1px 1px rgba(255, 255, 255, 0.2),
                0 0 40px rgba(228, 49, 43, 0.22);
}

.countdown-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(228, 49, 43, 0.12);
    border: 1px solid rgba(228, 49, 43, 0.3);
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-full);
    margin-bottom: 0.8rem;
}

.pulse-ring-dot {
    width: 8px;
    height: 8px;
    background-color: var(--palestine-red);
    border-radius: 50%;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px var(--palestine-red);
    animation: pulse-ring-anim 1.8s infinite cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes pulse-ring-anim {
    0% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(228, 49, 43, 0.8);
    }
    70% {
        transform: scale(1.15);
        box-shadow: 0 0 0 8px rgba(228, 49, 43, 0);
    }
    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(228, 49, 43, 0);
    }
}

.countdown-header-badge .badge-text {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #FFA5A5;
    text-transform: uppercase;
}

.countdown-title {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--font-serif);
    color: var(--text-primary);
    margin-bottom: 0.4rem;
}

.countdown-target-tag {
    font-size: 0.88rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.time-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(15, 23, 42, 0.75) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    padding: 1.1rem 0.4rem 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.time-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}

.time-box:hover {
    transform: translateY(-3px);
    border-color: rgba(234, 179, 8, 0.45);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45), 0 0 16px rgba(234, 179, 8, 0.2);
}

.time-box.highlight-sec {
    border-color: rgba(228, 49, 43, 0.3);
    background: linear-gradient(180deg, rgba(228, 49, 43, 0.08) 0%, rgba(15, 23, 42, 0.85) 100%);
}

.time-box.highlight-sec:hover {
    border-color: rgba(228, 49, 43, 0.6);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45), 0 0 16px rgba(228, 49, 43, 0.25);
}

.time-val-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
}

.time-val {
    font-size: 2.2rem;
    font-weight: 800;
    font-family: var(--font-sans);
    line-height: 1;
    background: linear-gradient(180deg, #FFFFFF 20%, #EAB308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.time-box.highlight-sec .time-val {
    background: linear-gradient(180deg, #FFFFFF 20%, #FF5A54 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.time-lbl {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.4rem;
}

.countdown-footer-note {
    font-size: 0.82rem;
    color: var(--text-muted);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.85rem;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.live-started-badge {
    color: var(--palestine-gold);
    font-weight: 700;
    font-size: 0.9rem;
}

.site-footer { background: #05080E; border-top: 1px solid var(--border-color); padding: 5rem 0 2rem; }
.footer-top { margin-bottom: 4rem; }
.footer-col .footer-heading { font-size: 1.1rem; font-weight: 700; margin-bottom: 1.5rem; }
.footer-desc { color: var(--text-secondary); font-size: 0.9rem; margin: 1rem 0 1.5rem; }
.footer-nav { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.footer-nav a { color: var(--text-secondary); font-size: 0.92rem; }
.footer-nav a:hover { color: var(--palestine-green); }
.social-links { display: flex; gap: 0.8rem; }
.social-links a { width: 38px; height: 38px; border-radius: var(--radius-full); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-primary); }
.social-links a:hover { background: var(--palestine-green); border-color: var(--palestine-green); }
.input-group { display: flex; gap: 0.5rem; }
.input-group input { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border-color); border-radius: var(--radius-sm); padding: 0.6rem 1rem; color: #FFF; width: 100%; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid var(--border-color); color: var(--text-muted); font-size: 0.85rem; }
.flag-bar { display: flex; height: 4px; width: 120px; margin: 1rem auto 0; border-radius: 2px; overflow: hidden; }
.flag-stripe { flex: 1; }
.flag-stripe.black { background-color: #000; }
.flag-stripe.white { background-color: #FFF; }
.flag-stripe.green { background-color: var(--palestine-green); }
.flag-stripe.red { background-color: var(--palestine-red); }

.custom-modal { border: none; background: transparent; padding: 0; margin: auto; max-width: 600px; width: 90%; color: var(--text-primary); }
.custom-modal::backdrop { background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(8px); }
.modal-content { padding: 2.5rem; position: relative; }
.modal-close { position: absolute; top: 1.2rem; right: 1.2rem; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--border-color); color: var(--text-primary); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.modal-header { margin-bottom: 1.5rem; }
.modal-title { font-family: var(--font-serif); font-size: 1.5rem; }
.modal-subtitle { color: var(--text-secondary); font-size: 0.95rem; }
.modal-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.88rem; font-weight: 600; color: var(--text-secondary); }
.form-group input, .form-group select, .form-group textarea { background: rgba(0, 0, 0, 0.4); border: 1px solid var(--border-color); border-radius: var(--radius-sm); padding: 0.75rem 1rem; color: var(--text-primary); width: 100%; }

.toast-container { position: fixed; bottom: 2rem; right: 2rem; z-index: 2000; display: flex; flex-direction: column; gap: 0.75rem; }
.toast { background: var(--bg-surface); border-left: 4px solid var(--palestine-green); border: 1px solid var(--border-color); padding: 1rem 1.5rem; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); color: var(--text-primary); font-size: 0.92rem; display: flex; align-items: center; gap: 0.75rem; animation: toast-in 0.3s ease; }
@keyframes toast-in { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } }

.back-to-top { position: fixed; bottom: 2rem; left: 2rem; width: 44px; height: 44px; border-radius: 50%; background: var(--palestine-green); color: #FFF; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-green-glow); opacity: 0; pointer-events: none; transition: all var(--transition-normal); z-index: 900; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1250px) {
    .nav-link { font-size: 0.8rem; padding: 0.45rem 0.65rem; }
    .nav-menu { gap: 0.2rem; }
    .nav-cta { padding: 0.5rem 0.95rem; font-size: 0.82rem; }
}

@media (max-width: 1080px) {
    .nav-menu, .nav-cta { display: none; }
    .mobile-toggle { display: flex; }
    .grid-4, .grid-3, .news-grid, .writers-grid, .youtube-grid, .boycott-grid, .hero-highlights-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card.feature-card { grid-column: span 2; }
}

@media (max-width: 768px) {
    .grid-2, .grid-3, .grid-4, .news-grid, .writers-grid, .youtube-grid, .boycott-grid, .hero-highlights-grid { grid-template-columns: 1fr; }
    .news-card.feature-card { grid-column: span 1; grid-template-columns: 1fr; }
    .archive-card { flex-direction: column; align-items: flex-start; }
}
