.elementor-3054 .elementor-element.elementor-element-b9bf274{--display:flex;}.elementor-3054 .elementor-element.elementor-element-b9bf274:not(.elementor-motion-effects-element-type-background), .elementor-3054 .elementor-element.elementor-element-b9bf274 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c0a5ca9 */<style>
/* Affiliates Page Container */
.affiliates-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
}

/* Header */
.affiliates-header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: white;
    border-radius: 20px;
    margin-bottom: 40px;
}

.affiliates-header h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.affiliates-tagline {
    font-size: 18px;
    opacity: 0.95;
    margin: 0;
}

/* Content Sections */
.affiliates-content {
    padding: 0 20px;
}

.affiliates-content section {
    margin-bottom: 50px;
}

.affiliates-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 3px solid #2196F3;
    padding-bottom: 10px;
}

.affiliates-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Intro Section */
.affiliates-intro {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
}

.category-description {
    font-style: italic;
    color: #666;
    margin-bottom: 25px;
}

/* Affiliate Cards */
.affiliate-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.affiliate-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #2196F3;
}

.affiliate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.affiliate-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.affiliate-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 10px;
}

.affiliate-accepts {
    font-size: 13px;
    color: #4CAF50;
    margin-top: 10px;
}

.affiliate-link {
    display: inline-block;
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.affiliate-link:hover {
    transform: translateX(5px);
    box-shadow: 0 3px 10px rgba(33, 150, 243, 0.3);
}

/* Category Sections */
.affiliate-category-section {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
}

.affiliate-category-section h2 {
    border-bottom-color: #FF8C00;
}

/* Workaround Section */
.affiliate-workaround {
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 15px;
}

.affiliate-workaround h2 {
    color: white;
    border-bottom-color: white;
}

.affiliate-workaround p {
    color: white;
    font-size: 17px;
}

.workaround-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.workaround-card {
    background: white;
    color: #333;
    padding: 25px;
    border-radius: 12px;
}

.workaround-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #FF8C00;
    margin-bottom: 12px;
}

.workaround-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* CTA Section */
.affiliates-cta {
    text-align: center;
    padding: 40px 20px;
    background: #e3f2fd;
    border-radius: 15px;
}

.affiliates-cta h2 {
    border-bottom: none;
    margin-bottom: 15px;
}

.affiliates-cta p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn-blue {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: white;
}

.cta-btn-orange {
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 100%);
    color: white;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .affiliates-header {
        padding: 30px 15px;
    }

    .affiliates-header h1 {
        font-size: 26px;
    }

    .affiliates-tagline {
        font-size: 16px;
    }

    .affiliates-content {
        padding: 0 10px;
    }

    .affiliates-content h2 {
        font-size: 24px;
    }

    .affiliate-category-section,
    .affiliate-workaround {
        padding: 20px;
    }

    .affiliate-cards {
        grid-template-columns: 1fr;
    }

    .workaround-methods {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}
</style>/* End custom CSS */