
.seo-hidden-h1 {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


html, body {
    overflow-x: hidden;
    width: 100%;
}


.hero-complete {
    background: linear-gradient(135deg, #0f0d24 0%, #1a1635 50%, #17152e 100%);
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-bg-complete {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
}

.blob-1 {
    position: absolute;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
    top: -150px; left: -100px;
    border-radius: 50%;
}

.blob-2 {
    position: absolute;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(216, 52, 176, 0.08) 0%, transparent 70%);
    bottom: -80px; right: -80px;
    border-radius: 50%;
}

.hero-max-width {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.content-left {
    position: relative;
    z-index: 1;
    padding-right: 2rem;
}

.badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(124, 58, 237, 0.15);
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 30px;
    padding: 0.6rem 1.3rem;
    color: #ddd6fe;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    width: fit-content;
}

.badge-hero i { color: #c084fc; font-size: 0.9rem; }

.title-hero {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    color: #f1f5f9;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.title-gradient {
    background: linear-gradient(135deg, #c084fc, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.desc-hero {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 500px;
}

.stats-hero {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.8rem;
}

.stat-hero { display: flex; flex-direction: column; }

.stat-value {
    font-size: 1.3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #c084fc, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.stat-name { font-size: 0.9rem; color: #a5a5c9; font-weight: 500; }

.buttons-hero { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-hero {
    padding: 0.8rem 1.9rem;
    border-radius: 9px;
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.btn-hero-primary { background: linear-gradient(135deg, #7c3aed, #c084fc); color: white; }
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35); }

.btn-hero-secondary { background: rgba(192, 132, 252, 0.15); border: 1.5px solid #c084fc; color: #ddd6fe; }
.btn-hero-secondary:hover { background: rgba(192, 132, 252, 0.22); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(192, 132, 252, 0.25); }

/* Hero Sağ Taraf */
.content-right {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding-left: 2rem;
}

.stats-cards-hero { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }

.stat-card-hero {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(216, 52, 176, 0.08));
    border: 1px solid rgba(192, 132, 252, 0.25);
    border-radius: 10px;
    padding: 0.9rem 0.7rem;
    text-align: center;
    transition: all 0.3s ease;
}
.stat-card-hero:hover {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(216, 52, 176, 0.12));
    border-color: rgba(192, 132, 252, 0.4);
    transform: translateY(-2px);
}

.card-icon-hero { font-size: 1.8rem; margin-bottom: 0.4rem; display: block; }
.card-value-hero {
    font-size: 1.1rem;
    font-weight: 800;
    background: linear-gradient(135deg, #c084fc, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.3rem;
}
.card-label-hero { font-size: 0.7rem; color: #a5a5c9; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }

.features-hero-container {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: center;
    background: linear-gradient(135deg, rgba(47, 39, 71, 0.7), rgba(59, 50, 89, 0.5));
    border: 1px solid rgba(192, 132, 252, 0.2);
    border-radius: 10px; padding: 1rem;
}

.features-hero { display: flex; flex-direction: column; gap: 0.6rem; }
.features-title-hero { font-size: 0.95rem; font-weight: 700; color: #f1f5f9; margin: 0; display: flex; align-items: center; gap: 0.4rem; }
.features-title-hero::before { content: '✨'; font-size: 1rem; }
.features-list-hero { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.features-list-hero li { display: flex; align-items: flex-start; gap: 0.5rem; color: #cbd5e1; font-size: 0.8rem; line-height: 1.3; }
.features-list-hero i { color: #10b981; font-size: 0.85rem; margin-top: 0.15rem; flex-shrink: 0; }
.features-list-hero strong { color: #f1f5f9; font-weight: 700; display: block; }
.feature-item-title { margin: 0; font-size: 0.85rem; font-weight: 700; color: #f1f5f9; display: block; line-height: 1.2; margin-bottom: 0.15rem; }
.feature-item-desc { display: block; color: #a5a5c9; font-size: 0.78rem; margin-top: 0.1rem; font-weight: 500; }

.features-illustration { display: flex; align-items: center; justify-content: center; height: 100%; }
.game-illustration { width: 100%; max-width: 200px; height: auto; filter: drop-shadow(0 10px 30px rgba(124, 58, 237, 0.2)); }
.controller { animation: float 3s ease-in-out infinite; }
.floating-icons { animation: pulse-icons 2.5s ease-in-out infinite; }

@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } }
@keyframes pulse-icons { 0%, 100% { opacity: 0.8; } 50% { opacity: 1; } }

.trust-indicators-hero { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
.trust-item-hero {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.08));
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 9px;
    padding: 0.8rem 0.6rem;
    display: flex; flex-direction: column; align-items: center; text-align: center;
    transition: all 0.3s ease;
}
.trust-item-hero:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(5, 150, 105, 0.12));
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-1px);
}
.trust-icon-hero {
    width: 32px; height: 32px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 0.95rem; margin-bottom: 0.5rem;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
.trust-text-hero { display: flex; flex-direction: column; gap: 0.2rem; }
.trust-label-hero { font-size: 0.8rem; font-weight: 700; color: #10b981; }
.trust-desc-hero { font-size: 0.7rem; color: #86efac; font-weight: 500; line-height: 1.2; }


html.dark-mode .hero-complete { background: linear-gradient(135deg, #0a0818 0%, #110e25 50%, #0d0a1f 100%); }
html.dark-mode .stat-card-hero { background: linear-gradient(135deg, rgba(99, 50, 180, 0.12), rgba(147, 51, 234, 0.08)); }
html.dark-mode .features-hero-container { background: linear-gradient(135deg, rgba(30, 27, 45, 0.7), rgba(40, 35, 60, 0.5)); }
html.dark-mode .trust-item-hero { background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(5, 150, 105, 0.06)); }


.modern-game-card, .modern-game-image-container, .modern-game-image {
    content-visibility: visible !important;
    contain-intrinsic-size: 360px;
}
.grid > .modern-game-card:nth-child(-n+6) { content-visibility: visible !important; }


.modern-game-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 360px !important;
    height: auto;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none;
    overflow: visible !important;
    z-index: 1;
    transition: z-index 0s linear 0.3s;
}


.modern-game-image-container {
    width: 100%;
    height: 340px !important;
    position: relative;
    background: transparent !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding: 0;
    z-index: 1;
    overflow: visible !important;
    perspective: 1200px;
}


.modern-game-image {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: bottom center !important; /* Resmi aşağı sabitle */
    transform-origin: bottom center;
    transform: scale(1) translateZ(0) rotateX(0deg);
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                filter 0.4s ease;
    will-change: transform, filter;
}


.modern-game-content { display: none !important; }
.card-overlay { display: none !important; }
.modern-game-image-placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    font-size: 8rem; background: transparent !important;
}


@media (min-width: 993px) {
    
    /* 1. KART GÖVDESİ (YAPISAL AYARLAR) */
    .modern-game-card {
        min-height: 240px !important; 
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        background: transparent !important; 
        border: none !important;
        box-shadow: none !important;
        text-decoration: none;
        overflow: visible !important; 
        z-index: 1;
        transition: z-index 0s linear 0.3s;
    }

    .modern-game-card:hover {
        z-index: 9999 !important;
        transition-delay: 0s;
    }


    .modern-game-card::after {
        content: '';
        position: absolute;
        inset: -20px;
        border-radius: 20px;
        background-size: 200% 100%; 
        background-position: 100% 0; 
        opacity: 0; 
        z-index: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        
      
        background: linear-gradient(120deg, transparent 20%, rgba(0, 243, 255, 0.2) 40%, rgba(0, 243, 255, 0.9) 50%, rgba(0, 243, 255, 0.2) 60%, transparent 80%);
        box-shadow: 0 0 25px rgba(0, 243, 255, 0.2);
    }

    .modern-game-card:hover::after {
        opacity: 1;
        animation: neonFlow 0.8s linear infinite;
    }

    @keyframes neonFlow {
        0% { background-position: 100% 0; }
        100% { background-position: -100% 0; }
    }


    .modern-game-image-container {
        position: relative !important;
        height: 100% !important; 
        width: 100% !important;
        display: flex !important;
        align-items: flex-end !important; 
        justify-content: center !important;
        perspective: 1500px !important; 
        overflow: visible !important; 
        z-index: 2; 
        margin: 0 !important;
        padding: 0 !important;
    }

 
    .modern-game-image {
        position: relative !important;
        z-index: 3; 
        width: 100% !important; 
        height: 130% !important; 
        object-fit: contain !important;
        object-position: bottom center !important; 
        transform-origin: bottom center;
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5));
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease;
        will-change: transform, filter;
    }


    .modern-game-card:hover .modern-game-image {
        transform: scale(1.25) translateY(-20px) rotateX(-10deg); 
        filter: drop-shadow(0 0 20px rgba(0, 243, 255, 1)) drop-shadow(0 50px 100px rgba(0, 243, 255, 0.6));
    }




    .modern-game-card.card-color-2::after,
    .modern-game-card:nth-of-type(4n+2)::after {
        background: linear-gradient(120deg, transparent 20%, rgba(255, 70, 85, 0.9) 50%, transparent 80%) !important;
        box-shadow: 0 0 25px rgba(255, 70, 85, 0.3) !important;
    }
    .modern-game-card.card-color-2:hover .modern-game-image,
    .modern-game-card:nth-of-type(4n+2):hover .modern-game-image {
        filter: drop-shadow(0 0 20px rgba(255, 70, 85, 1)) drop-shadow(0 50px 100px rgba(255, 70, 85, 0.6)) !important;
    }


    .modern-game-card.card-color-3::after,
    .modern-game-card:nth-of-type(4n+3)::after {
        background: linear-gradient(120deg, transparent 20%, rgba(252, 163, 17, 0.9) 50%, transparent 80%) !important;
        box-shadow: 0 0 25px rgba(252, 163, 17, 0.3) !important;
    }
    .modern-game-card.card-color-3:hover .modern-game-image,
    .modern-game-card:nth-of-type(4n+3):hover .modern-game-image {
        filter: drop-shadow(0 0 20px rgba(252, 163, 17, 1)) drop-shadow(0 50px 100px rgba(252, 163, 17, 0.6)) !important;
    }

 
    .modern-game-card.card-color-4::after,
    .modern-game-card:nth-of-type(4n+4)::after {
        background: linear-gradient(120deg, transparent 20%, rgba(10, 255, 96, 0.9) 50%, transparent 80%) !important;
        box-shadow: 0 0 25px rgba(10, 255, 96, 0.3) !important;
    }
    .modern-game-card.card-color-4:hover .modern-game-image,
    .modern-game-card:nth-of-type(4n+4):hover .modern-game-image {
        filter: drop-shadow(0 0 20px rgba(10, 255, 96, 1)) drop-shadow(0 50px 100px rgba(10, 255, 96, 0.6)) !important;
    }
}


.products-grid {
    column-gap: 15px !important;
    row-gap: 15px !important; /* Mobilde iç içe girmeyi önlemek için row-gap artırıldı */
    align-items: end !important;
    width: 100%; /* Grid genişliği sabitlendi */
}


@media (max-width: 992px) {
    /* Mobilde normal boyutlar */
    .modern-game-card { min-height: 250px !important; }
    .modern-game-image-container { height: 220px !important; }
    
    /* Mobilde sadece basit büyüme (3D yok, kasma yapmaz) */
    .modern-game-card:hover { z-index: 100 !important; }
    .modern-game-card:hover .modern-game-image {
        transform: scale(1.15); 
        filter: drop-shadow(0 10px 20px rgba(255,255,255,0.2));
    }
}


.banner-slim {
    position: relative; height: 100px; border-radius: 12px; overflow: hidden;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 30px; border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4); text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease;
    background-color: #1a1635; margin-bottom: 2rem;
    width: 100%; /* Banner taşmasını önle */
}
.banner-slim:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.4); box-shadow: 0 12px 30px rgba(0,0,0,0.6); }

.banner-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 0.5s ease; }
.banner-slim:hover .banner-bg { transform: scale(1.05); }

.banner-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(15, 13, 36, 0.95) 0%, rgba(15, 13, 36, 0.8) 45%, rgba(15, 13, 36, 0.2) 100%);
    z-index: 1;
}

.banner-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.banner-title {
    font-size: 1.4rem; font-weight: 900; color: #fff; margin: 0;
    text-transform: uppercase; font-style: italic; line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8); display: flex; align-items: center; gap: 10px;
}
.banner-title i { font-size: 1.1rem; filter: drop-shadow(0 0 5px rgba(255,255,255,0.5)); }
.banner-desc { font-size: 0.85rem; color: #cbd5e1; margin: 4px 0 0 0; font-weight: 500; opacity: 0.9; }

.btn-slim {
    position: relative; z-index: 2;
    background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25); color: #fff;
    padding: 8px 20px; border-radius: 50px; text-decoration: none;
    font-weight: 700; font-size: 0.8rem; transition: all 0.3s;
    display: flex; align-items: center; gap: 6px; white-space: nowrap;
}
.btn-slim:hover { background: #fff; color: #000; transform: translateX(-3px); }
.banner-reviews-subdesc { font-size: 0.8rem; color: #a5a5c9; margin: 0.2rem 0 0 0; font-weight: 500; }


.faq-section { padding: 3rem 0; position: relative; width: 100%; }
.faq-section .section-title { text-align: center; margin-bottom: 2.5rem; }

.faq-hub-container {
    display: flex; gap: 2rem; align-items: flex-start;
    max-width: 100% !important; width: 100% !important; margin: 0 !important;
    justify-content: center;
}

.faq-tabs-wrapper { flex: 1; position: relative; }
.faq-tabs { display: flex; flex-direction: column; gap: 0.8rem; }

.faq-tab-btn {
    text-align: left; padding: 1.2rem 1.5rem;
    background: rgba(30, 27, 45, 0.5); border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 12px; color: #a5a5c9; font-weight: 600; font-size: 0.95rem;
    cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: space-between;
}
.faq-tab-btn:hover { background: rgba(168, 85, 247, 0.15); color: #fff; padding-left: 1.8rem; }
.faq-tab-btn.active {
    background: linear-gradient(90deg, #7c3aed, #6d28d9); border-color: #7c3aed;
    color: #fff; box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4);
}
.faq-tab-btn.active .faq-question-title { color: #fff; }
.faq-tab-btn.active i { display: none; }

.faq-question-title {
    font-size: 0.95rem; font-weight: 700; color: #a5a5c9; margin: 0; padding: 0;
    text-align: left; transition: color 0.3s ease;
}

.faq-content-display {
    flex: 2;
    background: linear-gradient(135deg, rgba(47, 39, 71, 0.95) 0%, rgba(59, 50, 89, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 16px; padding: 2.5rem; min-height: 300px;
    backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.faq-panel { display: none; animation: fadeIn 0.4s ease-out; }
.faq-panel.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.faq-panel h3 { font-size: 1.4rem; color: #fff; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 10px; }
.faq-text { color: #cbd5e1; font-size: 1rem; line-height: 1.7; }
.faq-text strong { display: none !important; }
.faq-answer-heading { font-size: 1.15rem; font-weight: 700; color: #f1f5f9; margin: 0 0 1rem 0; padding: 0; display: block; line-height: 1.3; }


.reviews-section { position: relative; padding: 3rem 0; overflow: hidden; width: 100%; }
.reviews-section .section-title h2 { display: flex; align-items: center; gap: 10px; }

.reviews-carousel {
    display: flex; overflow: hidden; padding: 2rem 0; width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.reviews-track { display: flex; gap: 1.5rem; animation: scroll-reviews 60s linear infinite; width: max-content; }
.reviews-carousel:hover .reviews-track { animation-play-state: paused; }
@keyframes scroll-reviews { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.review-card {
    width: 350px; flex-shrink: 0; padding: 1.5rem;
    background: linear-gradient(135deg, rgba(47, 39, 71, 0.95) 0%, rgba(59, 50, 89, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 16px; backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex; flex-direction: column; transition: all 0.3s ease; height: auto;
}
.review-card:hover { transform: translateY(-5px); border-color: #c084fc; box-shadow: 0 10px 30px rgba(124, 58, 237, 0.25); }

.review-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.review-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid #c084fc; background: #7c3aed; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.review-meta { display: flex; flex-direction: column; }
.review-author { font-weight: 700; color: #fff; font-size: 0.95rem; }
.review-date { font-size: 0.75rem; color: #a5a5c9; }
.review-rating { color: #fbbf24; font-size: 0.9rem; margin-bottom: 1rem; }
.review-text {
    color: #cbd5e1; font-size: 0.9rem; font-style: italic; line-height: 1.6;
    display: -webkit-box; -webkit-line-clamp: 12; -webkit-box-orient: vertical; overflow: hidden; margin: 0;
}
.review-card:hover .review-text { -webkit-line-clamp: unset; overflow: visible; }

/* Yorum Yazma Formu */
.write-review-section { margin-top: 3rem; padding-top: 3rem; border-top: 2px dashed var(--bs-border-color); }
.review-form-card {
    background: var(--card-bg); border: 2px solid var(--primary-color);
    border-radius: 1rem; padding: 2.5rem; box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.review-form-card h3 { color: var(--primary-color); font-size: 1.5rem; font-weight: 600; }

.star-rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 0.5rem; margin: 0.5rem 0; }
.star-rating-input input[type="radio"] { display: none; }
.star-rating-input label { font-size: 2rem; color: #ddd; cursor: pointer; transition: all 0.2s; }
.star-rating-input label:hover, .star-rating-input label:hover ~ label, .star-rating-input input[type="radio"]:checked ~ label { color: #ffd700; }
.star-rating-input input[type="radio"]:checked + label { animation: starPulse 0.3s ease; }
@keyframes starPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } }

.review-form .form-control {
    border: 2px solid var(--bs-border-color); border-radius: 0.5rem;
    padding: 0.75rem 1rem; transition: all 0.3s;
    background-color: var(--bs-body-bg, #fff); color: var(--bs-body-color, #000);
}
.review-form .form-control:focus { border-color: var(--primary-color); box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.25); }
.review-form .form-label { font-weight: 600; color: var(--text-color); margin-bottom: 0.5rem; }
#reviewFormMessage.alert { animation: slideDown 0.3s ease; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }


.recommended-carousel-section { padding: 2rem 0; position: relative; overflow: hidden; width: 100%; }
.recommended-carousel-header { margin-bottom: 2rem; }
.recommended-carousel-title { font-size: 2rem; font-weight: 800; color: #fff; margin: 0 0 0.5rem 0; animation: slideDownFade 0.8s ease-out; }
.animated-gradient-text-carousel {
    background: linear-gradient(135deg, #d834b0, #7b41d6, #c084fc, #d834b0);
    background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; animation: gradientShift 4s ease infinite;
}
@keyframes gradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes slideDownFade { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }

.recommended-carousel-subtitle { font-size: 1rem; color: #a5a5c9; margin: 0; animation: slideUpFade 0.8s ease-out 0.2s backwards; }
@keyframes slideUpFade { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

.carousel-wrapper {
    display: flex; overflow: hidden; position: relative; width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.carousel-container { width: 100%; overflow: hidden; }
.carousel-track { display: flex; gap: 1.5rem; animation: scroll-carousel 80s linear infinite; width: max-content; }
.carousel-wrapper:hover .carousel-track { animation-play-state: paused; }
@keyframes scroll-carousel { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.carousel-game-card {
    width: 260px; height: 300px; flex-shrink: 0; position: relative; display: flex; overflow: hidden;
    text-decoration: none; background: linear-gradient(135deg, rgba(47, 39, 71, 0.95) 0%, rgba(59, 50, 89, 0.95) 100%);
    border: 1px solid rgba(216, 52, 176, 0.2); border-radius: 20px; backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.carousel-game-card:hover {
    transform: translateY(-8px); box-shadow: 0 20px 40px rgba(216, 52, 176, 0.3), 0 0 30px rgba(123, 65, 214, 0.2);
    border-color: rgba(216, 52, 176, 0.5);
}
.carousel-game-card.card-color-1 { border-color: rgba(0, 243, 255, 0.3); } .carousel-game-card.card-color-1:hover { border-color: #00f3ff; }
.carousel-game-card.card-color-2 { border-color: rgba(255, 70, 85, 0.3); } .carousel-game-card.card-color-2:hover { border-color: #ff4655; }
.carousel-game-card.card-color-3 { border-color: rgba(252, 163, 17, 0.3); } .carousel-game-card.card-color-3:hover { border-color: #fca311; }
.carousel-game-card.card-color-4 { border-color: rgba(10, 255, 96, 0.3); } .carousel-game-card.card-color-4:hover { border-color: #0aff60; }

.carousel-game-image-container {
    width: 100%; height: 100%; position: absolute; top: 0; left: 0;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.carousel-game-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.carousel-game-card:hover .carousel-game-image { transform: scale(1.08); }
.carousel-game-image-placeholder { font-size: 3.5rem; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.carousel-card-overlay { display: none; }

.carousel-game-content {
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 14px; z-index: 2;
    text-align: center; display: flex; flex-direction: column; justify-content: flex-end;
    transform: none; transition: none; gap: 5px;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.8) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.carousel-game-title {
    font-size: 0.95rem; font-weight: 800; text-transform: uppercase; color: #f1f5f9; margin: 0;
    line-height: 1.15; text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.carousel-game-price {
    font-size: 1rem; font-weight: 800; color: #00f3ff; text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    margin: 0; opacity: 1; visibility: visible;
}
.carousel-game-card.card-color-1 .carousel-game-price { color: #00f3ff; }
.carousel-game-card.card-color-2 .carousel-game-price { color: #ff4655; }
.carousel-game-card.card-color-3 .carousel-game-price { color: #fca311; }
.carousel-game-card.card-color-4 .carousel-game-price { color: #0aff60; }


.premium-rating-wrapper { display: flex; justify-content: center; align-items: center; margin: 1.2rem 0 1.5rem 0 !important; width: 100%; position: relative; }
.premium-rating-badge {
    display: flex; align-items: center; justify-content: center; gap: 15px; padding: 12px 25px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(0, 0, 0, 0.6));
    border: 1px solid rgba(255, 215, 0, 0.5); border-radius: 50px;
    backdrop-filter: blur(10px); box-shadow: 0 0 20px rgba(255, 215, 0, 0.2), inset 0 0 10px rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}
.premium-rating-badge:hover {
    transform: translateY(-2px); box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), inset 0 0 20px rgba(255, 215, 0, 0.2);
    border-color: #fbbf24;
}
.rating-big-number {
    font-size: 2rem; font-weight: 800; line-height: 1;
    background: linear-gradient(to bottom, #fff, #fbbf24);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}
.rating-info-col { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.2rem; }
.rating-stars-gold { color: #fbbf24; font-size: 0.9rem; text-shadow: 0 0 5px rgba(255, 215, 0, 0.6); text-align: center; margin-bottom: 2px; }
.rating-sub-text { font-size: 0.75rem; color: #cbd5e1; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; text-align: center; }
.premium-box { display: block; opacity: 1; background: #17152e; border-radius: 10px; margin-bottom: 15px; }
.premium-box .sidebar-header { background: #2a245c; padding: 12px; font-size: 1.1rem; font-weight: 600; }
.premium-box p { padding: 12px; color: #a5a5c9; }
.premium-box .btn { margin: 0 12px 12px; border-radius: 25px; background: #d834b0; }
.premium-box .btn:hover { background: #7b41d6; }


.grid { display: grid; width: 100%; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }




@media (min-width: 1280px) { .xl\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
@media (max-width: 1400px) {
    .products-grid { grid-template-columns: repeat(5, 1fr); }
    .carousel-game-card { width: 240px; height: 280px; }
    .carousel-game-title { font-size: 0.9rem; }
    .carousel-game-price { font-size: 0.95rem; }
}

@media (max-width: 1279px) and (min-width: 1024px) { .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (max-width: 1200px) {
    .products-grid { grid-template-columns: repeat(4, 1fr); }
    .carousel-game-card { width: 220px; height: 260px; }
    .carousel-game-title { font-size: 0.85rem; }
    .carousel-game-price { font-size: 0.9rem; }
}

@media (max-width: 1024px) {
    .hero-complete { padding: 2.2rem 0; flex-direction: column; text-align: center; } /* Hero düzenlendi */
    .title-hero { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 0.9rem; }
    .desc-hero { font-size: 0.95rem; margin-bottom: 1.2rem; margin-left: auto; margin-right: auto; }
    .badge-hero { margin-bottom: 1.2rem; margin-left: auto; margin-right: auto; }
    .stats-hero { gap: 1.8rem; margin-bottom: 1.5rem; justify-content: center; }
    .buttons-hero { gap: 0.7rem; justify-content: center; }
    .content-left { padding-right: 0; padding-bottom: 2rem; }
    .content-right { gap: 0.75rem; padding-left: 0; width: 100%; max-width: 600px; margin: 0 auto; }
    .stats-cards-hero { gap: 0.75rem; }
    .stat-card-hero { padding: 0.8rem 0.6rem; }
    .features-hero-container { gap: 0.75rem; padding: 0.9rem; }
    .features-list-hero li { font-size: 0.82rem; }
    .game-illustration { max-width: 160px; }
    .trust-indicators-hero { gap: 0.7rem; }
}

@media (max-width: 1023px) and (min-width: 768px) { .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (max-width: 992px) {
    .faq-hub-container { flex-direction: column; gap: 1rem; }
    .faq-tabs-wrapper { width: 100%; overflow: hidden; position: relative; }
    .faq-tabs {
        flex-direction: row; overflow-x: auto; white-space: nowrap; padding-bottom: 0; gap: 10px; padding-right: 40px;
        -ms-overflow-style: none; scrollbar-width: none; -webkit-overflow-scrolling: touch;
        animation: nudge-scroll 2s ease-in-out 1; animation-delay: 0.5s;
    }
    .faq-tabs::-webkit-scrollbar { display: none; }
    @keyframes nudge-scroll { 0% { transform: translateX(0); } 30% { transform: translateX(-40px); } 60% { transform: translateX(0); } 100% { transform: translateX(0); } }

    .faq-tab-btn { flex: 0 0 auto; width: auto; padding: 0.7rem 1.2rem; border-radius: 50px; font-size: 0.85rem; background: rgba(30, 27, 45, 0.8); border: 1px solid rgba(168, 85, 247, 0.3); }
    .faq-tab-btn:hover { padding-left: 1.2rem; transform: none; }
    .faq-tab-btn.active { background: #7c3aed; transform: scale(1.05); }

    .scroll-arrow-hint {
        position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 100%;
        background: linear-gradient(to right, transparent, #0f0d24); display: flex; align-items: center; justify-content: center;
        pointer-events: none; z-index: 5;
    }
    .scroll-arrow-hint i {
        color: #c084fc; font-size: 1rem; animation: bounce-right 1.5s infinite;
        background: rgba(0,0,0,0.5); border-radius: 50%; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center;
    }
    @keyframes bounce-right { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }

    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .carousel-game-card { width: 200px; height: 240px; }
    .carousel-game-title { font-size: 0.8rem; }
    .carousel-game-price { font-size: 0.85rem; }
}

@media (min-width: 993px) {
    .scroll-arrow-hint { display: none !important; }
    .mobile-read-more { display: none !important; }
}

@media (max-width: 768px) {
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .banner-reviews-subdesc { font-size: 0.65rem; margin: 0.15rem 0 0 0; }

    /* Modern Game Card Mobile Overrides */
    .modern-game-card {
        height: 250px !important; background-color: #141b2d !important; border: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-radius: 16px !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important; overflow: hidden !important;
    }
    .modern-game-card.card-color-1 { border-color: rgba(0, 243, 255, 0.3) !important; }
    .modern-game-card.card-color-2 { border-color: rgba(255, 70, 85, 0.3) !important; }
    .modern-game-card.card-color-3 { border-color: rgba(252, 163, 17, 0.3) !important; }
    .modern-game-card.card-color-4 { border-color: rgba(10, 255, 96, 0.3) !important; }

    .modern-game-image-container { height: 100% !important; width: 100% !important; position: absolute !important; top: 0 !important; left: 0 !important; }
    .modern-game-image { border-radius: 0 !important; }

    .card-overlay {
        display: block !important; opacity: 1 !important; height: 60% !important;
        background: linear-gradient(to bottom, transparent 0%, rgba(15, 23, 42, 0.7) 40%, rgba(15, 23, 42, 0.95) 100%) !important;
    }

    .modern-game-content {
        position: absolute !important; bottom: 0 !important; left: 0 !important; transform: none !important;
        padding: 12px !important; background: transparent !important; width: 100% !important;
    }

    .modern-game-title {
        font-size: 0.7rem !important; margin: 0 !important; line-height: 1.2 !important; color: #fff !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.8) !important; font-weight: 700 !important; -webkit-line-clamp: 2 !important;
    }

    .modern-game-category {
        display: block !important; visibility: visible !important; font-size: 0.65rem !important;
        margin: 4px 0 0 0 !important; text-shadow: 0 2px 8px rgba(0,0,0,0.8) !important;
        font-weight: 800 !important; opacity: 0.8 !important; transition: all 0.3s ease !important;
    }
    .modern-game-card:active .modern-game-category { font-size: 0.9rem !important; opacity: 1 !important; }
    .modern-game-card.card-color-1 .modern-game-category { color: #00f3ff !important; }
    .modern-game-card.card-color-2 .modern-game-category { color: #ff4655 !important; }
    .modern-game-card.card-color-3 .modern-game-category { color: #fca311 !important; }
    .modern-game-card.card-color-4 .modern-game-category { color: #0aff60 !important; }

    .modern-game-image-placeholder { height: 100% !important; border-radius: 0 !important; }

    /* Inline Promo Banner */
    .inline-promo-banner.banner-reviews { padding: 0.8rem 1rem; margin: 1rem 0; }
    .banner-reviews-title { font-size: 0.8rem; gap: 0.3rem; }
    .banner-reviews-title i { font-size: 0.8rem; }
    .reviews-title-sub { display: none; }
    .banner-reviews-desc { font-size: 0.7rem; }

    /* Hero */
    .hero-complete { padding: 1.5rem 0; }
    .content-left { text-align: center; padding-right: 0; margin-bottom: 1rem; }
    .title-hero { font-size: clamp(1.4rem, 3.5vw, 2rem); margin-bottom: 0.6rem; line-height: 1.15; }
    .desc-hero { font-size: 0.9rem; margin-bottom: 0.8rem; margin-left: auto; margin-right: auto; line-height: 1.5; }
    .badge-hero { margin-left: auto; margin-right: auto; margin-bottom: 0.8rem; padding: 0.5rem 1.1rem; font-size: 0.8rem; }
    .stats-hero { justify-content: center; gap: 1.2rem; margin-bottom: 0.9rem; }
    .stat-value { font-size: 1rem; }
    .stat-name { font-size: 0.85rem; }
    .buttons-hero { justify-content: center; gap: 0.6rem; flex-wrap: wrap; }
    .btn-hero { padding: 0.7rem 1.5rem; font-size: 0.88rem; }

    .content-right { padding-left: 0; gap: 0.7rem; }
    .stats-cards-hero { grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
    .stat-card-hero { padding: 0.65rem 0.4rem; border-radius: 8px; }
    .card-icon-hero { font-size: 1.3rem; margin-bottom: 0.25rem; }
    .card-value-hero { font-size: 0.9rem; }
    .card-label-hero { font-size: 0.62rem; letter-spacing: 0.2px; }

    .features-hero-container { grid-template-columns: 1fr; gap: 0.6rem; padding: 0.75rem; border-radius: 9px; }
    .features-hero { gap: 0.5rem; }
    .features-title-hero { font-size: 0.9rem; margin: 0 0 0.4rem 0; }
    .features-list-hero { gap: 0.5rem; }
    .features-list-hero li { font-size: 0.8rem; gap: 0.4rem; line-height: 1.3; }
    .features-list-hero i { font-size: 0.8rem; margin-top: 0.08rem; }
    .features-list-hero strong { font-size: 0.8rem; display: block; }
    .feature-item-title { font-size: 0.8rem; margin-bottom: 0.12rem; }
    .feature-item-desc { font-size: 0.72rem; }
    .features-list-hero span { font-size: 0.72rem; margin-top: 0.1rem; }
    .game-illustration { display: none; }

    .trust-indicators-hero { grid-template-columns: repeat(3, 1fr); gap: 0.55rem; }
    .trust-item-hero { padding: 0.65rem 0.4rem; border-radius: 8px; }
    .trust-icon-hero { width: 26px; height: 26px; font-size: 0.8rem; margin-bottom: 0.35rem; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15); }
    .trust-label-hero { font-size: 0.72rem; }
    .trust-desc-hero { font-size: 0.63rem; }

    /* Premium Rating */
    .premium-rating-wrapper { margin: 0 0 10px 0 !important; width: 100%; padding: 0 5px; }
    .premium-rating-badge {
        width: 100% !important; display: flex !important; flex-direction: row !important; justify-content: center !important;
        align-items: center !important; gap: 15px !important; padding: 6px 0 !important;
        border-radius: 8px; background: rgba(23, 21, 46, 0.6); border: 1px solid rgba(255, 215, 0, 0.2); margin: 0 auto;
    }
    .rating-big-number {
        font-size: 1.4rem !important; margin: 0 !important; padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.1); line-height: 1 !important;
    }
    .rating-info-col { display: flex; flex-direction: column; align-items: flex-start !important; justify-content: center; gap: 2px !important; }
    .rating-stars-gold { font-size: 0.75rem !important; line-height: 1; }
    .rating-sub-text { font-size: 0.65rem !important; color: #9ca3af; line-height: 1; letter-spacing: 0.5px; }


    .banner-slim { height: 80px; padding: 0 15px; }
    .banner-title { font-size: 1rem; gap: 6px; }
    .banner-title i { font-size: 0.9rem; }
    .banner-desc {
        font-size: 0.75rem; max-width: none; white-space: normal; overflow: visible;
        text-overflow: clip; line-height: 1.2; padding-right: 5px;
    }
    .btn-slim { padding: 6px 12px; border-radius: 10px; }
    .btn-slim span { display: none; }
    .btn-slim i { margin: 0; font-size: 0.9rem; }


    .products-showcase-section { padding: 2rem 0 1.5rem; }
    .products-showcase-header h2 { font-size: 1.75rem; }
    .products-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; } 
    .product-image-container { height: 120px; }
    .product-image { width: 90px; height: 90px; }
    .product-content { padding: 1rem; }
    .product-name { font-size: 0.9rem; }
    .product-price-amount { font-size: 1.25rem; }
    .product-buy-btn { padding: 0.5rem 1rem; font-size: 0.8rem; }

  
    .recommended-carousel-section { padding: 1.5rem 0; }
    .recommended-carousel-title { font-size: 1.75rem; }
    .recommended-carousel-subtitle { font-size: 0.9rem; }
    .carousel-game-card { width: 180px; height: 220px; }
    .carousel-game-content { padding: 12px; gap: 4px; }
    .carousel-game-title { font-size: 0.75rem; }
    .carousel-game-price { font-size: 0.8rem; }
}


@media (max-width: 480px) {
    .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .products-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        column-gap: 8px !important;
        row-gap: 0px !important; 
        width: 100% !important;
        padding: 0 5px;
    }

    .product-footer { flex-direction: column; align-items: stretch; }
    .product-buy-btn { width: 100%; justify-content: center; }
    
   
    .modern-game-card {
        width: 100% !important; 
        max-width: 200px; 
        height: auto !important;
        min-height: 200px !important; 
        margin: 0 auto !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        overflow: hidden !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding-bottom: 0 !important; 
    }
    
    .modern-game-image-container {
        height: 200px !important;
        width: 100% !important; 
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        overflow: hidden !important; 
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        padding-bottom: 0 !important; 
        margin-bottom: -10px !important;
    }
    
    .modern-game-image {
        width: 100% !important; 
        height: 100% !important; 
        max-height: 100% !important; 
        object-fit: contain !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        transform-origin: bottom center !important;
        transform: scale(1) !important;
        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3)) !important;
        transition: none !important;
    }
    
    .modern-game-content {
        display: none !important;
    }
    
    .modern-game-category {
        display: none !important;
    }
    
    .modern-game-card::after {
        display: none !important;
    }
    
    .modern-game-card:hover {
        transform: none !important;
        box-shadow: none !important;
        z-index: 1 !important;
    }
    
    .modern-game-card:hover::after {
        opacity: 0 !important;
        display: none !important;
    }
    
    .modern-game-card:hover .modern-game-image {
        transform: scale(1) !important;
        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3)) !important;
    }

 
    .hero-complete {
        flex-direction: column !important; align-items: center !important;
        text-align: center !important; padding: 0.8rem 0 0.5rem 0 !important; min-height: auto !important;
        max-width: 100vw; overflow-x: hidden;
    }
    .content-left {
        width: 100% !important; padding: 0 !important; margin-bottom: 0.3rem !important;
        display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important;
    }
    .title-hero { font-size: 1.3rem !important; margin-bottom: 0.3rem !important; width: 100% !important; }
    .desc-hero {
        font-size: 0.75rem !important; line-height: 1.35 !important; margin-bottom: 0.6rem !important;
        width: 100% !important; padding: 0 0.5rem; 
    }
    .premium-rating-badge { margin: 0 auto 0.4rem auto !important; padding: 4px 10px !important; gap: 5px !important; }
    .rating-big-number { font-size: 1.1rem !important; }
    .rating-stars-gold { font-size: 0.6rem !important; }
    .rating-sub-text { font-size: 0.5rem !important; }
    .stats-hero { display: none !important; }
    .buttons-hero { justify-content: center !important; gap: 0.4rem !important; width: 100% !important; padding: 0 0.5rem; }
    .btn-hero { padding: 0.5rem 0.8rem !important; font-size: 0.75rem !important; flex: 1; }
    .content-right { display: none !important; }
    .stats-cards-hero, .features-hero-container, .trust-indicators-hero { display: none !important; }
    

    .recommended-carousel-section { padding: 1rem 0; width: 100vw; overflow-x: hidden; }
    .recommended-carousel-title { font-size: 1.3rem; }
    .recommended-carousel-subtitle { font-size: 0.8rem; }
    .carousel-track { gap: 1rem; }
    .carousel-game-card { width: 150px; height: 190px; }
    .carousel-game-content { padding: 10px; gap: 3px; }
    .carousel-game-title { font-size: 0.7rem; }
    .carousel-game-price { font-size: 0.8rem; }
}