/* Bonus Page Specific Styles */

/* Bonus Hero Section */
.bonus-hero {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(26, 26, 46, 0.7) 50%, rgba(22, 33, 62, 0.8) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.bonus-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="bonus-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffd700" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23bonus-grain)"/></svg>');
    opacity: 0.3;
}

.bonus-hero-content {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.bonus-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.bonus-hero-subtitle {
    font-size: 1.5rem;
    color: #EE3A56;
    margin-bottom: 1rem;
    font-weight: 500;
}

.bonus-hero-image {
    margin: 2rem 0;
    text-align: center;
}

.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.hero-image:hover {
    transform: scale(1.02);
}

.bonus-hero-description {
    font-size: 1.2rem;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Featured Bonuses */
.featured-bonuses {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(22, 33, 62, 0.9) 100%);
    backdrop-filter: blur(10px);
}

.featured-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.bonus-card {
    background: linear-gradient(135deg, #2a2a3e 0%, #1e1e32 100%);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
}

.featured-bonus {
    border: 2px solid #EE3A56;
    background: linear-gradient(135deg, #2a2a3e 0%, #1e1e32 100%);
}

.bonus-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bonus-header {
    margin-bottom: 2rem;
}

.bonus-header h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.bonus-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #EE3A56;
    margin-bottom: 1rem;
}

.bonus-details {
    margin-bottom: 2rem;
}

.bonus-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(238, 58, 86, 0.05);
    border-radius: 12px;
    border-left: 4px solid #EE3A56;
}

.step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #EE3A56 0%, #ff6b7a 100%);
    color: #FDFDFD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1rem;
    flex-shrink: 0;
}

.step-content h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: #ccc;
    margin: 0;
}

.bonus-features {
    list-style: none;
    margin: 1rem 0;
}

.bonus-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #ccc;
}

.bonus-features li i {
    color: #EE3A56;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.bonus-terms {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.bonus-terms p {
    color: #ccc;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.bonus-terms p:last-child {
    margin-bottom: 0;
}

/* Weekly Promotions */
.weekly-promotions {
    padding: 80px 0;
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(10px);
}

.promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.promo-card {
    background: linear-gradient(135deg, #2a2a3e 0%, #1e1e32 100%);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.2);
}

.promo-day {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #EE3A56 0%, #ff6b7a 100%);
    color: #FDFDFD;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.promo-card h3 {
    color: #fff;
    font-size: 1.5rem;
    margin: 1rem 0;
}

.promo-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #EE3A56;
    margin-bottom: 1rem;
}

.promo-card p {
    color: #ccc;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.promo-terms {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.8rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.promo-terms p {
    color: #ccc;
    font-size: 0.8rem;
    margin: 0;
}

/* VIP Program */
.vip-program {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.vip-program::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(238, 58, 86, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.vip-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.vip-crown {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 3rem;
    color: #1a1a2e;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
    animation: crownGlow 2s ease-in-out infinite alternate;
}

@keyframes crownGlow {
    0% { box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3); }
    100% { box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5); }
}

.vip-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vip-subtitle {
    font-size: 1.8rem;
    color: #EE3A56;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.vip-description {
    font-size: 1.2rem;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.vip-benefits-container {
    position: relative;
    z-index: 2;
}

.vip-benefits-header {
    text-align: center;
    margin-bottom: 3rem;
}

.vip-benefits-header h3 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.vip-benefits-header h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #ffd700 0%, #EE3A56 100%);
    border-radius: 2px;
}

.vip-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.vip-benefit-card {
    background: linear-gradient(135deg, rgba(42, 42, 62, 0.9) 0%, rgba(30, 30, 50, 0.9) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.vip-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s ease;
}

.vip-benefit-card:hover::before {
    left: 100%;
}

.vip-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.4);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #1a1a2e;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.benefit-content h4 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.benefit-content p {
    color: #ccc;
    line-height: 1.6;
    font-size: 1rem;
}

.vip-membership-card {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(238, 58, 86, 0.1) 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 25px;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    overflow: hidden;
}

.vip-membership-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    animation: membershipGlow 4s ease-in-out infinite;
}

@keyframes membershipGlow {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

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

.membership-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #EE3A56 0%, #ff6b7a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    box-shadow: 0 8px 25px rgba(238, 58, 86, 0.3);
    flex-shrink: 0;
}

.membership-text h4 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.membership-text p {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
}

.membership-cta {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.btn-vip {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a1a2e;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.btn-vip:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
    color: #1a1a2e;
    text-decoration: none;
}

/* Bonus Terms Section */
.bonus-terms-section {
    padding: 80px 0;
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(10px);
}

.terms-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.terms-section {
    background: linear-gradient(135deg, #2a2a3e 0%, #1e1e32 100%);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.terms-section h3 {
    color: #EE3A56;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.terms-section ul {
    list-style: none;
}

.terms-section ul li {
    color: #ccc;
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}

.terms-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #EE3A56;
    font-weight: bold;
}

/* Bonus Calculator */
.bonus-calculator-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.bonus-calculator-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 30%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.calculator-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.calculator-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.calculator-subtitle {
    font-size: 1.3rem;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.calculator-container {
    position: relative;
    z-index: 2;
}

.calculator-card {
    background: linear-gradient(135deg, rgba(42, 42, 62, 0.9) 0%, rgba(30, 30, 50, 0.9) 100%);
    border-radius: 25px;
    padding: 3rem;
    border: 2px solid rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.calculator-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    animation: calculatorGlow 6s ease-in-out infinite;
}

@keyframes calculatorGlow {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.calculator-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input-group label {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-symbol {
    position: absolute;
    left: 1rem;
    color: #ffd700;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 1;
}

.input-wrapper input[type="number"] {
    width: 100%;
    padding: 1rem 1rem 1rem 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.input-wrapper input[type="number"]:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.input-range {
    margin-top: 1rem;
}

.input-range input[type="range"] {
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
}

.input-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.input-range input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    color: #ccc;
    font-size: 0.9rem;
}

.bonus-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.bonus-option {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bonus-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s ease;
}

.bonus-option:hover::before {
    left: 100%;
}

.bonus-option:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.bonus-option.active {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(238, 58, 86, 0.1) 100%);
    border-color: #ffd700;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.option-header {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.option-details {
    color: #ffd700;
    font-size: 0.9rem;
    font-weight: 500;
}

.calculator-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.result-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(26, 26, 46, 0.4) 100%);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s ease;
}

.result-card:hover::before {
    left: 100%;
}

.result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.4);
}

.result-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.result-label {
    color: #ccc;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.result-amount {
    color: #ffd700;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.calculator-info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ccc;
    font-size: 0.9rem;
}

.info-item i {
    color: #ffd700;
    font-size: 1rem;
}

.calculator-cta {
    text-align: center;
    position: relative;
    z-index: 2;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.cta-description {
    font-size: 1.3rem;
    color: #ccc;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: linear-gradient(135deg, rgba(42, 42, 62, 0.6) 0%, rgba(30, 30, 50, 0.6) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.step-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s ease;
}

.step-item:hover::before {
    left: 100%;
}

.step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.4);
}

.step-number {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.step-content h3 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.step-content p {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.cta-message {
    text-align: center;
    margin-bottom: 3rem;
}

.cta-tagline {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.6;
}

.cta-slogan {
    font-size: 1.6rem;
    color: #ffd700;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Interactive Showcase */
.interactive-showcase {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.interactive-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(238, 58, 86, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.showcase-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.showcase-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.showcase-subtitle {
    font-size: 1.3rem;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.showcase-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.live-stats {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stat-card {
    background: linear-gradient(135deg, rgba(42, 42, 62, 0.9) 0%, rgba(30, 30, 50, 0.9) 100%);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 215, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s ease;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.4);
}

.stat-icon {
    font-size: 3rem;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.stat-label {
    color: #ccc;
    font-size: 1rem;
    font-weight: 500;
}

.live-feed {
    background: linear-gradient(135deg, rgba(42, 42, 62, 0.9) 0%, rgba(30, 30, 50, 0.9) 100%);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.live-feed h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.activity-list {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffd700 #2a2a3e;
}

.activity-list::-webkit-scrollbar {
    width: 6px;
}

.activity-list::-webkit-scrollbar-track {
    background: #2a2a3e;
    border-radius: 3px;
}

.activity-list::-webkit-scrollbar-thumb {
    background: #ffd700;
    border-radius: 3px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    transition: all 0.3s ease;
    animation: slideInRight 0.5s ease-out;
}

.activity-item:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateX(5px);
}

.activity-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #EE3A56 0%, #ff6b7a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.activity-content {
    flex: 1;
}

.activity-text {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.highlight-text {
    color: #ffd700;
    font-weight: 600;
}

.activity-time {
    color: #999;
    font-size: 0.8rem;
}

.activity-amount {
    color: #00ff88;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: right;
}

.bonus-timer {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(238, 58, 86, 0.1) 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 25px;
    padding: 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bonus-timer::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    animation: timerGlow 3s ease-in-out infinite;
}

@keyframes timerGlow {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.bonus-timer h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.timer-item {
    text-align: center;
}

.timer-number {
    font-size: 3rem;
    font-weight: 700;
    color: #ffd700;
    background: linear-gradient(135deg, #2a2a3e 0%, #1e1e32 100%);
    border-radius: 15px;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(255, 215, 0, 0.3);
    min-width: 80px;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

.timer-label {
    color: #ccc;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

.timer-separator {
    color: #ffd700;
    font-size: 2rem;
    font-weight: 700;
    animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

.timer-text {
    color: #ccc;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
}

.showcase-cta {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(238, 58, 86, 0.1) 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 25px;
    padding: 3rem;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.showcase-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    animation: ctaGlow 4s ease-in-out infinite;
}

@keyframes ctaGlow {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.cta-content {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

.cta-content h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content p {
    color: #ccc;
    font-size: 1.2rem;
    max-width: 500px;
    margin: 0 auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.btn-pulse {
    animation: buttonPulse 2s ease-in-out infinite;
}

@keyframes buttonPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .bonus-hero-title {
        font-size: 2.5rem;
    }
    
    .featured-grid {
        grid-template-columns: 1fr;
    }
    
    .bonus-card {
        padding: 2rem;
    }
    
    .bonus-amount {
        font-size: 2rem;
    }
    
    .bonus-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin: 0 auto 1rem;
    }
    
    .vip-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .vip-membership-card {
        flex-direction: column;
        text-align: center;
    }
    
    .membership-content {
        flex-direction: column;
        text-align: center;
    }
    
    .vip-title {
        font-size: 2.5rem;
    }
    
    .vip-crown {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
    
    .terms-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .bonus-hero-title {
        font-size: 2rem;
    }
    
    .bonus-card {
        padding: 1.5rem;
    }
    
    .bonus-amount {
        font-size: 1.8rem;
    }
    
    .promo-amount {
        font-size: 1.5rem;
    }
    
    .vip-title {
        font-size: 2rem;
    }
    
    .vip-crown {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    .vip-benefit-card {
        padding: 2rem;
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .vip-membership-card {
        padding: 2rem;
    }
    
    .membership-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .showcase-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .showcase-title {
        font-size: 2rem;
    }
    
    .timer-container {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .timer-number {
        font-size: 2rem;
        padding: 0.8rem 1rem;
        min-width: 60px;
    }
    
    .timer-separator {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-content h3 {
        font-size: 2rem;
    }
    
    .calculator-inputs {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .calculator-results {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .calculator-info {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .bonus-options {
        grid-template-columns: 1fr;
    }
    
    .calculator-title {
        font-size: 2rem;
    }
    
    .result-amount {
        font-size: 1.5rem;
    }
    
    .bonus-hero-image {
        margin: 1.5rem 0;
    }
    
    .hero-image {
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .bonus-hero-image {
        margin: 1rem 0;
    }
    
    .hero-image {
        border-radius: 8px;
    }
    
    .cta-steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .step-item {
        padding: 1.5rem;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .step-content h3 {
        font-size: 1.1rem;
    }
    
    .cta-tagline {
        font-size: 1.2rem;
    }
    
    .cta-slogan {
        font-size: 1.4rem;
    }
    
    /* Mobile touch optimizations for bonus page */
    .btn {
        min-height: 44px;
        min-width: 44px;
        padding: 0.8rem 1rem;
    }
    
    .bonus-card, .promo-card, .step-item {
        margin-bottom: 1rem;
    }
    
    .calculator-card {
        padding: 1.5rem;
    }
    
    .calculator-inputs {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .calculator-results {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .live-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .showcase-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .activity-list {
        max-height: 300px;
    }
    
    .timer-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .timer-item {
        min-width: 80px;
    }
}
