/* EMD Bilişim - Modern Website Styles */

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

:root {
    --primary-color: #667eea;
    --secondary-color: #764ba2;
    --accent-color: #f093fb;
    --text-dark: #1a202c;
    --text-light: #718096;
    --bg-light: #f7fafc;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;
    --gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.15);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* Global Space Background - Tüm Sayfa - Animasyonlu Renk Geçişleri */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(102, 126, 234, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(118, 75, 162, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(240, 147, 251, 0.2) 0%, transparent 60%),
        radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%),
        linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1419 100%);
    background-size: 200% 200%;
    z-index: -3;
    animation: backgroundGradientShift 15s ease infinite;
}

@keyframes backgroundGradientShift {
    0% { 
        background-position: 0% 0%, 100% 100%, 50% 50%, 0% 100%, 0% 50%;
        background: 
            radial-gradient(ellipse at 20% 30%, rgba(102, 126, 234, 0.4) 0%, transparent 50%),
            radial-gradient(ellipse at 80% 70%, rgba(118, 75, 162, 0.4) 0%, transparent 50%),
            radial-gradient(ellipse at 50% 50%, rgba(240, 147, 251, 0.3) 0%, transparent 60%),
            radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%),
            linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1419 100%);
    }
    25% { 
        background-position: 100% 0%, 0% 100%, 50% 50%, 0% 100%, 25% 50%;
        background: 
            radial-gradient(ellipse at 60% 20%, rgba(102, 126, 234, 0.5) 0%, transparent 50%),
            radial-gradient(ellipse at 40% 80%, rgba(118, 75, 162, 0.5) 0%, transparent 50%),
            radial-gradient(ellipse at 30% 70%, rgba(240, 147, 251, 0.4) 0%, transparent 60%),
            radial-gradient(ellipse at top, #1b2735 0%, #090a0f 100%),
            linear-gradient(225deg, #1a1f3a 0%, #0a0e27 50%, #0f1419 100%);
    }
    50% { 
        background-position: 50% 100%, 50% 0%, 100% 50%, 0% 100%, 50% 50%;
        background: 
            radial-gradient(ellipse at 80% 60%, rgba(102, 126, 234, 0.4) 0%, transparent 50%),
            radial-gradient(ellipse at 20% 40%, rgba(118, 75, 162, 0.4) 0%, transparent 50%),
            radial-gradient(ellipse at 70% 30%, rgba(240, 147, 251, 0.3) 0%, transparent 60%),
            radial-gradient(ellipse at center, #1b2735 0%, #090a0f 100%),
            linear-gradient(45deg, #0f1419 0%, #1a1f3a 50%, #0a0e27 100%);
    }
    75% { 
        background-position: 0% 50%, 100% 50%, 0% 100%, 0% 100%, 75% 50%;
        background: 
            radial-gradient(ellipse at 40% 70%, rgba(102, 126, 234, 0.5) 0%, transparent 50%),
            radial-gradient(ellipse at 60% 30%, rgba(118, 75, 162, 0.5) 0%, transparent 50%),
            radial-gradient(ellipse at 90% 60%, rgba(240, 147, 251, 0.4) 0%, transparent 60%),
            radial-gradient(ellipse at right, #1b2735 0%, #090a0f 100%),
            linear-gradient(315deg, #0a0e27 0%, #0f1419 50%, #1a1f3a 100%);
    }
    100% { 
        background-position: 0% 0%, 100% 100%, 50% 50%, 0% 100%, 100% 50%;
        background: 
            radial-gradient(ellipse at 20% 30%, rgba(102, 126, 234, 0.4) 0%, transparent 50%),
            radial-gradient(ellipse at 80% 70%, rgba(118, 75, 162, 0.4) 0%, transparent 50%),
            radial-gradient(ellipse at 50% 50%, rgba(240, 147, 251, 0.3) 0%, transparent 60%),
            radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%),
            linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1419 100%);
    }
}

/* Global Stars Background - Tüm Sayfa */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(156, 220, 254, 0.8), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(156, 220, 254, 0.6), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 90% 40%, rgba(86, 156, 214, 0.6), transparent),
        radial-gradient(1px 1px at 33% 60%, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 55% 80%, rgba(156, 220, 254, 0.6), transparent),
        radial-gradient(2px 2px at 10% 90%, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 15% 15%, rgba(86, 156, 214, 0.6), transparent),
        radial-gradient(1px 1px at 85% 85%, rgba(255,255,255,0.4), transparent);
    background-repeat: repeat;
    background-size: 200% 200%;
    animation: starsMove 200s linear infinite;
    opacity: 0.7;
    z-index: -2;
    pointer-events: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(10, 14, 39, 0.3);
    backdrop-filter: blur(30px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
}

.nav-brand {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 40px;
    width: auto;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(86, 156, 214, 0.3);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nav-link:hover {
    color: #9cdcfe;
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.5);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-1);
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    transition: all 0.3s;
}

/* TV Screen Section */
.tv-screen-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 40px;
    background: transparent;
}

.tv-screen {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.tv-frame {
    position: relative;
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    border-radius: 20px;
    padding: 12px;
    box-shadow: 
        0 20px 60px rgba(0,0,0,0.5),
        inset 0 0 50px rgba(0,0,0,0.3),
        0 0 0 3px rgba(255,255,255,0.1);
    width: 100%;
    z-index: 10;
}

.tv-screen-inner {
    position: relative;
    width: 100%;
    padding-top: 46%; /* Daha geniş, daha az yüksek */
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
    min-height: 180px;
    max-height: 280px;
}

/* TV Channels System */
.tv-channels-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tv-channel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1;
}

.tv-channel.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Channel Transition Animations */
@keyframes channelSlideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes channelSlideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Channel 0: Off State - Enhanced Animation */
.channel-off-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0a0e27;
    position: relative;
    overflow: hidden;
}

.off-animation-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.off-screen-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, #0a0e27 70%);
    animation: screenFade 2s ease-in-out infinite;
}

.off-text-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.off-title {
    font-size: 3rem;
    font-weight: 900;
    display: flex;
    gap: 0.2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
}

.off-letter {
    display: inline-block;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 50%, #764ba2 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: letterAppear 0.6s ease forwards, letterGlow 2s ease-in-out infinite;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
    filter: drop-shadow(0 0 10px rgba(156, 220, 254, 0.5));
}

.off-letter:nth-child(4) {
    margin-left: 0.5rem;
}

.off-subtitle {
    font-size: 1.2rem;
    color: rgba(156, 220, 254, 0.8);
    animation: subtitleAppear 1.5s ease forwards;
    opacity: 0;
    transform: translateY(10px);
}

.off-subtitle-text {
    display: inline-block;
    animation: subtitlePulse 3s ease-in-out infinite;
}

.off-static-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(156, 220, 254, 0.03) 2px,
            rgba(156, 220, 254, 0.03) 4px
        );
    animation: staticNoise 0.1s linear infinite;
    opacity: 0.3;
    pointer-events: none;
}

@keyframes letterAppear {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes letterGlow {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(156, 220, 254, 0.5));
        background-position: 0% 50%;
    }
    50% {
        filter: drop-shadow(0 0 25px rgba(156, 220, 254, 0.8));
        background-position: 100% 50%;
    }
}

@keyframes subtitleAppear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes subtitlePulse {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes screenFade {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes staticNoise {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(4px);
    }
}

/* Channel 2: Code Animation */
.channel-code-animation {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0e27;
    padding: 2rem;
}

.code-terminal {
    width: 100%;
    max-width: 600px;
    background: rgba(10, 14, 39, 0.9);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(156, 220, 254, 0.2);
    box-shadow: 0 0 30px rgba(86, 156, 214, 0.3);
}

.terminal-header {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(156, 220, 254, 0.1);
}

.terminal-dots {
    display: flex;
    gap: 0.5rem;
}

.terminal-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot-red {
    background: #ff5f56;
}

.dot-yellow {
    background: #ffbd2e;
}

.dot-green {
    background: #27c93f;
}

.terminal-title {
    color: rgba(156, 220, 254, 0.7);
    font-size: 0.875rem;
    font-family: 'Courier New', monospace;
}

.terminal-body {
    padding: 1.5rem;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.8;
    min-height: 150px;
}

.code-line-animated {
    opacity: 0;
    animation: codeLineFadeIn 0.5s ease forwards;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.code-prompt {
    color: #569cd6;
    font-weight: bold;
}

.code-text {
    color: #9cdcfe;
}

.code-success {
    color: #10b981;
    font-weight: bold;
}

.code-info {
    color: #f59e0b;
}

.code-cursor {
    display: inline-block;
    color: #9cdcfe;
    animation: blink 1s infinite;
    margin-left: 0.25rem;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

@keyframes codeLineFadeIn {
    to {
        opacity: 1;
    }
}

.typing-text {
    position: relative;
}

.typing-text::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #9cdcfe;
    animation: typingCursor 0.8s infinite;
}

@keyframes typingCursor {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

/* Channel 3: Interactive Fluid Animation */
.fluid-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: crosshair;
    background: #0a0e27;
}

.fluid-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
}

.fluid-title-wrapper {
    text-align: center;
    animation: fadeInDown 0.8s ease;
}

.fluid-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 50%, #764ba2 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
    text-shadow: 0 0 30px rgba(156, 220, 254, 0.5);
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.fluid-subtitle {
    color: rgba(156, 220, 254, 0.8);
    font-size: 1rem;
    margin-top: 0.5rem;
    animation: fadeIn 1s ease 0.3s both;
}

.fluid-stats {
    display: flex;
    gap: 2rem;
    background: rgba(10, 14, 39, 0.7);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 1px solid rgba(156, 220, 254, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease 0.5s both;
}

.fluid-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #9cdcfe;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 10px rgba(156, 220, 254, 0.5);
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(156, 220, 254, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Channel 1: Services Showcase */
.tv-services-showcase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1419 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.services-showcase-header {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    z-index: 2;
}

.showcase-title {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
}

.showcase-indicator {
    color: rgba(156, 220, 254, 0.8);
    font-size: 1rem;
    font-family: 'Courier New', monospace;
}

.services-carousel {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 70%;
    overflow: hidden;
}

.service-showcase-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    padding: 2rem;
    background: rgba(10, 14, 39, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(156, 220, 254, 0.2);
    pointer-events: none;
}

.service-showcase-item.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 2;
    pointer-events: auto;
    animation: serviceCardSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes serviceCardSlideIn {
    from {
        opacity: 0;
        transform: translateX(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.service-showcase-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(86, 156, 214, 0.2), rgba(156, 220, 254, 0.2));
    border-radius: 50%;
    color: #9cdcfe;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 40px rgba(156, 220, 254, 0.5);
    }
}

.service-showcase-title {
    font-size: 2rem;
    font-weight: 700;
    color: #9cdcfe;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
}

.service-showcase-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    margin-bottom: 2rem;
    max-width: 600px;
}

.service-showcase-features {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 600px;
}

.service-showcase-features li {
    padding: 0.75rem 1.5rem;
    background: rgba(156, 220, 254, 0.1);
    border: 1px solid rgba(156, 220, 254, 0.3);
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.service-showcase-features li:hover {
    background: rgba(156, 220, 254, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(156, 220, 254, 0.2);
}

.services-carousel-dots {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2rem;
    z-index: 2;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(156, 220, 254, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: #9cdcfe;
    box-shadow: 0 0 15px rgba(156, 220, 254, 0.6);
    transform: scale(1.2);
}

.carousel-dot:hover {
    background: rgba(156, 220, 254, 0.6);
}

/* Channel 2: Projects Showcase */
.tv-projects-showcase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1419 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.projects-showcase-header {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    z-index: 2;
}

.projects-carousel {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 75%;
    overflow: hidden;
    border-radius: 20px;
}

.project-showcase-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.project-showcase-item.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 2;
    pointer-events: auto;
    animation: projectCardSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes projectCardSlideIn {
    from {
        opacity: 0;
        transform: translateX(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.project-showcase-image {
    position: relative;
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.project-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.project-showcase-item.active .project-showcase-image img {
    transform: scale(1.05);
}

.project-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(10, 14, 39, 0.7) 100%);
    z-index: 1;
}

.project-showcase-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: rgba(10, 14, 39, 0.9);
    backdrop-filter: blur(20px);
    z-index: 2;
}

.project-showcase-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #9cdcfe;
    margin-bottom: 0.75rem;
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
}

.project-showcase-description {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
}

.project-showcase-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.1));
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 20px;
    color: #10b981;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.projects-carousel-dots {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2rem;
    z-index: 2;
}

/* Channel 1: EMD Loading Screen */
.loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0e27;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
}

.loading-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loading-gradient {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(86, 156, 214, 0.15) 0%, transparent 70%);
    animation: loadingGradientRotate 20s linear infinite;
}

@keyframes loadingGradientRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loading-particles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loading-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(156, 220, 254, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(156, 220, 254, 0.8);
    animation: loadingParticleFloat 8s ease-in-out infinite;
}

.loading-particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.loading-particle:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 1s;
}

.loading-particle:nth-child(3) {
    top: 80%;
    left: 30%;
    animation-delay: 2s;
}

.loading-particle:nth-child(4) {
    top: 30%;
    left: 70%;
    animation-delay: 3s;
}

.loading-particle:nth-child(5) {
    top: 50%;
    left: 20%;
    animation-delay: 4s;
}

.loading-particle:nth-child(6) {
    top: 10%;
    left: 50%;
    animation-delay: 5s;
}

@keyframes loadingParticleFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(30px, -30px) scale(1.5);
        opacity: 1;
    }
}

/* Loading Logo Container */
.loading-logo-container {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

.loading-logo-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: loadingRingRotate 3s linear infinite;
}

.loading-ring-outer {
    animation-duration: 4s;
    animation-direction: reverse;
}

.loading-ring-middle {
    animation-duration: 3s;
    width: 140px;
    height: 140px;
}

.ring-svg {
    width: 100%;
    height: 100%;
}

.ring-circle {
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    animation: loadingRingDraw 2s ease-in-out infinite;
}

@keyframes loadingRingRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes loadingRingDraw {
    0% {
        stroke-dashoffset: 283;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -283;
    }
}

.loading-logo-inner {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 3;
}

.logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(156, 220, 254, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: logoGlowPulse 2s ease-in-out infinite;
}

@keyframes logoGlowPulse {
    0%, 100% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.loading-logo {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.logo-circle {
    animation: logoCircleRotate 4s linear infinite;
    transform-origin: center;
}

.logo-check {
    animation: logoCheckDraw 1.5s ease-in-out infinite;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

@keyframes logoCircleRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes logoCheckDraw {
    0% {
        stroke-dashoffset: 100;
        opacity: 0;
    }
    50% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: -100;
        opacity: 0;
    }
}

.logo-center {
    animation: logoCenterPulse 1.5s ease-in-out infinite;
}

@keyframes logoCenterPulse {
    0%, 100% {
        r: 8;
        opacity: 1;
    }
    50% {
        r: 12;
        opacity: 0.7;
    }
}

/* Loading Dots */
.loading-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.loading-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #9cdcfe;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(156, 220, 254, 0.8);
    animation: loadingDotOrbit 3s linear infinite;
}

.loading-dot:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    animation-delay: 0.5s;
}

.loading-dot:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 1s;
}

.loading-dot:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation-delay: 1.5s;
}

.loading-dot:nth-child(5) {
    top: 15%;
    right: 15%;
    animation-delay: 2s;
}

.loading-dot:nth-child(6) {
    bottom: 15%;
    left: 15%;
    animation-delay: 2.5s;
}

@keyframes loadingDotOrbit {
    from {
        transform: rotate(0deg) translateX(90px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(90px) rotate(-360deg);
    }
}

/* Loading Text */
.loading-text-container {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 2rem;
}

.loading-title {
    font-size: 2.5rem;
    font-weight: 900;
    display: flex;
    gap: 0.2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}

.loading-letter {
    display: inline-block;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 50%, #764ba2 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: loadingLetterAppear 0.6s ease forwards, loadingLetterGlow 2s ease-in-out infinite;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
    filter: drop-shadow(0 0 10px rgba(156, 220, 254, 0.5));
}

.loading-letter:nth-child(4) {
    margin-left: 0.5rem;
}

@keyframes loadingLetterAppear {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes loadingLetterGlow {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(156, 220, 254, 0.5));
        background-position: 0% 50%;
    }
    50% {
        filter: drop-shadow(0 0 25px rgba(156, 220, 254, 0.8));
        background-position: 100% 50%;
    }
}

.loading-subtitle {
    font-size: 1.2rem;
    color: rgba(156, 220, 254, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.loading-subtitle-text {
    animation: loadingSubtitlePulse 2s ease-in-out infinite;
}

.loading-dots-animated {
    display: inline-flex;
    gap: 0.2rem;
}

.loading-dots-animated span {
    animation: loadingDotBlink 1.4s ease-in-out infinite;
}

.loading-dots-animated span:nth-child(1) {
    animation-delay: 0s;
}

.loading-dots-animated span:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots-animated span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes loadingSubtitlePulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@keyframes loadingDotBlink {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

/* Progress Bar */
.loading-progress-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    margin-bottom: 2rem;
}

.loading-progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(156, 220, 254, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.loading-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #569cd6 0%, #9cdcfe 50%, #764ba2 100%);
    background-size: 200% 100%;
    border-radius: 10px;
    width: 0%;
    animation: loadingProgressFill 3s ease-in-out infinite, loadingProgressGradient 2s linear infinite;
    box-shadow: 0 0 20px rgba(156, 220, 254, 0.6);
}

@keyframes loadingProgressFill {
    0% {
        width: 0%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loadingProgressGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.loading-progress-text {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: rgba(156, 220, 254, 0.7);
    font-family: 'Courier New', monospace;
}

/* Loading Steps */
.loading-steps {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 300px;
}

.loading-step {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: rgba(156, 220, 254, 0.05);
    border: 1px solid rgba(156, 220, 254, 0.2);
    border-radius: 8px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.loading-step.active {
    opacity: 1;
    background: rgba(156, 220, 254, 0.1);
    border-color: rgba(156, 220, 254, 0.4);
    box-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
}

.loading-step.completed .step-icon {
    color: #10b981;
    animation: stepComplete 0.5s ease;
}

.loading-step.active .step-icon {
    animation: stepIconRotate 1s linear infinite;
}

.step-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #9cdcfe;
    font-weight: bold;
}

.step-text {
    font-size: 0.875rem;
    color: rgba(156, 220, 254, 0.8);
}

@keyframes stepIconRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes stepComplete {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive Loading Screen */
@media (max-width: 768px) {
    .loading-logo-wrapper {
        width: 140px;
        height: 140px;
    }
    
    .loading-logo-inner {
        width: 80px;
        height: 80px;
    }
    
    .loading-title {
        font-size: 2rem;
    }
    
    .loading-subtitle {
        font-size: 1rem;
    }
    
    .loading-progress-container {
        max-width: 300px;
    }
}

/* Channel 4: Data Stream Visualization */
.network-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0a0e27;
    cursor: crosshair;
}

.data-stream-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
}

.data-stream-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(10, 14, 39, 0.8);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(156, 220, 254, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: fit-content;
    animation: fadeInDown 0.8s ease;
}

.stream-icon {
    font-size: 1.5rem;
    animation: streamIconPulse 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(156, 220, 254, 0.8));
}

.stream-title {
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 50%, #764ba2 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@keyframes streamIconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.stream-stats {
    display: flex;
    gap: 1rem;
    background: rgba(10, 14, 39, 0.8);
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(156, 220, 254, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: fit-content;
    align-self: flex-end;
    animation: fadeInUp 0.8s ease 0.3s both;
}

.stream-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0 1rem;
    border-right: 1px solid rgba(156, 220, 254, 0.2);
}

.stream-stat-item:last-child {
    border-right: none;
}

.stream-stat-item .stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #9cdcfe;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 10px rgba(156, 220, 254, 0.5);
    min-width: 60px;
    text-align: center;
}

.stream-stat-item .stat-label {
    font-size: 0.75rem;
    color: rgba(156, 220, 254, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Responsive Data Stream */
@media (max-width: 768px) {
    .data-stream-header {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    
    .stream-title {
        font-size: 1rem;
    }
    
    .stream-stats {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }
    
    .stream-stat-item {
        padding: 0 0.75rem;
    }
    
    .stream-stat-item .stat-value {
        font-size: 1.25rem;
        min-width: 50px;
    }
    
    .stream-stat-item .stat-label {
        font-size: 0.65rem;
    }
}

/* TV Controls - Outside Frame */
.tv-controls {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(10, 14, 39, 0.9);
    backdrop-filter: blur(20px);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(156, 220, 254, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 10;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tv-control-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(156, 220, 254, 0.1);
    border: 1px solid rgba(156, 220, 254, 0.3);
    color: #9cdcfe;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tv-control-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(156, 220, 254, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
}

.tv-control-btn:active::before {
    width: 100%;
    height: 100%;
}

.tv-control-btn:hover {
    background: rgba(156, 220, 254, 0.2);
    border-color: #9cdcfe;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(156, 220, 254, 0.4);
}

.tv-control-btn:active {
    transform: scale(0.95);
}

.tv-power-btn.active {
    background: rgba(239, 68, 68, 0.2);
    border-color: #ef4444;
    color: #ef4444;
}

.tv-channel-display {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(156, 220, 254, 0.15);
    border: 1px solid rgba(156, 220, 254, 0.3);
    border-radius: 8px;
    color: #9cdcfe;
    font-weight: 700;
    font-size: 1.125rem;
    font-family: 'Courier New', monospace;
}

.tv-channel-display span {
    animation: channelChange 0.3s ease;
}

@keyframes channelChange {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tv-stand {
    width: 18%;
    max-width: 180px;
    height: 18px;
    background: linear-gradient(145deg, #1a1a1a, #0a0a0a);
    margin: 8px auto 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Modern Hero Content - Replaces Software Animation */
.hero-content-modern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0e27;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    overflow: hidden;
}

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

/* Global Space Animation - Tüm Sayfa İçin */
.global-particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.global-nebula {
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}

.global-nebula-1 {
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    top: 0%;
    left: 0%;
    animation: globalNebulaFloat 40s infinite ease-in-out, nebulaColorShift1 20s infinite ease-in-out;
}

.global-nebula-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.35) 0%, transparent 70%);
    bottom: 0%;
    right: 0%;
    animation: globalNebulaFloat 35s infinite ease-in-out reverse, nebulaColorShift2 18s infinite ease-in-out;
}

.global-nebula-3 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(240, 147, 251, 0.3) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: globalNebulaFloat 50s infinite ease-in-out, nebulaColorShift3 22s infinite ease-in-out;
}

.global-nebula-4 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(79, 172, 254, 0.3) 0%, transparent 70%);
    top: 20%;
    right: 20%;
    animation: globalNebulaFloat 45s infinite ease-in-out reverse, nebulaColorShift4 25s infinite ease-in-out;
}

@keyframes globalNebulaFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
        opacity: 0.3;
    }
    25% {
        transform: translate(100px, -80px) scale(1.2) rotate(90deg);
        opacity: 0.35;
    }
    50% {
        transform: translate(-80px, 100px) scale(0.8) rotate(180deg);
        opacity: 0.25;
    }
    75% {
        transform: translate(120px, 50px) scale(1.1) rotate(270deg);
        opacity: 0.32;
    }
}

/* Nebula Renk Geçiş Animasyonları */
@keyframes nebulaColorShift1 {
    0%, 100% {
        background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(79, 172, 254, 0.5) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(156, 220, 254, 0.4) 0%, transparent 70%);
    }
}

@keyframes nebulaColorShift2 {
    0%, 100% {
        background: radial-gradient(circle, rgba(118, 75, 162, 0.35) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(240, 147, 251, 0.4) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(102, 126, 234, 0.35) 0%, transparent 70%);
    }
}

@keyframes nebulaColorShift3 {
    0%, 100% {
        background: radial-gradient(circle, rgba(240, 147, 251, 0.3) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(118, 75, 162, 0.4) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(79, 172, 254, 0.35) 0%, transparent 70%);
    }
}

@keyframes nebulaColorShift4 {
    0%, 100% {
        background: radial-gradient(circle, rgba(79, 172, 254, 0.3) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(156, 220, 254, 0.4) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(102, 126, 234, 0.35) 0%, transparent 70%);
    }
}

/* Nebula Renk Geçiş Animasyonları */
@keyframes nebulaColorShift1 {
    0%, 100% {
        background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(79, 172, 254, 0.5) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(156, 220, 254, 0.4) 0%, transparent 70%);
    }
}

@keyframes nebulaColorShift2 {
    0%, 100% {
        background: radial-gradient(circle, rgba(118, 75, 162, 0.35) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(240, 147, 251, 0.4) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(102, 126, 234, 0.35) 0%, transparent 70%);
    }
}

@keyframes nebulaColorShift3 {
    0%, 100% {
        background: radial-gradient(circle, rgba(240, 147, 251, 0.3) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(118, 75, 162, 0.4) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(79, 172, 254, 0.35) 0%, transparent 70%);
    }
}

@keyframes nebulaColorShift4 {
    0%, 100% {
        background: radial-gradient(circle, rgba(79, 172, 254, 0.3) 0%, transparent 70%);
    }
    33% {
        background: radial-gradient(circle, rgba(156, 220, 254, 0.4) 0%, transparent 70%);
    }
    66% {
        background: radial-gradient(circle, rgba(102, 126, 234, 0.35) 0%, transparent 70%);
    }
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 10;
    animation: fadeInUp 1s ease;
    position: relative;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}

.gradient-text {
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.9) 50%, rgba(200,220,255,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255,255,255,0.3);
    filter: drop-shadow(0 0 10px rgba(102, 126, 234, 0.5));
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 100%);
    color: #0a0e27;
    border: none;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(86, 156, 214, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(156, 220, 254, 0.5);
    background: linear-gradient(135deg, #9cdcfe 0%, #569cd6 100%);
}

.btn-outline {
    background: transparent;
    color: #9cdcfe;
    border-color: #9cdcfe;
    box-shadow: 0 0 20px rgba(156, 220, 254, 0.2);
}

.btn-outline:hover {
    background: rgba(156, 220, 254, 0.1);
    color: #9cdcfe;
    box-shadow: 0 0 30px rgba(156, 220, 254, 0.5);
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    animation: bounce 2s infinite;
    z-index: 10;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

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

/* Section Styles */
section {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

/* Scroll Reveal Animations */
.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.scroll-reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.scroll-reveal-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

.scroll-reveal-fade {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.scroll-reveal-fade.revealed {
    opacity: 1;
}

/* Staggered Animation Delays */
.scroll-reveal-delay-1 {
    transition-delay: 0.1s;
}

.scroll-reveal-delay-2 {
    transition-delay: 0.2s;
}

.scroll-reveal-delay-3 {
    transition-delay: 0.3s;
}

.scroll-reveal-delay-4 {
    transition-delay: 0.4s;
}

.scroll-reveal-delay-5 {
    transition-delay: 0.5s;
}

.scroll-reveal-delay-6 {
    transition-delay: 0.6s;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #9cdcfe;
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
    font-family: 'Courier New', monospace;
    letter-spacing: 0.1em;
}

.section-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

/* Services Section */
.services {
    background: transparent;
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(20px);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    transition: all 0.3s;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(156, 220, 254, 0.2);
    border-color: rgba(156, 220, 254, 0.3);
}

.service-view-more {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #9cdcfe;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
}

.service-card:hover .service-view-more {
    opacity: 1;
    transform: translateY(0);
}

.service-view-more svg {
    transition: transform 0.3s ease;
}

.service-card:hover .service-view-more svg {
    transform: translateX(5px);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--gradient-1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 1rem;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #9cdcfe;
    text-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
    transition: all 0.6s ease;
}

.service-card.revealed .service-title {
    animation: textGlow 2s ease-in-out infinite;
}

@keyframes textGlow {
    0%, 100% {
        text-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
    }
    50% {
        text-shadow: 0 0 25px rgba(156, 220, 254, 0.6);
    }
}

.service-description {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    transition: all 0.6s ease 0.2s;
}

.service-features {
    list-style: none;
    text-align: left;
}

.service-features li {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease;
}

.service-card.revealed .service-features li {
    opacity: 1;
    transform: translateX(0);
}

.service-card.revealed .service-features li:nth-child(1) { transition-delay: 0.1s; }
.service-card.revealed .service-features li:nth-child(2) { transition-delay: 0.2s; }
.service-card.revealed .service-features li:nth-child(3) { transition-delay: 0.3s; }
.service-card.revealed .service-features li:nth-child(4) { transition-delay: 0.4s; }
.service-card.revealed .service-features li:nth-child(5) { transition-delay: 0.5s; }
.service-card.revealed .service-features li:nth-child(6) { transition-delay: 0.6s; }

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #9cdcfe;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(156, 220, 254, 0.4);
}

/* Programs Section */
.programs {
    background: transparent;
    position: relative;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.program-card {
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(156, 220, 254, 0.2);
    border-color: rgba(156, 220, 254, 0.3);
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.program-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--gradient-1);
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-content {
    padding: 2rem;
}

.program-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #9cdcfe;
    text-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
    transition: all 0.6s ease;
}

.program-card.revealed .program-title {
    animation: textGlow 2s ease-in-out infinite;
}

.program-description {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    transition: all 0.6s ease 0.2s;
}

/* Projects Section */
.projects {
    background: transparent;
    position: relative;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.project-card {
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(156, 220, 254, 0.2);
    border-color: rgba(156, 220, 254, 0.3);
}

.project-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: var(--gradient-1);
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(86, 156, 214, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-content {
    padding: 1.5rem;
}

.project-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #9cdcfe;
    text-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
    transition: all 0.6s ease;
}

.project-card.revealed .project-title {
    animation: textGlow 2s ease-in-out infinite;
}

.project-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    transition: all 0.6s ease 0.2s;
}

.project-status {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(156, 220, 254, 0.2);
    color: #9cdcfe;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(156, 220, 254, 0.4);
    box-shadow: 0 0 10px rgba(156, 220, 254, 0.2);
}

/* Contact Section */
.contact {
    background: transparent;
    position: relative;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.9);
}

.contact-item h4 {
    color: #9cdcfe;
    text-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
}

.contact-item a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #9cdcfe;
    text-shadow: 0 0 10px rgba(156, 220, 254, 0.4);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.contact-item h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.contact-item a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: var(--primary-color);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s;
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.9);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #9cdcfe;
    box-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.contact-form button {
    align-self: flex-start;
}

/* Footer */
.footer {
    background: rgba(26, 32, 44, 0.8);
    backdrop-filter: blur(20px);
    color: white;
    padding: 3rem 0 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(86, 156, 214, 0.3);
}

.footer-brand p {
    color: rgba(255,255,255,0.7);
}

.footer-social h4 {
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-link:hover {
    background: rgba(156, 220, 254, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(156, 220, 254, 0.5);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
}

/* Quick Links - Floating Buttons */
.quick-links-container {
    position: fixed !important;
    bottom: 30px !important;
    right: calc(30px + 50px + 0.75rem) !important; /* Scroll-top butonunun hemen soluna (50px buton + 0.75rem gap) */
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    z-index: 99999 !important;
    align-items: flex-start !important;
    pointer-events: none !important; /* Container tıklamaları engelle */
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    top: auto !important;
    left: auto !important;
}

.quick-link-btn {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
    pointer-events: auto !important; /* Butonlar tıklanabilir */
    flex-shrink: 0 !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
}

.quick-link-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
}

.quick-link-btn:hover::before {
    width: 100%;
    height: 100%;
}

.quick-link-btn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.quick-link-btn:active {
    transform: translateY(-2px) scale(1.05);
}

.quick-link-btn svg {
    width: 24px !important;
    height: 24px !important;
    position: relative;
    z-index: 1;
    fill: currentColor !important;
    stroke: currentColor !important;
}

/* Scroll to Top */
.scroll-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 50px;
    height: 50px;
    background: var(--gradient-1);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s;
    z-index: 9998 !important;
}


/* Responsive - Mobilde butonları küçült */
@media (max-width: 768px) {
    .quick-links-container {
        bottom: 20px;
        right: calc(20px + 50px + 0.75rem); /* Scroll-top butonunun yanına */
        gap: 0.75rem;
    }
    
    .quick-link-btn {
        width: 50px;
        height: 50px;
    }
    
    .quick-link-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .scroll-top {
        bottom: 20px;
        right: 20px;
    }
}

.scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
}

.scroll-top.show {
    display: flex;
}

/* Alert Messages */
.alert {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border-left: 4px solid;
    backdrop-filter: blur(10px);
}

.alert-success {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border-left-color: #10b981;
}

.alert-error {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border-left-color: #ef4444;
}

.alert-info {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
    border-left-color: #3b82f6;
}

.alert-warning {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
    border-left-color: #f59e0b;
}

/* Forum Form Inputs */
.forum-input,
.forum-textarea {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.forum-input::placeholder,
.forum-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.forum-input:focus,
.forum-textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: #9cdcfe;
    box-shadow: 0 0 0 3px rgba(156, 220, 254, 0.1);
}

.forum-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

/* ============================================
   REACTBITS TARZI MODERN ÖZELLİKLER
   ============================================ */

/* Ripple Button Effect */
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:active::before {
    width: 300px;
    height: 300px;
}

/* Enhanced Button Hover Effects */
.btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
    z-index: -1;
}

.btn-primary:hover::after {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 40px rgba(86, 156, 214, 0.4);
}

.btn-outline:hover {
    transform: translateY(-3px) scale(1.05);
    border-color: #9cdcfe;
    background: rgba(156, 220, 254, 0.15);
}

/* Card 3D Transform Effects */
.service-card,
.program-card,
.project-card {
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    perspective: 1000px;
}

.service-card:hover,
.program-card:hover,
.project-card:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg) scale(1.02);
    box-shadow: 
        0 20px 60px rgba(86, 156, 214, 0.3),
        0 0 40px rgba(156, 220, 254, 0.2);
}

/* Glow Effect on Hover */
.service-card:hover .service-icon,
.program-card:hover .program-image,
.project-card:hover .project-image {
    filter: drop-shadow(0 0 20px rgba(156, 220, 254, 0.6));
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.service-card:hover,
.program-card:hover {
    animation: float 3s ease-in-out infinite;
}

/* Input Focus Animations */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    transform: scale(1.02);
    box-shadow: 
        0 0 0 3px rgba(156, 220, 254, 0.2),
        0 10px 30px rgba(86, 156, 214, 0.2);
    border-color: #9cdcfe;
}

/* Floating Label Effect */
.form-group {
    position: relative;
}

.form-group input:focus + label,
.form-group textarea:focus + label {
    transform: translateY(-25px) scale(0.9);
    color: #9cdcfe;
}

/* Smooth Scale on Click */
.btn:active {
    transform: scale(0.95);
}

/* Parallax Scroll Effect */
.parallax-element {
    transition: transform 0.3s ease-out;
}

/* Loading Spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-spinner {
    border: 3px solid rgba(156, 220, 254, 0.3);
    border-top: 3px solid #9cdcfe;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

/* Pulse Animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

.pulse {
    animation: pulse 2s ease-in-out infinite;
}

/* Shimmer Effect */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.shimmer {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

/* Gradient Border Animation */
.gradient-border {
    position: relative;
    background: rgba(10, 14, 39, 0.6);
    border-radius: 16px;
    padding: 2px;
}

.gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #569cd6, #9cdcfe, #764ba2);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    animation: gradientRotate 3s linear infinite;
}

@keyframes gradientRotate {
    0% {
        background: linear-gradient(135deg, #569cd6, #9cdcfe, #764ba2);
    }
    33% {
        background: linear-gradient(225deg, #9cdcfe, #764ba2, #569cd6);
    }
    66% {
        background: linear-gradient(315deg, #764ba2, #569cd6, #9cdcfe);
    }
    100% {
        background: linear-gradient(135deg, #569cd6, #9cdcfe, #764ba2);
    }
}

/* Magnetic Hover Effect */
.magnetic {
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Smooth Scroll Enhancement */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* Enhanced Card Shadows */
.service-card,
.program-card,
.project-card {
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(156, 220, 254, 0.1);
    transition: box-shadow 0.3s ease;
}

.service-card:hover,
.program-card:hover,
.project-card:hover {
    box-shadow: 
        0 20px 60px rgba(86, 156, 214, 0.3),
        0 0 0 1px rgba(156, 220, 254, 0.3),
        inset 0 0 40px rgba(156, 220, 254, 0.1);
}

/* Text Gradient Animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.animated-gradient {
    background: linear-gradient(-45deg, #569cd6, #9cdcfe, #764ba2, #f093fb);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
}

/* Icon Hover Rotation */
.service-icon svg,
.contact-icon svg {
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon svg,
.contact-item:hover .contact-icon svg {
    transform: rotate(10deg) scale(1.1);
}

/* Smooth Opacity Transitions */
.fade-in {
    animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .btn-primary:hover,
    .btn-outline:hover {
        transform: translateY(-2px) scale(1.02);
    }
    
    .service-card:hover,
    .program-card:hover,
    .project-card:hover {
        transform: translateY(-5px) scale(1.01);
    }
}

/* Responsive Design - Hero Modern */
@media (max-width: 768px) {
    .hero-content-modern {
        padding: 30px 15px;
    }
    
    .hero-title-modern {
        font-size: 1.8rem;
    }
    
    .hero-subtitle-modern {
        font-size: 0.9rem;
    }
    
    .hero-icon-wrapper {
        width: 90px;
        height: 90px;
    }
    
    .hero-features {
        gap: 0.5rem;
    }
    
    .feature-tag {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    
    .title-underline {
        max-width: 150px;
    }
    
    .bg-circle {
        filter: blur(40px);
    }
    
    .circle-1 {
        width: 200px;
        height: 200px;
    }
    
    .circle-2 {
        width: 150px;
        height: 150px;
    }
    
    .circle-3 {
        width: 120px;
        height: 120px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: rgba(10, 14, 39, 0.95);
        backdrop-filter: blur(30px);
        flex-direction: column;
        padding: 2rem;
        transition: left 0.3s;
        box-shadow: 0 10px 40px rgba(0,0,0,0.5);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-toggle span {
        background: rgba(255, 255, 255, 0.9);
    }
    
    .tv-screen-section {
        padding: 100px 20px 60px;
    }
    
    .brand-title {
        font-size: 2rem;
    }
    
    .brand-subtitle {
        font-size: 1rem;
    }
    
    .code-line {
        font-size: 14px;
    }
    
    .tv-screen {
        max-width: 100%;
    }
    
    .tv-screen-inner {
        min-height: 350px;
        max-height: 450px;
        padding-top: 45%;
    }
    
    .tv-screen-section {
        padding: 80px 5px 60px;
    }
    
    .brand-title {
        font-size: 2.5rem;
    }
    
    .brand-subtitle {
        font-size: 1.2rem;
    }
    
    .code-line {
        font-size: 16px;
    }
    
    .hero-content-modern {
        padding: 30px 15px;
    }
    
    .hero-title-modern {
        font-size: 1.8rem;
    }
    
    .hero-subtitle-modern {
        font-size: 0.9rem;
    }
    
    .hero-icon-wrapper {
        width: 90px;
        height: 90px;
    }
    
    .hero-features {
        gap: 0.5rem;
    }
    
    .feature-tag {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .services-grid,
    .programs-grid,
    .projects-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .tv-frame {
        padding: 15px;
    }
}

/* Success/Error Messages */
.alert {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.alert-success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #10b981;
}

.alert-error {
    background: #fee;
    color: #c33;
    border: 1px solid #ef4444;
}

/* Service Modal Styles */
.service-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-modal.active {
    display: flex;
    opacity: 1;
}

.service-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 10001;
}

.service-modal-content {
    position: relative;
    z-index: 10002;
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(156, 220, 254, 0.2);
    transform: scale(0.9) translateY(50px);
    transition: transform 0.3s ease;
}

.service-modal.active .service-modal-content {
    transform: scale(1) translateY(0);
}

.service-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #9cdcfe;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10003;
}

.service-modal-close:hover {
    background: rgba(156, 220, 254, 0.2);
    transform: rotate(90deg);
    box-shadow: 0 0 20px rgba(156, 220, 254, 0.4);
}

.service-modal-body {
    padding: 3rem;
}

.service-modal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.service-modal-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 1.5rem;
    box-shadow: 0 0 30px rgba(86, 156, 214, 0.4);
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        box-shadow: 0 0 30px rgba(86, 156, 214, 0.4);
    }
    50% {
        box-shadow: 0 0 50px rgba(156, 220, 254, 0.6);
    }
}

.service-modal-icon svg {
    width: 48px;
    height: 48px;
}

.service-modal-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #9cdcfe;
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
    margin-bottom: 1rem;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.1em;
}

.service-modal-image {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 100%);
    display: none;
}

.service-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-modal-image.active {
    display: block;
}

.service-modal-short-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.5rem;
    text-align: center;
    font-style: italic;
    padding: 1rem;
    background: rgba(156, 220, 254, 0.05);
    border-left: 3px solid rgba(156, 220, 254, 0.3);
    border-radius: 8px;
}

.service-modal-detailed-description {
    font-size: 1rem;
    line-height: 2;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    text-align: left;
}

.service-modal-detailed-description p {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
}

.service-modal-detailed-description p:first-child {
    margin-top: 0;
}

.service-modal-detailed-description p:last-child {
    margin-bottom: 0;
}

.service-modal-features {
    margin-top: 2rem;
}

.service-modal-features h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9cdcfe;
    margin-bottom: 1.5rem;
    text-align: center;
    text-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
}

.service-modal-features ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.service-modal-features li {
    padding: 1rem;
    background: rgba(156, 220, 254, 0.1);
    border: 1px solid rgba(156, 220, 254, 0.2);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 2.5rem;
    transition: all 0.3s ease;
}

.service-modal-features li:hover {
    background: rgba(156, 220, 254, 0.2);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(156, 220, 254, 0.2);
}

.service-modal-features li::before {
    content: '✓';
    position: absolute;
    left: 1rem;
    color: #9cdcfe;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(156, 220, 254, 0.5);
}

/* Responsive Modal */
@media (max-width: 768px) {
    .service-modal-content {
        max-width: 100%;
        margin: 10px;
        max-height: 95vh;
    }
    
    .service-modal-body {
        padding: 2rem 1.5rem;
    }
    
    .service-modal-title {
        font-size: 1.75rem;
    }
    
    .service-modal-icon {
        width: 80px;
        height: 80px;
        padding: 1rem;
    }
    
    .service-modal-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .service-modal-features ul {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   GRADUAL BLUR COMPONENT STYLES
   ============================================ */

.gradual-blur {
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    isolation: isolate;
}

.gradual-blur-parent {
    overflow: hidden;
}

.gradual-blur-inner {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.gradual-blur-inner > div {
    -webkit-backdrop-filter: inherit;
    backdrop-filter: inherit;
    position: absolute;
    inset: 0;
}

.gradual-blur-page {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}

/* Fallback for browsers without backdrop-filter support */
@supports not (backdrop-filter: blur(1px)) {
    .gradual-blur-inner > div {
        background: rgba(0, 0, 0, 0.3);
        opacity: 0.5;
    }
}

/* Statistics Section */
.statistics {
    padding: 5rem 0;
    position: relative;
    background: transparent;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(156, 220, 254, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #569cd6, #9cdcfe, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(156, 220, 254, 0.2);
    border-color: rgba(156, 220, 254, 0.5);
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(86, 156, 214, 0.2), rgba(156, 220, 254, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9cdcfe;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 30px rgba(156, 220, 254, 0.4);
}

.stat-content {
    color: rgba(255, 255, 255, 0.9);
}

.stat-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #569cd6 0%, #9cdcfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-suffix {
    font-size: 1.5rem;
    color: #9cdcfe;
    font-weight: 600;
}

.stat-title {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* About Section */
.about {
    padding: 5rem 0;
    position: relative;
    background: transparent;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 4rem;
}

.about-story {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}

.about-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #9cdcfe;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(156, 220, 254, 0.3);
}

.about-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.about-card {
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(156, 220, 254, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(156, 220, 254, 0.2);
    border-color: rgba(156, 220, 254, 0.5);
}

.about-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(86, 156, 214, 0.2), rgba(156, 220, 254, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9cdcfe;
    transition: all 0.3s ease;
}

.about-card:hover .about-card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 30px rgba(156, 220, 254, 0.4);
}

.about-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9cdcfe;
    margin-bottom: 1rem;
    text-shadow: 0 0 15px rgba(156, 220, 254, 0.3);
}

.about-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

/* Testimonials Section */
.testimonials {
    padding: 5rem 0;
    position: relative;
    background: transparent;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(156, 220, 254, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(156, 220, 254, 0.2);
    border-color: rgba(156, 220, 254, 0.5);
}

.testimonial-rating {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    color: #fbbf24;
}

.testimonial-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-style: italic;
    position: relative;
    padding-left: 1.5rem;
}

.testimonial-text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 4rem;
    color: rgba(156, 220, 254, 0.3);
    font-family: serif;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar,
.testimonial-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(156, 220, 254, 0.3);
}

.testimonial-avatar-placeholder {
    background: linear-gradient(135deg, #569cd6, #9cdcfe);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.testimonial-info h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #9cdcfe;
    margin-bottom: 0.25rem;
}

.testimonial-position,
.testimonial-company,
.testimonial-project {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.25rem 0;
}

.testimonial-project {
    color: rgba(156, 220, 254, 0.8);
    font-style: italic;
}

/* FAQ Section */
.faq {
    padding: 5rem 0;
    position: relative;
    background: transparent;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(156, 220, 254, 0.2);
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(156, 220, 254, 0.4);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(156, 220, 254, 0.05);
}

.faq-question h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    flex: 1;
}

.faq-icon {
    width: 24px;
    height: 24px;
    color: #9cdcfe;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 2rem;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 2rem 1.5rem;
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gradual-blur {
        transition: opacity 0.2s ease-out;
    }
    
    .statistics-grid {
        grid-template-columns: 1fr;
    }
    
    .about-story {
        grid-template-columns: 1fr;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-question {
        padding: 1rem 1.5rem;
    }
    
    .faq-answer {
        padding: 0 1.5rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1.5rem 1rem;
    }
}

