/* ===================================
   GAEK 2026 - Main Stylesheet
   Modern, Premium, Academic Design
   =================================== */

/* === CSS RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors */
    --primary-color: #1e3a8a;      /* Deep Blue */
    --primary-dark: #1e293b;       /* Darker Blue */
    --primary-light: #3b82f6;      /* Light Blue */
    --secondary-color: #0ea5e9;    /* Sky Blue */
    --accent-color: #06b6d4;       /* Cyan */
    
    --text-dark: #0f172a;          /* Almost Black */
    --text-medium: #475569;        /* Medium Gray */
    --text-light: #64748b;         /* Light Gray */
    
    --bg-white: #ffffff;
    --bg-light: #f8fafc;
    --bg-gray: #f1f5f9;
    
    --border-color: #e2e8f0;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
    
    /* Typography */
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-primary);
    color: var(--text-dark);
    background-color: var(--bg-white);
    line-height: 1.6;
    font-weight: var(--font-weight-normal);
    overflow-x: hidden;
}

/* === TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    margin-bottom: var(--spacing-sm);
    color: var(--text-dark);
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.875rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: var(--spacing-sm);
    color: var(--text-medium);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-normal);
}

/* === CONTAINER === */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* === NAVIGATION === */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    transition: all var(--transition-normal);
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
}

.logo a {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
}

.logo-text {
    font-size: 1.75rem;
    letter-spacing: -0.02em;
}

.logo-year {
    font-size: 1rem;
    color: var(--secondary-color);
    font-weight: var(--font-weight-semibold);
}

.nav-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    position: relative;
    color: var(--text-medium);
    font-weight: var(--font-weight-medium);
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    transition: var(--transition-fast);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width var(--transition-normal);
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.active {
    color: var(--primary-color);
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 0.375rem;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger span {
    width: 1.5rem;
    height: 2px;
    background: var(--text-dark);
    transition: var(--transition-normal);
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.5rem, -0.5rem);
}

/* === HERO SECTION - BANNER MODE === */
.hero-banner {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/hero-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--bg-white);
    padding-top: 80px;
    overflow: hidden;
}

/* Hafif overlay - yazılar net okunabilir */
.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.3), rgba(59, 130, 246, 0.2));
    z-index: 1;
}

.hero-content {
    position: relative;
    text-align: center;
    z-index: 2;
    animation: fadeInUp 0.8s ease;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    padding: 0.625rem 1.75rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bg-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-title {
    font-size: 5rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    color: var(--bg-white);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    line-height: 1;
}

.hero-slogan {
    font-size: 1.75rem;
    font-style: italic;
    font-weight: var(--font-weight-medium);
    margin-bottom: 1.5rem;
    color: #e0f2fe;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.hero-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-size: 1.25rem;
    font-weight: var(--font-weight-medium);
    margin-bottom: 1rem;
    color: var(--bg-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-location svg {
    flex-shrink: 0;
}

.hero-organizers {
    margin-bottom: 2rem;
}

.organizer-names {
    font-size: 1.125rem;
    font-weight: var(--font-weight-semibold);
    color: var(--bg-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-cta {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-cta .btn {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Eski stiller temizleniyor */
.hero-poster-content,
.hero-cta-bottom,
.hero-scroll,
.hero-subtitle,
.hero-theme {
    display: none;
}

/* === BUTTONS === */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: var(--font-weight-semibold);
    font-size: 1rem;
    cursor: pointer;
    transition: all var(--transition-normal);
    border: 2px solid transparent;
    text-align: center;
}

.btn-primary {
    background: var(--bg-white);
    color: var(--primary-color);
}

.btn-primary:hover {
    background: var(--bg-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background: transparent;
    color: var(--bg-white);
    border-color: var(--bg-white);
}

.btn-secondary:hover {
    background: var(--bg-white);
    color: var(--primary-color);
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: var(--bg-white);
}

.btn-outline-white {
    background: transparent;
    color: var(--bg-white);
    border-color: var(--bg-white);
}

.btn-outline-white:hover {
    background: var(--bg-white);
    color: var(--primary-color);
}

.btn-large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
}

/* === SECTIONS === */
.section {
    padding: var(--spacing-xl) 0;
}

.section-header {
    margin-bottom: var(--spacing-lg);
}

.section-header.center {
    text-align: center;
}

.section-tag {
    display: inline-block;
    color: var(--secondary-color);
    font-weight: var(--font-weight-semibold);
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
}

.section-title {
    max-width: 800px;
}

.section-header.center .section-title {
    margin: 0 auto;
}

/* === ABOUT PREVIEW === */
.about-preview {
    background: var(--bg-light);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.about-card {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-light), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-sm);
    color: var(--bg-white);
}

.about-card h3 {
    font-size: 1.375rem;
    margin-bottom: var(--spacing-sm);
    color: var(--text-dark);
}

.about-card p {
    color: var(--text-medium);
    line-height: 1.7;
}

.about-cta {
    text-align: center;
}

/* === STATS SECTION === */
.stats-section {
    background: var(--primary-color);
    color: var(--bg-white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
}

.stat-item {
    text-align: center;
    padding: var(--spacing-md);
}

.stat-number {
    font-size: 4rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffffff, #e0f2fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 1.125rem;
    opacity: 0.9;
    font-weight: var(--font-weight-medium);
}

/* === HIGHLIGHTS === */
.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--spacing-md);
}

.highlight-card {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, var(--primary-light), var(--secondary-color));
    transition: height var(--transition-normal);
}

.highlight-card:hover {
    border-color: var(--primary-light);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.highlight-card:hover::before {
    height: 100%;
}

.highlight-number {
    font-size: 2.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--primary-light);
    opacity: 0.3;
    margin-bottom: var(--spacing-sm);
}

.highlight-card h3 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-sm);
}

.highlight-card p {
    line-height: 1.7;
}

/* === CTA SECTION === */
.cta-section {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    color: var(--bg-white);
    text-align: center;
}

.cta-content h2 {
    font-size: 3rem;
    margin-bottom: var(--spacing-sm);
    color: var(--bg-white);
}

.cta-content p {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto var(--spacing-lg);
    opacity: 0.9;
    color: var(--bg-white);
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* === FOOTER === */
.footer {
    background: var(--primary-dark);
    color: var(--bg-white);
    padding: var(--spacing-xl) 0 var(--spacing-md);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.footer-col h4 {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-sm);
    color: var(--bg-white);
}

.footer-col p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.footer-date {
    margin-top: var(--spacing-sm);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9375rem;
    transition: var(--transition-fast);
}

.footer-links a:hover {
    color: var(--bg-white);
    padding-left: 0.5rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--spacing-md);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

/* === ANIMATIONS === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--bg-white);
        flex-direction: column;
        justify-content: flex-start;
        padding: var(--spacing-md);
        gap: 0;
        transition: left var(--transition-normal);
        box-shadow: var(--shadow-lg);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-link {
        width: 100%;
        padding: var(--spacing-sm) 0;
        border-bottom: 1px solid var(--border-color);
    }

    .hamburger {
        display: flex;
    }

    /* Hero Banner Tablet */
    .hero-banner {
        height: 500px;
        padding-top: 80px;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-slogan {
        font-size: 1.5rem;
    }

    .hero-location {
        font-size: 1.125rem;
    }

    .hero-cta {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-cta .btn {
        width: 100%;
        max-width: 400px;
    }

    .about-grid,
    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    /* Hero Banner Mobile */
    .hero-banner {
        height: 450px;
    }

    .hero-badge {
        font-size: 0.875rem;
        padding: 0.5rem 1.25rem;
    }

    .hero-title {
        font-size: 2.75rem;
    }

    .hero-slogan {
        font-size: 1.125rem;
    }

    .hero-location {
        font-size: 1rem;
    }

    .organizer-names {
        font-size: 1rem;
    }

    .hero-cta .btn {
        width: 100%;
        padding: 0.875rem 1.5rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .btn {
        width: 100%;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   PAGE-SPECIFIC STYLES
   =================================== */

/* === PAGE HEADER === */
.page-header {
    padding: 8rem 0 4rem;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: var(--bg-white);
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
}

.page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-sm);
    color: var(--bg-white);
}

.page-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    color: var(--bg-white);
}

/* === CONTENT WRAPPER === */
.content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.content-block {
    margin-bottom: var(--spacing-xl);
}

.content-block h2 {
    font-size: 2.25rem;
    margin-bottom: var(--spacing-md);
    color: var(--text-dark);
}

.content-block p {
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: var(--spacing-sm);
    color: var(--text-medium);
}

/* === MISSION & VISION === */
.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-md);
    margin: var(--spacing-lg) 0;
}

.mv-card {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
}

.mv-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-light), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-sm);
    color: var(--bg-white);
}

.mv-card h3 {
    font-size: 1.5rem;
    margin-bottom: var(--spacing-sm);
    color: var(--primary-color);
}

.mv-card p {
    line-height: 1.7;
    color: var(--text-medium);
}

/* === OBJECTIVES LIST === */
.objectives-list {
    margin-top: var(--spacing-md);
}

.objective-item {
    display: flex;
    gap: var(--spacing-md);
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    background: var(--bg-light);
    border-radius: 12px;
    transition: var(--transition-normal);
}

.objective-item:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
}

.objective-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: var(--bg-white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: var(--font-weight-bold);
}

.objective-content h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.objective-content p {
    margin: 0;
    color: var(--text-medium);
    font-size: 1rem;
}

/* === AUDIENCE SECTION === */
.audience-block {
    background: var(--bg-light);
    padding: var(--spacing-lg);
    border-radius: 16px;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
    margin-top: var(--spacing-md);
}

.audience-card {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 10px;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
}

.audience-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.audience-card h4 {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-sm);
    color: var(--primary-color);
}

.audience-card p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--text-medium);
}

/* === ORGANIZERS BOX === */
.organizers-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
    padding: var(--spacing-lg);
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: var(--bg-white);
    border-radius: 12px;
    margin: var(--spacing-md) 0;
    flex-wrap: wrap;
}

.organizer-item {
    text-align: center;
}

.organizer-item h3 {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
    color: var(--bg-white);
}

.organizer-item p {
    margin: 0;
    font-size: 1rem;
    opacity: 0.9;
    color: var(--bg-white);
}

.organizer-divider {
    font-size: 2rem;
    opacity: 0.5;
}

.platform-box {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    border-left: 4px solid var(--secondary-color);
}

.platform-box h3 {
    font-size: 1.375rem;
    margin-bottom: var(--spacing-sm);
    color: var(--primary-color);
}

.platform-box p {
    margin: 0;
    line-height: 1.7;
    color: var(--text-medium);
}

/* === FEATURES SECTION === */
.features-block {
    margin-top: var(--spacing-xl);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin-top: var(--spacing-md);
}

.feature-card {
    text-align: center;
    padding: var(--spacing-md);
    background: var(--bg-white);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
}

.feature-card:hover {
    border-color: var(--primary-light);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: var(--spacing-sm);
}

.feature-card h4 {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-sm);
    color: var(--text-dark);
}

.feature-card p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--text-medium);
}

/* === LOCATION BLOCK === */
.location-block {
    background: var(--bg-light);
    padding: var(--spacing-lg);
    border-radius: 16px;
}

.location-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin-top: var(--spacing-md);
}

.location-feature {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm);
    background: var(--bg-white);
    border-radius: 8px;
    color: var(--text-dark);
}

.location-feature svg {
    flex-shrink: 0;
    color: var(--primary-color);
}

.location-feature span {
    font-size: 0.9375rem;
    color: var(--text-medium);
}

/* === BACK TO TOP BUTTON === */
#backToTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--bg-white);
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-lg);
    z-index: 999;
}

#backToTop.visible {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    background: var(--primary-dark);
    transform: translateY(-4px);
}

/* === RESPONSIVE - PAGE SPECIFIC === */
@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }

    .page-subtitle {
        font-size: 1.125rem;
    }

    .mission-vision-grid,
    .audience-grid,
    .features-grid,
    .location-features {
        grid-template-columns: 1fr;
    }

    .organizers-box {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .organizer-divider {
        transform: rotate(90deg);
    }

    .objective-item {
        flex-direction: column;
        text-align: center;
    }

    .objective-number {
        margin: 0 auto;
    }
}

/* === COMING SOON SECTION === */
.coming-soon-section {
    padding: var(--spacing-xl) 0;
    min-height: 60vh;
}

.coming-soon-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.coming-soon-icon {
    margin: 0 auto var(--spacing-md);
    color: var(--primary-color);
    opacity: 0.8;
}

.coming-soon-content h2 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.coming-soon-text {
    font-size: 1.125rem;
    color: var(--text-medium);
    max-width: 700px;
    margin: 0 auto var(--spacing-lg);
    line-height: 1.8;
}

/* Program Preview Grid */
.program-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin: var(--spacing-lg) 0;
}

.preview-card {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
}

.preview-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.preview-icon {
    font-size: 3rem;
    margin-bottom: var(--spacing-sm);
}

.preview-card h3 {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.preview-card p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    margin: 0;
}

/* Program Topics */
.program-topics {
    margin: var(--spacing-xl) 0;
    text-align: left;
    background: var(--bg-light);
    padding: var(--spacing-lg);
    border-radius: 12px;
}

.program-topics h3 {
    font-size: 1.75rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
    text-align: center;
}

.program-topics > p {
    text-align: center;
    color: var(--text-medium);
    margin-bottom: var(--spacing-md);
}

.topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-sm);
}

.topic-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm);
    background: var(--bg-white);
    border-radius: 8px;
    transition: var(--transition-fast);
}

.topic-item:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow-sm);
}

.topic-item svg {
    flex-shrink: 0;
    color: var(--primary-color);
}

.topic-item span {
    font-size: 0.9375rem;
    color: var(--text-dark);
    font-weight: var(--font-weight-medium);
}

/* Notification Box */
.notification-box {
    display: flex;
    gap: var(--spacing-md);
    align-items: flex-start;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 2px solid #bfdbfe;
    border-radius: 12px;
    padding: var(--spacing-md);
    margin: var(--spacing-lg) 0;
}

.notification-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--bg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-content {
    text-align: left;
}

.notification-content h4 {
    font-size: 1.125rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.notification-content p {
    font-size: 0.9375rem;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.6;
}

/* Coming Soon CTA */
.coming-soon-cta {
    display: flex;
    gap: var(--spacing-sm);
    justify-content: center;
    margin-top: var(--spacing-lg);
    flex-wrap: wrap;
}

/* Quick Info Section */
.quick-info-section {
    background: var(--bg-light);
}

.section-title.center {
    text-align: center;
    margin-bottom: var(--spacing-lg);
}

.quick-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
}

.info-card {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
}

.info-card:hover {
    border-color: var(--primary-light);
    box-shadow: var(--shadow-md);
}

.info-card h4 {
    font-size: 1.125rem;
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm);
}

.info-card p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    margin: 0;
    line-height: 1.6;
}

/* Responsive - Coming Soon */
@media (max-width: 768px) {
    .coming-soon-content h2 {
        font-size: 2rem;
    }

    .program-preview-grid {
        grid-template-columns: 1fr;
    }

    .topics-grid {
        grid-template-columns: 1fr;
    }

    .notification-box {
        flex-direction: column;
        text-align: center;
    }

    .notification-content {
        text-align: center;
    }

    .coming-soon-cta {
        flex-direction: column;
    }

    .quick-info-grid {
        grid-template-columns: 1fr;
    }
}

/* === SPEAKERS PAGE SPECIFIC === */

/* Speakers Preview Grid */
.speakers-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin: var(--spacing-lg) 0;
}

/* Speaker Categories */
.speaker-categories {
    margin: var(--spacing-xl) 0;
    text-align: left;
    background: var(--bg-light);
    padding: var(--spacing-lg);
    border-radius: 12px;
}

.speaker-categories h3 {
    font-size: 1.75rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
    text-align: center;
}

.speaker-categories > p {
    text-align: center;
    color: var(--text-medium);
    margin-bottom: var(--spacing-md);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
}

.category-card {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    text-align: center;
    transition: var(--transition-normal);
}

.category-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto var(--spacing-sm);
    background: linear-gradient(135deg, var(--primary-light), var(--secondary-color));
    color: var(--bg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card h4 {
    font-size: 1.125rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.category-card p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    margin: 0;
    line-height: 1.6;
}

/* Expertise Section */
.expertise-section {
    margin: var(--spacing-xl) 0;
    text-align: center;
}

.expertise-section h3 {
    font-size: 1.75rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.expertise-section > p {
    color: var(--text-medium);
    margin-bottom: var(--spacing-md);
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.expertise-tag {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    background: var(--bg-white);
    border: 2px solid var(--border-color);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    color: var(--text-dark);
    transition: var(--transition-normal);
    cursor: default;
}

.expertise-tag:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(-2px);
}

/* Why Attend Section */
.why-attend-section {
    background: var(--bg-light);
}

.why-attend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
}

.why-card {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    text-align: center;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
}

.why-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.why-icon {
    font-size: 3rem;
    margin-bottom: var(--spacing-sm);
}

.why-card h4 {
    font-size: 1.125rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.why-card p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    margin: 0;
    line-height: 1.6;
}

/* Responsive - Speakers Page */
@media (max-width: 768px) {
    .speakers-preview-grid,
    .categories-grid,
    .why-attend-grid {
        grid-template-columns: 1fr;
    }

    .expertise-tags {
        justify-content: center;
    }

    .speaker-categories,
    .expertise-section {
        padding: var(--spacing-md);
    }
}

/* === DATES PAGE SPECIFIC === */

/* Countdown Section */
.countdown-section {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: var(--bg-white);
    padding: var(--spacing-lg) 0;
}

.countdown-wrapper {
    text-align: center;
}

.countdown-wrapper h2 {
    font-size: 2rem;
    margin-bottom: var(--spacing-md);
    color: var(--bg-white);
}

.countdown-grid {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: var(--spacing-md);
    min-width: 120px;
}

.countdown-number {
    font-size: 3rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0.25rem;
}

.countdown-label {
    font-size: 1rem;
    opacity: 0.9;
}

.countdown-ended {
    font-size: 1.5rem;
    color: var(--bg-white);
}

/* Timeline Section */
.timeline-section {
    padding: var(--spacing-xl) 0;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: var(--spacing-lg) auto 0;
    padding-left: 60px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--border-color);
}

.timeline-item {
    position: relative;
    margin-bottom: var(--spacing-lg);
    padding-bottom: var(--spacing-lg);
}

.timeline-marker {
    position: absolute;
    left: -48px;
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--bg-white);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    z-index: 2;
}

.timeline-highlight .timeline-marker {
    background: var(--primary-color);
    color: var(--bg-white);
    width: 50px;
    height: 50px;
    left: -53px;
}

.timeline-content {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    transition: var(--transition-normal);
}

.timeline-content:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-lg);
}

.timeline-highlight .timeline-content {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-left-color: var(--primary-dark);
    border-left-width: 6px;
}

.timeline-date {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    background: var(--primary-color);
    color: var(--bg-white);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--spacing-sm);
}

.timeline-content h3 {
    font-size: 1.375rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.timeline-content p {
    color: var(--text-medium);
    margin: 0 0 var(--spacing-sm);
    line-height: 1.7;
}

.timeline-status {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: var(--font-weight-semibold);
}

.status-upcoming {
    background: #dbeafe;
    color: #1e40af;
}

.status-important {
    background: #fee2e2;
    color: #991b1b;
}

.status-info {
    background: #e0e7ff;
    color: #3730a3;
}

.status-discount {
    background: #d1fae5;
    color: #065f46;
}

.status-normal {
    background: #fef3c7;
    color: #92400e;
}

.status-event {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: var(--bg-white);
}

/* Fee Section */
.fee-section {
    background: var(--bg-light);
}

.fee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.fee-card {
    background: var(--bg-white);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
    position: relative;
}

.fee-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.fee-featured {
    border-color: var(--primary-color);
    border-width: 3px;
}

.fee-header {
    padding: var(--spacing-md);
    text-align: center;
    color: var(--bg-white);
}

.fee-early {
    background: linear-gradient(135deg, #059669, #10b981);
}

.fee-late {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
}

.fee-onsite {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.fee-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--bg-white);
}

.fee-date {
    font-size: 0.875rem;
    opacity: 0.9;
}

.fee-body {
    padding: var(--spacing-md);
}

.fee-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-sm) 0;
    border-bottom: 1px solid var(--border-color);
}

.fee-item:last-child {
    border-bottom: none;
}

.fee-label {
    font-weight: var(--font-weight-medium);
    color: var(--text-dark);
}

.fee-price {
    font-weight: var(--font-weight-semibold);
    color: var(--primary-color);
    font-size: 0.9375rem;
}

.fee-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background: #dc2626;
    color: var(--bg-white);
    padding: 0.375rem 2.5rem;
    font-size: 0.75rem;
    font-weight: var(--font-weight-bold);
    transform: rotate(45deg);
    box-shadow: var(--shadow-md);
}

/* Fee Notes */
.fee-notes {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
}

.fee-notes h4 {
    font-size: 1.125rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.fee-notes ul {
    list-style: none;
    padding: 0;
}

.fee-notes li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-medium);
    line-height: 1.6;
}

.fee-notes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: var(--font-weight-bold);
}

/* Notes Section */
.notes-section {
    padding: var(--spacing-xl) 0;
}

.notes-box {
    background: var(--bg-light);
    padding: var(--spacing-lg);
    border-radius: 16px;
}

.notes-box h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: var(--spacing-lg);
    color: var(--text-dark);
}

.notes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
}

.note-item {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    text-align: center;
    transition: var(--transition-normal);
}

.note-item:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.note-icon {
    font-size: 2.5rem;
    margin-bottom: var(--spacing-sm);
}

.note-item h4 {
    font-size: 1.125rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.note-item p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    margin: 0;
    line-height: 1.6;
}

/* Responsive - Dates Page */
@media (max-width: 768px) {
    .timeline {
        padding-left: 40px;
    }

    .timeline::before {
        left: 10px;
    }

    .timeline-marker {
        left: -38px;
        width: 35px;
        height: 35px;
    }

    .timeline-highlight .timeline-marker {
        width: 40px;
        height: 40px;
        left: -41px;
    }

    .fee-grid {
        grid-template-columns: 1fr;
    }

    .fee-badge {
        font-size: 0.625rem;
        padding: 0.25rem 2rem;
    }

    .notes-grid {
        grid-template-columns: 1fr;
    }

    .countdown-item {
        min-width: 100px;
    }

    .countdown-number {
        font-size: 2.5rem;
    }
}

/* === ACCOMMODATION PAGE SPECIFIC === */

/* Venue Section */
.venue-section {
    padding: var(--spacing-lg) 0;
}

.venue-box {
    display: flex;
    gap: var(--spacing-md);
    align-items: flex-start;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    padding: var(--spacing-lg);
    border-radius: 16px;
    border: 2px solid #bfdbfe;
}

.venue-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    color: var(--bg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.venue-content h2 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
}

.venue-content h3 {
    font-size: 1.875rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.venue-address {
    font-size: 1rem;
    color: var(--text-medium);
    margin-bottom: var(--spacing-sm);
}

.venue-description {
    color: var(--text-medium);
    line-height: 1.7;
}

/* Hotels Section */
.hotels-section {
    background: var(--bg-light);
}

.hotels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: var(--spacing-md);
}

.hotel-card {
    background: var(--bg-white);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--border-color);
    transition: var(--transition-normal);
    position: relative;
}

.hotel-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.hotel-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    font-size: 0.875rem;
    box-shadow: var(--shadow-md);
    z-index: 2;
}

.hotel-header {
    padding: var(--spacing-md);
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: var(--bg-white);
}

.hotel-header h3 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
    color: var(--bg-white);
}

.hotel-category {
    font-size: 0.875rem;
    opacity: 0.9;
    font-weight: var(--font-weight-medium);
}

.hotel-body {
    padding: var(--spacing-md);
}

.hotel-feature {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
    color: var(--text-medium);
}

.hotel-feature svg {
    flex-shrink: 0;
    color: var(--primary-color);
}

.hotel-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: var(--spacing-sm) 0;
}

.amenity {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    background: var(--bg-light);
    border-radius: 50px;
    font-size: 0.8125rem;
    color: var(--text-dark);
    font-weight: var(--font-weight-medium);
}

.hotel-description {
    font-size: 0.9375rem;
    color: var(--text-medium);
    line-height: 1.6;
    margin-top: var(--spacing-sm);
}

.hotel-footer {
    padding: var(--spacing-md);
    background: var(--bg-light);
    border-top: 1px solid var(--border-color);
}

.hotel-price {
    font-size: 0.9375rem;
    color: var(--text-dark);
    font-weight: var(--font-weight-medium);
    text-align: center;
}

/* Tips Section */
.tips-section {
    padding: var(--spacing-xl) 0;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
}

.tip-card {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    text-align: center;
    transition: var(--transition-normal);
}

.tip-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.tip-icon {
    font-size: 3rem;
    margin-bottom: var(--spacing-sm);
}

.tip-card h4 {
    font-size: 1.125rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.tip-card p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    line-height: 1.6;
    margin: 0;
}

/* Transportation Section */
.transportation-section {
    background: var(--bg-light);
}

.transportation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-md);
}

.transport-card {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    text-align: center;
    transition: var(--transition-normal);
}

.transport-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.transport-icon {
    font-size: 3.5rem;
    margin-bottom: var(--spacing-sm);
}

.transport-card h3 {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.transport-card p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.transport-card p strong {
    color: var(--text-dark);
    font-weight: var(--font-weight-semibold);
}

/* Map Section */
.map-section {
    padding: var(--spacing-xl) 0;
}

.map-box {
    max-width: 1000px;
    margin: 0 auto;
}

.map-container {
    margin-top: var(--spacing-md);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.map-container iframe {
    display: block;
    width: 100%;
}

.map-placeholder {
    background: var(--bg-light);
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    padding: var(--spacing-xl);
    text-align: center;
    margin-top: var(--spacing-md);
}

.map-icon {
    margin: 0 auto var(--spacing-md);
    color: var(--primary-color);
    opacity: 0.6;
}

.map-text {
    font-size: 1.375rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.map-subtext {
    font-size: 1rem;
    color: var(--text-medium);
    margin-bottom: var(--spacing-md);
}

/* Responsive - Accommodation Page */
@media (max-width: 768px) {
    .venue-box {
        flex-direction: column;
        text-align: center;
    }

    .venue-icon {
        margin: 0 auto;
    }

    .hotels-grid {
        grid-template-columns: 1fr;
    }

    .tips-grid,
    .transportation-grid {
        grid-template-columns: 1fr;
    }

    .hotel-amenities {
        justify-content: center;
    }
}

/* === CONTACT PAGE SPECIFIC === */

/* Contact Section */
.contact-section {
    padding: var(--spacing-xl) 0;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
}

.contact-form-container h2,
.contact-info-container h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.form-description {
    color: var(--text-medium);
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
}

/* Contact Form */
.contact-form {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
}

.form-group {
    margin-bottom: var(--spacing-md);
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-weight: var(--font-weight-medium);
    font-size: 0.9375rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    font-family: var(--font-primary);
    transition: var(--transition-fast);
    background: var(--bg-white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.input-error {
    border-color: #dc2626 !important;
}

.error-message {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.success-message {
    background: #d1fae5;
    border: 2px solid #10b981;
    color: #065f46;
    padding: var(--spacing-md);
    border-radius: 8px;
    margin-bottom: var(--spacing-md);
    transition: opacity var(--transition-normal);
}

.success-message p {
    margin: 0.25rem 0;
    color: #065f46;
}

/* Contact Info */
.contact-info-container {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.contact-info-box {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
}

.info-item {
    display: flex;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) 0;
    border-bottom: 1px solid var(--border-color);
}

.info-item:last-child {
    border-bottom: none;
}

.info-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: var(--bg-white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-content h4 {
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.info-content p,
.info-content a {
    font-size: 0.9375rem;
    color: var(--text-medium);
    margin: 0;
    line-height: 1.6;
}

.info-content a {
    transition: var(--transition-fast);
}

.info-content a:hover {
    color: var(--primary-color);
}

/* Social Media */
.social-box {
    background: var(--bg-light);
    padding: var(--spacing-md);
    border-radius: 12px;
    text-align: center;
}

.social-box h3 {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-sm);
}

.social-links {
    display: flex;
    gap: var(--spacing-sm);
    justify-content: center;
}

.social-link {
    width: 50px;
    height: 50px;
    background: var(--bg-white);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    transition: var(--transition-normal);
}

.social-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(-4px);
}

/* Organization Box */
.organization-box {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    text-align: center;
}

.organization-box h3 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
    color: var(--bg-white);
}

.org-item h4 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    color: var(--bg-white);
}

.org-item p {
    font-size: 0.875rem;
    margin: 0;
    opacity: 0.9;
    color: var(--bg-white);
}

.org-divider {
    font-size: 1.5rem;
    margin: var(--spacing-sm) 0;
    opacity: 0.5;
}

/* FAQ Section */
.faq-section {
    background: var(--bg-light);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-white);
    padding: var(--spacing-md);
    border-radius: 12px;
    border: 2px solid var(--border-color);
    margin-bottom: var(--spacing-md);
    transition: var(--transition-normal);
}

.faq-item:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-md);
}

.faq-question {
    font-size: 1.125rem;
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm);
    font-weight: var(--font-weight-semibold);
}

.faq-answer {
    color: var(--text-medium);
    line-height: 1.7;
    margin: 0;
}

/* Responsive - Contact Page */
@media (max-width: 992px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .social-links {
        flex-wrap: wrap;
    }

    .contact-form-container h2,
    .contact-info-container h2 {
        font-size: 1.75rem;
    }
}