.info-section {
    padding: 64px;
    margin: 0 auto;
    width: auto;
}

.info-section h2 {
    font-size: 46px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 700;
    color: #0E436F;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.info-section p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 24px;
    max-width: 760px;
}


.more-hero {
    background-color: #0E436F;
    padding: 124px 64px;
    width: auto;
}

.more-hero h1 {
    font-size: 62px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: left;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.more-hero p {
    font-size: 24px;
    max-width: 1030px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    line-height: 120%;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.more-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}


.more-hero-buttons a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.02rem;
    padding: 12px 25px;
    background-color: #005EA6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}

.more-hero-buttons a:hover {
    background-color: #257CBE;
}


.more-hero-buttons .btn-outline {
    background: transparent;
    border: 2px solid #ffffff;
}

.more-hero-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
}




.event-card {
    max-width: 1200px;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
    padding: 0;
}

.event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-card__content {
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-card__content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1E1E1E;
    line-height: 1.2;
    margin-bottom: 8px;
}

.event-card__date {
    font-size: 26px;
    font-weight: 800;
    color: #005EA6;
    margin-bottom: 25px;
}

.event-card__content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    padding-bottom: 30px;
}

.event-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.event-card__list li {
    font-size: 16px;
    color: #222;
    line-height: 1.5;
    position: relative;
    padding-left: 26px;
}

.event-card__list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #005EA6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.event-card__list li span {
    font-weight: 700;
    color: #000;
}

.event-card__address {
    margin-top: 28px;
    font-size: 16px;
    color: #222;
}

.event-card__btn {
    margin-top: 30px;
    background: #005EA6;
    color: #fff;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 12px;
    font-weight: 700;
    width: fit-content;
    transition: 0.3s ease;
    box-shadow: 0px 6px 15px rgba(31, 107, 255, 0.3);
}

.event-card__btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .event-card {
        grid-template-columns: 1fr;
    }

    .event-card__content {
        padding: 30px 22px;
    }

    .event-card__content h2 {
        font-size: 28px;
    }

    .event-card__date {
        font-size: 22px;
    }
}

.cta-box {

    margin-top: 48px;
    padding: 32px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 8px 24px rgba(3, 35, 80, 0.12);
    border-left: 8px solid #005EA6;
}

.cta-box h3 {

    font-size: 28px;
    font-weight: 700;
    color: #0E436F;
    margin-bottom: 8px;
}

.cta-box p {
    font-size: 18px;
    font-weight: 500;
    color: #434455;
    margin-bottom: 20px;
}


.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

.feature-card {
    flex: 1 1 320px;
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(3, 35, 80, 0.12);
}

.feature-card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #00457A;
    margin-bottom: 8px;
}

.feature-card p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #B3B3B3;
}


.university-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

.uni-card {
    flex: 1 1 420px;
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(3, 35, 80, 0.12);
}

.uni-card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #00457A;
    margin-bottom: 8px;
}

.uni-card p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #B3B3B3;
}


.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

.gallery-grid img {
    flex: 1 1 300px;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    border: 8px solid #ffffff;
    box-shadow: 0px 8px 24px rgba(3, 35, 80, 0.25);
}


.faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.faq-item {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(3, 35, 80, 0.12);
}

.faq-item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #00457A;
    margin-bottom: 8px;
}

.faq-item p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #B3B3B3;
}

.faq-item a {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: #237DC2;
    text-decoration: none;
}

.faq-item a:hover {
    text-decoration: underline;
}


.final-cta {
    background: #0E436F;
    padding: 64px;
}

.final-cta h2 {
    color: #ffffff;
}

.final-cta p {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    max-width: 900px;
}

.vstup-button-more-info {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 100%;
    width: fit-content;
    min-width: 300px;
    min-height: 90px;
    padding: 24px 36px;

    background: linear-gradient(180deg, #125487 0%, #0E436F 100%);
    border: 1px solid rgba(14, 67, 111, 0.08);
    border-radius: 16px;

    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;

    box-shadow:
        0 14px 30px rgba(3, 35, 80, 0.18),
        0 4px 10px rgba(3, 35, 80, 0.10);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        filter 0.25s ease;
}

.vstup-button-more-info:hover {
    transform: translateY(-3px);
    filter: brightness(1.05);
    box-shadow:
        0 18px 34px rgba(3, 35, 80, 0.22),
        0 6px 12px rgba(3, 35, 80, 0.12);
}

.vstup-button-more-info:active {
    transform: translateY(0);
}



.programmes {
    background-color: #00457A;
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin: 50px 0px 50px 0px;
    border-radius: 10px;
}


.programmes .programmes-header h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    padding: 60px 20px 20px 20px;

}

.programmes .programmes-header p {
    font-size: 18px;
    margin-bottom: 50px;
    color: white;
    text-align: center;
    max-width: 100%;
    padding: 20px;

}


.programmes-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.programme-card {
    max-width: 300px;
    text-align: left;
}

.programmes .programme-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.programmes .programme-card p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: white;
}

.programmes .programme-card a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.programmes .programme-card a:hover {
    text-decoration: underline;
}

.register-button-more-info {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 100%;
    width: fit-content;
    min-width: 340px;
    min-height: 90px;
    padding: 24px 36px;

    background: linear-gradient(180deg, #18578B 0%, #0E436F 100%);
    border: 1px solid rgba(14, 67, 111, 0.08);
    border-radius: 10px;

    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: 0.01em;

    box-shadow:
        0 14px 30px rgba(3, 35, 80, 0.18),
        0 4px 10px rgba(3, 35, 80, 0.10);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        filter 0.25s ease;
}

.register-button-more-info:hover {
    transform: translateY(-3px);
    filter: brightness(1.05);
    box-shadow:
        0 18px 34px rgba(3, 35, 80, 0.22),
        0 6px 12px rgba(3, 35, 80, 0.12);
}

.register-button-more-info:active {
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .info-section {
        padding: 48px 20px;
    }

    .more-hero {
        padding: 80px 32px;
    }

    .more-hero h1 {
        font-size: 44px;
    }

    .more-hero p {
        font-size: 18px;
    }

    .info-section h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .more-hero {
        padding: 56px 16px;
    }

    .more-hero h1 {
        font-size: 34px;
    }

    .more-hero p {
        font-size: 16px;
        line-height: 140%;
    }

    .more-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .more-hero-buttons a {
        width: 100%;
        text-align: center;
    }

    .info-section {
        padding: 40px 16px;
    }

    .info-section h2 {
        font-size: 28px;
    }

    .info-section p {
        font-size: 16px;
        max-width: 100%;
    }

    .cta-box {
        padding: 22px;
    }

    .cta-box h3 {
        font-size: 22px;
    }

    .final-cta {
        padding: 40px 16px;
    }
}
