/* style/industry-insights-affiliate-marketing.css */

/* Base Styles for the page */
.page-industry-insights-affiliate-marketing {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-industry-insights-affiliate-marketing .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-insights-affiliate-marketing h1,
.page-industry-insights-affiliate-marketing h2,
.page-industry-insights-affiliate-marketing h3 {
    color: #0A2342; /* Main dark blue */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-industry-insights-affiliate-marketing h1 {
    font-size: 2.8em;
    text-align: center;
}

.page-industry-insights-affiliate-marketing h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-industry-insights-affiliate-marketing h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #F5B041; /* Accent gold */
    border-radius: 2px;
}

.page-industry-insights-affiliate-marketing h3 {
    font-size: 1.6em;
    color: #0A2342;
}

.page-industry-insights-affiliate-marketing p {
    margin-bottom: 15px;
    color: #444;
}

.page-industry-insights-affiliate-marketing .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.page-industry-insights-affiliate-marketing .primary-btn {
    background-color: #F5B041; /* Accent gold */
    color: #0A2342; /* Main dark blue */
    border: 2px solid #F5B041;
}

.page-industry-insights-affiliate-marketing .primary-btn:hover {
    background-color: #e0a03a;
    color: #0A2342;
}

.page-industry-insights-affiliate-marketing .secondary-btn {
    background-color: #0A2342; /* Main dark blue */
    color: #f8f8f8;
    border: 2px solid #0A2342;
}

.page-industry-insights-affiliate-marketing .secondary-btn:hover {
    background-color: #1a3a5e;
    color: #f8f8f8;
}

.page-industry-insights-affiliate-marketing .small-btn {
    padding: 8px 15px;
    font-size: 0.9em;
}

.page-industry-insights-affiliate-marketing .large-btn {
    padding: 15px 30px;
    font-size: 1.1em;
}

/* Hero Section */
.page-industry-insights-affiliate-marketing .hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #1a3a5e 100%); /* Dark blue gradient */
    color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-industry-insights-affiliate-marketing .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-industry-insights-affiliate-marketing .hero-content {
    max-width: 800px;
}

.page-industry-insights-affiliate-marketing .hero-content h1 {
    color: #F5B041; /* Accent gold for main title */
    margin-bottom: 20px;
}

.page-industry-insights-affiliate-marketing .hero-content p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-industry-insights-affiliate-marketing .hero-image-wrapper {
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

.page-industry-insights-affiliate-marketing .hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Introduction Section */
.page-industry-insights-affiliate-marketing .introduction-section {
    padding: 60px 0;
    background-color: #ffffff;
}

/* Why 7789bet Section */
.page-industry-insights-affiliate-marketing .why-7789bet-section {
    padding: 60px 0;
    background-color: #f0f4f8;
}

.page-industry-insights-affiliate-marketing .why-7789bet-section h2 {
    margin-bottom: 30px;
}

.page-industry-insights-affiliate-marketing .why-7789bet-section p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-industry-insights-affiliate-marketing .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-insights-affiliate-marketing .feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-industry-insights-affiliate-marketing .feature-item:hover {
    transform: translateY(-5px);
}

.page-industry-insights-affiliate-marketing .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
}

.page-industry-insights-affiliate-marketing .feature-item h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    color: #0A2342;
}

.page-industry-insights-affiliate-marketing .feature-item p {
    font-size: 0.95em;
    color: #555;
    text-align: center;
}

.page-industry-insights-affiliate-marketing .cta-bottom {
    text-align: center;
    margin-top: 60px;
}

.page-industry-insights-affiliate-marketing .cta-bottom p {
    font-size: 1.1em;
    margin-bottom: 25px;
    color: #333;
}

/* How It Works Section */
.page-industry-insights-affiliate-marketing .how-it-works-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-industry-insights-affiliate-marketing .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-insights-affiliate-marketing .step-item {
    background-color: #f0f4f8;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-industry-insights-affiliate-marketing .step-item .step-number {
    background-color: #F5B041; /* Accent gold */
    color: #0A2342; /* Main dark blue */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: -50px auto 20px;
    border: 3px solid #0A2342;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-insights-affiliate-marketing .step-item h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-industry-insights-affiliate-marketing .step-item p {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 20px;
}

/* Commission Structure Section */
.page-industry-insights-affiliate-marketing .commission-structure-section {
    padding: 60px 0;
    background-color: #0A2342; /* Main dark blue background */
    color: #f8f8f8;
}

.page-industry-insights-affiliate-marketing .commission-structure-section h2 {
    color: #F5B041; /* Accent gold for title */
}

.page-industry-insights-affiliate-marketing .commission-structure-section p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

.page-industry-insights-affiliate-marketing .commission-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-insights-affiliate-marketing .detail-item {
    background-color: #1a3a5e; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.page-industry-insights-affiliate-marketing .detail-item:hover {
    background-color: #2a4a7e;
}

.page-industry-insights-affiliate-marketing .detail-item .detail-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(1) brightness(1.5) sepia(1) hue-rotate(30deg) saturate(5); /* Make icons gold-ish */
}

.page-industry-insights-affiliate-marketing .detail-item h3 {
    color: #F5B041; /* Accent gold */
    font-size: 1.4em;
    margin-bottom: 15px;
}

.page-industry-insights-affiliate-marketing .detail-item p {
    color: #e0e0e0;
    font-size: 0.95em;
    text-align: center;
}

/* Success Stories Section */
.page-industry-insights-affiliate-marketing .success-stories-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.page-industry-insights-affiliate-marketing .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-insights-affiliate-marketing .testimonial-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-industry-insights-affiliate-marketing .testimonial-item .testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #F5B041;
}

.page-industry-insights-affiliate-marketing .testimonial-item blockquote {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    font-size: 1.05em;
}

.page-industry-insights-affiliate-marketing .testimonial-item cite {
    display: block;
    font-weight: bold;
    color: #0A2342;
}

/* FAQ Section */
.page-industry-insights-affiliate-marketing .faq-section {
    padding: 60px 0;
    background-color: #e0e7ed;
}

.page-industry-insights-affiliate-marketing .faq-item {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-industry-insights-affiliate-marketing .faq-item h3 {
    font-size: 1.3em;
    color: #0A2342;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-industry-insights-affiliate-marketing .faq-item p {
    color: #444;
    margin-bottom: 0;
}

/* CTA Section */
.page-industry-insights-affiliate-marketing .cta-section {
    background: linear-gradient(90deg, #0A2342, #1a3a5e);
    color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

.page-industry-insights-affiliate-marketing .cta-section h2 {
    color: #F5B041; /* Accent gold */
    font-size: 2.5em;
    margin-bottom: 25px;
}

.page-industry-insights-affiliate-marketing .cta-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

.page-industry-insights-affiliate-marketing .cta-section .small-text {
    font-size: 0.9em;
    margin-top: 30px;
    color: #cccccc;
}

.page-industry-insights-affiliate-marketing .cta-section .small-text a {
    color: #F5B041;
    text-decoration: none;
    font-weight: bold;
}

.page-industry-insights-affiliate-marketing .cta-section .small-text a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-industry-insights-affiliate-marketing h1 {
        font-size: 2.4em;
    }
    .page-industry-insights-affiliate-marketing h2 {
        font-size: 1.8em;
    }
    .page-industry-insights-affiliate-marketing .hero-section .container {
        flex-direction: column;
    }
    .page-industry-insights-affiliate-marketing .features-grid,
    .page-industry-insights-affiliate-marketing .steps-grid,
    .page-industry-insights-affiliate-marketing .commission-details,
    .page-industry-insights-affiliate-marketing .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-industry-insights-affiliate-marketing h1 {
        font-size: 2em;
    }
    .page-industry-insights-affiliate-marketing h2 {
        font-size: 1.6em;
    }
    .page-industry-insights-affiliate-marketing .hero-section,
    .page-industry-insights-affiliate-marketing .introduction-section,
    .page-industry-insights-affiliate-marketing .why-7789bet-section,
    .page-industry-insights-affiliate-marketing .how-it-works-section,
    .page-industry-insights-affiliate-marketing .commission-structure-section,
    .page-industry-insights-affiliate-marketing .success-stories-section,
    .page-industry-insights-affiliate-marketing .faq-section,
    .page-industry-insights-affiliate-marketing .cta-section {
        padding: 40px 0;
    }
    .page-industry-insights-affiliate-marketing .btn {
        padding: 10px 20px;
        font-size: 0.95em;
    }
    .page-industry-insights-affiliate-marketing .large-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-insights-affiliate-marketing .step-item .step-number {
        margin-top: -40px;
    }
}

@media (max-width: 480px) {
    .page-industry-insights-affiliate-marketing h1 {
        font-size: 1.8em;
    }
    .page-industry-insights-affiliate-marketing h2 {
        font-size: 1.4em;
    }
    .page-industry-insights-affiliate-marketing h3 {
        font-size: 1.2em;
    }
    .page-industry-insights-affiliate-marketing .hero-content p {
        font-size: 1em;
    }
    .page-industry-insights-affiliate-marketing .btn {
        width: 100%;
        box-sizing: border-box;
    }
    .page-industry-insights-affiliate-marketing .cta-section p {
        font-size: 1em;
    }
}