/* =============================================
   CARTANTS - home.css  v1.0.9
   Professional text sizing + real images
   ============================================= */

/* ════ HERO WRAPPER ═════════════════════════════ */
.cartants-hero-wrapper {
    display: flex; flex-direction: column;
    width: 100%; background: #f5f6ff; position: relative;
}

/* ════ HERO ═════════════════════════════════════ */
.cartants-hero {
    position: relative; width: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 0 100px 60px;
    overflow: hidden; background: transparent;
    box-sizing: border-box;
}

.hero-bg { position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; }
.hero-bg__blob { position:absolute; border-radius:50%; filter:blur(90px); }
.hero-bg__blob--1 { width:700px;height:700px; background:radial-gradient(circle,rgba(118,97,180,0.30) 0%,transparent 70%); top:-120px;left:-150px; animation:blobA 10s ease-in-out infinite; }
.hero-bg__blob--2 { width:600px;height:600px; background:radial-gradient(circle,rgba(13,35,172,0.16) 0%,transparent 70%); top:0;right:-100px; animation:blobA 10s ease-in-out infinite;animation-delay:-4s; }
.hero-bg__blob--3 { width:500px;height:500px; background:radial-gradient(circle,rgba(174,174,230,0.22) 0%,transparent 70%); bottom:0;left:50%;margin-left:-250px; animation:blobB 10s ease-in-out infinite;animation-delay:-7s; }
@keyframes blobA { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-22px)} }
@keyframes blobB { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-22px)} }

.hero-content {
    position:relative; z-index:1;
    display:flex; flex-direction:column; align-items:center;
    gap:28px; width:818px; max-width:100%;
    box-sizing:border-box; margin-top:160px;
    animation:heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.1s both;
}
@keyframes heroFadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }

/* H1 — Professional size */
.hero-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 52px;        /* reduced from 61px */
    line-height: 62px;
    text-align: center; color: #222747;
    width: 792px; max-width: 100%; margin: 0;
}
.hero-heading__accent {
    background: linear-gradient(107.49deg,#7661B4 7.25%,#0D23AC 95.34%);
    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}

/* Description */
.hero-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;        /* reduced from 20px */
    line-height: 26px;
    text-align: center; color: #515DA9;
    width: 560px; max-width: 100%; margin: 0;
}

/* Buttons */
.hero-buttons {
    display:flex; flex-direction:row; align-items:center;
    justify-content:center; gap:16px;
    width: 580px; max-width:100%;
}
.hero-btn {
    display:flex; justify-content:center; align-items:center;
    padding: 12px 28px; width: 240px; height: 48px;
    border-radius:24px;
    font-family:'Montserrat',sans-serif;
    font-weight:600; font-size:15px;    /* reduced from 20px */
    line-height:24px; letter-spacing:-0.01em;
    text-decoration:none; box-sizing:border-box;
    box-shadow:none !important; border:none;
    transition:transform 0.15s ease; cursor:pointer; white-space:nowrap;
}
.hero-btn:hover { transform:translateY(-1px); }
.hero-btn--primary { background:linear-gradient(107.49deg,#7661B4 7.25%,#0D23AC 95.34%); color:#FFFFFF !important; }
.hero-btn--primary:hover { color:#FFFFFF !important; }
.hero-btn--outline {
    background:transparent;
    border:1.5px solid rgba(118,97,180,0.6) !important;
    background-image:linear-gradient(107.49deg,#7661B4 7.25%,#0D23AC 95.34%);
    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
    padding:11px 28px;
}
.hero-btn--outline:hover { border-color:#0D23AC !important; }

/* Trusted bar */
.hero-trusted {
    box-sizing:border-box;
    display:flex; flex-direction:row;
    justify-content:space-between; align-items:center;
    padding:8px 16px; gap:12px;
    width:560px; max-width:100%; height:48px;
    background:linear-gradient(90deg,rgba(255,255,255,0.5) 0%,rgba(191,199,238,0.5) 100%);
    border:1px solid #EEEFF6; border-radius:36px;
    backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
}
.hero-trusted__text {
    font-family:'Montserrat',sans-serif;
    font-weight:500; font-size:13px; line-height:20px;  /* reduced */
    color:#2D335D; white-space:nowrap;
}
.hero-trusted__avatars { display:flex; align-items:center; flex-shrink:0; }
.hero-avatar { width:30px;height:30px; border-radius:50%; border:2px solid #fff; margin-left:-7px; overflow:hidden; flex-shrink:0; }
.hero-avatar:first-child { margin-left:0; }
.hero-avatar img { width:100%;height:100%;object-fit:cover;display:block; }
.hero-avatar:nth-child(1){background:#B8C4E0;}
.hero-avatar:nth-child(2){background:#C9A8D4;}
.hero-avatar:nth-child(3){background:#8BA4D8;}
.hero-avatar:nth-child(4){background:#A0B4E4;}
.hero-avatar:nth-child(5){background:#9090CC;}


/* ════ STATS ═════════════════════════════════════ */
.cartants-stats {
    background:transparent;
    padding:28px 100px 44px;
    width:100%; box-sizing:border-box;
}
.stats-grid {
    box-sizing:border-box;
    display:flex; flex-direction:row;
    justify-content:center; align-items:center;
    width:1240px; max-width:100%; height:160px;
    background:linear-gradient(107.49deg,rgba(174,215,235,0.15) 7.25%,rgba(197,152,227,0.15) 51.3%,rgba(146,173,230,0.15) 73.32%,rgba(136,141,232,0.15) 95.34%);
    border:2px solid #EEEFF6; border-radius:24px;
    margin:0 auto; overflow:hidden;
}
.stats-item {
    display:flex; flex-direction:column;
    justify-content:center; align-items:flex-start;
    padding:24px 32px; gap:4px;
    flex:1; height:160px; box-sizing:border-box;
}
.stats-item__number {
    font-family:'Cairo',sans-serif;
    font-weight:700; font-size:48px; line-height:58px;  /* reduced from 60px */
    letter-spacing:0.5px; color:#4A559A; white-space:nowrap; display:block;
}
.stats-item__label {
    font-family:'Montserrat',sans-serif;
    font-weight:400; font-size:15px; line-height:22px;  /* reduced from 20px */
    color:#222747; display:block;
}
.stats-divider { width:1px;height:80px; background:linear-gradient(180deg,transparent,#EEEFF6 50%,transparent); flex-shrink:0; }


/* ════ WAVE ═════════════════════════════════════ */
.hero-wave { position:relative; z-index:2; width:100%; line-height:0; display:block; margin:0; padding:0; background:transparent; }
.hero-wave svg { width:100%; height:57px; display:block; }


/* ════ HOW IT WORKS ══════════════════════════════════════════
   Figma: 1440x858 padding 64px 100px gap 32px bg #FBFBFD
   ═══════════════════════════════════════════════════════════ */

.cartants-how {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 100px;
    gap: 32px;
    width: 100%;
    background: #FBFBFD;
    box-sizing: border-box;
}

/* ── Section Header ── */
.how-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 1240px;
    max-width: 100%;
}

/* "How It Works?" — Figma: Montserrat 400 25px #3A4278 */
.how-header__label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #3A4278;
    display: block;
}

/* "Four steps to your next offer" — Figma: Montserrat 600 49px #3A4278 */
.how-header__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #3A4278;
    width: 714px;
    max-width: 100%;
    margin: 0;
}

/* Description — Figma: Montserrat 400 25px #3A4278 */
.how-header__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #3A4278;
    width: 714px;
    max-width: 100%;
    margin: 0;
}

/* ── Cards Row — Figma: 1250x532 gap 63px ── */
.how-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 63px;
    width: 1250px;
    max-width: 100%;
}

/* ── LEFT: Illustration 589x529.5 ── */
.how-illustration {
    width: 589px;
    height: 530px;
    flex-shrink: 0;
    position: relative;
}

.how-illustration__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Person background */
.how-illustration__person {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.how-person-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #EEF0FF 0%, #E4E8FA 100%);
    border-radius: 24px;
    overflow: hidden;
}

.how-person-silhouette {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    z-index: 2;
}

.how-person-silhouette svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Floating mock cards */
.how-mock {
    position: absolute;
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(13,35,172,0.10);
    padding: 12px 14px;
    z-index: 10;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(238,239,246,0.8);
}

/* Profile Progress — top left */
.how-mock--progress {
    top: 16px;
    left: -20px;
    width: 140px;
}
.how-mock--progress-2 {
    bottom: 40px;
    left: -20px;
    width: 140px;
}

.how-mock__label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #222747;
    margin-bottom: 6px;
}
.how-mock__bar-track {
    width: 100%;
    height: 6px;
    background: #EEEFF6;
    border-radius: 99px;
    overflow: hidden;
}
.how-mock__bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #7661B4, #0D23AC);
    border-radius: 99px;
}

/* Flow steps — top center */
.how-mock--flow {
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    white-space: nowrap;
}

.how-mock__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.how-mock__step-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #EEEFF6;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
}
.how-mock__step--active .how-mock__step-icon {
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
}
.how-mock__step span {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px; font-weight: 600;
    color: #3D4470;
}
.how-mock__arrow {
    font-size: 12px; color: #7661B4; font-weight: 700;
}

/* Skills Growth — right side */
.how-mock--skills {
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 130px;
}
.how-mock--skills span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 10px;
    color: #222747; display: block; margin-bottom: 8px;
}
.how-mock__chart {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 60px;
}
.how-mock__chart span {
    flex: 1;
    background: linear-gradient(180deg, #7661B4, #0D23AC);
    border-radius: 3px 3px 0 0;
    display: block;
    min-height: 8px;
}

/* CV Form card — bottom right */
.how-mock--form {
    bottom: 0;
    right: 0;
    width: 300px;
    padding: 14px 16px;
}
.how-mock__form-header {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEFF6;
}
.how-mock__avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7661B4, #0D23AC);
    flex-shrink: 0;
}
.how-mock__form-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 12px; color: #222747;
}
.how-mock__form-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; color: #8A92C5; margin-top: 2px;
}
.how-mock__form-fields {
    display: flex; flex-direction: column; gap: 6px;
}
.how-mock__field {
    height: 8px;
    background: #EEEFF6;
    border-radius: 4px;
    width: 100%;
}


/* ── RIGHT: Steps 598x532 ── */
.how-steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    width: 598px;
    max-width: 100%;
    flex-shrink: 0;
}

/* Single step row — Figma: 598x104 gap 55px */
.how-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 55px;
    width: 100%;
    min-height: 104px;
}

/* Vertical line — Figma: 4x72 gradient or #F3F4FE */
.how-step__line {
    width: 4px;
    height: 72px;
    border-radius: 99px;
    background: #F3F4FE;
    flex-shrink: 0;
}
.how-step__line--active {
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
}

/* Icon box — Figma: 72x72 gradient bg radius 8 */
.how-step__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: #F3F4FE;
    border: 1px solid #D8DDFC;
    flex-shrink: 0;
    box-sizing: border-box;
}
.how-step__icon--active {
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    border: 1px solid #F3F4FE;
}

/* Step text group */
.how-step__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* Title — Figma: Montserrat 500 39px #3A4278 */
.how-step__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #3A4278;
    margin: 0;
}

/* Description — Figma: Montserrat 400 16px #8A92C5 */
.how-step__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8A92C5;
    margin: 0;
    max-width: 343px;
}


/* ════ RESPONSIVE — How It Works ══════════════ */
@media (max-width:1280px) {
    .cartants-how { padding:64px 60px; }
    .how-cards { width:100%; gap:40px; }
    .how-illustration { width:460px; height:430px; }
}

@media (max-width:1024px) {
    .cartants-how { padding:48px 40px; }
    .how-header__title { font-size:38px; line-height:48px; }
    .how-header__desc  { font-size:20px; line-height:26px; }
    .how-header__label { font-size:20px; }
    .how-step__title   { font-size:28px; line-height:36px; }
    .how-step { gap:32px; }
    .how-illustration { width:360px; height:360px; }
    .how-mock--form { width:220px; }
}

@media (max-width:768px) {
    .cartants-how { padding:48px 24px; }
    .how-cards { flex-direction:column; gap:40px; }
    .how-illustration { width:100%; max-width:400px; height:320px; }
    .how-steps { width:100%; }
    .how-header__title { font-size:30px; line-height:38px; width:100%; }
    .how-header__desc  { font-size:17px; width:100%; }
    .how-header__label { font-size:17px; }
    .how-step__title   { font-size:24px; line-height:30px; }
    .how-step { gap:20px; min-height:auto; }
    .how-step__line { height:48px; }
    .how-step__icon { width:56px; height:56px; }
    .how-mock--skills { display:none; }
    .how-mock--flow { display:none; }
}

@media (max-width:480px) {
    .how-header__title { font-size:26px; line-height:32px; }
    .how-step__title   { font-size:20px; line-height:26px; }
}

/* ════ RESPONSIVE — Hero + Stats ══════════════ */
@media(max-width:1280px){
    .cartants-hero  { padding:100px 60px 0; }
    .cartants-stats { padding:32px 40px 60px; }
    .stats-grid     { width:100%; }
    .hero-wave      { width:100%; margin-left:0; }
}
@media(max-width:1024px){
    .cartants-hero  { min-height:700px; padding:80px 40px 0; }
    .hero-heading   { font-size:46px; line-height:56px; }
    .cartants-stats { padding:24px 24px 60px; }
    .stats-grid     { height:auto; }
    .stats-item     { padding:24px 28px; height:auto; }
    .stats-item__number { font-size:48px; line-height:60px; }
    .stats-item__label  { font-size:16px; }
}
@media(max-width:768px){
    .cartants-hero  { padding:60px 24px 0; min-height:auto; }
    .hero-content   { margin-top:120px; gap:20px; }
    .hero-heading   { font-size:34px; line-height:44px; }
    .hero-description { font-size:16px; }
    .hero-description br { display:none; }
    .hero-buttons   { flex-direction:column; align-items:center; gap:12px; width:100%; }
    .hero-btn       { width:100%; max-width:300px; font-size:16px; }
    .hero-trusted   { width:100%; height:auto; flex-wrap:wrap; padding:10px 14px; }
    .hero-trusted__text { font-size:13px; white-space:normal; }
    .hero-wave      { width:100%; margin-left:0; margin-top:40px; }
    .cartants-stats { padding:20px 16px 40px; }
    .stats-grid     { flex-direction:column; height:auto; padding:8px; }
    .stats-item     { height:auto; align-items:center; padding:20px; width:100%; }
    .stats-divider  { width:80%; height:1px; }
    .stats-item__label { text-align:center; }
    .stats-item__number{ text-align:center; }
}
@media(max-width:480px){
    .hero-heading { font-size:28px; line-height:36px; }
    .stats-item__number { font-size:40px; line-height:50px; }
}

/* ── Illustration real image ── */
.how-illustration { width:520px; flex-shrink:0; }
.how-illustration__img { width:100%; height:auto; display:block; object-fit:contain; }

/* ── Step icon image sizing ── */
.how-step__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}
/* Active icon — white tint on image */
.how-step__icon--active img {
    filter: brightness(0) invert(1);
}
/* Inactive icons — purple tint */
.how-step__icon img {
    filter: invert(40%) sepia(60%) saturate(500%) hue-rotate(210deg) brightness(0.8);
}
.how-step__icon--active img {
    filter: brightness(0) invert(1);
}

/* How it works responsive fix */
@media(max-width:1024px){
    .how-illustration { width: 380px; }
    .how-step__title  { font-size: 18px; line-height: 24px; }
}
@media(max-width:768px){
    .how-cards        { flex-direction: column; gap: 32px; }
    .how-illustration { width: 100%; max-width: 400px; margin: 0 auto; }
    .how-steps        { width: 100%; }
    .how-step__title  { font-size: 17px; line-height: 22px; }
}


/* ════ CAREER PLANNING PACKAGES ═════════════════
   Figma: 1440x997, padding 64px 0, gap 32px
   ═══════════════════════════════════════════ */

.cartants-packages {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 100px;
    gap: 32px;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
}

/* ── Header ── */
.packages-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 1240px;
    max-width: 100%;
}

/* Figma: Montserrat 600 49px → professional 30px */
.packages-header__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #2D335D;
    margin: 0;
}

/* Figma: Montserrat 500 25px → professional 16px */
.packages-header__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2D335D;
    margin: 0;
}

/* ── Tabs Row ── */
.packages-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 1240px;
    max-width: 100%;
}

/* Base tab */
.pkg-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    gap: 6px;
    width: 220px;
    min-height: 80px;
    background: rgba(251,251,253,0.5);
    border: 1.5px solid transparent;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.pkg-tab:hover {
    border-color: rgba(118,97,180,0.3);
    background: rgba(118,97,180,0.04);
}

/* Active tab */
.pkg-tab--active {
    background: rgba(0,0,0,0.004);
    border-color: #7661B4;
    border-radius: 24px;
}

/* Tab name — active: gradient, inactive: dark */
.pkg-tab__name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;        /* Figma 31px → professional 18px */
    line-height: 24px;
    text-align: center;
    color: #222747;
    display: block;
    transition: all 0.2s ease;
}
.pkg-tab--active .pkg-tab__name {
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Tab sub */
.pkg-tab__sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #222747;
    display: block;
    transition: all 0.2s ease;
}
.pkg-tab--active .pkg-tab__sub {
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Panel ── */
/* Hidden by default */
.pkg-panel {
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 32px;
    gap: 32px;
    width: 1240px;
    max-width: 100%;
    min-height: 340px;
    background: rgba(254,254,254,0.25);
    border: 1.5px solid rgba(118,97,180,0.2);
    border-radius: 32px;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: panelFadeIn 0.3s ease both;
}
.pkg-panel--active {
    display: flex;
}
@keyframes panelFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Text side */
.pkg-panel__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 20px;
    flex: 1;
}

/* Figma: Montserrat 500 39px → professional 24px */
.pkg-panel__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2D335D;
    margin: 0;
}

/* Figma: Montserrat 400 20px → professional 15px */
.pkg-panel__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #2D335D;
    margin: 0;
    max-width: 600px;
}

/* Features block */
.pkg-panel__features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pkg-panel__features-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2D335D;
    margin: 0;
}
.pkg-panel__list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pkg-panel__list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.pkg-panel__list li img {
    width: 20px; height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}
.pkg-panel__list li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3D4470;
}

/* Image side — Figma: 340x322 */
.pkg-panel__image {
    width: 320px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pkg-panel__image img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    display: block;
}


/* ── CTA Bottom ── */
/* Figma: 1440x140, padding 0 112px, gap 24px */
.packages-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0 112px;
    box-sizing: border-box;
}

/* Figma: Montserrat 500 25px → professional 16px */
.packages-cta__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2D335D;
    margin: 0;
}

/* Figma: 374x56 gradient btn */
.packages-cta__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    gap: 8px;
    width: 320px;
    height: 52px;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF !important;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.15s ease;
}
.packages-cta__btn:hover {
    transform: translateY(-1px);
    color: #FFFFFF !important;
}


/* ── Responsive ── */
@media(max-width:1280px){
    .cartants-packages { padding: 64px 60px; }
    .packages-tabs     { width: 100%; }
    .pkg-panel         { width: 100%; }
    .packages-header   { width: 100%; }
}
@media(max-width:1024px){
    .cartants-packages { padding: 48px 40px; }
    .pkg-panel         { flex-direction: column; min-height: auto; }
    .pkg-panel__image  { width: 100%; max-width: 280px; }
    .packages-cta      { padding: 0 40px; }
}
@media(max-width:768px){
    .cartants-packages { padding: 48px 24px; }
    .packages-tabs     { gap: 12px; flex-wrap: wrap; }
    .pkg-tab           { width: 100%; min-width: 140px; flex: 1; padding: 12px 16px; min-height: 70px; }
    .pkg-tab__name     { font-size: 15px; }
    .pkg-panel         { padding: 24px; }
    .pkg-panel__title  { font-size: 20px; line-height: 28px; }
    .packages-cta      { padding: 0 16px; }
    .packages-cta__btn { width: 100%; max-width: 320px; }
}


/* ════ MENTOR SECTION ═══════════════════════════
   Figma: padding 64px 112px, gap 64px, bg white
   ═══════════════════════════════════════════ */
.cartants-mentors {
    width: 100%;
    background: #ffffff;
    padding: 64px 112px;
    box-sizing: border-box;
}

.mentors-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 1216px;
    max-width: 100%;
    margin: 0 auto;
}

/* ── Header ── */
.mentors-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
}

/* Figma: 49px → professional 28px */
.mentors-header__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #222747;
    margin: 0;
}

/* Figma: 25px → professional 15px */
.mentors-header__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #222747;
    margin: 0;
}

/* ── Grid — 3 cols, 2 rows ── */
.mentors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

/* ── Mentor Card — Figma exact: 396×580, padding 16px, gap 32px ── */
.mentor-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 32px;
    background: rgba(251,251,253,0.5);
    border: 1px solid #EEEFF6;
    border-radius: 32px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mentor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(13,35,172,0.10);
    border-color: #C9CDE4;
}

/* Photo — Figma: 364×326 inside 396px card → 326/580 ≈ 56% of card */
.mentor-card__photo {
    width: 100%;
    aspect-ratio: 364 / 326;
    background: #EFF2F6;
    border: 1px solid #C9CDE4;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mentor-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.3s ease;
}
.mentor-card:hover .mentor-card__photo img {
    transform: scale(1.03);
}
.mentor-card__photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #EEF0FF 0%, #E4E8FA 100%);
    font-size: 48px;
    font-weight: 700;
    color: #515DA9;
}

/* Info block — flex col, gap 0 (spacing handled per-item) */
.mentor-card__info {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

/* Name group — Figma: row of name + meta stacked */
.mentor-card__name-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-bottom: 12px;
}

/* Name — Figma: bold, 222747 */
.mentor-card__name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #222747;
    margin: 0;
}

/* Meta rows — Figma: 364×24 each, gap 4px */
.mentor-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mentor-card__meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #3A4278;
}
.mentor-card__meta-item img {
    width: 16px; height: 16px;
    object-fit: contain; flex-shrink: 0;
}

/* Stats box — Figma: 364×64, border #3A4278, border-radius 16px */
.mentor-card__stats {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
    gap: 8px;
    width: 100%;
    height: 64px;
    background: rgba(243,244,254,0.2);
    border: 1px solid #3A4278;
    border-radius: 16px;
}
.mentor-card__stats-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
}
.mentor-card__stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mentor-card__stat-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #2D335D;
}
.mentor-card__stat-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2D335D;
}

/* ── CTA ── */
.mentors-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
}

/* Figma: 31px → professional 18px */
.mentors-cta__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #222747;
    margin: 0;
}

/* Figma: 272x56 gradient btn */
.mentors-cta__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    height: 52px;
    min-width: 220px;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF !important;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.15s ease;
}
.mentors-cta__btn:hover {
    transform: translateY(-1px);
    color: #FFFFFF !important;
}

/* ── Responsive ── */
@media(max-width:1280px){
    .cartants-mentors { padding: 64px 60px; }
}
@media(max-width:1024px){
    .cartants-mentors { padding: 48px 40px; }
    .mentors-grid     { grid-template-columns: repeat(2, 1fr); }
    .mentors-header__title { font-size: 24px; }
}
@media(max-width:768px){
    .cartants-mentors { padding: 48px 24px; }
    .mentors-grid     { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .mentors-header__title { font-size: 22px; line-height: 30px; }
    .mentors-cta__text     { font-size: 16px; }
}

/* Mentors empty state */
.mentors-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 40px;
    background: rgba(251,251,253,0.5);
    border: 1px solid #EEEFF6;
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #3A4278;
}


/* ════ BECOME A MENTOR SECTION ══════════════════
   Figma: padding 128px 100px, gap 32px
   bg: radial-gradient purple → dark navy
   ═══════════════════════════════════════════ */
.cartants-become-mentor {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 100px;
    gap: 32px;
    width: 100%;
    box-sizing: border-box;
    background: radial-gradient(124.41% 513.32% at -20.35% 183.17%, #7661B4 0%, #172262 100%);
    position: relative;
    overflow: hidden;
}

/* Subtle bg glow */
.cartants-become-mentor::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(118,97,180,0.3) 0%, transparent 70%);
    top: -100px; right: -100px;
    pointer-events: none;
}

/* ── Header text box ── */
.become-mentor__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 1240px;
    max-width: 100%;
    position: relative; z-index: 1;
}

/* Figma: Montserrat 600 49px white → professional 30px */
.become-mentor__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}

/* Figma: Montserrat 600 25px #F2F2F8 → professional 16px */
.become-mentor__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F2F2F8;
    margin: 0;
}

/* ── Dashboard image — Figma: 1240x702 ── */
.become-mentor__image {
    width: 1240px;
    max-width: 100%;
    position: relative; z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,0.35);
}
.become-mentor__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Figma: Montserrat 600 31px #F9F9FC → professional 18px */
.become-mentor__cta-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #F9F9FC;
    margin: 0;
    position: relative; z-index: 1;
}

/* Figma: 265x56 gradient btn → professional size */
.become-mentor__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    height: 52px;
    min-width: 200px;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF !important;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    position: relative; z-index: 1;
    border: 1px solid rgba(255,255,255,0.2);
}
.become-mentor__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.35);
    color: #FFFFFF !important;
}

/* ── Responsive ── */
@media(max-width:1280px){
    .cartants-become-mentor { padding: 80px 60px; }
}
@media(max-width:1024px){
    .cartants-become-mentor { padding: 64px 40px; }
    .become-mentor__title   { font-size: 26px; }
}
@media(max-width:768px){
    .cartants-become-mentor { padding: 56px 24px; gap: 24px; }
    .become-mentor__title   { font-size: 22px; line-height: 30px; }
    .become-mentor__subtitle{ font-size: 14px; }
    .become-mentor__cta-text{ font-size: 15px; }
    .become-mentor__btn     { width: 100%; max-width: 260px; }
}


/* ════ EMPLOYER SECTION ══════════════════════════
   Figma: padding 64px 112px, gap 32px, bg white
   ═══════════════════════════════════════════ */
.cartants-employers {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 112px;
    gap: 48px;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
}

/* ── Header ── */
.employers-header {
    width: 1216px;
    max-width: 100%;
    text-align: center;
}
.employers-header__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #2D335D;
    margin: 0;
}

/* ── 3 Summary Cards ── */
.employers-cards {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    width: 1216px;
    max-width: 100%;
}

.employer-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
    flex: 1;
    border: 1.5px solid #EEEFF6;
    border-radius: 24px;
    background: rgba(251,251,253,0.5);
    transition: box-shadow 0.2s ease;
}
.employer-card:hover {
    box-shadow: 0 8px 24px rgba(13,35,172,0.07);
}
.employer-card__inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}
.employer-card__top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}
/* Figma: 39px → professional 18px */
.employer-card__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #2D335D;
    margin: 0;
    flex: 1;
}
.employer-card__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.85;
}
/* Figma: 20px → professional 13px */
.employer-card__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #2D335D;
    margin: 0;
}


/* ── Feature Rows ── */
.employer-feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    width: 1216px;
    max-width: 100%;
    padding: 16px 0;
}
.employer-feature--image-left {
    flex-direction: row;         /* image on left */
}
.employer-feature--text-left {
    flex-direction: row;         /* text on left */
}

/* Text side */
.employer-feature__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}
.employer-feature__icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
}
/* Figma: 39px → professional 22px */
.employer-feature__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #2D335D;
    margin: 0;
}
/* Figma: 31px → professional 16px */
.employer-feature__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2D335D;
    margin: 0;
}
/* Figma: 25px → professional 14px */
.employer-feature__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #2D335D;
    margin: 0;
    max-width: 520px;
}

/* Image side */
.employer-feature__image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
}
.employer-feature__image img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    display: block;
}


/* ── CTA ── */
.employers-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 1216px;
    max-width: 100%;
    padding: 0 112px;
    box-sizing: border-box;
    text-align: center;
}
/* Figma: 25px → professional 15px */
.employers-cta__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #534884;
    margin: 0;
}
/* Figma: 320x56 gradient btn */
.employers-cta__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    height: 52px;
    min-width: 220px;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF !important;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.15s ease;
}
.employers-cta__btn:hover {
    transform: translateY(-1px);
    color: #FFFFFF !important;
}


/* ── Responsive ── */
@media(max-width:1280px){
    .cartants-employers  { padding: 64px 60px; }
    .employers-cards     { width: 100%; }
    .employer-feature    { width: 100%; }
    .employers-cta       { width: 100%; padding: 0 40px; }
    .employers-header    { width: 100%; }
}
@media(max-width:1024px){
    .cartants-employers  { padding: 48px 40px; }
    .employers-cards     { flex-wrap: wrap; }
    .employer-card       { min-width: calc(50% - 12px); }
    .employer-feature    { gap: 32px; }
}
@media(max-width:768px){
    .cartants-employers  { padding: 48px 24px; gap: 36px; }
    .employers-cards     { flex-direction: column; gap: 16px; }
    .employer-card       { width: 100%; }
    .employer-feature,
    .employer-feature--image-left,
    .employer-feature--text-left { flex-direction: column; gap: 24px; }
    .employer-feature__image { max-width: 100%; order: -1; }
    .employer-feature--text-left .employer-feature__image { order: 1; }
    .employer-feature__desc { max-width: 100%; }
    .employers-cta       { padding: 0; }
    .employers-cta__btn  { width: 100%; max-width: 280px; }
}


/* ════ BY THE NUMBERS ═══════════════════════════
   Figma: padding 96px 0, gap 32px
   bg: linear-gradient Gradd2
   ═══════════════════════════════════════════ */
.cartants-numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 100px;
    gap: 32px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(107.49deg,
        #AED7EB 7.25%,
        #C598E3 51.3%,
        #92ADE6 73.32%,
        #888DE8 95.34%
    );
}

/* Figma: Montserrat 600 49px → professional 28px */
.numbers-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #2D335D;
    margin: 0;
}

/* ── Cards row ── */
.numbers-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 1240px;
}

/* Single card — Figma: 292x170 frosted glass */
.number-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 32px;
    gap: 8px;
    flex: 1;
    background: rgba(254, 254, 254, 0.25);
    border-radius: 24px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}
.number-card:hover {
    transform: translateY(-3px);
    background: rgba(254,254,254,0.35);
}

/* Figma: Montserrat 600 61px gradient → professional 40px */
.number-card__value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    display: flex;
    align-items: center;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    align-self: stretch;
}

.number-card__label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2D335D;
    align-self: stretch;
}

/* ── Responsive ── */
@media(max-width:1024px){
    .cartants-numbers { padding: 80px 60px; }
    .number-card__value { font-size: 32px; line-height: 40px; }
}
@media(max-width:768px){
    .cartants-numbers { padding: 64px 24px; }
    .numbers-grid     { flex-wrap: wrap; gap: 16px; }
    .number-card      { min-width: calc(50% - 8px); flex: none; padding: 20px 24px; }
    .number-card__value { font-size: 28px; line-height: 36px; }
}
@media(max-width:480px){
    .numbers-grid  { flex-direction: column; }
    .number-card   { width: 100%; }
}


/* ════ TESTIMONIALS ══════════════════════════════
   Figma: padding 64px 100px, gap 32px, bg white
   ═══════════════════════════════════════════ */
.cartants-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 100px;
    gap: 40px;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}

/* Header */
.testimonials-header { width: 1240px; max-width: 100%; text-align: center; }
.testimonials-header__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 28px; line-height: 36px;
    color: #222747; margin: 0;
}

/* ── Track wrapper ── */
.testimonials-track-wrapper {
    position: relative;
    width: 1240px;
    max-width: 100%;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    flex-direction: row;
    gap: 24px;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
    will-change: transform;
    padding: 8px 4px;
}

/* ── Single Card — Figma: 378x325 ── */
.tcard {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 360px;
    max-width: 360px;
    background: rgba(254,254,254,0.25);
    border: 1px solid #C9CDE4;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(13,35,172,0.09);
}

/* Card header — Figma: bg #C6CDFA radius 32 32 0 0 */
.tcard__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 20px;
    gap: 12px;
    background: #C6CDFA;
    border-radius: 24px 24px 0 0;
}
.tcard__header--service { background: #D8DDFC; }
.tcard__header--employer { background: #C6CDFA; }

.tcard__header-photo {
    width: 44px; height: 44px;
    border-radius: 50%; overflow: hidden;
    flex-shrink: 0;
}
.tcard__header-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.tcard__photo-placeholder {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #B2ADD2;
}
.tcard__photo-placeholder--sm { width:36px; height:36px; }

.tcard__header-info {
    display: flex; flex-direction: column; gap: 4px; flex: 1;
}
.tcard__header-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 14px; line-height: 20px;
    color: #141414;
}
.tcard__header-meta { display:flex; flex-direction:column; gap:2px; }
.tcard__meta-item {
    display: flex; align-items: center; gap: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 500; color: #3A4278;
}
.tcard__meta-item img { opacity:0.7; flex-shrink:0; }

/* Card body */
.tcard__body {
    display: flex; flex-direction: column;
    padding: 16px 20px; gap: 16px; flex: 1;
}
.tcard__feedback {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 13px; line-height: 20px;
    color: #141414; margin: 0; flex: 1;
}

/* User row */
.tcard__user { display:flex; align-items:center; gap:10px; }
.tcard__user-photo { width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0; }
.tcard__user-photo img { width:100%;height:100%;object-fit:cover;display:block; }
.tcard__user-info { display:flex;flex-direction:column;gap:2px;flex:1; }
.tcard__user-name {
    font-family:'Montserrat',sans-serif;
    font-weight:500;font-size:13px;line-height:18px;color:#3A4278;
}
.tcard__user-sub {
    font-family:'Montserrat',sans-serif;
    font-size:11px;font-weight:400;color:#8A92C5;
}
.tcard__stars { display:flex;gap:3px;margin-top:2px; }

/* ── Scroll Arrows ── */
.testimonials-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.95);
    border: 1.5px solid #EEEFF6;
    box-shadow: 0 4px 12px rgba(13,35,172,0.10);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10;
    transition: background 0.15s, box-shadow 0.15s;
}
.testimonials-arrow:hover { background:#fff; box-shadow:0 6px 18px rgba(13,35,172,0.15); }
.testimonials-arrow--prev { left: -20px; }
.testimonials-arrow--next { right: -20px; }

/* ── Submit feedback link ── */
.testimonials-submit {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.testimonials-submit__link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 14px;
    background: linear-gradient(107.49deg,#7661B4 7.25%,#0D23AC 95.34%);
    -webkit-background-clip:text; -webkit-text-fill-color:transparent;
    background-clip:text; text-decoration:none;
    transition: opacity 0.15s;
}
.testimonials-submit__link:hover { opacity: 0.75; }
.testimonials-submit__note {
    font-family:'Montserrat',sans-serif;
    font-size:11px; color:#8A92C5;
}

/* ── Video Testimonial ── */
.testimonials-video {
    display: flex; flex-direction: column;
    align-items: center; gap: 20px;
    width: 1240px; max-width: 100%;
}

/* Figma: 778x528 border #9BA8F7 radius 24 */
.tvideo__frame {
    position: relative;
    width: 778px; max-width: 100%;
    aspect-ratio: 778 / 528;
    background: #f0f2ff;
    border: 1px solid #9BA8F7;
    border-radius: 24px;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
}
.tvideo__frame img.tvideo__thumbnail {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; border-radius: 24px;
}
.tvideo__play-icon {
    width: 80px; height: 80px;
    position: relative; z-index: 2;
    transition: transform 0.2s ease;
    cursor: pointer;
}
.tvideo__frame:hover .tvideo__play-icon { transform: scale(1.1); }
.tvideo__embed {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border-radius: 24px; overflow: hidden;
}
.tvideo__embed iframe {
    width: 100%; height: 100%;
    border: none; border-radius: 24px;
}

.tvideo__caption { display:flex;flex-direction:column;align-items:center;gap:4px; text-align:center; }
.tvideo__name {
    font-family:'Montserrat',sans-serif;
    font-weight:700;font-size:18px;line-height:24px;color:#2D335D;
}
.tvideo__role {
    font-family:'Montserrat',sans-serif;
    font-weight:600;font-size:14px;line-height:20px;color:#2D335D;
}

/* ── Responsive ── */
@media(max-width:1280px){
    .cartants-testimonials { padding:64px 60px; }
    .testimonials-header,.testimonials-video { width:100%; }
}
@media(max-width:1024px){
    .cartants-testimonials { padding:48px 40px; }
    .tcard { min-width:300px;max-width:300px; }
}
@media(max-width:768px){
    .cartants-testimonials { padding:48px 24px; }
    .tcard { min-width:280px;max-width:280px; }
    .testimonials-arrow--prev { left:-12px; }
    .testimonials-arrow--next { right:-12px; }
    .tvideo__frame { width:100%; }
}


/* ════ SUBMIT FEEDBACK PAGE ══════════════════════ */
.feedback-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 24px 80px;
    background: #f8f8ff;
}

.feedback-form-wrapper {
    width: 100%;
    max-width: 600px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #EEEFF6;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(13,35,172,0.08);
}

.feedback-form-header { margin-bottom: 32px; }
.feedback-form-header__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 24px;
    color: #222747; margin: 0 0 8px;
}
.feedback-form-header__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; color: #8A92C5; margin: 0;
}

/* Fields */
.feedback-form { display: flex; flex-direction: column; gap: 20px; }
.feedback-field { display: flex; flex-direction: column; gap: 6px; }
.feedback-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 13px; color: #2D335D;
}
.feedback-label span { color: #7661B4; }
.feedback-input, .feedback-textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; color: #222747;
    padding: 10px 14px;
    border: 1.5px solid #EEEFF6;
    border-radius: 12px;
    outline: none;
    transition: border-color 0.15s;
    background: #fafafa;
    width: 100%; box-sizing: border-box;
}
.feedback-input:focus, .feedback-textarea:focus {
    border-color: #7661B4;
    background: #fff;
}
.feedback-textarea { resize: vertical; min-height: 120px; }
.feedback-hint { font-size: 11px; color: #8A92C5; }

/* Type tabs */
.feedback-type-tabs { display: flex; gap: 10px; flex-wrap: wrap; }
.feedback-type-tab {
    display: flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    border: 1.5px solid #EEEFF6;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 500; color: #3A4278;
    transition: all 0.15s;
    background: #fafafa;
}
.feedback-type-tab input { display: none; }
.feedback-type-tab:has(input:checked) {
    border-color: #7661B4;
    background: rgba(118,97,180,0.06);
    color: #7661B4;
}

/* Stars */
.feedback-stars { display: flex; gap: 6px; }
.feedback-star {
    font-size: 28px; color: #E0E0E0;
    background: none; border: none;
    cursor: pointer; padding: 0;
    transition: color 0.1s, transform 0.1s;
    line-height: 1;
}
.feedback-star.is-active { color: #FFC107; }
.feedback-star:hover { transform: scale(1.15); }

/* Submit button */
.feedback-btn {
    display: inline-flex; justify-content: center; align-items: center;
    padding: 14px 32px; height: 52px;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 15px;
    color: #fff !important; text-decoration: none;
    border: none; cursor: pointer;
    transition: transform 0.15s ease;
    align-self: flex-start;
}
.feedback-btn:hover { transform: translateY(-1px); color: #fff !important; }
.feedback-btn--submit { width: 100%; align-self: stretch; }

/* Success */
.feedback-success {
    text-align: center;
    max-width: 480px;
    display: flex; flex-direction: column;
    align-items: center; gap: 16px;
    background: #fff;
    padding: 48px 40px;
    border-radius: 24px;
    border: 1px solid #EEEFF6;
    box-shadow: 0 8px 32px rgba(13,35,172,0.08);
}
.feedback-success__icon { font-size: 48px; }
.feedback-success__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 22px; color: #222747; margin: 0;
}
.feedback-success__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; color: #8A92C5; margin: 0; line-height: 22px;
}


/* ════ TRUSTED BY ════════════════════════════════
   Figma: padding 80px 112px, gap 120px
   bg: gradient #7661B4 → #0D23AC
   ═══════════════════════════════════════════ */
.cartants-trusted-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 48px 112px;
    gap: 60px;
    width: 100%;
    min-height: 140px;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    box-sizing: border-box;
    overflow: hidden;
}

/* "TRUSTED BY" label */
.trusted-by__label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #EEEFF6;
    white-space: nowrap;
    flex-shrink: 0;
    opacity: 0.85;
    text-transform: uppercase;
}

/* Scrolling track wrapper */
.trusted-by__track-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
    /* fade edges */
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

/* Auto-scroll track */
.trusted-by__track {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    width: max-content;
    animation: trustedScroll 20s linear infinite;
}
.trusted-by__track:hover {
    animation-play-state: paused;
}

@keyframes trustedScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Each logo item */
.trusted-by__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.trusted-by__item:hover { opacity: 1; }

.trusted-by__item img {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block;
}

/* Text fallback for logos */
.trusted-by__text-logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

/* ── Responsive ── */
@media(max-width:1024px){
    .cartants-trusted-by { padding: 40px 60px; gap: 40px; }
}
@media(max-width:768px){
    .cartants-trusted-by { padding: 32px 24px; gap: 24px; flex-wrap: nowrap; }
    .trusted-by__label   { font-size: 11px; }
    .trusted-by__text-logo { font-size: 18px; }
}


/* ════ HOME PAGE — FIGMA MOBILE (393px) EXACT MATCH ════
   Values extracted from Figma export:
   - Canvas: 393px wide
   - Section padding: 24px 16px
   - H1: 31px SemiBold
   - H2: 25px SemiBold
   - Body: 16px Regular
   - Small: 13px / 10px
   - Card radius: 32px
   - Section radius: 24px
   ═══════════════════════════════════════════════════ */

/* ── Hero section (Figma height ~995px on 393px) ── */
@media (max-width: 480px) {
    .cartants-hero {
        padding: 80px 16px 0;
        min-height: auto;
    }
    .hero-content {
        margin-top: 80px;
        gap: 16px;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
    .hero-heading {
        font-size: 31px;
        line-height: 40px;
        font-weight: 700;
        width: 100%;
        text-align: left;
    }
    .hero-description {
        font-size: 13px;
        line-height: 20px;
        color: rgba(81,93,169,1);
        text-align: left;
        width: 100%;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }
    .hero-btn {
        width: 100%;
        height: 44px;
        font-size: 14px;
        border-radius: 36px;
    }
    .hero-trusted {
        width: 361px;
        max-width: 100%;
        height: 40px;
        padding: 4px 8px;
        border-radius: 36px;
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(190,198,237,1) 100%);
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .hero-trusted__text {
        font-size: 10px;
        white-space: nowrap;
    }
    .hero-wave { display: none; }
    .hero-bg__blob--1,
    .hero-bg__blob--2,
    .hero-bg__blob--3 { display: none; }
}

/* ── Stats (Figma: 2 cards side by side, 1 full width) ── */
@media (max-width: 480px) {
    .cartants-stats { padding: 24px 16px 32px; }
    .stats-grid {
        flex-direction: column;
        height: auto;
        padding: 8px;
        gap: 0;
    }
    .stats-item {
        width: 100%;
        height: auto;
        padding: 16px 20px;
        align-items: flex-start;
        border-radius: 0;
    }
    .stats-item__number {
        font-size: 31px;
        line-height: 40px;
        font-weight: 600;
    }
    .stats-item__label {
        font-size: 16px;
        text-align: left;
    }
    .stats-divider {
        width: calc(100% - 40px);
        height: 1px;
        margin: 0 20px;
        background: rgba(238,239,246,0.8);
    }
}

/* ── How It Works ── */
@media (max-width: 480px) {
    .cartants-how { padding: 32px 16px; }
    .how-header { margin-bottom: 24px; text-align: left; align-items: flex-start; }
    .how-header__label { font-size: 13px; }
    .how-header__title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        width: 100%;
        text-align: left;
    }
    .how-header__desc {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        width: 100%;
    }
    .how-cards { flex-direction: column; gap: 24px; }
    .how-illustration { display: none; }
    .how-steps { width: 100%; }
    .how-step { gap: 14px; min-height: auto; }
    .how-step__icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 16px; }
    .how-step__title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }
    .how-step__desc {
        font-size: 16px;
        line-height: 22px;
    }
    .how-step__line { height: 32px; margin-left: 24px; }
}

/* ── Career Planning Packages ── */
@media (max-width: 480px) {
    .cartants-packages { padding: 32px 16px; }
    .packages-header__title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        text-align: left;
    }
    .packages-header__desc {
        font-size: 16px;
        text-align: left;
    }
    /* Tabs: horizontal scroll */
    .packages-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        padding-bottom: 4px;
        scrollbar-width: none;
        margin: 0 -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .packages-tabs::-webkit-scrollbar { display: none; }
    .pkg-tab {
        min-width: 120px;
        flex-shrink: 0;
        flex: none;
        padding: 10px 14px;
        min-height: 60px;
        border-radius: 16px;
    }
    .pkg-tab__name { font-size: 13px; }
    /* Package panel */
    .pkg-panel {
        padding: 16px;
        flex-direction: column;
        gap: 16px;
        border-radius: 24px;
    }
    .pkg-panel__image { display: none; }
    .pkg-panel__title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    .pkg-panel__desc { font-size: 16px; }
    .pkg-panel__features { columns: 1 !important; }
    .pkg-panel__feature { font-size: 13px; }
    .packages-cta { padding: 0; text-align: left; }
    .packages-cta__text { font-size: 16px; }
    .packages-cta__btn {
        width: 100%;
        border-radius: 36px;
        font-size: 14px;
    }
}

/* ── Mentor Cards — horizontal scroll carousel ── */
@media (max-width: 480px) {
    .cartants-mentors {
        padding: 32px 0;
        overflow: hidden;
    }
    .mentors-inner {
        gap: 24px;
        padding: 0 16px;
        width: 100%;
    }
    .mentors-header {
        width: 100%;
        text-align: left;
        align-items: flex-start;
    }
    .mentors-header__title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        text-align: left;
    }
    .mentors-header__desc {
        font-size: 16px;
        text-align: left;
    }
    .mentors-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding: 4px 16px 12px;
        width: 100vw;
        margin-left: -16px;
        box-sizing: border-box;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        grid-template-columns: unset !important;
    }
    .mentors-grid::-webkit-scrollbar { display: none; }
    .mentor-card {
        min-width: 313px !important;
        max-width: 313px !important;
        flex-shrink: 0 !important;
        scroll-snap-align: start;
        border-radius: 32px;
    }
    /* mentor card inner elements */
    .mentor-card__photo { border-radius: 24px; }
    .mentor-card__name { font-size: 20px; }
    .mentor-card__role { font-size: 13px; }
    .mentor-card__bio  { font-size: 13px; }
    .mentors-cta {
        padding: 0 16px;
        width: 100%;
        text-align: left;
    }
    .mentors-cta__text { font-size: 16px; text-align: left; }
    .mentors-cta__btn { border-radius: 36px; font-size: 14px; }
}

/* ── Become a Mentor ── */
@media (max-width: 480px) {
    .cartants-become-mentor { padding: 32px 16px; }
    .become-mentor-inner {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
    }
    .become-mentor__title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
    }
    .become-mentor__subtitle { font-size: 16px; }
    .become-mentor__img { width: 100%; max-width: 100%; }
    .become-mentor__btn {
        width: 100%;
        border-radius: 36px;
        font-size: 14px;
        text-align: center;
    }
}

/* ── Employers section ── */
@media (max-width: 480px) {
    .cartants-employers { padding: 32px 16px; }
    .employers-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 24px;
    }
    .employers-title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        text-align: left;
    }
    .employers-desc { font-size: 16px; text-align: left; }
    .employers-logos {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
    }
    .employers-logo { height: 28px; }
    .employers-img { width: 100%; border-radius: 24px; }
}

/* ── By the Numbers — Figma: 2×2 grid of frosted cards ── */
@media (max-width: 480px) {
    .cartants-numbers {
        padding: 32px 16px;
        gap: 20px;
    }
    .numbers-title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        text-align: left;
        width: 100%;
    }
    .numbers-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
        width: 100%;
        flex-wrap: unset;
    }
    .number-card {
        padding: 16px 20px;
        border-radius: 24px;
        flex: none;
        min-width: 0;
        width: auto;
    }
    .number-card__value {
        font-size: 31px;
        line-height: 40px;
        font-weight: 600;
    }
    .number-card__label {
        font-size: 16px;
        line-height: 22px;
    }
}

/* ── Testimonials ── */
@media (max-width: 480px) {
    .cartants-testimonials { padding: 32px 16px; gap: 20px; }
    .testimonials-header__title {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        text-align: left;
    }
    .testimonials-track-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        margin: 0 -16px;
        padding: 0 16px;
    }
    .testimonials-track { padding: 4px 0 12px; gap: 12px; }
    .tcard {
        min-width: 329px;
        max-width: 329px;
        border-radius: 32px;
    }
    .tcard__header { border-radius: 32px 32px 0 0; }
    .testimonials-arrow { display: none; }
    .tvideo__frame {
        width: 100%;
        border-radius: 24px;
    }
    .tvideo__name { font-size: 16px; }
    .tvideo__role { font-size: 13px; }
}

/* ── Trusted By ── */
@media (max-width: 480px) {
    .cartants-trusted-by {
        padding: 24px 16px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .trusted-by__label {
        font-size: 10px;
        letter-spacing: 1.5px;
    }
    .trusted-by__track-wrapper { width: calc(100vw - 32px); }
    .trusted-by__track { gap: 28px; }
    .trusted-by__item img { height: 28px; }
    .trusted-by__text-logo { font-size: 16px; }
}

/* ── Global mobile container ── */
@media (max-width: 480px) {
    .cartants-container { padding-left: 16px; padding-right: 16px; }
    section { max-width: 100vw; overflow-x: hidden; }
}

/* ── Tablet (481-768px) ── */
@media (min-width: 481px) and (max-width: 768px) {
    .cartants-hero { padding: 80px 24px 0; }
    .hero-content { margin-top: 100px; }
    .hero-heading { font-size: 32px; line-height: 42px; text-align: center; }
    .hero-description { text-align: center; }
    .hero-buttons { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .hero-btn { width: auto; min-width: 200px; }

    .cartants-numbers { padding: 48px 24px; }
    .numbers-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 16px;
    }

    .mentors-grid {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 4px 24px 12px;
        width: 100vw;
        margin-left: -24px;
        scrollbar-width: none;
    }
    .mentors-grid::-webkit-scrollbar { display: none; }
    .mentor-card { min-width: 300px !important; max-width: 300px !important; flex-shrink: 0 !important; }

    .packages-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
    .pkg-tab { min-width: 130px; flex-shrink: 0; }
    .pkg-panel__image { display: none; }
}
