/* ============================================
   Ana Index Sayfası - Main Index Styles
   Tamamen Farklı ve Modern Tasarım
   ============================================ */

/* Scroll Animasyonları */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.layer-3d-card.fade-in {
    transform: translateY(40px);
}

/* DNA Lines Pattern Container */
#dna-lines-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

#dna-lines-canvas {
    display: block;
    width: 100%;
    height: 100%;
}

/* Hero Banner - Ana Giriş */
.main-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: calc(70px + 4rem) 0 4rem 0;
    overflow: hidden;
    background: transparent;
    /* Şeffaf - perlin-flow görünsün */
    z-index: 2;
    /* Banner'ın perlin-flow'un üstünde olması için */
}

.main-hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: transparent;
    pointer-events: none;
}

.main-hero .container {
    position: relative;
    z-index: 3;
    /* Banner içeriğinin perlin-flow'un üstünde olması için */
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.main-hero-content {
    width: 100%;
}

/* Hero Layout - İki Sütun */
.main-hero-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
    align-items: center;
}

/* Sol Taraf - Platform Tanıtımı */
.main-hero-intro {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    height: 100%;
}

.main-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1.5rem;
    background: rgba(18, 20, 38, 0.88);
    border: 1px solid rgba(56, 189, 248, 0.22);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #7dd3fc;
    width: fit-content;
    box-shadow: 0 1px 3px rgba(56, 189, 248, 0.08);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
}

.main-hero-badge::before {
    display: none;
}

.main-hero-badge i {
    font-size: 1.125rem;
    color: #38bdf8;
}

.main-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--text-primary);
    letter-spacing: -0.03em;
    margin: 0;
}

.main-hero-title .title-highlight {
    background: linear-gradient(135deg,
            #38bdf8 0%,
            #6366f1 35%,
            #a78bfa 70%,
            #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientShift 6s ease infinite;
    display: inline-block;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.main-hero-description {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 580px;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 0;
}

.main-hero-glass-note {
    width: fit-content;
    max-width: 720px;
    padding: 0.9rem 1.05rem;
    border-radius: 14px;
    background:
        linear-gradient(135deg,
            rgba(15, 23, 42, 0.52) 0%,
            rgba(17, 24, 39, 0.38) 60%,
            rgba(15, 23, 42, 0.46) 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow:
        0 12px 34px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -1px 0 rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    position: relative;
}

.main-hero-glass-note::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 22%, rgba(56, 189, 248, 0.14), transparent 55%),
        radial-gradient(circle at 82% 38%, rgba(99, 102, 241, 0.12), transparent 58%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 55%);
    opacity: 0.9;
}

.main-hero-glass-note>* {
    position: relative;
    z-index: 1;
}

.main-hero-description-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-inline-diagram {
    flex: 0 0 auto;
    width: 140px;
    height: 44px;
    margin-top: 0;
    align-self: center;
    opacity: 0.98;
    filter:
        drop-shadow(0 10px 26px rgba(0, 0, 0, 0.26)) drop-shadow(0 0 24px rgba(56, 189, 248, 0.08));
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transform: translate3d(var(--hid-x, 0px), var(--hid-y, 0px), 0);
    transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.hero-inline-diagram {
    background: linear-gradient(135deg, rgba(18, 20, 38, 0.35), rgba(10, 12, 26, 0.25));
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.hero-inline-diagram svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-inline-diagram::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background:
        radial-gradient(1px 1px at 10% 20%, rgba(255, 255, 255, 0.45), transparent 60%),
        radial-gradient(1px 1px at 32% 74%, rgba(255, 255, 255, 0.35), transparent 60%),
        radial-gradient(1px 1px at 68% 28%, rgba(255, 255, 255, 0.3), transparent 60%),
        radial-gradient(1px 1px at 88% 66%, rgba(255, 255, 255, 0.25), transparent 60%),
        radial-gradient(2px 2px at 22% 48%, rgba(56, 189, 248, 0.18), transparent 70%),
        radial-gradient(2px 2px at 74% 42%, rgba(99, 102, 241, 0.14), transparent 70%),
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.02),
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px,
            transparent 3px);
    mix-blend-mode: overlay;
}

.hero-inline-diagram::after {
    content: "";
    position: absolute;
    inset: -40% -60%;
    pointer-events: none;
    opacity: 0.75;
    background: linear-gradient(120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.08) 45%,
            rgba(255, 255, 255, 0.18) 50%,
            rgba(255, 255, 255, 0.08) 55%,
            transparent 70%);
    transform: translateX(-18%);
    animation: hero-inline-diagram-shimmer 3.6s ease-in-out infinite;
    mix-blend-mode: screen;
}

@keyframes hero-inline-diagram-shimmer {

    0%,
    100% {
        transform: translateX(-22%) rotate(0.001deg);
        opacity: 0.35;
    }

    50% {
        transform: translateX(22%) rotate(0.001deg);
        opacity: 0.75;
    }
}

.hero-inline-diagram:hover {
    opacity: 1;
    filter:
        drop-shadow(0 14px 34px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 34px rgba(56, 189, 248, 0.14));
}

.main-hero-description .description-highlight {
    font-weight: 700;
    color: #38bdf8;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.12) 0%, rgba(99, 102, 241, 0.1) 100%);
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* İstatistikler - Minimalize */
.main-hero-stats {
    display: flex;
    gap: 2.5rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(56, 189, 248, 0.07);
    border-bottom: 1px solid rgba(56, 189, 248, 0.07);
    position: relative;
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    flex: 1;
    padding: 0.75rem 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: visible;
    cursor: default;
}

.hero-stat-item:hover {
    transform: translateY(-2px);
}

.stat-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.14) 0%, rgba(99, 102, 241, 0.08) 100%);
    border: 1px solid rgba(56, 189, 248, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    flex-shrink: 0;
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: visible;
}

.stat-icon svg {
    width: 18px;
    height: 18px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-stat-item:hover .stat-icon {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.22) 0%, rgba(99, 102, 241, 0.14) 100%);
    border-color: rgba(56, 189, 248, 0.35);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 2px 10px rgba(56, 189, 248, 0.22);
}

.hero-stat-item:hover .stat-icon svg {
    transform: scale(1.1);
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    flex: 1;
    min-width: 0;
}

.stat-number {
    font-size: 1.75rem;
    font-weight: 900;
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-stat-item:hover .stat-number {
    transform: scale(1.08);
    filter: brightness(1.1);
}

.stat-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-stat-item:hover .stat-label {
    color: #38bdf8;
    letter-spacing: 1.2px;
}

/* Özellikler - Eşit Genişlik ve Aktif Durum */
.main-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 0;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: rgba(22, 24, 44, 0.62);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 12px;
    font-size: 0.8125rem;
    font-weight: 600;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    color: #7dd3fc;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(56, 189, 248, 0.08);
    opacity: 0.7;
}

.hero-feature-item.active {
    background: rgba(18, 20, 38, 0.88);
    border-color: rgba(56, 189, 248, 0.35);
    color: #7dd3fc;
    opacity: 1;
    box-shadow: 0 2px 10px rgba(56, 189, 248, 0.14);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
}

.hero-feature-item::before {
    display: none;
}

.hero-feature-item::after {
    display: none;
}

.hero-feature-item:hover {
    background: rgba(18, 20, 38, 0.78);
    transform: translateY(-1px);
    border-color: rgba(56, 189, 248, 0.28);
    box-shadow: 0 6px 16px rgba(56, 189, 248, 0.18);
    color: #7dd3fc;
    opacity: 1;
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
}

.feature-icon-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    flex-shrink: 0;
    background: transparent;
    border-radius: 6px;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.hero-feature-item:hover .feature-icon-wrapper {
    transform: scale(1.05);
    color: #38bdf8;
}

.hero-feature-item.active .feature-icon-wrapper {
    color: #38bdf8;
}

.feature-text {
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.hero-feature-item:hover .feature-text {
    letter-spacing: 0.5px;
}

.main-hero-cta {
    display: flex;
    gap: 1rem;
    margin-top: 0.25rem;
}

.main-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.main-hero-btn-primary {
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 55%, #a78bfa 100%);
    color: white;
    box-shadow:
        0 4px 18px rgba(56, 189, 248, 0.22),
        0 0 0 0 rgba(56, 189, 248, 0.45);
}

.main-hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 10px 26px rgba(56, 189, 248, 0.28),
        0 0 0 4px rgba(56, 189, 248, 0.12);
}

.main-hero-btn-secondary {
    background: rgba(18, 20, 38, 0.82);
    color: var(--text-primary);
    border: 1px solid rgba(56, 189, 248, 0.22);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
}

.main-hero-btn-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(56, 189, 248, 0.08);
}

.main-hero-btn-primary i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.main-hero-btn-primary:hover i {
    transform: translateX(4px);
}

/* Sağ Taraf - SVG Circuit Animation */
.main-hero-visual {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.circuit-animation-container {
    width: 100%;
    max-width: 400px;
    height: 660px;
    display: flex;
    align-items: center;
    perspective: 1200px;
    perspective-origin: center center;
    justify-content: center;
    position: relative;
    pointer-events: auto;
    z-index: 1;
    cursor: default;
    user-select: none;
    border-radius: 20px;
    overflow: hidden;
    /* 3D Derinlik Efekti - Daha hafif gölgeler ve derinlik */
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.18);
    transform-style: preserve-3d;
    background: linear-gradient(135deg,
            rgba(56, 189, 248, 0.04) 0%,
            rgba(99, 102, 241, 0.03) 50%,
            rgba(56, 189, 248, 0.03) 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Uzay Arka Planı */
.circuit-space-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            #070711 0%,
            #0a0a12 25%,
            #0f1022 50%,
            #0a0a12 75%,
            #070711 100%);
    z-index: 0;
    overflow: hidden;
}

/* Merkez Işık Hüzmesi */
.space-center-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center,
            rgba(56, 189, 248, 0.14) 0%,
            rgba(125, 211, 252, 0.1) 22%,
            rgba(99, 102, 241, 0.08) 44%,
            rgba(56, 189, 248, 0.05) 62%,
            transparent 80%);
    animation: center-glow-pulse 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes center-glow-pulse {

    0%,
    100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* Yıldızlar - Daha fazla yıldız */
.space-stars {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(18, 20, 38, 0.82), transparent),
        radial-gradient(1px 1px at 40% 50%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1.5px 1.5px at 60% 20%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 80% 70%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(2px 2px at 30% 80%, rgba(18, 20, 38, 0.82), transparent),
        radial-gradient(1px 1px at 70% 40%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1.5px 1.5px at 10% 60%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 90% 10%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(2px 2px at 50% 90%, rgba(18, 20, 38, 0.82), transparent),
        radial-gradient(1px 1px at 15% 15%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1.5px 1.5px at 85% 85%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 25% 45%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(2px 2px at 75% 25%, rgba(18, 20, 38, 0.82), transparent),
        radial-gradient(1px 1px at 35% 65%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1.5px 1.5px at 55% 75%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 95% 55%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(2px 2px at 5% 35%, rgba(18, 20, 38, 0.82), transparent),
        radial-gradient(1px 1px at 45% 5%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1.5px 1.5px at 65% 95%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 12% 25%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 28% 42%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 52% 18%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(2px 2px at 68% 38%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 88% 58%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 8% 72%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 32% 88%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(2px 2px at 58% 62%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 78% 28%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 18% 48%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 42% 82%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(2px 2px at 72% 92%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 6% 8%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 38% 22%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 62% 52%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(2px 2px at 82% 78%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 22% 92%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 48% 12%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 68% 68%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(2px 2px at 92% 42%, rgba(22, 24, 44, 0.72), transparent),
        radial-gradient(1px 1px at 11% 21%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 31% 41%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 51% 61%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(2px 2px at 71% 81%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 91% 11%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 16% 36%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 36% 56%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(2px 2px at 56% 76%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 76% 16%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 96% 46%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 9% 29%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 29% 49%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1px 1px at 49% 69%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(2px 2px at 69% 89%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 89% 19%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 19% 39%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1px 1px at 39% 59%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(2px 2px at 59% 79%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 79% 9%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 99% 39%, rgba(22, 24, 44, 0.4), transparent);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: stars-twinkle 4s ease-in-out infinite;
    opacity: 0.8;
}

.space-stars-2 {
    background-image:
        radial-gradient(1px 1px at 22% 32%, rgba(56, 189, 248, 0.55), transparent),
        radial-gradient(1.5px 1.5px at 42% 52%, rgba(99, 102, 241, 0.45), transparent),
        radial-gradient(1px 1px at 62% 22%, rgba(56, 189, 248, 0.55), transparent),
        radial-gradient(2px 2px at 82% 72%, rgba(125, 211, 252, 0.6), transparent),
        radial-gradient(1px 1px at 32% 82%, rgba(56, 189, 248, 0.55), transparent),
        radial-gradient(1.5px 1.5px at 72% 42%, rgba(99, 102, 241, 0.45), transparent),
        radial-gradient(1px 1px at 12% 62%, rgba(56, 189, 248, 0.55), transparent),
        radial-gradient(2px 2px at 92% 12%, rgba(125, 211, 252, 0.6), transparent),
        radial-gradient(1px 1px at 52% 92%, rgba(56, 189, 248, 0.55), transparent),
        radial-gradient(1.5px 1.5px at 17% 17%, rgba(99, 102, 241, 0.45), transparent),
        radial-gradient(1px 1px at 26% 38%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(1.5px 1.5px at 46% 58%, rgba(99, 102, 241, 0.36), transparent),
        radial-gradient(1px 1px at 66% 28%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(2px 2px at 86% 68%, rgba(125, 211, 252, 0.5), transparent),
        radial-gradient(1px 1px at 36% 78%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(1.5px 1.5px at 76% 48%, rgba(99, 102, 241, 0.36), transparent),
        radial-gradient(1px 1px at 16% 68%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(2px 2px at 96% 18%, rgba(125, 211, 252, 0.5), transparent),
        radial-gradient(1px 1px at 56% 88%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(1.5px 1.5px at 21% 23%, rgba(99, 102, 241, 0.36), transparent),
        radial-gradient(1px 1px at 51% 43%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(2px 2px at 81% 83%, rgba(125, 211, 252, 0.5), transparent),
        radial-gradient(1px 1px at 11% 33%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(1.5px 1.5px at 41% 73%, rgba(99, 102, 241, 0.36), transparent),
        radial-gradient(1px 1px at 71% 13%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(2px 2px at 91% 53%, rgba(125, 211, 252, 0.5), transparent),
        radial-gradient(1px 1px at 31% 93%, rgba(56, 189, 248, 0.45), transparent),
        radial-gradient(1.5px 1.5px at 61% 3%, rgba(99, 102, 241, 0.36), transparent);
    animation: stars-twinkle 5s ease-in-out infinite;
    animation-delay: 1s;
    opacity: 0.6;
}

.space-stars-3 {
    background-image:
        radial-gradient(1px 1px at 18% 28%, rgba(99, 102, 241, 0.34), transparent),
        radial-gradient(1.5px 1.5px at 38% 48%, rgba(56, 189, 248, 0.4), transparent),
        radial-gradient(1px 1px at 58% 18%, rgba(99, 102, 241, 0.34), transparent),
        radial-gradient(2px 2px at 78% 68%, rgba(56, 189, 248, 0.48), transparent),
        radial-gradient(1px 1px at 28% 78%, rgba(99, 102, 241, 0.34), transparent),
        radial-gradient(1.5px 1.5px at 68% 38%, rgba(56, 189, 248, 0.4), transparent),
        radial-gradient(1px 1px at 8% 58%, rgba(99, 102, 241, 0.34), transparent),
        radial-gradient(2px 2px at 88% 8%, rgba(56, 189, 248, 0.48), transparent),
        radial-gradient(1px 1px at 48% 88%, rgba(99, 102, 241, 0.34), transparent),
        radial-gradient(1.5px 1.5px at 13% 13%, rgba(56, 189, 248, 0.4), transparent),
        radial-gradient(1px 1px at 24% 34%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(1.5px 1.5px at 44% 54%, rgba(56, 189, 248, 0.32), transparent),
        radial-gradient(1px 1px at 64% 24%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(2px 2px at 84% 74%, rgba(56, 189, 248, 0.4), transparent),
        radial-gradient(1px 1px at 34% 84%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(1.5px 1.5px at 74% 44%, rgba(56, 189, 248, 0.32), transparent),
        radial-gradient(1px 1px at 14% 64%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(2px 2px at 94% 14%, rgba(56, 189, 248, 0.4), transparent),
        radial-gradient(1px 1px at 54% 94%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(1.5px 1.5px at 19% 19%, rgba(56, 189, 248, 0.32), transparent),
        radial-gradient(1px 1px at 39% 39%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(1.5px 1.5px at 59% 59%, rgba(56, 189, 248, 0.32), transparent),
        radial-gradient(1px 1px at 79% 79%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(2px 2px at 99% 99%, rgba(56, 189, 248, 0.4), transparent),
        radial-gradient(1px 1px at 9% 9%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(1.5px 1.5px at 29% 29%, rgba(56, 189, 248, 0.32), transparent),
        radial-gradient(1px 1px at 49% 49%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(2px 2px at 69% 69%, rgba(56, 189, 248, 0.4), transparent),
        radial-gradient(1px 1px at 89% 89%, rgba(99, 102, 241, 0.26), transparent),
        radial-gradient(1.5px 1.5px at 4% 4%, rgba(56, 189, 248, 0.32), transparent),
        radial-gradient(1px 1px at 7% 17%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 27% 37%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 47% 57%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(2px 2px at 67% 77%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 87% 97%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 17% 7%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 37% 27%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(2px 2px at 57% 47%, rgba(22, 24, 44, 0.62), transparent),
        radial-gradient(1px 1px at 77% 67%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 97% 87%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 3% 13%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 23% 33%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1px 1px at 43% 53%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(2px 2px at 63% 73%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 83% 93%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 13% 3%, rgba(22, 24, 44, 0.4), transparent),
        radial-gradient(1px 1px at 33% 23%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(2px 2px at 53% 43%, rgba(22, 24, 44, 0.5), transparent),
        radial-gradient(1px 1px at 73% 63%, rgba(22, 24, 44, 0.3), transparent),
        radial-gradient(1.5px 1.5px at 93% 83%, rgba(22, 24, 44, 0.4), transparent);
    animation: stars-twinkle 6s ease-in-out infinite;
    animation-delay: 2s;
    opacity: 0.4;
}

@keyframes stars-twinkle {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* 3D Hover Efekti */
.circuit-animation-container:hover {
    transform: translateY(-2px) rotateX(2deg);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.2),
        0 4px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(0, 0, 0, 0.25),
        0 0 40px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.circuit-animation-container:active {
    cursor: default;
    transform: translateY(0) rotateX(0deg);
}

.circuit-svg {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 660px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}

/* Ana Veri Yolu - Neon Mor Glow */
.circuit-bus {
    stroke: #a855f7;
    stroke-width: 3;
    stroke-linecap: round;
    filter: drop-shadow(0 0 4px rgba(168, 85, 247, 0.6)) drop-shadow(0 0 8px rgba(168, 85, 247, 0.4));
    opacity: 0.9;
}

/* Katman Grupları */
.circuit-layer {
    opacity: 0.85;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease-out;
    will-change: opacity, transform;
    transform-style: preserve-3d;
    /* 3D Derinlik - Her katman farklı Z seviyesinde */
}

/* Katman 0 - En önde (Pink/Magenta) */
.circuit-layer-0 {
    transform: translateZ(20px);
}

/* Katman 1 - Ortada (Orange) */
.circuit-layer-1 {
    transform: translateZ(0px);
}

/* Katman 2 - En arkada (Teal/Cyan) */
.circuit-layer-2 {
    transform: translateZ(-20px);
}

.circuit-layer-3 {
    transform: translateZ(-40px);
}

.circuit-layer:hover {
    opacity: 1;
    /* Hover'da hafifçe öne çık */
}



/* Ana Node'lar - Parlak Pembe-Mor Glow */
.circuit-node {
    stroke-width: 3;
    filter: drop-shadow(0 0 8px currentColor) drop-shadow(0 0 16px rgba(236, 72, 153, 0.3));
    animation: node-pulse 4s ease-in-out infinite;
    transition: transform 0.1s ease-out;
    transform-origin: center;
    cursor: pointer;
    will-change: transform, filter;
    transform-style: preserve-3d;
    /* GPU hızlandırma */
}

/* 3D Derinlik - Node'lar hafifçe öne çıkar */
.circuit-layer-0 .circuit-node {
    transform: translateZ(5px);
}

.circuit-layer-1 .circuit-node {
    transform: translateZ(0px);
}

.circuit-layer-2 .circuit-node {
    transform: translateZ(-5px);
}

/* Inner Glow - Node içinde subtle glow efekti */
.circuit-node::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 24, 44, 0.3) 0%, transparent 70%);
    animation: inner-glow 3s ease-in-out infinite;
    transform-origin: center;
}

@keyframes inner-glow {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(0.8);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

.circuit-node-0 {
    fill: #ec4899;
    stroke: rgba(236, 72, 153, 0.9);
    color: #ec4899;
}

.circuit-node-1 {
    fill: #f97316;
    stroke: rgba(249, 115, 22, 0.9);
    color: #f97316;
}

.circuit-node-2 {
    fill: #14b8a6;
    stroke: rgba(20, 184, 166, 0.9);
    color: #14b8a6;
}

.circuit-node-3 {
    fill: #38bdf8;
    stroke: rgba(56, 189, 248, 0.92);
    color: #38bdf8;
}

@keyframes node-pulse {

    0%,
    100% {
        r: 6;
        opacity: 0.9;
        transform: scale(1);
    }

    50% {
        r: 6.5;
        opacity: 1;
        transform: scale(1.08);
    }
}

/* Hover durumunda node büyür - Daha parlak */
.circuit-layer.hover-active .circuit-node {
    r: 10;
    filter: drop-shadow(0 0 10px currentColor) drop-shadow(0 0 20px rgba(236, 72, 153, 0.5));
    animation: node-pulse-intense 1s ease-in-out infinite;
}

@keyframes node-pulse-intense {

    0%,
    100% {
        r: 8;
    }

    50% {
        r: 10;
    }
}

/* Branch Lines - Spiral/Helix Path */
.circuit-branch {
    stroke: rgba(236, 72, 153, 0.5);
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 2px rgba(236, 72, 153, 0.4));
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0 .circuit-branch {
    stroke: rgba(236, 72, 153, 0.5);
    filter: drop-shadow(0 0 2px rgba(236, 72, 153, 0.4));
}

/* Katman 1 - Orange */
.circuit-layer-1 .circuit-branch {
    stroke: rgba(249, 115, 22, 0.5);
    filter: drop-shadow(0 0 2px rgba(249, 115, 22, 0.4));
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2 .circuit-branch {
    stroke: rgba(20, 184, 166, 0.5);
    filter: drop-shadow(0 0 2px rgba(20, 184, 166, 0.4));
}

/* Katman 3 - Sky */
.circuit-layer-3 .circuit-branch {
    stroke: rgba(56, 189, 248, 0.55);
    filter: drop-shadow(0 0 2px rgba(56, 189, 248, 0.42));
}

.circuit-branch-spiral {
    stroke: rgba(236, 72, 153, 0.6);
    stroke-width: 2.5;
    stroke-dasharray: 4, 4;
    animation: branch-flow 3s linear infinite;
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0 .circuit-branch-spiral {
    stroke: rgba(236, 72, 153, 0.6);
}

/* Katman 1 - Orange */
.circuit-layer-1 .circuit-branch-spiral {
    stroke: rgba(249, 115, 22, 0.6);
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2 .circuit-branch-spiral {
    stroke: rgba(20, 184, 166, 0.6);
}

/* Katman 3 - Sky */
.circuit-layer-3 .circuit-branch-spiral {
    stroke: rgba(56, 189, 248, 0.62);
}

@keyframes branch-flow {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 16;
    }
}

.circuit-layer.hover-active .circuit-branch {
    filter: drop-shadow(0 0 3px rgba(139, 92, 246, 0.5));
}

/* Hover durumunda branch'ler titrer ve parlar */
.circuit-layer.hover-active .circuit-branch {
    stroke-width: 3;
    animation: branch-shake 0.5s ease-in-out infinite;
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0.hover-active .circuit-branch {
    stroke: rgba(236, 72, 153, 0.8);
    filter: drop-shadow(0 0 4px rgba(236, 72, 153, 0.6)) drop-shadow(0 0 8px rgba(236, 72, 153, 0.4));
}

/* Katman 1 - Orange */
.circuit-layer-1.hover-active .circuit-branch {
    stroke: rgba(249, 115, 22, 0.8);
    filter: drop-shadow(0 0 4px rgba(249, 115, 22, 0.6)) drop-shadow(0 0 8px rgba(249, 115, 22, 0.4));
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2.hover-active .circuit-branch {
    stroke: rgba(20, 184, 166, 0.8);
    filter: drop-shadow(0 0 4px rgba(20, 184, 166, 0.6)) drop-shadow(0 0 8px rgba(20, 184, 166, 0.4));
}

/* Katman 3 - Sky */
.circuit-layer-3.hover-active .circuit-branch {
    stroke: rgba(56, 189, 248, 0.85);
    filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.62)) drop-shadow(0 0 10px rgba(56, 189, 248, 0.4));
}

.circuit-layer.hover-active .circuit-branch-spiral {
    stroke-width: 3;
    animation: branch-flow 2s linear infinite, branch-shake 0.5s ease-in-out infinite;
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0.hover-active .circuit-branch-spiral {
    stroke: rgba(236, 72, 153, 0.9);
}

/* Katman 1 - Orange */
.circuit-layer-1.hover-active .circuit-branch-spiral {
    stroke: rgba(249, 115, 22, 0.9);
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2.hover-active .circuit-branch-spiral {
    stroke: rgba(20, 184, 166, 0.9);
}

/* Katman 3 - Sky */
.circuit-layer-3.hover-active .circuit-branch-spiral {
    stroke: rgba(56, 189, 248, 0.92);
}

@keyframes branch-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(1px);
    }

    75% {
        transform: translateX(-1px);
    }
}

/* End Node'lar - Parlak Kırmızı-Pembe Glow */
.circuit-end-node {
    fill: rgba(236, 72, 153, 0.9);
    stroke: rgba(236, 72, 153, 0.8);
    stroke-width: 2.5;
    animation: end-node-twinkle 3.5s ease-in-out infinite;
    transition: transform 0.1s ease-out;
    transform-origin: center;
    cursor: pointer;
    filter: drop-shadow(0 0 4px rgba(236, 72, 153, 0.6)) drop-shadow(0 0 8px rgba(236, 72, 153, 0.3));
    will-change: transform, opacity;
    transform-style: preserve-3d;
    /* GPU hızlandırma */
}

/* 3D Derinlik - End node'lar hafifçe öne çıkar */
.circuit-layer-0 .circuit-end-node {
    transform: translateZ(3px);
}

.circuit-layer-1 .circuit-end-node {
    transform: translateZ(0px);
}

.circuit-layer-2 .circuit-end-node {
    transform: translateZ(-3px);
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0 .circuit-end-node {
    fill: rgba(236, 72, 153, 0.9);
    stroke: rgba(236, 72, 153, 0.8);
    filter: drop-shadow(0 0 4px rgba(236, 72, 153, 0.6)) drop-shadow(0 0 8px rgba(236, 72, 153, 0.3));
}

/* Katman 1 - Orange */
.circuit-layer-1 .circuit-end-node {
    fill: rgba(249, 115, 22, 0.9);
    stroke: rgba(249, 115, 22, 0.8);
    filter: drop-shadow(0 0 4px rgba(249, 115, 22, 0.6)) drop-shadow(0 0 8px rgba(249, 115, 22, 0.3));
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2 .circuit-end-node {
    fill: rgba(20, 184, 166, 0.9);
    stroke: rgba(20, 184, 166, 0.8);
    filter: drop-shadow(0 0 4px rgba(20, 184, 166, 0.6)) drop-shadow(0 0 8px rgba(20, 184, 166, 0.3));
}

/* Katman 3 - Sky */
.circuit-layer-3 .circuit-end-node {
    fill: rgba(56, 189, 248, 0.9);
    stroke: rgba(56, 189, 248, 0.85);
    filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.62)) drop-shadow(0 0 10px rgba(56, 189, 248, 0.32));
}

/* Particle Nodes - Küçük parçacıklar */
.circuit-particle {
    fill: rgba(236, 72, 153, 0.9);
    stroke: rgba(236, 72, 153, 0.7);
    stroke-width: 1;
    animation: particle-sparkle 2s ease-in-out infinite;
    filter: drop-shadow(0 0 2px rgba(236, 72, 153, 0.5));
    will-change: opacity, transform;
    transform: translateZ(0);
    /* GPU hızlandırma */
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0 .circuit-particle {
    fill: rgba(236, 72, 153, 0.9);
    stroke: rgba(236, 72, 153, 0.7);
    filter: drop-shadow(0 0 2px rgba(236, 72, 153, 0.5));
}

/* Katman 1 - Orange */
.circuit-layer-1 .circuit-particle {
    fill: rgba(249, 115, 22, 0.9);
    stroke: rgba(249, 115, 22, 0.7);
    filter: drop-shadow(0 0 2px rgba(249, 115, 22, 0.5));
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2 .circuit-particle {
    fill: rgba(20, 184, 166, 0.9);
    stroke: rgba(20, 184, 166, 0.7);
    filter: drop-shadow(0 0 2px rgba(20, 184, 166, 0.5));
}

/* Katman 3 - Sky */
.circuit-layer-3 .circuit-particle {
    fill: rgba(56, 189, 248, 0.9);
    stroke: rgba(56, 189, 248, 0.72);
    filter: drop-shadow(0 0 2px rgba(56, 189, 248, 0.5));
}

/* Farklı gecikmeler için parçacıklar - Helix pattern */
.circuit-layer-0 .circuit-particle:nth-child(1) {
    animation-delay: 0s;
}

.circuit-layer-0 .circuit-particle:nth-child(2) {
    animation-delay: 0.25s;
}

.circuit-layer-0 .circuit-particle:nth-child(3) {
    animation-delay: 0.5s;
}

.circuit-layer-0 .circuit-particle:nth-child(4) {
    animation-delay: 0.75s;
}

.circuit-layer-0 .circuit-particle:nth-child(5) {
    animation-delay: 0.1s;
}

.circuit-layer-0 .circuit-particle:nth-child(6) {
    animation-delay: 0.35s;
}

.circuit-layer-0 .circuit-particle:nth-child(7) {
    animation-delay: 0.6s;
}

.circuit-layer-0 .circuit-particle:nth-child(8) {
    animation-delay: 0.85s;
}

.circuit-layer-1 .circuit-particle:nth-child(1) {
    animation-delay: 0s;
}

.circuit-layer-1 .circuit-particle:nth-child(2) {
    animation-delay: 0.15s;
}

.circuit-layer-1 .circuit-particle:nth-child(3) {
    animation-delay: 0.3s;
}

.circuit-layer-1 .circuit-particle:nth-child(4) {
    animation-delay: 0.45s;
}

.circuit-layer-1 .circuit-particle:nth-child(5) {
    animation-delay: 0.6s;
}

.circuit-layer-1 .circuit-particle:nth-child(6) {
    animation-delay: 0.75s;
}

.circuit-layer-1 .circuit-particle:nth-child(7) {
    animation-delay: 0.9s;
}

.circuit-layer-1 .circuit-particle:nth-child(8) {
    animation-delay: 1.05s;
}

.circuit-layer-1 .circuit-particle:nth-child(9) {
    animation-delay: 0.1s;
}

.circuit-layer-1 .circuit-particle:nth-child(10) {
    animation-delay: 0.25s;
}

.circuit-layer-1 .circuit-particle:nth-child(11) {
    animation-delay: 0.4s;
}

.circuit-layer-1 .circuit-particle:nth-child(12) {
    animation-delay: 0.55s;
}

.circuit-layer-1 .circuit-particle:nth-child(13) {
    animation-delay: 0.7s;
}

.circuit-layer-1 .circuit-particle:nth-child(14) {
    animation-delay: 0.85s;
}

.circuit-layer-1 .circuit-particle:nth-child(15) {
    animation-delay: 1s;
}

.circuit-layer-1 .circuit-particle:nth-child(16) {
    animation-delay: 1.15s;
}

.circuit-layer-2 .circuit-particle:nth-child(1) {
    animation-delay: 0s;
}

.circuit-layer-2 .circuit-particle:nth-child(2) {
    animation-delay: 0.12s;
}

.circuit-layer-2 .circuit-particle:nth-child(3) {
    animation-delay: 0.24s;
}

.circuit-layer-2 .circuit-particle:nth-child(4) {
    animation-delay: 0.36s;
}

.circuit-layer-2 .circuit-particle:nth-child(5) {
    animation-delay: 0.48s;
}

.circuit-layer-2 .circuit-particle:nth-child(6) {
    animation-delay: 0.6s;
}

.circuit-layer-2 .circuit-particle:nth-child(7) {
    animation-delay: 0.72s;
}

.circuit-layer-2 .circuit-particle:nth-child(8) {
    animation-delay: 0.84s;
}

.circuit-layer-2 .circuit-particle:nth-child(9) {
    animation-delay: 0.08s;
}

.circuit-layer-2 .circuit-particle:nth-child(10) {
    animation-delay: 0.2s;
}

.circuit-layer-2 .circuit-particle:nth-child(11) {
    animation-delay: 0.32s;
}

.circuit-layer-2 .circuit-particle:nth-child(12) {
    animation-delay: 0.44s;
}

.circuit-layer-2 .circuit-particle:nth-child(13) {
    animation-delay: 0.56s;
}

.circuit-layer-2 .circuit-particle:nth-child(14) {
    animation-delay: 0.68s;
}

.circuit-layer-2 .circuit-particle:nth-child(15) {
    animation-delay: 0.8s;
}

.circuit-layer-2 .circuit-particle:nth-child(16) {
    animation-delay: 0.92s;
}

.circuit-layer-2 .circuit-particle:nth-child(17) {
    animation-delay: 0.04s;
}

.circuit-layer-2 .circuit-particle:nth-child(18) {
    animation-delay: 0.16s;
}

.circuit-layer-2 .circuit-particle:nth-child(19) {
    animation-delay: 0.28s;
}

.circuit-layer-2 .circuit-particle:nth-child(20) {
    animation-delay: 0.4s;
}

.circuit-layer-2 .circuit-particle:nth-child(21) {
    animation-delay: 0.52s;
}

.circuit-layer-2 .circuit-particle:nth-child(22) {
    animation-delay: 0.64s;
}

.circuit-layer-2 .circuit-particle:nth-child(23) {
    animation-delay: 0.76s;
}

.circuit-layer-2 .circuit-particle:nth-child(24) {
    animation-delay: 0.88s;
}

@keyframes particle-sparkle {

    0%,
    100% {
        opacity: 0.7;
        r: 1.5;
    }

    50% {
        opacity: 1;
        r: 2.5;
    }
}

@keyframes end-node-twinkle {

    0%,
    100% {
        opacity: 0.5;
        r: 4;
    }

    50% {
        opacity: 0.9;
        r: 5.5;
    }
}

/* Hover durumunda end node'lar parlar */
.circuit-layer.hover-active .circuit-end-node {
    r: 6;
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0.hover-active .circuit-end-node {
    fill: rgba(236, 72, 153, 1);
    stroke: rgba(236, 72, 153, 0.9);
    filter: drop-shadow(0 0 6px rgba(236, 72, 153, 0.9)) drop-shadow(0 0 12px rgba(236, 72, 153, 0.5));
}

/* Katman 1 - Orange */
.circuit-layer-1.hover-active .circuit-end-node {
    fill: rgba(249, 115, 22, 1);
    stroke: rgba(249, 115, 22, 0.9);
    filter: drop-shadow(0 0 6px rgba(249, 115, 22, 0.9)) drop-shadow(0 0 12px rgba(249, 115, 22, 0.5));
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2.hover-active .circuit-end-node {
    fill: rgba(20, 184, 166, 1);
    stroke: rgba(20, 184, 166, 0.9);
    filter: drop-shadow(0 0 6px rgba(20, 184, 166, 0.9)) drop-shadow(0 0 12px rgba(20, 184, 166, 0.5));
}

/* Tıklanabilir node'lar için stil */
.circuit-end-node[data-link] {
    cursor: pointer;
    transition: fill 0.2s ease, stroke 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.circuit-end-node[data-link]:hover,
.circuit-end-node[data-link][data-hover="true"] {
    fill: rgba(139, 92, 246, 1);
    stroke: rgba(139, 92, 246, 0.9);
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(139, 92, 246, 0.8)) drop-shadow(0 0 16px rgba(139, 92, 246, 0.4));
}

/* Focus durumu (klavye navigasyonu için) */
.circuit-end-node[data-link]:focus {
    fill: rgba(139, 92, 246, 1);
    stroke: rgba(139, 92, 246, 1);
    stroke-width: 3;
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(139, 92, 246, 1)) drop-shadow(0 0 20px rgba(139, 92, 246, 0.6));
    outline: none;
}

.circuit-layer.hover-active .circuit-particle {
    r: 2.5;
    animation: particle-sparkle-intense 1s ease-in-out infinite;
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0.hover-active .circuit-particle {
    fill: rgba(236, 72, 153, 1);
    stroke: rgba(236, 72, 153, 0.9);
    filter: drop-shadow(0 0 3px rgba(236, 72, 153, 0.7));
}

/* Katman 1 - Orange */
.circuit-layer-1.hover-active .circuit-particle {
    fill: rgba(249, 115, 22, 1);
    stroke: rgba(249, 115, 22, 0.9);
    filter: drop-shadow(0 0 3px rgba(249, 115, 22, 0.7));
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2.hover-active .circuit-particle {
    fill: rgba(20, 184, 166, 1);
    stroke: rgba(20, 184, 166, 0.9);
    filter: drop-shadow(0 0 3px rgba(20, 184, 166, 0.7));
}

@keyframes particle-sparkle-intense {

    0%,
    100% {
        opacity: 0.8;
        r: 2;
    }

    50% {
        opacity: 1;
        r: 3;
    }
}

/* Data Flow Animation - Pembe noktalardan mor merkeze - Daha parlak */
.circuit-data-flow {
    stroke: url(#dataFlowGradient);
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 12, 6;
    opacity: 0;
    animation: data-flow 2s linear infinite;
    filter: drop-shadow(0 0 4px rgba(236, 72, 153, 0.8)) drop-shadow(0 0 8px rgba(236, 72, 153, 0.4));
    will-change: stroke-dashoffset, opacity;
    transform: translateZ(0);
    /* GPU hızlandırma */
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0 .circuit-data-flow {
    stroke: url(#dataFlowGradient0);
    filter: drop-shadow(0 0 4px rgba(236, 72, 153, 0.8)) drop-shadow(0 0 8px rgba(236, 72, 153, 0.4));
}

/* Katman 1 - Orange */
.circuit-layer-1 .circuit-data-flow {
    stroke: url(#dataFlowGradient1);
    filter: drop-shadow(0 0 4px rgba(249, 115, 22, 0.8)) drop-shadow(0 0 8px rgba(249, 115, 22, 0.4));
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2 .circuit-data-flow {
    stroke: url(#dataFlowGradient2);
    filter: drop-shadow(0 0 4px rgba(20, 184, 166, 0.8)) drop-shadow(0 0 8px rgba(20, 184, 166, 0.4));
}

/* Katman 3 - Sky */
.circuit-layer-3 .circuit-data-flow {
    stroke: url(#dataFlowGradient3);
    filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.8)) drop-shadow(0 0 10px rgba(56, 189, 248, 0.4));
}

/* Node yazıları — SVG gradient (index.html #circuitNodeLabelGradient) */
.circuit-node-label {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    font-weight: 600;
    fill: url(#circuitNodeLabelGradient);
    text-anchor: middle;
    pointer-events: none;
    user-select: none;
    opacity: 0.94;
    transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
    transform-style: preserve-3d;
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.85)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.12));
}

/* Ana node yazıları (Katman 0, 1, 2) - Daha büyük ve belirgin */
.circuit-node+.circuit-node-label {
    font-size: 11px;
    font-weight: 700;
    opacity: 0.98;
    letter-spacing: 0.5px;
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.9)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 10px rgba(199, 210, 254, 0.25));
}

/* Katman 0 */
.circuit-layer-0 .circuit-node-label {
    fill: url(#circuitNodeLabelGradient);
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.85)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 8px rgba(236, 72, 153, 0.12));
    transform: translateZ(3px);
}

/* Katman 1 */
.circuit-layer-1 .circuit-node-label {
    fill: url(#circuitNodeLabelGradient);
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.85)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 8px rgba(249, 115, 22, 0.1));
    transform: translateZ(0px);
}

/* Katman 2 */
.circuit-layer-2 .circuit-node-label {
    fill: url(#circuitNodeLabelGradient);
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.85)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 8px rgba(45, 212, 191, 0.12));
    transform: translateZ(-3px);
}

/* Hover'da gradient korunur, parlaklık artar */
.circuit-layer:hover .circuit-node-label {
    opacity: 1;
    font-weight: 700;
    fill: url(#circuitNodeLabelGradient);
}

.circuit-layer-0:hover .circuit-node-label {
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.22)) drop-shadow(0 0 14px rgba(236, 72, 153, 0.2));
}

.circuit-layer-1:hover .circuit-node-label {
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.22)) drop-shadow(0 0 14px rgba(249, 115, 22, 0.18));
}

.circuit-layer-2:hover .circuit-node-label {
    filter:
        drop-shadow(0 0 1px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.22)) drop-shadow(0 0 14px rgba(45, 212, 191, 0.2));
}

/* SOFTYLA.COM Brand Text - En Altta - Premium Gradient */
.softyla-brand-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700;
    fill: url(#softylaGradient);
    text-anchor: middle;
    pointer-events: none;
    user-select: none;
    opacity: 0.95;
    letter-spacing: 2px;
    filter: drop-shadow(0 0 4px rgba(22, 24, 44, 0.62)) drop-shadow(0 0 8px rgba(22, 24, 44, 0.4)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.08));
    transition: opacity 0.3s ease, filter 0.3s ease;
    transform-style: preserve-3d;
    transform: translateZ(0px);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.softyla-brand-text:hover {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(18, 20, 38, 0.82)) drop-shadow(0 0 12px rgba(22, 24, 44, 0.62)) drop-shadow(0 0 18px rgba(22, 24, 44, 0.4));
}

/* Her katman için farklı gecikme */
.circuit-layer-0 .circuit-data-flow {
    animation-delay: 0s;
}

.circuit-layer-1 .circuit-data-flow {
    animation-delay: 0.8s;
}

.circuit-layer-2 .circuit-data-flow {
    animation-delay: 1.6s;
}

/* Hover durumunda veri akışı hızlanır */
.circuit-layer.hover-active .circuit-data-flow {
    animation-duration: 1.5s;
    opacity: 1;
    stroke-width: 3;
}

/* Katmanlar Arası Bağlantılar - Noktalı Çizgiler ve Parçacıklar */
.circuit-layer-connection {
    stroke: rgba(168, 85, 247, 0.6);
    stroke-width: 2;
    stroke-dasharray: 5, 5;
    fill: none;
    animation: layer-connection-flow 4s linear infinite;
    filter: drop-shadow(0 0 2px rgba(168, 85, 247, 0.4));
}

@keyframes layer-connection-flow {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.6;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        stroke-dashoffset: 20;
        opacity: 0.6;
    }
}

/* Katmanlar Arası Bağlantı Parçacıkları */
.circuit-layer-connection-particle {
    fill: rgba(168, 85, 247, 0.9);
    r: 2;
    filter: drop-shadow(0 0 3px rgba(168, 85, 247, 0.8));
}

/* Katman İçi Node Bağlantıları - Noktalı Çizgiler */
.circuit-intra-layer-connection {
    stroke-width: 2;
    stroke-dasharray: 4, 4;
    fill: none;
    opacity: 0.5;
    filter: drop-shadow(0 0 2px currentColor);
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0 .circuit-intra-layer-connection {
    stroke: rgba(236, 72, 153, 0.6);
}

/* Katman 1 - Orange */
.circuit-layer-1 .circuit-intra-layer-connection {
    stroke: rgba(249, 115, 22, 0.6);
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2 .circuit-intra-layer-connection {
    stroke: rgba(20, 184, 166, 0.6);
}

/* Katman İçi Bağlantı Parçacıkları */
.circuit-intra-layer-particle {
    r: 1.5;
    filter: drop-shadow(0 0 2px currentColor);
}

/* Katman 0 - Pink/Magenta */
.circuit-layer-0 .circuit-intra-layer-particle {
    fill: rgba(236, 72, 153, 0.8);
}

/* Katman 1 - Orange */
.circuit-layer-1 .circuit-intra-layer-particle {
    fill: rgba(249, 115, 22, 0.8);
}

/* Katman 2 - Teal/Cyan */
.circuit-layer-2 .circuit-intra-layer-particle {
    fill: rgba(20, 184, 166, 0.8);
}

/* SVG Gradient Stops - Inline style'ları CSS'e taşıdık */
/* Data Flow Gradient */
#dataFlowGradient .gradient-stop-0 {
    stop-color: rgba(236, 72, 153, 0);
    stop-opacity: 0;
}

#dataFlowGradient .gradient-stop-30 {
    stop-color: rgba(236, 72, 153, 0.9);
    stop-opacity: 1;
}

#dataFlowGradient .gradient-stop-70 {
    stop-color: rgba(139, 92, 246, 0.9);
    stop-opacity: 1;
}

#dataFlowGradient .gradient-stop-100 {
    stop-color: rgba(139, 92, 246, 0);
    stop-opacity: 0;
}

/* Pulse Glow 0 Gradient */
#pulseGlow0 .pulse-glow-stop-0 {
    stop-color: rgba(124, 58, 237, 0.6);
    stop-opacity: 1;
}

#pulseGlow0 .pulse-glow-stop-50 {
    stop-color: rgba(124, 58, 237, 0.3);
    stop-opacity: 0.5;
}

#pulseGlow0 .pulse-glow-stop-100 {
    stop-color: rgba(124, 58, 237, 0);
    stop-opacity: 0;
}

/* Pulse Glow 1 Gradient */
#pulseGlow1 .pulse-glow-1-stop-0 {
    stop-color: rgba(99, 102, 241, 0.6);
    stop-opacity: 1;
}

#pulseGlow1 .pulse-glow-1-stop-50 {
    stop-color: rgba(99, 102, 241, 0.3);
    stop-opacity: 0.5;
}

#pulseGlow1 .pulse-glow-1-stop-100 {
    stop-color: rgba(99, 102, 241, 0);
    stop-opacity: 0;
}

/* Pulse Glow 2 Gradient */
#pulseGlow2 .pulse-glow-2-stop-0 {
    stop-color: rgba(139, 92, 246, 0.6);
    stop-opacity: 1;
}

#pulseGlow2 .pulse-glow-2-stop-50 {
    stop-color: rgba(139, 92, 246, 0.3);
    stop-opacity: 0.5;
}

#pulseGlow2 .pulse-glow-2-stop-100 {
    stop-color: rgba(139, 92, 246, 0);
    stop-opacity: 0;
}


.layers-slider-container {
    position: relative;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    padding: 2.5rem 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 70%),
        radial-gradient(circle at 20% 30%, rgba(236, 72, 153, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(124, 156, 255, 0.04) 0%, transparent 50%);
    border-radius: 32px;
    position: relative;
}

.layers-slider-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.07) 0%,
            rgba(255, 255, 255, 0.04) 50%,
            rgba(255, 255, 255, 0.07) 100%);
    border-radius: 32px;
    pointer-events: none;
    z-index: 0;
}

.layers-slider-container>* {
    position: relative;
    z-index: 1;
}

.layers-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    position: relative;
}

.layer-slider-card {
    flex: 0 0 100%;
    width: 100%;
    padding: 2.5rem;
    background: rgba(18, 20, 38, 0.96);
    border: 1.5px solid rgba(139, 92, 246, 0.15);
    border-radius: 28px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(18, 20, 38, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
    opacity: 0;
    transform: scale(0.85) translateX(20px);
    pointer-events: none;
    filter: blur(4px);
    position: relative;
}

.layer-slider-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(18, 20, 38, 0.82) 0%,
            rgba(22, 24, 44, 0.4) 100%);
    border-radius: 28px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.layer-slider-card.active {
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 2;
    pointer-events: auto;
    filter: blur(0);
    box-shadow:
        0 12px 40px rgba(139, 92, 246, 0.1),
        0 4px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(18, 20, 38, 0.96);
    border-color: rgba(139, 92, 246, 0.25);
}

.layer-slider-card.active::before {
    opacity: 1;
}

.layer-3d-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.layer-3d-card:hover::before {
    opacity: 1;
}

/* Slider Navigation Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(139, 92, 246, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    outline: none;
}

.slider-dot:hover {
    background: rgba(139, 92, 246, 0.5);
    transform: scale(1.2);
}

.slider-dot.active {
    background: rgba(139, 92, 246, 0.8);
    width: 24px;
    border-radius: 5px;
}

/* Katman 0 - Renk ve Stil */
.layer-3d-0 {
    color: #f97316;
    border-color: rgba(249, 115, 22, 0.25);
    cursor: not-allowed;
}

.layer-slider-card.layer-3d-0.active:hover {
    transform: scale(1.02) translateX(0) !important;
    box-shadow:
        0 30px 80px rgba(249, 115, 22, 0.2),
        0 0 0 1px rgba(249, 115, 22, 0.3),
        inset 0 1px 0 rgba(18, 20, 38, 0.94);
}

.layer-3d-0::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 24, 44, 0.3);
    border-radius: 24px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.layer-3d-0:hover::after {
    opacity: 1;
}

/* Katman 1 - Renk ve Stil */
.layer-3d-1 {
    color: #6366f1;
    border-color: rgba(99, 102, 241, 0.25);
}

.layer-slider-card.layer-3d-1.active:hover {
    transform: scale(1.05) translateX(0) !important;
    box-shadow:
        0 35px 90px rgba(99, 102, 241, 0.25),
        0 0 0 1px rgba(99, 102, 241, 0.35),
        inset 0 1px 0 rgba(18, 20, 38, 0.94);
}

/* Katman 2 - Renk ve Stil */
.layer-3d-2 {
    color: #8b5cf6;
    border-color: rgba(139, 92, 246, 0.25);
}

.layer-slider-card.layer-3d-2.active:hover {
    transform: scale(1.05) translateX(0) !important;
    box-shadow:
        0 35px 90px rgba(139, 92, 246, 0.25),
        0 0 0 1px rgba(139, 92, 246, 0.35),
        inset 0 1px 0 rgba(18, 20, 38, 0.94);
}

.layer-3d-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    position: relative;
}

.layer-3d-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    margin-bottom: 0.5rem;
    position: relative;
}

.layer-icon-svg {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.layer-3d-0 .layer-3d-icon {
    color: #f97316;
}

.layer-3d-1 .layer-3d-icon {
    color: #6366f1;
}

.layer-3d-2 .layer-3d-icon {
    color: #8b5cf6;
}

.layer-slider-card.active:hover .layer-3d-icon .layer-icon-svg {
    transform: scale(1.1) rotate(5deg);
}

.layer-3d-info {
    text-align: center;
    width: 100%;
}

.layer-3d-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 0.375rem 0;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.layer-3d-subtitle {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-tertiary);
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.layer-3d-description {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--text-light);
    margin: 0 0 1.25rem 0;
    line-height: 1.5;
    font-style: italic;
}

.layer-3d-status {
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.layer-3d-0 .layer-3d-status {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
    border: 1px solid rgba(249, 115, 22, 0.25);
}

.layer-3d-1 .layer-3d-status,
.layer-3d-2 .layer-3d-status {
    background: rgba(34, 197, 94, 0.12);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.layer-3d-link {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, currentColor 0%, currentColor 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.85);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.layer-slider-card.active:hover .layer-3d-link {
    opacity: 1;
    transform: scale(1);
}

.layer-3d-link:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.layer-3d-link svg {
    width: 18px;
    height: 18px;
}

.layer-3d-1 .layer-3d-link {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

.layer-3d-2 .layer-3d-link {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

/* ByteOmi Link */
.byteomi-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.byteomi-link i {
    font-size: 0.75rem;
}

/* Responsive */
@media (max-width: 968px) {
    .main-hero {
        min-height: auto;
        padding: calc(70px + 3rem) 0 3rem 0;
    }

    .main-hero-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .main-hero-intro {
        text-align: center;
        align-items: center;
    }

    .main-hero-description {
        max-width: 100%;
    }

    .main-hero-description-row {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .hero-inline-diagram {
        display: block;
        width: 170px;
        height: 54px;
        margin-top: 0.5rem;
    }

    .main-hero-glass-note {
        width: 100%;
        max-width: 100%;
        padding: 0.85rem 0.95rem;
    }

    .main-hero-cta {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-inline-diagram {
        transition: none;
        transform: none;
    }

    .hero-inline-diagram::after {
        animation: none;
        opacity: 0.25;
    }
}

@media (max-width: 640px) {
    .main-hero {
        /* padding: calc(70px + 0.5rem) 0 0.5rem 0; */
        margin: 0;
        min-height: auto;
    }

    .main-hero .container {
        padding: 0 0.75rem;
        margin: 0;
    }

    .main-hero-layout {
        gap: 1rem;
    }

    .main-hero-intro {
        gap: 0.75rem;
        margin: 0;
    }

    .main-hero-badge {
        padding: 0.25rem 0.75rem;
        font-size: 0.625rem;
        margin: 0;
        gap: 0.5rem;
        border-width: 1px;
    }

    .main-hero-badge i {
        font-size: 0.75rem;
    }

    .main-hero-title {
        font-size: clamp(1.25rem, 7vw, 1.875rem);
        margin: 0;
        line-height: 1.15;
        letter-spacing: -0.02em;
    }

    .main-hero-description {
        font-size: 0.8125rem;
        line-height: 1.5;
        margin: 0;
    }

    .main-hero-stats {
        gap: 0.5rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0;
        border-top: 1px solid rgba(139, 92, 246, 0.1);
        border-bottom: 1px solid rgba(139, 92, 246, 0.1);
    }

    .hero-stat-item {
        gap: 0.5rem;
        flex: 1;
        min-width: 0;
        padding: 0.5rem 0;
    }

    .hero-stat-item::before {
        width: 2px;
    }

    .hero-stat-item:hover {
        transform: translateX(4px);
        padding-left: 0.125rem;
    }

    .stat-icon {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
        border-radius: 6px;
    }

    .stat-icon svg {
        width: 14px;
        height: 14px;
    }

    .hero-stat-item:hover .stat-icon {
        transform: scale(1.08) rotate(3deg);
    }

    .stat-content {
        flex: 1;
        min-width: 0;
        gap: 0.25rem;
    }

    .stat-number {
        font-size: 0.875rem;
        line-height: 1.1;
    }

    .hero-stat-item:hover .stat-number {
        transform: scale(1.05);
    }

    .stat-label {
        font-size: 0.625rem;
        line-height: 1.1;
        letter-spacing: 0.8px;
    }

    .hero-stat-item:hover .stat-label {
        letter-spacing: 1px;
        transform: translateX(1px);
    }

    .main-hero-features {
        gap: 0.5rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0;
        flex-wrap: wrap;
    }

    .hero-feature-item {
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        border-radius: 10px;
        font-size: 0.625rem;
        flex: 1;
        min-width: fit-content;
    }

    .feature-icon-wrapper {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        padding: 3px;
        border-radius: 6px;
    }

    .feature-icon-wrapper svg {
        width: 12px;
        height: 12px;
    }

    .feature-text {
        font-size: 0.625rem;
        white-space: nowrap;
    }

    .main-hero-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }

    .circuit-animation-container {
        max-width: 100%;
        height: 330px;
        border-radius: 16px;
        margin: 0;
    }

    .circuit-svg {
        max-height: 330px;
    }
}

/* ============================================
   Layers Info Section - Katman Açıklamaları
   Modern, Sade, Premium Tasarım
   ============================================ */

.layers-info-section {
    padding: 5rem 0;
    background: transparent;
    /* Perlin flow için transparent */
    position: relative;
    overflow: hidden;
    z-index: 0;
    /* Perlin flow'un üstünde görünmesi için */
}

.layers-info-section::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    animation: float 25s ease-in-out infinite;
}

.layers-info-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.06) 0%, transparent 70%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(100px);
    z-index: 0;
    animation: float 30s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }

    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

.layers-info-content {
    max-width: 1100px;
    /* Genişlik artırıldı */
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}

.layers-info-header {
    text-align: center;
    margin-bottom: 4rem;
}

.layers-info-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin: 0 0 1.5rem 0;
}

.layers-info-title-line {
    display: block;
    color: var(--text-primary);
}

.layers-info-title-highlight {
    background: linear-gradient(135deg,
            #8b5cf6 0%,
            #ec4899 30%,
            #6366f1 60%,
            #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientShift 6s ease infinite;
}

.layers-info-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    color: var(--text-tertiary);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Ana Kutu - Kompakt Tasarım */
.layers-info-main-box {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.05) 0%, rgba(99, 102, 241, 0.04) 100%);
    border: 1px solid rgba(56, 189, 248, 0.16);
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0;
}

.layers-info-main-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.9) 0%, rgba(99, 102, 241, 0.9) 100%);
}

/* Kompakt Katman Blokları */
.layer-info-compact {
    position: relative;
    padding: 1.5rem 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.layer-info-compact:first-child {
    padding-top: 0;
}

.layer-info-compact:last-child {
    padding-bottom: 0;
}

/* Hover durumunda katman bloğu vurgulanır */
.layer-info-compact.hover-active {
    transform: translateX(4px);
}

.layer-info-compact.hover-active .layer-info-compact-title {
    color: #e0f2fe;
}

.layer-info-compact.hover-active .layer-info-compact-title-icon {
    opacity: 1;
    transform: translateX(2px);
}

.layer-info-compact-header {
    margin-bottom: 0.875rem;
}

.layer-info-compact-badges {
    display: flex;
    gap: 0.625rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.layer-info-compact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1.5px solid;
    transition: all 0.3s ease;
}

/* Layer 0 Specific Styles */
.layer-info-compact-badge-0 {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
    border-color: rgba(249, 115, 22, 0.25);
}

/* Layer 1 Specific Styles */
.layer-info-compact-badge-1 {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
    border-color: rgba(99, 102, 241, 0.25);
}

/* Layer 2 Specific Styles */
.layer-info-compact-badge-2 {
    background: rgba(99, 102, 241, 0.1);
    color: #a5b4fc;
    border-color: rgba(99, 102, 241, 0.25);
}

/* Web Sistemleri (home kartı) */
.layer-info-compact-badge-3 {
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    border-color: rgba(56, 189, 248, 0.25);
}

/* Status Badge Styles */
.layer-info-compact-badge-status {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.25);
}

.layer-info-compact-badge-status.layer-info-compact-badge-active {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.35);
}

.layer-info-compact-badge i {
    font-size: 0.75rem;
}

.layer-info-compact-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.layer-info-compact-title-icon {
    font-size: 0.875rem;
    color: rgba(56, 189, 248, 0.9);
    opacity: 0.6;
    flex-shrink: 0;
}

.layer-info-compact-text {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

.layer-info-compact-text strong {
    color: var(--text-primary);
    font-weight: 600;
    background: rgba(56, 189, 248, 0.08);
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
}

/* Kompakt Divider */
.layer-info-compact-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.layer-info-compact-divider-line {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.15), transparent);
}

.layer-info-compact-divider-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(236, 72, 153, 0.12) 100%);
    border: 2px solid rgba(139, 92, 246, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5cf6;
    font-size: 1rem;
    flex-shrink: 0;
}

.layers-info-body {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.layer-info-block {
    position: relative;
    padding: 3rem;
    background: var(--bg-secondary);
    border: 2px solid rgba(139, 92, 246, 0.22);
    /* Sade border, gölge yok */
    border-radius: 20px;
    transition: all 0.3s ease;
}

.layer-info-block:hover {
    border-color: rgba(139, 92, 246, 0.3);
    transform: translateY(-2px);
}

.layer-info-header-block {
    margin-bottom: 1.5rem;
}

.layer-info-badges {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.layer-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1.5px solid;
}

.layer-info-badge i {
    font-size: 0.75rem;
}

.layer-info-badge-0 {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
    border-color: rgba(249, 115, 22, 0.25);
}

.layer-info-badge-1 {
    background: rgba(99, 102, 241, 0.12);
    color: #6366f1;
    border-color: rgba(99, 102, 241, 0.25);
}

.layer-info-badge-2 {
    background: rgba(139, 92, 246, 0.12);
    color: #8b5cf6;
    border-color: rgba(139, 92, 246, 0.25);
}

.layer-info-badge-status {
    background: rgba(34, 197, 94, 0.12);
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.25);
}

.layer-info-badge-status:not(.layer-info-badge-active) {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
    border-color: rgba(249, 115, 22, 0.25);
}

.layer-info-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.layer-info-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.layer-info-paragraph {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.8;
    color: var(--text-secondary);
    margin: 0;
    text-align: justify;
    font-weight: 400;
}

.layer-info-paragraph strong {
    color: var(--text-primary);
    font-weight: 700;
}

/* Responsive */
/* Responsive - Kompakt Tasarım */
@media (max-width: 968px) {
    .layers-info-section {
        padding: 4rem 0;
    }

    .layers-info-section .container {
        padding: 0 0.75rem;
        max-width: 100%;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .layers-info-content {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .layers-info-header {
        margin-bottom: 3rem;
    }

    .layers-info-main-box {
        padding: var(--spacing-sm);
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .layer-info-compact {
        padding: 1.25rem 0;
    }

    .layer-info-compact-text {
        text-align: justify;
    }

    .layer-info-compact-divider {
        margin: 1.25rem 0;
    }
}

@media (max-width: 640px) {
    .layers-info-section {
        padding: 3rem 0;
        margin: 0;
    }

    .layers-info-section .container {
        padding: 0 0.75rem;
        max-width: 100%;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .layers-info-content {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .layers-info-header {
        margin-bottom: 2.5rem;
    }

    .layers-info-main-box {
        padding: var(--spacing-sm);
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .layer-info-compact {
        padding: 1rem 0;
    }

    .layer-info-compact-text {
        text-align: justify;
    }

    .layer-info-compact-badges {
        gap: 0.5rem;
    }

    .layer-info-compact-badge {
        padding: 0.3125rem 0.75rem;
        font-size: 0.6875rem;
    }

    .layer-info-compact-title {
        font-size: 1.125rem;
    }

    .layer-info-compact-text {
        font-size: 0.875rem;
    }

    .layer-info-compact-divider {
        margin: 1rem 0;
        gap: 0.75rem;
    }

    .layer-info-compact-divider-icon {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }
}

/* Journey Divider - index.html'den alındı */
.journey-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0;
}

.journey-divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.2), transparent);
}

.journey-divider-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(236, 72, 153, 0.12) 100%);
    border: 2px solid rgba(139, 92, 246, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5cf6;
    font-size: 1.125rem;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .journey-divider {
        margin: 2.5rem 0;
        gap: 0.75rem;
    }

    .journey-divider-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* ============================================
   Journey Section - index.html'den entegre
   Pembe-Mor Tonları ile
   ============================================ */

.main-index-page .journey-section {
    padding: 5rem 0;
    background: transparent;
    /* Perlin flow için transparent */
    position: relative;
    overflow: hidden;
    z-index: -2;
    /* Wave divider (10) altında, perlin flow (-1) üstünde */
}

.main-index-page .journey-section::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    animation: float 25s ease-in-out infinite;
}

.main-index-page .journey-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.06) 0%, transparent 70%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(100px);
    z-index: 0;
    animation: float 30s ease-in-out infinite reverse;
}

.main-index-page .journey-content {
    max-width: 1100px;
    /* Genişlik artırıldı */
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}

.main-index-page .journey-header {
    text-align: center;
    margin-bottom: 4rem;
}

.main-index-page .journey-subtitle {
    font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
    color: var(--text-tertiary);
    font-weight: 500;
    margin-top: 0.75rem;
    font-style: italic;
}

.main-index-page .journey-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
}

.main-index-page .journey-title-line {
    display: block;
    color: var(--text-primary);
    position: relative;
}

.main-index-page .journey-title-highlight {
    background: linear-gradient(135deg,
            #8b5cf6 0%,
            #ec4899 30%,
            #6366f1 60%,
            #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientShift 6s ease infinite;
    position: relative;
    display: inline-block;
}

.main-index-page .journey-title-highlight::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(236, 72, 153, 0.2) 100%);
    border-radius: 5px;
    z-index: -1;
    transform: skewX(-12deg);
}

.main-index-page .journey-body {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
    z-index: 0;
}

.main-index-page .journey-text-block {
    background: rgba(22, 24, 44, 0.62);
    border: 2px solid rgba(139, 92, 246, 0.15);
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 0;
}

.main-index-page .journey-text-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    height: 4px;
    background: linear-gradient(90deg, #8b5cf6 0%, #ec4899 100%);
}

.main-index-page .journey-text-header {
    margin-bottom: 2rem;
}

.main-index-page .journey-text-badges {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.main-index-page .journey-text-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.main-index-page .journey-text-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(22, 24, 44, 0.4) 50%,
            transparent 100%);
    transition: left 0.6s ease;
}

.main-index-page .journey-text-badge:hover::before {
    left: 100%;
    animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {

    0%,
    100% {
        left: -100%;
    }

    50% {
        left: 100%;
    }
}

.main-index-page .journey-text-badge-primary {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(139, 92, 246, 0.08) 100%);
    color: #8b5cf6;
    border: 1.5px solid rgba(139, 92, 246, 0.25);
}

.main-index-page .journey-text-badge-secondary {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.12) 0%, rgba(236, 72, 153, 0.08) 100%);
    color: #ec4899;
    border: 1.5px solid rgba(236, 72, 153, 0.25);
}

.main-index-page .journey-text-badge i {
    font-size: 0.75rem;
}

.main-index-page .journey-text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.main-index-page .journey-text-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.main-index-page .journey-text-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(236, 72, 153, 0.12) 100%);
    border: 2px solid rgba(139, 92, 246, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.1s ease-out, all 0.3s ease;
    will-change: transform;
}

.main-index-page .journey-text-item:hover .journey-text-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    border-color: transparent;
    transform: scale(1.05);
}

.main-index-page .journey-text-icon i {
    font-size: 1.5rem;
    color: #8b5cf6;
    transition: color 0.3s ease;
}

.main-index-page .journey-text-item:hover .journey-text-icon i {
    color: white;
}

.main-index-page .journey-text-item-content {
    flex: 1;
    max-width: calc(100% - 72px);
    min-width: 0;
}

.main-index-page .journey-text-item-title {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, var(--text-primary) 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-index-page .journey-paragraph {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: justify;
}

.main-index-page .journey-paragraph strong {
    color: var(--text-primary);
    font-weight: 600;
    background: rgba(139, 92, 246, 0.08);
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
}

.main-index-page .journey-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0;
}

.main-index-page .journey-divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.2), transparent);
}

.main-index-page .journey-divider-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(236, 72, 153, 0.12) 100%);
    border: 2px solid rgba(139, 92, 246, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5cf6;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.main-index-page .journey-future-block {
    background: rgba(22, 24, 44, 0.62);
    border: 2px solid rgba(139, 92, 246, 0.15);
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 0;
}

.main-index-page .journey-future-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8b5cf6 0%, #ec4899 100%);
}

.main-index-page .journey-future-title {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, var(--text-primary) 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-index-page .journey-future-description {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 0.875rem;
    text-align: justify;
}

.main-index-page .journey-future-description:last-of-type {
    margin-bottom: 1.25rem;
}

.main-index-page .journey-future-description strong {
    color: var(--text-primary);
    font-weight: 600;
    background: rgba(139, 92, 246, 0.08);
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
}

.main-index-page .journey-future-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(139, 92, 246, 0.15);
}

.main-index-page .journey-future-feature {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.main-index-page .journey-future-feature i {
    color: #8b5cf6;
    font-size: 0.9375rem;
    flex-shrink: 0;
}

/* Interactive Progress Roadmap */
.journey-roadmap {
    position: relative;
    margin: 4rem 0;
    padding: 3rem 2rem;
    overflow: hidden;
    background: rgba(241, 245, 249, 0.75);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(226, 232, 240, 0.6);
    border-radius: 32px;
    box-shadow:
        0 8px 32px rgba(139, 92, 246, 0.06),
        inset 0 1px 0 rgba(22, 24, 44, 0.72),
        inset 0 -1px 0 rgba(148, 163, 184, 0.1);
}

.journey-roadmap-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(139, 92, 246, 0.4) 20%,
            rgba(139, 92, 246, 0.6) 50%,
            rgba(236, 72, 153, 0.5) 80%,
            transparent 100%);
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 2px;
    filter: blur(1px);
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.3);
    animation: wavy-line 8s ease-in-out infinite;
}

/* Wavy line efekti - çok hafif */
@keyframes wavy-line {

    0%,
    100% {
        transform: translateY(-50%) scaleY(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-50%) scaleY(1.1);
        opacity: 1;
    }
}

.journey-roadmap-stations {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.journey-roadmap-station {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: none;
    position: relative;
}

/* Büyük parlayan yuvarlak - resimdeki gibi beyaz border ile */
.journey-roadmap-station-dot-large {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(56, 189, 248, 0.7) 0%,
            rgba(56, 189, 248, 0.45) 42%,
            rgba(14, 116, 144, 0.22) 76%,
            rgba(2, 6, 23, 0.0) 100%);
    border: 3px solid rgba(18, 20, 38, 0.9);
    position: relative;
    z-index: 2;
    box-shadow:
        0 0 16px rgba(56, 189, 248, 0.38),
        0 0 30px rgba(56, 189, 248, 0.18),
        inset 0 0 12px rgba(22, 24, 44, 0.3),
        inset 0 0 22px rgba(56, 189, 248, 0.12);
    animation: dot-glow 3s ease-in-out infinite;
}

@keyframes dot-glow {

    0%,
    100% {
        box-shadow:
            0 0 12px rgba(56, 189, 248, 0.32),
            0 0 22px rgba(56, 189, 248, 0.15),
            inset 0 0 8px rgba(255, 255, 255, 0.08);
        transform: scale(1);
    }

    50% {
        box-shadow:
            0 0 18px rgba(56, 189, 248, 0.48),
            0 0 34px rgba(56, 189, 248, 0.22),
            inset 0 0 10px rgba(22, 24, 44, 0.3);
        transform: scale(1.05);
    }
}

.journey-roadmap-station:hover .journey-roadmap-station-dot-large {
    background: radial-gradient(circle,
            rgba(56, 189, 248, 0.85) 0%,
            rgba(56, 189, 248, 0.6) 42%,
            rgba(14, 116, 144, 0.28) 76%,
            rgba(2, 6, 23, 0.0) 100%);
    border-color: rgba(230, 232, 245, 1);
    box-shadow:
        0 0 22px rgba(56, 189, 248, 0.62),
        0 0 44px rgba(56, 189, 248, 0.28),
        inset 0 0 16px rgba(22, 24, 44, 0.4),
        inset 0 0 28px rgba(56, 189, 248, 0.16);
    transform: scale(1.1);
}

.journey-roadmap-station-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.journey-roadmap-station:hover .journey-roadmap-station-label {
    color: #38bdf8;
}

.journey-roadmap-station-title {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--text-primary);
    transition: all 0.3s ease;
    margin-top: 0.25rem;
    letter-spacing: -0.02em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    text-transform: none;
}

.journey-roadmap-station:hover .journey-roadmap-station-title {
    color: #38bdf8;
    transform: translateY(-2px);
    text-shadow: 0 2px 8px rgba(56, 189, 248, 0.18);
}

.journey-roadmap-station-subtitle {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-light);
    font-style: italic;
    margin-top: 0.125rem;
    transition: color 0.3s ease;
}

.journey-roadmap-station:hover .journey-roadmap-station-subtitle {
    color: var(--text-tertiary);
}

/* Core (Katman 1) için özel stil - resimdeki gibi daha parlak (sadece hover'da) */

.journey-roadmap-station[data-layer="1"] .journey-roadmap-station-dot-large {
    background: radial-gradient(circle,
            rgba(125, 211, 252, 0.82) 0%,
            rgba(56, 189, 248, 0.55) 44%,
            rgba(14, 116, 144, 0.25) 78%,
            rgba(2, 6, 23, 0.0) 100%);
    border-color: rgba(18, 20, 38, 0.94);
    box-shadow:
        0 0 18px rgba(125, 211, 252, 0.55),
        0 0 36px rgba(56, 189, 248, 0.22),
        inset 0 0 14px rgba(22, 24, 44, 0.35),
        inset 0 0 26px rgba(56, 189, 248, 0.14);
}

/* ByteOmi Bridge Visualization */
.journey-bridge-block {
    position: relative;
    z-index: 0;
}

.journey-bridge-visual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    position: relative;
}

.journey-bridge-world {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    position: relative;
    z-index: 1;
}

.journey-bridge-world-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(139, 92, 246, 0.1);
    border: 1.5px solid rgba(139, 92, 246, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #8b5cf6;
    transition: all 0.3s ease;
}

.journey-bridge-world:hover .journey-bridge-world-icon {
    transform: scale(1.05);
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
}

.journey-bridge-world-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.journey-bridge-world-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
}

.journey-bridge-connection {
    flex: 1;
    height: 80px;
    position: relative;
    margin: 0 2rem;
    z-index: 0;
    border-radius: 8px;
    overflow: hidden;
}

.journey-bridge-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive */
@media (max-width: 968px) {
    .main-index-page .journey-section {
        padding: 4rem 0;
    }

    .main-index-page .journey-section .container {
        padding: 0 0.75rem;
        max-width: 100%;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .main-index-page .journey-content {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .main-index-page .journey-header {
        margin-bottom: 3rem;
    }

    .main-index-page .journey-text-block,
    .main-index-page .journey-future-block {
        padding: var(--spacing-sm);
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .main-index-page .journey-paragraph {
        text-align: justify;
    }

    .main-index-page .journey-future-description {
        text-align: justify;
    }
}

@media (max-width: 640px) {
    .main-index-page .journey-section {
        padding: 3rem 0;
        margin: 0;
    }

    .main-index-page .journey-section .container {
        padding: 0 0.75rem;
        max-width: 100%;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .main-index-page .journey-content {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .main-index-page .journey-header {
        margin-bottom: 2.5rem;
    }

    .main-index-page .journey-text-block,
    .main-index-page .journey-future-block {
        padding: var(--spacing-sm);
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .main-index-page .journey-text-content {
        gap: 1.25rem;
    }

    .main-index-page .journey-paragraph {
        text-align: justify;
    }

    .main-index-page .journey-future-description {
        text-align: justify;
    }

    .main-index-page .journey-text-item {
        flex-direction: column;
        gap: 0.875rem;
    }

    .main-index-page .journey-text-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .main-index-page .journey-text-icon i {
        font-size: 1.25rem;
    }

    .main-index-page .journey-text-item-content {
        max-width: 100%;
    }

    .main-index-page .journey-text-item-title {
        font-size: 1.125rem;
    }

    .main-index-page .journey-paragraph {
        font-size: 0.875rem;
    }

    .main-index-page .journey-text-icon i {
        font-size: 1.5rem;
    }

    .main-index-page .journey-future-title {
        font-size: 1.125rem;
        margin-bottom: 0.875rem;
    }

    .main-index-page .journey-future-description {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
    }

    .main-index-page .journey-future-description:last-of-type {
        margin-bottom: 1rem;
    }

    .main-index-page .journey-future-features {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .main-index-page .journey-future-feature {
        font-size: 0.8125rem;
        gap: 0.5rem;
    }

    .main-index-page .journey-future-feature i {
        font-size: 0.875rem;
    }

    .main-index-page .journey-subtitle {
        font-size: 0.9375rem;
        margin-top: 0.5rem;
    }

    .journey-roadmap {
        margin: 2rem 0;
        padding: 2rem 1rem;
        border-radius: 28px;
        background: rgba(241, 245, 249, 0.7);
        backdrop-filter: blur(16px) saturate(160%);
        -webkit-backdrop-filter: blur(16px) saturate(160%);
    }

    .journey-roadmap-stations {
        padding: 0 0.5rem;
        gap: 0.25rem;
    }

    .journey-roadmap-station {
        gap: 0.375rem;
    }

    .journey-roadmap-station-dot-large {
        width: 32px;
        height: 32px;
        border-width: 2.5px;
    }

    .journey-roadmap-station:hover .journey-roadmap-station-dot-large {
        transform: scale(1.05);
        box-shadow:
            0 0 12px rgba(139, 92, 246, 0.4),
            0 0 24px rgba(139, 92, 246, 0.2);
    }

    .journey-roadmap-station-label {
        font-size: 0.5625rem;
    }

    .journey-roadmap-station-title {
        font-size: 0.875rem;
        font-weight: 800;
        letter-spacing: -0.01em;
    }

    .journey-roadmap-station:hover .journey-roadmap-station-title {
        transform: translateY(-1px);
    }

    .journey-roadmap-station-subtitle {
        font-size: 0.625rem;
    }

    .journey-bridge-visual {
        flex-direction: column;
        gap: 1.25rem;
        padding: 1rem;
        margin-bottom: 1.25rem;
    }

    .journey-bridge-connection {
        width: 100%;
        height: 60px;
        margin: 0.75rem 0;
    }

    .journey-bridge-world-icon {
        width: 48px;
        height: 48px;
        font-size: 1.125rem;
    }

    .journey-bridge-world-label {
        font-size: 0.6875rem;
    }

    .journey-bridge-world-title {
        font-size: 0.9375rem;
    }
}

/* ============================================
   Katman index — blueprint ızgara (footer hariç: footer opak katman)
   Tam sayfa fixed; hero’daki devre canvas’ı ayrı (hero-background içi).
   ============================================ */
body.layer0-index-page::before,
body.layer1-index-page::before,
body.layer2-index-page::before,
body.layer3-index-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.07) 1px, transparent 1px);
    background-size: 52px 52px;
    background-attachment: fixed;
    opacity: 0.55;
}

body.layer2-index-page::before {
    background-image:
        linear-gradient(rgba(167, 139, 250, 0.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.06) 1px, transparent 1px);
}

body.layer3-index-page::before {
    background-image:
        linear-gradient(rgba(251, 191, 36, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.075) 1px, transparent 1px);
}

body.layer0-index-page .site-footer,
body.layer1-index-page .site-footer,
body.layer2-index-page .site-footer,
body.layer3-index-page .site-footer {
    position: relative;
    z-index: 1;
}

.hero-circuit-pulse-host {
    z-index: 1;
}

.layer0-hero-banner .hero-pattern,
.layer1-hero-banner .hero-pattern,
.layer2-hero-banner .hero-pattern,
.layer3-hero-banner .hero-pattern {
    z-index: 2;
}