.affiliate-signup-section {
    padding: 60px 0;
    background-color: white;
    overflow: hidden;
    background: radial-gradient(circle at top left, #a4d0f9 3%, transparent 25%),
        linear-gradient(90deg, #ecf2fd 0%, #ecf2fd 100%);
}

.affiliate-signup-section .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #003451;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 0.6rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0.8rem;
    text-align: start;
    border: 1px solid #e1e2e8;
    white-space: nowrap;
    background-color: white;
    width: fit-content;
}

.feature-check {
    color: #ce8e26;
    font-size: 1rem;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.feature-item span {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
}

/* Feature Buttons */
.feature-btn {
    padding: 0.875rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: auto;
    width: fit-content;
}

/* Illustration Styles */
.illustration-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
}

.illustration-container {
    position: relative;
    width: 100%;
}

.illustration-container img {
    width: 100%;
}

/* Mobile screen Styles */
.mobile-app-screen-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-app-screen-container {
    position: relative;
    width: 100%;
    z-index: 2;
}

.mobile-app-screen-container img {
    width: 350px;
}

.hero-background-circle-wrapper {
    position: absolute;
    left: -172px;
    bottom: 0;
    width: 1000px;
    z-index: 1;
}

.hero-background-circle-wrapper img {
    position: absolute;
    left: 0 !important;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .affiliate-signup-section .section-title {
        text-align: center !important;
    }

    .business-content {
        padding-right: 0;
        text-align: center;
    }

    .illustration-wrapper {
        margin-bottom: 3rem;
        min-height: 400px;
    }

    .illustration-container {
        max-width: 400px;
        height: 400px;
    }

    .feature-item {
        white-space: wrap;
    }

    .mobile-app-screen-container {
        width: unset;
    }

    .mobile-app-screen-container img {
        width: 250px;
    }
}

@media (max-width: 767.98px) {
    .affiliate-signup-section {
        padding: 60px 0;
        padding-bottom: 20px;
    }

    .affiliate-signup-section .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
        text-align: start;
    }

    .feature-item span {
        font-size: 0.8rem;
    }

    .affiliate-signup-section .feature-btn {
        width: 100%;
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .illustration-wrapper {
        min-height: 350px;
        margin-bottom: 0;
    }

    .illustration-container {
        max-width: 350px;
        height: fit-content;
    }

    .check-mark {
        width: 40px;
        height: 40px;
        font-size: 16px;
        bottom: 40px;
        right: 120px;
    }
}
