/* ============================================================
   DESKTOP HOMEPAGE STYLES
   BEM block: home-desktop
   Page width: 1440px, content area: 84.45% (1216px at 1440) centered
   ============================================================ */

/* ---------- Base ---------- */
.home-desktop {
    font-family: 'Inter', sans-serif;
    color: rgba(0, 0, 0, 0.88);
}

/* Override Bootstrap heading resets */
.home-desktop h1,
.home-desktop h2,
.home-desktop h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

/* Hide on mobile */
@media (max-width: 768px) {
    .home-desktop {
        display: none !important;
    }
}

/* ---------- Section title ---------- */
.home-desktop__section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

.home-desktop__section-title--lg {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.home-desktop__section-title--light {
    color: #fff;
}

.home-desktop__section-title--center {
    text-align: center;
}

/* ---------- Buttons ---------- */
.home-desktop__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
    transition: opacity 0.2s;
}

.home-desktop__btn:hover {
    opacity: 0.9;
}

.home-desktop__btn--primary {
    background: #465DA6;
    border-color: #465DA6;
    color: #fff;
}

.home-desktop__btn--outline {
    background: #fff;
    border-color: #D5D7DA;
    color: #414651;
}

.home-desktop__btn--outline-light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.home-desktop__btn--white {
    background: #fff;
    border-color: #fff;
    color: #1C2542;
}

.home-desktop__btn--dark {
    background: #1C2542;
    border-color: #1C2542;
    color: #fff;
}

.home-desktop__btn--sm {
    padding: 8px 18px;
    font-size: 13px;
}

/* ---------- Links ---------- */
.home-desktop__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.home-desktop__link:hover {
    opacity: 0.85;
}

.home-desktop__link--light {
    color: #fff;
}

.home-desktop__link--light svg {
    stroke: #fff;
}

.home-desktop__link--brand {
    color: #465DA6;
}

.home-desktop__link--brand svg {
    stroke: #465DA6;
}

/* ============================================================
   HERO
   ============================================================ */
.home-desktop__hero {
    position: relative;
    background: #1C2542;
    overflow: hidden;
}

.home-desktop__hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-desktop__hero-wave {
    position: absolute;
    pointer-events: none;
}

.home-desktop__hero-wave img {
    width: 100%;
    height: 100%;
    display: block;
}

.home-desktop__hero-wave--1 {
    width: 2132px;
    height: 1912px;
    top: -780px;
    left: -314px;
    mix-blend-mode: hard-light;
    transform: rotate(11.78deg);
}

.home-desktop__hero-wave--2 {
    width: 1838px;
    height: 1608px;
    top: -244px;
    left: -311px;
    transform: rotate(6.09deg);
}

.home-desktop__hero-wave--3 {
    width: 1784px;
    height: 1542px;
    top: 3px;
    left: -238px;
    transform: rotate(3.65deg);
}

.home-desktop__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
    padding: 100px 0 80px;
    display: flex;
    align-items: center;
    gap: 64px;
}

.home-desktop__hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-desktop__hero-tag {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #2FB8A9;
    letter-spacing: 0;
    margin: 0;
}

.home-desktop__hero-heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -2px;
    color: #fff;
    margin: 0;
}

.home-desktop__hero-highlight {
    color: #2FB8A9;
}

.home-desktop__hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #D9D9D9;
    margin: 0;
    max-width: 648px;
}

.home-desktop__hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

/* Stats card */
.home-desktop__hero-stats-card {
    flex-shrink: 1;
    background: #465DA6;
    border: 1px solid rgba(217, 217, 217, 0.3);
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.home-desktop__hero-stat-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.home-desktop__hero-stat-row-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-desktop__hero-stat-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FDFDFD;
}

.home-desktop__hero-stat-icon svg {
    flex-shrink: 0;
}

.home-desktop__hero-stat-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #FDFDFD;
    white-space: nowrap;
}

.home-desktop__hero-stat-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.54px;
    color: #D5D7DA;
    padding-left: 42px;
}

/* ============================================================
   COMMUNITY INSIGHTS
   ============================================================ */
.home-desktop__insights {
    padding: 120px 0;
}

.home-desktop__insights-inner {
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
}

.home-desktop__insights-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 583px;
    margin: 0 auto 48px;
    text-align: center;
}

/* Tabs */
.home-desktop__tabs {
    display: flex;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 4px;
}

.home-desktop__tab {
    flex: 1;
    padding: 8px 16px;
    border: none;
    background: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #8C8C8C;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
}

.home-desktop__tab--active {
    background: #fff;
    color: #262626;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
}

/* Insights body */
.home-desktop__insights-body {
    display: flex;
    gap: 32px;
    align-items: stretch;
    justify-content: center;
}

.home-desktop__insights-main {
    flex: 1 1 583px;
    max-width: 583px;
    min-width: 0;
}

/* Article cards grid - 3 columns */
.home-desktop__articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 20px;
}

.home-desktop__article-card {
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: opacity 0.2s;
}

.home-desktop__article-card:hover {
    opacity: 0.85;
}

.home-desktop__article-card-img {
    position: relative;
    width: 100%;
    height: 208px;
    overflow: hidden;
    border-radius: 12px;
    background: #E8E8E8;
}

.home-desktop__article-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-desktop__article-badge-media {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: #262626;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
}

.home-desktop__article-badge-cat {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #EAF8F6;
    color: #269387;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 16px;
}

.home-desktop__article-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-desktop__article-card-title {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
    color: #1C1C1C;
    margin: 0;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-desktop__article-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.home-desktop__article-card-author {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
}

.home-desktop__article-card-dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    flex-shrink: 0;
}

.home-desktop__article-card-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.45);
}

/* Sidebar */
.home-desktop__insights-sidebar {
    flex: 1 1 441px;
    max-width: 441px;
    min-width: 280px;
    align-self: flex-start;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04), 0 9px 28px rgba(0, 0, 0, 0.05);
}

.home-desktop__insights-sidebar-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0 0 48px;
}

.home-desktop__insights-news {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.home-desktop__news-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.home-desktop__news-item:hover {
    opacity: 0.8;
}

.home-desktop__news-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1C1C1C;
    margin: 0;
    overflow: hidden;
}

.home-desktop__news-meta {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-desktop__news-source {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #595959;
}

.home-desktop__news-source svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Insights footer (inside articles area) */
.home-desktop__insights-footer {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    width: 100%;
}

/* ============================================================
   COURSES
   ============================================================ */
.home-desktop__courses {
    padding: 32px 0;
}

.home-desktop__courses-inner {
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
}

.home-desktop__courses-container {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #384A85;
    border-radius: 44px;
    padding: 32px;
    height: 367px;
    overflow: hidden;
}

.home-desktop__courses-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.home-desktop__courses-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #6B7DB8;
    padding-bottom: 16px;
}

.home-desktop__courses-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #D9D9D9;
    margin: 0;
    max-width: 370px;
}

#home-courses-desktop-app {
    flex: 1 1 624px;
    max-width: 624px;
    min-width: 0;
    height: 100%;
}

.home-desktop__courses-cards {
    display: flex;
    gap: 20px;
    height: 100%;
}

.home-desktop__courses-compact-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    height: 100%;
}

/* Featured course card (with image) */
.home-desktop__course-featured {
    flex: 0 1 304px;
    min-width: 0;
    background: #465DA6;
    border: 1px solid rgba(217, 217, 217, 0.3);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
    padding-bottom: 10px;
    transition: opacity 0.2s;
}

.home-desktop__course-featured:hover {
    opacity: 0.9;
}

.home-desktop__course-featured-img {
    width: 100%;
    height: 132px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-desktop__course-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-desktop__course-featured-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 0 12px;
}

.home-desktop__course-featured-content {
    flex: 1;
}

.home-desktop__course-featured-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-desktop__course-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.home-desktop__course-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}

.home-desktop__course-meta-item svg {
    flex-shrink: 0;
}

.home-desktop__course-featured-divider {
    height: 1px;
    background: rgba(217, 217, 217, 0.3);
    margin: 0 12px;
    flex-shrink: 0;
}

.home-desktop__course-featured-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px 4px;
}

.home-desktop__course-featured-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    flex-shrink: 0;
}

.home-desktop__course-featured-author-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-desktop__course-featured-author-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-desktop__course-featured-author-org {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Compact course card (no image) */
.home-desktop__course-compact {
    flex: 1;
    background: #465DA6;
    border: 1px solid rgba(217, 217, 217, 0.3);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.home-desktop__course-compact:hover {
    opacity: 0.9;
}

.home-desktop__course-compact-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    background: #6B7DB8;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    align-self: flex-start;
}

.home-desktop__course-compact-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 0 4px;
}

.home-desktop__course-compact-content {
    flex: 1;
}

.home-desktop__course-compact-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ============================================================
   COLLECTIVE IMPACT
   ============================================================ */
.home-desktop__impact {
    padding: 100px 0;
}

.home-desktop__impact-inner {
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
}

.home-desktop__impact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
}

.home-desktop__impact-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-desktop__impact-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.home-desktop__impact-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
    margin: 0;
}

.home-desktop__impact-map {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
}

.home-desktop__impact-map-area {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 8px;
    z-index: 0;
}

/* Chart card */
.home-desktop__impact-chart {
    width: 100%;
    flex: 1;
    min-height: 280px;
}

.home-desktop__impact-source {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    margin: 0;
    text-align: center;
}

.home-desktop__impact-source a {
    color: #465DA6;
    text-decoration: none;
}

/* Impact category pills */
.home-desktop__impact-categories {
    display: flex;
    gap: 14px;
    margin-top: 12px;
}

.home-desktop__impact-cat {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #6C6C6C;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1.32;
    letter-spacing: -0.43px;
}

.home-desktop__impact-cat:hover {
    border-color: #C8CEE4;
}

.home-desktop__impact-cat--active {
    background: #EFF1FF;
    border-color: #EFF1FF;
    color: #465DA6;
}

/* Footer: Overview + Display Layers */
.home-desktop__impact-footer {
    display: flex;
    gap: 6px;
}

.home-desktop__impact-overview {
    flex: 1;
    background: #fff;
    border-radius: 7px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-desktop__impact-overview-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-desktop__impact-overview-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #181D27;
}

.home-desktop__impact-overview-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #595959;
    margin: 0;
}

.home-desktop__impact-hq {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #595959;
    margin: 0;
}

.home-desktop__impact-hq-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fb2c36;
    flex-shrink: 0;
}

.home-desktop__impact-layers {
    flex: 1;
    background: #fff;
    border-radius: 7px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-desktop__impact-layers-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #181D27;
}

.home-desktop__impact-layer-controls {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.home-desktop__impact-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #595959;
    cursor: pointer;
}

.home-desktop__impact-toggle-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-desktop__impact-toggle-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.home-desktop__impact-toggle-dot--blue {
    background: #717BBC;
}

.home-desktop__impact-toggle-dot--green {
    background: #5BA091;
}

.home-desktop__impact-toggle-input {
    display: none;
}

.home-desktop__impact-toggle-switch {
    width: 38px;
    height: 21px;
    border-radius: 24px;
    background: #7681C8;
    position: relative;
    transition: background 0.2s;
}

.home-desktop__impact-toggle-switch--green {
    background: #5BA091;
}

.home-desktop__impact-toggle-switch::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    top: 2px;
    left: 2px;
    transition: left 0.2s;
}

.home-desktop__impact-toggle-input:checked + .home-desktop__impact-toggle-switch::after {
    left: 19px;
}

.home-desktop__impact-toggle-input:not(:checked) + .home-desktop__impact-toggle-switch {
    background: #D5D7DA;
}

.home-desktop__impact-toggle-input:not(:checked) + .home-desktop__impact-toggle-switch--green {
    background: #D5D7DA;
}

/* ============================================================
   MEMBER BENEFITS
   ============================================================ */
.home-desktop__benefits {
    padding: 88px 0;
    background: #F5F5F5;
}

.home-desktop__benefits-inner {
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
}

.home-desktop__benefits-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}

.home-desktop__benefits-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #8C8C8C;
    margin: 6px 0 0;
}

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

.home-desktop__benefit-card {
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}

.home-desktop__benefit-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.home-desktop__benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    background: #EBF1FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-desktop__benefit-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

.home-desktop__benefit-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
    margin: 0;
}

/* ============================================================
   CONTRIBUTOR SPOTLIGHT
   ============================================================ */
.home-desktop__spotlight {
    padding: 88px 0;
    background: #F5F5F5;
}

.home-desktop__spotlight-inner {
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
}

.home-desktop__spotlight-carousel {
    margin-top: 24px;
    overflow: hidden;
}

.home-desktop__spotlight-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.home-desktop__spotlight-track::-webkit-scrollbar {
    display: none;
}

.home-desktop__spotlight-card {
    width: 440px;
    flex-shrink: 0;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-snap-align: start;
}

.home-desktop__spotlight-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.home-desktop__spotlight-avatar {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 2px 6px 35px rgba(0, 0, 0, 0.08);
}

.home-desktop__spotlight-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

.home-desktop__spotlight-role {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8C8C8C;
    margin: 0;
}

.home-desktop__spotlight-quote {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #434343;
    margin: 0;
}

/* Carousel dots (reused for spotlight) */
.home-desktop__carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0 0;
}

.home-desktop__carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D5D7DA;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s;
}

.home-desktop__carousel-dot--active {
    background: #465DA6;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.home-desktop__how {
    padding: 88px 0;
}

.home-desktop__how-inner {
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
}

.home-desktop__how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.home-desktop__how-card {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.home-desktop__how-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #465DA6;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.home-desktop__how-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

.home-desktop__how-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
    margin: 0;
}

/* ============================================================
   AWARDS & FELLOWSHIPS
   ============================================================ */
.home-desktop__awards {
    background: #FFFFFF;
    padding: 100px 0;
    overflow: hidden;
}

.home-desktop__awards-inner {
    max-width: 1216px;
    width: 84.45%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.home-desktop__awards-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.home-desktop__awards-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-desktop__award-grant {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #465DA6;
    border: 1px solid #909ECA;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}

.home-desktop__award-grant strong {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* Featured award card */
.home-desktop__award-featured {
    background: #2A3864;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    position: relative;
    display: flex;
}

.home-desktop__award-featured-stripe {
    position: absolute;
    right: -17px;
    top: -67px;
    width: 160px;
    height: 535px;
    background: linear-gradient(to bottom, #3A4B7E, #243159);
    transform: rotate(15deg);
}

.home-desktop__award-featured-stripe--2 {
    right: -193px;
}

.home-desktop__award-featured-left {
    padding: 48px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    align-items: flex-start;
}

.home-desktop__award-featured-visual {
    position: relative;
    z-index: 1;
    flex: 0 1 480px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.home-desktop__award-featured-visual .home-desktop__award-grant {
    right: 60px;
    top: 40%;
}

.home-desktop__award-illust-img {
    display: block;
    width: 100%;
    max-width: 520px;
    object-fit: contain;
    transform: translate(-60px, -20px);
}

.home-desktop__award-featured-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-desktop__award-featured-icon svg {
    color: #fff;
}

.home-desktop__award-featured-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 490px;
}

.home-desktop__award-featured-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    margin: 0;
}

.home-desktop__award-featured-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #D9D9D9;
    margin: 0;
}

.home-desktop__award-featured-deadline {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #BFBFBF;
    margin: 0;
}

.home-desktop__award-featured-deadline svg {
    flex-shrink: 0;
    opacity: 0.8;
}

.home-desktop__award-featured-deadline-label {
    color: #BFBFBF;
}

.home-desktop__award-featured-deadline-date {
    color: #F0F0F0;
}

/* Fellowships */
.home-desktop__fellowships-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-desktop__awards-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
    margin: 0;
}

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

.home-desktop__fellowship-card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 380px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.home-desktop__fellowship-img {
    width: 100%;
    height: 185px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-desktop__fellowship-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.home-desktop__fellowship-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.home-desktop__fellowship-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.home-desktop__fellowship-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0;
}

.home-desktop__fellowship-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
    margin: 0;
}

.home-desktop__fellowship-btn {
    width: 100%;
    text-align: center;
}

.home-desktop__fellowship-deadline {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.45);
    margin: 0;
}

.home-desktop__fellowship-deadline-label {
    color: rgba(0, 0, 0, 0.45);
}

.home-desktop__fellowship-deadline strong {
    color: #000;
}

/* ============================================================
   CTA
   ============================================================ */
.home-desktop__cta {
    background: linear-gradient(61.3deg, #232323 0%, rgba(35, 35, 35, 0.9) 100%);
    padding: 100px 7.78%;
    position: relative;
    overflow: hidden;
}

.home-desktop__cta-inner {
    max-width: 1216px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.home-desktop__cta-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.44px;
    color: #fff;
    margin: 0;
}

.home-desktop__cta-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.54px;
    color: #BFBFBF;
    margin: 0;
}

.home-desktop__cta-actions {
    display: flex;
    gap: 24px;
}

.home-desktop__cta-watermark {
    position: absolute;
    right: -50px;
    top: 0;
    width: 293px;
    height: 489px;
    opacity: 0.05;
    object-fit: cover;
    object-position: left;
    pointer-events: none;
}
