@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

/* ========== HERO SECTION ========== */
.pd-hero {
    position: relative;
    background-image: url("../../../images/marketing-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 576px;
    overflow: hidden;
}

.pd-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    z-index: 1;
}

.pd-hero > * {
    position: relative;
    z-index: 2;
}

.pd-hero-inner {
    max-width: 1360px;
    margin: 100px auto;
    padding: 100px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.pd-hero-left {
    flex: 1;
    max-width: 610px;
    padding: 31px 0px;
}

.pd-hero-badge {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 100px;
    display: inline-block;
    color: #3D3B8E;
    background-color: #F1F1F9;
    margin-bottom: 18px;
}

.pd-hero-title {
    font-family: "Teachers", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    color: #3D3B8E;
    margin-bottom: 22px;
}

.pd-hero-desc {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #6D6D6D;
    margin-bottom: 25px;
}

.pd-hero-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.pd-btn-primary {
    font-family: "Teachers", sans-serif;
    padding: 18px 32px;
    border-radius: 16px;
    background-color: #3D3B8E;
    border: 1.5px solid #2D2B68;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.2s;
}

.pd-btn-primary:hover { opacity: 0.9; }

.pd-btn-secondary {
    font-family: "Teachers", sans-serif;
    padding: 18px 32px;
    border-radius: 16px;
    background-color: #FFFFFF;
    border: 1.5px solid #2D2B68;
    color: #413894;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.2s;
}
.pd-btn-secondary-icon{
    display: flex;
    align-items: center;
}

.pd-btn-secondary-icon img{
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(54%) saturate(1434%) hue-rotate(225deg) brightness(91%) contrast(92%);
}
    

.pd-btn-secondary:hover { background-color: #F8F8FC; }

/* Hero Video Card */
.pd-hero-right {
    flex: 1;
    max-width: 670px;
    max-height: 376px;
}

.pd-video-card {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    background: #00000080;
    height: 376px;
}

.pd-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.pd-video-overlay {
    position: absolute;
    bottom: 24px; left: 24px; right: 24px;
    padding: 25px;
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 24px;
}

.pd-video-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pd-play-btn {
    width: 48px !important;
    height: 48px !important;
    background: #FFAA3E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}
.pd-play-btn img{
    width: 20px !important;
    height: 20px !important;
    
}
    

.pd-video-text {
    color: #FFFFFF;
}

.pd-video-text span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
    /* opacity: 0.7; */
}

.pd-video-text p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    line-height: 16px;
    letter-spacing: -0.31px;
}

.pd-video-right{
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.pd-video-duration {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;
    /* opacity: 0.7; */
}

.pd-watch-now {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pd-watch-now span{
    font-size: 40px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    color: #05DF72;
    
}
    

/* ========== STATS BAR ========== */
.pd-stats-bar {
    width: 100%;
    background: #413894;
    padding: 80px 0;
}

.pd-stats-bar-inner {
    /* max-width: 1360px; */
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pd-stat-item {
    background: #483EA3;
    border-radius: 32px;
    padding: 32px 84px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 12px; */
}

.pd-stat-icon {
    padding: 14px;
    background-color: #FFFFFF1A;
    border-radius: 16px;
}


.pd-stat-label {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 25px;

}

.pd-stat-value {
    font-family: "Teachers", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: -1.13px;
    margin-top: 10px;

}

/* ========== RESEARCH JOURNEY ========== */
.pd-journey-section {
    /* max-width: 1360px; */
    padding: 100px 40px ;
    background-color: #F8F8FC;
}

.pd-section-header {
    text-align: center;
    margin-bottom: 50px;
}
#designed-for-everyone{
margin-bottom: 20px;
}

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

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

.pd-section-subtitle {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #606060;
    max-width: 804px;
    margin: 0 auto;
}

.pd-journey-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Desktop layout wrapper */
.pd-journey-desktop {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

/* Mobile accordion - hidden on desktop */
.pd-journey-accordion {
    display: none;
}

/* Phase List */
.pd-phase-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 440px;
    flex-shrink: 0;
}

.pd-phase-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding:18px;
    border-radius: 32px;
    border: 2px solid #EAEAF6;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s;
}

.pd-phase-item.active {
    border-color: #413894;
    background: #E3E1F4;
}

.pd-phase-number {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #413894;
    color: #FFFFFF;
    border: 1px solid #312A6F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    flex-shrink: 0;
}



.pd-phase-info h4 {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #353535;
}

.pd-phase-info span {
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #353535;
    margin-top: 12px;
}

/* Phase Detail Card */
.pd-phase-detail {
    flex: 1;
    background: linear-gradient(180deg, #3D3B8E 0%, #1D1C44 100%);
    border-radius: 32px;
    padding: 40px;
    height: 390px;
    width: 900px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.pd-phase-detail-icon {
    width: 80px;
    height: 80px;
    background: #FFFFFF1A;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 23px;
    color: #FFAA3E;
}

.pd-phase-detail-label {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFAA3E;
    margin-bottom: 10px;
}

.pd-phase-detail h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -1.43px;
    color: #FFFFFF;
    margin-bottom: 23px;
}

.pd-phase-detail p {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.45px;
    color: #F3E8FF;
    margin-bottom: 23px;
}

.pd-phase-tags {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.pd-phase-tag {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.15px;
    font-weight: 600;
    color: #FFFFFF;
    background: #FFFFFF0D;
    border-radius: 16px;
    border-top: 1px solid #FFFFFF1A;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pd-phase-tag::before {
 content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
background: url('../../../icons/CheckCircle2.png');    background-size: contain;
}

/* ========== WHAT YOU'LL ACHIEVE ========== */
.pd-achieve-section {
    padding: 100px 40px;
    background-color: #FFFFFF;
}

.pd-achieve-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1360px;
    margin: 0 auto;
}

.pd-achieve-card {
    background: #FFFFFF;
    border-top: 1px solid #F3F4F6;
    border-radius: 24px;
    padding: 40px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;

}

.pd-achieve-card:hover {
    box-shadow: 0 8px 30px rgba(65, 56, 148, 0.08);
}

.pd-achieve-icon {
    width: 64px;
    height: 64px;
    background: #F1F0F9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pd-achieve-icon img {
    width: 32px;
    height: 32px;
}

.pd-achieve-card-title {
    font-family: "Teachers", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.45px;
    color: #3D3B8E;
    margin-bottom: 20px;
}

.pd-achieve-card-desc {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #6A7282;
}

/* ========== DESIGNED FOR EVERYONE ========== */
.pd-designed-section {
    padding: 100px 40px;
    background-color: #F8F8FC;
    width: 100%;
}

.pd-tabs {
    display: flex;
    height: 84px;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 200px;
    padding: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #E7E6F5;
}

.pd-tab {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 18px 32px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    background-color:#F8F8FC;
    color: #1B1B1B99;
    transition: all 0.3s ease;
    border: 2px solid #F8F8FC;

}

.pd-tab.active {
    background: #413894;
    color: #FFFFFF;
    border: 2px solid #473EA3;
}

.pd-tab:hover:not(.active) {
    background: rgba(65, 56, 148, 0.08);
}

.pd-tab-content {
    max-width: 1000px;
    margin: 0 auto;
}

.pd-tab-panel {
    display: none;
}

.pd-tab-panel.active {
    display: block;
}

.pd-benefits-box {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 40px;
}

.pd-benefits-title {
    font-family: "Teachers", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #3D3B8E;
    margin-bottom: 32px;
}

.pd-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pd-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #4A5565;
    letter-spacing: -0.15px;
}

.pd-benefit-check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-benefit-check img {
    width: 20px;
    height: 20px;
}

/* ========== MENTORSHIP MODEL ========== */
.pd-mentorship-section {
    max-width: 1360px;
    margin: 100px auto 0;
    padding: 0 40px;
}

.pd-mentorship-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Swipe dots - hidden on desktop */
.pd-swipe-dots {
    display: none;
}

.pd-mentor-card {
background: linear-gradient(161.4deg, #FFFFFF 53.3%, rgba(65, 56, 148, 0.25) 134.85%);
    border: 1px solid #EAE9F7;
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.pd-mentor-card-orange {
background: linear-gradient(161.4deg, #FFFFFF 53.3%, rgba(255, 170, 62, 0.25) 134.85%);
    border-color: #EAE9F7;
}

.pd-mentor-badge {
    font-family: "Quicksand", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 100px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    
}

.pd-mentor-badge-purple {
    background-color: #F1F1F9;
    color: #3D3B8E;
}

.pd-mentor-badge-orange {
    background-color: #FFF6EB;
    color: #FFAA3E;
}

.pd-mentor-card-title {
    font-family: "Teachers", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 23px;
}

.pd-mentor-title-purple { color: #413894; }
.pd-mentor-title-orange { color: #FFAA3E; }

.pd-mentor-desc {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #353535;
    margin-bottom: 23px;
}

/* Mentor Stats */
.pd-mentor-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.pd-mentor-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Quicksand", sans-serif;
}

.pd-mentor-stat-label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #000000;
}

.pd-mentor-stat-value {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #000000;
    text-align: right;
}

/* Why Choose */
.pd-why-choose h4 {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #353535;
    margin-bottom: 10px;
}

.pd-why-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 23px;
}

.pd-why-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
}

.pd-why-item .check-icon {
    color: #413894;
    font-weight: 700;
}

.pd-mentor-card-orange .pd-why-item .check-icon {
    color: #FFAA3E;
}

/* Price */
.pd-mentor-price {
    margin-top: auto;
}

.pd-mentor-price-amount {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #1E1E1E;
}

.pd-mentor-price-suffix {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #1E1E1E;
    margin-left: 4px;
}

.pd-mentor-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border-radius: 14px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 16px;
    transition: opacity 0.2s;
}

.pd-mentor-cta:hover { opacity: 0.9; }
.pd-cta-purple { background-color: #413894; border: 1.5px solid #342D76; }
.pd-cta-orange { background-color: #FFAA3E; border: 1.5px solid #FF930A; }


/* Top Universities styling handled by marketing.css */



/* ========== CTA SECTION ========== */
.pd-cta-section {
    max-width: 1360px;
    margin: 100px auto;
    padding: 0 40px;
}

.pd-cta-box {
    background: radial-gradient(35.07% 43.79% at 49.26% 67.73%, #725BB7 0%, #423995 100%);
    border-radius: 32px;
    padding: 60px 40px;
    text-align: center;
}

.pd-cta-box h2 {
    font-family: "Teachers", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.pd-cta-box p {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto 28px;
}

.pd-cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.pd-cta-btn-apply {
    font-family: "Quicksand", sans-serif;
    padding: 14px 36px;
    border-radius: 14px;
    background-color: #FFAA3E;
    border: 1.5px solid #FF930A;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.pd-cta-btn-brochure {
    font-family: "Quicksand", sans-serif;
    padding: 14px 28px;
    border-radius: 14px;
    background-color: transparent;
    border: 1.5px solid #FF930A;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}


/* ========== MOBILE RESPONSIVE ========== */
@media screen and (max-width: 767px) {
    .pd-hero-inner {
        flex-direction: column;
        padding: 16px 20px 0px;
        gap: 30px;
        text-align: center;
    }
    .pd-hero-left { max-width: 100%; }
    .pd-hero-title { font-size: 36px; line-height: 42px; }
    .pd-hero-right { max-width: 100%; }
    .pd-hero-desc{
        font-size: 16px;
        line-height: 22px;
    }
    .pd-stats-bar{
        padding: 24px;
    }
    

    .pd-video-card { height: 240px; }
    .pd-stats-bar-inner {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px;
    }
    .pd-stat-value{
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .pd-stat-item{
        padding: 20px;
        width: 100%;
    }
    .pd-video-overlay{
        display: none;
    }
    .pd-journey-section,
    .pd-mentorship-section,
    .pd-achieve-section,
    .pd-designed-section,
    .pd-roi-section,
    .pd-cta-section { padding: 60px 20px; }
    .pd-section-title { font-size: 36px; line-height: 40px; }
    .pd-section-subtitle{
        width: 344px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }
    .pd-journey-content { flex-direction: column; }
    .pd-phase-list { width: 100%; }
    .pd-roi-content { flex-direction: column; }
    .pd-roi-bottom { grid-template-columns: 1fr; }
    .pd-roi-invest-amount,
    .pd-roi-return-amount { font-size: 28px; }
    .pd-cta-box h2 { font-size: 28px; }
    .pd-cta-buttons { flex-direction: column; align-items: center; }
    .pd-hero-buttons { flex-direction: column;  }
    .pd-btn-primary, .pd-btn-secondary { width: 100%; justify-content: center; }
    .pd-achieve-cards { grid-template-columns: repeat(1, 1fr); }
    .pd-achieve-card{
    padding: 24px;}
    .pd-achieve-icon{
        width: 45px;
        height: 45px;
    }
    .pd-achieve-card-title{
        font-size: 20px;
        line-height: 20px;
        font-weight: 800;
        margin-bottom: 12px;
    }
    .pd-achieve-card-desc{
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }
    .pd-benefits-grid { grid-template-columns: 1fr; }
    .pd-tab { font-size: 14px; padding: 12px 24px; }


    .pd-designed-section{
        display: none;
    }

    .pd-mentorship-section{
        margin-top: 0px;
        width: 100%;
    }

    /* ===== Journey Accordion (Mobile) ===== */
    .pd-journey-desktop {
        display: none;
    }

    .pd-journey-accordion {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .pd-accordion-item {
        border-radius: 24px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .pd-accordion-header {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 20px;
        border-radius: 24px;
        border: 2px solid #EAEAF6;
        background: #FFFFFF;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .pd-accordion-item.active .pd-accordion-header {
        border-color: #413894;
        background: #E3E1F4;
        border-radius: 24px 24px;
    }

    .pd-accordion-body {
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .pd-accordion-body .pd-phase-detail {
        height: auto;
        margin-top: 10px;
        width: 100%;
        border-radius:24px;
        padding: 28px 24px;
    }

    .pd-accordion-body .pd-phase-detail h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .pd-accordion-body .pd-phase-detail p {
        font-size: 13px;
        line-height: 20px;
    }

    .pd-accordion-body .pd-phase-tags {
        flex-direction: column;
        gap: 10px;
    }

    .pd-accordion-body .pd-phase-tag {
        font-size: 14px;
        padding: 14px 16px;
        border-radius: 12px;
    }

    .pd-accordion-body .pd-phase-detail-icon {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .pd-accordion-body .pd-phase-detail-icon img {
        width: 28px;
        height: 28px;
    }

    /* ===== Swipable Mentorship Cards (Mobile) ===== */
    .pd-mentorship-cards {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .pd-mentorship-cards::-webkit-scrollbar {
        display: none;
    }

    .pd-mentor-card {
        width: 345px;
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    /* Swipe dot indicators */
    .pd-swipe-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .pd-swipe-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D1D5DB;
        transition: all 0.3s ease;
    }

    .pd-swipe-dot.active {
        width: 24px;
        border-radius: 4px;
        background: #413894;
    }
}
