/*
 * Homepage Styles
 */

:root {
    --mw-gold: #D4AF37;
    --mw-gold-soft: #B8960F;
    --mw-cream: #F5D76E;
    --mw-bronze: #8B7335;
    --mw-bronze-soft: #B8960F;
    --mw-gold-glow: rgba(212, 175, 55, 0.32);
    --mw-surface: #0A0A12;
    --mw-surface-alt: #1A1630;
    --mw-surface-card: rgba(10, 10, 18, 0.92);
}

.mw-homepage {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 24%),
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 26%),
        radial-gradient(circle at 50% 0%, rgba(248, 249, 250, 0.06), transparent 32%),
        linear-gradient(180deg, #0A0A12 0%, #0A0A12 55%, #0A0A12 100%);
}

.mw-homepage::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 15%, rgba(212, 175, 55, 0.5) 0, rgba(212, 175, 55, 0) 2px),
        radial-gradient(circle at 80% 20%, rgba(248, 249, 250, 0.22) 0, rgba(248, 249, 250, 0) 2px),
        radial-gradient(circle at 30% 60%, rgba(212, 175, 55, 0.35) 0, rgba(212, 175, 55, 0) 2px),
        radial-gradient(circle at 70% 85%, rgba(26, 22, 48, 0.24) 0, rgba(26, 22, 48, 0) 2px);
    background-size: 260px 260px, 320px 320px, 340px 340px, 380px 380px;
    opacity: 0.55;
}

.mw-home-section {
    position: relative;
    padding: 84px 0;
}

.mw-home-section--panel {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}

.mw-home-section--striped::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        transparent;
    pointer-events: none;
}

.mw-home-section > .container,
.mw-home-hero > .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.mw-home-section > .container::before,
.mw-home-hero > .container::before {
    content: none;
}

.mw-home-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.mw-home-heading h2,
.mw-home-hero__title,
.mw-home-final-cta h2 {
    color: #fff;
    text-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
    letter-spacing: 0.02em;
}

.mw-home-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin-bottom: 14px;
}

.mw-home-heading p,
.mw-home-hero__subtitle,
.mw-home-hero__microcopy,
.mw-home-final-cta p {
    color: var(--mw-cream);
    font-size: 1rem;
    line-height: 1.8;
    text-shadow: 0 0 12px rgba(212, 175, 55, 0.15);
}

.mw-home-heading__text,
.mw-home-hero__microcopy,
.mw-home-card__text,
.mw-home-game-card__text,
.mw-home-testimonial__text,
.mw-home-news-card__text,
.mw-home-final-cta__text {
    color: var(--mw-cream);
    font-size: 1rem;
    line-height: 1.8;
    text-shadow: 0 0 12px rgba(212, 175, 55, 0.15);
}

.mw-home-heading__text p,
.mw-home-hero__microcopy p,
.mw-home-card__text p,
.mw-home-game-card__text p,
.mw-home-testimonial__text p,
.mw-home-news-card__text p,
.mw-home-final-cta__text p {
    margin: 0;
}

.mw-home-heading__text p + p,
.mw-home-hero__microcopy p + p,
.mw-home-card__text p + p,
.mw-home-game-card__text p + p,
.mw-home-testimonial__text p + p,
.mw-home-news-card__text p + p,
.mw-home-final-cta__text p + p {
    margin-top: 12px;
}

.mw-home-kicker,
.mw-home-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0.03));
    color: var(--mw-cream);
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.15);
}

.mw-home-hero {
    position: relative;
    padding: 120px 0 100px;
    text-align: center;
    border-bottom: 0;
}

.mw-home-hero__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.mw-home-hero__title {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 1.1;
    margin: 20px 0 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #D4AF37;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.7), 0 0 30px rgba(212, 175, 55, 0.4);
}

.mw-home-hero__subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    opacity: 0.95;
}

.mw-home-hero__microcopy {
    max-width: 700px;
    margin: 0 auto 40px;
    color: #f8f9fa;
    font-size: 1.1rem;
    opacity: 0.8;
}

.mw-home-hero__actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.mw-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 32px;
    border-radius: 50px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    margin: 10px; /* Prevent attachment to other elements */
}

.mw-home-btn--primary {
    background: #D4AF37;
    color: #0A0A12;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4), 0 0 15px rgba(245, 215, 110, 0.2), 0 8px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #1A1630;
}

.mw-home-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.7), 0 0 25px rgba(245, 215, 110, 0.3), 0 12px 20px rgba(0, 0, 0, 0.4);
    filter: brightness(1.1);
}

/* Shimmer Effect */
.mw-home-btn--primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right, 
        transparent 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        transparent 100%
    );
    transform: skewX(-25deg);
    transition: 0s;
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -150%; }
    30% { left: 150%; }
    100% { left: 150%; }
}

.mw-home-btn--secondary {
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.15), 0 8px 15px rgba(0, 0, 0, 0.3);
}

.mw-home-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3), 0 12px 20px rgba(0, 0, 0, 0.4);
}

.mw-home-hero__trust-badges {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.trust-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
    transition: border-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.trust-pill:hover {
    border-color: rgba(212, 175, 55, 0.5);
}

.mw-home-hero__glow {
    position: absolute;
    top: 50%;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    filter: blur(60px);
    opacity: 0.42;
    transform: translateY(-50%);
    pointer-events: none;
}

.mw-home-hero__glow--left {
    left: -70px;
    background: rgba(26, 22, 48, 0.26);
}

.mw-home-hero__glow--right {
    right: -70px;
    background: rgba(212, 175, 55, 0.26);
}

.mw-home-feature-grid,
.mw-home-reason-grid,
.mw-home-news-grid {
    display: grid;
    gap: 24px;
}

.mw-home-feature-grid,
.mw-home-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mw-home-reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mw-home-steps {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    position: relative;
    margin: 60px 0;
    z-index: 1;
}

.mw-home-steps::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
    z-index: -1;
    opacity: 0.5;
}

.mw-home-card--step {
    flex: 1;
    position: relative;
    background: rgba(10, 10, 18, 0.4) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    padding: 40px 30px;
    border-radius: 24px !important;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mw-home-card--step:hover {
    transform: translateY(-10px);
    border-color: #D4AF37 !important;
    background: rgba(10, 10, 18, 0.6) !important;
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
}

.mw-home-card--step .mw-home-card__eyebrow {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #D4AF37 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    box-shadow: 0 0 20px #D4AF37;
    border: 3px solid #0A0A12;
    z-index: 2;
}

.mw-home-card--step h3 {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 15px;
}

.mw-home-card--step .mw-home-card__text {
    font-size: 0.95rem;
    color: #fff;
    opacity: 0.8;
    line-height: 1.6;
}

.mw-home-center-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1024px) {
    .mw-home-steps {
        flex-direction: column;
        gap: 60px;
    }
    .mw-home-steps::before {
        display: none;
    }
}

.mw-home-card,
.mw-home-game-card,
.mw-home-category-card,
.mw-home-testimonial,
.mw-home-news-card,
.mw-home-final-cta {
    background: rgba(10, 10, 18, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

/* PREMIUM LUXURY DESIGN - ONLY FOR BENEFITS SECTION */
.mw-home-card--feature {
    background: rgba(10, 10, 18, 0.4) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
    padding: 40px 30px !important;
    overflow: hidden;
}

.mw-home-card--feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    background-size: 200% auto;
    animation: goldShimmer 3s linear infinite;
}

@keyframes goldShimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* Focal Point: Center card pop - ONLY for feature grid */
.mw-home-feature-grid article:nth-child(2) {
    transform: scale(1.05) !important;
    border-color: rgba(212, 175, 55, 0.8) !important;
    box-shadow: 0 30px 60px rgba(212, 175, 55, 0.3) !important;
    z-index: 2;
}

.mw-home-card:hover,
.mw-home-game-card:hover,
.mw-home-category-card:hover,
.mw-home-testimonial:hover,
.mw-home-news-card:hover {
    transform: translateY(-5px);
    border-color: #D4AF37;
    background: rgba(10, 10, 18, 0.8);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.3);
}

.mw-home-card--feature h3 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    background: linear-gradient(to bottom, #ffffff 0%, var(--mw-gold, #D4AF37) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
}

.mw-home-card h3,
.mw-home-game-card h3,
.mw-home-category-card h3,
.mw-home-testimonial h3,
.mw-home-news-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.mw-home-card p,
.mw-home-game-card p,
.mw-home-category-card p,
.mw-home-testimonial p,
.mw-home-news-card p {
    color: var(--mw-cream);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.85;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.1);
}

.mw-home-card--feature .mw-home-card__spark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37 0%, #1A1630 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.mw-home-card__eyebrow {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.45);
    color: var(--mw-gold);
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
}

.mw-home-card__spark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 12px;
    background:
        radial-gradient(circle at center, rgba(212, 175, 55, 0.55), rgba(212, 175, 55, 0.04) 65%),
        linear-gradient(180deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0));
    border: 1px solid rgba(212, 175, 55, 0.26);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

.mw-home-card__icon {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.mw-home-card__inline-cta {
    display: inline-flex;
    margin-top: 16px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mw-home-game-grid,
.mw-home-category-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mw-home-editor-content {
    max-width: 980px;
    margin: 44px auto 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
}

.mw-home-editor-content > * {
    margin: 0;
}

.mw-home-editor-content > * + * {
    margin-top: 16px;
}

.mw-home-editor-content h2,
.mw-home-editor-content h3,
.mw-home-editor-content h4 {
    color: var(--mw-cream);
}

.mw-home-editor-content a {
    color: #fff;
}

.mw-home-editor-content a:hover {
    color: #fff0b8;
}

.mw-home-game-card,
.mw-home-category-card {
    overflow: hidden;
}

.mw-home-game-card__media,
.mw-home-category-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    background: rgba(212, 175, 55, 0.06);
}

.mw-home-game-card__media-link {
    color: inherit;
}

.mw-home-game-card__media img,
.mw-home-category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mw-home-game-card__placeholder,
.mw-home-category-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 40%),
        linear-gradient(180deg, rgba(10, 10, 18, 0.88), rgba(10, 10, 18, 0.95));
}

.mw-home-game-card__tag {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 0;
    background: #D4AF37;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mw-home-game-card__body,
.mw-home-category-card__body {
    padding: 22px;
}

.mw-home-game-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.mw-home-game-card__body .mw-home-btn {
    width: 100%;
    max-width: 260px;
    margin-top: 10px;
}

/* News Card Media - Premium */
.mw-home-news-card {
    padding: 0 !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 8px !important;
}

.mw-home-news-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: rgba(212, 175, 55, 0.08);
}

.mw-home-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mw-home-news-card:hover .mw-home-news-card__media img {
    transform: scale(1.08);
}

.mw-home-news-card__category {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    padding: 5px 12px;
    background: #D4AF37;
    color: #0A0A12;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.mw-home-news-card__body {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mw-home-game-card__title-link {
    color: inherit;
}

.mw-home-game-card__title-link:hover {
    color: #fff;
}

.mw-home-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 0;
    background: linear-gradient(180deg, #D4AF37 0%, #1A1630 56%, #D4AF37 100%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.88rem;
    box-shadow: 0 12px 24px rgba(212, 175, 55, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mw-home-text-link:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 14px 30px rgba(212, 175, 55, 0.2);
}

.mw-home-testimonial {
    padding: 32px 28px;
    position: relative;
    overflow: hidden !important;
    background: linear-gradient(135deg, rgba(10, 10, 18, 0.5), rgba(26, 22, 48, 0.3)) !important;
    border-radius: 8px !important;
}

.mw-home-testimonial::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #D4AF37;
    border-radius: 4px 0 0 4px;
}

.mw-home-testimonial::before {
    content: '\201C';
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 5rem;
    line-height: 1;
    color: rgba(212, 175, 55, 0.2);
    font-family: Georgia, serif;
    pointer-events: none;
}

.mw-home-testimonial__top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.mw-home-testimonial__avatar {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37, #1A1630);
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    flex-shrink: 0;
}

.mw-home-testimonial__top h3 {
    margin: 0 !important;
    font-size: 1.05rem !important;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    text-align: left !important;
}

.mw-home-stars {
    margin-top: 4px;
    color: var(--mw-gold, #D4AF37);
    letter-spacing: 0.15em;
    font-size: 0.9rem;
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.4));
}

.mw-home-testimonial__role {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mw-home-testimonial__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
    position: relative;
    z-index: 1;
}

/* ───── Testimonial marquee ───── */

.mw-testimonials-marquee {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mw-testimonials-track {
    overflow: hidden;
}

.mw-testimonials-track .mw-home-testimonial {
    flex: 0 0 380px;
}

@media (max-width: 767px) {
    .mw-testimonials-track .mw-home-testimonial {
        flex: 0 0 300px;
    }
}

.mw-testimonials-track__inner {
    display: flex;
    gap: 24px;
    width: max-content;
}

.mw-testimonials-track--right .mw-testimonials-track__inner {
    animation: marqueeRight 40s linear infinite;
}

.mw-testimonials-track--left .mw-testimonials-track__inner {
    animation: marqueeLeft 40s linear infinite;
}

@keyframes marqueeRight {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marqueeLeft {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .mw-testimonials-track__inner {
        animation: none !important;
    }
}

/* Reason Cards - Unique Minimal Style */
.mw-home-card--reason {
    padding: 36px 24px !important;
    border-radius: 8px !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    background: rgba(10, 10, 18, 0.35) !important;
    transition: all 0.4s ease !important;
}

.mw-home-card--reason:hover {
    transform: translateY(-6px) !important;
    background: rgba(45, 33, 75, 0.5) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4) !important;
}

.mw-home-card--reason__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    font-size: 1.8rem;
    border-radius: 16px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.25);
    transition: all 0.3s ease;
}

.mw-home-card--reason:hover .mw-home-card--reason__icon {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.5);
    transform: scale(1.1);
}

.mw-home-card--reason h3 {
    font-size: 1.1rem !important;
    margin-bottom: 10px !important;
}

.mw-home-card--reason__text {
    color: var(--mw-cream);
    font-size: 0.88rem;
    line-height: 1.6;
    opacity: 0.85;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.1);
}

.mw-home-news-card__date {
    display: inline-block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.mw-home-news-card__body h3 {
    margin-bottom: 10px;
    font-size: 1.2rem !important;
}

.mw-home-news-card__body h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.mw-home-news-card__body h3 a:hover {
    color: var(--mw-gold);
}

.mw-home-news-card__body .mw-home-card__text,
.mw-home-news-card__body .mw-home-news-card__text {
    color: var(--mw-cream);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
    opacity: 0.85;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.1);
}

.mw-home-news-card__body .mw-home-btn {
    width: 100%;
    max-width: 200px;
    min-height: 48px;
    font-size: 0.85rem;
    margin: 20px auto 0;
    align-self: center;
}

.mw-home-faq-list {
    max-width: 920px;
    margin: 0 auto;
}

.mw-home-faq-list .faq-item {
    margin-bottom: 16px;
    border-color: rgba(212, 175, 55, 0.4);
    background: rgba(10, 10, 18, 0.95);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.mw-home-faq-list .faq-question {
    color: #fff;
}

.mw-home-faq-list .faq-question:hover {
    background: rgba(26, 22, 48, 0.98);
}

.mw-home-faq-list .faq-question svg {
    color: var(--mw-gold);
}

.mw-home-final-cta {
    max-width: 760px;
    margin: 0 auto;
    padding: 46px 28px;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(248, 249, 250, 0.12), transparent 26%),
        radial-gradient(circle at bottom left, rgba(212, 175, 55, 0.12), transparent 32%),
        linear-gradient(135deg, rgba(10, 10, 18, 0.97), rgba(26, 22, 48, 0.9));
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.12), 0 24px 60px rgba(0, 0, 0, 0.32);
}

.mw-home-final-cta h2 {
    margin: 18px 0 12px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.mw-home-final-cta p {
    max-width: 560px;
    margin: 0 auto 26px;
}

.mw-home-empty {
    padding: 28px;
    border: 1px dashed rgba(212, 175, 55, 0.28);
    border-radius: 0;
    text-align: center;
    color: #fff;
    background: rgba(10, 10, 18, 0.5);
}

@media (max-width: 1100px) {
    .mw-home-reason-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-home-game-grid,
    .mw-home-category-grid,
    .mw-home-steps,
    .mw-home-feature-grid,
    .mw-home-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mw-home-section,
    .mw-home-hero {
        padding: 60px 0;
    }

    .mw-home-heading h2 {
        font-size: 1.6rem !important;
    }

    .mw-home-heading__text {
        font-size: 0.9rem;
    }

    .mw-home-hero__inner,
    .mw-home-final-cta {
        padding: 36px 20px;
    }

    .mw-home-game-grid,
    .mw-home-category-grid,
    .mw-home-steps,
    .mw-home-feature-grid,
    .mw-home-reason-grid,
    .mw-home-news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mw-home-hero__actions,
    .mw-home-center-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .mw-home-center-cta {
        margin-top: 24px;
    }

    .mw-home-btn {
        width: 100%;
    }

    .mw-home-card,
    .mw-home-game-card,
    .mw-home-category-card,
    .mw-home-testimonial,
    .mw-home-news-card,
    .mw-home-final-cta {
        padding: 24px 20px;
    }

    .mw-home-card--feature {
        padding: 30px 20px !important;
    }

    .mw-home-card--reason {
        padding: 28px 20px !important;
    }

    .mw-home-card--reason__icon {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .mw-home-card--feature h3 {
        font-size: 1.2rem !important;
    }

    .mw-home-testimonial {
        padding: 24px 20px !important;
    }

    .mw-home-news-card__body {
        padding: 20px 16px;
    }

    .mw-home-news-card__body h3 {
        font-size: 1.05rem !important;
    }

    .mw-home-steps {
        gap: 40px;
    }

    .mw-home-hero__actions {
        margin-top: 30px;
    }

    .mw-home-feature-grid article:nth-child(2) {
        transform: none !important;
    }
}

@media (max-width: 480px) {
    .mw-home-section,
    .mw-home-hero {
        padding: 40px 0;
    }

    .mw-home-heading h2 {
        font-size: 1.35rem !important;
    }

    .mw-home-card,
    .mw-home-game-card,
    .mw-home-category-card,
    .mw-home-testimonial,
    .mw-home-news-card,
    .mw-home-final-cta {
        padding: 20px 16px;
    }

    .mw-home-card--feature {
        padding: 24px 16px !important;
    }

    .mw-home-card--reason {
        padding: 24px 16px !important;
    }

    .mw-home-testimonial__top {
        flex-direction: column;
        text-align: center;
    }

    .mw-home-testimonial__top h3 {
        text-align: center !important;
    }
}

/* 404 page */
.mw-home-section--404 {
    text-align: center;
    padding: 80px 0;
}

.mw-home-404-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.mw-home-card__icon {
    font-size: 2rem;
    filter: drop-shadow(0 0 10px rgba(255,215,0,0.5));
}

.mw-home-section--404 .mw-home-kicker {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--mw-gold);
    display: block;
    margin-bottom: 0.5rem;
}

.mw-home-section--404 h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 0.5rem;
}

.mw-home-section--404 .mw-home-heading__text p {
    font-size: 1.1rem;
    max-width: 480px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

.mw-home-404-search {
    max-width: 480px;
    margin: 0 auto 48px;
}

.mw-home-404-search .search-form {
    display: flex;
    gap: 8px;
}

.mw-home-404-search .search-field {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 1rem;
}

.mw-home-404-search .search-field::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.mw-home-404-search .search-submit {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--mw-gold), var(--mw-cream));
    color: #0A0A12;
    font-weight: 700;
    cursor: pointer;
}

.mw-home-404-links h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.mw-home-404-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    max-width: 640px;
    margin: 0 auto;
}

.mw-home-card--404 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease;
}

.mw-home-card--404:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--mw-gold);
    transform: translateY(-2px);
}

@media (max-width: 480px) {
    .mw-home-section--404 {
        padding: 48px 0;
    }

    .mw-home-section--404 .mw-home-kicker {
        font-size: 3.5rem;
    }

    .mw-home-404-grid {
        grid-template-columns: 1fr;
    }
}