    /* ----- TÜM STİLLER BENZERSİZ SINIFLARLA, SAYFAYA DOKUNMAZ ----- */
    .auroraSlider_atelier {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      width: 100%;
      padding: 2rem 1rem;
      background: transparent;
      box-sizing: border-box;
      font-family: "Inter", system-ui, sans-serif;
    }

    /* ----- BAŞLIK VE AÇIKLAMA (İNCE, ARKA PLANSIZ, SİYAH) ----- */
    .slateHeader_group {
      text-align: center;
      margin-bottom: 2.5rem;
      padding: 0 1.5rem;
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border: none;
      box-shadow: none;
      pointer-events: none;
    }

    .slateTitle_primary {
      font-size: 2.8rem;
      font-weight: 300;
      letter-spacing: 6px;
      text-transform: uppercase;
      color: #1a1a1a;
      margin: 0;
      line-height: 1.2;
      text-shadow: 0 2px 10px rgba(0,0,0,0.03);
    }

    .slateTagline_secondary {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 8px;
      text-transform: uppercase;
      color: #2c2c2c;
      margin-top: 0.3rem;
      opacity: 0.7;
    }

    /* ----- SLIDER KONTEYNER (SCROLL SNAP) ----- */
    .carouselLux_container {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Slider track artık scroll snap ile çalışır */
    .prismTrack_viewport {
      display: flex;
      align-items: center;
      gap: 0;
      width: 100%;
      overflow-x: auto;
      overflow-y: visible;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 1.5rem 0;
      cursor: grab;
      user-select: none;
      perspective: 1200px;
    }

    .prismTrack_viewport::-webkit-scrollbar {
      display: none;
    }

    .prismTrack_viewport:active {
      cursor: grabbing;
    }

    /* İçerideki track wrapper (kartları ortalamak için) */
    .scrollTrack_inner {
      display: flex;
      align-items: center;
      width: fit-content;
      margin: 0 auto;
    }

    /* Her bir video kartı */
    .obsidianCard_slide {
      flex: 0 0 auto;
      width: 350px;
      margin: 15px;
      scroll-snap-align: center;
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      cursor: pointer;
      border-radius: 20px;
      background: #0b0e14;
      box-shadow: 0 15px 30px -8px rgba(0,0,0,0.5);
      opacity: 0.7;
      transform: scale(0.88);
      filter: brightness(0.75);
      pointer-events: auto;
    }

    /* Aktif (ortadaki) kart - Intersection Observer ile eklenir */
    .obsidianCard_slide.activeSlide_lux {
      opacity: 1;
      transform: scale(1);
      filter: brightness(1.1);
      z-index: 5;
      box-shadow: 0 25px 45px -8px #000, 0 0 0 1px rgba(210,180,140,0.3) inset, 0 0 30px rgba(210,180,140,0.15);
    }

    /* Kart içindeki video sarmalayıcı */
    .sereneVideo_wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
    }

    .sereneVideo_wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 20px;
      pointer-events: none;
    }

    /* Kartın lüks kenar efekti */
    .obsidianCard_slide::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 20px;
      padding: 1px;
      background: radial-gradient(circle at 30% 20%, rgba(210, 180, 140, 0.2), transparent 70%);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      opacity: 0.3;
      z-index: 2;
    }

    .obsidianCard_slide.activeSlide_lux::before {
      opacity: 0.8;
      background: radial-gradient(circle at 40% 30%, rgba(230, 200, 150, 0.25), transparent 80%);
    }

    /* Mobil uyum */
    @media (max-width: 700px) {
      .slateTitle_primary { font-size: 2rem; letter-spacing: 3px; }
      .slateTagline_secondary { font-size: 0.8rem; letter-spacing: 4px; }
      .obsidianCard_slide { width: 300px; }
      .scrollTrack_inner { padding: 0 calc(50% - 150px); }
      .obsidianCard_slide {
    margin: 0;
}
    }

    @media (max-width: 480px) {
      .obsidianCard_slide { width: 260px; }
      .scrollTrack_inner { padding: 0 calc(50% - 130px); }
    }
    
    
    
    
    
    /* Ana kapsayıcılar */
.bnh {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nxBanner {
    position: relative;
    /* Inset yerine net genişlik/yükseklik kullanımı daha stabil */
    width: 100%;
    height: 100%; /* Dış kapsayıcı neyse onu doldurur */
    min-height: 500px; /* Görünürlük garantisi için */
    font-family: 'Inter', system-ui, sans-serif;
    overflow: hidden;
    color: #fafafa;
    z-index: 1;
}

/* Sayfa scroll'unu bozmamak için pointer-events ayarları */
.nxViewport {
    position: absolute;
    inset: 0;
    pointer-events: none; /* Mouse tekerleği buradan geçer, sayfayı kaydırır */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.nxBanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(120, 119, 198, 0.15), transparent);
    pointer-events: none;
}

/* KRİTİK DEĞİŞİKLİK: Burası artık sadece görsel bir katman */
.nxScrollArea {
    position: absolute;
    inset: 0;
    /* Scroll özelliklerini tamamen kapattık ki fare takılmasın */
    overflow: visible; 
    pointer-events: none; 
    z-index: 20;
}

/* Mouse Glow ve İnteraktif Elemanlar */
#nxMouseGlow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(120, 119, 198, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 5;
    transition: opacity 0.3s;
}

/* Panellerin görünürlüğü */
.nxPanel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, transform 0.8s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* Panel genelinde tıklamayı kapa */
}

.nxPanel.nxActive {
    opacity: 1;
    visibility: visible;
    /* Panel aktifken içindeki buton/input tıklanabilsin */
    pointer-events: auto; 
}

/* Dot Navigasyonu */
.nxDots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 100;
    pointer-events: auto; /* Dotlar her zaman tıklanabilir */
}


        .nxSpacer {
            height: 800vh;
            pointer-events: none
        }


        .nxPanel {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            opacity: 0;
            transform: translateY(60px) scale(0.95);
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            pointer-events: none
        }

        .nxPanel.nxActive {
            opacity: 1;
            transform: translateY(0) scale(1);
            pointer-events: auto;
            z-index: 15
        }

        .nxMouseGlow {
            position: fixed;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
            pointer-events: none;
            transform: translate(-50%, -50%);
            transition: opacity 0.3s;
            z-index: 5
        }

        .nxTooltip {
            position: absolute;
            background: rgba(24, 24, 27, 0.95);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 1rem 1.25rem;
            max-width: 280px;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            pointer-events: none;
            z-index: 100
        }

        .nxTooltip.nxShow {
            opacity: 1;
            transform: translateY(0)
        }

        .nxTooltip::before {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background: rgba(24, 24, 27, 0.95);
            border-left: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            transform: rotate(-45deg)
        }

        .nxTooltip.nxTop::before {
            bottom: -7px;
            left: 50%;
            margin-left: -6px
        }

        .nxTooltip.nxBottom::before {
            top: -7px;
            left: 50%;
            margin-left: -6px;
            transform: rotate(135deg)
        }

        .nxTooltip.nxLeft::before {
            right: -7px;
            top: 50%;
            margin-top: -6px;
            transform: rotate(-135deg)
        }

        .nxTooltip.nxRight::before {
            left: -7px;
            top: 50%;
            margin-top: -6px;
            transform: rotate(45deg)
        }

        .nxTtlIcon {
            width: 20px;
            height: 20px;
            background: linear-gradient(135deg, #8b5cf6, #06b6d4);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 0.5rem;
            font-size: 10px
        }

        .nxTtlText {
            font-size: 0.875rem;
            color: #a1a1aa;
            line-height: 1.5
        }

        .nxTtlText strong {
            color: #fafafa;
            font-weight: 500
        }

        .nxProgress {
            position: relative;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 0.5rem;
            z-index: 50
        }

        .nxDot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            transition: all 0.4s
        }

        .nxDot.nxActive {
            background: #8b5cf6;
            transform: scale(1.3)
        }

        .nxTitle {
            font-size: clamp(2.5rem, 8vw, 5rem);
            font-weight: 700;
            text-align: center;
             background: linear-gradient(135deg, #8b5cf6, #06b6d4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem
        }

        .nxSubtitle {
            font-size: clamp(1rem, 3vw, 1.25rem);
            color: #71717a;
            text-align: center;
            max-width: 500px
        }

        .nxBrand {
            position: absolute;
            top: 2rem;
            left: 2rem;
            font-size: 0.875rem;
            font-weight: 600;
            color: #000000;
            letter-spacing: 0.5px;
            z-index: 50
        }

        .nxBrandSub {
            font-size: 0.75rem;
            color: #52525b;
            font-weight: 400
        }

        .nxRegisterBox {
            background: rgb(0 0 0 / 88%);
            backdrop-filter: blur(30px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 24px;
            padding: 2.5rem;
            width: 100%;
            max-width: 400px
        }

        .nxRegTitle {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            text-align: center
        }

        .nxRegSub {
            font-size: 0.875rem;
            color: #71717a;
            text-align: center;
            margin-bottom: 2rem
        }

        .nxInput {
            width: 100%;
            background: rgba(39, 39, 42, 0.8);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 1rem;
            color: #fafafa;
            font-size: 0.9rem;
            margin-bottom: 1rem;
            outline: none;
            transition: border-color 0.3s
        }

        .nxInput:focus {
            border-color: #8b5cf6
        }

        .nxInput::placeholder {
            color: #52525b
        }

        .nxBtn {
            width: 100%;
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            border: none;
            border-radius: 12px;
            padding: 1rem;
            color: #fff;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 0.5rem
        }

        .nxBtn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3)
        }

        .nxSideIcon:hover,
        .nxSideIcon.nxActive {
            background: rgba(139, 92, 246, 0.2);
            color: #8b5cf6
        }

        .nxDashImg {
            width: 100%;
            background: linear-gradient(135deg, #1e1e24, #27272a);
            display: flex;
            align-items: center;
            justify-content: center
        }

        .nxDashImg svg {
            width: 48px;
            height: 48px;
            color: #3f3f46
        }

        .nxDashName {
            margin-bottom: 0.25rem;
            color: #fff;
            font-weight: 600;
            font-size: 0.7rem;
            line-height: 1.2;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 1.7rem;
        }

        .nxCartBtn {
            position: absolute;
            bottom: 0.5rem;
            right: 0.5rem;
            width: 26px;
            height: 26px;
            background: #fff;
            border: none;
            border-radius: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.2s;
        }


        .nxCartBadge {
            position: absolute;
            top: -6px;
            right: -6px;
            width: 18px;
            height: 18px;
            background: #ef4444;
            border-radius: 50%;
            font-size: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 600;
            opacity: 0;
            transform: scale(0);
            transition: all 0.3s
        }

        .nxCartBadge.nxShow {
            opacity: 1;
            transform: scale(1)
        }

        .nxCodeArea {
            width: 100%;
            max-width: 700px;
            background: rgb(0 0 0 / 88%);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            overflow: hidden
        }

        .nxCodeHeader {
            padding: 1rem 1.5rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            gap: 0.5rem
        }

        .nxCodeDot {
            width: 12px;
            height: 12px;
            border-radius: 50%
        }

        .nxCodeDot:nth-child(1) {
            background: #ef4444
        }

        .nxCodeDot:nth-child(2) {
            background: #f59e0b
        }

        .nxCodeDot:nth-child(3) {
            background: #22c55e
        }

        .nxCodeBody {
            padding: 1.5rem;
            font-family: 'SF Mono', Monaco, monospace;
            font-size: 0.8rem;
            line-height: 1.8;
            min-height: 200px
        }

        .nxCodeLine {
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.4s
        }

        .nxCodeLine.nxTyped {
            opacity: 1;
            transform: translateX(0)
        }

        .nxCodeLine .nxPurple {
            color: #c084fc
        }

        .nxCodeLine .nxBlue {
            color: #60a5fa
        }

        .nxCodeLine .nxGreen {
            color: #4ade80
        }

        .nxCodeLine .nxYellow {
            color: #fbbf24
        }

        .nxCodeLine .nxGray {
            color: #6b7280
        }

        .nxSimpleText {
            text-align: center
        }

        .nxSimpleMain {
            font-size: clamp(1.5rem, 5vw, 3rem);
            font-weight: 700;
            background: linear-gradient(135deg, #8b5cf6, #06b6d4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem
        }

        .nxSimpleSub {
            font-size: clamp(1rem, 2.5vw, 1.25rem);
            color: #71717a
        }

        .nxPricing {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }



        .nxPriceName {
            font-size: 0.85rem;
            color: #a1a1aa;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 1rem;
        }

        .nxPriceNew {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #8b5cf6, #06b6d4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .nxPriceBadge {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            font-size: 0.7rem;
            font-weight: 700;
            padding: 0.3rem 0.6rem;
            border-radius: 8px;
            letter-spacing: 0.5px;
        }

        .nxFinal {
            text-align: center
        }

        .nxFinalMain {
            font-size: clamp(1.25rem, 4vw, 2rem);
            color: #fafafa;
            font-weight: 600;
            margin-bottom: 0.5rem
        }

        .nxFinalSub {
            font-size: clamp(2rem, 6vw, 3.5rem);
            font-weight: 700;
            background: linear-gradient(135deg, #8b5cf6, #06b6d4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 2rem
        }

        .nxFinalBrand {
            font-size: 0.875rem;
            color: #52525b
        }

        .nxFinalBrand span {
            color: #8b5cf6
        }

        .nxScrollHint {
            position: relative;
            bottom: 5rem;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            color: #52525b;
            font-size: 0.75rem;
            animation: nxBounce 2s infinite;
            z-index: 50
        }

        .nxScrollHint svg {
            width: 20px;
            height: 20px
        }

        @keyframes nxBounce {

            0%,
            100% {
                transform: translateX(-50%) translateY(0)
            }

            50% {
                transform: translateX(-50%) translateY(5px)
            }
        }

        /* Animasyonlar */
        @keyframes nxNodePulse {
            0% {
                transform: scale(1);
                opacity: 1;
                box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
            }

            50% {
                transform: scale(1.5);
                opacity: 0.7;
                box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
            }

            100% {
                transform: scale(1);
                opacity: 1;
                box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
            }
        }

        .inmas {
            height: 200px;
            width: 400px;
        }

        .nxDashboard {
            display: flex;
            gap: 1rem;
            width: 100%;
            max-width: 900px;
            margin: -40px auto;
            align-items: stretch;
            justify-content: center;
        }

        .nxSidebar {
            width: 70px;
            background: rgb(0 0 0 / 88%);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 1rem 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem
        }

        .nxSideIcon {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.3);
            cursor: pointer;
        }

        .nxSideIcon svg {
            width: 16px;
            height: 16px;
        }

        .nxDashMain {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            /* Kartlar arası boşluk için 0 yerine makul bir değer */
            flex-direction: row;
            flex-wrap: wrap;
            /* Yan yana sığmadığında alt satıra geçmesi için kritik */
            position: relative;
            padding: 20px;
        }

        .nxDashConnector {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            position: relative;
            flex-shrink: 0;
            z-index: 10;
        }

        .nxConnectorLine {
            position: absolute;
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.15);
            z-index: 1;
        }

        .nxConnectorNode {
            width: 12px;
            height: 12px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
            z-index: 2;
            position: relative;
        }

        .nxConnectorNode::after {
            content: '';
            position: absolute;
            inset: -4px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }

        /* Masaüstü Genel Yapı */
        .nxDashCard {
            flex: 1;
            min-width: 200px;
            /* Masaüstünde çok daralmasın */
            background: rgb(0 0 0 / 88%);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
        }

        .nxDashImg img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .nxDashInfo {
            padding: 0.6rem;
            padding-bottom: 2.2rem;
        }

        .nxDashMeta {
            color: rgba(255, 255, 255, 0.4);
            font-size: 0.6rem;
            margin-top: 2px;
        }

        .nxCartBtn svg {
            width: 18px;
            height: 18px;
            stroke: #000;
            color: #fff;
        }

        .nxCartBtn:hover {
            transform: scale(1.1);
            background: #f0f0f0;
        }

        .nxSynthesizeBtn {
            background: #fff;
            color: #000;
            border: none;
            padding: 12px 40px;
            font-size: 0.65rem;
            font-weight: 300;
            letter-spacing: 5px;
            text-transform: uppercase;
            border-radius: 2px;
            cursor: pointer;
            transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .nxSynthesizeBtn:hover {
            letter-spacing: 8px;
            background: #f8f8f8;
            box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
        }

        .nxPricingWrapper {
            display: none;
            width: 100vw;
            overflow: hidden;
            position: relative;
            padding: 2rem 0;
            mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        }

        .nxPricingTrack {
            display: flex;
            gap: 1.5rem;
            width: max-content;
            animation: nxInfiniteScroll 30s linear infinite;
        }

        .nxPricingWrapper:hover .nxPricingTrack {
            animation-play-state: paused;
        }

        .nxPriceCard {
            background: rgb(0 0 0 / 88%);
            backdrop-filter: blur(30px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 1.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: all 0.4s;
            min-width: 280px;
            width: 250px;
        }

        .nxPriceCard:hover {
            border-color: rgba(139, 92, 246, 0.3);
            transform: translateY(-5px);
            background: rgba(24, 24, 27, 0.6);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        .nxPriceGlow {
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: none;
        }

        .nxPriceCard:hover .nxPriceGlow {
            opacity: 1;
        }

        .nxPriceOld {
            font-size: 1rem;
            color: #52525b;
            text-decoration: line-through;
            margin-bottom: 0.2rem;
        }

        .nxPriceDesc {
            font-size: 0.75rem;
            color: #ffffff;
            margin-top: 0.5rem;
            line-height: 1.6;
        }

        @keyframes nxInfiniteScroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-50% - 0.75rem));
            }
        }

        /* ============================================================
NEXUSCORE RESPONSIVE ARCHITECTURE
============================================================ */

        /* RESPONSIVE DÜZENLEME */
        @media (max-width: 1024px) {

            /* Tablet Genel Düzenleme */
            .nxTitle {
                font-size: 3.5rem;
            }

            .nxDashboard {
                max-width: 90%;
            }

            .nxTooltip {
                scale: 0.9;
            }

            .nxPricing {
                display: none;
            }

            /* Statik gridi gizle */
            .nxPricingWrapper {
                display: block;
            }

            /* Sliderı aç */

            .nxPanel {
                padding: 0 !important;
                justify-content: center;
            }
        }

        @media (max-width: 768px) {

            .nxDashConnector {
                width: 40px;
            }

            .nxDashCard {
                border-radius: 12px;
            }

            .nxDashImg img {
                height: 70px;
            }

            .nxDashName {
                font-size: 0.65rem;
            }

            .nxSynthesizeBtn {
                padding: 10px 25px;
                font-size: 0.6rem;
                letter-spacing: 3px;
            }

            /* TABLET MODU */
            .nxTitle {
                font-size: 3rem;
            }

            /* Dashboard & Sidebar */
            .nxDashboard {
                flex-direction: column;
                max-width: 450px;
                height: auto;
            }

            .nxSidebar {
                width: 100%;
                flex-direction: row;
                height: auto;
                padding: 10px;
                justify-content: space-around;
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

            /* Dashboard İçerik Alanı */
            .nxDashMain {
                flex-direction: row;
                flex-wrap: wrap;
                padding: 25px 15px;
                ;
            }

            .nxDashCard {
                flex: 1;
                min-width: 200px;
            }

            .nxDashConnector {
                display: none;
            }

            /* Tablette çizgiyi kaldırıyoruz */

            /* Fiyatlandırma Kartları (2 Sütun) */
            .nxPricing {
                grid-template-columns: 1fr 1fr;
                padding: 20px;
                gap: 15px;
            }

            /* Tooltip Pozisyonları (Taşmayı önlemek için) */
            .nxTooltip.nxLeft,
            .nxTooltip.nxRight {
                position: relative;
                left: 0 !important;
                right: 0 !important;
                top: 0 !important;
                transform: none !important;
                margin: 20px auto;
                width: 90%;
            }
        }

        @media (max-width: 600px) {
            /* MOBİL MODU */

            /* Hero Section */
            .nxTitle {
                font-size: 2.2rem;
                padding: 0 15px;
                line-height: 1.1;
            }

            .nxSubtitle {
                font-size: 0.9rem;
                padding: 0 20px;
            }

            /* Register Box & Inputs */
            .nxRegisterBox {
                width: 90%;
                padding: 25px 20px;
            }

            .nxInput {
                height: 50px;
                font-size: 14px;
            }

            /* Dashboard Mobil */
            .nxDashboard {
                width: 95%;
                max-width: 100%;
            }

            .nxDashMain {
                flex-direction: column;
                align-items: center;
            }

            .nxDashMain {
                display: grid !important;
                grid-template-columns: 1fr 1fr;
                gap: 10px;
            }

            .nxDashCard {
                width: 100% !important;
                min-width: 0 !important;
                border-radius: 12px;
            }

            /* Synthesize Butonu - Tam Genişlik */
            .nxSynthWrapper {
                width: 100%;
                margin-top: 20px;
            }

            .nxSynthBtn {
                width: 100%;
                padding: 16px;
                font-size: 12px;
                border-radius: 12px;
            }

            /* Kod Alanı (Panel 4) */
            .nxCodeArea {
                width: 95%;
                max-height: 300px;
                overflow-x: auto;
            }

            .nxCodeBody {
                font-size: 12px;
            }

            /* Basit Metin (Panel 5) */
            .nxSimpleMain {
                font-size: 1.8rem;
                padding: 0 10px;
            }

            /* Fiyatlandırma (Tek Sütun) */
            .nxPricing {
                grid-template-columns: 1fr;
                overflow-y: auto;
                max-height: 80vh;
                padding-top: 100px;
                /* Üstten boşluk */
            }

            .nxPriceCard {
                padding: 2rem 1.2rem;
                height: 175px;
            }

            .nxDot {
                width: 8px;
                height: 8px;
            }

            /* Tooltip Mobil Optimizasyonu */
            .nxTooltip {
                width: 85% !important;
                font-size: 12px !important;
                pointer-events: none;
                /* Mobilde dokunmayı engellemesin */
            }

            /* Scroll Hint Gizleme (Bazı küçük cihazlarda yer kaplamasın) */
            .nxScrollHint {
                bottom: 10px;
                font-size: 10px;
            }
        }

        /* EKSTRA KÜÇÜK CİHAZLAR */
        @media (max-width: 380px) {
            .nxTitle {
                font-size: 1.8rem;
            }

            .nxPriceNew {
                font-size: 1.5rem;
            }

            .nxSideIcon {
                width: 35px;
                height: 35px;
            }
        }