/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/programs/page.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page_container__SXhrQ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.page_hero__FANCr {
    background: linear-gradient(135deg, #2a2a72 0%, #4a00e0 100%);
    color: white;
    padding: 3rem 0;
    margin: 0 calc(-50vw + 50%);
    width: 100vw;
}

.page_heroContent__OnJSQ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.page_hero__FANCr h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.page_section__myuCr {
    margin-bottom: 3rem;
}

.page_section__myuCr h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #2a2a72;
}

.page_categoryGrid__9hxKG {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

.page_categoryCard__7BMG3 {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
}

.page_categoryCard__7BMG3:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.page_categoryIcon__60fsu {
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
}

.page_programGrid__dPV4S {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

.page_programCard__85JvF {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.page_programHeader__XRMcP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.page_rating__pu1TE {
    color: #ff9500;
    font-weight: bold;
}

.page_partnerBadge__EwiOu {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.page_detailsLink__Zmi7F {
    color: #4a00e0;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 1rem;
}

.page_ctaSection__tZuE_ {
    text-align: center;
    margin: 3rem 0;
    font-size: 1.1rem;
}

.page_disabledCard__pk_Wy {
    position: relative;
    opacity: 0.7;
    pointer-events: none;
    background-color: #f5f5f5;
    border: 1px dashed #ccc;
}

.page_comingSoon__KozmI {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff9800;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
}

.page_disabledCard__pk_Wy h3 {
    color: #666;
}

.page_disabledCard__pk_Wy .page_categoryIcon__60fsu {
    opacity: 0.5;
}

/********** programs articles **********/
.page_categoryPrograms__oi462 {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr; /* mobile: 1 column */
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

/* Landscape phone and small tablets */
@media (min-width: 640px) {
    .page_categoryPrograms__oi462 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Medium tablets (e.g. iPad portrait) */
@media (min-width: 768px) and (max-width: 1023px) {
    .page_categoryPrograms__oi462 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop: 4 columns */
@media (min-width: 1024px) {
    .page_categoryPrograms__oi462 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.page_programCard__85JvF {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #f8fafc;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.page_programCard__85JvF h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
}

.page_programCard__85JvF:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.page_programCard__85JvF p {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    flex-grow: 1;
}

.page_programCard__85JvF .page_rating__pu1TE {
    font-size: 0.875rem;
    color: #f59e0b;
    font-weight: 500;
}

.page_programCard__85JvF .page_partnerBadge__EwiOu {
    align-self: flex-start;
    background-color: #059669;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    margin-top: 0.5rem;
}
