/**
 * SwissKurds Theme - Main CSS
 *
 * Özel stil tanımları.
 *
 * @package SwissKurds
 * @since 1.0.0
 */

/* ==========================================================================
   1. CSS Variables (Renk Paleti)
   ========================================================================== */

:root {
    /* Ana renkler */
    --swisskurds-primary: #c8102e;    /* Kırmızı (İsviçre bayrağı) */
    --swisskurds-secondary: #1e7e34; /* Yeşil (Kürt bayrağı) */
    --swisskurds-accent: #ffc107;    /* Sarı (Kürt bayrağı) */

    /* Nötr renkler */
    --swisskurds-white: #ffffff;
    --swisskurds-light: #f8f9fa;
    --swisskurds-gray: #6c757d;
    --swisskurds-dark: #212529;

    /* Tipografi */
    --swisskurds-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --swisskurds-font-size-base: 1rem;
    --swisskurds-line-height-base: 1.6;
}

/* ==========================================================================
   2. Base Styles
   ========================================================================== */

body {
    font-family: var(--swisskurds-font-family);
    font-size: var(--swisskurds-font-size-base);
    line-height: var(--swisskurds-line-height-base);
    color: var(--swisskurds-dark);
    background-color: var(--swisskurds-white);
}

/* ==========================================================================
   3. Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--swisskurds-dark);
}

a {
    color: var(--swisskurds-primary);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
    color: var(--swisskurds-secondary);
    text-decoration: underline;
}

/* ==========================================================================
   4. Header Styles
   ========================================================================== */

.site-header {
    border-bottom: 3px solid var(--swisskurds-primary);
}

.site-header .navbar-brand {
    font-weight: 700;
    color: var(--swisskurds-primary);
}

/* ==========================================================================
   5. Footer Styles (Base)
   ========================================================================== */

/* Base footer stilleri Section 21'de Modern SaaS tasarımla tanımlı */
.site-footer a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--swisskurds-white);
    text-decoration: none;
}

/* ==========================================================================
   6. Content Styles
   ========================================================================== */

.entry-title a {
    color: var(--swisskurds-dark);
}

.entry-title a:hover {
    color: var(--swisskurds-primary);
    text-decoration: none;
}

.entry-content {
    margin-top: 1rem;
}

/* ==========================================================================
   7. Event Styles (Etkinlikler)
   ========================================================================== */

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
    padding: 1rem;
    background-color: var(--swisskurds-light);
    border-left: 4px solid var(--swisskurds-secondary);
    border-radius: 0.25rem;
}

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

.event-meta-icon {
    color: var(--swisskurds-secondary);
}

.event-date,
.event-location {
    font-weight: 500;
    color: var(--swisskurds-dark);
}

/* ==========================================================================
   8. Accessibility
   ========================================================================== */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: var(--swisskurds-light);
    clip: auto !important;
    color: var(--swisskurds-dark);
    display: block;
    font-size: 1rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ==========================================================================
   9. Responsive Adjustments
   ========================================================================== */

@media (max-width: 768px) {
    .event-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* ==========================================================================
   10. Hero Slider (Swiper.js)
   ========================================================================== */

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height: 600px;
}

.hero-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Gradient overlay */
.hero-slider .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
}

.hero-slider .slide-content {
    max-width: 700px;
}

.hero-slider .slide-date {
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

.hero-slider .slide-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-slider .slide-title a {
    color: var(--swisskurds-white);
    text-decoration: none;
}

.hero-slider .slide-title a:hover {
    text-decoration: underline;
}

.hero-slider .slide-location {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.hero-slider .slide-location .dashicons {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: 0.25rem;
}

/* Swiper navigation buttons */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    color: var(--swisskurds-white);
    background-color: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background-color: var(--swisskurds-primary);
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    font-size: 1.25rem;
}

/* Swiper pagination */
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--swisskurds-white);
    opacity: 0.5;
}

.hero-slider .swiper-pagination-bullet-active {
    background-color: var(--swisskurds-primary);
    opacity: 1;
}

/* Hero slider responsive */
@media (max-width: 991px) {
    .hero-slider {
        height: 500px;
    }

    .hero-slider .slide-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        height: 400px;
    }

    .hero-slider .slide-overlay {
        padding: 2rem 0;
    }

    .hero-slider .slide-title {
        font-size: 1.5rem;
    }

    .hero-slider .slide-location {
        font-size: 1rem;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-slider {
        height: 350px;
    }

    .hero-slider .slide-title {
        font-size: 1.25rem;
    }
}

/* ==========================================================================
   11. Etkinlik Takvimi
   ========================================================================== */

.calendar-section {
    background-color: var(--swisskurds-white);
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--swisskurds-dark);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--swisskurds-primary);
}

.section-description {
    margin-top: 1.5rem;
}

/* Takvim wrapper */
.calendar-wrapper {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Takvim header */
.calendar-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--swisskurds-light);
}

.calendar-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--swisskurds-dark);
}

/* Gün isimleri */
.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 0.5rem;
}

.calendar-weekday {
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--swisskurds-gray);
    padding: 0.5rem;
    text-transform: uppercase;
}

/* Takvim ızgarası */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

/* Gün kutucukları */
.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--swisskurds-light);
    border-radius: 4px;
    background-color: var(--swisskurds-white);
    transition: all 0.2s ease;
}

.calendar-day:hover:not(.empty) {
    background-color: var(--swisskurds-light);
    border-color: var(--swisskurds-gray);
}

.calendar-day.empty {
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}

.calendar-day .day-number {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--swisskurds-dark);
}

/* Bugün */
.calendar-day.today {
    border-color: var(--swisskurds-primary);
    border-width: 2px;
}

.calendar-day.today .day-number {
    font-weight: 700;
    color: var(--swisskurds-primary);
}

/* Seçili gün */
.calendar-day.active {
    background-color: var(--swisskurds-secondary);
    border-color: var(--swisskurds-secondary);
}

.calendar-day.active .day-number {
    color: var(--swisskurds-white);
    font-weight: 700;
}

.calendar-day.active:hover {
    background-color: var(--swisskurds-secondary);
}

/* Etkinlik olan gün - kırmızı nokta */
.calendar-day.has-event::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--swisskurds-primary);
}

.calendar-day.has-event.active::after {
    background-color: var(--swisskurds-white);
}

/* Etkinlik detayları wrapper */
.event-details-wrapper {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.event-details-wrapper .card-header {
    border-bottom: none;
}

.event-details-wrapper .card-body {
    max-height: 500px;
    overflow-y: auto;
}

/* Etkinlik listesi */
.event-list .event-item {
    transition: transform 0.2s ease;
}

.event-list .event-item:hover {
    transform: translateX(5px);
}

.event-list .event-title a {
    color: var(--swisskurds-dark);
    font-weight: 600;
}

.event-list .event-title a:hover {
    color: var(--swisskurds-primary);
    text-decoration: none;
}

.event-list .event-location {
    font-size: 0.9rem;
}

.event-list .event-location .dashicons {
    font-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
    color: var(--swisskurds-secondary);
}

.event-list .event-excerpt {
    font-size: 0.9rem;
    color: var(--swisskurds-gray);
}

/* Etkinlik yok mesajı */
.no-events .dashicons {
    display: block;
    margin: 0 auto;
}

/* ==========================================================================
   12. Yaklaşan Etkinlikler Bölümü
   ========================================================================== */

.upcoming-events-section {
    background-color: var(--swisskurds-light);
}

.event-card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.event-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.event-card .card-title a {
    color: var(--swisskurds-dark);
}

.event-card .card-title a:hover {
    color: var(--swisskurds-primary);
    text-decoration: none;
}

.event-card .card-text .dashicons {
    font-size: 0.85rem;
    width: 0.85rem;
    height: 0.85rem;
    color: var(--swisskurds-secondary);
}

/* ==========================================================================
   13. Dashicons (WordPress Admin Icons)
   ========================================================================== */

.dashicons {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}

.dashicons-location::before {
    content: "\f230";
}

.dashicons-calendar-alt::before {
    content: "\f508";
}

/* ==========================================================================
   14. Takvim Responsive Ayarları
   ========================================================================== */

@media (max-width: 991px) {
    .calendar-day {
        min-height: 45px;
    }

    .calendar-day .day-number {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .calendar-header {
        flex-direction: column;
        gap: 1rem;
    }

    .calendar-header .btn {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }

    .calendar-title {
        font-size: 1rem;
    }

    .calendar-weekday {
        font-size: 0.75rem;
        padding: 0.25rem;
    }

    .calendar-day {
        min-height: 40px;
    }

    .calendar-day .day-number {
        font-size: 0.8rem;
    }

    .calendar-day.has-event::after {
        width: 4px;
        height: 4px;
        bottom: 2px;
    }
}

/* ==========================================================================
   15. Page Hero Banner
   ========================================================================== */

.page-hero {
    background: linear-gradient(135deg, var(--swisskurds-primary) 0%, #a00d24 100%);
    position: relative;
}

.page-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-hero .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   16. Single Event Hero
   ========================================================================== */

.event-single-hero {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-color: var(--swisskurds-dark);
    position: relative;
}

.event-single-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.event-single-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.event-single-hero .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255, 255, 255, 0.5);
}

.min-vh-50 {
    min-height: 50vh;
}

/* ==========================================================================
   17. Event Info Card (Sticky Sidebar)
   ========================================================================== */

.event-info-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.event-info-card.sticky-top {
    top: 100px;
    z-index: 100;
}

.event-info-card .info-icon {
    flex-shrink: 0;
}

.event-info-card .card-header {
    border-bottom: none;
}

/* ==========================================================================
   18. Contact Page Styles
   ========================================================================== */

.contact-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

.contact-icon {
    flex-shrink: 0;
}

.map-wrapper {
    border: none;
    overflow: hidden;
    border-radius: 0.375rem;
}

.map-wrapper iframe {
    border-radius: 0.375rem;
}

/* --- Spenden (Bağış) Section --- */
.spenden-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.spenden-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.08) 0%, rgba(200, 16, 46, 0.14) 100%);
    color: var(--swisskurds-primary);
    font-size: 1.75rem;
}

.spenden-title {
    font-size: 2rem;
    color: var(--swisskurds-dark);
    margin-bottom: 0.5rem;
}

.spenden-description {
    font-size: 1.0625rem;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.spenden-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spenden-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.1),
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.spenden-field {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding: 1rem 1.25rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.spenden-label {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--swisskurds-gray);
}

.spenden-iban {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', 'Courier New', monospace;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--swisskurds-dark);
    letter-spacing: 0.04em;
    word-break: break-all;
}

.spenden-value {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--swisskurds-dark);
}

/* Spenden Responsive */
@media (max-width: 768px) {
    .spenden-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }

    .spenden-title {
        font-size: 1.75rem;
    }

    .spenden-description {
        font-size: 1rem;
    }

    .spenden-iban {
        font-size: 1rem;
    }

    .spenden-card .card-body {
        padding: 1.25rem !important;
    }
}

@media (max-width: 576px) {
    .spenden-title {
        font-size: 1.5rem;
    }

    .spenden-field {
        padding: 0.875rem 1rem;
    }

    .spenden-iban {
        font-size: 0.9375rem;
    }
}

/* ==========================================================================
   19. Archive Page Styles
   ========================================================================== */

.archive-events .event-card .card-img-wrapper {
    overflow: hidden;
}

.archive-events .event-card .card-img-top {
    transition: transform 0.3s ease;
}

.archive-events .event-card:hover .card-img-top {
    transform: scale(1.05);
}

/* ==========================================================================
   20. Pagination Styles
   ========================================================================== */

.pagination-wrapper .pagination {
    margin: 0;
}

.pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
    border: 1px solid var(--swisskurds-light);
    border-radius: 0.375rem;
    color: var(--swisskurds-dark);
    text-decoration: none;
    background-color: var(--swisskurds-white);
    transition: all 0.2s ease;
}

.pagination-wrapper .page-numbers:hover {
    background-color: var(--swisskurds-light);
    border-color: var(--swisskurds-gray);
}

.pagination-wrapper .page-numbers.current {
    background-color: var(--swisskurds-primary);
    border-color: var(--swisskurds-primary);
    color: var(--swisskurds-white);
}

.pagination-wrapper .page-numbers.dots {
    border: none;
    background: transparent;
}

/* ==========================================================================
   21. Footer Styles - Modern SaaS Design
   ========================================================================== */

/* Ana Footer Container */
.site-footer {
    background-color: var(--swisskurds-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
}

/* Main Footer Alanı */
.footer__main {
    padding: 4rem 0 3rem;
}

/* 3 Sütunlu Grid - Mobile First */
.footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .footer__grid {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 3rem;
    }
}

@media (min-width: 1024px) {
    .footer__grid {
        gap: 4rem;
    }
}

/* Brand Alanı */
.footer__brand {
    max-width: 320px;
}

.footer__brand-logo {
    margin-bottom: 1rem;
}

.footer__logo {
    height: 48px;
    width: auto;
    transition: opacity 0.2s ease;
}

.footer__logo:hover {
    opacity: 0.8;
}

.footer__site-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--swisskurds-white);
    margin: 0;
    line-height: 1.2;
}

.footer__brand-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1.5rem;
}

/* Sosyal Medya */
.footer__social {
    margin-top: 1.5rem;
}

.footer__social-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.75rem;
}

.footer__social-links {
    display: flex;
    gap: 0.75rem;
}

.footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer__social-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--swisskurds-white);
    transform: translateY(-2px);
}

.footer__social-link:focus {
    outline: 2px solid var(--swisskurds-primary);
    outline-offset: 2px;
}

/* Navigasyon */
.footer__nav-title,
.footer__contact-title {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--swisskurds-white);
    margin: 0 0 1.25rem;
    padding-bottom: 0.75rem;
    position: relative;
}

.footer__nav-title::after,
.footer__contact-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--swisskurds-primary);
    border-radius: 1px;
}

.footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__nav-item {
    margin-bottom: 0.5rem;
}

.footer__nav-list li {
    margin-bottom: 0.5rem;
}

.footer__nav-link,
.footer__nav-list li a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer__nav-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid currentColor;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.2s ease;
}

.footer__nav-link:hover,
.footer__nav-list li a:hover {
    color: var(--swisskurds-white);
    text-decoration: none;
}

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

.footer__nav-link:focus,
.footer__nav-list li a:focus {
    outline: none;
    color: var(--swisskurds-white);
}

/* İletişim */
.footer__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer__contact-item:last-child {
    margin-bottom: 0;
}

.footer__contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--swisskurds-primary);
    font-size: 1rem;
}

.footer__contact-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.footer__contact-link {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__contact-link:hover {
    color: var(--swisskurds-white);
    text-decoration: none;
}

.footer__contact-link:focus {
    outline: none;
    color: var(--swisskurds-white);
}

/* Alt Bar */
.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 0;
}

.footer__bottom-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__bottom-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

.footer__copyright,
.footer__credit {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.footer__copyright-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__copyright-link:hover {
    color: var(--swisskurds-white);
    text-decoration: none;
}

/* Eski class uyumluluğu - Mevcut sistemle uyum */
.footer-heading {
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--swisskurds-primary);
}

.footer-links li a {
    display: inline-block;
    padding: 0.25rem 0;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links li a:hover {
    color: var(--swisskurds-white);
}

.social-links a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
    color: var(--swisskurds-white) !important;
    transform: translateY(-2px);
}

/* ==========================================================================
   22. Header Styles (Enhanced)
   ========================================================================== */

.site-header.sticky-top {
    z-index: 1030;
}

.site-header .navbar {
    transition: box-shadow 0.3s ease;
}

.site-header .navbar.navbar-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.site-header .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 500;
    color: var(--swisskurds-dark);
    transition: color 0.2s ease;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link.active {
    color: var(--swisskurds-primary);
}

.header-logo {
    max-height: 50px;
    width: auto;
}

/* WordPress Custom Logo */
.custom-logo-link {
    display: inline-block;
}

.custom-logo {
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
}

.navbar-brand img {
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
}

/* Site Title next to Logo */
.navbar-brand .site-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--swisskurds-primary);
    line-height: 1.2;
}

.navbar-brand:hover .site-title {
    color: var(--swisskurds-secondary);
}

/* Mobilde site başlığını gizle (opsiyonel) */
@media (max-width: 576px) {
    .navbar-brand .site-title {
        display: none;
    }
}

/* ==========================================================================
   23. Page Content Styles
   ========================================================================== */

.page-body,
.event-description {
    font-size: 1.1rem;
    line-height: 1.8;
}

.page-body h2,
.event-description h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.page-body h3,
.event-description h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.page-body p,
.event-description p {
    margin-bottom: 1.25rem;
}

.page-body img,
.event-description img {
    max-width: 100%;
    height: auto;
    border-radius: 0.375rem;
    margin: 1rem 0;
}

.page-body ul,
.page-body ol,
.event-description ul,
.event-description ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.page-body li,
.event-description li {
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   24. Responsive Adjustments (Sprint 3)
   ========================================================================== */

@media (max-width: 991px) {
    .event-single-hero {
        min-height: 350px;
    }

    .event-info-card.sticky-top {
        position: relative;
        top: 0;
    }

    .page-hero .display-4 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .event-single-hero {
        min-height: 300px;
    }

    .page-hero .display-4 {
        font-size: 2rem;
    }

    .page-body,
    .event-description {
        font-size: 1rem;
    }

    .contact-card .contact-icon {
        padding: 0.75rem !important;
    }

    .contact-card .contact-icon i {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .page-hero {
        padding: 2rem 0 !important;
    }

    .page-hero .display-4 {
        font-size: 1.75rem;
    }

    .event-single-hero {
        min-height: 250px;
    }

    .pagination-wrapper .page-numbers {
        min-width: 35px;
        height: 35px;
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
}

/* ==========================================================================
   25. Language Switcher Styles (Polylang)
   ========================================================================== */

.language-switcher {
    margin-left: 1rem;
}

.language-switcher .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
}

.language-switcher .lang-flag {
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.language-switcher .lang-code {
    font-weight: 600;
    font-size: 0.8125rem;
}

.language-switcher .dropdown-menu {
    min-width: 180px;
    padding: 0.5rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.language-switcher .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.language-switcher .dropdown-item:hover,
.language-switcher .dropdown-item:focus {
    background-color: var(--swisskurds-light);
}

.language-switcher .dropdown-item.active {
    background-color: var(--swisskurds-primary);
    color: var(--swisskurds-white);
}

.language-switcher .dropdown-item.active .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}

.language-switcher .dropdown-item .lang-name {
    flex-grow: 1;
}

/* Mobile Language Switcher */
@media (max-width: 991px) {
    .language-switcher {
        margin: 1rem 0 0;
        width: 100%;
    }

    .language-switcher .dropdown-toggle {
        width: 100%;
        justify-content: center;
    }

    .language-switcher .dropdown-menu {
        width: 100%;
        text-align: center;
    }

    .language-switcher .dropdown-item {
        justify-content: center;
    }

    .language-switcher .dropdown-item .lang-code {
        display: none;
    }
}

/* --- Navbar Düzenlemeleri --- */

/* Navbar Linkleri */
.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .current-menu-item .nav-link {
    color: #d63031; /* Kürt renklerinden Kırmızı tonu - İstediğin renkle değiştir */
}

/* Aktif sayfanın altını çizmek istersen (Opsiyonel) */
.navbar-nav .current-menu-item .nav-link {
    font-weight: 700;
}

/* Dil Değiştirici Butonu */
.lang-switcher .btn {
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px; /* Hap şeklinde buton */
}

/* Mobil Görünüm Ayarları */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        border-bottom: 1px solid #f8f9fa;
    }

    .lang-switcher {
        margin-top: 15px;
        text-align: center;
    }
}

/* ==========================================================================
   26. MODERN HEADER - SAAS STYLE (Vercel/Linear Inspired)
   ========================================================================== */

/* --- Base Header Styles --- */
.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--swisskurds-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.header--scrolled {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 72px;
}

/* --- Logo Section --- */
.header__logo {
    flex-shrink: 0;
    z-index: 1001;
}

.header__logo-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.header__logo-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.header__logo .custom-logo-link {
    display: flex;
    align-items: center;
}

.header__logo .custom-logo {
    max-height: 48px !important;
    width: auto !important;
    height: auto !important;
}

.header__site-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--swisskurds-dark);
    line-height: 1;
}

/* Organization name beside logo */
.header__logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
}

.header__logo-wrapper .custom-logo-link {
    display: flex;
    align-items: center;
}

.header__logo-wrapper .custom-logo {
    max-height: 48px !important;
    width: auto !important;
    height: auto !important;
}

.header__org-name {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--swisskurds-dark);
    line-height: 1.4;
    white-space: nowrap;
}

/* Mobilde org adını küçült */
@media (max-width: 480px) {
    .header__org-name {
        font-size: 0.5rem;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .header__org-name {
        font-size: 0.5625rem;
    }
}

/* --- Desktop Navigation --- */
.header__nav {
    display: none;
}

@media (min-width: 768px) {
    .header__nav {
        display: block;
        flex: 1;
        margin: 0 2rem;
    }
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__menu li {
    margin: 0;
}

.header__menu a {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--swisskurds-dark);
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-transform: lowercase;
}

.header__menu a:hover,
.header__menu a:focus {
    background-color: rgba(0, 0, 0, 0.04);
    color: var(--swisskurds-primary);
    text-decoration: none;
}

.header__menu .current-menu-item a,
.header__menu .current_page_item a {
    color: var(--swisskurds-primary);
    font-weight: 600;
}

/* Focus States (Accessibility) */
.header__menu a:focus-visible {
    outline: 2px solid var(--swisskurds-primary);
    outline-offset: 2px;
}

/* --- Header Actions (Language + Mobile Toggle) --- */
.header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* --- Language Switcher (Desktop) --- */
.header__lang {
    display: none;
}

@media (min-width: 768px) {
    .header__lang {
        display: block;
    }
}

.header-lang-switcher {
    position: relative;
}

.header-lang-switcher__toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--swisskurds-dark);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.header-lang-switcher__toggle:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.2);
}

.header-lang-switcher__toggle:focus-visible {
    outline: 2px solid var(--swisskurds-primary);
    outline-offset: 2px;
}

.header-lang-switcher__arrow {
    font-size: 0.625rem;
    transition: transform 0.2s ease;
}

.header-lang-switcher--open .header-lang-switcher__arrow {
    transform: rotate(180deg);
}

.header-lang-switcher__dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 180px;
    background-color: var(--swisskurds-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 100;
}

.header-lang-switcher--open .header-lang-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-lang-switcher__list {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
}

.header-lang-switcher__item a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    color: var(--swisskurds-dark);
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.header-lang-switcher__item a:hover {
    background-color: rgba(0, 0, 0, 0.04);
    text-decoration: none;
}

.header-lang-switcher__item--active a {
    background-color: var(--swisskurds-primary);
    color: var(--swisskurds-white);
}

/* --- Mobile Toggle Button (Hamburger) --- */
.header__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    z-index: 1001;
}

.header__toggle:hover {
    opacity: 0.7;
}

.header__toggle:focus-visible {
    outline: 2px solid var(--swisskurds-primary);
    outline-offset: 2px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .header__toggle {
        display: none;
    }
}

.header__toggle-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--swisskurds-dark);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hamburger Animation (when drawer is open) */
.header__toggle[aria-expanded="true"] .header__toggle-icon:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.header__toggle[aria-expanded="true"] .header__toggle-icon:nth-child(2) {
    opacity: 0;
}

.header__toggle[aria-expanded="true"] .header__toggle-icon:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   27. MOBILE DRAWER (Slide from Right)
   ========================================================================== */

.mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
}

.mobile-drawer--open {
    pointer-events: auto;
}

/* Overlay */
.mobile-drawer__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-drawer--open .mobile-drawer__overlay {
    opacity: 1;
}

/* Drawer Panel */
.mobile-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background-color: var(--swisskurds-white);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-drawer--open .mobile-drawer__panel {
    transform: translateX(0);
}

/* Drawer Header */
.mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-drawer__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--swisskurds-dark);
    margin: 0;
}

.mobile-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.mobile-drawer__close:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.mobile-drawer__close:focus-visible {
    outline: 2px solid var(--swisskurds-primary);
    outline-offset: 2px;
}

.mobile-drawer__close-icon {
    font-size: 1.75rem;
    line-height: 1;
    color: var(--swisskurds-dark);
}

/* Drawer Navigation */
.mobile-drawer__nav {
    padding: 1rem 0;
}

.mobile-drawer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-drawer__menu li {
    margin: 0;
}

.mobile-drawer__menu a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--swisskurds-dark);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    text-transform: lowercase;
}

.mobile-drawer__menu a:hover,
.mobile-drawer__menu a:focus {
    background-color: rgba(0, 0, 0, 0.04);
    color: var(--swisskurds-primary);
    text-decoration: none;
}

.mobile-drawer__menu .current-menu-item a,
.mobile-drawer__menu .current_page_item a {
    border-left-color: var(--swisskurds-primary);
    color: var(--swisskurds-primary);
    font-weight: 600;
}

/* Mobile Language Section */
.mobile-drawer__lang {
    padding: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-drawer__lang-title {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--swisskurds-gray);
    margin: 0 0 1rem;
}

.mobile-drawer__lang-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-drawer__lang-list a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    color: var(--swisskurds-dark);
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mobile-drawer__lang-list a:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.mobile-drawer__lang-list .lang-item--active a {
    background-color: var(--swisskurds-primary);
    border-color: var(--swisskurds-primary);
    color: var(--swisskurds-white);
}

/* Prevent body scroll when drawer is open */
body.mobile-drawer-open {
    overflow: hidden;
}

/* ==========================================================================
   28. HEADER RESPONSIVE ADJUSTMENTS
   ========================================================================== */

@media (min-width: 768px) {
    .header__container {
        padding: 0 2rem;
        height: 80px;
    }
}

@media (min-width: 1024px) {
    .header__container {
        padding: 0 3rem;
    }

    .header__menu {
        gap: 1rem;
    }
}

@media (min-width: 1280px) {
    .header__container {
        padding: 0 4rem;
    }
}

/* ==========================================================================
   29. MODERN FRONT PAGE - SAAS STYLE (Vercel/Linear Inspired)
   ========================================================================== */

/* ==========================================================================
   29.1 HERO SECTION - MODERN SAAS STYLE
   ========================================================================== */

.hero-section--modern {
    position: relative;
    overflow: hidden;
    background: var(--swisskurds-white);
}

.hero-section--modern .hero-slider {
    height: 700px;
}

.hero-section__slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Clean white overlay - single color background */
.hero-section__overlay {
    position: absolute;
    inset: 0;
    background: var(--swisskurds-white);
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.hero-section__content {
    max-width: 800px;
    text-align: left;
}

/* Badge - Modern pill style on white background */
.hero-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--swisskurds-primary);
    background: rgba(200, 16, 46, 0.08);
    border: 1px solid rgba(200, 16, 46, 0.15);
    border-radius: 50px;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
}

.hero-section__badge:hover {
    background: rgba(200, 16, 46, 0.12);
    transform: translateY(-2px);
}

.hero-section__badge-icon {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

/* Title - dark text on white background */
.hero-section__title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1.5rem;
}

.hero-section__title-link {
    text-decoration: none;
    color: inherit;
}

.hero-section__title-link:hover {
    text-decoration: none;
    color: var(--swisskurds-primary);
}

.hero-section__title-text {
    color: var(--swisskurds-dark);
    display: inline-block;
    -webkit-text-fill-color: var(--swisskurds-dark);
    background: none;
    animation: none;
    text-shadow: none;
}

/* Meta information */
.hero-section__meta {
    margin-bottom: 2.25rem;
}

.hero-section__location {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.25rem;
    color: var(--swisskurds-gray);
    font-weight: 500;
}

.hero-section__location i {
    font-size: 1.375rem;
    color: var(--swisskurds-primary);
}

/* CTA Buttons - Modern animated style */
.hero-section__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1.125rem 2.25rem;
    font-size: 1.0625rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hero-section__cta--primary {
    background: linear-gradient(135deg, var(--swisskurds-primary) 0%, #a00d24 100%);
    color: var(--swisskurds-white);
    box-shadow:
        0 4px 20px rgba(200, 16, 46, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.hero-section__cta--primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a00d24 0%, var(--swisskurds-primary) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.hero-section__cta--primary:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 32px rgba(200, 16, 46, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-decoration: none;
    color: var(--swisskurds-white);
}

.hero-section__cta--primary:hover::before {
    opacity: 1;
}

.hero-section__cta--primary span,
.hero-section__cta--primary i {
    position: relative;
    z-index: 1;
}

.hero-section__cta--primary i {
    transition: transform 0.3s ease;
}

.hero-section__cta--primary:hover i {
    transform: translateX(4px);
}

/* Swiper controls modernization */
.hero-section--modern .swiper-button-prev,
.hero-section--modern .swiper-button-next {
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: var(--swisskurds-dark);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-section--modern .swiper-button-prev:hover,
.hero-section--modern .swiper-button-next:hover {
    background: var(--swisskurds-primary);
    border-color: var(--swisskurds-primary);
    color: var(--swisskurds-white);
    transform: scale(1.1);
}

.hero-section--modern .swiper-button-prev::after,
.hero-section--modern .swiper-button-next::after {
    font-size: 1.125rem;
    font-weight: 700;
}

/* Swiper pagination - Pill style */
.hero-section--modern .swiper-pagination {
    bottom: 30px;
}

.hero-section--modern .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.hero-section--modern .swiper-pagination-bullet-active {
    width: 32px;
    background: var(--swisskurds-primary);
}

/* Hero Responsive */
@media (max-width: 991px) {
    .hero-section--modern .hero-slider {
        height: 600px;
    }
    .hero-section__title {
        font-size: 3rem;
    }
    .hero-section__location {
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .hero-section--modern .hero-slider {
        height: 520px;
    }
    .hero-section__overlay {
        padding: 2.5rem 0;
    }
    .hero-section__title {
        font-size: 2.25rem;
    }
    .hero-section__badge {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
    }
    .hero-section__cta {
        padding: 1rem 1.75rem;
        font-size: 1rem;
    }
    .hero-section--modern .swiper-button-prev,
    .hero-section--modern .swiper-button-next {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 576px) {
    .hero-section--modern .hero-slider {
        height: 480px;
    }
    .hero-section__title {
        font-size: 1.875rem;
    }
    .hero-section__location {
        font-size: 1rem;
    }
    .hero-section__cta {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
        width: 100%;
        justify-content: center;
    }
    .hero-section--modern .swiper-button-prev,
    .hero-section--modern .swiper-button-next {
        display: none;
    }
}


/* ==========================================================================
   29.2 CALENDAR SECTION - MODERN SAAS STYLE
   ========================================================================== */

.calendar-section--modern {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative gradient orb */
.calendar-section--modern::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(
        ellipse,
        rgba(200, 16, 46, 0.06) 0%,
        rgba(30, 126, 52, 0.04) 50%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 0;
}

.calendar-section--modern .container {
    position: relative;
    z-index: 1;
}

/* Section Header */
.calendar-section__header {
    margin-bottom: 3.5rem;
}

.calendar-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--swisskurds-primary);
    background: rgba(200, 16, 46, 0.08);
    border-radius: 50px;
    margin-bottom: 1rem;
}

.calendar-section__badge i {
    font-size: 1rem;
}

.calendar-section__title {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--swisskurds-dark);
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
}

.calendar-section__title::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--swisskurds-primary) 0%,
        var(--swisskurds-accent) 100%
    );
    border-radius: 2px;
}

.calendar-section__description {
    font-size: 1.125rem;
    color: var(--swisskurds-gray);
    max-width: 560px;
    margin: 1.75rem auto 0;
    line-height: 1.7;
}

/* Calendar Card - Glassmorphism */
.calendar-section__card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.calendar-section__card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.1),
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.calendar-section__card-body {
    padding: 2rem;
}

/* Event Details Card */
.calendar-section__details-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.calendar-section__details-header {
    background: linear-gradient(135deg, var(--swisskurds-primary) 0%, #a00d24 100%);
    padding: 1.5rem 2rem;
    color: var(--swisskurds-white);
}

.calendar-section__details-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.calendar-section__details-title i {
    font-size: 1.375rem;
}

.calendar-section__details-body {
    padding: 2rem;
    flex: 1;
    max-height: 500px;
    overflow-y: auto;
}

/* Custom scrollbar for details */
.calendar-section__details-body::-webkit-scrollbar {
    width: 6px;
}

.calendar-section__details-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.calendar-section__details-body::-webkit-scrollbar-thumb {
    background: var(--swisskurds-primary);
    border-radius: 10px;
}

.calendar-section__details-body::-webkit-scrollbar-thumb:hover {
    background: #a00d24;
}

/* Empty state */
.calendar-section__empty {
    text-align: center;
    padding: 3rem 1rem;
}

.calendar-section__empty-icon {
    font-size: 3.5rem;
    color: rgba(0, 0, 0, 0.1);
    margin-bottom: 1.25rem;
}

.calendar-section__empty-icon i {
    display: block;
}

.calendar-section__empty-text {
    font-size: 1rem;
    color: var(--swisskurds-gray);
    line-height: 1.6;
    margin: 0;
}

/* Calendar Responsive */
@media (max-width: 991px) {
    .calendar-section__title {
        font-size: 2.25rem;
    }
    .calendar-section__card,
    .calendar-section__details-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .calendar-section__title {
        font-size: 2rem;
    }
    .calendar-section__description {
        font-size: 1rem;
    }
    .calendar-section__card-body,
    .calendar-section__details-body {
        padding: 1.5rem;
    }
    .calendar-section__details-header {
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .calendar-section__title {
        font-size: 1.75rem;
    }
    .calendar-section__badge {
        font-size: 0.8125rem;
        padding: 0.375rem 0.875rem;
    }
}


/* ==========================================================================
   29.3 EVENT CARDS SECTION - MODERN SAAS STYLE
   ========================================================================== */

.event-cards-section--modern {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

/* Section Header */
.event-cards-section__header {
    margin-bottom: 3.5rem;
}

.event-cards-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--swisskurds-secondary);
    background: rgba(30, 126, 52, 0.08);
    border-radius: 50px;
    margin-bottom: 1rem;
}

.event-cards-section__badge i {
    font-size: 1rem;
}

.event-cards-section__title {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--swisskurds-dark);
    margin-bottom: 0;
}

/* Modern Event Card */
.event-card--modern {
    background: var(--swisskurds-white);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.03),
        0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-card--modern:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.1),
        0 8px 18px rgba(0, 0, 0, 0.07);
    border-color: rgba(200, 16, 46, 0.15);
}

/* Image Wrapper */
.event-card__image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.event-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card--modern:hover .event-card__image {
    transform: scale(1.08);
}

.event-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.03) 50%,
        rgba(0, 0, 0, 0.15) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-card--modern:hover .event-card__overlay {
    opacity: 1;
}

.event-card__image-link {
    display: block;
    height: 100%;
}

/* Card Body */
.event-card__body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Badge */
.event-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--swisskurds-primary);
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.06) 0%, rgba(200, 16, 46, 0.1) 100%);
    border: 1px solid rgba(200, 16, 46, 0.12);
    border-radius: 8px;
    align-self: flex-start;
    transition: all 0.35s ease;
}

.event-card--modern:hover .event-card__badge {
    background: linear-gradient(135deg, var(--swisskurds-primary) 0%, #a00d24 100%);
    color: var(--swisskurds-white);
    border-color: var(--swisskurds-primary);
    transform: translateY(-2px);
}

.event-card__badge-icon {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

/* Title */
.event-card__title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.event-card__title-link {
    color: var(--swisskurds-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-card__title-link:hover {
    color: var(--swisskurds-primary);
    text-decoration: none;
}

/* Meta */
.event-card__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.event-card__location {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.9375rem;
    color: var(--swisskurds-gray);
    font-weight: 500;
}

.event-card__location i {
    font-size: 1rem;
    color: var(--swisskurds-secondary);
}

/* Excerpt */
.event-card__excerpt {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--swisskurds-gray);
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer */
.event-card__footer {
    padding: 0 1.75rem 1.75rem;
    margin-top: auto;
}

.event-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--swisskurds-primary);
    background: transparent;
    border: 2px solid var(--swisskurds-primary);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card__cta:hover {
    background: var(--swisskurds-primary);
    color: var(--swisskurds-white);
    transform: translateX(4px);
    text-decoration: none;
}

.event-card__cta-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.event-card__cta:hover .event-card__cta-arrow {
    transform: translateX(4px);
}

/* Empty State */
.event-cards-section__empty {
    text-align: center;
    padding: 4rem 2rem;
}

.event-cards-section__empty-icon {
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.event-cards-section__empty-icon i {
    display: block;
}

.event-cards-section__empty-text {
    font-size: 1.125rem;
    color: var(--swisskurds-gray);
    margin: 0;
}

/* View All Button */
.event-cards-section__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1.125rem 2.75rem;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--swisskurds-white);
    background: linear-gradient(135deg, var(--swisskurds-primary) 0%, #a00d24 100%);
    border: none;
    border-radius: 12px;
    text-decoration: none;
    box-shadow:
        0 4px 18px rgba(200, 16, 46, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-cards-section__view-all:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 28px rgba(200, 16, 46, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    text-decoration: none;
    color: var(--swisskurds-white);
}

.event-cards-section__view-all i {
    transition: transform 0.3s ease;
}

.event-cards-section__view-all:hover i {
    transform: translateX(3px);
}

/* Event Cards Responsive */
@media (max-width: 991px) {
    .event-cards-section__title {
        font-size: 2.25rem;
    }
    .event-card__body {
        padding: 1.5rem;
    }
    .event-card__footer {
        padding: 0 1.5rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .event-cards-section__title {
        font-size: 2rem;
    }
    .event-card__title {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .event-cards-section__title {
        font-size: 1.75rem;
    }
    .event-cards-section__badge {
        font-size: 0.8125rem;
        padding: 0.375rem 0.875rem;
    }
    .event-card__body {
        padding: 1.25rem;
    }
    .event-card__footer {
        padding: 0 1.25rem 1.25rem;
    }
    .event-cards-section__view-all {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
    }
}

/* ==========================================================================
   29. Single Event Page - Modern SaaS Design
   ========================================================================== */

/* --------------------------------------------------------------------------
   29.1 Hero Section (Minimalist)
   -------------------------------------------------------------------------- */

.event-single-hero--modern {
    background: var(--swisskurds-white);
    padding: 3rem 0 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Back Link */
.event-hero__back {
    margin-bottom: 1.5rem;
}

.event-hero__back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--swisskurds-gray);
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-hero__back-link:hover {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.2);
    color: var(--swisskurds-dark);
    transform: translateX(-4px);
    text-decoration: none;
}

.event-hero__back-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.event-hero__back-link:hover .event-hero__back-icon {
    transform: translateX(-3px);
}

/* Hero Title */
.event-hero__title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--swisskurds-dark);
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

/* Hero Badge */
.event-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--swisskurds-primary);
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.06) 0%, rgba(200, 16, 46, 0.1) 100%);
    border: 1px solid rgba(200, 16, 46, 0.15);
    border-radius: 50px;
}

.event-hero__badge-icon {
    width: 18px;
    height: 18px;
}

/* --------------------------------------------------------------------------
   29.2 Content Section (2-Column Layout)
   -------------------------------------------------------------------------- */

.event-single-content {
    padding: 4rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

/* Grid Layout (65/35 split) */
.event-single-content__grid {
    display: grid;
    grid-template-columns: 1fr 0.538fr;
    gap: 3rem;
    align-items: start;
}

/* Main Column (Left 65%) */
.event-single-content__main {
    min-width: 0; /* Prevent grid blowout */
}

/* Featured Image */
.event-content__image-wrapper {
    margin-bottom: 2.5rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);
}

.event-content__image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-content__image-wrapper:hover .event-content__image {
    transform: scale(1.03);
}

/* --------------------------------------------------------------------------
   29.3 Prose Typography
   -------------------------------------------------------------------------- */

.event-content__description.prose {
    font-size: 1.125rem;
    line-height: 1.75;
    color: var(--swisskurds-dark);
}

.prose h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    color: var(--swisskurds-dark);
}

.prose h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.prose h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.prose p {
    margin-bottom: 1.5rem;
}

.prose a {
    color: var(--swisskurds-primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.prose a:hover {
    color: #a00d24;
}

.prose img {
    border-radius: 12px;
    margin: 2rem 0;
    max-width: 100%;
    height: auto;
}

.prose ul,
.prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.75rem;
}

.prose li {
    margin-bottom: 0.75rem;
}

.prose blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    background: rgba(200, 16, 46, 0.04);
    border-left: 4px solid var(--swisskurds-primary);
    border-radius: 0 12px 12px 0;
    font-style: italic;
}

.prose blockquote p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   29.4 Sticky Info Card (Glassmorphism)
   -------------------------------------------------------------------------- */

.event-info-card--modern {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-info-card--modern:hover {
    transform: translateY(-4px);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.12),
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Sticky Behavior */
.sticky-card {
    position: sticky;
    top: 100px;
    z-index: 10;
}

/* Card Header with Gradient */
.event-info-card__header {
    background: linear-gradient(135deg, var(--swisskurds-primary) 0%, #a00d24 100%);
    padding: 1.5rem 2rem;
    border-radius: 20px 20px 0 0;
}

.event-info-card__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--swisskurds-white);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.event-info-card__title-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Card Body */
.event-info-card__body {
    padding: 2rem;
}

/* Info Items */
.event-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.event-info-item:last-of-type {
    margin-bottom: 0;
}

/* Icon Wrapper with Color Variations */
.event-info-item__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.event-info-item__icon-wrapper--date {
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.08) 0%, rgba(200, 16, 46, 0.12) 100%);
}

.event-info-item__icon-wrapper--location {
    background: linear-gradient(135deg, rgba(30, 126, 52, 0.08) 0%, rgba(30, 126, 52, 0.12) 100%);
}

.event-info-item:hover .event-info-item__icon-wrapper {
    transform: scale(1.08);
}

.event-info-item__icon {
    width: 20px;
    height: 20px;
}

.event-info-item__icon-wrapper--date .event-info-item__icon {
    stroke: var(--swisskurds-primary);
}

.event-info-item__icon-wrapper--location .event-info-item__icon {
    stroke: var(--swisskurds-secondary);
}

/* Content */
.event-info-item__content {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.event-info-item__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--swisskurds-gray);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.event-info-item__value {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--swisskurds-dark);
}

/* Map Link Styling */
.event-info-item__value--link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--swisskurds-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.event-info-item__value--link:hover {
    color: #a00d24;
    text-decoration: underline;
}

.event-info-item__external-icon {
    width: 14px;
    height: 14px;
    opacity: 0.6;
    flex-shrink: 0;
}

/* Divider */
.event-info-card__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 50%, transparent 100%);
    margin: 1.75rem 0;
}

/* --------------------------------------------------------------------------
   29.5 CTA Buttons
   -------------------------------------------------------------------------- */

.event-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-cta--primary {
    color: var(--swisskurds-white);
    background: linear-gradient(135deg, var(--swisskurds-primary) 0%, #a00d24 100%);
    box-shadow:
        0 4px 16px rgba(200, 16, 46, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.event-cta--primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a00d24 0%, var(--swisskurds-primary) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.event-cta--primary:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 24px rgba(200, 16, 46, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    text-decoration: none;
    color: var(--swisskurds-white);
}

.event-cta--primary:hover::before {
    opacity: 1;
}

.event-cta--secondary {
    color: var(--swisskurds-dark);
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.event-cta--secondary:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--swisskurds-dark);
}

.event-cta__icon,
.event-cta span {
    position: relative;
    z-index: 1;
}

.event-cta__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.event-cta--primary:hover .event-cta__icon {
    transform: scale(1.1);
}

/* --------------------------------------------------------------------------
   29.6 Post Navigation Cards
   -------------------------------------------------------------------------- */

.event-navigation--modern {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.event-navigation__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

/* Navigation Cards */
.event-navigation__card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-navigation__card:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: var(--swisskurds-primary);
    transform: translateY(-4px);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.1),
        0 4px 12px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

/* Label Row */
.event-navigation__label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--swisskurds-gray);
}

.event-navigation__card--prev .event-navigation__label {
    flex-direction: row;
}

.event-navigation__card--next .event-navigation__label {
    flex-direction: row-reverse;
}

.event-navigation__card--next {
    text-align: right;
}

.event-navigation__card--next .event-navigation__label {
    justify-content: flex-end;
}

.event-navigation__arrow {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.event-navigation__card--prev:hover .event-navigation__arrow--left {
    transform: translateX(-4px);
}

.event-navigation__card--next:hover .event-navigation__arrow--right {
    transform: translateX(4px);
}

/* Navigation Title */
.event-navigation__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--swisskurds-dark);
    transition: color 0.2s ease;
}

.event-navigation__card:hover .event-navigation__title {
    color: var(--swisskurds-primary);
}

/* --------------------------------------------------------------------------
   29.7 Responsive Styles
   -------------------------------------------------------------------------- */

/* Tablet and below */
@media (max-width: 991px) {
    .event-single-content__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sticky-card {
        position: relative;
        top: 0;
    }

    .event-single-content {
        padding: 3rem 0;
    }

    .event-content__description.prose {
        font-size: 1rem;
    }

    .event-hero__title {
        font-size: 2.5rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .event-single-hero--modern {
        padding: 2rem 0 1.5rem;
    }

    .event-hero__title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .event-hero__badge {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .event-hero__back-link {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .event-info-card__header {
        padding: 1.25rem 1.5rem;
    }

    .event-info-card__body {
        padding: 1.5rem;
    }

    .event-info-card__title {
        font-size: 1.125rem;
    }

    .event-navigation--modern {
        margin-top: 3rem;
        padding-top: 2rem;
    }

    .event-navigation__grid {
        grid-template-columns: 1fr;
    }

    .event-navigation__card--next {
        text-align: left;
    }

    .event-navigation__card--next .event-navigation__label {
        flex-direction: row;
        justify-content: flex-start;
    }

    .event-navigation__card {
        padding: 1.5rem;
    }

    .event-navigation__title {
        font-size: 1rem;
    }

    .prose h2 {
        font-size: 1.75rem;
        margin-top: 2rem;
    }

    .prose h3 {
        font-size: 1.25rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .event-hero__title {
        font-size: 1.75rem;
    }

    .event-info-item__icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .event-info-item__icon {
        width: 18px;
        height: 18px;
    }

    .event-cta {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
}


/* ==========================================================================
   BLOG (AKTUELLES) STYLES
   ========================================================================== */

/* Blog Card */
.blog-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.blog-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.blog-card .card-img-wrapper {
    overflow: hidden;
}

.blog-card .card-img-wrapper img {
    transition: transform 0.4s ease;
}

.blog-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}

/* Post Navigation Cards */
.post-nav-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-nav-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

/* Post Body Prose */
.post-body.prose {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--swisskurds-dark);
}

.post-body.prose p {
    margin-bottom: 1.5rem;
}

.post-body.prose img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}