:root {
    --esfecol-blue: #012677;
    --esfecol-navy: #001A52;
    --esfecol-royal: #1747A8;
    --esfecol-light: #DCE7FA;

    --accent-pink: #D5007F;
    --accent-green: #8BCB18;
    --accent-orange: #FF9700;

    --white: #FFFFFF;
    --off-white: #F5F7FC;
    --text: #172033;
    --text-muted: #667085;

    --container: 1440px;
    --header-height: 104px;
}

/* ---------- BASE ---------- */

body {
    font-family: 'Manrope', sans-serif;
    color: var(--text);
}

.container {
    width: min(calc(100% - 64px), var(--container));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---------- HEADER ---------- */

.site-header {
    position: relative;
    z-index: 50;
    height: var(--header-height);
    background: var(--white);
}

.site-header__inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.brand .custom-logo-link {
    display: block;
    line-height: 0;
}

.brand .custom-logo {
    display: block;
    width: auto;
    max-width: 300px;
    max-height: 82px;
}

.brand__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--esfecol-blue);
}

.brand__tagline {
    margin-left: 12px;
    font-size: 12px;
    color: var(--text-muted);
}

/* ---------- NAV ---------- */

.main-nav {
    margin-left: auto;
}

.main-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3vw, 52px);
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav__list li {
    margin: 0;
}

.main-nav__list a {
    position: relative;
    display: inline-block;
    padding: 12px 0;
    color: var(--esfecol-blue);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s ease;
}

.main-nav__list a:hover {
    opacity: .7;
}

.main-nav__list .current-menu-item a::after,
.main-nav__list .current_page_item a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 2px;
    background: var(--esfecol-blue);
}

/* ---------- HEADER ACTIONS ---------- */

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 44px;
}

.search-toggle {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.search-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--esfecol-blue);
    border-radius: 50%;
}

.search-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    right: -6px;
    bottom: -3px;
    background: var(--esfecol-blue);
    transform: rotate(48deg);
    transform-origin: left center;
}

.header-divider {
    width: 1px;
    height: 32px;
    background: #d7dce6;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 12px;
    color: var(--white);
    background: var(--esfecol-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
}

.header-cta:hover {
    background: var(--esfecol-navy);
    transform: translateY(-2px);
}

.header-cta .arrow {
    font-size: 22px;
    line-height: 1;
}

.menu-toggle {
    display: none;
}

/* ---------- HERO ---------- */

.hero {
    position: relative;
    min-height: calc(100vh - var(--header-height));
    overflow: hidden;
    isolation: isolate;
    background: var(--esfecol-blue);
}

.hero__background {
    position: absolute;
    inset: 0;
    z-index: -3;

    /*
     * Reemplaza esta imagen por una fotografía limpia de los estudiantes.
     * No uses una captura que ya tenga textos encima.
     */
    background-image: url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            90deg,
            rgba(1, 38, 119, .98) 0%,
            rgba(1, 38, 119, .90) 24%,
            rgba(1, 38, 119, .58) 45%,
            rgba(1, 38, 119, .05) 72%
        );
}

.hero__content {
    position: relative;
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 90px;
}

.hero__main {
    max-width: 720px;
    color: var(--white);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 28px;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 13px;
    font-weight: 600;
}

.eyebrow span {
    display: block;
    width: 74px;
    height: 1px;
    background: rgba(255,255,255,.75);
}

.hero h1 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(48px, 5.2vw, 78px);
    font-weight: 800;
    line-height: .99;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.hero__description {
    max-width: 590px;
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
}

.hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 36px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 68px;
    padding: 0 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--light {
    color: var(--esfecol-blue);
    background: var(--white);
}

.button--outline {
    color: var(--white);
    border: 1px solid rgba(255,255,255,.8);
    background: transparent;
}

.hero__highlights {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 68px;
}

.hero-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(255,255,255,.35);
    color: var(--white);
    font-size: 13px;
    line-height: 1.35;
}

.hero-highlight:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.hero-highlight__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    font-size: 20px;
}

/* Los iconos del hero conservan el blanco en escritorio y heredan el color del texto. */
.hero-highlight__icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

/* ---------- QUICK LINKS ---------- */


.quick-link {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 86px;
    padding: 16px 20px;
    border-radius: 12px;
    color: var(--white);
    background: var(--esfecol-blue);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    transition: transform .2s ease, background .2s ease;
}

.quick-link:hover {
    transform: translateX(-5px);
    background: var(--esfecol-navy);
}

.quick-link__icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    font-size: 17px;
}

.quick-link__text {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.quick-link__arrow {
    font-size: 25px;
    font-weight: 300;
}

/* ---------- SCROLL ---------- */

.hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,.9);
    text-decoration: none;
    transform: translateX(-50%);
    font-size: 10px;
    letter-spacing: .18em;
}

.hero__scroll-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 20px;
    font-size: 18px;
}

/* ---------- GENERIC PAGES ---------- */

.site-main {
    min-height: 60vh;
}

.page-container {
    padding-top: 90px;
    padding-bottom: 90px;
}

.content-card h1 {
    margin-top: 0;
    color: var(--esfecol-blue);
}

.content-card__body {
    line-height: 1.75;
}

/* ---------- FOOTER ---------- */

.site-footer {
    padding: 55px 0;
    color: var(--white);
    background: var(--esfecol-navy);
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-footer strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}

.site-footer p {
    margin: 5px 0 0;
    opacity: .75;
}

.site-footer__legal {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    font-size: 12px;
    opacity: .7;
}

/* ---------- FOOTER REDESIGN ---------- */

.site-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    background: #002d69;
}

.site-footer__backdrop {
    position: absolute;
    z-index: -2;
    inset: 0 0 42px;

    background:
        linear-gradient(
            90deg,
            rgba(0, 39, 93, 0.96) 0%,
            rgba(0, 39, 93, 0.82) 40%,
            rgba(0, 39, 93, 0.58) 70%,
            rgba(0, 39, 93, 0.45) 100%
        ),
        url('../images/fondo-footer-desktop.png') center center / cover no-repeat;
}

.site-footer__backdrop::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(
        180deg,
        rgba(0, 20, 62, .08),
        rgba(0, 24, 72, .32)
    );
}


/* ==============================
   CONTENIDO PRINCIPAL
   ============================== */

.site-footer__content {
    padding: 32px 0 18px;
}

.site-footer__main {
    display: flex;
    align-items: stretch;
    gap: 0;
}


/* ==============================
   MARCA
   ============================== */

.site-footer__brand {
    position: relative;
    flex: 0 0 245px;
    padding-right: 35px;
}

.site-footer__brand::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, .45);
}

.site-footer__brand img {
    display: block;
    width: 164px;
    height: auto;
}

.site-footer__motto {
    margin: 14px 0 0 17px;
    color: var(--white);
    font-family: cursive;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.18;
    transform: rotate(-8deg);
}

.site-footer__motto::after {
    display: block;
    width: 58px;
    height: 3px;
    margin: 7px 0 0 42px;
    content: '';
    border-radius: 10px;
    background: var(--accent-green);
}
.site-footer__motto {
    font-family: 'Caveat', cursive;
    font-size: 2em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.02;
    transform: rotate(-6deg);
}
.site-footer__praga-title {
    font-family: 'Caveat', cursive !important;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: .88;
    text-align: right;
    transform: rotate(-4deg);
}
.site-footer__social-message {
    font-family: 'Caveat', cursive;
    font-size: 1.5em !important;
    font-weight: 500;
    line-height: 1.05;
}
/* ==============================
   COLUMNAS
   ============================== */

.site-footer__links {
    display: grid;
    grid-template-columns:
        minmax(150px, 1fr)
        minmax(220px, 1.25fr)
        minmax(200px, 1fr)
        190px;

    flex: 1;
    gap: 45px;
    padding-left: 48px;
}

.site-footer__group,
.site-footer__social {
    min-width: 0;
}


/* ==============================
   TITULOS
   ============================== */

.site-footer__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin: 0 0 11px;
    padding: 0;

    border: 0;
    color: var(--white);
    background: transparent;

    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;

    text-align: left;
}

.site-footer__heading--static {
    margin-bottom: 10px;
}


/* ==============================
   LINKS
   ============================== */

.site-footer__group ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer__group li + li {
    margin-top: 6px;
}

.site-footer__group a {
    color: rgba(255, 255, 255, .92);
    font-size: 11px;
    line-height: 1.25;
    text-decoration: none;
}

.site-footer__group a:hover,
.site-footer__bottom a:hover {
    color: var(--accent-green);
}


/* ==============================
   CONTACTO
   ============================== */

.site-footer__contact-icon {
    display: inline-block;
    width: 20px;
    color: var(--white);
    font-size: 14px;
    text-align: center;
}


/* ==============================
   REDES
   ============================== */

.site-footer__social {
    min-width: 0;
}

.site-footer__social-links {
    margin-top: 1em;
    display: flex;
    gap: 9px;
}

.site-footer__social-links a {
    display: grid;

    width: 30px;
    height: 30px;

    place-items: center;
    border-radius: 50%;

    color: var(--white);
    background: #1f6fc1;

    transition:
        transform .2s ease,
        background .2s ease;
}

.site-footer__social-links a:hover {
    background: var(--accent-green);
    transform: translateY(-2px);
}

.site-footer__social-links svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.site-footer__social-links rect,
.site-footer__social-links circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.site-footer__social-links .site-footer__svg-fill {
    fill: currentColor;
    stroke: 0;
}

.site-footer__social-message {
    margin: 11px 0 0;
    padding-top: 9px;

    border-top: 1px solid rgba(255, 255, 255, .55);

    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}


/* ==============================
   BARRA INFERIOR
   ============================== */

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .35);
    background: rgba(0, 25, 73, .82);
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 43px;

    color: rgba(255, 255, 255, .92);
    font-size: 10px;
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__bottom nav {
    display: flex;
    gap: 18px;
}

.site-footer__bottom a {
    color: inherit;
    text-decoration: none;
}

.site-footer__toggle {
    display: none;
}

/* ==============================
   CTA PRAGA
   ============================== */

.site-footer__praga {
    position: absolute;
    top: 18px;
    right: 32px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    pointer-events: none;
}

.site-footer__praga-title {
    color: var(--white);
    font-family: cursive;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: .95;
    text-align: right;
    transform: rotate(-5deg);
}

.site-footer__praga-line {
    display: block;
    width: 62px;
    height: 3px;
    margin-top: 7px;
    margin-right: 2px;

    border-radius: 10px;
    background: var(--accent-green);

    transform: rotate(-7deg);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1100px) {
    .main-nav__list {
        gap: 22px;
    }

    .site-header__actions {
        margin-left: 22px;
        gap: 14px;
    }

    .header-cta {
        padding-inline: 18px;
    }

    .hero__quick-links {
        width: 270px;
    }

    .hero__main {
        max-width: 650px;
    }
}

@media (max-width: 900px) {
    :root {
        --header-height: 82px;
    }

    .container {
        width: min(calc(100% - 40px), var(--container));
    }

    .menu-toggle {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 42px;
        height: 42px;
        margin-left: auto;
        padding: 8px;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .menu-toggle span:not(.screen-reader-text) {
        display: block;
        width: 25px;
        height: 2px;
        background: var(--esfecol-blue);
    }

    .main-nav {
        position: absolute;
        top: var(--header-height);
        left: 0;
        right: 0;
        display: none;
        padding: 22px 20px 28px;
        background: var(--white);
        box-shadow: 0 15px 30px rgba(0,0,0,.08);
    }

    .main-nav.is-open {
        display: block;
    }

    .main-nav__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .main-nav__list a {
        padding: 12px 0;
    }

    .site-header__actions {
        margin-left: 15px;
    }

    .header-divider,
    .search-toggle {
        display: none;
    }

    .hero__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .hero__quick-links {
        width: min(100%, 520px);
        margin-left: 0;
    }

    .hero__scroll {
        display: none;
    }
}

@media (max-width: 600px) {
    .container {
        width: min(calc(100% - 30px), var(--container));
    }

    .brand .custom-logo {
        max-width: 210px;
        max-height: 62px;
    }

    .brand__name {
        font-size: 27px;
    }

    .brand__tagline {
        display: none;
    }

    .header-cta {
        min-height: 46px;
        padding: 0 14px;
        border-radius: 9px;
    }

    .header-cta .arrow {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero__content {
        min-height: auto;
        padding-top: 55px;
        padding-bottom: 65px;
    }

    .hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(1, 38, 119, .97),
                rgba(1, 38, 119, .76)
            );
    }

    .hero h1 {
        font-size: clamp(42px, 13vw, 60px);
    }

    .hero__description {
        font-size: 16px;
    }

    .hero__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .hero__highlights {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-top: 48px;
    }

    .hero-highlight,
    .hero-highlight:last-child {
        padding: 0 0 18px;
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .hero-highlight:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .quick-link {
        min-height: 72px;
    }

    .site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__legal {
        align-items: flex-start;
    }
}

/* =========================================================
   HOMEPAGE SECTIONS — ESFECOL
========================================================= */

.section-eyebrow {
    margin: 0 0 20px;
    color: var(--esfecol-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.section-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 265px;
    min-height: 56px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    color: var(--white);
    background: var(--esfecol-blue);
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.section-button:hover {
    color: var(--white);
    background: var(--esfecol-navy);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(1, 38, 119, .16);
}

.section-button span:last-child {
    font-size: 21px;
    line-height: 1;
}

/* =========================================================
   WHY CZECH
========================================================= */

.why-czech {
    width: 100%;
    padding: 96px 0 100px;
    background: var(--white);
}

.why-czech__grid {
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.55fr);
    align-items: center;
    gap: clamp(50px, 6vw, 90px);
}

.why-czech__intro {
    max-width: 600px;
}

.why-czech h2 {
    max-width: 590px;
    margin: 0;
    color: var(--text);
    font-family: 'Manrope', sans-serif;
    font-size: clamp(40px, 4vw, 60px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.why-czech h2 span {
    color: var(--esfecol-blue);
}

.why-czech__description {
    max-width: 550px;
    margin: 28px 0 32px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.7;
}

.why-czech__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.benefit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    padding: 28px 18px;
    text-align: center;
    background: transparent;
    transition: transform .2s ease;
}

.benefit::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 2px;
    background: var(--esfecol-light);
}

.benefit:hover {
    transform: translateY(-4px);
}

.benefit__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 0 24px;
    border-radius: 14px;
    flex-shrink: 0;
}

.benefit__icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.benefit__icon--pink {
    color: var(--accent-pink);
    background: rgba(213, 0, 127, .10);
}

.benefit__icon--green {
    color: var(--accent-green);
    background: rgba(139, 203, 24, .12);
}

.benefit__icon--orange {
    color: var(--accent-orange);
    background: rgba(255, 151, 0, .11);
}

.benefit__icon--blue {
    color: var(--esfecol-blue);
    background: var(--esfecol-light);
}

.benefit h3 {
    max-width: 210px;
    margin: 0 0 11px;
    color: var(--esfecol-blue);
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.benefit p {
    max-width: 210px;
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   PRAGUE
========================================================= */

.prague-section {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 510px;
}

.prague-section__image {
    position: relative;
    min-height: 510px;
    overflow: hidden;
}

.prague-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.prague-section__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .35));
}

.prague-section__play {
    position: absolute;
    left: 50%;
    bottom: 42px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    transform: translateX(-50%);
}

.play-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    padding-left: 3px;
    border-radius: 50%;
    color: var(--esfecol-blue);
    background: var(--white);
    font-size: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .18);
}

.prague-section__content {
    display: flex;
    align-items: center;
    color: var(--white);
    background: var(--esfecol-blue);
}

.prague-section__content-inner {
    width: min(calc(100% - 100px), 560px);
    margin-inline: auto;
    padding: 70px 0;
}

.section-eyebrow--light {
    color: rgba(255, 255, 255, .78);
}

.prague-section__content h2 {
    margin: 0;
    color: var(--white);
    font-family: 'Manrope', sans-serif;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -.045em;
}

.prague-section__content h2 strong {
    display: block;
    font-weight: 800;
}

.prague-section__content p:not(.section-eyebrow) {
    max-width: 480px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.7;
}

.section-button--light {
    color: var(--esfecol-blue);
    background: var(--white);
}

.section-button--light:hover {
    color: var(--esfecol-blue);
    background: var(--off-white);
}

/* =========================================================
   PROGRAMS
========================================================= */

.programs {
    padding: 82px 0 78px;
    background: var(--off-white);
}

.programs__header {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.55fr);
    align-items: center;
    gap: 60px;
}

.programs__intro h2 {
    margin: 0;
    color: var(--text);
    font-family: 'Manrope', sans-serif;
    font-size: clamp(40px, 3.8vw, 56px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.05em;
}

.programs__intro h2 span {
    color: var(--esfecol-blue);
}

.programs__intro > p:not(.section-eyebrow) {
    max-width: 430px;
    margin: 22px 0 28px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.65;
}

.programs__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.program-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 290px;
    padding: 32px 25px 42px;
    border: 1px solid rgba(1, 38, 119, .07);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(1, 38, 119, .07);
    text-align: center;
    font-family: 'Manrope', sans-serif;
    transition: transform .2s ease, box-shadow .2s ease;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(1, 38, 119, .12);
}

.program-card__icon {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 25px;
    border-radius: 18px;
    flex-shrink: 0;
}

.program-card__icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.program-card__icon--blue {
    color: var(--esfecol-blue);
    background: var(--esfecol-light);
}

.program-card__icon--green {
    color: var(--accent-green);
    background: rgba(139, 203, 24, .12);
}

.program-card h3 {
    margin: 0 0 12px;
    color: var(--esfecol-blue);
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.program-card p {
    max-width: 220px;
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.55;
}

.program-card > a {
    padding: 0px 0px 3px 0px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--white);
    background: var(--esfecol-blue);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease;
}

.program-card > a:hover {
    color: var(--white);
    transform: scale(1.08);
}

/* =========================================================
   TESTIMONIALS
========================================================= */

.testimonials {
    padding: 0;
    background: var(--esfecol-light);
    font-family: 'Manrope', sans-serif;
}

.testimonials__inner {
    display: grid;
    grid-template-columns: minmax(200px, .72fr) minmax(360px, 1.35fr) minmax(300px, .9fr);
    align-items: center;
    min-height: 190px;
    gap: 35px;
}

.testimonials__title {
    position: relative;
}

.quote-mark {
    position: absolute;
    top: -13px;
    left: -4px;
    color: rgba(1, 38, 119, .07);
    font-family: Georgia, serif;
    font-size: 110px;
    line-height: 1;
}

.testimonials__title h2 {
    position: relative;
    margin: 0;
    color: var(--text);
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.testimonials__title h2 span {
    color: var(--esfecol-blue);
}

.testimonials__carousel {
    min-width: 0;
}

.testimonials__viewport {
    overflow: hidden;
}

.testimonials__track {
    display: flex;
    transition: transform .5s ease;
    will-change: transform;
}

.testimonial {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    gap: 22px;
}

.testimonial__content {
    flex: 1;
}

.testimonial__quote {
    margin: 0 0 15px;
    color: var(--text);
    font-size: 13px;
    line-height: 1.55;
}

.testimonial__author {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial__author strong {
    color: var(--text);
    font-size: 13px;
    font-weight: 800;
}

.testimonial__author span {
    color: var(--text-muted);
    font-size: 10px;
}

.testimonial__photo {
    position: relative;
    flex: 0 0 112px;
    width: 112px;
    height: 112px;
}

.testimonial__photo img {
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial__quote-icon {
    position: absolute;
    top: 0;
    right: -3px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--white);
    background: var(--esfecol-blue);
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 700;
}

.testimonials__controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.testimonial-control,
.testimonial-dot {
    border: 0;
    cursor: pointer;
}

.testimonial-control {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(1, 38, 119, .2);
    border-radius: 50%;
    color: var(--esfecol-blue);
    background: transparent;
    font-size: 18px;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.testimonial-control:hover,
.testimonial-control:focus-visible {
    border-color: var(--esfecol-blue);
    color: var(--white);
    background: var(--esfecol-blue);
    outline: none;
}

.testimonials__dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.testimonial-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 50%;
    background: rgba(1, 38, 119, .22);
    transition: width .2s ease, border-radius .2s ease, background-color .2s ease;
}

.testimonial-dot[aria-current="true"] {
    width: 20px;
    border-radius: 10px;
    background: var(--esfecol-blue);
}

.testimonial-dot:focus-visible {
    outline: 2px solid var(--esfecol-blue);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .testimonials__track,
    .testimonial-control,
    .testimonial-dot {
        transition: none;
    }
}

.testimonials__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.testimonial-stat {
    min-height: 105px;
    padding: 4px 25px;
    border-left: 1px solid rgba(1, 38, 119, .16);
    text-align: center;
}

.testimonial-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--esfecol-blue);
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}

.testimonial-stat span {
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.45;
}

/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {
    position: relative;
    overflow: hidden;
    padding: 28px 0;
    background:
        linear-gradient(90deg, rgba(0, 26, 82, .97), rgba(1, 38, 119, .91)),
        url('../images/praga.jpg') center / cover no-repeat;
    font-family: 'Manrope', sans-serif;
}

.final-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 110px;
}

.final-cta__eyebrow {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .27em;
}

.final-cta h2 {
    margin: 0 0 6px;
    color: var(--white);
    font-family: 'Manrope', sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.final-cta__content > div > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-width: 250px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 8px;
    color: var(--esfecol-blue);
    background: var(--white);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .13);
    transition: transform .2s ease, box-shadow .2s ease;
}

.final-cta__button:hover {
    color: var(--esfecol-blue);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
}

.final-cta__button span:last-child {
    font-size: 20px;
}

/* =========================================================
   HOMEPAGE RESPONSIVE
========================================================= */

@media (max-width: 1250px) {
    .why-czech__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .why-czech__intro {
        max-width: 760px;
    }

    .programs__header {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .programs__intro {
        max-width: 650px;
    }

    .testimonials__inner {
        grid-template-columns: .65fr 1.35fr;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .testimonials__stats {
        grid-column: 1 / -1;
        justify-self: end;
        width: 55%;
    }
}

@media (max-width: 900px) {
    .why-czech__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
    }

    .benefit {
        min-height: 230px;
    }

    .prague-section {
        grid-template-columns: 1fr;
    }

    .prague-section__image,
    .prague-section__content {
        min-height: 420px;
    }

    .prague-section__content-inner {
        width: min(calc(100% - 40px), 650px);
    }

    .programs__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .testimonials__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .testimonials__stats {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
    }

    .testimonial-stat:first-child {
        border-left: 0;
    }

    .final-cta__content {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
    }
}

@media (max-width: 600px) {
    .why-czech {
        padding: 65px 0 70px;
    }

    .why-czech__grid {
        gap: 45px;
    }

    .why-czech__benefits {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .benefit {
        min-height: 220px;
        padding: 25px 15px;
    }

    .benefit__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
    }

    .benefit__icon img {
        width: 27px;
        height: 27px;
    }

    .benefit h3 {
        max-width: 280px;
        font-size: 17px;
    }

    .benefit p {
        max-width: 280px;
        font-size: 14px;
    }

    .prague-section__image {
        min-height: 330px;
    }

    .prague-section__content {
        min-height: auto;
    }

    .prague-section__content-inner {
        width: min(calc(100% - 30px), 650px);
        padding: 65px 0;
    }

    .prague-section__play {
        bottom: 25px;
    }

    .programs {
        padding: 65px 0;
    }

    .programs__cards {
        grid-template-columns: 1fr;
    }

    .program-card {
        min-height: 260px;
    }

    .program-card__icon {
        width: 84px;
        height: 84px;
    }

    .program-card__icon img {
        width: 48px;
        height: 48px;
    }

    .program-card p {
        max-width: 260px;
    }

    .section-button {
        width: 100%;
        min-width: 0;
    }

    .testimonial {
        align-items: flex-start;
    }

    .testimonial__photo {
        flex-basis: 92px;
        width: 92px;
        height: 92px;
    }

    .testimonial__photo img {
        width: 92px;
        height: 92px;
    }

    .testimonial__quote-icon {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

    .testimonials__stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-stat {
        min-height: auto;
        padding: 0;
        border-left: 0;
    }

    .final-cta {
        padding: 38px 0;
    }

    .final-cta__button {
        width: 100%;
    }
}
