/**
 * Upskilled Page Styles - EXACT FIGMA MATCH
 * Design Reference: design/Upskilled.png
 * Figma CSS: design/upskilled.figma.css
 * 
 * Styles for Upskilled - Teacher Training Program page template
 */

/* ============================================================================
   GLOBAL CONTAINER OVERRIDES
   ============================================================================ */

.upskilled-page-wrapper .container {
    max-width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
}

/* ============================================================================
   HERO SECTION
   ============================================================================ */

.upskilled-hero-section {
    position: relative;
    width: 100%;
    height: 706px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?w=1440&h=800&fit=crop');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.upskilled-hero-section .container {
    max-width: 1036px;
}

.hero-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    pointer-events: none;
}

.hero-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 30px;
    max-width: 1036px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-h1-main {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.hero-h1-subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.hero-text-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 40px;
    max-width: 824px;
}

.hero-body-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.btn-primary-green {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 54px;
    gap: 10px;
    background: #5CB747;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary-green:hover {
    background: #4a9c38;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(92, 183, 71, 0.4);
}

/* ============================================================================
   WHAT WE OFFER SECTION
   ============================================================================ */

.what-we-offer-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.what-we-offer-section .container {
    max-width: 1200px;
}

.section-heading-main {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
    column-gap: 40px;
}

.offer-point-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 20px;
}

.offer-icon-wrapper {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.offer-icon-wrapper i {
    font-size: 40px;
    color: #5CB747;
}

.offer-text-wrapper {
    flex: 1;
}

.offer-heading {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
    color: #6B6B6B;
    margin: 0;
}

/* ============================================================================
   WHY IT MATTERS SECTION
   ============================================================================ */

.why-it-matters-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.why-it-matters-section .container {
    max-width: 1240px;
}

.section-header-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 16px;
    max-width: 632px;
    margin: 0 auto 56px;
}

.section-heading-large {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    letter-spacing: -0.96px;
    color: #39302A;
    margin: 0;
}

.section-subtitle-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #4B4B4B;
    opacity: 0.7;
    margin: 0;
}

.matters-card-row {
    gap: 32px;
    justify-content: center;
}

.matters-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px;
    gap: 28px;
    background: #FFFFFF;
    box-shadow: 12px 16px 50px rgba(154, 154, 154, 0.12);
    border-radius: 12px;
    height: 244px;
    width: 100%;
    max-width: 392px;
}

.matters-icon-circle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    width: 80px;
    height: 80px;
    background: rgba(227, 227, 227, 0.45);
    border-radius: 99px;
    flex-shrink: 0;
}

.matters-icon-circle i {
    font-size: 48px;
    color: #000000;
}

.matters-card-title {
    font-family: 'DM Sans', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    color: #39302A;
    margin: 0;
    max-width: 353px;
}

/* ============================================================================
   HOW TO GET STARTED SECTION
   ============================================================================ */

.get-started-section {
    padding: 80px 0;
    background: #F9FAFC;
}

.get-started-section .container {
    max-width: 1260px;
}

.get-started-content {
    margin-top: 48px;
    gap: 80px;
    align-items: center;
}

.started-images-group {
    position: relative;
    width: 100%;
    max-width: 744px;
    height: 439px;
}

.started-main-img {
    position: absolute;
    width: 600px;
    height: 439px;
    right: 0;
    top: 0;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 -2px 100px rgba(0, 0, 0, 0.04);
}

.started-overlay-img {
    position: absolute;
    width: 355px;
    height: 294px;
    left: 0;
    top: 72px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 100px rgba(0, 0, 0, 0.06);
}

.started-features-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.started-feature-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    padding: 32px 0;
}

.feature-icon-box {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.feature-icon-box .feature-number {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    z-index: 2;
}

.feature-icon-blue {
    background: rgba(160, 204, 241, 0.2);
}

.feature-icon-blue .feature-number {
    color: #008EFF;
}

.feature-icon-purple {
    background: rgba(188, 172, 242, 0.2);
}

.feature-icon-purple .feature-number {
    color: #6F4BE5;
}

.feature-icon-green {
    background: rgba(138, 240, 173, 0.2);
}

.feature-icon-green .feature-number {
    color: #12B74A;
}

.feature-text-box {
    flex: 1;
    padding-top: 4px;
}

.feature-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-transform: capitalize;
    color: #12141D;
    margin: 0 0 10px 0;
}

.feature-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1A2D47;
    margin: 0;
}

/* ============================================================================
   HOW WE DO IT SECTION
   ============================================================================ */

.how-we-do-it-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.how-we-do-it-section .container {
    max-width: 1320px;
}

.section-heading-large-left {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    display: flex;
    align-items: center;
    letter-spacing: -0.48px;
    color: #071A34;
    margin-bottom: 72px;
}

.how-content-row {
    gap: 78px;
    align-items: flex-start;
}

.video-wrapper-box {
    position: relative;
    width: 100%;
    max-width: 628px;
    height: 408px;
    border-radius: 9px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.video-placeholder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.video-play-button i {
    font-size: 32px;
    color: #000000;
    margin-left: 4px;
}

.video-play-disabled {
    opacity: 0.7;
    cursor: default;
}

.how-steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
}

.how-step-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
}

.how-step-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #F5F7FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 20.05px rgba(255, 255, 255, 0.05), inset 0px 1.34px 1.34px rgba(255, 255, 255, 0.15);
}

.how-step-icon .step-number {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #071A34;
}

.how-step-text {
    flex: 1;
    padding-top: 2px;
}

.how-step-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.08px;
    color: #071A34;
    margin: 0 0 12px 0;
}

.how-step-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
    color: #1A2D47;
    margin: 0;
}

.how-step-divider {
    width: 100%;
    height: 1px;
    background: rgba(32, 32, 28, 0.1);
    margin: 34px 0;
}

/* ============================================================================
   ARTICLES SECTION
   ============================================================================ */

.articles-blog-section {
    padding: 30px 0 64px;
    background: #FFFFFF;
}

.articles-blog-section .container {
    max-width: 1280px;
}

.articles-section-heading {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
    margin-bottom: 32px;
}

.articles-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.blog-post-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-4px);
}

.blog-card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 8px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    width: 100%;
}

.blog-card-heading-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 12px;
    width: 100%;
}

.blog-meta-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-author-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #6941C6;
}

.meta-dot,
.meta-separator {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #667085;
    line-height: 1;
}

.blog-date-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
}

.blog-heading-icon-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 100%;
}

.blog-card-heading {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
    margin: 0;
}

.blog-card-heading a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-heading a:hover {
    color: #6941C6;
}

.blog-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px 0 0;
    width: 24px;
    height: 28px;
}

.blog-icon-wrapper i {
    font-size: 24px;
    color: #1A1A1A;
    transition: all 0.3s ease;
}

.blog-post-card:hover .blog-icon-wrapper i {
    transform: translateX(4px);
    color: #6941C6;
}

.blog-supporting-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    margin: 0;
}

.blog-categories-badges {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    background: #F9F5FF;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6941C6;
    mix-blend-mode: multiply;
}

.badge-item:nth-child(2) {
    background: #F8F9FC;
    color: #363F72;
}

.badge-item:nth-child(3) {
    background: #F0F9FF;
    color: #026AA2;
}

/* Pagination */
.blog-pagination-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
    gap: 20px;
    border-top: 1px solid #EAECF0;
}

.pagination-button-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pagination-button-nav:hover {
    color: #1A1A1A;
}

.pagination-button-nav i {
    font-size: 20px;
}

.pagination-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-numbers-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 2px;
}

.pagination-number-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #667085;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-number-btn:hover {
    background: #F9FAFC;
    color: #1A1A1A;
}

.pagination-active {
    background: #F9F5FF;
    color: #7F56D9;
}

.pagination-ellipsis {
    padding: 12px 8px;
    color: #667085;
    font-family: 'Inter', sans-serif;
}

.no-articles-message {
    text-align: center;
    padding: 80px 20px;
    background: #F9FAFC;
    border-radius: 12px;
    margin: 40px 0;
}

.no-articles-message p {
    font-family: 'Inter', sans-serif;
    color: #667085;
    margin-bottom: 16px;
}

/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

@media (max-width: 1399px) {
    .upskilled-page-wrapper .container,
    .what-we-offer-section .container,
    .why-it-matters-section .container,
    .get-started-section .container,
    .how-we-do-it-section .container,
    .articles-blog-section .container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .upskilled-page-wrapper .container,
    .what-we-offer-section .container,
    .why-it-matters-section .container,
    .get-started-section .container,
    .how-we-do-it-section .container,
    .articles-blog-section .container {
        max-width: 960px;
    }
    
    .started-overlay-img {
        width: 300px;
        height: 250px;
    }
    
    .started-images-group {
        height: 380px;
    }
    
    .started-main-img {
        width: 500px;
        height: 380px;
    }
}

@media (max-width: 991px) {
    .hero-h1-main {
        font-size: 42px;
    }
    
    .hero-h1-subtitle {
        font-size: 36px;
    }
    
    .hero-body-text {
        font-size: 20px;
    }
    
    .section-heading-main,
    .section-heading-large,
    .section-heading-large-left {
        font-size: 42px;
    }
    
    .started-images-group,
    .video-wrapper-box {
        margin-bottom: 40px;
    }
    
    .started-overlay-img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    
    .articles-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .upskilled-hero-section {
        min-height: 500px;
        padding: 60px 0;
    }
    
    .hero-h1-main {
        font-size: 36px;
    }
    
    .hero-h1-subtitle {
        font-size: 28px;
    }
    
    .hero-body-text {
        font-size: 18px;
    }
    
    .section-heading-main,
    .section-heading-large,
    .section-heading-large-left {
        font-size: 32px;
        line-height: 40px;
    }
    
    .offer-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    
    .offer-heading {
        font-size: 22px;
    }
    
    .matters-card-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    .articles-blog-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-pagination-wrapper {
        flex-direction: column;
        gap: 16px;
    }
    
    .pagination-numbers-wrap {
        order: -1;
    }
}

@media (max-width: 576px) {
    .hero-h1-main {
        font-size: 32px;
    }
    
    .hero-h1-subtitle {
        font-size: 24px;
    }
    
    .hero-body-text {
        font-size: 16px;
    }
    
    .btn-primary-green {
        padding: 16px 40px;
        font-size: 16px;
    }
    
    .section-heading-main,
    .section-heading-large,
    .section-heading-large-left {
        font-size: 28px;
        line-height: 36px;
    }
    
    .video-play-button {
        width: 60px;
        height: 60px;
    }
    
    .video-play-button i {
        font-size: 24px;
    }
}
