:root {
    --gold: #F0C455;
    --gold-dark: #d6af4a;
    --dark-bg: #0C1217;
    --green: #2B7A3E;
    --green-light: #EAF3EC;
    --grey-badge: #888888;
    --grey-light: #F8F9FA;
    --text-dark: #212529;
    --text-muted: #6C757D;
}

/* body {
    font-family: 'Inter', sans-serif;
    background-color: #FAFAFA;
    color: var(--text-dark);
} */

/* Navbar */
.site-navbar {
    background-color: var(--dark-bg);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.logo-text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    color: white;
    letter-spacing: 0.5px;
}

.logo-text .text-gold {
    color: var(--gold) !important;
}

.logo-text small {
    font-size: 0.65rem;
    color: #aaa;
    letter-spacing: 1px;
    margin-top: 2px;
    display: inline-block;
}

/* .nav-link {
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 0.5px;
} */

/* .nav-link:hover,
.nav-link.active {
    color: var(--gold) !important;
} */

/* @media (min-width: 992px) {
    .nav-link.active {
        position: relative;
    }

    .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 15px;
        right: 15px;
        height: 2px;
        background-color: var(--gold);
    }
} */

.nav-icons {
    margin-left: 20px;
}

.nav-icon-link {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.nav-icon-link:hover {
    color: var(--gold);
}

.nav-icon-link .badge {
    font-size: 0.6rem;
    padding: 3px 5px;
    border: 2px solid var(--dark-bg);
    top: 5px !important;
    right: -5px !important;
}

.nav-icon-link span {
    font-size: 0.85rem;
    font-weight: 500;
}

.bg-gold {
    background-color: var(--gold) !important;
}

.text-gold {
    color: var(--gold) !important;
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    /* min-height: 350px; */
    position: relative;
}

.hero-section .mobile-view {
    display: none;
}

@media (max-width: 991px) {
    .hero-section .dasktop-view {
        display: none;
    }

    .hero-section .mobile-view {
        display: block;
    }
}

/* .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(7, 20, 24, 0.95) 0%, rgba(7, 20, 24, 0.8) 40%, rgba(7, 20, 24, 0.3) 100%);
} */

.hero-content {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.badge-outline-green {
    border: 1px solid rgba(165, 223, 179, 0.3);
    background-color: rgba(43, 122, 62, 0.2);
    color: #a5dfb3;
    font-size: 0.65rem;
    letter-spacing: 1px;
    font-weight: 600;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: white;
    letter-spacing: 0.5px;
}

.hero-subtitle {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
}

.hero-highlight {
    color: var(--gold) !important;
    font-size: 2.8rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.offer-period {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 0.85rem;
    backdrop-filter: blur(5px);
}

.btn-gold {
    background-color: var(--gold);
    border: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(240, 196, 85, 0.3);
}

.btn-gold:hover {
    background-color: var(--gold-dark);
}

.glass-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    margin-right: 180px;
    border-radius: 16px !important;
    min-width: 280px;
}

.gold-pot-img {
    right: -40px;
    bottom: -60px;
    width: 380px;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.6));
    pointer-events: none;
}

/* How It Works */
.how-it-works .section-title hr {
    border-top: 1px solid #E5E5E5;
}

.step-icon {
    width: 55px;
    height: 55px;
    background-color: #154D2B;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Rewards Grid */
.rewards-grid {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    /* padding: 20px 5px 5px 5px; */
}

.rewards-grid::-webkit-scrollbar {
    height: 6px;
}

.rewards-grid::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.reward-card {
    min-width: 175px;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.reward-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.status-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    z-index: 10;
    letter-spacing: 0.5px;
}

.claimed .status-badge {
    background-color: var(--green);
}

.locked .status-badge {
    background-color: var(--grey-badge);
}

.claimed {
    border-color: #D3EAD9;
}

.reward-img {
    height: 55px;
    object-fit: contain;
}

.claimed-footer {
    background-color: var(--green-light);
    border-top: none;
    border-radius: 0 0 11px 11px !important;
}

.locked-footer {
    background-color: var(--grey-light);
    border-top: none;
    border-radius: 0 0 11px 11px !important;
}

.text-success {
    color: var(--green) !important;
}

/* Accordion FAQs */
.faq-item {
    border: 1px solid #E8E8E8 !important;
    overflow: hidden;
}

.accordion-button {
    color: var(--text-dark);
}

.accordion-button:not(.collapsed) {
    background-color: white;
    color: var(--text-dark);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.accordion-button::after {
    background-size: 1rem;
}

/* Progress & Terms Cards */
.progress-card {
    border: 1px solid #E8E8E8 !important;
}

.terms-card {
    border: 1px solid #E8E8E8 !important;
}

.btn-outline-gold {
    border: 1px solid #E5CF98;
    background-color: #FDF9F1;
    color: #4A4A4A !important;
    transition: all 0.3s;
}

.btn-outline-gold:hover {
    background-color: #F8F1D8;
}

.terms-list li:last-child {
    border-bottom: none !important;
}

/* Container Overrides for larger desktop view */
/* @media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
} */

/* @media (min-width: 1400px) {
    .container {
        max-width: 1536px;
    }
} */

.coin {
    position: absolute;
    top: -60px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    animation: fall linear infinite;
    background-size: 100% 100% !important;
    pointer-events: none;
    z-index: 1;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

@keyframes fall1 {
    0% {
        transform: translate3d(0, -100px, 0) rotateY(0deg) rotateZ(0deg);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        transform: translate3d(40px, 120vh, 0) rotateY(1080deg) rotateZ(90deg);
        opacity: 0;
    }
}

@keyframes fall2 {
    0% {
        transform: translate3d(0, -100px, 0) rotateX(0deg) rotateY(0deg);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        transform: translate3d(-30px, 120vh, 0) rotateX(720deg) rotateY(360deg);
        opacity: 0;
    }
}

@keyframes fall3 {
    0% {
        transform: translate3d(0, -100px, 0) rotateY(0deg) rotateX(0deg);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        transform: translate3d(20px, 120vh, 0) rotateY(1440deg) rotateX(180deg);
        opacity: 0;
    }
}

@keyframes fall4 {
    0% {
        transform: translate3d(0, -100px, 0) rotateY(0deg) rotateZ(0deg);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        transform: translate3d(-50px, 120vh, 0) rotateY(900deg) rotateZ(-90deg);
        opacity: 0;
    }
}

.coin:nth-child(1) {
    left: 10%;
    animation: fall1 4s linear infinite;
}

.coin:nth-child(2) {
    left: 25%;
    animation: fall2 5.5s linear infinite 0.8s;
}

.coin:nth-child(3) {
    left: 40%;
    animation: fall3 4.8s linear infinite 1.3s;
}

.coin:nth-child(4) {
    left: 55%;
    animation: fall4 5.2s linear infinite 0.4s;
}

.coin:nth-child(5) {
    left: 70%;
    animation: fall1 4.5s linear infinite 1.8s;
}

.coin:nth-child(6) {
    left: 85%;
    animation: fall2 6s linear infinite 0.9s;
}

.coin:nth-child(7) {
    left: 15%;
    animation: fall3 4.2s linear infinite 2.5s;
}

.coin:nth-child(8) {
    left: 75%;
    animation: fall4 5s linear infinite 1.2s;
}