/* public/build/assets/css/partner-with-us.css */

.partner-page-wrapper {
    font-family: 'Quicksand', sans-serif;
    color: #1F2937;
    width: 100%;
    overflow-x: hidden;
}

/* ============================================================
   Hero Section
   ============================================================ */
.partner-hero {
    position: relative;
    background-image: url('/images/partner-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 935px;
    display: flex;
    text-align: center;
    overflow: hidden;
}



.partner-hero-content {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    max-width: 958px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 166px;
}

.partner-hero-content .hero-title {
    font-family: 'Teachers', sans-serif;
    font-size: 82px;
    line-height: 90px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.partner-hero-content .hero-title strong {
    font-weight: 700;
}

.partner-hero-content .hero-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 24px;
    max-width: 908px;
}

.brochure-preview-img-mobile {
    display: none;
}

.brochure-preview-img {
    display: block;
}

.btn-outline-white {
    display: inline-block;
    padding: 18px 32px;
    border: 1.5px solid #FFFFFF;
    border-radius: 16px;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Teachers';
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.btn-outline-white:hover {
    background-color: #FFFFFF;
    color: #3D348B;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* ============================================================
   Our Mission Section
   ============================================================ */
.partner-mission-section {
    padding: 100px 40px;
    background-color: #FFFFFF;
    text-align: center;
}

.partner-mission-section .container {
    max-width: 1300px;
    margin: 0 auto;
}

.badge-pill {
    display: inline-block;
    background-color: #4138942E;
    color: #413894;
    padding: 12px 16px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.mission-heading {
    font-family: 'Teachers', sans-serif;
    font-size: 52px;
    line-height: 58px;
    font-weight: 600;
    color: #3D348B;
    max-width: 1360px;
    margin: 0 auto;
}

.mission-heading .highlight {
    color: #41389480;
}

/* ============================================================
   Split Benefits & Form Section
   ============================================================ */
.partner-split-section {
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #EAE9F7;
}

.split-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.split-left-content {
    background-color: #F8F8FC;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.badge-pill-light {
    display: inline-block;
    background-color: #4138942E;
    color: #413894;
    padding: 12px 16px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    align-self: flex-start;
    margin-bottom: 20px;
}

.split-title {
    font-family: 'Teachers', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #3D348B;
    margin-bottom: 20px;
}

.split-subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #6D6D6D;
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 640px;
}

.benefits-grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    /* margin-bottom: 16px; */
}

.benefit-mini-card {
    background-color: #FFFFFF;
    border: 2px solid #F1F1F9;
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s ease;
}

/* .benefit-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(61, 52, 139, 0.05);
    border-color: #3D348B;
} */

.mini-card-icon img {
    width: 24px;
    height: 24px;
}

/* .benefit-mini-card:hover .mini-card-icon {
    background-color: #3D348B;
    color: #FFFFFF;
} */


.mini-card-text h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    line-height: 18px;
    margin-bottom: 10px;
    letter-spacing: -0.44px
}

.mini-card-text p {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6A7282;
    line-height: 20px;
}

.benefits-tagline {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #FFAA3E;
    margin-top: 16px;
}

.benefits-tagline .highlight {
    color: #FFAA3E;
}

/* Right Content - Form (Dark Background) */
.split-right-form {
    background-color: #3D348B;
    border: 1px solid #2C2564;
    padding: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}

.split-right-form .form-title {
    font-family: 'Teachers', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.form-subtitle-light {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFFB5;
    margin-bottom: 26px;
    max-width: 530px;
}

.partner-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group-light {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.form-group-light label {
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #FFFFFFE5;
}

.form-group-light input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #5145BA;
    border-radius: 12px;
    background-color: #483DA3;
    color: #FFFFFFB2;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    outline: none;
}

.form-group-light input::placeholder {
    color: #FFFFFFB2;
}



.phone-input-container {
    display: flex;
    align-items: center;
    border: 2px solid #5145BA;
    border-radius: 12px;
    background-color: #483DA3;
    padding: 0 16px;
    transition: all 0.3s ease;
}



.country-select {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    padding: 14px 10px 14px 0;
    margin-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.country-select option {
    background-color: #332D82;
    color: #FFFFFF;
}

.phone-input-container input {
    flex: 1;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 14px 0 !important;
    color: #FFFFFF !important;
    outline: none !important;
}

.btn-become-partner {
    background: #443A96;
    border: 1.5px solid #473EA3;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 19px;
    font-family: 'Teachers', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-become-partner:hover {
    background-color: #FFFFFF;
    color: #332D82;
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.form-disclaimer {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #99A1AF;
    text-align: center;
}

.error-text-light {
    font-size: 11px;
    color: #FCA5A5;
    text-align: left;
    margin-top: 4px;
}

.success-message-box-dark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
}

.success-message-box-dark .success-icon {
    width: 72px;
    height: 72px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    animation: scaleIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.success-message-box-dark h4 {
    font-family: 'Teachers', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.hide-on-desktop {
    /* display: block; */
}

.success-message-box-dark p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 360px;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* ============================================================
   Partnership Process Section
   ============================================================ */
.partner-process-section {
    background-color: #FFFFFF;
    padding: 100px 40px;
}

.partner-process-section .container {
    max-width: 1440px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
    margin: 0 auto;
    width: 870px;
}

.section-title {
    font-family: 'Teachers', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #3D348B;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 16px;
    color: #606060;
    margin-bottom: 50px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    line-height: 22px;
}

.process-content-wrapper {
    display: grid;
    grid-template-columns: 514px 1fr;
    gap: 60px;
    align-items: stretch;
    margin-top: 60px;
}

.process-images-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-img {
    width: 514px;
    height: 377px;
    border-radius: 32px;
    object-fit: cover;
}

.process-steps-column {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 40px;
}

.process-step-item {
    display: flex;
    gap: 24px;
    /* padding: 40px 0; */
    padding-top: 40px;
    /* border-bottom: 2px solid #EAEAF6; */
    border-top: 2px solid #EAEAF6;
    text-align: left;
    justify-content: space-between;
}

.process-step-item:last-child {
    border-bottom: 2px solid #EAEAF6;
    padding-bottom: 40px;
}

.step-number {
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #413894;
    line-height: 24px;
}

.step-details {
    width: 571px;

}

.step-details h4 {
    font-family: 'Teachers', sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    color: #3D3B8E;
    margin-bottom: 20px;
}

.step-details p {

    font-size: 16px;
    line-height: 24px;
    color: #6A7282;
}

.process-step-img-mobile {
    display: none;
}

.process-slider-dots {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   Brochure Download Section
   ============================================================ */
.partner-brochure-section {
    background-color: #3D348B;
    padding: 100px 40px;
    color: #FFFFFF;
}

.brochure-grid {
    display: grid;
    grid-template-columns: 614px 653px;
    gap: 93px;
    align-items: center;
}

.brochure-info {
    text-align: left;
}

.badge-pill-outline {
    display: inline-block;
    background-color: #FFFFFF2E;
    color: #FFFFFF;
    padding: 12px 16px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 24px;
}

.brochure-info h2 {
    font-family: 'Teachers', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 24px;
    line-height: 66px;
}

.brochure-info p {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.btn-white-download {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #FFFFFF;
    color: #3D348B;
    padding: 16px 24px;
    border-radius: 16px;
    border: 1.5px solid #473EA3;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.btn-white-download img {
    width: 24px;
    height: 24px;
}

/* .btn-white-download:hover {
    background-color: #F0EFFB;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
} */

.btn-white-download svg {
    transition: transform 0.3s ease;
}

.btn-white-download:hover svg {
    transform: translateY(2px);
}

.brochure-preview-wrapper {
    display: flex;
    justify-content: center;
}

.brochure-preview-img {
    width: 635px;
    height: 390px;
    border-radius: 32px;
    object-fit: cover;
}

/* ============================================================
   Roles Management Section
   ============================================================ */
.partner-roles-section {
    background-color: #F8F8FC;
    padding: 100px 40px;
}

.partner-roles-section .container {
    max-width: 1440px;
    margin: 0 auto;
}

.roles-cards-grid {
    display: grid;
    grid-template-columns: 724px 617px;
    gap: 18px;
    margin-top: 50px;
    height: 436px;
}

.role-management-card {
    background-color: #FFFFFF;
    border: 2px solid #EAEAF6;
    border-radius: 32px;
    padding: 32px;
}

.role-card-split {
    display: grid;
    grid-template-columns: 343px 300px;
    gap: 16px;
    align-items: center;
}



.role-card-left {
    text-align: left;
}

.role-card-left h4 {
    font-family: 'Teachers', sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #3D3B8E;
    margin-bottom: 32px;
}

.role-card-desc {
    font-size: 16px;
    line-height: 22px;
    color: #606060;
    margin-bottom: 16px;
    font-weight: 600;
}

.role-card-desc.font-normal {
    font-weight: 500;
}

.role-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.role-checklist li {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #4A5565;
    font-weight: 600;
}

.role-checklist .check-icon {
    width: 20px;
    height: 20px;
}

.role-image-container {
    position: relative;
    border-radius: 24px;
    overflow: visible;
    width: 307px;
    height: 370px;
}

.role-img {
    margin-top: 45px;
    width: 300px;
    height: 326px;
    object-fit: cover;
    border-radius: 32px;
}

.role-badge {
    position: absolute;
    top: -3px;
    left: -2px;
    background-color: #3D3B8E;
    border: 1px solid #36347E;
    color: #FFFFFF;
    padding: 17.4px 21.99px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    z-index: 10;
    line-height: 24px;
    text-align: center;
    transform: rotate(-6deg);
}

.role-badge.badge-secondary {
    background-color: #332D82;
}

.role-card-left-hub {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

/* Vertical Card (Global R-Hub Card) styling */
.role-card-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
    box-sizing: border-box;
}

.role-title-vertical {
    font-family: 'Teachers', sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #3D3B8E;
    margin: 0;
}

.role-image-container-vertical {
    margin-top: 57px;

    position: relative;
    border-radius: 32px;
    overflow: visible;
    width: 100%;
    height: 245px;
    /* margin: 0; */
}

.role-img-vertical {
    width: 553px;
    height: 235px;
    object-fit: cover;
    border-radius: 32px;
}

.role-badge-vertical {
    width: 246px;
    height: 80px;
    position: absolute;
    top: -31px;
    left: 1px;
    background-color: #3D3B8E;
    border: 1px solid #36347E;
    color: #FFFFFF;
    padding: 17.4px 21.99px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    z-index: 10;
    line-height: 24px;
    text-align: center;
    transform: rotate(-6deg);
}

.role-desc-vertical {
    font-size: 16px;
    line-height: 22px;
    color: #606060;
    margin: 0;
    font-weight: 600;
}


/* final cta */
/* ===== CTA Transform Section ===== */
.cta-transform-section {
    background-image: url('/images/section-bg.png');
    padding: 115px 285px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.cta-transform-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.99);
    /* Adjust 0.6 to control lightness */
    z-index: 0;
}

.cta-transform-section * {
    position: relative;
    z-index: 1;
}

.cta-transform-badge {
    display: inline-block;
    background: #4138942E;
    color: #413894;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.cta-transform-title {
    font-family: "Teachers", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #3D348B;
    margin: 0 0 20px;
    line-height: 60px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.cta-transform-description {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    color: #606060;
    max-width: 870px;
    font-weight: 600;
    margin: 0 auto 20px;
    line-height: 22px;
}

.cta-transform-btn {
    display: inline-block;
    background: #443A96;
    border: 1.5px solid #473EA3;
    color: #fff;
    padding: 19px 24px;
    border-radius: 16px;
    font-family: "Teachers", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    transition: background 0.2s;
}

.cta-transform-btn:hover {
    background: #352d7a;
}



/* ============================================================
   Responsive Design & Breakpoints
   ============================================================ */
@media (max-width: 1024px) {
    .partner-hero-content .hero-title {
        font-size: 54px;
    }

    .split-container {
        grid-template-columns: 1fr;
    }

    .split-left-content {
        padding: 80px 6% 60px 6%;
    }

    .split-right-form {
        padding: 60px 6% 80px 6%;
    }

    .process-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .process-images-column {
        flex-direction: row;
        gap: 20px;
    }

    .process-img {
        flex: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 514 / 377;
    }

    .brochure-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        justify-items: center;
    }

    .brochure-info {
        text-align: center;
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }

    .btn-white-download {
        margin: 0 auto;
    }

    .brochure-preview-wrapper {
        width: 100%;
        height: 390px;
        margin: 0 auto;
    }

    .brochure-preview-img {
        display: none;
    }

    .brochure-preview-img-mobile {
        display: block;
    }

    .brochure-preview-wrapper img {
        width: 100%;
        height: 100%;
    }

    .roles-cards-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .role-card-vertical {
        height: auto;
        gap: 24px;
    }

    .role-image-container-vertical {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .partner-hero {
        position: relative;
        background-image: url('/images/partnerwithusmobilehero.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 742px;
        display: flex;
        text-align: center;
        overflow: hidden;
    }

    .partner-hero {
        min-height: 742px;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .partner-hero-content {
        z-index: 2;
        color: #FFFFFF;
        max-width: 958px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .hide-on-desktop {
        display: none;
    }

    .brochure-preview-img {
        display: none;
    }

    .partner-hero-content .hero-title {
        font-size: 38px;
        width: 346px;
        line-height: 46px;
    }

    .partner-hero-content .hero-subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 36px;
        width: 346px;
    }

    .btn-outline-white {
        padding: 12px 28px;
        font-size: 15px;
    }

    .partner-mission-section {
        padding: 80px 24px;
    }

    .partner-mission-section .container {
        max-width: 100%;
        margin: 0 auto;
    }

    .mission-heading {
        max-width: 345px;
        font-size: 28px;
        line-height: 32px;
    }

    .text-center {
        width: 100%;
    }

    .split-left-content {
        padding: 60px 20px 40px 20px;
        text-align: center;

    }

    .badge-pill-light {
        margin: 0 auto 20px;
    }

    .split-right-form {
        padding: 80px 20px 80px 20px;
    }

    .split-title {
        font-size: 36px;
        line-height: 40px;
    }

    .split-subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .benefits-grid-2x2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-mini-card {
        padding: 24px;
    }

    .split-right-form .form-title {
        font-size: 32px;
    }

    .form-subtitle-light {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .partner-brochure-section,
    .partner-roles-section,
    .partner-cta-section {
        padding: 80px 20px;
    }

    .partner-process-section {
        background-color: #F9FAFD;
        padding: 60px 24px;
    }

    .section-title {
        font-size: 36px;
        line-height: 40px;
    }

    .section-subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .process-content-wrapper {
        display: block;
        margin-top: 32px;
    }

    .process-images-column {
        display: none !important;
    }

    .process-steps-column {
        gap: 0;
    }

    .process-step-item {
        display: none;
        padding: 32px 0;
        border-top: 1px solid #EAE9F5;
        border-bottom: 1px solid #EAE9F5;
        background: transparent;
        text-align: left;
    }

    .process-step-item.active {
        display: flex;
        flex-direction: column;
        gap: 16px;
        animation: fadeIn 0.4s ease forwards;
    }

    .step-number {
        font-family: 'Quicksand', sans-serif;
        font-size: 28px;
        line-height: 24px;
        font-weight: 600;
        color: #413894;
    }

    .step-details {
        width: 100%;
    }

    .step-details h4 {
        font-family: 'Teachers', sans-serif;
        font-size: 28px;
        line-height: 34px;
        font-weight: 800;
        color: #3D3B8E;
        margin-bottom: 16px;
    }

    .step-details p {
        font-family: 'Quicksand', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #6A7282;
        font-weight: 600;
        margin-bottom: 24px;
    }

    .process-step-img-mobile {
        display: block;
        width: 100%;
        margin-top: 8px;
    }

    .process-img-mobile {
        width: 100%;
        height: auto;
        aspect-ratio: 1.6;
        border-radius: 32px;
        object-fit: cover;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    }

    .process-slider-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 24px;
    }

    .process-slider-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1.5px solid #D1D1E9;
        background-color: transparent;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .process-slider-dots .dot.active {
        width: 24px;
        height: 8px;
        border-radius: 100px;
        background-color: #3D3B8E;
        border-color: #3D3B8E;
    }



    .brochure-info h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .brochure-info p {
        font-size: 16px;
        line-height: 22px;
    }

    .role-management-card {
        padding: 24px;
    }

    .role-card-left h4 {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .roles-cards-grid {
        gap: 30px;
    }

    .role-card-split {
        grid-template-columns: 1fr;
        gap: 24px;
    }



    .role-checklist .check-icon {
        margin-top: 3px;
        flex-shrink: 0;
    }

    .role-image-container {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .role-img {
        width: 100%;
        height: 200px;
        margin-top: 25px;
        object-fit: cover;
        border-radius: 24px;
    }

    .role-badge {
        top: 0px;
        left: 10px;
        font-size: 14px;
        padding: 12px 20px;
        border-radius: 12px;
        line-height: 18px;
        transform: rotate(-4deg);
    }

    .role-card-vertical {
        display: flex;
        flex-direction: column;
    }

    .role-title-vertical {
        order: 1;
        font-size: 24px;
        line-height: 28px;
    }

    .role-desc-vertical {
        order: 2;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .role-image-container-vertical {
        order: 3;
        width: 100%;
        height: auto;
        margin-top: -25px;
    }

    .role-img-vertical {
        width: 100%;
        height: 200px;
        margin-top: 25px;
        object-fit: cover;
        border-radius: 24px;
    }

    .role-badge-vertical {
        top: 0px;
        left: 10px;
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 12px 20px;
        border-radius: 12px;
        line-height: 18px;
        transform: rotate(-4deg);
    }

    .cta-transform-section {
        padding: 60px 26px 70px 26px;
    }

    .cta-transform-title {
        font-size: 40px;
        line-height: 44px;
    }

    .cta-transform-description {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .cta-transform-btn {
        width: 100%;
        padding: 19px 16px;
        font-size: 16px;
    }
}

/* ===== End CTA Transform Section ===== */