@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
    --fb-blue: #1A3B8B;
    --fb-blue-dark: #142d69;
    --fb-blue-light: #2451b9;
    --fb-yellow: #FFED00;
    --fb-yellow-light: #fff44d;
    --fb-yellow-dark: #e6d500;
    --text-color: #ffffff;
    --text-secondary: #ebebeb;
    --background: #0f1c33;
    --card-bg: rgba(255, 255, 255, 0.08);
    --modal-bg: #0f1c33;
    --modal-card: #1a2942;
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow-color: rgba(0, 0, 0, 0.5);
    --success: #4BB543;
    --error: #FF3333;
    --whatsapp: #25D366;
    --whatsapp-dark: #128C7E;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: var(--background);
    position: relative;
}

/* Arka plan efektleri */
.noise-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAFJklEQVRoQ+1aa4hcVRDec+/dnd1Nd9cYH4kxxiAIEkV/KBpE1IhiRCiIj0QLClZQxETxRwQfjUQQUwQJIv4RYhIfQVFBW4kRsRgfSLB+MNZH8RF3NzuZmZ37ODLnce/evffO7N2ZncjuBZdldufMOd+ZM6e+c4axxgdbo7xQHAiCIOCcG4yxFiHEL+3xc8Y+ISL4XaLAMAyDXpuEkMc45/sQke/nYSLeJIQ4IKW8WQjxHuf8ixDkfyEkCIIrGWMfCiEuYYxt45xfr5Q6FZaEUj9zzp8RQrwthFhfq9WeY4w9b/r+f0LCTVTKtzzPu4ox1uCcL/i+fyNjbLJarT7NGHuHMdapVquvMMaeMk3zDtb6NAmC4DrG2BuMMSalfEoI8QrnfEFK+ZwQ4g0hxJSU8gXO+VYhxBHOeat1pJSfSCkrhQsJguBixtjXQoiLpZQPc87fFUJsE0I8zjnfJYS4TEp5L+f8eyHETinlXfF+pmn+xVk7yyAwDCMIgk2MsZcZY+dKKZ/knB8QQhBl3hRCvCeEOFNKeS/nfEoI8aOU8or4nCzL+oaxVijVsizTtu2/TdOMZZKCINjOGHslJvg7nPPPiOCc811CiI+FEOfFBGecP5ZSbojP2bbtDmOMC6WIZVkGY2zetu0BKRFKnfkYwVcLIZ7jnH8phNguhNgrhNgopXyQc/6nEOJlKeXdRQiQUiIbJvM+wzAQW0SRcF80Go37GGO/CyHOl1LexTk/JIS4Xkq5hXP+K2NMZWLihP5WLpf/Yoz9UyTBY0KK+O8YY7ZpmnUhxA1SypuI4EKIA0KIj6SUt8fnlcvlqXQ6XcnlcsVsNvtzIpFAXBZCiUII0zTnkyS3LOtixtgXQojLpZQPcc6/FkK8JoTYJ4S4mXaEMXaUc25blvUHYywXpf4plUoVYjKKIEY4J7IbIAiCsxljHwkhKt3d3aVSqTQvhGjR7ggh5qnVKISYc133GMVLJJJLKRdLpdKiYRh/z83N9eZyueNRSB7FnMj6LRZZDcMwp6en8/l8PmNZ1moaQykaFdtFrpY4hP4Xdty27eMrKyt9+XyeFDoyK8bxxK+gIOBJ5PN5I5vNRiY17UrSsXFSYFsmk5np6+s7Qbuw2p+zKFEUZTYII+7MzMxMLpfLJJPJNQkugiRJn2EYKJy9/f39x2q12lqXY4eI+iLWNaIMfNTS0lIulUrh99VDuijRcWJQ3vX19c1PTU3lVlZWTjpZ1hQSFkmOBP0biR3USSqVOuV8WrOjhyKJqIPiSSKROOVd6PCKnSAY0K7dbrdXhBC9/f39k51Op3eqhRcmREEOOy6tMjmvdDqNAKfCmVSr1QamV+iNXfK5UFXrhEQg6OQUfCiYtCNwXuVyGcES8xD0UZlM5nnP8+4Ogo51Oh0znU6fEkGRCokyDwm9d4ILGGGnuVzOcRxnfGBg4NqOlLFQhCBrUQBRBCGW6AZg9uHh4Xt7e3tvC4JgxHVdI5VKFSZES5eIrxCCbIWKHwUSBRLfq6ur91er1Tur1eotjUZjpNlsYnfy+XzhFIkohIiNQELBRLZCZiJ7wRHB8OM7Pj5+e71eH67X64OHDx/ubDabvRRv+B0Uo4aGhoZGR0dDmgwODo5MTEzAEPYkk8nk8PDw6Nzc3MzCwsK/Gx0aGhoYGBi4tF6vo2ASaSQh8clj+P3tjkwmU/F9f81C4gvw8D80NBSrh2AIsJFKpfrq9XqHMTYQ+jD6NL7TXIVCYXh2dvbvdDrtoZSIk1z73+G//9lbMQVcl1IAAAAASUVORK5CYII=');
    opacity: 0.06;
    z-index: -2;
    pointer-events: none;
}

.gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(38, 78, 179, 0.4) 0%, rgba(15, 28, 51, 0) 70%);
    z-index: -1;
    pointer-events: none;
}

.main-wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

/* Header ve Navigasyon */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(15, 28, 51, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-header {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: var(--text-color);
}

.logo-small {
    width: 40px;
    height: 40px;
    background-color: var(--fb-yellow);
    color: var(--fb-blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 0 15px rgba(255, 237, 0, 0.3);
}

.logo-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
}

.main-nav {
    margin-left: auto;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-item a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s;
}

.nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--fb-yellow);
    transition: all 0.3s;
}

.nav-item a:hover {
    color: var(--fb-yellow);
}

.nav-item a:hover::after {
    width: 100%;
}

.nav-item.active a {
    color: var(--fb-yellow);
}

.nav-item.active a::after {
    width: 100%;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 101;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: all 0.3s;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Hero Section */
.hero-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

/* Logo ve Orbit Efektleri */
.logo-section {
    margin-bottom: 40px;
    position: relative;
}

.orbit-container {
    position: relative;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 237, 0, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orbit-1 {
    width: 240px;
    height: 240px;
    animation: orbit 60s linear infinite;
}

.orbit-2 {
    width: 200px;
    height: 200px;
    border-color: rgba(255, 237, 0, 0.15);
    animation: orbit 40s linear infinite reverse;
}

.orbit-3 {
    width: 160px;
    height: 160px;
    border-color: rgba(255, 237, 0, 0.2);
    animation: orbit 20s linear infinite;
}

@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.logo-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: var(--fb-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(255, 237, 0, 0.4),
                0 0 60px rgba(255, 237, 0, 0.2),
                0 0 90px rgba(255, 237, 0, 0.1);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 30px rgba(255, 237, 0, 0.4), 
                    0 0 60px rgba(255, 237, 0, 0.2),
                    0 0 90px rgba(255, 237, 0, 0.1);
    }
    50% {
        box-shadow: 0 0 40px rgba(255, 237, 0, 0.6), 
                    0 0 80px rgba(255, 237, 0, 0.3),
                    0 0 120px rgba(255, 237, 0, 0.15);
    }
}

#logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--fb-blue);
}

#logo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* İçerik Bölümü */
.content-section {
    max-width: 800px;
    width: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards 0.5s;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.badge {
    display: inline-block;
    background-color: rgba(255, 237, 0, 0.2);
    color: var(--fb-yellow);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 237, 0, 0.3);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Glitch Efekti */
.glitch {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--text-color);
    text-shadow: 0 0 5px rgba(26, 59, 139, 0.5);
    position: relative;
    animation: glitch 5s infinite;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.glitch::before {
    color: var(--fb-yellow);
    z-index: -1;
    animation: glitch-effect 3s infinite;
}

.glitch::after {
    color: var(--fb-blue-light);
    z-index: -2;
    animation: glitch-effect 2s infinite reverse;
}

@keyframes glitch-effect {
    0% {
        opacity: 0;
        transform: translateX(-2px);
    }
    20% {
        opacity: 0.3;
    }
    40% {
        opacity: 0;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}

.subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 40px;
    font-weight: 300;
}

/* Geri Sayım */
.countdown-container {
    margin-bottom: 40px;
}

.countdown-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.time-block {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    min-width: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.time-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.1) 0%, 
                rgba(255, 255, 255, 0) 50%, 
                rgba(255, 255, 255, 0.05) 100%);
    z-index: -1;
}

.time-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.time-value {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--fb-yellow);
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 0 10px rgba(255, 237, 0, 0.5);
}

.time-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Butonlar */
.buttons-container {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.btn {
    position: relative;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 250px;
    text-decoration: none;
}

.btn i {
    font-size: 1.2rem;
}

.btn-primary {
    background: var(--fb-yellow);
    color: var(--fb-blue);
    box-shadow: 0 5px 20px rgba(255, 237, 0, 0.3);
}

.btn-outline {
    background: transparent;
    color: var(--fb-yellow);
    border: 2px solid var(--fb-yellow);
    box-shadow: 0 5px 20px rgba(255, 237, 0, 0.1);
}

.btn-whatsapp {
    background: var(--whatsapp);
    color: white;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
    margin-top: 10px;
}

.btn-content {
    position: relative;
    z-index: 3;
    display: inline-block;
    transition: all 0.3s;
}

.btn-glitch {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.2), 
                transparent);
    transition: all 0.5s;
    z-index: 2;
}

.btn-primary:hover {
    box-shadow: 0 8px 25px rgba(255, 237, 0, 0.4);
    transform: translateY(-2px);
}

.btn-primary:hover .btn-glitch {
    left: 100%;
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 3px 15px rgba(255, 237, 0, 0.2);
}

.btn-outline:hover {
    background-color: var(--fb-yellow);
    color: var(--fb-blue);
    box-shadow: 0 8px 25px rgba(255, 237, 0, 0.3);
    transform: translateY(-2px);
}

.btn-outline:active {
    transform: translateY(0);
    box-shadow: 0 3px 15px rgba(255, 237, 0, 0.1);
}

.btn-whatsapp:hover {
    background: var(--whatsapp-dark);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transform: translateY(-2px);
}

.btn-whatsapp:hover .btn-glitch {
    left: 100%;
}

.btn-whatsapp:active {
    transform: translateY(0);
    box-shadow: 0 3px 15px rgba(37, 211, 102, 0.2);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.6;
    transition: all 0.3s;
    cursor: pointer;
}

.scroll-indicator:hover {
    opacity: 1;
}

.scroll-icon {
    font-size: 1.5rem;
    color: var(--fb-yellow);
    animation: bounce 2s infinite;
}

.scroll-indicator p {
    font-size: 0.8rem;
    margin-top: 5px;
    color: var(--text-secondary);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Hakkında Bölümü */
.about-section {
    background-color: rgba(15, 28, 51, 0.5);
    padding: 100px 20px;
    position: relative;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.title-line {
    height: 1px;
    width: 60px;
    background-color: var(--fb-yellow);
    margin: 0 20px;
    opacity: 0.5;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    position: relative;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.about-card {
    background-color: var(--card-bg);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(50px);
}

.about-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: var(--fb-yellow);
}

.card-icon {
    width: 60px;
    height: 60px;
    background-color: var(--fb-blue);
    color: var(--fb-yellow);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(26, 59, 139, 0.3);
}

.about-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--fb-yellow);
}

.about-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Yolculuk Bölümü */
.journey-section {
    margin-top: 80px;
    margin-bottom: 60px;
    animation: fadeIn 1.5s ease-out;
}

.journey-container {
    background-color: var(--card-bg);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.journey-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--fb-yellow) 0%, var(--fb-blue) 100%);
}

.journey-header {
    text-align: center;
    margin-bottom: 40px;
}

.journey-header h3 {
    color: var(--fb-yellow);
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.journey-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
    font-style: italic;
    opacity: 0.8;
}

.journey-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.journey-image {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.journey-image-inner {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, var(--fb-blue) 0%, var(--fb-blue-light) 70%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(26, 59, 139, 0.4);
    position: relative;
    overflow: hidden;
}

.journey-image-inner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, rgba(255, 237, 0, 0.3), transparent 30%);
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.journey-icon {
    font-size: 4rem;
    color: var(--fb-yellow);
    z-index: 1;
    text-shadow: 0 0 20px rgba(255, 237, 0, 0.4);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.journey-text {
    flex: 2;
    min-width: 300px;
    text-align: left;
}

.journey-text p {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.journey-text p:last-child {
    margin-bottom: 0;
}

/* CTA Bölümü */
.cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 20px;
}

/* Kuruluş Hikayesi Sayfası */
.page-wrapper {
    padding-top: 80px;
}

.page-header {
    background-color: rgba(15, 28, 51, 0.7);
    padding: 50px 20px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
                transparent, 
                var(--fb-yellow), 
                transparent);
}

.page-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--fb-yellow);
    margin-bottom: 15px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.breadcrumbs a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s;
}

.breadcrumbs a:hover {
    color: var(--fb-yellow);
}

.separator {
    opacity: 0.5;
}

.current {
    color: var(--fb-yellow);
}

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

/* Kuruluş Hikayesi Bölümü */
.story-section {
    margin-top: 40px;
    padding: 20px;
    animation: fadeIn 1.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.story-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    background-color: var(--card-bg);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.story-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hexagon {
    width: 280px;
    height: 320px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 20px rgba(255, 237, 0, 0.4));
}

.hexagon-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--fb-blue) 0%, var(--fb-blue-light) 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hexagon-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 5s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.hexagon-content {
    font-size: 6rem;
    color: var(--fb-yellow);
    text-shadow: 0 0 20px rgba(255, 237, 0, 0.5);
    animation: pulse-icon 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes pulse-icon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.story-content {
    flex: 2;
    min-width: 300px;
    text-align: left;
}

.story-content h2, .story-content h3 {
    color: var(--fb-yellow);
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.story-content h2::after, .story-content h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 80px;
    height: 3px;
    background: var(--fb-yellow);
    border-radius: 2px;
}

.story-text {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.highlight {
    color: var(--fb-yellow);
    font-weight: 600;
}

.highlight-blue {
    color: #4e7bff;
    font-weight: 600;
}

.highlight-yellow {
    color: var(--fb-yellow);
    font-weight: 600;
}

/* Başkan Alıntı Bölümü */
.president-section {
    margin: 60px 0;
}

.president-quote {
    position: relative;
    background-color: var(--card-bg);
    border-radius: 20px;
    padding: 40px;
    border-left: 5px solid var(--fb-yellow);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.quote-icon {
    position: absolute;
    top: -20px;
    left: 40px;
    font-size: 3rem;
    color: var(--fb-yellow);
    opacity: 0.3;
}

blockquote {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 20px;
}

.president-signature {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.signature-line {
    font-family: 'Brush Script MT', cursive;
    font-size: 1.8rem;
    color: var(--fb-yellow);
    line-height: 1;
}

.signature-title {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
    margin-top: 5px;
}

/* Zaman Çizelgesi */
.milestones-section {
    margin: 60px 0;
}

.section-heading {
    font-size: 2rem;
    color: var(--fb-yellow);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--fb-yellow);
    border-radius: 2px;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent, 
                var(--fb-yellow), 
                var(--fb-yellow), 
                transparent);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--fb-yellow);
    top: 25px;
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -8px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -8px;
}

.timeline-date {
    font-size: 0.9rem;
    color: var(--fb-yellow);
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-content {
    background-color: var(--card-bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.timeline-content h3 {
    color: var(--fb-yellow);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.timeline-content p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Footer */
footer {
    background-color: rgba(10, 18, 33, 0.7);
    padding: 40px 20px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.social-icon {
    width: 50px;
    height: 50px;
    background-color: var(--card-bg);
    color: var(--text-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.social-icon:hover {
    background-color: var(--fb-yellow);
    color: var(--fb-blue);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.social-icon:active {
    transform: translateY(0);
}

.footer-info {
    color: var(--text-secondary);
    font-size: 0.9rem;
    opacity: 0.7;
}

.admin-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.8rem;
    opacity: 0.6;
    transition: all 0.3s;
}

.admin-link:hover {
    color: var(--fb-yellow);
    opacity: 1;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    overflow-y: auto;
    backdrop-filter: blur(10px);
}

.modal-content {
    position: relative;
    background-color: var(--modal-bg);
    margin: 50px auto;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.modal.active .modal-content {
    transform: scale(1);
    opacity: 1;
}

.modal-header {
    padding: 30px 40px;
    background: linear-gradient(135deg, var(--fb-blue) 0%, var(--fb-blue-dark) 100%);
    color: white;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.whatsapp-header {
    background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-dark) 100%);
}

.modal-title h2 {
    margin: 0;
    font-size: 1.8rem;
    color: var(--fb-yellow);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.whatsapp-header .modal-title h2 {
    color: white;
}

.modal-title p {
    font-size: 1rem;
    margin-top: 5px;
    opacity: 0.8;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.1);
}

.close-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.modal-body {
    padding: 40px;
    background-color: var(--modal-card);
}

/* Form Stilleri */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--fb-yellow);
    font-size: 0.9rem;
}

.whatsapp-modal .form-group label {
    color: var(--whatsapp);
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    color: var(--fb-blue);
    font-size: 1rem;
    opacity: 0.7;
    transition: all 0.3s;
}

.whatsapp-modal .input-wrapper i {
    color: var(--whatsapp);
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-color);
}

.textarea-wrapper i {
    top: 12px;
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
    outline: none;
    border-color: var(--fb-yellow);
    box-shadow: 0 0 0 3px rgba(255, 237, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.08);
}

.whatsapp-modal .input-wrapper input:focus,
.whatsapp-modal .input-wrapper textarea:focus {
    border-color: var(--whatsapp);
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.2);
}

.input-wrapper input:focus + i,
.input-wrapper textarea:focus + i {
    color: var(--fb-yellow);
    opacity: 1;
}

.whatsapp-modal .input-wrapper input:focus + i,
.whatsapp-modal .input-wrapper textarea:focus + i {
    color: var(--whatsapp);
}

.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Form validasyon hata stilleri */
.error-input,
.input-wrapper input.error-input,
.input-wrapper textarea.error-input {
    border-color: var(--error) !important;
    box-shadow: 0 0 0 3px rgba(255, 51, 51, 0.2) !important;
    background-color: rgba(255, 51, 51, 0.05) !important;
}

.error-input:focus,
.input-wrapper input.error-input:focus,
.input-wrapper textarea.error-input:focus {
    border-color: var(--error) !important;
    box-shadow: 0 0 0 3px rgba(255, 51, 51, 0.3) !important;
}

.error-input + i {
    color: var(--error) !important;
    opacity: 1;
}

.form-group.has-error label {
    color: var(--error);
}

/* Checkbox Stili */
.terms-group {
    margin-top: 10px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-secondary);
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid var(--border-color);
    border-radius: 5px;
    margin-right: 10px;
    transition: all 0.3s;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.1);
}

.checkbox-container input:checked ~ .checkmark {
    background-color: var(--fb-yellow);
    border-color: var(--fb-yellow);
}

.whatsapp-modal .checkbox-container input:checked ~ .checkmark {
    background-color: var(--whatsapp);
    border-color: var(--whatsapp);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--fb-blue);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.whatsapp-modal .checkmark:after {
    border-color: white;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.terms-text {
    flex: 1;
}

/* Submit Button */
.submit-btn {
    background: linear-gradient(90deg, var(--fb-yellow) 0%, var(--fb-yellow-light) 100%);
    color: var(--fb-blue);
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn {
    background: linear-gradient(90deg, var(--whatsapp) 0%, var(--whatsapp-dark) 100%);
    color: white;
}

.submit-btn span {
    position: relative;
    z-index: 2;
}

.submit-btn i {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.submit-btn:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.submit-btn:hover i {
    transform: translateX(5px);
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--fb-blue) 0%, var(--fb-blue-light) 100%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.whatsapp-btn::before {
    background: linear-gradient(90deg, var(--whatsapp-dark) 0%, var(--whatsapp) 100%);
}

.submit-btn:hover::before {
    opacity: 1;
}

.submit-btn:hover span,
.submit-btn:hover i {
    color: white;
}

.whatsapp-btn:hover span,
.whatsapp-btn:hover i {
    color: white;
}

.submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Message Styles */
#message, #whatsapp-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    display: none;
    text-align: center;
    font-weight: 500;
}

.success {
    background-color: rgba(75, 181, 67, 0.2);
    color: var(--success);
    border: 1px solid rgba(75, 181, 67, 0.3);
    display: block !important;
}

.error {
    background-color: rgba(255, 51, 51, 0.2);
    color: var(--error);
    border: 1px solid rgba(255, 51, 51, 0.3);
    display: block !important;
}

/* WhatsApp Modal Özel Stilleri */
.whatsapp-modal {
    max-width: 600px;
}

.whatsapp-info {
    color: var(--text-secondary);
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.6;
}

.whatsapp-direct {
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.whatsapp-direct p {
    color: var(--text-secondary);
    margin-bottom: 15px;
}

.btn-whatsapp-direct {
    background: var(--whatsapp);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

.btn-whatsapp-direct:hover {
    background: var(--whatsapp-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-direct i {
    font-size: 1.2rem;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .main-header {
        padding: 10px 0;
    }
    
    .header-container {
        padding: 10px 20px;
    }
    
    .logo-text {
        font-size: 1rem;
    }
    
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: var(--fb-blue-dark);
        padding: 100px 30px 30px;
        transition: all 0.4s ease-in-out;
        z-index: 100;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    }
    
    .main-nav.active {
        right: 0;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-item a {
        font-size: 1.2rem;
        padding: 10px 0;
        display: block;
    }
    
    .mobile-menu-btn {
        display: flex;
        z-index: 101;
    }
    
    .hero-container {
        padding-top: 100px;
    }
    
    .glitch {
        font-size: 2.2rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .countdown-wrapper {
        gap: 10px;
    }
    
    .time-block {
        min-width: 70px;
        padding: 15px 10px;
    }
    
    .time-value {
        font-size: 2rem;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .orbit-container {
        width: 200px;
        height: 200px;
    }
    
    .orbit-1 {
        width: 200px;
        height: 200px;
    }
    
    .orbit-2 {
        width: 160px;
        height: 160px;
    }
    
    .orbit-3 {
        width: 120px;
        height: 120px;
    }
    
    .logo-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .about-card {
        min-width: 100%;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .modal-content {
        margin: 30px auto;
    }
    
    .modal-header {
        padding: 20px 30px;
    }
    
    .modal-body {
        padding: 30px;
    }
    
    .buttons-container {
        flex-direction: column;
        width: 100%;
    }
    
    .btn {
        width: 100%;
    }
    
    .story-container {
        padding: 30px 20px;
    }
    
    .hexagon {
        width: 220px;
        height: 250px;
    }
    
    .hexagon-content {
        font-size: 4rem;
    }
    
    .story-content h2, 
    .story-content h3 {
        font-size: 1.5rem;
    }
    
    .story-text {
        font-size: 0.95rem;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 50px;
        padding-right: 20px;
        left: 0;
        text-align: left;
    }
    
    .timeline-item:nth-child(odd) .timeline-dot,
    .timeline-item:nth-child(even) .timeline-dot {
        left: 12px;
    }
    
    .journey-container {
        padding: 30px 20px;
    }
    
    .journey-header h3 {
        font-size: 1.5rem;
    }
    
    .journey-subtitle {
        font-size: 1rem;
    }
    
    .journey-image-inner {
        width: 150px;
        height: 150px;
    }
    
    .journey-icon {
        font-size: 3rem;
    }
    
    .journey-text p {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 480px) {
    .logo-small {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .logo-text {
        font-size: 0.9rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .glitch {
        font-size: 1.8rem;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
    }
    
    .time-block {
        min-width: 60px;
        padding: 10px 8px;
    }
    
    .time-value {
        font-size: 1.5rem;
    }
    
    .time-label {
        font-size: 0.7rem;
    }
    
    .orbit-container {
        width: 160px;
        height: 160px;
    }
    
    .orbit-1 {
        width: 160px;
        height: 160px;
    }
    
    .orbit-2 {
        width: 130px;
        height: 130px;
    }
    
    .orbit-3 {
        width: 100px;
        height: 100px;
    }
    
    .logo-wrapper {
        width: 80px;
        height: 80px;
    }
    
    #logo-placeholder {
        font-size: 2.5rem;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
}