 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Synthica Journal Page — DEPRECATED
   Styles for journal.html have been moved to journal.css.
   journal.html no longer loads styles.css.
   The rules below are kept for reference only and have no effect.
   ------------------------------------------------------------------ */
.journal-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #212121;
    background: #ffffff;
}

.journal-page h1,
.journal-page h2,
.journal-page h3 {
    font-family: 'Source Serif 4', Georgia, serif;
}

.journal-page a {
    color: inherit;
}

.journal-skip-link {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2000;
    padding: 0.75rem 1rem;
    background: #ffffff;
    color: #0D1B2A;
    border-radius: 999px;
    transform: translateY(-150%);
    transition: transform 0.2s ease;
}

.journal-skip-link:focus {
    transform: translateY(0);
}

.journal-hero {
    position: relative;
    overflow: hidden;
    min-height: 92vh;
    padding: 2vh 2rem 6rem;
    background:
        radial-gradient(circle at 15% 20%, rgba(46, 109, 164, 0.55), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(26, 127, 90, 0.28), transparent 24%),
        linear-gradient(135deg, #0D1B2A 0%, #102842 52%, #17395A 100%);
}

.journal-topline {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: 0 auto 0.8rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

.journal-topline span,
.journal-topline a {
    text-decoration: none;
}

.journal-topline span:not(:last-child)::after {
    content: '/';
    margin-left: 1.25rem;
    color: rgba(255, 255, 255, 0.32);
}

.journal-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(60deg, transparent 0 48%, rgba(255, 255, 255, 0.18) 49% 51%, transparent 52%),
        radial-gradient(circle, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
    background-size: 92px 92px, 34px 34px;
    pointer-events: none;
}

.journal-navbar {
    position: relative;
    z-index: 2;
}

.journal-navbar .nav-links {
    gap: 1.45rem;
}

.journal-browse-bar {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    max-width: 780px;
    margin: 1.2rem auto 0;
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.journal-browse-bar a {
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.journal-browse-bar a:hover {
    color: #0D1B2A;
    background: #ffffff;
}

.journal-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 4rem;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 8rem;
}

.journal-kicker,
.journal-eyebrow,
.journal-panel-label {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 800;
}

.journal-kicker {
    color: #8FC7F5;
    margin-bottom: 1rem;
}

.journal-hero-copy h1 {
    max-width: 740px;
    color: #ffffff;
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin-bottom: 1.5rem;
}

.journal-hero-copy p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.16rem;
    line-height: 1.75;
}

.journal-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.journal-primary-button,
.journal-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.journal-primary-button {
    color: #ffffff;
    background: #2E6DA4;
    box-shadow: 0 14px 28px rgba(46, 109, 164, 0.28);
}

.journal-secondary-button {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.journal-primary-button:hover,
.journal-secondary-button:hover {
    transform: translateY(-2px);
}

.journal-primary-button:hover {
    background: #245C8D;
    box-shadow: 0 18px 34px rgba(46, 109, 164, 0.34);
}

.journal-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.82);
}

.journal-trust-row span,
.journal-oa-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.84rem;
    text-decoration: none;
}

.journal-oa-badge {
    color: #EAF8F2;
    background: rgba(26, 127, 90, 0.32);
    border-color: rgba(167, 226, 201, 0.35);
}

.journal-issue-panel {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    color: #ffffff;
}

.journal-cover-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    margin-bottom: 1.5rem;
    padding: 1.35rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.32), transparent 18%),
        linear-gradient(135deg, #ffffff 0%, #D6E8F7 42%, #88BCE8 100%);
    box-shadow: inset 0 0 0 1px rgba(13, 27, 42, 0.08), 0 18px 40px rgba(0, 0, 0, 0.2);
    color: #0D1B2A;
}

.journal-cover-volume,
.journal-cover-subtitle {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.journal-cover-title {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 3.25rem;
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.journal-cover-line {
    display: block;
    position: relative;
    z-index: 2;
    width: 56px;
    height: 4px;
    margin: 0.45rem 0 0.8rem;
    border-radius: 999px;
    background: #1A7F5A;
}

.journal-cover-orbit {
    position: absolute;
    border: 1px solid rgba(13, 27, 42, 0.18);
    border-radius: 50%;
}

.journal-cover-orbit::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1A7F5A;
}

.journal-cover-orbit-1 {
    width: 180px;
    height: 180px;
    right: -42px;
    bottom: -46px;
}

.journal-cover-orbit-1::after {
    top: 24px;
    left: 24px;
}

.journal-cover-orbit-2 {
    width: 112px;
    height: 112px;
    right: 42px;
    top: 24px;
}

.journal-cover-orbit-2::after {
    right: 12px;
    bottom: 18px;
}

.journal-panel-label {
    color: #D6E8F7;
    margin-bottom: 1rem;
}

.journal-issue-panel h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.journal-panel-date {
    color: #AFCBE5;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.journal-issue-panel p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.journal-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.journal-metric-grid div {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
}

.journal-metric-grid strong {
    display: block;
    font-size: 1.8rem;
    color: #ffffff;
}

.journal-metric-grid span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.4;
}

.journal-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

.journal-section-heading {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.journal-section-heading h2,
.journal-about-block h2,
.journal-split h2,
.journal-disciplines h2 {
    color: #0D1B2A;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    margin-bottom: 1rem;
}

.journal-section-heading p,
.journal-about-block p,
.journal-split p {
    color: #616161;
    font-size: 1.05rem;
    line-height: 1.75;
}

.journal-eyebrow {
    color: #2E6DA4;
    margin-bottom: 0.8rem;
}

.journal-article-grid,
.journal-policy-grid,
.journal-trust-grid {
    display: grid;
    gap: 1.25rem;
}

.journal-article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-article-card {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 1.6rem;
    border: 1px solid #E0E0E0;
    border-top: 5px solid #2E6DA4;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(13, 27, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.journal-article-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 150px;
    margin: -0.2rem -0.2rem 1.25rem;
    padding: 1rem;
    overflow: hidden;
    border-radius: 16px;
    color: #ffffff;
    background: #2E6DA4;
}

.journal-article-visual::before,
.journal-article-visual::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.journal-article-visual::before {
    width: 150px;
    height: 150px;
    right: -36px;
    top: -34px;
}

.journal-article-visual::after {
    width: 74px;
    height: 74px;
    right: 56px;
    bottom: 26px;
    background: rgba(255, 255, 255, 0.12);
}

.journal-article-visual span {
    position: relative;
    z-index: 1;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.journal-visual-blue {
    background: linear-gradient(135deg, #2E6DA4, #0D1B2A);
}

.journal-visual-green {
    background: linear-gradient(135deg, #1A7F5A, #0D1B2A);
}

.journal-visual-gold {
    background: linear-gradient(135deg, #C58C20, #17395A);
}

.journal-article-card:hover {
    background: #EBF4FB;
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(13, 27, 42, 0.12);
}

.journal-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #616161;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}

.journal-article-card h3 {
    color: #0D1B2A;
    font-size: 1.55rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.journal-article-card p {
    color: #616161;
    line-height: 1.65;
}

.journal-authors {
    color: #2E6DA4 !important;
    font-weight: 700;
    margin-bottom: 1rem;
}

.journal-open-access {
    align-self: flex-start;
    margin-top: auto;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: #EAF8F2;
    color: #1A7F5A;
    font-size: 0.8rem;
    font-weight: 800;
}

.journal-explore {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.25rem;
    align-items: stretch;
    padding-top: 1rem;
}

.journal-explore-card,
.journal-search-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 18px 40px rgba(13, 27, 42, 0.08);
}

.journal-explore-card {
    min-height: 310px;
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(13, 27, 42, 0.94), rgba(23, 57, 90, 0.92)),
        radial-gradient(circle at 78% 24%, rgba(214, 232, 247, 0.5), transparent 24%);
    color: #ffffff;
}

.journal-explore-card::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.journal-explore-card h2 {
    position: relative;
    z-index: 1;
    max-width: 620px;
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
}

.journal-explore-card p {
    position: relative;
    z-index: 1;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.journal-search-card {
    padding: 2rem;
    background: #ffffff;
}

.journal-search-card label {
    display: block;
    color: #0D1B2A;
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.journal-search-box {
    display: flex;
    gap: 0.5rem;
    padding: 0.45rem;
    border: 1px solid #D6E8F7;
    border-radius: 999px;
    background: #F5F5F5;
}

.journal-search-box input {
    min-width: 0;
    flex: 1;
    padding: 0.85rem 1rem;
    border: none;
    background: transparent;
    color: #616161;
    font: inherit;
}

.journal-search-box button {
    padding: 0.85rem 1.1rem;
    border: none;
    border-radius: 999px;
    background: #2E6DA4;
    color: #ffffff;
    font-weight: 800;
}

.journal-search-card p {
    margin-top: 1rem;
    color: #616161;
    line-height: 1.6;
}

.journal-about-block,
.journal-split,
.journal-disciplines {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: start;
}

.journal-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-trust-card,
.journal-policy-grid article,
.journal-checklist {
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    background: #F5F5F5;
    padding: 1.35rem;
}

.journal-trust-card span {
    display: inline-block;
    color: #2E6DA4;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
}

.journal-trust-card h3,
.journal-policy-grid h3,
.journal-checklist h3 {
    color: #0D1B2A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.journal-trust-card p,
.journal-policy-grid p {
    color: #616161;
    font-size: 0.95rem;
    line-height: 1.65;
}

.journal-split {
    align-items: stretch;
}

.journal-author-panel {
    padding: 2rem;
    border-radius: 26px;
    background: #0D1B2A;
    color: #ffffff;
}

.journal-author-panel h2,
.journal-author-panel p {
    color: #ffffff;
}

.journal-author-panel p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.5rem;
}

.journal-checklist {
    background: #ffffff;
}

.journal-checklist ul {
    list-style: none;
    display: grid;
    gap: 0.9rem;
}

.journal-checklist li {
    position: relative;
    padding-left: 1.6rem;
    color: #424242;
    line-height: 1.5;
}

.journal-checklist li::before {
    content: '';
    position: absolute;
    top: 0.55rem;
    left: 0;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #1A7F5A;
}

.journal-workflow {
    padding-top: 1rem;
}

.journal-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.journal-workflow-step {
    position: relative;
    padding: 1.4rem;
    min-height: 260px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #F5F5F5 100%);
    box-shadow: 0 14px 30px rgba(13, 27, 42, 0.07);
}

.journal-workflow-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.4rem;
    right: 1.4rem;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: #2E6DA4;
}

.journal-workflow-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 1rem 0 1.5rem;
    border-radius: 50%;
    background: #EBF4FB;
    color: #2E6DA4;
    font-weight: 900;
}

.journal-workflow-step h3 {
    color: #0D1B2A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
}

.journal-workflow-step p {
    color: #616161;
    line-height: 1.62;
}

.journal-policy-strip {
    max-width: none;
    background: #F5F5F5;
    padding-left: max(2rem, calc((100vw - 1180px) / 2));
    padding-right: max(2rem, calc((100vw - 1180px) / 2));
}

.journal-policy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journal-policy-grid article {
    background: #ffffff;
}

.journal-board-teaser {
    padding-bottom: 1rem;
}

.journal-board-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.journal-board-grid article {
    padding: 1.5rem;
    border-radius: 22px;
    border: 1px solid #E0E0E0;
    background:
        linear-gradient(180deg, rgba(235, 244, 251, 0.7), rgba(255, 255, 255, 0.96)),
        #ffffff;
    box-shadow: 0 16px 36px rgba(13, 27, 42, 0.08);
}

.journal-board-grid span {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: #D6E8F7;
    color: #0D1B2A;
    font-size: 0.78rem;
    font-weight: 800;
}

.journal-board-grid h3 {
    color: #0D1B2A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
}

.journal-board-grid p {
    color: #616161;
    line-height: 1.65;
}

.journal-disciplines {
    align-items: center;
}

.journal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.journal-tags span {
    display: inline-flex;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    background: #EBF4FB;
    color: #0D1B2A;
    font-size: 0.92rem;
    font-weight: 700;
}

.journal-footer {
    background: #0D1B2A;
    color: #ffffff;
    padding: 4rem 2rem 2rem;
}

.journal-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 1fr;
    gap: 2rem;
    max-width: 1180px;
    margin: 0 auto 3rem;
}

.journal-footer-brand {
    display: inline-block;
    color: #ffffff;
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0.75rem;
}

.journal-footer p,
.journal-footer a {
    color: rgba(255, 255, 255, 0.75);
}

.journal-footer h2 {
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.journal-footer a {
    display: block;
    text-decoration: none;
    margin-bottom: 0.65rem;
}

.journal-footer a:hover {
    color: #D6E8F7;
}

.journal-footer-bottom {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
}

@media (max-width: 1100px) {
    .journal-hero-grid,
    .journal-about-block,
    .journal-split,
    .journal-disciplines,
    .journal-explore {
        grid-template-columns: 1fr;
    }

    .journal-article-grid,
    .journal-policy-grid,
    .journal-workflow-grid,
    .journal-board-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .journal-trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .journal-topline {
        display: none;
    }

    .journal-browse-bar {
        justify-content: flex-start;
        overflow-x: auto;
        max-width: 100%;
        border-radius: 20px;
    }

    .journal-browse-bar a {
        white-space: nowrap;
    }

    .journal-hero {
        min-height: auto;
        padding: 2vh 1rem 4rem;
    }

    .journal-hero-grid {
        gap: 2rem;
        padding-top: 4rem;
    }

    .journal-hero-copy h1 {
        font-size: 3.1rem;
    }

    .journal-hero-copy p {
        font-size: 1rem;
    }

    .journal-issue-panel,
    .journal-author-panel {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .journal-cover-card {
        min-height: 210px;
    }

    .journal-cover-title {
        font-size: 2.55rem;
    }

    .journal-metric-grid,
    .journal-article-grid,
    .journal-policy-grid,
    .journal-workflow-grid,
    .journal-board-grid,
    .journal-footer-grid {
        grid-template-columns: 1fr;
    }

    .journal-article-card {
        min-height: auto;
    }

    .journal-article-visual {
        min-height: 130px;
    }

    .journal-search-box {
        align-items: stretch;
        flex-direction: column;
        border-radius: 18px;
    }

    .journal-search-box button {
        width: 100%;
    }

    .journal-section {
        padding: 4rem 1rem;
    }

    .journal-policy-strip {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .journal-section-heading h2,
    .journal-about-block h2,
    .journal-split h2,
    .journal-disciplines h2 {
        font-size: 2.25rem;
    }
}

/* SEO Hidden Content - Invisible but readable by search engines */
.seo-hidden-content {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Garet', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.header {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    padding-top: 2vh;
    background: linear-gradient(180deg, 
        #2589ed 0%, 
        #4999e8 5%, 
        #69aaec 35%, 
        #99ccff 65%, 
        #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.navbar {
    width: 70vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 61, 130, 0.2);
    position: relative;
    z-index: 100;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.logo:hover {
    opacity: 0.8;
}

.logo-icon {
    height: 2rem;
    width: auto;
    display: block;
    transition: height 0.3s ease;
}

.logo-text {
    transition: opacity 0.3s ease;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.3s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.nav-links a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

/* Dropdown Menu Styles */
.nav-item-dropdown {
    position: relative;
}

.nav-link-dropdown {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 0.75rem 0;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    margin-top: 0;
    padding-top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    height: 0.5rem;
    background: transparent;
}

.nav-item-dropdown:hover .dropdown-menu,
.nav-item-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #1F2937;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    text-shadow: none;
    text-align: left;
}

.dropdown-menu a:hover {
    background: rgba(120, 180, 251, 0.1);
    color: #78b4fb;
    transform: translateX(5px);
}

.join-btn {
    background: linear-gradient(135deg, 
        rgba(120, 180, 251, 0.9) 0%, 
        rgba(120, 180, 251, 0.7) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.join-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.2) 0%, 
        transparent 50%);
    pointer-events: none;
}

.join-btn:hover {
    background: linear-gradient(135deg, 
        rgba(120, 180, 251, 1) 0%, 
        rgba(120, 180, 251, 0.85) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero-content {
    text-align: center;
    padding: 12vh 2rem 8vh;
    position: relative;
}

.hero-announcement-card {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    box-shadow: 0 4px 20px rgba(0, 61, 130, 0.15);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.hero-announcement-card:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 61, 130, 0.22);
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-content p {
    font-size: 1.125rem;
    font-weight: 400;
    color: white;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-cta-btn {
    background: linear-gradient(135deg, 
        rgba(120, 180, 251, 0.9) 0%, 
        rgba(120, 180, 251, 0.7) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    margin-bottom: 8vh;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.hero-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.2) 0%, 
        transparent 50%);
    pointer-events: none;
}

.hero-cta-btn:hover {
    background: linear-gradient(135deg, 
        rgba(120, 180, 251, 1) 0%, 
        rgba(120, 180, 251, 0.85) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.highlight-you {
    color: #FFD700;
    position: relative;
    display: inline-block;
}

.highlight-you::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #FFD700;
    animation: underline-animation 0.6s ease-out 0.5s forwards;
}

@keyframes underline-animation {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* College Scroller Section */
.colleges-section {
    padding: 0 0 6rem;
    background: transparent;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.colleges-heading {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    color: white;
    margin-bottom: 1.5vh;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.colleges-scroller {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 10vw;
    box-sizing: border-box;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
}

.colleges-track {
    display: flex;
    gap: 4rem;
    animation: scroll 50s linear infinite;
    width: fit-content;
    will-change: transform;
}

.colleges-track:hover {
    animation-play-state: paused;
}

.college-logo {
    height: 100px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.5);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.college-logo:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 2rem));
    }
}

/* Meteor Effect */
.meteor {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.meteor::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    box-shadow: 
        0 0 10px 4px rgba(255, 255, 255, 0.8),
        0 0 20px 8px rgba(255, 255, 255, 0.5),
        0 0 30px 12px rgba(255, 255, 255, 0.2);
}

.meteor::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 3px;
    height: var(--tail-length, 150px);
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform-origin: bottom center;
    transform: rotate(-45deg);
    filter: blur(0.5px);
}

@keyframes meteor-fall {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(400px, 400px);
        opacity: 0;
    }
}

/* Star Particles */
.star-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    animation: star-float 3s ease-in-out infinite;
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.5);
}

@keyframes star-float {
    0% {
        opacity: 0;
        transform: translateY(0) translateX(0);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(var(--float-y, -30px)) translateX(var(--float-x, 20px));
    }
}

/* Features Platform Section */
.features-platform {
    padding: 8rem 0;
    background: white;
    text-align: center;
}

.platform-badge {
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    padding: 0.5rem 1.25rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.platform-title {
    font-size: 3rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.synthica-highlight {
    color: #78b4fb;
}

.rotating-text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    height: 3.6rem;
    min-width: 400px;
}

.rotating-text {
    color: #FFD700;
    display: block;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

/* Responsive rotating text wrapper */
@media (max-width: 768px) {
    .rotating-text-wrapper {
        min-width: 280px;
        height: 2.5rem;
    }
}

.slide-up {
    animation: slideUp 0.5s ease-out forwards;
}

.slide-in-up {
    animation: slideInUp 0.5s ease-out forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.platform-subtitle {
    font-size: 1.125rem;
    color: #64748B;
    max-width: 700px;
    margin: 0 auto 4rem;
    text-align: center;
    line-height: 1.7;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 auto;
    width: 48vw;
}

.feature-card:nth-child(1) {
    padding: 1.5rem 4rem 1.5rem 4rem;
    width: 30vw;
    justify-self: start;
}

.feature-card:nth-child(2) {
    width: 17vw;
    justify-self: end;
}

.feature-card:nth-child(3) {
    width: 17vw;
    justify-self: start;
}

.feature-card:nth-child(4) {
    width: 30vw;
    justify-self: end;
}

.feature-card {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 1.5rem;
    height: 17vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.feature-card-with-preview {
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
    justify-content: space-between;
    perspective: 1000px;
}

.feature-card-description {
    color: #0F172A;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    padding: 2rem 1rem 1rem 1rem;
    z-index: 1;
}

.mini-preview {
    width: 100%;
    margin: 1rem 0 -5% 0;
    height: auto;
    padding: 2rem;
    border-radius: 24px;
    background: linear-gradient(180deg, 
        #2589ed 0%, 
        #4999e8 5%, 
        #69aaec 35%, 
        #99ccff 65%, 
        #ffffff 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
    transform: rotateX(25deg);
    transform-origin: bottom center;
}

.mini-preview .preview-header {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.mini-preview .preview-logo {
    font-size: 0.75rem;
}

.mini-preview .preview-nav {
    font-size: 0.65rem;
    gap: 0.75rem;
}

.mini-preview .preview-btn {
    padding: 0.3rem 0.65rem;
    font-size: 0.65rem;
}

.mini-preview .preview-content {
    padding: 0.75rem;
}

.mini-preview .preview-greeting {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.mini-preview .preview-subtext {
    font-size: 0.65rem;
    margin-bottom: 0.75rem;
}

.mini-preview .preview-stats {
    gap: 0.75rem;
}

.mini-preview .stat-box {
    padding: 0.5rem;
}

.mini-preview .stat-value {
    font-size: 1.25rem;
    margin-bottom: 0.15rem;
}

.mini-preview .stat-trend {
    font-size: 0.65rem;
    margin-bottom: 0.25rem;
}

.mini-preview .stat-label {
    font-size: 0.6rem;
}

/* Curriculum Card Styles */
.mini-preview.curriculum-card {
    padding: 1rem 1rem 0.25rem 1rem;
    background: linear-gradient(180deg, 
        #2589ed 0%, 
        #4999e8 5%, 
        #69aaec 35%, 
        #99ccff 65%, 
        #ffffff 100%);
}

.mini-preview.curriculum-card .curriculum-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.05rem;
    padding: 0;
}

.mini-preview.curriculum-card .curriculum-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.mini-preview.curriculum-card .curriculum-icon {
    font-size: 1.5rem;
    background: white;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-preview.curriculum-card .curriculum-icon .icon-svg-inline {
    width: 1.5rem;
    height: 1.5rem;
}

.mini-preview.curriculum-card .curriculum-divider {
    width: 100%;
    height: 2px;
    background: white;
    margin-bottom: 0.75rem;
    opacity: 0.8;
}

.mini-preview.curriculum-card .curriculum-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 1rem;
    padding-top: 0.75rem;
    text-align: left;
    margin-top: 0;
}

.curriculum-module {
    margin-bottom: 1.25rem;
}

.curriculum-module:last-child {
    margin-bottom: 0;
}

.module-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 0.5rem 0;
}

.module-list {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0;
}

.module-list li {
    font-size: 0.8rem;
    color: #0F172A;
    line-height: 1.6;
    margin-bottom: 0.3rem;
}

.landscape-illustration {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1rem;
    max-height: 8vw;
}

.landscape-illustration svg {
    width: 100%;
    height: auto;
    display: block;
}

.people-images-grid {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.people-image {
    width: 30%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
    aspect-ratio: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: #0F172A;
    line-height: 1;
    margin: 0.5rem 0;
}

.feature-description {
    color: #0F172A;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* How It Works Section */
.how-it-works {
    background: white;
    padding: 6rem 2rem;
}

.how-it-works-container {
    max-width: 800px;
    margin: 0 auto;
}

.how-it-works-title {
    font-size: 3rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.how-it-works-subtitle {
    font-size: 1.125rem;
    color: #64748B;
    margin-bottom: 4rem;
    line-height: 1.6;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    position: relative;
}

.step-number {
    width: 48px;
    height: 48px;
    background: #78b4fb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.step:not(:last-child) .step-number::after {
    content: '';
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 110px;
    background: #E2E8F0;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.step-description {
    font-size: 1rem;
    color: #64748B;
    line-height: 1.6;
}

.yellow-highlight {
    color: #0F172A;
    text-decoration: underline;
    text-decoration-color: #FFD700;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.blue-highlight {
    color: #FFD700;
}

.yellow-text {
    color: #FFD700;
}

/* Comparison Section */
.comparison-section {
    background: white;
    padding: 6rem 2rem;
    position: relative;
    overflow: visible;
}

.comparison-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.comparison-title {
    font-size: 3rem;
    font-weight: 700;
    color: #0F172A;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.2;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
}

.comparison-card {
    padding: 3rem 2.5rem;
    min-height: 350px;
}

.scam-card {
    background: rgba(248, 250, 252, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(226, 232, 240, 0.5);
    border-right: none;
}

.synthica-card {
    background: linear-gradient(180deg, 
        #78b4fb 0%, 
        #99ccff 50%, 
        #E8F4FF 100%);
    position: relative;
}

.comparison-card-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.scam-card .comparison-card-title {
    color: #EF4444;
}

.synthica-card .comparison-card-title {
    color: white;
}

.synthica-glow {
    color: #FFF176 !important;
    text-shadow: 
        0 0 10px rgba(255, 241, 118, 0.8),
        0 0 20px rgba(255, 241, 118, 0.6),
        0 0 30px rgba(255, 241, 118, 0.4),
        0 0 40px rgba(255, 241, 118, 0.2);
    animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% {
        text-shadow: 
            0 0 10px rgba(255, 241, 118, 0.8),
            0 0 20px rgba(255, 241, 118, 0.6),
            0 0 30px rgba(255, 241, 118, 0.4),
            0 0 40px rgba(255, 241, 118, 0.2);
    }
    50% {
        text-shadow: 
            0 0 20px rgba(255, 241, 118, 1),
            0 0 30px rgba(255, 241, 118, 0.8),
            0 0 40px rgba(255, 241, 118, 0.6),
            0 0 50px rgba(255, 241, 118, 0.4),
            0 0 60px rgba(255, 241, 118, 0.2);
    }
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-list li {
    font-size: 1.125rem;
    padding: 1rem 0;
    text-align: center;
}

.scam-card .comparison-list li {
    color: #0F172A;
}

.synthica-card .comparison-list li {
    color: white;
}

/* Floating College Logos */
.floating-logo {
    position: absolute;
    width: 120px;
    height: 120px;
    object-fit: contain;
    background: white;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    opacity: 0;
    transition: all 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                top 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                bottom 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                left 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                right 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.floating-logo.animate {
    opacity: 1;
    z-index: 10;
}

.logo-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
}

.logo-1.animate {
    top: 10%;
    left: -2%;
    transform: translate(0, 0) rotate(-8deg) scale(1);
}

.logo-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
}

.logo-2.animate {
    top: 15%;
    left: auto;
    right: -2%;
    transform: translate(0, 0) rotate(5deg) scale(1);
}

.logo-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
}

.logo-3.animate {
    top: auto;
    bottom: 15%;
    left: auto;
    right: -2%;
    transform: translate(0, 0) rotate(8deg) scale(1);
}

.logo-4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
}

.logo-4.animate {
    top: auto;
    bottom: 10%;
    left: -2%;
    transform: translate(0, 0) rotate(-5deg) scale(1);
}

/* Reposition logos around title on smaller screens */
@media (max-width: 1307px) {
    .floating-logo {
        position: absolute;
        width: 90px;
        height: 90px;
        padding: 0.75rem;
    }

    .logo-1.animate {
        top: -15%;
        left: 5%;
        transform: translate(0, 0) rotate(-8deg) scale(1);
    }

    .logo-2.animate {
        top: -18%;
        right: 5%;
        left: auto;
        transform: translate(0, 0) rotate(5deg) scale(1);
    }

    .logo-3.animate {
        top: -10%;
        bottom: auto;
        right: 22%;
        left: auto;
        transform: translate(0, 0) rotate(8deg) scale(1);
    }

    .logo-4.animate {
        top: -12%;
        bottom: auto;
        left: 20%;
        transform: translate(0, 0) rotate(-5deg) scale(1);
    }
}

/* CTA Section */
/* Combined CTA + Footer Section */
.footer-cta-combined {
    background: linear-gradient(180deg, 
        #ffffff 0%, 
        #F4F7FB 15%, 
        #E8EEF5 35%, 
        #DCE5F0 60%, 
        #D4DFEC 100%);
    padding: 6rem 2rem 3rem;
}

/* CTA Content at Top */
.footer-cta-content {
    text-align: center;
    margin-bottom: 6rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.footer-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.footer-cta-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.footer-cta-button {
    background: linear-gradient(135deg, 
        rgba(120, 180, 251, 0.9) 0%, 
        rgba(120, 180, 251, 0.7) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.footer-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.2) 0%, 
        transparent 50%);
    pointer-events: none;
}

.footer-cta-button:hover {
    background: linear-gradient(135deg, 
        rgba(120, 180, 251, 1) 0%, 
        rgba(120, 180, 251, 0.85) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(180deg, 
        #ffffff 0%, 
        #ffffff 100%);
    padding: 6rem 2rem;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-title {
    font-size: 3rem;
    font-weight: 700;
    color: #0F172A;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Garet', sans-serif;
}

.faq-subtitle {
    font-size: 1.125rem;
    color: #64748B;
    text-align: center;
    margin-bottom: 4rem;
    font-family: 'Garet', sans-serif;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-question {
    width: 100%;
    padding: 1.5rem 2rem;
    background: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0F172A;
    text-align: left;
    transition: background 0.3s;
    font-family: 'Garet', sans-serif;
}

.faq-question:hover {
    background: #F8FAFC;
}

.faq-icon {
    font-size: 1.5rem;
    color: #78b4fb;
    font-weight: 300;
    transition: transform 0.3s;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.65, 0, 0.35, 1), 
                padding 0.5s cubic-bezier(0.65, 0, 0.35, 1),
                opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    padding: 0 2rem;
    background: white;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 1rem 2rem 1.5rem;
    opacity: 1;
}

.faq-answer p {
    font-size: 1.125rem;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
    font-family: 'Garet', sans-serif;
}


/* Footer Bottom Section */
.footer-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-logo-img {
    height: 2rem;
}

.footer-logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #78b4fb;
}

.footer-copyright {
    color: #9CA3AF;
    font-size: 0.875rem;
    margin: 0;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-icon {
    color: #6B7280;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

.social-icon:hover {
    color: #78b4fb;
}

/* Mobile Responsive - Phones only, hide button */
@media (max-width: 640px) {
    .navbar {
        width: 95vw;
        padding: 0.75rem 1rem;
        flex-wrap: nowrap;
        gap: 0.5rem;
        justify-content: space-between;
        align-items: center;
        overflow: visible;
    }

    .logo {
        font-size: 1rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .logo-icon {
        height: 1.5rem;
    }

    .logo-text {
        display: none;
    }

    .header {
        height: 80vh;
    }

    .nav-links {
        display: flex;
        gap: 0.4rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        flex: 1;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .nav-links::-webkit-scrollbar {
        display: none;
    }

    .nav-links li {
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

    .nav-item-dropdown {
        position: relative;
    }

    .nav-links a {
        font-size: 0.65rem;
        white-space: nowrap;
        padding: 0.25rem 0.4rem;
        display: flex;
        align-items: center;
    }

    .dropdown-menu {
        position: fixed;
        min-width: 200px;
        max-width: 90vw;
        font-size: 0.75rem;
        left: 5vw;
        right: 5vw;
        width: auto;
        transform: translateY(-10px);
        top: 70px;
        margin-top: 0;
        z-index: 10000;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
        max-height: 60vh;
        overflow-y: auto;
    }

    .nav-item-dropdown.active .dropdown-menu {
        transform: translateY(0);
    }

    .dropdown-menu a {
        padding: 0.5rem 1rem;
        font-size: 0.7rem;
        text-align: left;
    }

    .join-btn {
        display: none;
    }

    .hero-content {
        padding: 8vh 1.5rem 5vh;
    }

    .hero-announcement-card {
        font-size: 0.75rem;
        padding: 0.4rem 0.85rem;
        margin-bottom: 1rem;
    }

    .hero-cta-btn {
        margin-bottom: 5vh;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 0.875rem;
    }

    .hero-cta-btn {
        padding: 0.875rem 2rem;
        font-size: 0.9rem;
    }

    .header {
        height: auto;
        min-height: 100vh;
    }

    .colleges-heading {
        font-size: 0.875rem;
        padding: 0 1rem;
    }

    .colleges-scroller {
        width: 100%;
        padding: 0 2.5vw;
    }

    .college-logo {
        height: 60px;
    }

    .colleges-track {
        gap: 2rem;
    }

    .platform-title {
        font-size: 1.75rem;
    }


    .platform-subtitle {
        font-size: 1rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .feature-card:nth-child(1),
    .feature-card:nth-child(2),
    .feature-card:nth-child(3),
    .feature-card:nth-child(4) {
        width: 100% !important;
        justify-self: stretch !important;
    }

    .feature-card {
        padding: 1.25rem;
        height: auto;
        min-height: 200px;
    }

    .feature-card-with-preview {
        height: auto;
        min-height: 350px;
        padding: 1.5rem 1.25rem 2rem;
        overflow: visible;
    }

    .mini-preview {
        width: 98%;
        transform: rotateX(12deg) translateY(0);
        margin-bottom: 0;
        margin-left: 1%;
    }

    .feature-card-description {
        margin-bottom: 1.5rem;
    }

    .people-images-grid {
        flex-direction: row;
        gap: 0.5rem;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .people-image {
        width: 30%;
        max-width: 100px;
    }

    .people-image:nth-child(2),
    .people-image:nth-child(3) {
        display: block;
    }

    .stat-number {
        font-size: 2.5rem;
        margin: 0.5rem 0;
    }

    .feature-description {
        font-size: 0.875rem;
    }

    .mini-preview .preview-nav {
        display: none;
    }

    .mini-preview .preview-stats {
        flex-direction: row;
        gap: 0.5rem;
    }

    .feature-card-description {
        font-size: 0.75rem;
    }

    .curriculum-title {
        font-size: 0.875rem;
    }

    .module-title {
        font-size: 0.7rem;
    }

    .module-list li {
        font-size: 0.65rem;
    }

    .how-it-works-title {
        font-size: 1.75rem;
    }

    .how-it-works-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2.5rem;
    }

    .steps-container {
        gap: 2rem;
    }

    .step {
        gap: 1rem;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .step:not(:last-child) .step-number::after {
        top: 40px;
        height: 115px;
    }

    .step-title {
        font-size: 1.05rem;
    }

    .step-description {
        font-size: 0.9rem;
    }

    .comparison-title {
        font-size: 1.75rem;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .comparison-card {
        padding: 2rem 1.5rem;
        min-height: auto;
    }

    .comparison-card-title {
        font-size: 1.5rem;
    }

    .comparison-list li {
        font-size: 0.95rem;
    }

    .floating-logo {
        width: 70px;
        height: 70px;
        padding: 0.5rem;
    }

    .logo-1.animate {
        top: -5%;
        left: 2%;
    }

    .logo-2.animate {
        top: -5%;
        right: 2%;
        left: auto;
    }

    .logo-3 {
        display: none;
    }

    .logo-4 {
        display: none;
    }


    .faq-title {
        font-size: 1.75rem;
    }

    .faq-subtitle {
        font-size: 1rem;
    }

    .faq-question {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 1.5rem;
    }

    .faq-answer p {
        font-size: 1rem;
    }

    .faq-item.active .faq-answer {
        padding: 1.25rem 1.5rem 1.25rem;
    }


    .footer-cta-content {
        padding: 2rem 1.5rem;
    }

    .footer-cta-title {
        font-size: 1.75rem;
    }

    .footer-cta-subtitle {
        font-size: 1rem;
    }

    .footer-bottom-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .footer-bottom-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .footer-cta-combined {
        padding: 4rem 1.5rem 2rem;
    }

}

/* Extra small phones */
@media (max-width: 435px) {
    .platform-title {
        font-size: 1.5rem;
    }

    .platform-subtitle {
        font-size: 0.9rem;
    }

    .people-image {
        width: 28%;
        max-width: 80px;
    }


    .footer-cta-content {
        padding: 1.75rem 1.25rem;
    }

    .footer-cta-title {
        font-size: 1.5rem;
    }

    .footer-cta-subtitle {
        font-size: 0.95rem;
    }

    .feature-card-with-preview {
        min-height: 320px;
    }

    .feature-card-description {
        font-size: 0.7rem;
        margin-bottom: 1rem;
    }

    .step:not(:last-child) .step-number::after {
        height: 145px;
    }
}

/* Extra small phones - under 380px */
@media (max-width: 380px) {
    .navbar {
        width: 98vw;
        padding: 0.5rem 0.75rem;
        gap: 0.25rem;
    }

    .logo {
        font-size: 0.85rem;
    }

    .logo-icon {
        height: 1.25rem;
    }

    .nav-links {
        gap: 0.25rem;
    }

    .nav-links a {
        font-size: 0.55rem;
        padding: 0.2rem 0.3rem;
    }

    .dropdown-menu {
        top: 65px;
        font-size: 0.7rem;
    }

    .dropdown-menu a {
        font-size: 0.65rem;
        padding: 0.4rem 0.8rem;
        text-align: left;
    }

    .step:not(:last-child) .step-number::after {
        height: 165px;
    }
}

/* Small tablets and large phones */
@media (max-width: 900px) and (min-width: 641px) {
    .navbar {
        width: 85vw;
        padding: 0.85rem 1.5rem;
    }

    .logo {
        font-size: 1.25rem;
    }

    .logo-icon {
        height: 1.65rem;
    }

    .header {
        height: 80vh;
    }

    .nav-links {
        gap: 1rem;
    }

    .nav-links li {
        display: flex;
        align-items: center;
    }

    .nav-links a {
        font-size: 0.85rem;
        display: flex;
        align-items: center;
    }

    .dropdown-menu {
        min-width: 180px;
    }

    .dropdown-menu a {
        font-size: 0.85rem;
        text-align: left;
    }

    .join-btn {
        padding: 0.65rem 1.2rem;
        font-size: 0.85rem;
    }

    .hero-content h1 {
        font-size: 2.75rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-cta-btn {
        padding: 0.95rem 2.25rem;
        font-size: 0.95rem;
    }

    .colleges-heading {
        font-size: 1rem;
    }

    .colleges-scroller {
        width: 100%;
        padding: 0 5vw;
    }

    .college-logo {
        height: 70px;
    }

    .colleges-track {
        gap: 3rem;
    }

    .platform-title {
        font-size: 2.25rem;
    }

    .platform-subtitle {
        font-size: 1.05rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        width: 100%;
    }

    .feature-card:nth-child(1),
    .feature-card:nth-child(2),
    .feature-card:nth-child(3),
    .feature-card:nth-child(4) {
        width: 100% !important;
        justify-self: stretch !important;
    }

    .feature-card {
        height: auto;
        min-height: 220px;
    }

    .feature-card-with-preview {
        height: auto;
        min-height: 380px;
        padding: 1.5rem 1.5rem 2rem;
        overflow: visible;
    }

    .mini-preview {
        width: 98%;
        transform: rotateX(18deg) translateY(0);
        margin-bottom: 0;
        margin-left: 1%;
    }

    .people-image {
        width: 32%;
        max-width: 120px;
    }

    .stat-number {
        font-size: 3rem;
        margin: 0.5rem 0;
    }

    .mini-preview .preview-nav {
        display: flex;
    }

    .feature-card-description {
        font-size: 0.8rem;
    }

    .curriculum-title {
        font-size: 1rem;
    }

    .module-title {
        font-size: 0.8rem;
    }

    .module-list li {
        font-size: 0.7rem;
    }

    .people-images-grid {
        gap: 0.75rem;
    }

    .people-image {
        width: 32%;
    }

    .people-image:nth-child(3) {
        display: none;
    }

    .people-image:nth-child(1),
    .people-image:nth-child(2) {
        width: 48%;
    }

    .how-it-works-title {
        font-size: 2.25rem;
    }

    .how-it-works-subtitle {
        font-size: 1rem;
    }

    .step-number {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .step:not(:last-child) .step-number::after {
        top: 44px;
        height: 100px;
    }

    .step-title {
        font-size: 1.15rem;
    }

    .comparison-title {
        font-size: 2.25rem;
    }

    .comparison-card {
        padding: 2.5rem 2rem;
    }

    .comparison-card-title {
        font-size: 1.75rem;
    }

    .floating-logo {
        width: 90px;
        height: 90px;
    }

    .faq-title {
        font-size: 2.25rem;
    }

    .faq-answer p {
        font-size: 1.05rem;
    }


    .footer-cta-title {
        font-size: 2rem;
    }
}

/* Regular tablets and iPad */
@media (max-width: 1100px) and (min-width: 901px) {
    .navbar {
        width: 78vw;
        padding: 0.95rem 1.65rem;
    }

    .logo {
        font-size: 1.35rem;
    }

    .logo-icon {
        height: 1.8rem;
    }

    .header {
        height: 80vh;
    }

    .nav-links {
        gap: 1.35rem;
    }

    .nav-links a {
        font-size: 0.92rem;
    }

    .dropdown-menu a {
        font-size: 0.92rem;
        text-align: left;
    }

    .join-btn {
        padding: 0.68rem 1.35rem;
        font-size: 0.88rem;
    }

    .hero-content h1 {
        font-size: 3.25rem;
    }

    .hero-content p {
        font-size: 1.05rem;
    }

    .platform-title {
        font-size: 2.75rem;
    }

    .platform-subtitle {
        font-size: 1.08rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 70vw;
    }

    .feature-card:nth-child(1) {
        width: 28vw;
    }

    .feature-card:nth-child(2) {
        width: 17vw;
    }

    .feature-card:nth-child(3) {
        width: 17vw;
    }

    .feature-card:nth-child(4) {
        width: 28vw;
    }

    .stat-number {
        font-size: 3.25rem;
        margin: 0.5rem 0;
    }

    .mini-preview {
        width: 105%;
        transform: rotateX(35deg) translateY(3%);
    }

    .people-image {
        width: 31%;
    }

    .how-it-works-title {
        font-size: 2.75rem;
    }

    .comparison-title {
        font-size: 2.75rem;
    }

    .floating-logo {
        width: 100px;
        height: 100px;
    }

}

/* iPad Pro and larger tablets */
@media (max-width: 1300px) and (min-width: 1101px) {
    .navbar {
        width: 72vw;
        padding: 1rem 1.8rem;
    }

    .logo {
        font-size: 1.4rem;
    }

    .logo-icon {
        height: 1.9rem;
    }

    .header {
        height: 80vh;
    }

    .nav-links {
        gap: 1.65rem;
    }

    .nav-links a {
        font-size: 0.97rem;
    }

    .dropdown-menu a {
        font-size: 0.97rem;
        text-align: left;
    }

    .join-btn {
        padding: 0.72rem 1.45rem;
        font-size: 0.92rem;
    }

    .hero-content h1 {
        font-size: 3.65rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .platform-title {
        font-size: 2.85rem;
    }

    .platform-subtitle {
        font-size: 1.1rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 48vw;
    }

    .feature-card:nth-child(1) {
        width: 29vw;
    }

    .feature-card:nth-child(2) {
        width: 17vw;
    }

    .feature-card:nth-child(3) {
        width: 17vw;
    }

    .feature-card:nth-child(4) {
        width: 29vw;
    }

    .stat-number {
        font-size: 3.5rem;
        margin: 0.5rem 0;
    }

    .how-it-works-title {
        font-size: 2.85rem;
    }

    .comparison-title {
        font-size: 2.85rem;
    }

    .floating-logo {
        width: 110px;
        height: 110px;
    }

}


/* Page-specific Styles for About, Programs, Competition, Work With Us */

/* Page Navbar - Inside Hero */
.page-navbar {
    margin: 0 auto;
    margin-bottom: 0;
}

/* Page Hero Section */
.page-hero {
    background: linear-gradient(180deg, 
        #2589ed 0%, 
        #4999e8 5%, 
        #69aaec 35%, 
        #99ccff 65%, 
        #ffffff 100%);
    padding: 2vh 2rem 6rem;
    text-align: center;
    margin-top: 0;
}

.page-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 5rem;
}

.page-hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.page-hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.highlight-text {
    color: #FFD700;
}

.highlight-blue {
    color: #FFD700;
}

/* Common Section Styles */
.section-badge {
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    padding: 0.5rem 1.25rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

/* Center section badges in all containers */
.team-container,
.timeline-container,
.regional-container,
.international-container,
.rubric-container,
.events-container,
.seminars-container,
.ambassador-container,
.partnerships-container,
.programs-container,
.competition-container,
.work-container {
    text-align: center;
}

.curriculum-header {
    text-align: center;
}

.curriculum-header .section-badge {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
    text-align: center;
}

.section-text {
    font-size: 1.125rem;
    color: #6B7280;
    line-height: 1.8;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Mission Section */
.mission-section {
    padding: 6rem 2rem;
    background: white;
}

.mission-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mission-content {
    margin-bottom: 4rem;
    text-align: center;
}

.mission-content .section-badge {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.mission-stats {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 600px;
    padding: 2rem 0;
}

.stats-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats-person-image {
    position: absolute;
    width: 550px;
    height: auto;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

/* Stat bubbles - pop out animation like floating logos */
.stat-bubble {
    position: absolute;
    background: white;
    border-radius: 20px;
    padding: 1.5rem 2.25rem;
    box-shadow: 0 8px 24px rgba(120, 180, 251, 0.2), 0 0 0 1px rgba(120, 180, 251, 0.15);
    z-index: 1;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(120, 180, 251, 0.25);
    text-align: center;
    min-width: 160px;
    opacity: 0;
    transition: all 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                top 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                bottom 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                left 1.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                right 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stat-bubble.animate {
    opacity: 1;
    z-index: 10;
}

.stat-bubble-1.animate {
    animation: floatBubble1 3s ease-in-out infinite;
}

@keyframes floatBubble1 {
    0%, 100% {
        transform: translate(-50%, 0) translateY(0) rotate(-8deg) scale(1);
    }
    50% {
        transform: translate(-50%, 0) translateY(-10px) rotate(-6deg) scale(1);
    }
}

.stat-bubble-2.animate {
    animation: floatBubble2 3.5s ease-in-out infinite;
}

@keyframes floatBubble2 {
    0%, 100% {
        transform: translate(50%, 0) translateY(0) rotate(5deg) scale(1);
    }
    50% {
        transform: translate(50%, 0) translateY(-12px) rotate(7deg) scale(1);
    }
}

.stat-bubble-3.animate {
    animation: floatBubble3 3.2s ease-in-out infinite;
}

@keyframes floatBubble3 {
    0%, 100% {
        transform: translate(50%, 0) translateY(0) rotate(8deg) scale(1);
    }
    50% {
        transform: translate(50%, 0) translateY(-10px) rotate(6deg) scale(1);
    }
}

.stat-bubble-4.animate {
    animation: floatBubble4 3.7s ease-in-out infinite;
}

@keyframes floatBubble4 {
    0%, 100% {
        transform: translate(-50%, 0) translateY(0) rotate(-5deg) scale(1);
    }
    50% {
        transform: translate(-50%, 0) translateY(-12px) rotate(-3deg) scale(1);
    }
}

.stat-bubble .stat-number {
    font-size: 2.25rem;
    font-weight: 900;
    color: #0F172A;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-bubble .stat-label {
    font-size: 1rem;
    color: #78b4fb;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 0.5px;
}

/* Initial position - all start from center */
.stat-bubble-1,
.stat-bubble-2,
.stat-bubble-3,
.stat-bubble-4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
}

/* Final positions - pop out closer to image, overlapping sides */
.stat-bubble-1.animate {
    top: 15%;
    left: 15%;
}

.stat-bubble-2.animate {
    top: 20%;
    left: auto;
    right: 15%;
}

.stat-bubble-3.animate {
    top: auto;
    bottom: 20%;
    left: auto;
    right: 15%;
}

.stat-bubble-4.animate {
    top: auto;
    bottom: 15%;
    left: 15%;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(120, 180, 251, 0.05) 0%, rgba(120, 180, 251, 0.1) 100%);
    border-radius: 16px;
    border: 1px solid rgba(120, 180, 251, 0.2);
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.mission-values {
    margin-top: 4rem;
}

.values-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
    text-align: center;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.value-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.value-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #78b4fb;
    margin-bottom: 1rem;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.value-description {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
}

/* Team Section */
.team-section {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, 
        #F9FAFB 0%, 
        #FAFBFC 50%, 
        #ffffff 100%);
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
}

.team-subsection {
    margin-top: 4rem;
}

.team-subsection:first-of-type {
    margin-top: 3rem;
}

.team-subsection-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
    text-align: center;
}

/* Core Team Featured Member */
.core-team-featured {
    margin-bottom: 2rem;
}

.featured-member-card {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.featured-member-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1;
}

.featured-member-card .member-image-placeholder {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
}

.featured-member-card .member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.featured-member-card .member-initial {
    font-size: 3.5rem;
}

.featured-member-info {
    flex: 1;
    text-align: left;
}

.featured-member-card .member-name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

.featured-member-card .member-role {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: left;
}

.featured-member-card .member-bio {
    font-size: 1.125rem;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.6;
}

.featured-socials {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    margin: 0;
}

.featured-socials .social-link {
    color: #1F2937;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 8px;
    transition: all 0.3s;
}

.featured-socials .social-link:hover {
    background: transparent;
    color: #78b4fb;
    transform: translateY(-2px);
}

/* Core Team Expandable Section */
.core-team-expandable {
    margin-top: 2rem;
}

.core-team-toggle {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    color: #1F2937;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-family: 'Garet', sans-serif;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
}

.core-team-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.3) 0%, 
        transparent 50%);
    pointer-events: none;
}

.core-team-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.4);
}

.toggle-icon {
    font-size: 1rem;
    transition: transform 0.3s ease;
    color: #1F2937;
}

.core-team-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.core-team-members {
    max-height: 0;
    overflow: hidden;
    transition: max-height 2s cubic-bezier(0.4, 0, 0.2, 1), margin-top 2s cubic-bezier(0.4, 0, 0.2, 1), opacity 2s ease;
    margin-top: 0;
    opacity: 0;
}

.core-team-members.active {
    max-height: 5000px;
    margin-top: 2rem;
    opacity: 1;
    padding-bottom: 2rem;
}

.core-team-members .team-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.core-team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Balance spacing for core team member cards */
.core-team-grid .team-member-card {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem 2rem 2rem;
}

.core-team-grid .member-image-placeholder {
    margin-bottom: 1.75rem;
}

.core-team-grid .member-role {
    margin-bottom: 0;
}

.team-member-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.team-member-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.member-image-placeholder {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #78b4fb 0%, #5c9eeb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.member-initial {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
}

.member-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.member-role {
    font-size: 1rem;
    color: #78b4fb;
    font-weight: 500;
    margin-bottom: 1rem;
}

.member-bio {
    font-size: 0.9rem;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.member-socials {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-link {
    color: #78b4fb;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s;
}

.social-link:hover {
    color: #5c9eeb;
}

.join-team-cta {
    margin-top: 4rem;
    text-align: center;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(120, 180, 251, 0.05) 0%, rgba(120, 180, 251, 0.1) 100%);
    border-radius: 24px;
}

.join-team-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.join-team-text {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

.cta-link-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: rgba(120, 180, 251, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-link-button:hover {
    background: #5c9eeb;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(120, 180, 251, 0.3);
}

/* Programs Page Styles */
.programs-overview, .competition-intro, .work-intro {
    padding: 4rem 2rem;
    background: white;
    text-align: center;
}

.programs-container, .competition-container, .work-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Research Group Section */
.research-group-section {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, 
        #ffffff 0%, 
        #F9FAFB 50%, 
        #ffffff 100%);
}

.research-group-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.research-group-content {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.research-group-main-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.research-group-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(120, 180, 251, 0.2);
}

.research-group-icon {
    font-size: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(120, 180, 251, 0.15) 0%, rgba(120, 180, 251, 0.25) 100%);
    border-radius: 20px;
    flex-shrink: 0;
}

.research-group-header-text {
    flex: 1;
}

.research-group-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.research-group-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    line-height: 1.6;
}

.research-group-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.research-group-feature {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: rgba(120, 180, 251, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(120, 180, 251, 0.15);
    transition: all 0.3s;
}

.research-group-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(120, 180, 251, 0.15);
    border-color: rgba(120, 180, 251, 0.3);
}

.research-group-feature .feature-icon {
    font-size: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.research-group-feature .feature-content {
    flex: 1;
}

.research-group-feature .feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.research-group-feature .feature-desc {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.research-group-status {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.status-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s;
}

.status-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.closed-status {
    border-color: rgba(156, 163, 175, 0.3);
    background: rgba(249, 250, 251, 0.7);
}

.upcoming-status {
    border-color: rgba(120, 180, 251, 0.4);
    background: linear-gradient(135deg, rgba(120, 180, 251, 0.1) 0%, rgba(120, 180, 251, 0.05) 100%);
    position: relative;
    overflow: hidden;
}

.upcoming-status::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.status-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.status-icon {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
}

.status-text {
    font-size: 1rem;
    color: #6B7280;
    margin-bottom: 1rem;
}

.status-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(120, 180, 251, 0.9) 0%, rgba(120, 180, 251, 0.7) 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.5rem;
    box-shadow: 0 4px 15px rgba(120, 180, 251, 0.3);
}

/* Curriculum Section */
.curriculum-section {
    padding: 6rem 2rem;
    background: #F9FAFB;
}

.curriculum-container {
    max-width: 1200px;
    margin: 0 auto;
}

.curriculum-header {
    margin-bottom: 4rem;
}

.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.curriculum-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.curriculum-card.locked-module {
    pointer-events: none;
    position: relative;
}

.curriculum-card.locked-module > *:not(.lock-overlay) {
    filter: blur(4px);
    opacity: 0.6;
    pointer-events: none;
}

.curriculum-card.locked-module .lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    pointer-events: auto;
    transition: all 0.3s;
    filter: none !important;
    opacity: 1 !important;
}

.curriculum-card.locked-module .lock-overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.curriculum-card.locked-module .lock-icon {
    font-size: 0;
    margin-bottom: 1rem;
    filter: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    z-index: 101;
    position: relative;
}

.curriculum-card.locked-module .unlock-text {
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    filter: none !important;
    opacity: 1 !important;
    z-index: 101;
    position: relative;
}

.curriculum-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.curriculum-icon {
    font-size: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curriculum-number {
    font-size: 0.875rem;
    color: #78b4fb;
    font-weight: 600;
    margin-bottom: 1rem;
}

.curriculum-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.curriculum-card-desc {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.curriculum-topics {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.curriculum-topics li {
    font-size: 0.9rem;
    color: #6B7280;
    padding: 0.5rem 0;
    border-bottom: 1px solid #E5E7EB;
}

.curriculum-topics li:last-child {
    border-bottom: none;
}

.curriculum-duration {
    font-size: 0.875rem;
    color: #78b4fb;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.curriculum-cta {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 24px;
}

.curriculum-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
}

.cta-primary-button, .cta-secondary-button {
    padding: 1rem 2.5rem;
    background: rgba(120, 180, 251, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-primary-button:hover {
    background: #5c9eeb;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(120, 180, 251, 0.3);
}

.cta-secondary-button {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #78b4fb;
    border: 2px solid rgba(120, 180, 251, 0.5);
}

.cta-secondary-button:hover {
    background: #78b4fb;
    color: white;
}

/* Events Section */
.events-section {
    padding: 6rem 2rem;
    background: white;
}

.events-container {
    max-width: 1200px;
    margin: 0 auto;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.event-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.event-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.featured-event {
    border: 2px solid rgba(120, 180, 251, 0.5);
    background: rgba(120, 180, 251, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.event-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #78b4fb;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.event-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.event-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.event-description {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.event-features {
    margin: 1.5rem 0;
}

.event-feature {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #E5E7EB;
}

.event-feature:last-child {
    border-bottom: none;
}

.feature-label {
    font-size: 0.9rem;
    color: #6B7280;
}

.feature-value {
    font-size: 0.9rem;
    color: #1F2937;
    font-weight: 600;
}

.event-button, .event-button-secondary {
    width: 100%;
    padding: 0.875rem;
    background: rgba(120, 180, 251, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.event-button:hover {
    background: #5c9eeb;
}

.event-button-secondary {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #78b4fb;
    border: 2px solid rgba(120, 180, 251, 0.5);
}

.event-button-secondary:hover {
    background: #78b4fb;
    color: white;
}

.chapter-info {
    margin-top: 4rem;
    text-align: center;
    padding: 3rem;
    background: #F9FAFB;
    border-radius: 24px;
}

.chapter-info-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.chapter-info-text {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

/* Seminars Section */
.seminars-section {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, 
        #F9FAFB 0%, 
        #FAFBFC 50%, 
        #ffffff 100%);
}

.seminars-container {
    max-width: 1200px;
    margin: 0 auto;
}

.seminars-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin: 3rem 0;
}

.seminar-types {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.seminar-type-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.seminar-type-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.seminar-type-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.seminar-type-desc {
    font-size: 0.9rem;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.seminar-schedule {
    font-size: 0.875rem;
    color: #78b4fb;
    font-weight: 600;
}

.upcoming-seminars {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
}

.upcoming-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1.5rem;
}

.seminar-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.seminar-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #F9FAFB;
    border-radius: 12px;
    transition: all 0.3s;
}

.seminar-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.seminar-date {
    text-align: center;
    min-width: 60px;
}

.date-day {
    font-size: 2rem;
    font-weight: 700;
    color: #78b4fb;
}

.date-month {
    font-size: 0.875rem;
    color: #6B7280;
    font-weight: 600;
}

.seminar-details {
    flex: 1;
}

.seminar-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.25rem;
}

.seminar-speaker {
    font-size: 0.9rem;
    color: #6B7280;
    margin-bottom: 0.25rem;
}

.seminar-time {
    font-size: 0.875rem;
    color: #78b4fb;
}

.register-button {
    padding: 0.5rem 1.5rem;
    background: rgba(120, 180, 251, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.register-button:hover {
    background: #5c9eeb;
}

.seminar-archive {
    margin-top: 3rem;
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 24px;
}

.archive-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.archive-text {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

/* Competition Page Styles */
.timeline-section {
    padding: 6rem 2rem;
    background: white;
}

.timeline-container {
    max-width: 900px;
    margin: 0 auto;
}

.round-section {
    margin-bottom: 4rem;
}

.round-section:last-child {
    margin-bottom: 0;
}

.round-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(120, 180, 251, 0.3);
}

.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #78b4fb 0%, #5c9eeb 100%);
}

.timeline-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 3rem;
}

.timeline-marker {
    position: absolute;
    left: 19px;
    width: 24px;
    height: 24px;
    background: #78b4fb;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(120, 180, 251, 0.4);
}

.timeline-content {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

.timeline-date {
    font-size: 0.875rem;
    color: #78b4fb;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.timeline-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.timeline-desc {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
}

/* Regional Section */
.regional-section {
    padding: 6rem 2rem;
    background: #F9FAFB;
}

.regional-container {
    max-width: 1200px;
    margin: 0 auto;
}

.regional-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.regional-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.regional-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.regional-desc {
    font-size: 1rem;
    color: #6B7280;
    margin-bottom: 1.5rem;
}

.regional-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
}

.regional-stat {
    font-size: 0.875rem;
    color: #78b4fb;
    font-weight: 600;
}

.regional-format {
    margin-top: 4rem;
    padding: 3rem;
    background: white;
    border-radius: 24px;
}

.format-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
    text-align: center;
}

.format-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.format-item {
    text-align: center;
}

.format-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.format-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.format-item p {
    font-size: 0.9rem;
    color: #6B7280;
}

/* International Section */
.international-section {
    padding: 6rem 2rem;
    background: white;
}

.international-container, .prizes-container {
    max-width: 1200px;
    margin: 0 auto;
}

.prizes-section {
    padding: 6rem 2rem;
    background: #F9FAFB;
}

.prizes-content {
    margin-top: 3rem;
}

.prize-category {
    margin-bottom: 4rem;
}

.prize-category:last-child {
    margin-bottom: 0;
}

.prize-category-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
    text-align: center;
}

.international-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.highlight-card {
    text-align: center;
    padding: 2rem;
    background: rgba(120, 180, 251, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(120, 180, 251, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.highlight-number {
    font-size: 3rem;
    font-weight: 700;
    color: #78b4fb;
    margin-bottom: 0.5rem;
}

.highlight-label {
    font-size: 1rem;
    color: #6B7280;
}

.international-prizes {
    margin-top: 4rem;
}

.prizes-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
    text-align: center;
}

.prizes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.prize-card-full-width {
    grid-column: 1 / -1;
}

.prize-card-full-width .prize-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: left;
}

.prize-card-full-width .prize-medal,
.prize-card-full-width .prize-rank,
.prize-card-full-width .prize-amount {
    text-align: center;
}

.prize-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.gold-prize {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(255, 215, 0, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.silver-prize {
    border-color: rgba(192, 192, 192, 0.5);
    background: rgba(192, 192, 192, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.bronze-prize {
    border-color: rgba(205, 127, 50, 0.5);
    background: rgba(205, 127, 50, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.prize-medal {
    font-size: 0;
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prize-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-align: center;
}

.prize-rank {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.prize-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #78b4fb;
    margin-bottom: 1.5rem;
}

.prize-benefits {
    list-style: none;
    padding: 0;
    text-align: left;
}

.prize-benefits li {
    font-size: 0.9rem;
    color: #6B7280;
    padding: 0.5rem 0;
    border-bottom: 1px solid #E5E7EB;
}

.prize-benefits li:last-child {
    border-bottom: none;
}

.prize-card-full-width .prize-benefits li:last-child {
    border-bottom: 1px solid #E5E7EB;
}

/* Rubric Section */
.rubric-section {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, 
        #F9FAFB 0%, 
        #FAFBFC 50%, 
        #ffffff 100%);
}

.rubric-container {
    max-width: 1200px;
    margin: 0 auto;
}

.rubric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.rubric-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.rubric-score {
    font-size: 3rem;
    font-weight: 700;
    color: #78b4fb;
    margin-bottom: 1rem;
}

.rubric-criteria {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.rubric-details {
    list-style: none;
    padding: 0;
}

.rubric-details li {
    font-size: 0.9rem;
    color: #6B7280;
    padding: 0.5rem 0;
    border-bottom: 1px solid #E5E7EB;
}

.rubric-details li:last-child {
    border-bottom: none;
}

.rubric-cta {
    margin-top: 4rem;
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 24px;
}

.rubric-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.rubric-cta-text {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

/* Work With Us Page Styles */
.ambassador-section, .partnerships-section {
    padding: 6rem 2rem;
}

.ambassador-section {
    background: white;
}

.partnerships-section {
    background: #F9FAFB;
}

.ambassador-container, .partnerships-container, .sponsors-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sponsors-section {
    padding: 6rem 2rem;
    background: white;
}

.sponsors-container {
    text-align: center;
}

.sponsors-container .section-badge {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.sponsors-container .section-text,
.sponsors-container .sponsor-benefits-grid,
.sponsors-container .sponsor-return-benefits {
    text-align: left;
}

.sponsors-contact {
    text-align: center;
    margin-top: 2rem;
}

.ambassador-benefits, .ambassador-requirements {
    margin: 4rem 0;
}

.benefits-title, .requirements-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.benefit-desc {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.requirement-item {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

.requirement-check {
    font-size: 2rem;
    color: #78b4fb;
    flex-shrink: 0;
}

.requirement-text h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.requirement-text p {
    font-size: 0.9rem;
    color: #6B7280;
    line-height: 1.6;
}

.ambassador-process {
    margin: 4rem 0;
}

.process-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 2rem;
    text-align: center;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.process-step {
    display: flex;
    gap: 1rem;
}

.step-num {
    width: 48px;
    height: 48px;
    background: #78b4fb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-info h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.step-info p {
    font-size: 0.9rem;
    color: #6B7280;
    line-height: 1.6;
}

.ambassador-cta {
    margin-top: 4rem;
    text-align: center;
    padding: 0;
}

.partnership-contact, .sponsors-contact {
    margin: 0;
    text-align: center;
    padding: 0;
    background: transparent;
}

.partnership-contact .join-btn,
.sponsors-contact .join-btn {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

.sponsors-section {
    padding: 6rem 2rem;
    background: white;
}

.prizes-section {
    padding: 6rem 2rem;
    background: #F9FAFB;
}

.prizes-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.prizes-container .section-badge {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.prizes-content {
    margin-top: 3rem;
    text-align: left;
}

.prize-category {
    margin-bottom: 4rem;
}

.prize-category:last-child {
    margin-bottom: 0;
}

.prize-category-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
    text-align: center;
}

.prize-category-desc {
    font-size: 1.125rem;
    color: #6B7280;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.prize-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Chapter Leader Benefits */
.chapter-leader-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.benefit-feature {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.benefit-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.benefit-icon-large {
    font-size: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-title-large {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.75rem;
}

.benefit-desc-large {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
}

/* Partnership Types Grid */
.partnership-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.partnership-type-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    text-align: center;
}

.partnership-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.partnership-type-icon {
    font-size: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnership-type-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.partnership-type-desc {
    font-size: 1rem;
    color: #6B7280;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.partnership-opportunities-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.partnership-opportunities-list li {
    font-size: 0.95rem;
    color: #4B5563;
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
}

/* Sponsor Benefits */
.sponsor-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.sponsor-benefit-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    text-align: center;
}

.sponsor-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.sponsor-benefit-icon {
    font-size: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.75rem;
}

.sponsor-benefit-desc {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
}

.sponsor-return-benefits {
    margin: 4rem 0;
    padding: 3rem;
    background: rgba(120, 180, 251, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(120, 180, 251, 0.2);
}

.sponsor-return-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    text-align: center;
    margin-bottom: 2rem;
}

.sponsor-return-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.sponsor-return-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.return-icon {
    font-size: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-return-item p {
    font-size: 1rem;
    color: #4B5563;
    margin: 0;
    line-height: 1.5;
}

.ambassador-cta-title, .contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}

.ambassador-cta-text, .contact-text {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

.partnership-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.partnership-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.partnership-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.partnership-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.partnership-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.partnership-desc {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.partnership-opportunities {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.partnership-opportunities li {
    font-size: 0.9rem;
    color: #6B7280;
    padding: 0.5rem 0;
    border-bottom: 1px solid #E5E7EB;
}

.partnership-opportunities li:last-child {
    border-bottom: none;
}

.partnership-button {
    width: 100%;
    padding: 0.875rem;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #78b4fb;
    border: 2px solid rgba(120, 180, 251, 0.5);
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.partnership-button:hover {
    background: #78b4fb;
    color: white;
}

.current-partners {
    margin: 4rem 0;
    text-align: center;
    padding: 3rem;
    background: #F9FAFB;
    border-radius: 24px;
}

.partners-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.partners-subtitle {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.partner-logo {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    padding: 1rem 2rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

/* Responsive Design for New Pages */
@media (max-width: 900px) {
    .page-hero-title {
        font-size: 2.5rem;
    }

    .page-hero-subtitle {
        font-size: 1.125rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .seminars-content {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        left: 15px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-marker {
        left: 4px;
    }
}

@media (max-width: 640px) {
    .page-hero {
        padding: 2vh 1.5rem 4rem;
    }
    
    .page-hero-content {
        padding-top: 3rem;
    }

    .page-hero-title {
        font-size: 2rem;
    }

    .page-hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-text {
        font-size: 1rem;
    }

    .mission-stats {
        min-height: 500px;
    }

    .stats-container {
        height: 500px;
        max-width: 100%;
    }

    .stats-person-image {
        width: 420px;
    }

    .stat-bubble {
        padding: 1.25rem 2rem;
        min-width: 140px;
    }

    .stat-bubble .stat-number {
        font-size: 1.875rem;
    }

    .stat-bubble .stat-label {
        font-size: 0.9rem;
    }

    .stat-bubble-1.animate {
        top: 12%;
        left: 12%;
    }

    .stat-bubble-2.animate {
        top: 18%;
        right: 12%;
    }

    .stat-bubble-3.animate {
        bottom: 18%;
        right: 12%;
    }

    .stat-bubble-4.animate {
        bottom: 12%;
        left: 12%;
    }

    .values-grid,
    .team-grid,
    .curriculum-grid,
    .events-grid,
    .benefits-grid,
    .requirements-grid,
    .process-steps,
    .partnership-types,
    .research-group-features,
    .research-group-status {
        grid-template-columns: 1fr;
    }
    
    .research-group-main-card {
        padding: 2rem 1.5rem;
    }
    
    .research-group-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .research-group-icon {
        width: 60px;
        height: 60px;
        font-size: 0;
    }
    
    .research-group-title {
        font-size: 1.5rem;
    }
    
    .research-group-feature {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .mission-stats {
        min-height: 450px;
        padding: 1rem 0;
    }

    .stats-container {
        height: 450px;
    }

    .stats-person-image {
        width: 300px;
    }

    .stat-bubble {
        padding: 1rem 1.5rem;
        min-width: 120px;
        border-radius: 16px;
    }

    .stat-bubble .stat-number {
        font-size: 1.5rem;
    }

    .stat-bubble .stat-label {
        font-size: 0.8rem;
    }

    .stat-bubble-1.animate {
        top: 10%;
        left: 8%;
    }

    .stat-bubble-2.animate {
        top: 15%;
        right: 8%;
    }

    .stat-bubble-3.animate {
        bottom: 15%;
        right: 8%;
    }

    .stat-bubble-4.animate {
        bottom: 10%;
        left: 8%;
    }
}

/* Tablet Responsive Styles (768px - 900px) */
@media (max-width: 900px) and (min-width: 641px) {
    /* Seminars */
    .seminars-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Featured Member Card */
    .featured-member-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem;
    }

    .featured-member-card .member-image-placeholder {
        margin-bottom: 1.5rem;
    }

    .featured-member-info {
        text-align: center;
    }

    .featured-member-card .member-name,
    .featured-member-card .member-role,
    .featured-member-card .member-bio {
        text-align: center;
    }

    .featured-socials {
        position: static;
        margin-top: 1rem;
    }

    /* Core Team Grid */
    .core-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    /* Prize Cards */
    .prizes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .prize-card-full-width .prize-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Curriculum Grid */
    .curriculum-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Research Group */
    .research-group-features {
        grid-template-columns: 1fr;
    }
    
    .research-group-status {
        grid-template-columns: 1fr;
    }

    /* Partnership Types */
    .partnership-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Sponsor Benefits */
    .sponsor-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Chapter Leader Benefits */
    .chapter-leader-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Expert Team Grid */
    .expertise-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Responsive Styles (640px and below) */
@media (max-width: 640px) {
    /* Featured Member Card */
    .featured-member-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }

    .featured-member-card .member-image-placeholder {
        width: 120px;
        height: 120px;
        margin-bottom: 1rem;
    }

    .featured-member-card .member-name {
        font-size: 1.5rem;
    }

    .featured-member-card .member-role {
        font-size: 1rem;
    }

    .featured-member-card .member-bio {
        font-size: 0.9rem;
    }

    .featured-socials {
        position: static;
        margin-top: 1rem;
    }

    /* Core Team Grid */
    .core-team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .core-team-members {
        padding: 0 1rem;
    }

    /* Prize Cards */
    .prizes-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .prize-card {
        padding: 1.5rem;
    }

    .prize-card-full-width .prize-benefits {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .prize-card-full-width .prize-benefits li {
        font-size: 0.9rem;
    }

    /* Curriculum Grid */
    .curriculum-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .curriculum-card {
        padding: 1.5rem;
    }

    /* Partnership Types */
    .partnership-types-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .partnership-type-card {
        padding: 1.5rem;
    }

    /* Sponsor Benefits */
    .sponsor-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .sponsor-benefit-card {
        padding: 1.5rem;
    }

    .sponsor-return-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Chapter Leader Benefits */
    .chapter-leader-benefits {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .benefit-feature {
        padding: 1.5rem;
    }

    /* Expert Team Grid */
    .expertise-team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Timeline */
    .timeline-item {
        padding-left: 50px;
    }

    .timeline-marker {
        width: 20px;
        height: 20px;
        left: 5px;
    }

    /* Seminars */
    .seminars-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .seminar-item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .seminar-date {
        width: 100%;
        text-align: center;
    }

    .seminar-content {
        width: 100%;
    }

    .upcoming-seminars {
        padding: 1.5rem;
    }

    .upcoming-title {
        font-size: 1.25rem;
    }

    /* Prize Category */
    .prize-category-title {
        font-size: 1.5rem;
    }

    .prize-category-desc {
        font-size: 1rem;
    }

    /* Section Titles */
    .section-title {
        font-size: 1.75rem;
    }

    .section-text {
        font-size: 0.95rem;
    }

    /* Container Padding */
    .mission-section,
    .values-section,
    .team-section,
    .curriculum-section,
    .seminars-section,
    .timeline-section,
    .prizes-section,
    .rubric-section,
    .ambassador-section,
    .partnerships-section,
    .sponsors-section,
    .research-group-section {
        padding: 4rem 1.5rem;
    }

    /* Page Hero */
    .page-hero {
        padding: 2vh 1rem 4rem;
    }

    .page-hero-content {
        padding-top: 2rem;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    /* Featured Member Card */
    .featured-member-card {
        padding: 1rem;
    }

    .featured-member-card .member-image-placeholder {
        width: 100px;
        height: 100px;
    }

    .featured-member-card .member-name {
        font-size: 1.25rem;
    }

    .featured-member-card .member-role {
        font-size: 0.9rem;
    }

    .featured-member-card .member-bio {
        font-size: 0.85rem;
    }

    /* Core Team Toggle Button */
    .core-team-toggle {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    /* Prize Cards */
    .prize-card {
        padding: 1.25rem;
    }

    .prize-medal {
        font-size: 0;
    }
    
    .prize-medal .icon-svg {
        width: 2rem;
        height: 2rem;
    }

    .prize-rank {
        font-size: 1.25rem;
    }

    .prize-amount {
        font-size: 0.9rem;
    }

    /* Curriculum Cards */
    .curriculum-card {
        padding: 1.25rem;
    }

    .curriculum-card-title {
        font-size: 1.25rem;
    }

    /* Partnership Cards */
    .partnership-type-card {
        padding: 1.25rem;
    }

    .partnership-type-title {
        font-size: 1.25rem;
    }

    /* Sponsor Cards */
    .sponsor-benefit-card {
        padding: 1.25rem;
    }

    .sponsor-benefit-title {
        font-size: 1.125rem;
    }

    /* Chapter Leader Benefits */
    .benefit-feature {
        padding: 1.25rem;
    }

    .benefit-title-large {
        font-size: 1.125rem;
    }

    /* Timeline */
    .timeline-item {
        padding-left: 40px;
    }

    .timeline-content h4 {
        font-size: 1rem;
    }

    .timeline-content p {
        font-size: 0.85rem;
    }

    /* Container Padding */
    .mission-section,
    .values-section,
    .team-section,
    .curriculum-section,
    .seminars-section,
    .timeline-section,
    .prizes-section,
    .rubric-section,
    .ambassador-section,
    .partnerships-section,
    .sponsors-section,
    .research-group-section {
        padding: 3rem 1rem;
    }

    /* Page Hero */
    .page-hero {
        padding: 2vh 1rem 3rem;
    }

    .page-hero-content {
        padding-top: 1.5rem;
    }

    /* Buttons */
    .cta-primary-button,
    .cta-secondary-button,
    .partnership-button,
    .register-button {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    /* Prevent Text Overflow */
    .member-name,
    .member-role,
    .prize-rank,
    .curriculum-card-title,
    .partnership-type-title,
    .sponsor-benefit-title {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Ensure containers don't overflow */
    .mission-section,
    .values-section,
    .team-section,
    .curriculum-section,
    .seminars-section,
    .timeline-section,
    .prizes-section,
    .rubric-section,
    .ambassador-section,
    .partnerships-section,
    .sponsors-section {
        max-width: 100%;
        overflow-x: hidden;
    }
}
