.discord-minimal {
    position: fixed;
    top: 90px; /* Daha aşağıya çekildi */
    right: 25px;
    z-index: 9999;
    background: rgba(25, 25, 25, 0.92);
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    padding: 0 10px 0 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    min-width: 44px;
    width: 48px;
    height: 48px;
    transition: width 0.35s cubic-bezier(.4,1.6,.6,1), background 0.2s;
}
.discord-minimal .discord-logo-wrap {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23272A;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #5865F2;
    transition: box-shadow 0.3s;
    flex-shrink: 0;
}
.discord-minimal img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
    filter: none;
    transition: transform 0.3s;
}
.discord-minimal .discord-text {
    opacity: 0;
    white-space: nowrap;
    margin-left: 0;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: opacity 0.35s cubic-bezier(.4,1.6,.6,1), margin-left 0.35s cubic-bezier(.4,1.6,.6,1);
    pointer-events: none;
    user-select: none;
    max-width: 0;
    overflow: hidden;
}
.discord-minimal:hover {
    width: 270px;
    background: linear-gradient(90deg, #5865F2 60%, #23272A 100%);
}
.discord-minimal:hover .discord-logo-wrap {
    box-shadow: 0 0 0 4px #5865F2, 0 0 12px #5865F2;
    animation: discord-bounce 0.5s;
}
.discord-minimal:hover img {
    transform: scale(1.12);
}
.discord-minimal:hover .discord-text {
    opacity: 1;
    margin-left: 18px;
    max-width: 200px;
    pointer-events: auto;
    overflow: visible;
}
@keyframes discord-bounce {
    0%   { transform: scale(1);}
    30%  { transform: scale(1.18);}
    60%  { transform: scale(0.95);}
    100% { transform: scale(1);}
}
@media (max-width: 600px) {
    .discord-minimal {
        top: 65px; /* Mobilde de biraz aşağıda */
        right: 10px;
        min-width: 36px;
        width: 38px;
        height: 38px;
        padding: 0 5px 0 2px;
    }
    .discord-minimal .discord-logo-wrap {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
    .discord-minimal img {
        width: 14px;
        height: 14px;
    }
    .discord-minimal:hover {
        width: 170px;
    }
    .discord-minimal .discord-text {
        font-size: 0.92rem;
        max-width: 0;
    }
    .discord-minimal:hover .discord-text {
        max-width: 120px;
    }
}



  body {  
font-family:var(--bs-body-font-family);
font-size:var(--bs-body-font-size);
font-weight:var(--bs-body-font-weight);
line-height:var(--bs-body-line-height);
color:#947b7b;
text-align:var(--bs-body-text-align);
}  
* { 
box-sizing: border-box;
} 

body { 
transition: opacity ease-in 0.2s;
} 

body { 
margin: 0; 
font-family: var(--bs-body-font-family); 
font-size: var(--bs-body-font-size); 
font-weight: var(--bs-body-font-weight); 
line-height: var(--bs-body-line-height); 
color: var(--bs-body-color); 
text-align: var(--bs-body-text-align); 
background-color: var(--bs-body-bg); 
-webkit-text-size-adjust: 100%; 
-webkit-tap-highlight-color: transparent;
} 

body { 
color: #947b7b; 
background-color: #100709; 
margin-bottom: 0; 
padding-bottom: 0;
} 

:root { 
--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
--bs-body-font-family: var(--bs-font-sans-serif); 
--bs-body-font-size: 1rem; 
--bs-body-font-weight: 400; 
--bs-body-line-height: 1.5; 
--bs-body-color: #212529; 
--bs-body-bg: #fff; 
--bs-link-color: #0d6efd; 
--bs-link-hover-color: #0a58ca; 
} 

@media (prefers-reduced-motion: no-preference){ 
:root { 
scroll-behavior: smooth;
} 
}     

a { 
color: var(--bs-link-color); 
text-decoration: underline;
} 

a { 
text-shadow: 0 0 2px rgba(0,0,0,.6);
} 

a { 
color: #efb97d; 
text-decoration: none;
} 

.discord-box { 
position: fixed; 
z-index: 10051; 
top: 300px; 
right: -140px; 
width: 320px; 
height: 140px; 
opacity: 0.8; 
transition: 0.2s ease;
} 

a:hover { 
color: var(--bs-link-hover-color);
} 

a:hover { 
color: #f9d1a7;
} 

.discord-box:hover { 
right: 0px; 
opacity: 1;
} 

*,:after,:before { 
box-sizing: border-box;
} 

img { 
vertical-align: middle;
} 

a:hover { 
color: var(--bs-link-hover-color);
} 

.small { 
font-size: .875em;
} 

.small { 
display: none;
} 






    .header-video-container {
        position: relative;
        width: 100%;
        height: 70vh;
        overflow: hidden;
    }

    .header-video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .navbar {
        position: absolute;
        width: 100%;
        z-index: 1000;
        background: transparent;
        padding: 1rem 0;
    }

    .navbar .btn-outline-light {
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: white;
        transition: all 0.3s ease;
    }

    .navbar .btn-outline-light:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
    }

    .navbar .btn-primary {
        background: rgba(255, 215, 0, 0.9);
        border: none;
        color: #000;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .navbar .btn-primary:hover {
        background: #ffd700;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .dropdown-menu {
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dropdown-item {
        color: white;
        transition: all 0.3s ease;
    }

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #ffd700;
    }

    .main-content {
        position: relative;
        z-index: 2;
        background: #fff;
    }

    .header-content {
        position: relative;
        z-index: 2;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
    }

    /* Server Features Section */
    .server-features {
        position: relative;
        background-size: cover;
        background-position: center;
        padding: 40px 0;
    }

    .feature-card {
        background: rgba(0, 0, 0, 0.7);
        border-radius: 10px;
        padding: 15px;
        margin: 10px;
        border: 1px solid rgba(255, 215, 0, 0.3);
        transition: all 0.3s ease;
    }

    .feature-card:hover {
        transform: translateY(-5px);
        border-color: #ffd700;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .feature-icon {
        font-size: 2rem;
        color: #ffd700;
        margin-bottom: 10px;
    }

    .feature-title {
        font-size: 1.1rem;
        color: #fff;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .feature-description {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.9rem;
        margin: 0;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
        padding: 10px;
    }

    .section-title {
        text-align: center;
        color: #fff;
        font-size: 1.8rem;
        margin-bottom: 30px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    @media (max-width: 768px) {
        .server-features {
            height: auto !important;
            padding: 20px 0;
        }
        
        .feature-card {
            margin: 5px;
            padding: 10px;
        }
        
        .feature-icon {
            font-size: 1.5rem;
        }
        
        .feature-title {
            font-size: 1rem;
        }
        
        .feature-description {
            font-size: 0.8rem;
        }
        
        .section-title {
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
    }

    .announcement-content {
        position: relative;
        z-index: 2;
        height: calc(70vh - 76px);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
    }

    .announcement-title {
        font-size: 4rem;
        margin-top: 40px;

        font-weight: 700;
        margin-bottom: 1.5rem;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        animation: fadeInDown 1s ease-out;
    }

    .announcement-text {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        animation: fadeInUp 1s ease-out;
    }

    .announcement-buttons {
        animation: fadeInUp 1.2s ease-out;
    }

    .announcement-buttons .btn {
        padding: 1rem 2rem;
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }

    .announcement-buttons .btn-primary {
        background: rgba(255, 215, 0, 0.9);
        border: none;
        color: #000;
    }

    .announcement-buttons .btn-primary:hover {
        background: #ffd700;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .announcement-buttons .btn-outline-light {
        border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .announcement-buttons .btn-outline-light:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 768px) {
        .header-video-container {
            height: 60vh;
        }

        .announcement-content {
            height: calc(60vh - 76px);
        }

        .announcement-title {
            font-size: 2.5rem;
        }

        .announcement-text {
            font-size: 1.2rem;
        }

        .announcement-buttons .btn {
            padding: 0.8rem 1.5rem;
            font-size: 1rem;
        }
    }

    /* Announcement Section */
    .announcement-section {
        position: relative;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        height: 200px !important;
    }

    .announcement-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));
        z-index: 1;
    }

    .announcement-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        height: 100%;
    }

    .announcement-icon {
        font-size: 2.5rem;
        color: #ffd700;
        margin-right: 20px;
        animation: crownPulse 2s ease-in-out infinite;
    }

    @keyframes crownPulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }

    .announcement-title {
        color: #ffd700;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        animation: titleGlow 2s ease-in-out infinite;
    }

    @keyframes titleGlow {
        0%, 100% { text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        50% { text-shadow: 0 0 20px rgba(255, 215, 0, 0.8); }
    }

    .countdown {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin: 10px 0;
    }

    .countdown-item {
        background: rgba(0, 0, 0, 0.5);
        border: 2px solid #ffd700;
        border-radius: 8px;
        padding: 8px 12px;
        min-width: 70px;
        animation: countdownPulse 1s ease-in-out infinite;
    }

    @keyframes countdownPulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }

    .countdown-number {
        display: block;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
    }

    .countdown-label {
        display: block;
        color: #ffd700;
        font-size: 0.8rem;
        margin-top: 3px;
    }

    .announcement-message {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 700;
        transition: font-size 0.35s cubic-bezier(.4,0,.2,1), font-weight 0.35s cubic-bezier(.4,0,.2,1), color 0.35s cubic-bezier(.4,0,.2,1);
        font-size: 1.1rem;
        margin-top: 10px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        animation: messageFade 3s ease-in-out infinite;
    }

    @keyframes messageFade {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.7; }
    }

    @media (max-width: 768px) {
        .announcement-section {
            height: 250px !important;
        }

        .announcement-content {
            flex-direction: column;
            padding: 10px;
        }

        .announcement-icon {
            margin-right: 0;
            margin-bottom: 10px;
            font-size: 2rem;
        }

        .announcement-title {
            font-size: 1.4rem;
        }

        .countdown {
            gap: 8px;
        }

        .countdown-item {
            min-width: 55px;
            padding: 6px 10px;
        }

        .countdown-number {
            font-size: 1.2rem;
        }

        .countdown-label {
            font-size: 0.7rem;
        }

        .announcement-message {
            font-size: 0.9rem;
        }
    }

    /* Biyolog Times Section */
    .biyolog-times {
        position: relative;
        background-size: cover;
        background-position: center;
        padding: 60px 0;
    }

    .biyolog-times::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
        z-index: 1;
    }

    .biyolog-times .container {
        position: relative;
        z-index: 2;
    }

    .biyolog-times .section-title {
        color: #ffd700;
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 40px;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
        animation: titleGlow 2s ease-in-out infinite;
    }

    .biyolog-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .biyolog-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .biyolog-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 215, 0, 0.3);
        border-radius: 15px;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
        animation: slideIn 0.5s ease-out forwards;
        opacity: 0;
    }

    .biyolog-card:nth-child(1) { animation-delay: 0.1s; }
    .biyolog-card:nth-child(2) { animation-delay: 0.2s; }
    .biyolog-card:nth-child(3) { animation-delay: 0.3s; }
    .biyolog-card:nth-child(4) { animation-delay: 0.4s; }
    .biyolog-card:nth-child(5) { animation-delay: 0.5s; }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .biyolog-card:hover {
        transform: translateX(5px) scale(1.02);
        background: rgba(255, 255, 255, 0.15);
        border-color: #ffd700;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }

    .biyolog-time {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(0, 0, 0, 0.3);
        padding: 8px 15px;
        border-radius: 20px;
        border: 1px solid rgba(255, 215, 0, 0.2);
    }

    .time-icon {
        color: #ffd700;
        font-size: 1.2rem;
        animation: iconPulse 2s ease-in-out infinite;
    }

    .time-text {
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
    }

    .biyolog-info {
        text-align: right;
    }

    .biyolog-info h3 {
        color: #fff;
        font-size: 1.2rem;
        margin: 0;
        font-weight: 600;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .biyolog-status {
        display: flex;
        align-items: center;
        gap: 5px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.9rem;
        margin-top: 5px;
    }

    .biyolog-status.active {
        color: #4CAF50;
    }

    .status-dot {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: inline-block;
    }

    .biyolog-status.active .status-dot {
        background: #4CAF50;
        box-shadow: 0 0 10px #4CAF50;
        animation: dotPulse 1.5s ease-in-out infinite;
    }

    @keyframes dotPulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.5); }
    }

    @media (max-width: 768px) {
        .biyolog-times {
            height: auto !important;
            padding: 40px 0;
        }

        .biyolog-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .biyolog-card {
            padding: 15px;
        }

        .biyolog-time {
            padding: 6px 12px;
        }

        .time-icon {
            font-size: 1rem;
        }

        .time-text {
            font-size: 0.9rem;
        }

        .biyolog-info h3 {
            font-size: 1.1rem;
        }

        .biyolog-status {
            font-size: 0.8rem;
        }
    }



            @keyframes animatedTitleWave {
                0%   { letter-spacing: 0.5px; color: #ffd700; text-shadow: 0 0 8px #ffd70055, 0 2px 8px #0008; transform: scale(1);}
                10%  { letter-spacing: 2px; color: #fffbe6; text-shadow: 0 0 16px #ffd700cc, 0 2px 12px #000a; transform: scale(1.04);}
                20%  { letter-spacing: 1.5px; color: #ffd700; text-shadow: 0 0 12px #ffd70099, 0 2px 10px #0007; transform: scale(1.02);}
                30%  { letter-spacing: 2.5px; color: #fffbe6; text-shadow: 0 0 18px #ffd700cc, 0 2px 14px #000a; transform: scale(1.06);}
                40%  { letter-spacing: 1px; color: #ffd700; text-shadow: 0 0 10px #ffd70077, 0 2px 8px #0006; transform: scale(1);}
                50%  { letter-spacing: 0.5px; color: #ffd700; text-shadow: 0 0 8px #ffd70055, 0 2px 8px #0008; transform: scale(1);}
                100% { letter-spacing: 0.5px; color: #ffd700; text-shadow: 0 0 8px #ffd70055, 0 2px 8px #0008; transform: scale(1);}
            }
            .animated-announcement-title {
                animation: animatedTitleWave 2.2s cubic-bezier(.77,0,.18,1) infinite;
                display: inline-block;
                transition: color 0.2s, text-shadow 0.2s, letter-spacing 0.2s;
            }
            


        .custom-announcement-section {
            position: relative;
            height: 183.094px;
            background: linear-gradient(120deg, #1a0000 0%, #3a0a0a 40%, #7a0000 100%);
            overflow: hidden;
            z-index: 1;
        }
        /* Animated, semi-transparent, wavy red-black gradient overlay */
        .custom-announcement-section .wavy-bg {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
            opacity: 0.45;
        }
        /* Subtle animated glowing orbs for depth */
        .custom-announcement-section .glow-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(18px);
            opacity: 0.22;
            animation: orb-move 12s linear infinite alternate;
            z-index: 3;
        }
        .custom-announcement-section .glow-orb.red {
            background: radial-gradient(circle, #ff1a1a 0%, #7a0000 80%, transparent 100%);
            width: 120px; height: 120px;
            left: 10%; top: 30%;
            animation-delay: 0s;
        }
        .custom-announcement-section .glow-orb.dark {
            background: radial-gradient(circle, #000 0%, #3a0a0a 80%, transparent 100%);
            width: 90px; height: 90px;
            left: 70%; top: 10%;
            animation-delay: 2s;
        }
        .custom-announcement-section .glow-orb.red2 {
            background: radial-gradient(circle, #ff3a3a 0%, #7a0000 80%, transparent 100%);
            width: 80px; height: 80px;
            left: 60%; top: 60%;
            animation-delay: 4s;
        }
        @keyframes orb-move {
            0% { transform: translateY(0) scale(1);}
            100% { transform: translateY(-30px) scale(1.08);}
        }
        .custom-announcement-section .container {
            position: relative;
            z-index: 10;
        }
        .announcement-content {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }
        .announcement-icon {
            margin-right: 32px;
            margin-top: -35px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 80px;
            min-height: 80px;
        }
        /* Animated clock icon */
        .clock-animated {
            width: 64px;
            height: 64px;
            display: block;
        }
        .announcement-title {
            color: #ffd700;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 12px;
            text-shadow: 0 2px 12px rgba(0,0,0,0.25);
        }
        .countdown {
            display: flex;
            gap: 18px;
            margin-bottom: 8px;
        }
        .countdown-item {
            background: rgba(36,36,48,0.82);
            border-radius: 12px;
            padding: 8px 18px;
            text-align: center;
            box-shadow: 0 2px 8px 0 rgba(0,0,0,0.13);
        }
        .countdown-number {
            color: #ffd700;
            font-size: 1.5rem;
            font-weight: 700;
            display: block;
        }
        .countdown-label {
            color: #fff;
            font-size: 0.95rem;
            font-weight: 500;
            letter-spacing: 0.5px;
        }
        .announcement-message {
            color: #fff;
            font-size: 1.1rem;
            margin-top: 8px;
            text-shadow: 0 1px 8px rgba(0,0,0,0.13);
        }
        @media (max-width: 600px) {
            .announcement-content {
                flex-direction: column;
                gap: 12px;
            }
            .announcement-icon {
                margin-right: 0;
                margin-bottom: 10px;
            }
            .announcement-title {
                font-size: 1.2rem;
            }
            .countdown {
                gap: 8px;
            }
            .countdown-item {
                padding: 6px 8px;
            }
        }
    


            @keyframes swordSwing {
                0% { transform: rotate(-14deg);}
                20% { transform: rotate(10deg);}
                40% { transform: rotate(-8deg);}
                60% { transform: rotate(7deg);}
                80% { transform: rotate(-4deg);}
                100% { transform: rotate(-14deg);}
            }
        


            @keyframes fadeInDown {
                0% { opacity: 0; transform: translateY(-30px);}
                100% { opacity: 1; transform: translateY(0);}
            }
            @keyframes fadeIn {
                0% { opacity: 0;}
                100% { opacity: 1;}
            }
            @keyframes spinStar {
                0% { transform: rotate(0deg);}
                100% { transform: rotate(360deg);}
            }
            .feature-card {
                opacity: 0;
                transform: translateY(40px) scale(0.97);
                transition: all 0.6s cubic-bezier(.77,0,.18,1);
                min-width: 220px;
                max-width: 260px;
                flex: 0 0 auto;
            }
            .feature-card-animate {
                opacity: 1 !important;
                transform: translateY(0) scale(1) !important;
                box-shadow: 0 4px 24px 0 rgba(255, 215, 0, 0.10), 0 2px 12px 0 rgba(0,0,0,0.10);
            }
            .feature-icon img {
                width: 48px;
                height: 48px;
                object-fit: contain;
                display: block;
                margin: 0 auto 8px auto;
            }
            .features-scroll-outer {
                position: relative;
                width: 100%;
                overflow: visible;
                margin-bottom: 12px;
            }
            .features-scroll-wrapper {
                overflow: hidden;
                width: 100%;
            }
            .features-grid {
                display: flex;
                flex-direction: row;
                gap: 24px;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-behavior: smooth;
                padding-bottom: 8px;
                scrollbar-width: none; /* Firefox */
                -ms-overflow-style: none; /* IE 10+ */
            }
            .features-grid::-webkit-scrollbar {
                display: none;
            }
            /* Modern, çok farklı ve küçük boyutlu scroll butonları - Sarı renkli */
            .scroll-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 10;
                background: transparent;
                border: none;
                width: 38px;
                height: 38px;
                border-radius: 50%;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0;
                transition: box-shadow 0.18s, background 0.18s, filter 0.18s;
                box-shadow: 0 2px 12px 0 rgba(255,215,0,0.13);
                outline: none;
            }
            .scroll-btn:before {
                content: "";
                position: absolute;
                inset: 0;
                border-radius: 50%;
                background: radial-gradient(circle at 60% 40%, #fffbe6 0%, #ffd700 80%, #bfa100 100%);
                opacity: 0.85;
                z-index: 0;
                transition: opacity 0.18s;
            }
            .scroll-btn:hover:before, .scroll-btn:focus:before {
                opacity: 1;
                filter: brightness(1.1) drop-shadow(0 0 8px #ffd70088);
            }
            .scroll-btn svg {
                position: relative;
                z-index: 1;
                width: 22px;
                height: 22px;
                display: block;
                filter: drop-shadow(0 0 4px #fffbe6cc);
            }
            .scroll-btn.left {
                left: -54px;
            }
            .scroll-btn.right {
                right: -54px;
            }
            .scroll-btn:active {
                filter: brightness(0.95) saturate(1.2);
            }
            /* Farklı ve modern ok tasarımı */
            .scroll-btn .arrow-shape {
                stroke: #bfa100;
                stroke-width: 3.2;
                stroke-linecap: round;
                stroke-linejoin: round;
                fill: none;
            }
            .scroll-btn .arrow-glow {
                stroke: #fffbe6;
                stroke-width: 2.2;
                filter: drop-shadow(0 0 6px #ffd700cc);
                opacity: 0.85;
            }
            @media (max-width: 1200px) {
                .scroll-btn.left {
                    left: -32px;
                }
                .scroll-btn.right {
                    right: -32px;
                }
            }
            @media (max-width: 991px) {
                .features-grid {
                    gap: 14px;
                }
                .feature-card {
                    min-width: 170px;
                    max-width: 200px;
                }
                .scroll-btn {
                    width: 28px;
                    height: 28px;
                }
                .scroll-btn svg {
                    width: 14px;
                    height: 14px;
                }
                .scroll-btn.left {
                    left: -16px;
                }
                .scroll-btn.right {
                    right: -16px;
                }
            }
            @media (max-width: 600px) {
                .scroll-btn.left {
                    left: -8px;
                }
                .scroll-btn.right {
                    right: -8px;
                }
            }
        


        @media (max-width: 991px) {
            .biyolog-times {
                min-height: 220px !important;
                padding: 18px 0 !important;
            }
        }
        .biyolog-features-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 16px;
            max-width: 900px;
            margin: 0 auto;
        }
        .biyolog-feature-card {
            background: rgba(255,255,255,0.08);
            border-radius: 12px;
            padding: 18px 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-shadow: 0 1px 8px 0 rgba(0,0,0,0.10);
            transition: box-shadow 0.2s;
            min-width: 0;
        }
        .biyolog-feature-icon {
            font-size: 2.2rem;
            width: 2.2rem;
            height: 2.2rem;
            color: #ffd700;
        }
    


    .efsun-oranlari-modern-v4 {
        width: 100%;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
    }
    .efsun-oranlari-modern-v4-header {
        margin-top: 48px;
        margin-bottom: 28px;
        font-size: 2.2rem;
        font-weight: 700;
        color: #ffe066;
        letter-spacing: 1.5px;
        text-shadow: 0 2px 12px #000, 0 0 6px #d6b93a;

        padding: 18px 60px;
        border-radius: 18px;
        border: 1.5px solid #d6b93a;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18);
    }
    .efsun-oranlari-modern-v4-slider-container {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .efsun-oranlari-modern-v4-slider-viewport {
        overflow: hidden;
        width: 100%;
        max-width: 1100px;
        display: flex;
        justify-content: center;
    }
    .efsun-oranlari-modern-v4-slider {
        display: flex;
        transition: transform 0.4s cubic-bezier(.4,0,.2,1);
        gap: 32px;
        width: fit-content;
    }
    .efsun-oranlari-modern-v4-card {
        flex: 0 0 320px;
        max-width: 320px;
        min-width: 320px;
        background: rgba(28, 28, 36, 0.92);
        border: 2px solid #d6b93a;
        border-radius: 24px;
        box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
        padding: 36px 24px 28px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: box-shadow 0.18s, border-color 0.18s;
    }
    .efsun-oranlari-modern-v4-card:hover {
        box-shadow: 0 8px 32px 0 rgba(255, 230, 120, 0.18);
        border-color: #ffe066;
    }
    .efsun-oranlari-modern-v4-efsun {
        font-size: 1.6rem;
        font-weight: 700;
        color: #ffe066;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 1px;
    }
    .efsun-oranlari-modern-v4-oran {
        font-size: 2.1rem;
        font-weight: 800;
        color: #fff;
        margin-bottom: 8px;
        text-align: center;
        letter-spacing: 1px;
    }
    .efsun-oranlari-modern-v4-desc {
        font-size: 1.15rem;
        color: #e0e0e0;
        text-align: center;
        margin-top: 6px;
    }
    .efsun-oranlari-modern-v4-btn {
        background: #d6b93a;
        color: #232323;
        border: none;
        border-radius: 50%;
        width: 54px;
        height: 54px;
        font-size: 2rem;
        font-weight: bold;
        cursor: pointer;
        margin: 0 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.13);
        transition: background 0.18s, box-shadow 0.18s, color 0.18s;
        z-index: 2;
        position: relative;
        
    }
    .efsun-oranlari-modern-v4-btn svg {
        width: 28px;
        height: 28px;
        display: block;
    }
    .efsun-oranlari-modern-v4-btn:active,
    .efsun-oranlari-modern-v4-btn:focus {
        background: #ffe066;
        color: #232323;
        outline: none;
        box-shadow: 0 0 0 3px #ffe06655;
    }
    .efsun-oranlari-modern-v4-btn[disabled] {
        opacity: 0.4;
        pointer-events: none;
    }
    @media (max-width: 1400px) {
        .efsun-oranlari-modern-v4-slider-container {
            max-width: 98vw;
        }
        .efsun-oranlari-modern-v4-slider-viewport {
            max-width: 98vw;
        }
    }
    @media (max-width: 1100px) {
        .efsun-oranlari-modern-v4-card {
            min-width: 220px;
            max-width: 220px;
            padding: 18px 8px 14px 8px;
        }
        .efsun-oranlari-modern-v4-slider-viewport {
            max-width: 98vw;
        }
    }
    @media (max-width: 700px) {
        .efsun-oranlari-modern-v4-header {
            font-size: 1.2rem;
            padding: 8px 4px;
        }
        .efsun-oranlari-modern-v4-card {
            min-width: 140px;
            max-width: 140px;
            padding: 8px 2px 8px 2px;
        }
        .efsun-oranlari-modern-v4-btn {
            width: 32px;
            height: 32px;
            font-size: 1.2rem;
        }
        .efsun-oranlari-modern-v4-btn svg {
            width: 16px;
            height: 16px;
        }
    }



    .efsun-oranlari-modern-v5-wrapper {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto 36px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: none !important;
    }
    .efsun-oranlari-modern-v5-header {
        color: #ffe066;
        font-size: 2.1rem;
        font-weight: 800;
        letter-spacing: 1.5px;
        margin-bottom: 28px;
        text-shadow: 0 2px 16px #000a, 0 0 2px #ffe066;
       
        padding: 16px 48px;
        border-radius: 16px;
        
        box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18);
    }
    .efsun-oranlari-modern-v5-list {
        display: flex;
        justify-content: center;
        gap: 36px;
        width: 100%;
        max-width: 1100px;
        background: none !important;
        margin-bottom: 24px;
    }
    .efsun-oranlari-modern-v5-card {
        flex: 1 1 0;
        max-width: 160px;
        min-width: 0;
        background: rgba(36,36,48,0.92);
        border: 2px solid #ffe066;
        border-radius: 18px;
        box-shadow: 0 4px 18px 0 rgba(0,0,0,0.22);
        padding: 28px 10px 18px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: transform 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s;
        position: relative;
    }
    .efsun-oranlari-modern-v5-card:hover {
        transform: translateY(-8px) scale(1.04);
        box-shadow: 0 8px 32px 0 #ffe06655, 0 4px 18px 0 rgba(0,0,0,0.22);
        z-index: 2;
    }
    .efsun-oranlari-modern-v5-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .efsun-oranlari-modern-v5-efsun {
        color: #ffe066;
        font-size: 1.05rem;
        font-weight: 700;
        margin-bottom: 6px;
        text-align: center;
        letter-spacing: 0.5px;
    }
    .efsun-oranlari-modern-v5-oran {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 900;
        margin-bottom: 8px;
        text-shadow: 0 2px 8px #ffe06655;
    }
    .efsun-oranlari-modern-v5-desc {
        color: #e6e6e6;
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 0;
    }
    @media (max-width: 1100px) {
        .efsun-oranlari-modern-v5-list {
            gap: 16px;
            max-width: 98vw;
        }
        .efsun-oranlari-modern-v5-card {
            max-width: 120px;
            padding: 18px 4px 10px 4px;
        }
    }
    @media (max-width: 900px) {
        .efsun-oranlari-modern-v5-list {
            gap: 8px;
        }
        .efsun-oranlari-modern-v5-card {
            max-width: 100px;
            padding: 10px 2px 8px 2px;
        }
    }
    @media (max-width: 700px) {
        .efsun-oranlari-modern-v5-header {
            font-size: 1.2rem;
            padding: 8px 4px;
        }
        .efsun-oranlari-modern-v5-list {
            flex-wrap: wrap;
            gap: 8px;
        }
        .efsun-oranlari-modern-v5-card {
            max-width: 44vw;
            width: 44vw;
            min-width: 120px;
        }
    }
    @media (max-width: 500px) {
        .efsun-oranlari-modern-v5-card {
            max-width: 98vw;
            width: 98vw;
            min-width: 0;
        }
    }



    .npc-section-v3 {
        width: 100%;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }
    .npc-title-v3 {
        color: #ffd700;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-top: 36px;
        margin-bottom: 24px;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
        
        padding: 14px 40px;
        border-radius: 14px;
        
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18);
    }
    .npc-slider-container-v3 {
        position: relative;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .npc-slider-viewport-v3 {
        overflow: hidden;
        width: 100%;
        max-width: 800px;
        display: flex;
        justify-content: center;
    }
    .npc-slider-v3 {
        display: flex;
        transition: transform 0.4s cubic-bezier(.4,0,.2,1);
        gap: 28px;
        width: fit-content;
    }
    .npc-card-v3 {
        flex: 0 0 180px;
        max-width: 180px;
        min-width: 180px;
      
        border-radius: 16px;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.13);
        padding: 24px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: box-shadow 0.15s, border-color 0.15s;
    }
    .npc-card-v3:hover {
        box-shadow: 0 8px 24px 0 rgba(255, 215, 0, 0.18);
        border-color: #ffe066;
    }
    .npc-name-v3 {
        color: #fff;
        font-size: 1.35rem;
        font-weight: 700;
        text-align: center;
        margin-top: 2px;
        text-shadow: 0 0 6px rgba(36,36,48,0.5);
        letter-spacing: 1px;
    }
    .npc-btn-v3 {
        background: #d6b93a;
        color: #232323;
        border: none;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
        font-weight: bold;
        cursor: pointer;
        margin: 0 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.08);
        transition: background 0.15s, box-shadow 0.15s, color 0.15s;
        z-index: 2;
        position: relative;
        
    }
    .npc-btn-v3 svg {
        width: 22px;
        height: 22px;
        display: block;
    }
    .npc-btn-v3:active,
    .npc-btn-v3:focus {
        background: #ffe066;
        color: #232323;
        outline: none;
        box-shadow: 0 0 0 3px #ffe06655;
    }
    .npc-btn-v3[disabled] {
        opacity: 0.4;
        pointer-events: none;
    }
    @media (max-width: 1100px) {
        .npc-slider-container-v3 {
            max-width: 98vw;
        }
        .npc-slider-viewport-v3 {
            max-width: 98vw;
        }
        .npc-card-v3 {
            min-width: 120px;
            max-width: 120px;
            padding: 12px 4px;
        }
        .npc-title-v3 {
            font-size: 1.1rem;
            padding: 8px 10px;
        }
        .npc-name-v3 {
            font-size: 1rem;
        }
        .npc-btn-v3 {
            width: 28px;
            height: 28px;
            font-size: 1rem;
        }
        .npc-btn-v3 svg {
            width: 14px;
            height: 14px;
        }
    }
    @media (max-width: 600px) {
        .npc-title-v3 {
            font-size: 0.9rem;
            padding: 4px 4px;
        }
        .npc-card-v3 {
            min-width: 70px;
            max-width: 70px;
            padding: 4px 2px;
        }
        .npc-name-v3 {
            font-size: 0.8rem;
        }
        .npc-btn-v3 {
            width: 18px;
            height: 18px;
            font-size: 0.7rem;
        }
        .npc-btn-v3 svg {
            width: 8px;
            height: 8px;
        }
    }



    .npc-title-v3 {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 18px;
        letter-spacing: 1.2px;
        color: #ffe066;
        text-shadow: 0 2px 8px #000a, 0 0 2px #ffe066;
    }
    .npc-slider-container-v3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 900px;
        margin: 0 auto 32px auto;
        position: relative;
    }
    .npc-slider-viewport-v3 {
        overflow: visible;
        width: 100%;
        max-width: 800px;
        display: flex;
        justify-content: center;
        scroll-behavior: smooth;
    }
    .npc-slider-v3 {
        display: flex;
        gap: 40px;
        transition: transform 0.7s cubic-bezier(.22,1,.36,1);
        will-change: transform;
    }
    .npc-card-v3 {
        flex: 0 0 200px;
        max-width: 200px;
        min-width: 200px;
        
      
        border-radius: 20px;
        box-shadow: 0 4px 18px 0 rgba(0,0,0,0.22);
        padding: 18px 10px 14px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
        position: relative;
    }
    .npc-card-v3:hover {
        box-shadow: 0 8px 32px 0 #ffe06655, 0 4px 18px 0 rgba(0,0,0,0.22);
        border-color: #fffbe0;
        transform: scale(1.04) translateY(-6px);
        z-index: 2;
    }
    .npc-img-v3 {
        width: 140px;
        height: 140px;
        object-fit: contain;
        border-radius: 12px;
        background: #232323;
        margin-bottom: 14px;
        box-shadow: 0 2px 8px #0005;
        border: 2px solid #ffe06655;
        transition: box-shadow 0.18s, border-color 0.18s;
    }
    .npc-card-v3:hover .npc-img-v3 {
        box-shadow: 0 4px 18px #ffe06655;
        border-color: #ffe066;
    }
    .npc-name-v3 {
        font-size: 1.15rem;
        font-weight: 600;
        color: #ffe066;
        text-align: center;
        margin-top: 2px;
        letter-spacing: 0.5px;
        text-shadow: 0 1px 4px #000a;
    }
    .npc-btn-v3 {
        background: #ffe066;
        color: #232323;
        border: none;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
        font-weight: bold;
        cursor: pointer;
        margin: 0 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.13);
        transition: background 0.18s, box-shadow 0.18s, color 0.18s;
        z-index: 2;
        position: relative;
        
    }
    .npc-btn-v3 svg {
        width: 24px;
        height: 24px;
        display: block;
    }
    .npc-btn-v3:active,
    .npc-btn-v3:focus {
        background: #fffbe0;
        color: #232323;
        outline: none;
        box-shadow: 0 0 0 3px #ffe06655;
    }
    .npc-btn-v3[disabled] {
        opacity: 0.4;
        pointer-events: none;
    }
    @media (max-width: 1000px) {
        .npc-slider-container-v3 {
            max-width: 98vw;
        }
        .npc-slider-viewport-v3 {
            max-width: 98vw;
        }
        .npc-card-v3 {
            min-width: 140px;
            max-width: 140px;
            padding: 10px 4px 8px 4px;
        }
        .npc-img-v3 {
            width: 90px;
            height: 90px;
        }
    }
    @media (max-width: 600px) {
        .npc-title-v3 {
            font-size: 1.1rem;
            padding: 4px 4px;
        }
        .npc-card-v3 {
            min-width: 90px;
            max-width: 90px;
            padding: 4px 2px 4px 2px;
        }
        .npc-img-v3 {
            width: 54px;
            height: 54px;
        }
        .npc-name-v3 {
            font-size: 0.8rem;
        }
        .npc-btn-v3 {
            width: 28px;
            height: 28px;
            font-size: 1rem;
        }
        .npc-btn-v3 svg {
            width: 14px;
            height: 14px;
        }
    }



    .bossdrop-section {
        width: 100%;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }
    .bossdrop-title {
        color: #ff4e4e;
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-top: 32px;
        margin-bottom: 32px;
        text-shadow: 0 0 12px rgba(255, 78, 78, 0.25);
     
        padding: 16px 54px;
        border-radius: 22px;
     
        box-shadow: 0 2px 16px 0 rgba(0,0,0,0.22);
    }
    .bossdrop-carousel-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        gap: 0;
        position: relative;
    }
    .bossdrop-carousel-btn {
        background: #ffb13a;
        border: none;
        color: #232323;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        cursor: pointer;
        margin: 0 4px;
        transition: background 0.2s, transform 0.2s;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.13);
        z-index: 2;
    }
    .bossdrop-carousel-btn:active {
        transform: scale(0.95);
    }
    .bossdrop-list-carousel-viewport {
        overflow: hidden;
        width: 100%;
        max-width: 1200px;
        flex: 1 1 auto;
        display: flex;
    }
    .bossdrop-list-carousel {
        display: flex;
        gap: 44px;
        transition: transform 0.5s cubic-bezier(.4,1.4,.6,1);
        will-change: transform;
    }
    .bossdrop-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(255,255,255,0.13);
     
        border-radius: 22px;
        padding: 22px 22px 14px 22px;
        box-shadow: 0 2px 16px 0 rgba(0,0,0,0.13);
        transition: transform 0.22s, box-shadow 0.22s;
        min-width: 150px;
        max-width: 180px;
        flex: 0 0 auto;
    }
    .bossdrop-item:hover {
        transform: translateY(-10px) scale(1.06);
        box-shadow: 0 10px 36px 0 rgba(255, 78, 78, 0.18);
    }
    .bossdrop-img {
        width: 110px;
        height: 110px;
        object-fit: contain;
        margin-bottom: 14px;
        border-radius: 16px;
        background: #232323;
        border: 1.5px solid #ffb13a;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,0.13);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bossdrop-name {
        color: #fff;
        font-size: 1.22rem;
        font-weight: 600;
        text-align: center;
        margin-top: 6px;
        text-shadow: 0 0 8px rgba(36,36,48,0.5);
    }
    .bossdrop-desc {
        color: #ffd700;
        font-size: 0.95rem;
        text-align: center;
        margin-top: 4px;
        text-shadow: 0 0 6px #232323;
    }
    @media (max-width: 900px) {
        .bossdrop-list-carousel {
            gap: 20px;
        }
        .bossdrop-title {
            font-size: 1.3rem;
            padding: 10px 18px;
        }
        .bossdrop-img {
            width: 72px;
            height: 72px;
        }
    }
    @media (max-width: 600px) {
        .bossdrop-list-carousel {
            gap: 10px;
        }
        .bossdrop-item {
            min-width: 90px;
            max-width: 100px;
            padding: 10px 6px 8px 6px;
        }
        .bossdrop-img {
            width: 48px;
            height: 48px;
        }
        .bossdrop-title {
            font-size: 1.1rem;
            padding: 6px 6px;
        }
        .bossdrop-carousel-btn {
            width: 32px;
            height: 32px;
            font-size: 1.1rem;
        }
    }



    .transform-section {
        width: 100%;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }
    .transform-title {
        color: #3ad6b9;
        font-size: 2.1rem;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-shadow: 0 0 12px rgba(58, 214, 185, 0.18);
        
        padding: 14px 48px;
        border-radius: 20px;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,0.18);
    }
    .transform-slider-container {
        width: 100%;
        max-width: 1100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 32px;
    }
    .transform-btn {
        background: #fff;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 8px;
        cursor: pointer;
        transition: background 0.15s, box-shadow 0.15s;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
        z-index: 2;
    }
    .transform-btn[disabled] {
        opacity: 0.4;
        pointer-events: none;
    }
    .transform-slider-viewport {
        overflow: hidden;
        width: 100%;
        max-width: 950px;
    }
    .transform-list {
        display: flex;
        gap: 36px;
        transition: transform 0.5s cubic-bezier(.4,1.4,.6,1);
        will-change: transform;
    }
    .transform-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(255,255,255,0.10);
        border-radius: 20px;
        padding: 18px 18px 12px 18px;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
        transition: transform 0.2s, box-shadow 0.2s;
        min-width: 140px;
        max-width: 160px;
        flex: 0 0 auto;
    }
    .transform-item:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 8px 32px 0 rgba(58, 214, 185, 0.18);
    }
    .transform-img {
        width: 90px;
        height: 90px;
        object-fit: contain;
        margin-bottom: 12px;
        border-radius: 13px;
        background: #232323;
        border: 1px solid #3ad6b9;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,0.10);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .transform-name {
        color: #fff;
        font-size: 1.13rem;
        font-weight: 500;
        text-align: center;
        margin-top: 4px;
        text-shadow: 0 0 6px rgba(36,36,48,0.5);
    }
    @media (max-width: 900px) {
        .transform-slider-viewport {
            max-width: 600px;
        }
        .transform-list {
            gap: 18px;
        }
        .transform-title {
            font-size: 1.3rem;
            padding: 10px 18px;
        }
        .transform-img {
            width: 60px;
            height: 60px;
        }
    }
    @media (max-width: 600px) {
        .transform-slider-viewport {
            max-width: 320px;
        }
        .transform-list {
            gap: 10px;
        }
        .transform-item {
            min-width: 90px;
            max-width: 100px;
            padding: 10px 6px 8px 6px;
        }
        .transform-img {
            width: 38px;
            height: 38px;
        }
        .transform-title {
            font-size: 1.1rem;
            padding: 6px 6px;
        }
        .transform-btn {
            width: 28px;
            height: 28px;
        }
        .transform-btn svg {
            width: 14px;
            height: 14px;
        }
    }



    .starter-items-section {
        width: 100%;
        min-height: 340px;
        position: relative;
    }
    .starter-items-section::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        z-index: 1;
    }
    .starter-items-content {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .starter-items-title {
        color: #ffd700;
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 18px;
        text-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
        letter-spacing: 1.2px;
        text-align: center;
    }
    .starter-items-desc {
        color: #fff;
        font-size: 1.15rem;
        margin-bottom: 32px;
        max-width: 600px;
        text-align: center;
        text-shadow: 0 0 8px rgba(36,36,48,0.3);
    }
    .starter-items-imgs-container {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 36px;
        margin-bottom: 0;
        width: 100%;
    }
    .starter-items-img {
        width: 640px;
        max-width: 99vw;
        border-radius: 28px;
        box-shadow: 0 4px 32px 0 rgba(255, 215, 0, 0.13), 0 2px 16px 0 rgba(0,0,0,0.18);
        border: 2.5px solid #ffd700;
        background: #232323;
        object-fit: contain;
        display: block;
    }
    @media (max-width: 1300px) {
        .starter-items-img {
            width: 440px;
        }
        .starter-items-imgs-container {
            gap: 18px;
        }
    }
    @media (max-width: 900px) {
        .starter-items-img {
            width: 270px;
        }
        .starter-items-title {
            font-size: 1.4rem;
        }
        .starter-items-desc {
            font-size: 1rem;
        }
        .starter-items-imgs-container {
            gap: 8px;
        }
    }



        .starter-items-section {
            width: 100vw;
            min-height: 100vh;
            background-image: url('//cdn.solaris2.hu/web/assets/imgs/bg3.png');
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            margin: 0;
            padding: 0;
            position: relative;
        }
        .starter-items-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
        }
    


        .starter-items-imgs-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px 24px;
            justify-items: center;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }
        @media (max-width: 700px) {
            .starter-items-imgs-container {
                grid-template-columns: 1fr;
            }
        }
    


        .dungeon-section {
            width: 100%;
            min-height: auto;
            padding: 40px 0;
            margin-bottom: 0;
            background: url('https://cdn.solaris2.hu/web/assets/imgs/bg3.png') center center / cover no-repeat, rgba(36,36,48,0.96);
            position: relative;
            overflow: hidden;
        }
        .dungeon-title {
            font-size: 2.6rem;
            font-weight: 900;
            color: #fff;
            letter-spacing: 2px;
            text-align: center;
            margin: 40px auto 32px auto;
            text-shadow: 0 2px 24px rgba(0,0,0,0.25);
            position: relative;
            z-index: 2;
            background: none;
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
        }
        .dungeon-slider-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 0; /* Remove side padding so buttons can be outside */
        }
        .dungeon-slider-btn {
            background: rgba(0,0,0,0.55);
            border: none;
            color: #fff;
            font-size: 2.5rem;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 18px 0 rgba(0,0,0,0.18);
            transition: background 0.2s, color 0.2s, transform 0.2s;
            z-index: 3;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            user-select: none;
            outline: none;
            border: 2px solid #222;
        }
        .dungeon-slider-btn:active, .dungeon-slider-btn:focus {
            background: #222;
            color: #ffd700;
            transform: scale(1.08) translateY(-50%);
        }
        .dungeon-slider-btn.left {
            left: -80px;
        }
        .dungeon-slider-btn.right {
            right: -80px;
        }
        @media (max-width: 1400px) {
            .dungeon-slider-btn.left {
                left: -40px;
            }
            .dungeon-slider-btn.right {
                right: -40px;
            }
        }
        @media (max-width: 900px) {
            .dungeon-slider-btn.left {
                left: -20px;
            }
            .dungeon-slider-btn.right {
                right: -20px;
            }
            .dungeon-slider-btn {
                width: 40px;
                height: 40px;
                font-size: 1.5rem;
            }
        }
        @media (max-width: 600px) {
            .dungeon-slider-btn.left {
                left: 0;
            }
            .dungeon-slider-btn.right {
                right: 0;
            }
            .dungeon-slider-btn {
                width: 32px;
                height: 32px;
                font-size: 1.1rem;
            }
        }
        .dungeon-slider {
            overflow: hidden;
            width: 100%;
        }
        .dungeon-list-slider {
            display: flex;
            gap: 36px;
            transition: transform 0.7s cubic-bezier(.77,0,.18,1);
            will-change: transform;
        }
        .dungeon-item {
            background: none;
            border-radius: 0;
            box-shadow: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 320px;
            max-width: 340px;
            flex: 0 0 320px;
            padding: 0;
            margin-bottom: 0;
            position: relative;
            border: none;
            transition: transform 0.3s;
        }
        .dungeon-item:hover {
            transform: scale(1.04) translateY(-8px);
        }
        .dungeon-img {
            width: 320px;
            height: 180px;
            object-fit: contain;
            margin-bottom: 12px;
            border-radius: 0;
            background: none;
            border: none;
            box-shadow: none;
            display: block;
            padding: 0;
        }
        .dungeon-name {
            color: #fff;
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0;
            text-align: center;
            text-shadow: 0 0 8px rgba(0,0,0,0.18);
            letter-spacing: 1px;
            background: rgba(0,0,0,0.55);
            padding: 6px 18px;
            border-radius: 8px;
            display: inline-block;
            margin-top: -38px;
            position: relative;
            z-index: 2;
        }
        @media (max-width: 1200px) {
            .dungeon-slider-container {
                max-width: 900px;
            }
            .dungeon-item {
                min-width: 240px;
                max-width: 260px;
                flex: 0 0 240px;
            }
            .dungeon-img {
                width: 240px;
                height: 135px;
            }
        }
        @media (max-width: 900px) {
            .dungeon-title {
                font-size: 1.5rem;
                margin: 18px auto 10px auto;
            }
            .dungeon-item {
                min-width: 180px;
                max-width: 200px;
                flex: 0 0 180px;
            }
            .dungeon-img {
                width: 180px;
                height: 100px;
            }
            .dungeon-list-slider {
                gap: 16px;
            }
        }
        @media (max-width: 600px) {
            .dungeon-title {
                font-size: 1.1rem;
                margin: 10px auto 6px auto;
            }
            .dungeon-item {
                min-width: 90vw;
                max-width: 98vw;
                flex: 0 0 90vw;
            }
            .dungeon-img {
                width: 90vw;
                height: 50vw;
                max-width: 98vw;
                max-height: 55vw;
            }
            .dungeon-list-slider {
                gap: 8px;
            }
        }
    


        .dungeon-title-animated {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2.5rem;
            font-weight: bold;
            letter-spacing: 0.15em;
            background: linear-gradient(90deg, #7f53ac, #647dee, #43cea2, #185a9d, #7f53ac);
            background-size: 300% auto;
            color: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            border-radius: 14px;
            padding: 20px 44px;
            box-shadow: 0 4px 24px 0 rgba(100, 125, 222, 0.18), 0 1.5px 0 #fff2 inset;
            animation: gradientMove 3.5s linear infinite, bounceTitle 1.8s ease-in-out infinite;
            text-align: center;
            margin: 0 auto 28px auto;
            position: relative;
            overflow: hidden;
        }
        @keyframes gradientMove {
            0% { background-position: 0% 50%; }
            100% { background-position: 300% 50%; }
        }
        @keyframes bounceTitle {
            0%, 100% { transform: translateY(0);}
            20% { transform: translateY(-12px);}
            40% { transform: translateY(0);}
            60% { transform: translateY(-7px);}
            80% { transform: translateY(0);}
        }
        .dungeon-title-animated .shine {
            position: absolute;
            top: 0; left: -75%;
            width: 50%;
            height: 100%;
            background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
            animation: shineMove 2.5s linear infinite;
            pointer-events: none;
        }
        @keyframes shineMove {
            0% { left: -75%; }
            100% { left: 120%; }
        }
    


        .footer-section {
            width: 100%;
            padding: 40px 0 20px 0;
            position: relative;
            overflow: hidden;
        }
        .footer-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.85));
            z-index: 1;
        }
        .footer-content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .footer-characters {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 25px;
        }
        .footer-character {
            width: 80px;
            height: 120px;
            object-fit: contain;
            filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.3));
            transition: transform 0.3s ease;
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.5);
            padding: 5px;
            border: 1px solid rgba(255, 215, 0, 0.3);
        }
        .footer-character:hover {
            transform: translateY(-5px);
            border-color: #ffd700;
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.2);
        }
        .footer-info {
            text-align: center;
            color: #fff;
            margin-bottom: 20px;
            max-width: 500px;
        }
        .footer-title {
            color: #ffd700;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
        }
        .footer-text {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            line-height: 1.5;
        }
        .footer-social {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }
        .social-icon {
            width: 35px;
            height: 35px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid #ffd700;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffd700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }
        .social-icon:hover {
            background: #ffd700;
            color: #000;
            transform: translateY(-3px);
            box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
        }
        .footer-copyright {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.85rem;
            text-align: center;
            padding-top: 15px;
            border-top: 1px solid rgba(255, 215, 0, 0.2);
        }
        @media (max-width: 768px) {
            .footer-section {
                padding: 30px 0 15px 0;
            }
            .footer-characters {
                gap: 15px;
            }
            .footer-character {
                width: 60px;
                height: 90px;
            }
            .footer-title {
                font-size: 1.4rem;
            }
            .footer-text {
                font-size: 0.9rem;
                padding: 0 15px;
            }
            .social-icon {
                width: 30px;
                height: 30px;
                font-size: 0.9rem;
            }
        }