/* ===== Affiliate Hero Section ===== */
.affiliate-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    padding: 8rem 1.5rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.affiliate-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.affiliate-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.affiliate-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--primary-light);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.affiliate-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.affiliate-hero-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #e8eef2;
    margin-bottom: 2.5rem;
}

.affiliate-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== Value Proposition Section ===== */
.value-proposition {
    padding: 8rem 1.5rem;
    background-color: #ffffff;
}

.value-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.value-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 300;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a6c7d;
    max-width: 600px;
    margin: 0 auto;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

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

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon svg {
    width: 40px;
    height: 40px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.value-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.value-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a6c7d;
}

/* ===== Affiliate Process Section ===== */
.affiliate-process {
    padding: 8rem 1.5rem;
    background-color: #fafafa;
}

.process-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.process-header {
    text-align: center;
    margin-bottom: 4rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.process-step {
    text-align: center;
    padding: 2rem 1rem;
}

.process-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.process-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.process-description {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: #5a6c7d;
}

/* ===== Benefits & Program Section (Combined) ===== */
.benefits-program {
    padding: 8rem 1.5rem;
    background-color: #ffffff;
}

.benefits-program-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.benefits-program-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.benefits-column {
    display: flex;
    flex-direction: column;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.benefit-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.benefit-check {
    width: 24px;
    height: 24px;
    stroke: var(--primary-blue);
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.benefit-text {
    flex: 1;
}

.benefit-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.benefit-description {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin: 0;
}

.software-section {
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.software-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.logos-image {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.software-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin: 0;
}

.software-text strong {
    color: var(--primary-blue);
    font-weight: 600;
}

/* Program Card */
.program-column {
    display: flex;
    align-items: flex-start;
}

.program-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.program-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 2rem;
    text-align: center;
}

.program-features {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.program-feature {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    background: #fafafa;
    border-radius: 12px;
}

.feature-icon-wrapper {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-light) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-wrapper svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.feature-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #5a6c7d;
}

.feature-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-blue);
}

.program-cta-btn {
    width: 100%;
}

/* ===== Final CTA Section ===== */
.affiliate-final-cta {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-light) 100%);
    padding: 6rem 1.5rem;
    text-align: center;
}

.final-cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 300;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.final-cta-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Responsive Styles ===== */
@media (max-width: 1024px) {
    .value-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits-program-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .affiliate-hero {
        padding: 4rem 1.5rem;
        min-height: auto;
    }

    .affiliate-cta {
        flex-direction: column;
    }

    .affiliate-cta .btn-primary,
    .affiliate-cta .btn-secondary {
        width: 100%;
    }

    .value-proposition,
    .affiliate-process,
    .benefits-program {
        padding: 4rem 1.5rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .affiliate-final-cta {
        padding: 4rem 1.5rem;
    }

    .program-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .affiliate-hero {
        padding: 3rem 1rem;
    }

    .value-proposition,
    .affiliate-process,
    .benefits-program {
        padding: 3rem 1rem;
    }

    .program-card {
        padding: 1.5rem 1rem;
    }

    .affiliate-final-cta {
        padding: 3rem 1rem;
    }
}
