/* =====================================================
   PARTNERSHIP AFFILIATE HERO
   ===================================================== */

.affiliate-hero {
    position: relative;
    overflow: hidden;
    min-height: 570px;
    /* padding: 100px 0 1px; */
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 79, 146, 0.12), transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(83, 110, 255, 0.14), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #f8f7ff 50%, #f5f8ff 100%);
}

/* Bootstrap row height */
.min-vh-80 {
    min-height: 570px;
}

/* Background Grid */
.affiliate-grid {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(90, 80, 180, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(90, 80, 180, .05) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: linear-gradient(to bottom, black, transparent);
}

/* Animated Background Shapes */
.affiliate-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.shape-one {
    width: 380px;
    height: 380px;
    top: -180px;
    left: -100px;
    background: rgba(236, 72, 153, 0.10);
    animation: blobMove 8s ease-in-out infinite;
}

.shape-two {
    width: 450px;
    height: 450px;
    right: -180px;
    bottom: -220px;
    background: rgba(99, 102, 241, 0.10);
    animation: blobMove 10s ease-in-out infinite reverse;
}


/* CONTENT */
.affiliate-content {
    position: relative;
    z-index: 5;
    padding-right: 40px;
}

.affiliate-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    margin-bottom: 22px;
    border: 1px solid rgba(130, 90, 220, .18);
    border-radius: 50px;
    background: rgba(255, 255, 255, .75);
    color: #c72d49;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 8px 30px rgba(80, 50, 150, .07);
    backdrop-filter: blur(12px);
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c72d49;
    box-shadow: 0 0 0 5px rgba(236, 72, 153, .12);
    animation: pulseDot 2s infinite;
}

.affiliate-title {
    margin: 0 0 24px;
    color: #1f1343;
    font-size: clamp(42px, 4vw, 70px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2.5px;
}

.affiliate-title span {
    display: block;
    background: linear-gradient(
        90deg,
        #c72d49,
        #c72d49
        
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.affiliate-description {
    max-width: 590px;
    margin-bottom: 32px;
    color: #6c757d;
    font-size: 17px;
    line-height: 1.8;
}


/* BUTTONS */
.affiliate-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 35px;
}

.affiliate-btn-primary,
.affiliate-btn-outline {
    min-height: 54px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: all .35s ease;
}

.affiliate-btn-primary {
    color: #fff !important;
    border: 0;
    background: linear-gradient(
        135deg,
        #1f1343,
        #1f1343
    );
    box-shadow: 0 12px 30px rgba(124, 77, 255, .25);
}

.affiliate-btn-primary:hover {
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(124, 77, 255, .35);
}

.affiliate-btn-outline {
    color: #344054 !important;
    border: 1px solid #d9d6e8;
    background: rgba(255,255,255,.75);
}

.affiliate-btn-outline:hover {
    color: #c72d49 !important;
    border-color: #f74780;
    transform: translateY(-4px);
}


/* TRUST */
.affiliate-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}

.trust-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(124, 77, 255, .10);
    color: #c72d49;
    font-size: 9px;
}


/* =====================================================
   RIGHT VISUAL
   ===================================================== */

.affiliate-visual {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Main Dashboard Card */
.affiliate-main-card {
    position: relative;
    z-index: 3;
    width: 470px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 25px;
    background: rgba(255,255,255,.82);
    box-shadow:
        0 30px 80px rgba(51, 44, 100, .14),
        inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter: blur(20px);
    animation: dashboardFloat 5s ease-in-out infinite;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-label {
    display: block;
    margin-bottom: 5px;
    color: #98a2b3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.card-top h4 {
    margin: 0;
    color: #1f1343;
    font-size: 21px;
    font-weight: 800;
}

.dashboard-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg,#f74780,#f74780);
    box-shadow: 0 10px 25px rgba(124,77,255,.25);
}


/* Chart */
.affiliate-chart {
    position: relative;
    height: 190px;
    margin: 30px 0 25px;
    overflow: hidden;
    border-radius: 15px;
    background:
        linear-gradient(rgba(124,77,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124,77,255,.07) 1px, transparent 1px);
    background-size: 40px 40px;
}

.chart-line {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 38px;
    height: 100px;
    border-top: 4px solid transparent;
    border-radius: 50%;
    transform: skewY(-12deg);
    background:
        linear-gradient(135deg,
            transparent 10%,
            #7c4dff 11%,
            #ec4899 55%,
            #4568ff 100%
        ) 0 0 / 100% 4px no-repeat;
}

.chart-point {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #7c4dff;
    box-shadow: 0 4px 12px rgba(124,77,255,.35);
    animation: pointPulse 2s infinite;
}

.point-1 {
    left: 12%;
    top: 67%;
}

.point-2 {
    left: 32%;
    top: 52%;
}

.point-3 {
    left: 51%;
    top: 43%;
}

.point-4 {
    left: 70%;
    top: 28%;
}

.point-5 {
    right: 10%;
    top: 18%;
}


/* Stats */
.card-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}

.stat-box {
    padding: 15px 12px;
    border-radius: 13px;
    background: #f8f8fc;
}

.stat-box span {
    display: block;
    margin-bottom: 6px;
    color: #98a2b3;
    font-size: 9px;
    line-height: 1.3;
}

.stat-box strong {
    color: #344054;
    font-size: 16px;
    font-weight: 800;
}

.stat-box .growth {
    color: #12b76a;
}


/* Floating Cards */
.floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 18px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 15px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 20px 45px rgba(45,40,80,.13);
    backdrop-filter: blur(15px);
}

.floating-card span,
.floating-card small {
    display: block;
}

.floating-card strong {
    display: block;
    color: #1f1343;
    font-size: 15px;
    font-weight: 800;
}

.earnings-card {
    top: 112px;
    right: -93px;
    animation: floatingCard 4s ease-in-out infinite;
}

.earnings-card span {
    margin-bottom: 3px;
    color: #98a2b3;
    font-size: 9px;
}

.earnings-card small {
    margin-top: 3px;
    color: #12b76a;
    font-size: 9px;
}

.earnings-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg,#12b76a,#32d583);
}


/* Partner Card */
.partner-card {
    bottom: 65px;
    left: -15px;
    animation: floatingCard 4.5s ease-in-out infinite reverse;
}

.partner-card span {
    color: #98a2b3;
    font-size: 9px;
}

.partner-avatar {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg,#f74780);
}

.success-check {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #12b76a;
    font-size: 11px;
}


/* Decorative Circles */
.floating-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.circle-one {
    width: 90px;
    height: 90px;
    top: 70px;
    left: 30px;
    border: 1px solid rgba(124,77,255,.15);
    animation: rotateCircle 12s linear infinite;
}

.circle-two {
    width: 150px;
    height: 150px;
    right: 15px;
    bottom: 80px;
    border: 1px dashed rgba(236,72,153,.18);
    animation: rotateCircle 18s linear infinite reverse;
}


/* =====================================================
   ANIMATIONS
   ===================================================== */

.reveal {
    opacity: 0;
    transform: translateY(30px);
    animation: revealUp .8s cubic-bezier(.2,.7,.2,1) forwards;
}

.reveal-delay-1 {
    animation-delay: .15s;
}

.reveal-delay-2 {
    animation-delay: .30s;
}

.reveal-delay-3 {
    animation-delay: .45s;
}

.reveal-delay-4 {
    animation-delay: .60s;
}

@keyframes revealUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dashboardFloat {
    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(.5deg);
    }
}

@keyframes floatingCard {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes blobMove {
    0%,100% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(30px,20px) scale(1.08);
    }
}

@keyframes pulseDot {
    0%,100% {
        box-shadow: 0 0 0 4px rgba(236,72,153,.10);
    }

    50% {
        box-shadow: 0 0 0 9px rgba(236,72,153,.03);
    }
}

@keyframes pointPulse {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.35);
    }
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1199px) {

    .affiliate-title {
        font-size: 55px;
    }

    .affiliate-main-card {
        width: 420px;
    }

    .earnings-card {
        right: -5px;
    }

    .partner-card {
        left: -5px;
    }
}


@media (max-width: 991px) {

    .affiliate-hero {
        padding: 80px 0 70px;
    }

    .min-vh-80 {
        min-height: auto;
    }

    .affiliate-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 60px;
    }

    .affiliate-description {
        margin-left: auto;
        margin-right: auto;
    }

    .affiliate-buttons,
    .affiliate-trust {
        justify-content: center;
    }

    .affiliate-visual {
        min-height: 560px;
    }

    .affiliate-main-card {
        width: min(470px, 90%);
    }
}


@media (max-width: 575px) {

    .affiliate-hero {
        min-height: auto;
        padding: 65px 0 50px;
    }

    .affiliate-title {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .affiliate-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .affiliate-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .affiliate-btn-primary,
    .affiliate-btn-outline {
        width: 100%;
    }

    .affiliate-trust {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .affiliate-visual {
        min-height: 490px;
    }

    .affiliate-main-card {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
    }

    .affiliate-chart {
        height: 145px;
        margin: 20px 0;
    }

    .card-stats {
        gap: 6px;
    }

    .stat-box {
        padding: 10px 7px;
    }

    .stat-box span {
        font-size: 8px;
    }

    .stat-box strong {
        font-size: 13px;
    }

    .floating-card {
        padding: 10px 12px;
    }

    .earnings-card {
        top: 5px;
        right: 0;
        transform: scale(.85);
    }

    .partner-card {
        bottom: 10px;
        left: 0;
        transform: scale(.85);
    }

    .circle-one {
        left: 0;
    }

    .circle-two {
        right: -30px;
    }
}


/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}

/* =====================================================
   WHY BECOME A PARTNER
   ===================================================== */

.affiliate-benefits-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #ffffff;
}

.affiliate-benefits-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -300px;
    top: 100px;
    border-radius: 50%;
    background: rgba(124, 77, 255, .045);
    filter: blur(30px);
}


/* SECTION HEADING */

.section-mini-badge {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 15px;
    border-radius: 30px;
    color: #c72d49;
    background: rgba(124, 77, 255, .08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.affiliate-section-title {
    margin: 0 auto 18px;
    color: #1f1343;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.affiliate-section-title span {
    display: block;
    background: linear-gradient(
        90deg,
        #ec4899,
        #7c4dff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.affiliate-section-description {
    max-width: 650px;
    margin: auto;
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
}


/* BENEFIT CARD */

.benefit-card {
    position: relative;
    height: 100%;
    min-height: 330px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid #eeeaf7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(44, 38, 90, .055);
    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
    border-color: rgba(124, 77, 255, .25);
    box-shadow: 0 25px 55px rgba(44, 38, 90, .12);
}


/* CARD NUMBER */

.benefit-number {
    position: absolute;
    top: 25px;
    right: 28px;
    color: #f1eff7;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    transition: color .4s ease;
}

.benefit-card:hover .benefit-number {
    color: #eeeafb;
}


/* ICON */

.benefit-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #fff;
    font-size: 22px;
    transition: transform .4s ease;
}

.benefit-card:hover .benefit-icon {
    transform: rotate(-6deg) scale(1.08);
}

.icon-purple {
    background: linear-gradient(135deg,#7c4dff,#9f7aea);
    box-shadow: 0 12px 25px rgba(124,77,255,.22);
}

.icon-pink {
    background: linear-gradient(135deg,#ec4899,#f472b6);
    box-shadow: 0 12px 25px rgba(236,72,153,.22);
}

.icon-blue {
    background: linear-gradient(135deg,#4568ff,#38bdf8);
    box-shadow: 0 12px 25px rgba(69,104,255,.22);
}

.icon-orange {
    background: linear-gradient(135deg,#f97316,#fb923c);
    box-shadow: 0 12px 25px rgba(249,115,22,.22);
}

.icon-green {
    background: linear-gradient(135deg,#10b981,#34d399);
    box-shadow: 0 12px 25px rgba(16,185,129,.22);
}

.icon-cyan {
    background: linear-gradient(135deg,#06b6d4,#22d3ee);
    box-shadow: 0 12px 25px rgba(6,182,212,.22);
}


/* CONTENT */

.benefit-card h4 {
    position: relative;
    z-index: 2;
    margin-bottom: 14px;
    color: #1f1343;
    font-size: 20px;
    font-weight: 800;
}

.benefit-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
    color: #6c757d;
    font-size: 13px;
    line-height: 1.8;
}


/* LINK */

.benefit-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #c72d49 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: gap .3s ease;
}

.benefit-link span {
    font-size: 18px;
    line-height: 10px;
}

.benefit-link:hover {
    gap: 15px;
}


/* FEATURED CARD */

.featured-benefit {
    border-color: rgba(124,77,255,.15);
    background:
        linear-gradient(
            145deg,
            #fff 0%,
            #fbf9ff 100%
        );
}

.benefit-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(124,77,255,.07);
    filter: blur(10px);
    transition: transform .5s ease;
}

.featured-benefit:hover .benefit-glow {
    transform: scale(1.5);
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .affiliate-benefits-section {
        padding: 80px 0;
    }

    .benefit-card {
        min-height: 310px;
    }
}


@media (max-width: 575px) {

    .affiliate-benefits-section {
        padding: 65px 0;
    }

    .affiliate-section-title {
        font-size: 32px;
    }

    .affiliate-section-description {
        font-size: 14px;
    }

    .benefit-card {
        min-height: auto;
        padding: 26px;
    }

    .benefit-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 20px;
    }

    .benefit-card h4 {
        font-size: 18px;
    }
}


/* =====================================================
   AFFILIATE HOW IT WORKS
   ===================================================== */

.affiliate-process-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        linear-gradient(
            180deg,
            #faf9ff 0%,
            #ffffff 100%
        );
}


/* PROCESS WRAPPER */

.affiliate-process-wrapper {
    position: relative;
    margin-top: 75px;
}


/* CONNECTING LINE */

.process-line {
    position: absolute;
    top: 42px;
    left: 12.5%;
    right: 12.5%;
    height: 3px;
    overflow: hidden;
    border-radius: 10px;
    background: #e8e5f2;
}

.process-line-progress {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        #ec4899,
        #7c4dff,
        #4568ff
    );
    animation: processLineMove 3s ease-in-out infinite;
    transform-origin: left;
}


/* STEP */

.process-step {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    text-align: center;
}


/* ICON WRAPPER */

.process-icon-wrap {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto 28px;
}

.process-icon {
    position: relative;
    z-index: 2;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    background: linear-gradient(
        135deg,
        #f74780
    );
    box-shadow:
        0 12px 30px rgba(124,77,255,.20),
        0 0 0 7px rgba(124,77,255,.06);
    transition: all .4s ease;
}

.process-step:hover .process-icon {
    transform: translateY(-7px) rotate(-8deg) scale(1.08);
    box-shadow:
        0 20px 40px rgba(124,77,255,.30),
        0 0 0 10px rgba(124,77,255,.08);
}


/* NUMBER */

.step-number {
    position: absolute;
    z-index: 4;
    right: -12px;
    bottom: -4px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #1f1343;
    background: #f1edff;
    font-size: 9px;
    font-weight: 800;
}


/* TEXT */

.process-step h4 {
    margin-bottom: 12px;
    color: #1f1343;
    font-size: 19px;
    font-weight: 800;
}

.process-step p {
    max-width: 230px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 12px;
    line-height: 1.8;
}


/* DIFFERENT ICON COLORS */

.process-step:nth-child(2) .process-icon {
    background: linear-gradient(
        135deg,
        #7c4dff,
        #4568ff
    );
}

.process-step:nth-child(3) .process-icon {
    background: linear-gradient(
        135deg,
        #4568ff,
        #06b6d4
    );
}

.process-step:nth-child(4) .process-icon {
    background: linear-gradient(
        135deg,
        #10b981,
        #34d399
    );
}


/* =====================================================
   CTA
   ===================================================== */

.process-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 27px 32px;
    overflow: hidden;
    border: 1px solid rgba(124,77,255,.12);
    border-radius: 20px;
    background:
        linear-gradient(
            110deg,
            #f9f7ff,
            #fff
        );
    box-shadow: 0 15px 45px rgba(55,45,100,.07);
}

.process-cta::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -100px;
    top: -130px;
    border-radius: 50%;
    background: rgba(124,77,255,.06);
}


.process-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 17px;
}

.cta-small-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(
        135deg,
        #f74780
    );
    font-size: 19px;
    box-shadow: 0 10px 25px rgba(124,77,255,.22);
}

.process-cta-content span {
    display: block;
    margin-bottom: 4px;
    color: #98a2b3;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.process-cta-content h3 {
    margin: 0;
    color: #1f1343;
    font-size: 20px;
    font-weight: 600;
}

.process-cta-content strong {
    color: #1f1343;
    font-weight: 800;
}


.process-cta-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 21px;
    flex-shrink: 0;
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #f74780
    );
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(124,77,255,.20);
    transition: all .35s ease;
}

.process-cta-btn span {
    font-size: 18px;
    transition: transform .3s ease;
}

.process-cta-btn:hover {
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(124,77,255,.30);
}

.process-cta-btn:hover span {
    transform: translateX(4px);
}


/* =====================================================
   ANIMATION
   ===================================================== */

@keyframes processLineMove {
    0% {
        transform: scaleX(0);
    }

    20% {
        transform: scaleX(.2);
    }

    60% {
        transform: scaleX(.75);
    }

    100% {
        transform: scaleX(1);
    }
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 991px) {

    .affiliate-process-section {
        padding: 80px 0;
    }

    .affiliate-process-wrapper {
        margin-top: 55px;
    }

    .process-line {
        display: none;
    }

    .process-step {
        margin-bottom: 55px;
    }

    .process-cta {
        padding: 25px;
    }
}


@media (max-width: 767px) {

    .affiliate-process-section {
        padding: 70px 0;
    }

    .process-step {
        margin-bottom: 45px;
    }

    .process-icon-wrap,
    .process-icon {
        width: 75px;
        height: 75px;
    }

    .process-icon {
        font-size: 21px;
    }

    .process-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .process-cta-btn {
        width: 100%;
        justify-content: center;
    }
}


@media (max-width: 575px) {

    .process-cta-content h3 {
        font-size: 17px;
    }

    .process-cta-content {
        align-items: flex-start;
    }

    .cta-small-icon {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}



/* =========================================================
   PARTNERSHIP & RESELLER PROGRAM
========================================================= */

.partner-program-section {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(199, 45, 73, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(99, 62, 255, 0.12),
            transparent 30%
        ),
        #f8f9fc;
}


/* =========================================================
   BACKGROUND GLOWS
========================================================= */

.partner-bg-glow {
    position: absolute;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    filter: blur(90px);

    pointer-events: none;

    animation: partnerGlowMove 8s ease-in-out infinite alternate;
}

.partner-glow-1 {
    top: 5%;
    left: -150px;

    background: rgba(199, 45, 73, 0.10);
}

.partner-glow-2 {
    right: -150px;
    bottom: 10%;

    background: rgba(99, 62, 255, 0.10);

    animation-delay: 2s;
}


@keyframes partnerGlowMove {

    from {
        transform: translateY(0) scale(1);
    }

    to {
        transform: translateY(35px) scale(1.12);
    }

}


/* =========================================================
   SECTION HEADING
========================================================= */

.partner-section-heading {
    max-width: 850px;

    margin: 0 auto 65px;

    position: relative;
    z-index: 2;
}


.partner-badge,
.partner-mini-badge,
.reseller-label {

    display: inline-flex;

    align-items: center;
    gap: 8px;

    padding: 8px 16px;

    border-radius: 50px;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1px;

    color: #c72d49;

    background: rgba(199, 45, 73, 0.08);

    border: 1px solid rgba(199, 45, 73, 0.12);

    margin-bottom: 18px;
}


.partner-section-heading h2 {

    margin: 0;

    font-size: clamp(34px, 4vw, 56px);

    line-height: 1.12;

    font-weight: 800;

    color: #1f1343;
}


.partner-section-heading h2 span,
.partner-platform-heading h3 span,
.profit-title span,
.reseller-content h3 span {

    color: #c72d49;
}


.partner-section-heading p {

    max-width: 720px;

    margin: 22px auto 0;

    color: #687083;

    font-size: 17px;

    line-height: 1.8;
}


/* =========================================================
   PARTNER MODEL CARDS
========================================================= */

.partner-model-card {

    position: relative;

    height: 100%;

    padding: 38px 32px;

    background: rgba(255,255,255,0.92);

    border: 1px solid #e9eaf1;

    border-radius: 24px;

    box-shadow:
        0 18px 55px rgba(31,19,67,0.07);

    overflow: hidden;

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}


.partner-model-card::before {

    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -70px;
    top: -70px;

    border-radius: 50%;

    background: rgba(199,45,73,0.07);

    transition: .5s ease;
}


.partner-model-card:hover {

    transform: translateY(-12px);

    border-color: rgba(199,45,73,0.25);

    box-shadow:
        0 28px 70px rgba(31,19,67,0.13);
}


.partner-model-card:hover::before {

    transform: scale(1.7);
}


.partner-featured {

    border: 2px solid rgba(199,45,73,0.30);

    transform: translateY(-8px);
}


.partner-featured:hover {

    transform: translateY(-18px);
}


/* POPULAR */

.partner-popular {

    position: absolute;

    top: 20px;
    right: 20px;

    padding: 6px 12px;

    border-radius: 50px;

    background: #c72d49;

    color: #fff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .8px;
}


/* ICON */

.partner-model-icon {

    width: 68px;
    height: 68px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 18px;

    font-size: 26px;

    margin-bottom: 25px;

    transition: .4s ease;
}


.affiliate-icon {

    color: #6d4aff;

    background: rgba(109,74,255,0.10);
}


.reseller-icon {

    color: #c72d49;

    background: rgba(199,45,73,0.10);
}


.technology-icon {

    color: #0c8f8a;

    background: rgba(12,143,138,0.10);
}


.partner-model-card:hover .partner-model-icon {

    transform: rotate(-7deg) scale(1.1);
}


.partner-number {

    display: block;

    margin-bottom: 5px;

    font-size: 12px;

    font-weight: 800;

    color: #a0a5b2;
}


.partner-model-content h3 {

    margin-bottom: 14px;

    font-size: 24px;

    color: #1f1343;

    font-weight: 800;
}


.partner-model-content p {

    min-height: 80px;

    margin-bottom: 20px;

    color: #707787;

    line-height: 1.7;
}


.partner-model-content ul {

    padding: 0;
    margin: 0 0 25px;

    list-style: none;
}


.partner-model-content li {

    display: flex;

    gap: 10px;

    margin-bottom: 12px;

    color: #555d6d;

    font-size: 14px;
}


.partner-model-content li i {

    color: #c72d49;

    margin-top: 3px;
}


.partner-card-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #1f1343;

    text-decoration: none;

    font-size: 14px;

    font-weight: 800;

    transition: .3s ease;
}


.partner-card-link i {

    transition: .3s ease;
}


.partner-card-link:hover {

    color: #c72d49;
}


.partner-card-link:hover i {

    transform: translateX(6px);
}


/* =========================================================
   PLATFORM SECTION
========================================================= */

.partner-platform-wrapper {

    margin-top: 95px;
}


.partner-platform-heading {

    max-width: 720px;

    margin: 0 auto 45px;
}


.partner-platform-heading h3 {

    font-size: clamp(28px, 3vw, 42px);

    color: #1f1343;

    font-weight: 800;

    margin-bottom: 15px;
}


.partner-platform-heading p {

    color: #707787;

    line-height: 1.7;
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.partner-service-card {

    position: relative;

    display: flex;

    align-items: center;

    gap: 18px;

    height: 100%;

    padding: 23px 20px;

    border-radius: 18px;

    background: #fff;

    border: 1px solid #e9eaf1;

    box-shadow: 0 10px 35px rgba(31,19,67,.05);

    transition: .4s ease;
}


.partner-service-card:hover {

    transform: translateY(-7px);

    box-shadow: 0 20px 45px rgba(31,19,67,.10);

    border-color: rgba(199,45,73,.20);
}


.service-icon {

    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    color: #c72d49;

    background: rgba(199,45,73,.08);

    font-size: 21px;

    transition: .4s ease;
}


.partner-service-card:hover .service-icon {

    transform: scale(1.1) rotate(-5deg);

    background: #c72d49;

    color: #fff;
}


.partner-service-card h4 {

    margin: 0 0 5px;

    font-size: 17px;

    color: #1f1343;

    font-weight: 800;
}


.partner-service-card p {

    margin: 0;

    font-size: 12px;

    line-height: 1.55;

    color: #7a8190;
}


.partner-ai-card {

    border-color: rgba(111,75,255,.20);
}


.ai-badge {

    position: absolute;

    top: 10px;
    right: 10px;

    padding: 3px 7px;

    border-radius: 5px;

    background: #6d4aff;

    color: #fff;

    font-size: 8px;

    font-weight: 800;
}


/* =========================================================
   PROFIT SECTION
========================================================= */

.partner-profit-section {

    margin-top: 100px;

    padding: 60px;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #fff,
            #faf8ff
        );

    border: 1px solid #e9e7f3;

    box-shadow: 0 20px 70px rgba(31,19,67,.07);
}


.profit-title {

    margin-bottom: 20px;

    color: #1f1343;

    font-size: clamp(30px, 3vw, 44px);

    line-height: 1.15;

    font-weight: 800;
}


.profit-description {

    max-width: 470px;

    color: #707787;

    line-height: 1.8;

    margin-bottom: 30px;
}


/* FLOW */

.profit-flow {

    position: relative;

    padding-left: 20px;
}


.profit-flow::before {

    content: "";

    position: absolute;

    left: 36px;
    top: 35px;
    bottom: 35px;

    width: 2px;

    background:
        linear-gradient(
            to bottom,
            #c72d49,
            rgba(199,45,73,.05)
        );
}


.profit-step {

    position: relative;

    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 20px;

    padding: 17px;

    border-radius: 17px;

    background: #fff;

    border: 1px solid #ededf3;

    transition: .35s ease;
}


.profit-step:hover {

    transform: translateX(8px);

    box-shadow: 0 12px 35px rgba(31,19,67,.08);
}


.profit-step-number {

    position: absolute;

    right: 18px;
    top: 12px;

    font-size: 11px;

    font-weight: 800;

    color: #c6c9d2;
}


.profit-step-icon {

    position: relative;

    z-index: 2;

    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #c72d49;

    color: #fff;

    font-size: 14px;

    box-shadow:
        0 0 0 6px #fff,
        0 0 0 7px rgba(199,45,73,.15);
}


.profit-step-content h4 {

    margin: 0 0 5px;

    color: #1f1343;

    font-size: 16px;

    font-weight: 800;
}


.profit-step-content p {

    margin: 0;

    color: #777e8c;

    font-size: 13px;

    line-height: 1.5;
}


/* BUTTON */

.partner-main-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 24px;

    border-radius: 50px;

    background: #c72d49;

    color: #fff;

    font-weight: 700;

    border: none;

    transition: .35s ease;
}


.partner-main-btn:hover {

    background: #1f1343;

    color: #fff !important;

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(199,45,73,.22);
}


/* =========================================================
   RESELLER CTA
========================================================= */

.reseller-account-box {

    position: relative;

    margin-top: 70px;

    padding: 50px 55px;

    border-radius: 28px;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            #1f1343,
            #f74780
        );

    box-shadow:
        0 25px 70px rgba(31,19,67,.20);
}


.reseller-account-box::before {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -100px;
    top: -130px;

    border-radius: 50%;

    background: rgba(199,45,73,.22);

    filter: blur(20px);

    animation: resellerPulse 6s ease-in-out infinite alternate;
}


@keyframes resellerPulse {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.25);
    }

}


.reseller-content {

    position: relative;

    z-index: 2;
}


.reseller-label {

    color: #fff;

    background: rgba(255,255,255,.10);

    border-color: rgba(255,255,255,.15);
}


.reseller-content h3 {

    margin-bottom: 15px;

    color: #fff;

    font-size: clamp(28px, 3vw, 42px);

    font-weight: 800;
}


.reseller-content h3 span {

    color: #ff6a83;
}


.reseller-content p {

    max-width: 720px;

    margin-bottom: 20px;

    color: rgba(255,255,255,.72);

    line-height: 1.7;
}


.reseller-points {

    display: flex;

    flex-wrap: wrap;

    gap: 12px 22px;
}


.reseller-points span {

    color: rgba(255,255,255,.85);

    font-size: 13px;

    font-weight: 600;
}


.reseller-points i {

    color: #ff6a83;

    margin-right: 5px;
}


/* CTA */

.partner-cta-btn {

    position: relative;

    z-index: 2;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 15px 26px;

    border-radius: 50px;

    background: #fff;

    color: #1f1343;

    text-decoration: none;

    font-size: 14px;

    font-weight: 800;

    transition: .35s ease;
}


.partner-cta-btn:hover {

    background: #c72d49;

    color: #fff !important;

    transform: translateY(-4px);

    box-shadow: 0 15px 35px rgba(0,0,0,.20);
}


.partner-cta-note {

    display: block;

    margin-top: 12px;

    color: rgba(255,255,255,.55);

    font-size: 11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .partner-program-section {
        padding: 85px 0;
    }

    .partner-section-heading {
        margin-bottom: 50px;
    }

    .partner-featured {
        transform: none;
    }

    .partner-featured:hover {
        transform: translateY(-12px);
    }

    .partner-profit-section {
        padding: 45px 35px;
    }

    .reseller-account-box {
        padding: 45px 35px;
    }

}


@media (max-width: 767px) {

    .partner-program-section {
        padding: 70px 0;
    }

    .partner-section-heading {
        margin-bottom: 40px;
    }

    .partner-section-heading h2 {
        font-size: 34px;
    }

    .partner-section-heading p {
        font-size: 15px;
    }

    .partner-model-card {
        padding: 30px 25px;
    }

    .partner-model-content p {
        min-height: auto;
    }

    .partner-platform-wrapper {
        margin-top: 70px;
    }

    .partner-profit-section {
        margin-top: 70px;
        padding: 35px 22px;
    }

    .profit-flow {
        padding-left: 0;
    }

    .profit-flow::before {
        left: 20px;
    }

    .profit-step {
        padding: 15px 12px;
        gap: 14px;
    }

    .profit-step-icon {
        flex: 0 0 38px;

        width: 38px;
        height: 38px;
    }

    .reseller-account-box {
        margin-top: 55px;
        padding: 35px 22px;
        text-align: center;
    }

    .reseller-points {
        justify-content: center;
    }

    .partner-cta-btn {
        margin-top: 15px;
    }

}


@media (max-width: 575px) {

    .partner-program-section {
        padding: 60px 0;
    }

    .partner-section-heading h2 {
        font-size: 29px;
    }

    .partner-section-heading p {
        font-size: 14px;
    }

    .partner-badge,
    .partner-mini-badge {
        font-size: 10px;
    }

    .partner-model-card {
        padding: 27px 22px;
        border-radius: 20px;
    }

    .partner-model-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .partner-model-content h3 {
        font-size: 21px;
    }

    .partner-service-card {
        padding: 18px 15px;
    }

    .service-icon {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .partner-service-card h4 {
        font-size: 15px;
    }

    .partner-service-card p {
        font-size: 11px;
    }

    .profit-title {
        font-size: 30px;
    }

    .profit-step-content h4 {
        font-size: 14px;
    }

    .profit-step-content p {
        font-size: 12px;
    }

    .reseller-content h3 {
        font-size: 29px;
    }

    .reseller-points {
        flex-direction: column;
        align-items: center;
    }

}