/* ====================================================
   INDEX PAGE - MOBILE-FIRST APP STYLES
   ==================================================== */

.section-spacing {
    padding: 45px 0;
    position: relative;
}

/* Secondary Dark Section */
.bg-secondary {
    background: linear-gradient(180deg, #0e243f 0%, #091a2f 100%);
    border-top: 1px solid rgba(253, 237, 180, 0.12);
    border-bottom: 1px solid rgba(253, 237, 180, 0.12);
}

/* Warm Butter Cream Section */
.bg-cream-theme {
    background: #fdedb4;
    color: #091a2f;
    position: relative;
    border-top: 2px solid #f5de95;
    border-bottom: 2px solid #f5de95;
}

.bg-cream-theme .section-badge {
    background: rgba(9, 26, 47, 0.08);
    border: 1px solid rgba(9, 26, 47, 0.2);
    color: #091a2f;
}

.bg-cream-theme h2,
.bg-cream-theme .section-title-wrap h2 {
    color: #091a2f !important;
}

.bg-cream-theme h2::after,
.bg-cream-theme .section-title-wrap h2::after {
    color: #091a2f !important;
}

.bg-cream-theme .section-subtitle {
    color: #334d6e !important;
}

/* Section Title Styling */
.section-title-wrap {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(253, 237, 180, 0.1);
    border: 1px solid rgba(253, 237, 180, 0.25);
    padding: 4px 14px;
    border-radius: var(--radius-pill);
    color: var(--butter-cream);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title-wrap h2,
section > .container > h2 {
    font-size: 1.55rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    font-family: var(--font-heading);
    position: relative;
    padding-bottom: 14px;
}

.section-title-wrap h2::after,
section > .container > h2::after {
    content: '✦ ★ ✦';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    color: var(--butter-cream);
    letter-spacing: 5px;
    opacity: 0.85;
}

.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.88rem;
    max-width: 100%;
    margin: 0 auto 24px;
    line-height: 1.6;
}

/* ====================================================
   HERO SECTION (Mobile First)
   ==================================================== */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0 25px;
    background: radial-gradient(circle at center top, rgba(26, 68, 115, 0.6) 0%, transparent 70%),
                linear-gradient(180deg, #030811 0%, #091a2f 100%);
    text-align: center;
}

.hero-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(253, 237, 180, 0.12);
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--butter-cream);
    margin-bottom: 14px;
    border: 1px solid rgba(253, 237, 180, 0.35);
    letter-spacing: 0.5px;
}

.hero-text h1 {
    font-size: 1.85rem;
    margin-bottom: 14px;
    color: #ffffff;
    line-height: 1.25;
    font-weight: 700;
}

.hero-text h1 .highlight {
    display: inline-block;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(253, 237, 180, 0.35);
}

.hero-text p {
    font-size: 0.9rem;
    margin-bottom: 22px;
    color: var(--text-main);
    line-height: 1.65;
    padding: 0 10px;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
    width: 100%;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 16px 8px;
    background: rgba(14, 36, 63, 0.7);
    border-radius: 16px;
    border: 1px solid rgba(253, 237, 180, 0.18);
    width: 100%;
}

.hero-stats .stat {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.hero-stats .stat strong {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--butter-cream);
    line-height: 1.2;
}

.hero-stats .stat span {
    font-size: 0.68rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-top: 2px;
}

/* Hero Visual / Arch Emblem */
.hero-visual {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.hero-logo {
    background: radial-gradient(circle at center top, rgba(26, 68, 115, 0.95) 0%, rgba(9, 26, 47, 0.98) 100%);
    border: 2px solid rgba(253, 237, 180, 0.4);
    border-radius: var(--radius-arch);
    padding: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(253, 237, 180, 0.2);
    width: 220px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(253, 237, 180, 0.4));
}

.hero-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
}

.hero-card {
    background: rgba(14, 36, 63, 0.85);
    border: 1px solid rgba(253, 237, 180, 0.25);
    border-radius: 12px;
    padding: 10px 6px;
    text-align: center;
}

.hero-card .card-icon {
    font-size: 1.4rem;
    margin-bottom: 2px;
}

.hero-card h3 {
    font-size: 0.78rem;
    color: var(--butter-cream);
    margin-bottom: 2px;
    font-family: var(--font-body);
    font-weight: 700;
}

.hero-card p {
    font-size: 0.65rem;
    color: var(--text-muted);
    line-height: 1.2;
}

/* ====================================================
   AD SLOT BANNER
   ==================================================== */
.ad-slot {
    padding: 0 16px;
    margin: 15px auto 25px;
    width: 100%;
}

.ad-slot a {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1.5px solid rgba(253, 237, 180, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.ad-slot img {
    width: 100%;
    height: auto;
    display: block;
}

/* ====================================================
   FEATURE GAME GRID (Swiper Carousel)
   ==================================================== */
.game-grid {
    padding-bottom: 38px;
    position: relative;
}

.game-card {
    background: var(--gradient-card);
    border: 1.5px solid rgba(253, 237, 180, 0.22);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.game-card .card-image {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #06111f;
}

.game-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-card .card-content {
    padding: 16px;
    text-align: center;
}

.game-card .card-content h3 {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 6px;
}

.game-card .card-content p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 14px;
    line-height: 1.5;
}

.game-card .card-content .btn {
    width: 100%;
    padding: 9px 16px;
    font-size: 0.85rem;
}

/* ====================================================
   WHY CHOOSE US (Butter Cream Section)
   ==================================================== */
.features-grid {
    padding-bottom: 38px;
    position: relative;
}

.feature-item {
    background: #091a2f;
    border: 1.5px solid rgba(253, 237, 180, 0.3);
    border-radius: 18px;
    padding: 24px 18px;
    text-align: center;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: radial-gradient(circle, rgba(253, 237, 180, 0.2) 0%, rgba(14, 36, 63, 0.8) 100%);
    border: 1.5px solid rgba(253, 237, 180, 0.35);
    border-radius: 50%;
}

.feature-item h3 {
    font-size: 1.15rem;
    color: var(--butter-cream);
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 0.84rem;
    color: var(--text-main);
    line-height: 1.6;
}

/* ====================================================
   STATISTICS SECTION (2x2 Grid)
   ==================================================== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.stat-item {
    background: rgba(14, 36, 63, 0.75);
    border: 1px solid rgba(253, 237, 180, 0.2);
    border-radius: 16px;
    padding: 20px 12px;
    text-align: center;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--butter-cream);
    line-height: 1.2;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 0.74rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ====================================================
   LATEST NEWS / ARTICLES
   ==================================================== */
.news-grid {
    padding-bottom: 38px;
    position: relative;
}

.news-card {
    background: var(--gradient-card);
    border: 1.5px solid rgba(253, 237, 180, 0.2);
    border-radius: 18px;
    overflow: hidden;
}

.news-image {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #06111f;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-info {
    padding: 18px;
}

.news-info h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    line-height: 1.35;
}

.news-info h3 a {
    color: #ffffff;
}

.news-info p {
    font-size: 0.84rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.55;
}

.read-more {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--butter-cream);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ====================================================
   HOW IT WORKS (Timeline)
   ==================================================== */
.timeline-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.timeline-item {
    background: #091a2f;
    border: 1.5px solid rgba(253, 237, 180, 0.3);
    border-radius: 18px;
    padding: 24px 18px;
    text-align: center;
    position: relative;
}

.timeline-number {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: var(--gradient-gold);
    color: var(--cosmic-dark-900);
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    border: 2px solid #ffffff;
}

.timeline-icon {
    font-size: 1.8rem;
    margin: 6px 0 10px;
}

.timeline-content h3 {
    font-size: 1.05rem;
    color: var(--butter-cream);
    margin-bottom: 6px;
}

.timeline-content p {
    font-size: 0.82rem;
    color: var(--text-main);
    line-height: 1.55;
}

.timeline-arrow {
    display: none;
}

/* ====================================================
   FAQ SECTION
   ==================================================== */
.faq-list {
    padding-bottom: 38px;
    position: relative;
}

.faq-item {
    background: var(--gradient-card);
    border: 1px solid rgba(253, 237, 180, 0.2);
    border-radius: 16px;
    padding: 20px 16px;
}

.faq-item h3 {
    font-size: 0.98rem;
    color: var(--butter-cream);
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.faq-item h3::before {
    content: '✦';
    color: var(--accent);
    font-size: 0.8rem;
    margin-top: 2px;
}

.faq-item p {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ====================================================
   CTA SECTION
   ==================================================== */
.cta-content {
    background: radial-gradient(circle at center, rgba(26, 68, 115, 0.9) 0%, rgba(9, 26, 47, 0.98) 100%);
    border: 2px solid rgba(253, 237, 180, 0.4);
    border-radius: 22px;
    padding: 35px 20px;
    text-align: center;
}

.cta-content h2 {
    font-size: 1.55rem;
    color: #ffffff;
    margin-bottom: 12px;
}

.cta-content p {
    font-size: 0.88rem;
    color: var(--text-main);
    margin-bottom: 22px;
    line-height: 1.65;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ====================================================
   TESTIMONIALS SECTION
   ==================================================== */
.testimonials-grid {
    padding-bottom: 38px;
    position: relative;
}

.testimonial-card {
    background: var(--gradient-card);
    border: 1.5px solid rgba(253, 237, 180, 0.2);
    border-radius: 18px;
    padding: 24px 18px;
}

.testimonial-content {
    margin-bottom: 18px;
}

.testimonial-content p {
    font-size: 0.86rem;
    color: var(--text-light);
    line-height: 1.65;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(253, 237, 180, 0.15);
}

.author-avatar {
    width: 40px;
    height: 40px;
    background: radial-gradient(circle, rgba(253, 237, 180, 0.25) 0%, rgba(14, 36, 63, 0.9) 100%);
    border: 1.5px solid var(--butter-cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.author-info h4 {
    font-size: 0.94rem;
    color: var(--butter-cream);
    font-weight: 700;
}

.author-info span {
    font-size: 0.74rem;
    color: var(--text-muted);
}

/* ====================================================
   ABOUT US SECTION
   ==================================================== */
.about-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

.about-text p {
    font-size: 0.88rem;
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 14px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.about-feature {
    background: rgba(14, 36, 63, 0.75);
    border: 1px solid rgba(253, 237, 180, 0.2);
    border-radius: 12px;
    padding: 14px 8px;
    text-align: center;
}

.about-feature .feature-icon {
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.about-feature h4 {
    font-size: 0.78rem;
    color: var(--butter-cream);
    margin-bottom: 2px;
    font-weight: 700;
}

.about-feature p {
    font-size: 0.66rem;
    color: var(--text-muted);
}

.about-image {
    background: radial-gradient(circle at center top, rgba(26, 68, 115, 0.95) 0%, rgba(9, 26, 47, 0.98) 100%);
    border: 2px solid rgba(253, 237, 180, 0.35);
    border-radius: var(--radius-arch);
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    margin: 0 auto;
}

.about-image img {
    max-height: 120px;
    width: auto;
}

/* ====================================================
   PROMOTIONS SECTION
   ==================================================== */
.promotions-grid {
    padding-bottom: 38px;
    position: relative;
}

.promotion-card {
    background: var(--gradient-card);
    border: 1.5px solid rgba(253, 237, 180, 0.25);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.promotion-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gradient-gold);
    color: var(--cosmic-dark-900);
    font-size: 0.68rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
}

.promotion-icon {
    font-size: 2.4rem;
    margin: 10px 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: radial-gradient(circle, rgba(253, 237, 180, 0.2) 0%, rgba(14, 36, 63, 0.8) 100%);
    border: 1.5px solid var(--butter-cream);
    border-radius: 50%;
}

.promotion-card h3 {
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 8px;
}

.promotion-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 18px;
    line-height: 1.55;
}

.promotion-card .btn {
    width: 100%;
}

/* ====================================================
   SWIPER STYLES (Custom Gold Dots & Arrows)
   ==================================================== */
.swiper-pagination-bullet {
    background: rgba(253, 237, 180, 0.4) !important;
    opacity: 1 !important;
    width: 8px;
    height: 8px;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    background: var(--butter-cream) !important;
    width: 20px;
    border-radius: 4px;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--butter-cream) !important;
    width: 32px !important;
    height: 32px !important;
    background: rgba(9, 26, 47, 0.9);
    border: 1px solid rgba(253, 237, 180, 0.4);
    border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0.75rem !important;
    font-weight: 800;
}