/* =========================================================
   AFFILIATE NOW
   SSSP PREMIUM DESIGN
========================================================= */

.affiliate-page{
    background:#f8f4ec;
    color:#1c120e;
    overflow:hidden;
}

.affiliate-page *{
    box-sizing:border-box;
}


/* =========================================================
   HERO
========================================================= */

.affiliate-hero{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    background:
        linear-gradient(
            120deg,
            #fffaf2 0%,
            #f7eee0 52%,
            #f1dfc6 100%
        );
    overflow:hidden;
    padding:90px 0;
}

.affiliate-hero::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    right:-180px;
    top:-220px;
    background:rgba(140,24,24,.06);
}

.affiliate-hero::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    left:-180px;
    bottom:-180px;
    background:rgba(212,175,55,.08);
}

.affiliate-hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(255,255,255,.2) 100%
        );
    pointer-events:none;
}

.affiliate-hero .container{
    position:relative;
    z-index:2;
}

.affiliate-hero-content{
    max-width:620px;
}

.affiliate-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:8px 18px;
    border:1px solid rgba(212,175,55,.5);
    border-radius:30px;
    color:#b27b16;
    background:rgba(255,255,255,.45);
    font-size:11px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.affiliate-hero h1{
    margin:0 0 25px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:68px;
    line-height:1.04;
    font-weight:500;
    color:#21130e;
}

.affiliate-hero h1 span{
    display:block;
    color:#8c1818;
    font-style:italic;
}

.affiliate-hero-content > p{
    max-width:590px;
    color:#715c51;
    font-size:16px;
    line-height:1.9;
    margin-bottom:35px;
}

.affiliate-hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.affiliate-btn{
    min-height:52px;
    padding:0 26px;
    border-radius:7px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s ease;
}

.affiliate-btn-primary{
    color:#fff;
    background:#8c1818;
    box-shadow:0 12px 30px rgba(140,24,24,.22);
}

.affiliate-btn-primary:hover{
    color:#fff;
    background:#6f1010;
    transform:translateY(-3px);
}

.affiliate-btn-outline{
    color:#8c1818;
    border:1px solid #8c1818;
    background:transparent;
}

.affiliate-btn-outline:hover{
    color:#fff;
    background:#8c1818;
    transform:translateY(-3px);
}

.affiliate-hero-visual{
    position:relative;
    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-building{
    position:relative;
    width:min(100%,520px);
    z-index:2;
}

.hero-building img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 30px 40px rgba(65,30,15,.18));
}

.hero-music-symbol{
    position:absolute;
    right:0;
    top:35px;
    width:75px;
    height:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#8c1818;
    color:#d4af37;
    font-size:28px;
    box-shadow:0 15px 35px rgba(140,24,24,.25);
    z-index:4;
}
/* =========================================================
   RECOGNITION
========================================================= */

.recognitionPremium{
    padding:105px 0 90px;
    background:#faf7f0;
}

.recognitionHeader{
    max-width:800px;
    margin:0 auto 55px;
}

.recognitionBadge{
    display:inline-block;
    padding:7px 22px;
    border:1px solid rgba(212,175,55,.55);
    border-radius:30px;
    color:#c28a24;
    font-size:10px;
    letter-spacing:4px;
    font-weight:700;
    background:#fbf1df;
}

.recognitionHeader h2{
    margin:25px 0 22px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:48px;
    line-height:1.08;
    font-weight:500;
    color:#17100d;
}

.recognitionHeader h2 span{
    color:#8c1818;
    font-style:italic;
}

.recognitionHeader p{
    max-width:720px;
    margin:auto;
    color:#705c51;
    font-size:15px;
    line-height:1.9;
}

.recognitionLine{
    width:60px;
    height:2px;
    margin:25px auto 0;
    background:#d4af37;
}

.recognitionSwiper{
    position:relative;
    padding:5px 55px 55px;
}

.recognitionSwiper .swiper-slide{
    height:auto;
}

.recognitionCard{
    position:relative;
    min-height:235px;
    padding:30px 20px;
    border:1px solid #ead9bd;
    border-radius:18px;
    background:#fffdf9;
    text-align:center;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 8px 25px rgba(75,40,20,.06);
}

.recognitionCard:hover{
    transform:translateY(-7px);
    border-color:#d4af37;
    box-shadow:0 18px 40px rgba(75,40,20,.12);
}

.cardGlow{
    position:absolute;
    width:150px;
    height:150px;
    border-radius:50%;
    background:rgba(212,175,55,.08);
    top:-70px;
    right:-60px;
}

.recognitionLogo{
    position:relative;
    z-index:2;
    width:82px;
    height:82px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#faf3e4;
    border:2px solid #ead7ac;
    padding:7px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.recognitionLogo img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    border-radius:50%;
}

.recognitionContent{
    position:relative;
    z-index:2;
}

.recognitionContent span{
    display:block;
    margin-bottom:6px;
    color:#c28a24;
    font-size:9px;
    letter-spacing:3px;
    font-weight:700;
}

.recognitionContent h4{
    margin:0;
    color:#8c1818;
    font-family:Georgia,"Times New Roman",serif;
    font-size:19px;
}

.recognition-prev,
.recognition-next{
    width:40px!important;
    height:40px!important;
    border-radius:50%;
    background:#8c1818;
    color:#fff;
}

.recognition-prev::after,
.recognition-next::after{
    font-size:15px!important;
    font-weight:700;
}

.recognition-pagination{
    bottom:0!important;
}

.recognition-pagination .swiper-pagination-bullet-active{
    background:#8c1818;
}
/* =========================================================
   SECTION COMMON HEADING
========================================================= */

.affiliate-section-heading{
    max-width:800px;
    margin:0 auto 55px;
}

.affiliate-section-heading.left{
    max-width:none;
    margin:0 0 35px;
}

.affiliate-section-heading > span{
    display:inline-block;
    margin-bottom:15px;
    color:#c38a27;
    font-size:10px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
}

.affiliate-section-heading h2{
    margin:0 0 18px;
    color:#1d120e;
    font-family:Georgia,"Times New Roman",serif;
    font-size:48px;
    line-height:1.1;
    font-weight:500;
}

.affiliate-section-heading h2 strong{
    color:#8c1818;
    font-weight:500;
    font-style:italic;
}

.affiliate-section-heading p{
    max-width:760px;
    margin:0 auto;
    color:#705c51;
    font-size:15px;
    line-height:1.9;
}

.affiliate-section-heading.left p{
    margin:0;
}



/* =========================================================
   HOW TO APPLY
========================================================= */

.affiliate-apply-section{
    padding:110px 0;
    background:#faf7f0;
}

.affiliation-method-card{
    height:100%;
    overflow:hidden;
    border:1px solid #eadbc3;
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 35px rgba(65,35,20,.06);
    transition:.35s ease;
}

.affiliation-method-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(65,35,20,.11);
}

.method-header{
    min-height:175px;
    padding:32px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
    overflow:hidden;
}

.offline-card .method-header{
    background:
        linear-gradient(
            135deg,
            #f6e9dc,
            #f8f0e4
        );
}

.online-card .method-header{
    background:
        linear-gradient(
            135deg,
            #f8f0dc,
            #fbf5e7
        );
}

.method-header::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    right:-65px;
    bottom:-80px;
    border:7px solid rgba(140,24,24,.05);
}

.method-badge{
    display:inline-block;
    padding:5px 12px;
    border:1px solid rgba(140,24,24,.25);
    border-radius:6px;
    color:#8c1818;
    font-size:9px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.online-card .method-badge{
    color:#a16e16;
    border-color:rgba(195,138,39,.35);
}

.method-header h3{
    position:relative;
    z-index:2;
    margin:0;
    color:#21130e;
    font-family:Georgia,"Times New Roman",serif;
    font-size:32px;
    line-height:1.05;
    font-weight:500;
}

.method-header p{
    margin:10px 0 0;
    color:#8a6e5d;
    font-size:10px;
    letter-spacing:2px;
}

.method-icon{
    position:relative;
    z-index:2;
    width:78px;
    height:78px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8c1818;
    font-size:43px;
    opacity:.12;
}

.online-card .method-icon{
    color:#b07a19;
}

.method-body{
    padding:28px;
}

.method-step{
    display:flex;
    gap:16px;
    margin-bottom:24px;
}

.step-number{
    flex:0 0 31px;
    width:31px;
    height:31px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:linear-gradient(135deg,#8c1818,#b9781d);
    font-size:13px;
    font-weight:700;
    box-shadow:0 7px 15px rgba(140,24,24,.18);
}

.method-step h4{
    margin:2px 0 6px;
    color:#1d1613;
    font-size:15px;
    font-weight:700;
}

.method-step p{
    margin:0;
    color:#715d52;
    font-size:13px;
    line-height:1.7;
}

.method-button{
    width:100%;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:9px;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    transition:.3s ease;
}

.offline-button{
    color:#fff;
    background:#8c1818;
}

.offline-button:hover{
    color:#fff;
    background:#6f1010;
    transform:translateY(-2px);
}

.online-button{
    color:#17100d;
    background:#c9952f;
}

.online-button:hover{
    color:#17100d;
    background:#dcae51;
    transform:translateY(-2px);
}



/* =========================================================
   ELIGIBILITY + DOCUMENTS
========================================================= */

.eligibility-section{
    padding:110px 0;
    background:#f4ead7;
}

.eligibility-list,
.documents-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.eligibility-card,
.document-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:22px;
    border:1px solid rgba(232,217,190,.85);
    border-radius:15px;
    background:#fff;
    box-shadow:0 7px 20px rgba(55,35,20,.05);
    transition:.3s ease;
}

.eligibility-card:hover,
.document-card:hover{
    transform:translateX(5px);
    box-shadow:0 13px 28px rgba(55,35,20,.09);
}

.eligibility-icon,
.document-icon{
    flex:0 0 43px;
    width:43px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:11px;
    background:#fbf0df;
    font-size:23px;
}

.document-icon{
    color:#8c1818;
    font-size:19px;
}

.eligibility-card h4,
.document-card h4{
    margin:1px 0 7px;
    color:#201713;
    font-size:14px;
    font-weight:700;
}

.eligibility-card p,
.document-card p{
    margin:0;
    color:#745f53;
    font-size:13px;
    line-height:1.7;
}



/* =========================================================
   DOWNLOAD FORMS
========================================================= */

.download-forms-section{
    padding:105px 0;
    background:#faf7f0;
}

.download-form-card{
    min-height:100px;
    height:100%;
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px;
    border:1px solid #eadfce;
    border-radius:15px;
    background:#fff;
    color:#1d120e;
    text-decoration:none;
    box-shadow:0 6px 18px rgba(60,35,20,.045);
    transition:.3s ease;
}

.download-form-card:hover{
    color:#1d120e;
    border-color:#d4af37;
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(60,35,20,.09);
}

.download-icon{
    flex:0 0 40px;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ead8cb;
    border-radius:11px;
    background:#faf1e8;
    font-size:20px;
}

.download-form-card div{
    flex:1;
}

.download-form-card h4{
    margin:0 0 5px;
    color:#21140f;
    font-size:13px;
    line-height:1.4;
    font-weight:700;
}

.download-form-card p{
    margin:0;
    color:#8a7164;
    font-size:10px;
    line-height:1.4;
}

.download-form-card > i{
    color:#c38a27;
    font-size:14px;
}



/* =========================================================
   FEES SECTION
========================================================= */

.fees-section{
    padding:105px 0;
    background:
        linear-gradient(
            110deg,
            #321808 0%,
            #43170e 50%,
            #250b07 100%
        );
    color:#fff;
}

.dark-heading > span{
    color:#d7a742;
}

.dark-heading h2{
    color:#fff;
}

.dark-heading p{
    color:rgba(255,255,255,.62);
}

.fee-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.fee-row{
    min-height:51px;
    padding:13px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    border:1px solid rgba(214,167,83,.18);
    border-radius:10px;
    background:rgba(255,255,255,.055);
    color:#f6e8d3;
    font-size:12px;
    transition:.3s ease;
}

.fee-row:hover{
    background:rgba(212,175,55,.10);
    border-color:rgba(212,175,55,.35);
}

.fee-row strong{
    color:#d8a033;
    font-size:15px;
    white-space:nowrap;
}

.bank-details-card{
    padding:18px 22px;
    border:1px solid rgba(214,167,83,.20);
    border-radius:15px;
    background:rgba(255,255,255,.055);
}

.bank-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:25px;
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    font-size:12px;
}

.bank-row:last-child{
    border-bottom:0;
}

.bank-row span{
    color:rgba(255,255,255,.58);
}

.bank-row strong{
    max-width:65%;
    color:#fff;
    text-align:right;
    font-size:11px;
    line-height:1.5;
}

.bank-help{
    margin:12px 0 0;
    color:rgba(255,255,255,.55);
    font-size:11px;
}

.bank-help a{
    color:#d5a23a;
    text-decoration:none;
}



/* =========================================================
   WHAT HAPPENS NEXT
========================================================= */

.after-affiliation-section{
    padding:110px 0;
    background:#faf7f0;
}

.next-steps-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:13px;
    max-width:1250px;
    margin:auto;
}

.next-step-card{
    position:relative;
    min-height:270px;
    padding:22px 18px 25px;
    border:1px solid #eadfce;
    border-radius:16px;
    background:#fff;
    text-align:center;
    box-shadow:0 7px 20px rgba(65,35,20,.05);
    transition:.35s ease;
}

.next-step-card:hover{
    transform:translateY(-7px);
    border-color:#d7b36a;
    box-shadow:0 16px 32px rgba(65,35,20,.1);
}

.next-step-number{
    width:31px;
    height:31px;
    margin:0 auto 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,#8c1818,#c28a25);
    font-size:12px;
    font-weight:700;
    box-shadow:0 7px 15px rgba(140,24,24,.2);
}

.next-step-icon{
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
    color:#8c1818;
    font-size:28px;
}

.next-step-card h4{
    margin:0 0 10px;
    color:#8c1818;
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
    font-weight:500;
}

.next-step-card p{
    margin:0;
    color:#796458;
    font-size:11px;
    line-height:1.75;
}



/* =========================================================
   CONTACT
========================================================= */

.affiliate-contact-section{
    padding:100px 0 110px;
    border-top:1px solid #eadfce;
    background:#faf7f0;
}

.affiliate-contact-card{
    height:100%;
    min-height:205px;
    padding:25px 22px;
    border:1px solid #eadfce;
    border-radius:15px;
    background:#fff;
    box-shadow:0 7px 20px rgba(65,35,20,.05);
    transition:.3s ease;
}

.affiliate-contact-card:hover{
    transform:translateY(-5px);
    border-color:#d5b167;
    box-shadow:0 15px 30px rgba(65,35,20,.09);
}

.contact-card-icon{
    width:40px;
    height:40px;
    margin-bottom:17px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8c1818;
    font-size:21px;
}

.affiliate-contact-card h4{
    margin:0 0 11px;
    color:#8c1818;
    font-family:Georgia,"Times New Roman",serif;
    font-size:17px;
    font-weight:500;
}

.affiliate-contact-card p{
    margin:0;
    color:#725c50;
    font-size:11px;
    line-height:1.8;
}

.affiliate-contact-card a{
    color:#8c1818;
    text-decoration:none;
}

.affiliate-contact-card a:hover{
    color:#c28a25;
}

.contact-hours{
    display:block;
    margin-top:15px;
    color:#91776a;
    font-size:10px;
}



/* =========================================================
   FINAL CTA
========================================================= */

.affiliate-final-section{
    padding:15px 0 100px;
    background:#faf7f0;
}

.affiliate-final-card{
    position:relative;
    overflow:hidden;
    max-width:900px;
    margin:auto;
    padding:50px 35px;
    border:1px solid rgba(212,175,55,.25);
    border-radius:20px;
    background:
        linear-gradient(
            120deg,
            #470c09 0%,
            #321508 52%,
            #261708 100%
        );
    text-align:center;
    box-shadow:0 20px 45px rgba(60,20,10,.15);
}

.affiliate-final-card::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border:1px solid rgba(212,175,55,.10);
    border-radius:50%;
    left:-130px;
    top:-140px;
}

.affiliate-final-card::after{
    content:"";
    position:absolute;
    width:230px;
    height:230px;
    border:1px solid rgba(212,175,55,.08);
    border-radius:50%;
    right:-100px;
    bottom:-110px;
}

.final-decoration{
    position:absolute;
    color:#d4af37;
    opacity:.45;
    font-size:17px;
}

.final-decoration-left{
    left:40px;
    top:35px;
}

.final-decoration-right{
    right:40px;
    bottom:35px;
}

.final-eyebrow{
    position:relative;
    z-index:2;
    display:inline-block;
    margin-bottom:14px;
    color:#d5a23a;
    font-size:9px;
    letter-spacing:4px;
    font-weight:700;
}

.affiliate-final-card h2{
    position:relative;
    z-index:2;
    margin:0 0 12px;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:36px;
    font-weight:500;
}

.affiliate-final-card > p{
    position:relative;
    z-index:2;
    max-width:650px;
    margin:0 auto 25px;
    color:rgba(255,255,255,.62);
    font-size:12px;
    line-height:1.7;
}

.final-buttons{
    position:relative;
    z-index:3;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}

.final-btn{
    min-height:42px;
    padding:0 22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:7px;
    text-decoration:none;
    font-size:11px;
    font-weight:700;
    transition:.3s ease;
}

.final-btn-gold{
    color:#17100d;
    background:#d19a2d;
}

.final-btn-gold:hover{
    color:#17100d;
    background:#e1b34e;
    transform:translateY(-3px);
}

.final-btn-outline{
    color:#fff;
    border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.04);
}

.final-btn-outline:hover{
    color:#fff;
    border-color:#d4af37;
    background:rgba(212,175,55,.10);
    transform:translateY(-3px);
}



/* =========================================================
   GENERAL LINKS / BUTTON SAFETY
========================================================= */

.affiliate-page a{
    transition:.3s ease;
}

.affiliate-page img{
    max-width:100%;
}

.affiliate-page button,
.affiliate-page a{
    -webkit-tap-highlight-color:transparent;
}



/* =========================================================
   TABLET
========================================================= */

@media(max-width:1199px){

    .affiliate-hero h1{
        font-size:58px;
    }

    .next-steps-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .recognitionHeader h2,
    .affiliate-section-heading h2{
        font-size:42px;
    }

}



/* =========================================================
   MOBILE / TABLET
========================================================= */

@media(max-width:991px){

    .affiliate-hero{
        min-height:auto;
        padding:75px 0 60px;
    }

    .affiliate-hero-content{
        max-width:none;
        text-align:center;
    }

    .affiliate-hero-content > p{
        margin-left:auto;
        margin-right:auto;
    }

    .affiliate-hero-buttons{
        justify-content:center;
    }

    .affiliate-hero h1{
        font-size:50px;
    }

    .affiliate-hero-visual{
        min-height:380px;
        margin-top:30px;
    }

    .hero-building{
        max-width:460px;
    }

    .hero-music-symbol{
        right:5%;
    }

    .next-steps-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .bank-row{
        flex-direction:column;
        gap:5px;
    }

    .bank-row strong{
        max-width:100%;
        text-align:left;
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    .affiliate-hero{
        padding:55px 0 45px;
    }

    .affiliate-hero h1{
        font-size:40px;
    }

    .affiliate-hero-content > p{
        font-size:14px;
        line-height:1.75;
    }

    .affiliate-eyebrow{
        font-size:8px;
        letter-spacing:2.5px;
    }

    .affiliate-hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .affiliate-btn{
        width:100%;
    }

    .affiliate-hero-visual{
        min-height:280px;
    }

    .hero-music-symbol{
        width:55px;
        height:55px;
        font-size:20px;
        top:10px;
    }

    .affiliate-section-heading h2,
    .recognitionHeader h2{
        font-size:34px;
    }

    .affiliate-section-heading p,
    .recognitionHeader p{
        font-size:13px;
    }

    .affiliate-apply-section,
    .eligibility-section,
    .download-forms-section,
    .fees-section,
    .after-affiliation-section{
        padding:75px 0;
    }

    .method-header{
        min-height:150px;
        padding:25px 22px;
    }

    .method-header h3{
        font-size:27px;
    }

    .method-body{
        padding:23px 20px;
    }

    .eligibility-card,
    .document-card{
        padding:18px;
    }

    .next-steps-grid{
        grid-template-columns:1fr;
    }

    .next-step-card{
        min-height:auto;
    }

    .affiliate-contact-section{
        padding:75px 0;
    }

    .affiliate-final-section{
        padding:5px 0 70px;
    }

    .affiliate-final-card{
        padding:42px 20px;
        border-radius:15px;
    }

    .affiliate-final-card h2{
        font-size:29px;
    }

    .final-buttons{
        flex-direction:column;
    }

    .final-btn{
        width:100%;
    }

    .recognitionPremium{
        padding:75px 0;
    }

    .recognitionSwiper{
        padding-left:35px;
        padding-right:35px;
    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .affiliate-hero h1{
        font-size:34px;
    }

    .affiliate-hero-visual{
        min-height:230px;
    }

    .affiliate-section-heading h2,
    .recognitionHeader h2{
        font-size:29px;
    }

    .method-header{
        align-items:flex-start;
    }

    .method-icon{
        width:55px;
        font-size:32px;
    }

    .method-step{
        gap:11px;
    }

    .step-number{
        flex-basis:28px;
        width:28px;
        height:28px;
        font-size:11px;
    }

    .fee-row{
        align-items:flex-start;
        flex-direction:column;
        gap:5px;
    }

    .bank-details-card{
        padding:14px 16px;
    }

    .affiliate-contact-card{
        min-height:auto;
    }

}