*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #232a34;
    overflow-x: hidden;
}

.content-page-wrapper {
    width: 100%;
    min-height: 100vh;
    background: #232a34;
}

.cashback-isolate,
.cashback-isolate * {
    all: unset;
    display: revert;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.cashback-isolate {
    all: initial;
    display: block;
    width: 100%;
    min-height: 100vh;
    background: #232a34;
}

.cashback-burn-module {
    display: block;
    width: 100%;
    min-height: 100vh;
    background: #232a34;
    color: #eef2ff;
    padding: 2rem 1.5rem;
    line-height: 1.45;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.cashback-burn-module::before {
    content: '';
    position: absolute;
    inset: -20% 0;
    height: 140%;
    background: radial-gradient(circle at 50% 20%, rgba(0, 236, 102, 0.06), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.cashback-burn-module .container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}

.cashback-burn-module .yellow {
    color: #00ec66;
}

.cashback-burn-module .warning-header {
    text-align: center;
    margin-bottom: 3rem;
    width: 100%;
}

.cashback-burn-module .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1.2rem;
    border-radius: 60px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #00ec66;
    border: 1px solid #00ec66;
    margin-bottom: 1.8rem;
}

.cashback-burn-module h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: clamp(2.2rem, 9vw, 4rem);
    font-weight: 900;
    color: #00ec66;
    letter-spacing: -0.03em;
    margin: 0 auto 0.5rem;
}

.cashback-burn-module .subhead {
    font-size: 1rem;
    color: #b9bfe4;
    max-width: 680px;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 236, 102, 0.25);
    padding-top: 1rem;
    font-weight: 500;
}

.cashback-burn-module .cashback-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.8rem;
    margin: 3rem 0 2rem;
}

.cashback-burn-module .card {
    background: #191d26;
    border-radius: 2rem;
    padding: 1.8rem 1.6rem 2rem;
    border: 1px solid #2a2e38;
    transition: all 0.2s ease;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.6);
    position: relative;
    overflow: hidden;
}

.cashback-burn-module .card:hover {
    border-color: #00ec66;
    transform: translateY(-4px);
}

.cashback-burn-module .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00ec66;
    opacity: 0.8;
}

.cashback-burn-module .card-icon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cashback-burn-module .card-icon img {
    display: block;
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.cashback-burn-module .time-badge {
    background: rgba(0, 0, 0, 0.65);
    padding: 0.25rem 0.8rem;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #00ec66;
    border: 0.5px solid rgba(0, 236, 102, 0.4);
}

.cashback-burn-module .card h2 {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    letter-spacing: -0.5px;
    color: white;
}

.cashback-burn-module .type-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #00ec66;
    margin-bottom: 1.5rem;
    border-left: 3px solid #00ec66;
    padding-left: 0.7rem;
}

.cashback-burn-module .burn-period {
    background: #0a0c12;
    border-radius: 1.5rem;
    padding: 1rem 0.8rem;
    margin: 1.2rem 0;
    text-align: center;
    border: 1px solid #2c2f3a;
}

.cashback-burn-module .burn-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    font-family: 'Inter', monospace;
    letter-spacing: -1px;
    color: #00ec66;
}

.cashback-burn-module .burn-unit {
    font-size: 0.9rem;
    font-weight: 600;
    color: #b9c1e6;
}

.cashback-burn-module .rule-desc {
    font-size: 0.9rem;
    color: #cfd6ff;
    margin-top: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.cashback-burn-module .expiry-note {
    border-top: 1px solid rgba(0, 236, 102, 0.2);
    margin-top: 1.3rem;
    padding-top: 0.9rem;
    font-size: 0.75rem;
    text-align: center;
    color: #a5adde;
}

.cashback-burn-module .legal-block {
    background: #111318;
    border-radius: 2rem;
    padding: 1.4rem 2rem;
    text-align: center;
    border: 1px solid rgba(0, 236, 102, 0.35);
    margin: 1.5rem 0 0.5rem;
}

.cashback-burn-module .legal-block p {
    font-size: 0.9rem;
    font-weight: 500;
    color: #e1e6ff;
    margin-bottom: 0.75rem;
}

.cashback-burn-module .legal-block .fine-print {
    font-size: 0.78rem;
    margin-top: 6px;
}

.cashback-burn-module .legal-block span {
    font-weight: 800;
    color: #00ec66;
}

.cashback-burn-module hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00ec66, transparent);
    margin: 0.8rem 0;
    opacity: 0.5;
}

.cashback-burn-module a,
.cashback-burn-module a:visited {
    all: unset;
}

@media (max-width: 720px) {
    .cashback-burn-module {
        padding: 1rem;
    }

    .cashback-burn-module .cashback-grid {
        gap: 1.2rem;
    }

    .cashback-burn-module .card {
        padding: 1.3rem 1.2rem;
    }

    .cashback-burn-module .burn-number {
        font-size: 2rem;
    }
}
