.main {
    margin: 0;
    padding-top: 90px;
    min-height: 100vh;
}

.event-content-section {
    padding: 8px 0 20px;
    width: 100%;
    overflow-x: hidden;
}

.event-content-section .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.description-card {
    background: transparent;
    padding: 12px 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.description-top-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.force1-logo {
    width: min(100%, 200px);
    height: auto;
    object-fit: contain;
}

.event-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1d2e;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.delivered-by-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-top: 0;
}

.delivered-by-text {
    margin: 0;
    color: #2d3142;
    font-size: 0.9rem;
    font-weight: 600;
}

.delivered-by-text strong {
    font-weight: 700;
}

.msa-logo {
    width: min(100%, 80px);
    height: auto;
    object-fit: contain;
}

.event-date {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1d2e;
    line-height: 1.2;
}

.pathway-text {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
}

.showcase-row {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin-top: 0;
}

.showcase-logo {
    max-width: 100px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.left-logo {
    justify-self: start;
}

.afrique-logo {
    max-width: 155px;
}

.seros-logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: end;
    gap: 4px;
}

.seros-powered-by {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

.seros-logo {
    max-width: 88px;
}

.right-logo {
    justify-self: end;
}

.showcase-copy {
    min-width: 220px;
}

.showcase-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1d2e;
    letter-spacing: 0.02em;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.showcase-date {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #4a5568;
    overflow-wrap: anywhere;
}

.register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #1a8f3a;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    touch-action: manipulation;
    min-height: 44px;
    -webkit-tap-highlight-color: rgba(26, 143, 58, 0.3);
}

.register-btn:hover {
    background-color: #158030;
    transform: translateY(-1px);
}

.partner-strip {
    margin-top: 4px;
    padding-top: 10px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 180px;
    flex-wrap: wrap;
    border-top: 1px solid #e5e7eb;
}

.partner-strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    gap: 16px;
}

.partner-logo-sublogo {
    display: block;
    height: 132px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.9;
}

.partner-logo {
    display: block;
    height: 32px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.85;
}

.partner-logo--dme {
    height: 100px;
}

.partner-logo--combine {
    height: 88px;
}

/* Description body content */
.description-body {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    text-align: left;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.description-block {
    margin-bottom: 1.75rem;
}

.description-block:last-child {
    margin-bottom: 0;
}

.description-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1d2e;
    margin: 0 0 0.75rem 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.description-heading.highlight-tagline {
    font-size: 1.35rem;
}

.description-subheading {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    margin: -0.35rem 0 0.75rem 0;
}

.description-block p {
    font-size: 0.975rem;
    line-height: 1.65;
    color: #374151;
    margin: 0 0 0.75rem 0;
    overflow-wrap: anywhere;
}

.description-block p:last-child {
    margin-bottom: 0;
}

.description-block ul,
.description-block ol {
    margin: 0 0 0.75rem 1.25rem;
    padding: 0;
}

.description-block li {
    font-size: 0.975rem;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 0.35rem;
    overflow-wrap: anywhere;
}

.description-block li:last-child {
    margin-bottom: 0;
}

.description-block ol {
    list-style: decimal;
}

.description-block ul {
    list-style: disc;
}

.description-block strong {
    font-weight: 700;
}

.description-block.highlight-block {
    background: rgba(29, 82, 182, 0.06);
    border-left: 4px solid #1d52b6;
    padding: 1rem 1.25rem;
    border-radius: 0 8px 8px 0;
}

.register-cta {
    margin-top: 1.25rem !important;
}

.register-cta .register-btn {
    margin-top: 0;
}

/* Apply Now CTA */
.apply-now-cta {
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.apply-now-cta .register-btn {
    margin-top: 0;
}

/* Fixed Apply Now bar - mobile only, always visible at bottom */
.apply-now-fixed {
    display: none;
}

/* Academy facility cards */
.facility-intro {
    margin: -0.25rem 0 1.25rem 0 !important;
    font-size: 0.925rem !important;
    color: #6b7280 !important;
}

.facility-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.facility-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 1.5rem;
    text-decoration: none;
    border-radius: 12px;
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.facility-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 143, 58, 0.06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.facility-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}

.facility-card:hover::before {
    opacity: 1;
}

.facility-card-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #1a8f3a;
    transition: transform 0.2s ease, background 0.2s ease;
}

.facility-card-play svg {
    width: 22px;
    height: 22px;
    margin-left: 3px;
}

.facility-card:hover .facility-card-play {
    transform: scale(1.1);
    background: #1a8f3a;
    color: white;
}

.facility-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #ff0000;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    letter-spacing: 0.04em;
}

.facility-card-badge svg {
    width: 14px;
    height: 14px;
}

.facility-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1d2e;
    margin-bottom: 2px;
    transition: color 0.2s ease;
}

.facility-card-sub {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
}

.facility-card:hover .facility-card-title {
    color: #1a8f3a;
}

/* ===== Responsive: Tablet ===== */
@media (max-width: 1024px) {
    .event-content-section .container {
        padding: 0 1.25rem;
    }

    .description-card {
        padding: 10px 20px 14px;
        gap: 8px;
    }

    .force1-logo {
        width: min(100%, 180px);
    }

    .event-title {
        font-size: 1.25rem;
    }

    .event-date {
        font-size: 1.1rem;
    }

    .showcase-copy {
        min-width: 200px;
    }

    .showcase-logo {
        max-width: 90px;
    }

    .afrique-logo {
        max-width: 130px;
    }

    .seros-logo {
        max-width: 76px;
    }

    .showcase-title {
        font-size: 1.1rem;
    }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 768px) {
    .main {
        padding-top: 60px;
        padding-bottom: 88px;
        overflow-x: hidden;
    }

    .apply-now-fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px 16px;
        background: #fff;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
        z-index: 999;
    }

    .register-btn-fixed {
        display: block !important;
        width: 100%;
        padding: 18px 24px !important;
        font-size: 1.15rem !important;
        font-weight: 800 !important;
        min-height: 56px !important;
        text-align: center;
        touch-action: manipulation;
        -webkit-tap-highlight-color: rgba(26, 143, 58, 0.3);
        box-sizing: border-box;
    }

    .apply-now-cta {
        display: none;
    }

    .event-content-section .container {
        padding: 0 1rem;
    }

    .description-card {
        padding: 8px 16px 12px;
        gap: 6px;
    }

    .force1-logo {
        width: min(100%, 160px);
    }

    .msa-logo {
        width: min(100%, 70px);
    }

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

    .event-date {
        font-size: 1rem;
    }

    .showcase-row {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
    }

    .showcase-copy {
        min-width: 0;
        text-align: center;
    }

    .left-logo,
    .right-logo {
        justify-self: center;
    }

    .seros-logo-block {
        justify-self: center;
    }

    .showcase-logo {
        max-width: 85px;
    }

    .afrique-logo {
        max-width: 120px;
    }

    .seros-logo {
        max-width: 72px;
    }

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

    .showcase-date {
        font-size: 0.9rem;
    }

    .facility-cards {
        grid-template-columns: 1fr;
    }

    .register-btn {
        font-size: 0.85rem;
        padding: 8px 16px;
    }

    .partner-strip {
        padding-top: 8px;
        gap: 24px;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .partner-strip-item {
        flex: 0 1 auto;
        min-width: 0;
    }

    .partner-logo {
        height: 28px;
        max-width: min(42vw, 140px);
        width: auto;
    }

    .partner-logo--dme {
        height: 80px;
    }

    .partner-logo--combine {
        height: 72px;
    }

    .partner-logo-sublogo {
        height: 96px;
    }

    .description-body {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 5rem;
    }

    .description-block.highlight-block {
        padding: 0.9rem 1rem;
        margin-left: 0;
        margin-right: 0;
    }

    .description-block {
        margin-bottom: 1.5rem;
    }

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

    .description-block p,
    .description-block li {
        font-size: 0.9rem;
    }

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

    .facility-card {
        min-height: 120px;
        padding: 1.25rem;
    }

}

/* ===== Responsive: Small Mobile ===== */
@media (max-width: 480px) {
    .main {
        padding-top: 56px;
        padding-bottom: 92px;
    }

    .apply-now-fixed {
        padding: 14px 12px;
    }

    .register-btn-fixed {
        padding: 20px 24px !important;
        min-height: 60px !important;
        font-size: 1.2rem !important;
    }

    .event-content-section .container {
        padding: 0 0.875rem;
    }

    .description-card {
        padding: 8px 12px 12px;
        gap: 6px;
    }

    .force1-logo {
        width: min(100%, 140px);
    }

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

    .event-date {
        font-size: 0.95rem;
    }

    .showcase-row {
        gap: 10px;
    }

    .showcase-logo {
        max-width: 72px;
    }

    .afrique-logo {
        max-width: 105px;
    }

    .seros-logo {
        max-width: 64px;
    }

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

    .register-btn {
        font-size: 0.8rem;
        padding: 8px 14px;
    }

    .partner-strip {
        gap: 16px;
        flex-wrap: nowrap;
    }

    .partner-strip-item {
        flex: 0 1 auto;
        min-width: 0;
        gap: 10px;
    }

    .partner-logo {
        max-width: min(38vw, 100px);
    }

    .partner-logo--dme {
        height: 55px;
    }

    .partner-logo--combine {
        height: 50px;
    }

    .partner-logo-sublogo {
        height: 56px;
    }

    .description-body {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 5.5rem;
    }

    .description-heading {
        font-size: 0.95rem;
    }

    .description-block p,
    .description-block li {
        font-size: 0.875rem;
    }

    .facility-card {
        min-height: 110px;
        padding: 1rem;
    }

    .facility-card-title {
        font-size: 1rem;
    }

}