.agenda-page .hero-section {
    margin-top: 85px;
    height: 40vh;
    max-height: 40vh;
    min-height: 260px;
    max-height: 260px;
    position: relative;
}

.agenda-page .hero-section .swiper,
.agenda-page .hero-section .swiper-slide {
    height: 100%;
}

.agenda-page .slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    /*background: rgba(0, 0, 0, 0.35);*/
    transform: translate(-50%, -57%);
}

.agenda-page .slide-title {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.agenda-section {
    padding: 80px 0;
    background: #ffffff;
}

.agenda-section .container {
    max-width: 1200px;
}

.agenda-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.agenda-session {
    margin-top: 22px;
    font-weight: 800;
    color: #0c006c;
    font-size: 30px;
    letter-spacing: 0.3px;
}

.agenda-desc {
    margin: 4px 0 10px;
    color: #222222;
    font-size: 20px;
    line-height: 1.6;
}

.agenda-item {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 18px;
    padding: 18px 20px;
    background: #f0f1f7;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.agenda-time {
    font-weight: 800;
    color: #bc5b19;
    font-size: 20px;
    line-height: 40px;
}

.agenda-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agenda-title {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.agenda-speakers {
    margin: 0;
    padding-left: 18px;
    color: #222222;
    font-size: 19px;
    line-height: 1.5;
}

.agenda-speakers li {
    margin-bottom: 4px;
}

.agenda-speakers li:last-child {
    margin-bottom: 0;
}

.agenda-sub {
    font-size: 18px;
    color: #444444;
}

.agenda-break {
    padding: 14px 18px;
    background: #f1f1f1;
    border-radius: 10px;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    margin: 6px 0;
}

@media (max-width: 768px) {
    .agenda-item {
        grid-template-columns: 1fr;
    }
    .agenda-time {
        font-size: 19px;
    }
    .agenda-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .agenda-page .hero-section {
        margin-top: 70px;
    }
    .agenda-page .slide-title {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .agenda-page .hero-section {
        margin-top: 60px;
        height: 45vh;
        max-height: none;
    }
    .agenda-page .slide-title {
        font-size: 36px;
    }
}
