.event-detail-page {
    background: #f6f9fb;
    color: #17243a;
    font-family: "Jost", sans-serif;
}

.event-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 56px;
    background:
        radial-gradient(circle at 12% 16%, rgba(21, 137, 81, 0.12), transparent 28%),
        linear-gradient(135deg, #f7fbf9 0%, #ffffff 48%, #eef5f8 100%);
    border-bottom: 1px solid #e4edf2;
}

.event-detail-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: #718198;
    font-size: 14px;
    font-weight: 500;
}

.event-detail-breadcrumb a {
    color: #158951;
}

.event-detail-breadcrumb strong {
    max-width: 540px;
    overflow: hidden;
    color: #17243a;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-hero-grid {
    display: grid;
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.event-poster-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    max-height: 560px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dfeaf0;
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(15, 36, 56, 0.12);
}

.event-poster-card img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 12px;
}

.event-hero-content {
    min-width: 0;
}

.event-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.event-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    color: #0f6f43;
    background: #e8f7ef;
    border: 1px solid #c7ecd8;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.event-badges span:nth-child(2) {
    color: #17567a;
    background: #e7f3fb;
    border-color: #c6e3f3;
}

.event-hero-content h1 {
    max-width: 920px;
    margin: 0 0 22px;
    color: #13233a;
    font-family: "Jost", sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.event-hero-meta {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.event-hero-meta div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #41536a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.event-hero-meta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: #158951;
    background: #ffffff;
    border: 1px solid #dce8ee;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(22, 137, 81, 0.1);
}

.event-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.event-hero-actions .th-btn,
.event-outline-btn {
    min-height: 48px;
    border-radius: 10px;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.event-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    color: #16263d;
    background: #ffffff;
    border: 1px solid #d8e4ea;
    box-shadow: 0 12px 28px rgba(22, 36, 61, 0.08);
}

button.event-outline-btn {
    cursor: pointer;
}

.event-detail-body {
    position: relative;
}

.event-section-card,
.event-side-card {
    background: #ffffff;
    border: 1px solid #e1ebf1;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(15, 36, 56, 0.08);
}

.event-section-card {
    padding: 28px;
    margin-bottom: 24px;
}

.event-section-head {
    margin-bottom: 20px;
}

.event-section-head span {
    display: block;
    margin-bottom: 4px;
    color: #158951;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.event-section-head h2 {
    margin: 0;
    color: #17243a;
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.event-session-list {
    display: grid;
    gap: 14px;
}

.event-session-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    background: #f7fafb;
    border: 1px solid #e2edf2;
    border-radius: 14px;
}

.event-session-date {
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dbe7ed;
    border-radius: 12px;
}

.event-session-date span {
    display: block;
    padding: 6px 4px;
    color: #ffffff;
    background: #158951;
    font-size: 13px;
    font-weight: 800;
}

.event-session-date strong {
    display: block;
    padding-top: 8px;
    color: #16243a;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.event-session-date small {
    display: block;
    padding: 3px 6px 9px;
    color: #78889b;
    font-size: 12px;
    font-weight: 700;
}

.event-session-copy {
    min-width: 0;
}

.event-session-copy strong,
.event-session-copy span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-session-copy strong {
    margin-bottom: 7px;
    color: #17243a;
    font-size: 18px;
    font-weight: 800;
}

.event-session-copy span {
    color: #617289;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.event-session-copy i {
    color: #158951;
}

.event-session-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    color: #158951;
    background: #ffffff;
    border: 1px solid #cfe7da;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.event-detail-content {
    color: #344459;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.event-detail-content p {
    margin-bottom: 16px;
}

.event-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.event-detail-content ul,
.event-detail-content ol {
    padding-left: 22px;
    margin-bottom: 18px;
}

.event-detail-content a {
    color: #158951;
    font-weight: 700;
}

.event-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 22px 0;
    background: #0d1725;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
}

.event-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.event-side-card {
    position: sticky;
    top: 110px;
    padding: 24px;
}

.event-side-card h3 {
    margin: 0 0 18px;
    color: #17243a;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.event-side-list {
    display: grid;
    gap: 12px;
}

.event-side-list > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 2px 12px;
    align-items: center;
    padding: 13px;
    background: #f7fafb;
    border: 1px solid #e3edf2;
    border-radius: 12px;
}

.event-side-list i {
    grid-row: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #158951;
    background: #ffffff;
    border-radius: 50%;
}

.event-side-list span {
    color: #78889b;
    font-size: 13px;
    font-weight: 700;
}

.event-side-list strong {
    min-width: 0;
    color: #17243a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.event-side-card p {
    margin: 18px 0;
    padding: 14px;
    color: #65758a;
    background: #fffaf0;
    border: 1px solid #f3e2bd;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.event-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 46px;
    color: #ffffff;
    background: #158951;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
}

.event-back-link:hover {
    color: #ffffff;
    background: #116d42;
}

@media (max-width: 1199px) {
    .event-hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .event-detail-hero {
        padding: 28px 0 42px;
    }

    .event-hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .event-poster-card {
        max-width: 430px;
        min-height: 0;
    }

    .event-side-card {
        position: static;
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .event-detail-breadcrumb strong {
        max-width: 190px;
    }

    .event-hero-content h1 {
        font-size: 30px;
        line-height: 1.14;
    }

    .event-hero-meta div {
        font-size: 16px;
    }

    .event-section-card,
    .event-side-card {
        padding: 18px;
        border-radius: 14px;
    }

    .event-section-head h2 {
        font-size: 23px;
    }

    .event-session-item {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
    }

    .event-session-item > a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .event-detail-hero {
        padding-top: 22px;
    }

    .event-poster-card {
        padding: 10px;
        border-radius: 14px;
    }

    .event-poster-card img {
        max-height: 430px;
        border-radius: 10px;
    }

    .event-hero-actions .th-btn,
    .event-outline-btn {
        width: 100%;
    }

    .event-session-item {
        grid-template-columns: 1fr;
    }

    .event-session-date {
        width: 92px;
    }
}
