/* ================================
   AFFILIATE PAGE ENHANCEMENTS - CLEAN & MODERN
   ================================ */

/* Clean Header Section */
.affiliate-hero {
    padding: 80px 0 60px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.affiliate-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(108, 92, 231, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.affiliate-hero-content {
    position: relative;
    z-index: 2;
}

.badge-highlight {
    display: inline-block;
    background: rgba(108, 92, 231, 0.15);
    border: 1px solid rgba(108, 92, 231, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.badge-highlight span {
    color: #6c5ce7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.gradient-text {
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

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

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #6c5ce7;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-affiliate-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.btn-affiliate-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(108, 92, 231, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.btn-affiliate-secondary {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-affiliate-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

/* Section Styling */
.earnings-section,
.process-section,
.payment-section,
.faq-section,
.cta-section {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

/* Earnings Grid */
.earnings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.earnings-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.earnings-card:hover {
    transform: translateY(-5px);
    border-color: rgba(108, 92, 231, 0.3);
    box-shadow: 0 10px 30px rgba(108, 92, 231, 0.1);
}

.earnings-card.featured {
    border-color: #6c5ce7;
    background: rgba(108, 92, 231, 0.05);
}

.earnings-header {
    margin-bottom: 20px;
}

.earnings-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.service-tag {
    display: inline-block;
    background: rgba(108, 92, 231, 0.2);
    color: #6c5ce7;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.earnings-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px;
}

.earnings-amount .currency {
    font-size: 20px;
    color: #6c5ce7;
    font-weight: 600;
}

.earnings-amount .amount {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 5px;
}

.earnings-amount .per {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.service-price {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-bottom: 20px;
}

.earnings-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.earnings-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.earnings-features i {
    color: #6c5ce7;
    font-size: 11px;
}

/* Potential Calculator */
.potential-calculator {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.potential-calculator h3 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.potential-calculator p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.calculator-examples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.calc-example {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.calc-scenario {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.calc-result {
    font-size: 24px;
    font-weight: 700;
    color: #6c5ce7;
}

.calculator-note {
    background: rgba(108, 92, 231, 0.1);
    border: 1px solid rgba(108, 92, 231, 0.2);
    border-radius: 15px;
    padding: 20px;
}

.calculator-note p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.calculator-note i {
    color: #6c5ce7;
}

/* Process Timeline */
.process-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.process-step {
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
    border-color: rgba(108, 92, 231, 0.3);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.step-icon i {
    font-size: 28px;
    color: #ffffff;
}

.step-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.step-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Payment Methods */
.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.payment-option {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.payment-option:hover {
    transform: translateY(-5px);
    border-color: rgba(108, 92, 231, 0.3);
}

.payment-option.featured {
    border-color: #6c5ce7;
    background: rgba(108, 92, 231, 0.05);
}

.payment-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.payment-icon i {
    font-size: 24px;
    color: #ffffff;
}

.payment-option h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.payment-option p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.payment-details {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.payment-details span {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
    text-align: center;
}

.popular-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-question span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    flex: 1;
}

.faq-question i {
    color: #6c5ce7;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-question.active i {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    max-height: 300px;
    padding: 0 30px 25px 30px;
}

.faq-answer p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 15px 0 0 0;
}

.faq-link {
    color: #6c5ce7;
    text-decoration: underline;
}

.faq-link:hover {
    color: #a29bfe;
}

/* Final CTA */
.cta-section {
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.cta-content .btn-affiliate-primary {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.cta-content .btn-affiliate-primary:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.cta-note {
    margin-top: 20px;
}

.cta-note p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.cta-note i {
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-stats {
        gap: 30px;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-affiliate-primary,
    .btn-affiliate-secondary {
        width: 100%;
        max-width: 300px;
    }
    
    .earnings-grid,
    .calculator-examples,
    .process-timeline,
    .payment-methods {
        grid-template-columns: 1fr;
    }
    
    .payment-details {
        flex-direction: column;
        gap: 10px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer.active {
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 480px) {
    .affiliate-hero {
        padding: 60px 0 40px 0;
    }
    
    .earnings-section,
    .process-section,
    .payment-section,
    .faq-section,
    .cta-section {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .earnings-card,
    .process-step,
    .payment-option,
    .potential-calculator {
        padding: 25px;
    }
    
    .earnings-amount .amount {
        font-size: 36px;
    }
} 