/**
 * Home page — landing styles (extracted from index.php; theme-aware)
 * Loaded only when page=home. Includes hero, promos, features, CTA.
 */

.spin-win-promo-wrapper {
    position: relative;
    z-index: 100;
    overflow: visible;
    margin-top: -30px;
    margin-bottom: 40px;
    background: transparent;
}

.spin-win-promo-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.6), 0 5px 20px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
}

/* Master Chain Hero Promo - Enhanced styling */
/* Master Chain uses original spin-win-promo-card styling - no color overrides */

.spin-win-promo-card::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: promoShine 4s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
    border-radius: 50%;
}

.promo-card-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.promo-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    flex-shrink: 0;
    /* animation: spinIcon 3s linear infinite; - Removed spinning animation */
}

.promo-text-content {
    flex: 1;
    color: white;
}

.promo-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.promo-description {
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    opacity: 0.95;
    line-height: 1.6;
}

.promo-features {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.promo-feature {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.promo-feature i {
    font-size: 1rem;
}

.promo-action {
    flex-shrink: 0;
}

.promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    color: #667eea;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.promo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    background: #f8f9fa;
}

.promo-btn i {
    font-size: 1.2rem;
}

@keyframes promoCardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

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

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

@media (max-width: 768px) {
    .spin-win-promo-card {
        padding: 1.5rem;
    }

    .promo-card-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .promo-icon-wrapper {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .promo-title {
        font-size: 1.5rem;
    }

    .promo-description {
        font-size: 1rem;
    }

    .promo-features {
        justify-content: center;
        gap: 1rem;
    }

    .promo-feature {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    .promo-btn {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1.5rem;
    }
}

/* Dark mode support */
body.dark-mode .spin-win-promo-card,
body[data-theme="dark"] .spin-win-promo-card {
    background: linear-gradient(135deg, #805ad5 0%, #553c9a 50%, #b794f6 100%);
}

body.dark-mode .promo-btn,
body[data-theme="dark"] .promo-btn {
    background: #1a202c;
    color: #8b5cf6;
}

body.dark-mode .promo-btn:hover,
body[data-theme="dark"] .promo-btn:hover {
    background: #2d3748;
}

.hero-section-modern {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3a 50%, #23234a 100%);
    padding: 52px 0 60px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none !important;
    border-bottom: none !important;
    outline: none !important;
    box-sizing: border-box;
    width: 100%;
}

body:not(.dark-mode) .hero-section-modern {
    background: linear-gradient(135deg, #e8ecf7 0%, #d4dcf0 40%, #e0e6f5 100%);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    color: #1a1d2e;
}
body:not(.dark-mode) .hero-section-modern .hero-title-gradient {
    background: linear-gradient(90deg, #1e293b 0%, #4f46e5 45%, #7c3aed 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}
body:not(.dark-mode) .hero-section-modern .hero-subtitle-modern {
    color: #334155;
}
body:not(.dark-mode) .hero-section-modern .hero-subtitle-modern strong {
    color: #5b21b6;
}
body:not(.dark-mode) .hero-section-modern .hero-feature {
    color: #1e293b;
}
body:not(.dark-mode) .hero-section-modern .hero-feature i {
    color: #6366f1;
}

/* Gravity particle animation */
.gravity-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.gravity-chatbot-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
    z-index: 0;
    pointer-events: none;
    transform: translate(-9999px, -9999px);
    will-change: transform;
}

.chatbot-head-shell {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background:
        linear-gradient(165deg, rgba(26, 33, 60, 0.95) 0%, rgba(36, 46, 80, 0.96) 45%, rgba(18, 24, 48, 0.98) 100%);
    border: 2px solid rgba(153, 177, 255, 0.42);
    box-shadow: 0 0 20px rgba(79, 70, 229, 0.28), 0 12px 28px rgba(10, 14, 35, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    backdrop-filter: blur(3px);
}

.chatbot-head-shell::before,
.chatbot-head-shell::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 20px;
    top: 22px;
    border-radius: 3px;
    background: linear-gradient(180deg, rgba(124, 140, 255, 0.9), rgba(66, 83, 168, 0.95));
    box-shadow: 0 0 7px rgba(99, 102, 241, 0.28);
}

.chatbot-head-shell::before {
    left: -5px;
}

.chatbot-head-shell::after {
    right: -5px;
}

.chatbot-eye-row::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(80, 93, 170, 0.3), rgba(147, 170, 255, 0.95), rgba(80, 93, 170, 0.3));
}

.chatbot-eye-row {
    position: relative;
    display: flex;
    gap: 8px;
}

.chatbot-eye {
    width: 19px;
    height: 11px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(190, 233, 255, 0.96), rgba(115, 205, 255, 0.95));
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(40, 54, 116, 0.42), 0 0 9px rgba(56, 189, 248, 0.35);
}

.chatbot-pupil {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0f172a;
    transform: translate(-50%, -50%);
    will-change: transform;
}

.chatbot-mouth {
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.32), rgba(191, 219, 254, 0.96), rgba(96, 165, 250, 0.32));
    box-shadow: 0 0 8px rgba(125, 211, 252, 0.32);
}

.chatbot-antenna {
    position: absolute;
    top: -13px;
    left: 50%;
    width: 4px;
    height: 11px;
    border-radius: 3px;
    transform: translateX(-50%);
    background: rgba(129, 158, 255, 0.9);
    box-shadow: 0 -8px 0 2px rgba(147, 197, 253, 0.92);
}

body:not(.dark-mode) .chatbot-head-shell {
    background:
        linear-gradient(165deg, rgba(224, 236, 255, 0.98) 0%, rgba(196, 214, 255, 0.97) 45%, rgba(184, 200, 243, 0.98) 100%);
    border-color: rgba(99, 102, 241, 0.36);
    box-shadow: 0 0 16px rgba(99, 102, 241, 0.2), 0 8px 20px rgba(59, 130, 246, 0.15);
}

body:not(.dark-mode) .chatbot-eye {
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.3), 0 0 8px rgba(56, 189, 248, 0.25);
}

body:not(.dark-mode) .chatbot-mouth {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.26), rgba(30, 64, 175, 0.86), rgba(59, 130, 246, 0.26));
}

.gravity-chatbot-bubble {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 320px;
    z-index: 2;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(167, 139, 250, 0.55);
    background: rgba(24, 24, 40, 0.86);
    color: #f4f3ff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32), 0 0 18px rgba(124, 58, 237, 0.3);
    backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.gravity-chatbot-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 42px;
    width: 18px;
    height: 18px;
    background: rgba(24, 24, 40, 0.86);
    border-right: 1px solid rgba(167, 139, 250, 0.55);
    border-bottom: 1px solid rgba(167, 139, 250, 0.55);
    transform: rotate(45deg);
}

.gravity-chatbot-bubble.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.gravity-chatbot-bubble p {
    margin: 0;
    padding-right: 20px;
    font-size: 0.95rem;
    line-height: 1.42;
    font-weight: 600;
}

.chatbot-bubble-close {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.chatbot-bubble-close:hover {
    background: rgba(255, 255, 255, 0.28);
}

body:not(.dark-mode) .gravity-chatbot-bubble {
    background: rgba(255, 255, 255, 0.92);
    color: #1f2140;
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 10px 26px rgba(79, 70, 229, 0.18), 0 0 14px rgba(96, 165, 250, 0.2);
}

body:not(.dark-mode) .gravity-chatbot-bubble::after {
    background: rgba(255, 255, 255, 0.92);
    border-right-color: rgba(99, 102, 241, 0.4);
    border-bottom-color: rgba(99, 102, 241, 0.4);
}

body:not(.dark-mode) .chatbot-bubble-close {
    background: rgba(79, 70, 229, 0.14);
    color: #312e81;
}

@media (max-width: 768px) {
    .gravity-chatbot-bubble {
        top: 12px;
        right: 12px;
        left: 12px;
        max-width: none;
    }
}

/* New hero container - centered layout */
.hero-container-new {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 0;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.hero-content-new {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content-new .hero-title-gradient {
    text-align: center;
    margin: 0 auto 24px auto;
}

.hero-content-new .hero-subtitle-modern {
    text-align: center;
    margin: 0 auto 32px auto;
}

.hero-content-new .hero-features-list {
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 48px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.hero-content-new .hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero promotional badges */
.hero-promo-badges {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-promo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    border-radius: 16px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    min-width: 140px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.2);
}

.hero-promo-badge:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.hero-promo-badge i {
    font-size: 1.8em;
    margin-bottom: 6px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.hero-promo-badge span {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.hero-promo-badge small {
    font-size: 0.85rem;
    opacity: 0.95;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.hero-promo-badge.trial-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.hero-promo-badge.trial-badge:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.hero-promo-badge.bonus-badge {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
}

.hero-promo-badge.bonus-badge:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

/* New hero container - centered layout */
.hero-container-new {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content-new {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content-new .hero-title-gradient {
    text-align: center;
    margin: 0 auto 24px auto;
}

.hero-content-new .hero-subtitle-modern {
    text-align: center;
    margin: 0 auto 32px auto;
}

.hero-content-new .hero-features-list {
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 48px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.hero-content-new .hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

/* Responsive Design Badge */
.responsive-design-badge {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.responsive-badge-content {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    margin: 0;
}

.responsive-badge-content:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.responsive-devices {
    display: flex;
    align-items: center;
    gap: 12px;
}

.responsive-device-icon {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.responsive-device-icon:hover {
    color: #fff;
    transform: scale(1.1);
}

.responsive-badge-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.responsive-badge-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.responsive-badge-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

/* Light mode contrast fixes for hero badges */
body:not(.dark-mode) .hero-promo-badge {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
    color: #1f2937;
}

body:not(.dark-mode) .hero-chatbot-badge {
    background: rgba(239, 246, 255, 0.95);
    border-color: rgba(59, 130, 246, 0.28);
    color: #1e3a8a;
}

body:not(.dark-mode) .hero-globaldjlist-badge {
    background: rgba(236, 253, 245, 0.95);
    border-color: rgba(16, 185, 129, 0.34);
    color: #065f46;
}

body:not(.dark-mode) .hero-promo-badge-icon {
    background: rgba(15, 23, 42, 0.08);
}

body:not(.dark-mode) .hero-chatbot-badge .hero-promo-badge-icon i {
    color: #2563eb;
}

body:not(.dark-mode) .hero-globaldjlist-badge .hero-promo-badge-icon i {
    color: #059669;
}

body:not(.dark-mode) .hero-promo-badge-title {
    color: inherit;
}

body:not(.dark-mode) .hero-promo-badge-subtitle {
    color: rgba(15, 23, 42, 0.78);
    opacity: 1;
}

/* Light mode contrast fixes for responsive info badge */
body:not(.dark-mode) .responsive-badge-content {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

body:not(.dark-mode) .responsive-badge-content:hover {
    background: rgba(255, 255, 255, 0.97);
}

body:not(.dark-mode) .responsive-device-icon {
    color: #334155;
    filter: none;
}

body:not(.dark-mode) .responsive-badge-title {
    color: #1f2937;
    text-shadow: none;
}

body:not(.dark-mode) .responsive-badge-subtitle {
    color: #475569;
    text-shadow: none;
}

@media (max-width: 768px) {
    .responsive-badge-content {
        padding: 10px 20px;
        gap: 12px;
    }
    
    .responsive-devices {
        gap: 10px;
    }
    
    .responsive-device-icon {
        font-size: 1rem;
    }
    
    .responsive-badge-title {
        font-size: 0.85rem;
    }
    
    .responsive-badge-subtitle {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .responsive-badge-content {
        flex-direction: column;
        padding: 12px 16px;
        gap: 10px;
    }
    
    .responsive-badge-text {
        align-items: center;
        text-align: center;
    }
    
    .responsive-devices {
        gap: 8px;
    }
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}
.hero-content {
    flex: 1.5;
    padding-right: 20px;
}
/* Hero promotional badges */
.hero-promo-badges {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.hero-promo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    border-radius: 16px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    min-width: 140px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.2);
}
.hero-promo-badge:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.hero-promo-badge i {
    font-size: 1.8em;
    margin-bottom: 6px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.hero-promo-badge span {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.hero-promo-badge small {
    font-size: 0.85rem;
    opacity: 0.95;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.hero-promo-badge.trial-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}
.hero-promo-badge.trial-badge:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}
.hero-promo-badge.bonus-badge {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
}
.hero-promo-badge.bonus-badge:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}
/* New promotional section - Modern redesign */
.promo-section-new {
    background: var(--current-bg, #ffffff);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.promo-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.promo-card-new {
    background: var(--current-card-bg, #ffffff);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--current-border, #e5e7eb);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.promo-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a78bfa, #6366f1, #00d4ff);
    opacity: 0;
    transition: opacity 0.3s;
}

.promo-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #a78bfa;
}

.promo-card-new:hover::before {
    opacity: 1;
}

.promo-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #a78bfa, #6366f1);
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(167, 139, 250, 0.3);
    /* No animation - icons should not spin */
}

/* Ensure promo-card-new icons don't have any rotation animation */
.promo-card-new .promo-icon-wrapper {
    animation: none !important;
}

.promo-card-new .promo-icon-wrapper i {
    animation: none !important;
    transform: none !important;
}

.promo-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--current-text, #1f2937);
    margin-bottom: 12px;
}

.promo-card-text {
    font-size: 1rem;
    color: var(--current-text-secondary, #6b7280);
    margin-bottom: 24px;
    line-height: 1.6;
}

.promo-card-details {
    width: 100%;
    margin-bottom: 24px;
}

.promo-detail-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--current-border, #e5e7eb);
}

.promo-detail-item:last-child {
    border-bottom: none;
}

.promo-detail-item span {
    color: var(--current-text-secondary, #6b7280);
}

.promo-detail-item strong {
    color: var(--current-text, #1f2937);
    font-weight: 700;
}

.promo-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.promo-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.promo-card-btn i {
    transition: transform 0.3s;
}

.promo-card-btn:hover i {
    transform: translateX(4px);
}

/* Card variants */
.trial-card .promo-icon-wrapper {
    background: linear-gradient(135deg, #10b981, #059669);
}

.bonus-card .promo-icon-wrapper {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.master-chain-card .promo-icon-wrapper {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.spin-win-card .promo-icon-wrapper {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
}

/* Master Chain Hero Icon - Keep original styling */

.pro-badge-hero-promo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro-badge-hero-promo i {
    color: #ffd700;
    font-size: 0.9rem;
}

.master-chain-btn {
    /* Keep original promo-btn styling - no color changes */
}

.promo-card-features-small {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.promo-feature-small {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    background: rgba(var(--current-primary-rgb, 99, 102, 241), 0.1);
    border-radius: 8px;
    font-size: 0.85rem;
    color: var(--current-text-secondary, #6b7280);
}

.promo-feature-small i {
    color: var(--current-primary, #6366f1);
    font-size: 0.9rem;
}

.pro-badge-small {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(102, 126, 234, 0.15));
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #8b5cf6;
    margin-bottom: 12px;
}

.pro-badge-small i {
    color: #ffd700;
    font-size: 0.7rem;
}

.black-friday-card {
    background: linear-gradient(135deg, #dc2626, #991b1b);
    color: #ffffff;
    border: 2px solid #fbbf24;
}

.black-friday-card .promo-card-title,
.black-friday-card .promo-card-text,
.black-friday-card .promo-detail-item span,
.black-friday-card .promo-detail-item strong {
    color: #ffffff;
}

.black-friday-card .promo-detail-item {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.black-friday-card .promo-card-btn {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1f2937;
}

/* Newsletter form in card */
.newsletter-form-new {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-top: 8px;
}

.newsletter-form-new input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid var(--current-border, #e5e7eb);
    border-radius: 12px;
    font-size: 0.95rem;
    background: var(--current-bg, #ffffff);
    color: var(--current-text, #1f2937);
    transition: border-color 0.3s;
}

.newsletter-form-new input:focus {
    outline: none;
    border-color: #6366f1;
}

.newsletter-submit-btn {
    padding: 12px 20px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.newsletter-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

.newsletter-message-new {
    margin-top: 12px;
    font-size: 0.9rem;
    text-align: center;
    min-height: 20px;
}

.newsletter-message-new.success {
    color: #10b981;
}

.newsletter-message-new.error {
    color: #ef4444;
}

/* Old promotional section - keep for compatibility */
.promo-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0 50px 0;
    margin-top: -48px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.promo-badges-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.promo-badge-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 12px;
    background: #ffffff;
    color: #374151;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    min-width: 280px;
    max-width: 300px;
}
.promo-badge-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.promo-badge-modern.trial-badge {
    background: #f0fdf4;
    border: 1px solid #10b981;
    color: #065f46;
}
.promo-badge-modern.trial-badge i {
    color: #10b981;
    font-size: 1.5rem;
}
.promo-badge-modern.bonus-badge {
    background: #faf5ff;
    border: 1px solid #8b5cf6;
    color: #5b21b6;
}
.promo-badge-modern.bonus-badge i {
    color: #8b5cf6;
    font-size: 1.5rem;
}

/* Black Friday Badge Styles */
.promo-badge-modern.black-friday-badge {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 50%, #7f1d1d 100%);
    border: 2px solid #fbbf24;
    color: #ffffff;
    flex-direction: column;
    gap: 12px;
    min-width: 320px;
    max-width: 350px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4), 0 0 20px rgba(251, 191, 36, 0.3);
    animation: blackFridayPulse 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.promo-badge-modern.black-friday-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(251, 191, 36, 0.1), transparent);
    animation: blackFridayShine 3s ease-in-out infinite;
}

.promo-badge-modern.black-friday-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(220, 38, 38, 0.5), 0 0 30px rgba(251, 191, 36, 0.4);
}

.promo-badge-modern.black-friday-badge i {
    color: #fbbf24;
    font-size: 1.8rem;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.promo-badge-modern.black-friday-badge .promo-title {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.promo-badge-modern.black-friday-badge small {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.black-friday-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e3a8a;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    margin-top: 8px;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.black-friday-cta-btn:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(251, 191, 36, 0.5);
    color: #1e3a8a;
}

.black-friday-cta-btn:active {
    transform: translateY(0);
}

@keyframes blackFridayPulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4), 0 0 20px rgba(251, 191, 36, 0.3);
        border-color: #fbbf24;
    }
    50% {
        box-shadow: 0 4px 30px rgba(220, 38, 38, 0.6), 0 0 30px rgba(251, 191, 36, 0.5);
        border-color: #fcd34d;
    }
}

@keyframes blackFridayShine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

/* Newsletter Badge Styles */
.promo-badge-modern.newsletter-badge {
    background: #eff6ff;
    border: 1px solid #3b82f6;
    color: #1e40af;
    flex-direction: column;
    gap: 12px;
    min-width: 280px;
    max-width: 300px;
    padding: 16px 20px;
}

.promo-badge-modern.newsletter-badge i {
    color: #3b82f6;
    font-size: 1.5rem;
}

.newsletter-form-compact {
    width: 100%;
    margin-top: 8px;
}

.subscription-form-compact {
    display: flex;
    gap: 6px;
    align-items: center;
}

.subscription-form-compact input {
    flex: 1;
    padding: 8px 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    min-width: 0;
}

.subscription-form-compact input:focus {
    outline: none;
    border-color: #fbbf24;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.subscription-form-compact input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.subscribe-btn-compact {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e3a8a;
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

.subscribe-btn-compact:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.subscribe-btn-compact:active {
    transform: translateY(0);
}

.newsletter-message-compact {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    display: none;
}

.newsletter-message-compact.success {
    background: rgba(16, 185, 129, 0.2);
    color: #6ee7b7;
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: block;
}

.newsletter-message-compact.error {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.3);
    display: block;
}

/* Pre-Label Testing Badge Styles */
.promo-badge-modern.pre-label-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border: 1px solid #f59e0b;
    color: #ffffff;
    flex-direction: column;
    gap: 12px;
    min-width: 320px;
    max-width: 350px;
    padding: 20px 24px;
}

.promo-badge-modern.pre-label-badge i {
    color: #ffffff;
    font-size: 1.5rem;
}

.promo-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin-top: 8px;
}

.promo-description strong {
    color: #ffffff;
    font-weight: 700;
}
.promo-text {
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
}
.promo-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: inherit;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}
.promo-badge-modern small {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.hero-title-gradient {
    font-size: 4.2rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    background: linear-gradient(90deg, #ffffff 0%, #a78bfa 50%, #6366f1 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    color: transparent !important;
    text-shadow: 0 4px 24px #764ba244;
    line-height: 1.1;
}
.hero-subtitle-modern {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 36px;
    color: #e2e8f0;
    line-height: 1.6;
    max-width: 520px;
}
.hero-subtitle-modern strong {
    color: #ffe066;
    font-weight: 600;
}
.hero-highlight {
    color: #ffe066;
    background: #764ba2;
    border-radius: 8px;
    padding: 0.1em 0.5em;
    font-weight: 700;
}
.hero-features-list {
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-top: 0;
    justify-content: center;
}
.hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 1.05rem;
}
.hero-feature i {
    font-size: 1.2em;
    color: #ffe066;
    min-width: 20px;
}
.hero-badges {
    margin: 18px 0 32px 0;
}
.badge {
    display: inline-block;
    background: #fff7cc;
    color: #764ba2;
    font-weight: 700;
    border-radius: 16px;
    padding: 6px 18px;
    margin-right: 10px;
    font-size: 1.05rem;
    box-shadow: 0 2px 8px #ffe06633;
}
.btn-hero-gradient {
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #a78bfa 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 16px 38px;
    border-radius: 16px;
    box-shadow: 0 4px 24px #4b206744;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    display: inline-block;
}
.btn-hero-gradient:hover {
    background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 50%, #a78bfa 100%);
    box-shadow: 0 8px 32px rgba(79,70,229,0.6);
}
.hero-visual {
    flex: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    max-width: none !important;
}
.hero-image-modern {
    max-width: 340px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 4px 32px #a78bfa55;
}

/* Responsive styles */
/* Responsive styles for new design */
@media (max-width: 1024px) {
    .promo-grid-new {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .hero-section-modern {
        padding: 60px 0 40px 0;
    }
    
    .hero-content-new {
        padding: 0 20px;
    }
    
    .hero-content-new .hero-features-list {
        flex-direction: row;
        gap: 24px;
    }
    
    .promo-grid-new {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 16px;
    }
    
    .promo-card-new {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .hero-section-modern {
        padding: 40px 0 30px 0;
    }
    
    .hero-title-gradient {
        font-size: 2.5rem;
    }
    
    .hero-subtitle-modern {
        font-size: 1.1rem;
    }
    
    .promo-card-new {
        padding: 20px;
    }
    
    .promo-icon-wrapper {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
    
    .promo-card-title {
        font-size: 1.3rem;
    }
    
    .call-to-action-section-modern {
        padding: 1.25rem 0.9rem;
        border-radius: 18px;
        margin: 1rem auto 0;
        width: calc(100% - 32px);
        max-width: 100%;
    }
    
    .cta-title {
        font-size: 1.35rem;
    }
    
    .cta-subtitle {
        font-size: 0.88rem;
    }
    
    .cta-icon-wrapper {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
    
    /* Fix wrapper div for small mobile */
    div[style*="max-width: 1200px"] {
        padding: 0 16px !important;
        margin: 0 auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}
/* Features + prediction — compact home bands */
.home-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-align: center;
    font-size: clamp(1.12rem, 1.35vw + 0.9rem, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 auto 0.9rem;
    line-height: 1.25;
    color: var(--current-text, #f8fafc);
}

.home-section-title::before {
    content: '';
    width: 3px;
    height: 1.05em;
    border-radius: 3px;
    background: linear-gradient(180deg, #a78bfa, #6366f1);
    flex-shrink: 0;
}

.home-section-title--amber::before {
    background: linear-gradient(180deg, #fbbf24, #a78bfa);
}

.features-section-modern {
    background: none;
    padding: 1.75rem 0 1rem;
}

.features-title {
    text-align: center;
    margin-bottom: 0.65rem;
    color: var(--current-text, #e2e8ff);
}

.features-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.feature-card-modern {
    background: var(--current-card-bg, #23234a);
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    padding: 1.1rem 1rem 1rem;
    min-width: 0;
    max-width: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
}

.feature-card-modern:hover {
    box-shadow: 0 10px 28px rgba(124, 140, 255, 0.18);
    transform: translateY(-2px);
}

.feature-icon-modern {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 0 0.6rem 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #a78bfa 0%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.28);
}

.feature-card-modern h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    color: #fff;
    line-height: 1.25;
}

.feature-card-modern p {
    color: #e0d6f7;
    line-height: 1.45;
    font-size: 0.88rem;
    margin: 0;
}

/* Prediction modern */
.hit-prediction-section-modern {
    background: none;
    padding: 1rem 0 1.25rem;
}

.prediction-title {
    text-align: center;
    margin-bottom: 0.45rem;
    color: var(--current-text, #fef3c7);
}

.prediction-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.prediction-card-modern {
    background: var(--current-card-bg, #23234a);
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    padding: 1.1rem 1rem 1rem;
    min-width: 0;
    max-width: none;
    color: #fff;
    margin-bottom: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.prediction-card-modern:hover {
    box-shadow: 0 10px 28px rgba(251, 191, 36, 0.15);
    transform: translateY(-2px);
}

.prediction-icon-modern {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    margin: 0 0 0.6rem 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #fde68a 0%, #a78bfa 100%);
    color: #1e1b4b;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.2);
}

.prediction-card-modern h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    color: #fff;
    line-height: 1.25;
}

.prediction-card-modern p {
    color: #e0d6f7;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}
/* CTA modern - compact band */
.call-to-action-section-modern {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3a 50%, #23234a 100%);
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1rem, 3vw, 1.75rem);
    margin: 1.75rem 0 0;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.call-to-action-section-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.1) 0%, transparent 70%);
    animation: ctaGlow 6s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes ctaGlow {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

.cta-content-wrapper {
    position: relative;
    z-index: 1;
}

.cta-icon-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.65rem;
    font-size: 1.45rem;
    background: linear-gradient(135deg, #a78bfa, #6366f1);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(167, 139, 250, 0.35);
    animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 24px rgba(167, 139, 250, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 32px rgba(167, 139, 250, 0.6);
    }
}

.cta-title {
    font-size: clamp(1.25rem, 1.5vw + 0.85rem, 1.85rem);
    font-weight: 800;
    margin: 0 0 0.35rem;
    background: linear-gradient(135deg, #ffffff, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cta-subtitle {
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 0.5rem;
    font-size: clamp(0.88rem, 0.35vw + 0.8rem, 0.98rem);
    line-height: 1.5;
    font-weight: 500;
}

.cta-subtitle strong {
    color: #ffe066;
    font-weight: 700;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 0.65rem;
    margin-top: 0;
    padding-top: 0.75rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
}

.cta-btn-primary,
.cta-btn-secondary,
.cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 1.1rem;
    min-height: 2.65rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    flex: 0 1 auto;
    max-width: 100%;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff !important;
    border: 1px solid transparent;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}

.cta-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(99, 102, 241, 0.45);
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
}

.cta-btn-secondary:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
}

.cta-btn-outline {
    background: rgba(255, 255, 255, 0.04);
    color: #e9d5ff !important;
    border: 1px solid rgba(167, 139, 250, 0.65);
}

.cta-btn-outline:hover {
    transform: translateY(-1px);
    background: rgba(167, 139, 250, 0.15);
    border-color: #c4b5fd;
    color: #f5f3ff !important;
}

.cta-btn-primary:focus-visible,
.cta-btn-secondary:focus-visible,
.cta-btn-outline:focus-visible {
    outline: 2px solid #c4b5fd;
    outline-offset: 2px;
}

body:not(.dark-mode) .cta-btn-primary:focus-visible,
body:not(.dark-mode) .cta-btn-secondary:focus-visible,
body:not(.dark-mode) .cta-btn-outline:focus-visible {
    outline-color: #6366f1;
}

.cta-btn-primary i,
.cta-btn-secondary i,
.cta-btn-outline i {
    font-size: 1rem;
    flex-shrink: 0;
}

@media (min-width: 769px) {
    .call-to-action-section-modern .cta-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .call-to-action-section-modern .cta-btn-primary,
    .call-to-action-section-modern .cta-btn-secondary,
    .call-to-action-section-modern .cta-btn-outline {
        flex: 0 1 auto;
        width: auto;
        max-width: none;
    }
}
.btn-secondary-modern {
    background: #fff;
    color: #764ba2;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 16px 38px;
    border-radius: 16px;
    box-shadow: 0 4px 24px #6366f155;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background, box-shadow;
    display: inline-block;
}
.btn-secondary-modern:hover {
    background: #e0e7ff;
    color: #23234a;
    box-shadow: 0 8px 32px #4b206780;
}
@media (min-width: 1200px) {
    .hero-title-gradient {
        font-size: 4.8rem;
    }
    .hero-subtitle-modern {
        font-size: 1.6rem;
        max-width: 580px;
    }
    .hero-container {
        gap: 100px;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .hero-promo-badges {
        justify-content: center;
        gap: 12px;
    }
    .hero-title-gradient {
        font-size: 3.2rem;
    }
    .hero-subtitle-modern {
        font-size: 1.3rem;
        max-width: 100%;
    }
    .hero-promo-badge {
        min-width: 120px;
        padding: 10px 16px;
    }
    .promo-badges-row {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .promo-badge-modern {
        min-width: 260px;
        max-width: 300px;
        padding: 16px 20px;
    }
    .promo-badge-modern i {
        font-size: 2rem !important;
    }
    .promo-title {
        font-size: 1.2rem;
    }
    .promo-badge-modern small {
        font-size: 0.95rem;
    }
    .features-grid-modern,
    .prediction-grid-modern {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }
    .feature-card-modern, .prediction-card-modern {
        max-width: 100%;
        min-width: 0;
    }
    .features-intro-grid {
        grid-template-columns: 1fr !important;
        gap: 0.45rem !important;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .features-intro-grid {
            grid-template-columns: repeat(2, 1fr) !important;
        }
        .features-intro-item[style*="grid-column: 2 / 3"] {
            grid-column: 1 / -1 !important;
            max-width: 100% !important;
        }
    }
    .features-intro-item {
        padding: 0.55rem 0.6rem !important;
    }
    
    /* Newsletter badge responsive */
    .promo-badge-modern.newsletter-badge {
        min-width: 260px;
        max-width: 300px;
        gap: 12px;
    }
    
    /* Black Friday badge responsive */
    .promo-badge-modern.black-friday-badge {
        min-width: 260px;
        max-width: 300px;
        gap: 12px;
    }
    
    .black-friday-cta-btn {
        width: 100%;
        justify-content: center;
    }
    
    .subscription-form-compact {
        flex-direction: column;
        gap: 12px;
    }
    
    .subscribe-btn-compact {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .hero-section-modern {
        padding: 40px 0 20px 0;
        border-radius: 0;
    }
    .hero-container-new {
        border-radius: 0;
    }
    .promo-section {
        margin-top: -24px;
        padding: 60px 0 40px 0;
    }
    .promo-badges-row {
        gap: 20px;
        padding: 0 16px;
    }
    .promo-badge-modern {
        min-width: 280px;
        max-width: 320px;
        padding: 18px 24px;
        gap: 14px;
    }
    .promo-badge-modern i {
        font-size: 1.8rem !important;
    }
    .promo-title {
        font-size: 1.1rem;
    }
    .promo-badge-modern small {
        font-size: 0.9rem;
    }
    .hero-title-gradient {
        font-size: 2.1rem;
    }
    .features-section-modern {
        padding: 0.85rem 0 0.5rem;
    }
    .features-intro-grid {
        grid-template-columns: 1fr !important;
        gap: 0.45rem !important;
        padding: 0 0.75rem !important;
    }
    .features-intro-item {
        padding: 0.5rem 0.55rem !important;
    }
    .features-intro-item[style*="grid-column"] {
        grid-column: 1 !important;
        max-width: 100% !important;
    }
    .call-to-action-section-modern {
        padding: 1.2rem 0.85rem;
        border-radius: 18px;
        margin: 1rem auto 0;
        width: calc(100% - 32px);
        max-width: 100%;
    }
    
    .cta-title {
        font-size: 1.3rem;
    }
    
    .cta-subtitle {
        font-size: 0.86rem;
    }
    
    .cta-icon-wrapper {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
        padding-top: 0.65rem;
    }
    
    .cta-btn-primary,
    .cta-btn-secondary,
    .cta-btn-outline {
        width: 100%;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        padding: 0.65rem 1rem;
        white-space: normal;
        text-align: center;
    }
    
    /* Fix wrapper div for mobile - center alignment */
    div[style*="max-width: 1200px"] {
        padding: 0 16px !important;
        margin: 0 auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}
/* --- PERFORMANCE OPTIMIZATIONS --- */
.feature-card-modern,
.prediction-card-modern,
.btn-secondary-modern {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

/* --- LIGHT MODE KÁRTYÁK JAVÍTÁSA --- */
body:not(.dark-mode) .feature-card-modern,
body:not(.dark-mode) .prediction-card-modern {
    background: #f4f4ff;
    color: #23234a;
}
body:not(.dark-mode) .feature-card-modern h3,
body:not(.dark-mode) .prediction-card-modern h3 {
    color: #23234a;
}
body:not(.dark-mode) .feature-card-modern p,
body:not(.dark-mode) .prediction-card-modern p {
    color: #444;
}
body:not(.dark-mode) .feature-icon-modern,
body:not(.dark-mode) .prediction-icon-modern {
    background: #e0e7ff;
    color: #6366f1;
}
body.dark-mode .btn-hero-gradient {
    background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 50%, #8b5cf6 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 24px #4b206744;
}
body.dark-mode .btn-hero-gradient:hover {
    background: linear-gradient(90deg, #4338ca 0%, #6d28d9 50%, #8b5cf6 100%) !important;
    box-shadow: 0 8px 32px #4b206780;
}
/* Dark mode for promo section */
body.dark-mode .promo-section {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}
body.dark-mode .promo-badge-modern.trial-badge {
    background: linear-gradient(135deg, #065f46 0%, #047857 30%, #059669 70%, #10b981 100%);
    border: 3px solid #059669;
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.5), 0 0 0 1px rgba(16, 185, 129, 0.3);
}
body.dark-mode .promo-badge-modern.bonus-badge {
    background: linear-gradient(135deg, #5b21b6 0%, #6d28d9 30%, #7c3aed 70%, #8b5cf6 100%);
    border: 3px solid #7c3aed;
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.5), 0 0 0 1px rgba(139, 92, 246, 0.3);
}

body.dark-mode .promo-badge-modern.newsletter-badge {
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 30%, #3b82f6 70%, #60a5fa 100%);
    border: 3px solid #3b82f6;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.5), 0 0 0 1px rgba(59, 130, 246, 0.3);
}

body.dark-mode .promo-badge-modern.black-friday-badge {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 50%, #7f1d1d 100%);
    border: 2px solid #fbbf24;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.6), 0 0 20px rgba(251, 191, 36, 0.5);
}

body.dark-mode .subscription-form-compact input {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

body.dark-mode .subscription-form-compact input:focus {
    border-color: #fbbf24;
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.4);
    background: rgba(0, 0, 0, 0.3);
}

body.dark-mode .subscription-form-compact input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .promo-title {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
body.dark-mode .promo-badge-modern small {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Promotional Cards Animations */
@keyframes promoGlow {
    0%, 100% {
        box-shadow: 0 8px 32px rgba(16, 185, 129, 0.3), 0 0 0 1px rgba(16, 185, 129, 0.1);
    }
    50% {
        box-shadow: 0 12px 40px rgba(16, 185, 129, 0.5), 0 0 0 1px rgba(16, 185, 129, 0.2);
    }
}

.promo-badge-modern.bonus-badge {
    animation: bonusGlow 4s ease-in-out infinite !important;
}

@keyframes bonusGlow {
    0%, 100% {
        box-shadow: 0 8px 32px rgba(139, 92, 246, 0.3), 0 0 0 1px rgba(139, 92, 246, 0.1);
    }
    50% {
        box-shadow: 0 12px 40px rgba(139, 92, 246, 0.5), 0 0 0 1px rgba(139, 92, 246, 0.2);
    }
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-4px) rotate(5deg);
    }
}

@keyframes iconSpin {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(5deg) scale(1.05);
    }
    50% {
        transform: rotate(-5deg) scale(1);
    }
    75% {
        transform: rotate(3deg) scale(1.02);
    }
}
@media (min-width: 1025px) {
    .logo h1 {
        font-size: 2.1em;
    }
}
@media (max-width: 1155px) {
    .main-nav {
        display: none !important;
    }
    .mobile-menu-fab {
        display: flex !important;
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        border-radius: 18px !important;
    }
}
@media (min-width: 1156px) {
    .main-nav {
        display: flex !important;
    }
    .mobile-menu-fab {
        display: none !important;
    }
}


/* —— Home refresh: hero depth (aligned with How It Works / About) —— */
.hero-section-modern {
    padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(3rem, 6vw, 4.5rem);
    background:
        radial-gradient(900px 520px at 0% 0%, rgba(236, 72, 153, 0.18), transparent 55%),
        radial-gradient(720px 420px at 100% 0%, rgba(124, 140, 255, 0.22), transparent 48%),
        radial-gradient(680px 440px at 50% 100%, rgba(50, 216, 255, 0.12), transparent 52%),
        linear-gradient(155deg, #0c0e1c 0%, #12182a 45%, #0a0d18 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

body:not(.dark-mode) .hero-section-modern {
    background:
        radial-gradient(900px 520px at 0% 0%, rgba(236, 72, 153, 0.1), transparent 55%),
        radial-gradient(720px 420px at 100% 0%, rgba(124, 140, 255, 0.15), transparent 48%),
        linear-gradient(165deg, #f2f4ff 0%, #e4e9ff 52%, #e7fbf7 100%) !important;
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
    border-bottom-color: rgba(15, 23, 42, 0.06);
}

.hero-title-gradient {
    font-size: clamp(2.1rem, 4vw + 1rem, 4.2rem) !important;
    max-width: min(42rem, 100%);
    margin-left: auto !important;
    margin-right: auto !important;
}

.hero-subtitle-modern {
    max-width: 36rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Promo cards: subtle hiw-style hover ring */
.promo-card-new:hover {
    border-color: rgba(124, 140, 255, 0.45);
    box-shadow: 0 18px 48px rgba(124, 140, 255, 0.12);
}

/* Master Chain strip: depth instead of flat purple */
.spin-win-promo-card {
    background:
        radial-gradient(800px 360px at 0% 0%, rgba(124, 140, 255, 0.35), transparent 55%),
        radial-gradient(600px 280px at 100% 100%, rgba(236, 72, 153, 0.25), transparent 50%),
        linear-gradient(155deg, #1a1033 0%, #12182a 50%, #0d1528 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body:not(.dark-mode) .spin-win-promo-card {
    background:
        radial-gradient(800px 360px at 0% 0%, rgba(124, 140, 255, 0.2), transparent 55%),
        radial-gradient(600px 280px at 100% 100%, rgba(236, 72, 153, 0.12), transparent 50%),
        linear-gradient(165deg, #ffffff 0%, #f3f4ff 100%) !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

body:not(.dark-mode) .promo-text-content {
    color: #0f172a;
}

body:not(.dark-mode) .promo-title,
body:not(.dark-mode) .promo-description {
    color: inherit;
}

body:not(.dark-mode) .pro-badge-hero-promo {
    background: rgba(99, 102, 241, 0.14);
    border-color: rgba(99, 102, 241, 0.32);
    color: #312e81;
}

body:not(.dark-mode) .pro-badge-hero-promo i {
    color: #f59e0b;
}

body:not(.dark-mode) .promo-micro-punchline {
    color: #b45309 !important;
}

.promo-micro-punchline {
    font-size: 0.95rem;
    margin-top: 12px;
    font-style: italic;
    color: #fde68a;
}

body:not(.dark-mode) .promo-btn {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
}

/* Features intro grid — tight */
.features-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 0 auto 1rem;
    max-width: 1440px;
    padding: 0 1rem;
    box-sizing: border-box;
    align-items: stretch;
}

.features-intro-item {
    text-align: center;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    border: 1px solid var(--current-border, rgba(167, 139, 250, 0.2));
    background: var(--current-card-bg, rgba(167, 139, 250, 0.06));
}

.features-intro-item--accent {
    border-color: rgba(251, 191, 36, 0.35);
    background: rgba(251, 191, 36, 0.08);
}

.features-intro-item--accent .features-intro-text {
    color: var(--current-text);
    font-weight: 600;
}

.features-intro-item--wide {
    grid-column: 2 / 3;
    max-width: 600px;
    margin: 0 auto;
}

.features-intro-text {
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0;
    color: var(--current-text-secondary);
}

.features-intro-item--emphasis .features-intro-text {
    color: var(--current-text);
}

.features-intro-item--quote {
    grid-column: 1 / -1;
    max-width: 40rem;
    margin: 0 auto;
    width: 100%;
}

.features-intro-item--quote .features-intro-text {
    font-style: italic;
    color: var(--current-text-secondary);
}

@media (max-width: 900px) {
    .features-grid-modern,
    .prediction-grid-modern {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .features-grid-modern,
    .prediction-grid-modern {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .features-intro-grid {
        grid-template-columns: 1fr;
    }

    .features-intro-item--quote {
        max-width: none;
    }
}

.hit-prediction-section-modern .section-subtitle,
.home-prediction-lead {
    color: var(--current-text-secondary);
    text-align: center;
    margin: 0 auto 0.9rem;
    max-width: 38rem;
    line-height: 1.45;
    font-size: 0.92rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

.home-features-grid {
    margin-top: 0.55rem;
}

.feature-card-modern h3,
.prediction-card-modern h3 {
    color: var(--current-text) !important;
}

.feature-card-modern p,
.prediction-card-modern p {
    color: var(--current-text-secondary) !important;
}

.feature-card-modern,
.prediction-card-modern {
    border: 1px solid var(--current-border);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    color: var(--current-text);
}

body.dark-mode .feature-card-modern,
body.dark-mode .prediction-card-modern {
    background: var(--current-card-bg);
}

/* Bottom CTA shell — light theme card (compact; base CTA rules above) */
.cta-content-wrapper {
    max-width: 36rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.cta-buttons {
    width: 100%;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
}

body:not(.dark-mode) .cta-buttons {
    border-top-color: rgba(15, 23, 42, 0.08);
}

body:not(.dark-mode) .call-to-action-section-modern {
    background:
        radial-gradient(900px 420px at 0% 0%, rgba(236, 72, 153, 0.1), transparent 52%),
        radial-gradient(700px 300px at 100% 0%, rgba(124, 140, 255, 0.15), transparent 48%),
        linear-gradient(165deg, #f8fafc 0%, #eef2ff 100%);
    color: #0f172a;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

body:not(.dark-mode) .cta-title {
    background: linear-gradient(90deg, #1e1b4b, #4f46e5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body:not(.dark-mode) .cta-subtitle {
    color: rgba(15, 23, 42, 0.7);
}

body:not(.dark-mode) .cta-btn-secondary {
    color: #0f172a !important;
    border-color: rgba(15, 23, 42, 0.18);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

body:not(.dark-mode) .cta-btn-secondary:hover {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.28);
}

body:not(.dark-mode) .cta-btn-outline {
    color: #4338ca !important;
    border-color: #6366f1;
    background: rgba(255, 255, 255, 0.95);
}

body:not(.dark-mode) .cta-btn-outline:hover {
    background: #eef2ff;
    border-color: #4f46e5;
    color: #3730a3 !important;
}

body:not(.dark-mode) .cta-btn-primary {
    color: #ffffff !important;
}

/* Layout wrapper replaces inline style */
.home-cta-shell {
    max-width: 1440px;
    margin: 1rem auto 0;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.spin-win-promo-wrapper.home-master-promo {
    max-width: 1440px;
    margin: -1.25rem auto 1.75rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

/* Master Chain strip — tighter */
.spin-win-promo-wrapper.home-master-promo .spin-win-promo-card {
    padding: 1.15rem 1.2rem;
    border-radius: 18px;
}

.spin-win-promo-wrapper.home-master-promo .promo-card-content {
    gap: 1rem 1.15rem;
    align-items: center;
}

.spin-win-promo-wrapper.home-master-promo .promo-icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 1.55rem;
    border-radius: 14px;
}

.spin-win-promo-wrapper.home-master-promo .promo-title {
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
}

.spin-win-promo-wrapper.home-master-promo .promo-description {
    font-size: 0.9rem;
    line-height: 1.45;
    margin-bottom: 0.5rem;
}

.spin-win-promo-wrapper.home-master-promo .pro-badge-hero-promo {
    padding: 0.35rem 0.85rem;
    font-size: 0.72rem;
    margin-bottom: 0.5rem;
}

.spin-win-promo-wrapper.home-master-promo .promo-features {
    gap: 0.5rem 0.75rem;
}

.spin-win-promo-wrapper.home-master-promo .promo-feature {
    padding: 0.35rem 0.65rem;
    font-size: 0.78rem;
    border-radius: 999px;
}

.spin-win-promo-wrapper.home-master-promo .promo-btn {
    padding: 0.62rem 1rem;
    font-size: 0.88rem;
    min-height: 2.6rem;
    box-sizing: border-box;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .spin-win-promo-wrapper.home-master-promo .promo-card-content {
        flex-direction: column;
        text-align: center;
    }

    .spin-win-promo-wrapper.home-master-promo .promo-action {
        width: 100%;
    }

    .spin-win-promo-wrapper.home-master-promo .promo-btn {
        width: 100%;
        max-width: 22rem;
        margin: 0 auto;
    }
}
