@font-face{
    font-family:"Myriad Pro";
    src:url("fonts/MyriadPro-Light.woff2") format("woff2");
    font-weight:300;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"Myriad Pro";
    src:url("fonts/MyriadPro-Regular.woff2") format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"Myriad Pro";
    src:url("fonts/MyriadPro-Semibold.woff2") format("woff2");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:"Myriad Pro";
    src:url("fonts/MyriadPro-Bold.woff2") format("woff2");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

.eka2026{
    -webkit-font-smoothing:antialiased;
    text-rendering:geometricPrecision;

    --eka-teal:#217f88;
    --eka-teal-dark:#1D7480;
    --eka-red:#c7224b;
    --eka-cream:#efe4bf;
    --eka-bg:#f9f7f0;
    --eka-text:#787878;

   /* max-width:860px; */
    margin:0 auto;
    background:var(--eka-bg);
    color:var(--eka-text);
    font-family:"Myriad Pro","Helvetica Neue",Arial,sans-serif;
    overflow:hidden;
}

.eka2026 *{
    box-sizing:border-box;
}

.eka2026 a{
    text-decoration:none;
}

.eka2026 h1,
.eka2026 h2{
    margin:0;
    color:var(--eka-teal);
    font-weight:700;
    line-height:1.03;
}

.eka2026 h2{
    font-size:42px;
}

.eka-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:160px;
    min-height:50px;
    padding:12px 28px;

    border-radius:3px;

    font-size:16px;
    line-height:1;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
}

.eka-btn--red{
    background:var(--eka-red);
    color:#ffffff;
}

.eka-btn--light{
    background:#ffffff;
    color:var(--eka-teal-dark);
}

.eka-btn--outline{
    border:1px solid var(--eka-teal);
    background:#ffffff;
    color:var(--eka-teal);
}

.eka-center{
    text-align:center;
}

/* HERO */

.eka-hero{
    position:relative;
    min-height:573px;
    background:#79b9bd;
}

.eka-hero__img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    margin: 0;
}

.eka-hero__shade{
    position:absolute;
    inset:0;
    background:rgba(18,116,124,.50);
}

.eka-hero__content{
    position:relative;
    z-index:1;
    min-height:573px;
    padding:88px 24px 50px;
}

.eka-badge{
    position:absolute;
    top:55px;
    left:50%;
    transform:translateX(-50%);
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:center;

    width:max-content;
    min-height:46px;
    padding: 12px 30px;

    background:var(--eka-cream);
    color:var(--eka-teal);
    border-radius:6px;

    font-size:24px;
    line-height:1;
    font-weight:700;
    letter-spacing:.2px;
    white-space:nowrap;
}

.eka-hero h1{
    margin-top:188px;

    color:#ffffff;
    font-size:47px;
    line-height:1.08;
    font-weight:700;
    letter-spacing:0;
}

.eka-hero p{
    margin:42px 0 0;

    color:#ffffff;
    font-size:30px;
    line-height:1.22;
    font-weight:400;
    letter-spacing:0;
}

.eka-hero .eka-btn{
    position:absolute;
    right:24px;
    bottom:50px;

    width:255px;
    height:62px;

    border-radius:5px;

    font-size:25px;
    font-weight:700;
}

/* TOP CARDS */

.eka-action-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:45px;

    padding:47px 24px 26px;
    background:#ffffff;
}

.eka-help-card{
    min-height:149px;
    padding:18px 22px;

    border:1px solid #2f8c94;
    border-radius:4px;
    background:#ffffff;
    color:var(--eka-teal);

    text-align:center;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    overflow:visible;
}

.eka-help-card--cream{
    background:var(--eka-cream);
    border-color:var(--eka-cream);
}

.eka-help-card strong{
    display:block;

    font-size:28px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:0;
}

.eka-help-card small{
    display:block;
    max-width:330px;
    margin-top:8px;

    color:var(--eka-teal);
    font-size:18px;
    line-height:1.2;
    font-weight:300;
}

.eka-icon-img{
    display:block;
    object-fit:contain;
    object-position:center;
    margin:0 auto 16px !important;
    overflow:visible;
}

.eka-icon-img--choice{
    width:72px;
    height:72px;
}

.eka-icon-img--testdrive{
    width:78px;
    height:70px;
}

/* CONTENT SECTIONS */

.eka-intro{
    padding:30px 20px;
    background:#ffffff;
    text-align:center;
}

.eka-intro h2{
    font-size:56px;
}

.eka-intro p{
    margin:22px 0 0;
    color:#999999;
    font-size:20px;
    line-height:1.4;
}

.eka-quote{
    position:relative;
    padding:100px 72px 120px 145px;
    background:#ffffff;
    overflow:hidden;
}

.eka-quote:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:150px;
    opacity:.45;
    background:repeating-linear-gradient(30deg,transparent 0 42px,rgba(197,167,80,.35) 43px,transparent 44px);
}

.eka-quote__corner{
    position:absolute;
    z-index:2;
    width:165px;
    height:160px;
    color:var(--eka-teal);
    pointer-events:none;
}

.eka-quote__corner:before{
    content:"";
    position:absolute;
    width:90px;
    height:3px;
    background:currentColor;
}

.eka-quote__corner:after{
    content:"";
    position:absolute;
    width:3px;
    height:95px;
    background:currentColor;
}

.eka-quote__corner--left{
    left:65px;
    top:72px;
}

.eka-quote__corner--left:before{
    left:48px;
    top:18px;
}

.eka-quote__corner--left:after{
    left:18px;
    top:48px;
}

.eka-quote__corner--right{
    right:56px;
    bottom:78px;
}

.eka-quote__corner--right:before{
    right:48px;
    bottom:18px;
}

.eka-quote__corner--right:after{
    right:18px;
    bottom:48px;
}

.eka-quote__corner--left .eka-quote__glyph,
.eka-quote__corner--right .eka-quote__glyph{
    display:none;
}

.eka-quote__corner--left,
.eka-quote__corner--right{
    font-family:Georgia, "Times New Roman", serif;
}

.eka-quote__corner--left{
    --quote-content:"“";
}

.eka-quote__corner--right{
    --quote-content:"”";
}

.eka-quote__corner span{
    display:none;
}

.eka-quote__corner--left > *,
.eka-quote__corner--right > *{
    display:none;
}

.eka-quote__corner--left{
    text-indent:0;
}

.eka-quote__corner--left::marker,
.eka-quote__corner--right::marker{
    content:"";
}

.eka-quote__corner--left{
    background:
        radial-gradient(circle at 11px 20px, currentColor 0 8px, transparent 9px),
        radial-gradient(circle at 35px 20px, currentColor 0 8px, transparent 9px);
}

.eka-quote__corner--right{
    background:
        radial-gradient(circle at 130px 140px, currentColor 0 8px, transparent 9px),
        radial-gradient(circle at 154px 140px, currentColor 0 8px, transparent 9px);
}

.eka-quote h2{
    font-size:44px;
    position:relative;
    z-index:1;
}

.eka-quote h2 span{
    color:#777777;
}

.eka-quote p{
    max-width:610px;
    margin:28px 0 0;
    position:relative;
    z-index:1;

    color:#999999;
    font-size:18px;
    line-height:1.35;
}

.eka-graduate{
    padding:0 24px 42px;
    background:
        linear-gradient(to bottom, transparent 0 52%, var(--eka-teal) 52% 100%),
        #ffffff url("../img/2026/graduate-bg.svg") left top / 100% auto no-repeat;
    color:#ffffff;
    text-align:center;
}

#contentCentr .eka-graduate img{
    position:relative;
    z-index:1;
    display:block;
    width:100%;
    margin:0 auto;
    border-radius:4px;
}

.eka-graduate__label{
    position:relative;
    z-index:1;
    display:inline-block;
    margin-top:20px;
    padding:4px 22px;

    background:var(--eka-cream);
    color:var(--eka-teal);

    font-size:58px;
    font-weight:600;
}

.eka-graduate p{
    position:relative;
    z-index:1;
    margin:20px 0 0;
    color:#ffffff;
    font-size:21px;
}

.eka-programs{
    padding:55px 24px 25px;
    background:#ffffff;
    text-align:center;
}

.eka-programs p{
    color:#999999;
    font-size:19px;
    line-height:1.35;
}

.eka-fields{
    position:relative;
    max-width:680px;
    margin:45px auto 0;

    display:flex;
    flex-wrap:wrap;
    gap:18px;
    justify-content:center;
}

/*.eka-fields:before{
    content:"";
    position:absolute;
    left:-20px;
    right:-20px;
    top:82px;
    height:88px;

    border-radius:4px;
    background:var(--eka-cream);
}*/

.eka-fields a{
    position:relative;
    z-index:1;

    width:140px;
    height:150px;
    padding:17px 10px 14px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    background:var(--eka-teal);
    color:#ffffff;
    border-radius:4px;

    font-size:16px;
    line-height:1.1;
}

.eka-fields span{
    width:64px;
    height:64px;
    margin-bottom:13px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#ffffff;
    color:var(--eka-teal);

    font-size:34px;
}

.eka-list-section{
    padding:22px 24px 0;
}

.eka-list-section h2{
    margin:0 0 15px;
    font-size:42px;
}



.eka-program-link{
    position:relative;
    display:block;

    margin:0 0 20px;
    padding:18px 64px 18px 22px;

    border:1px solid #60adb2;
    background:#ffffff;
    border-radius:3px;

    color:var(--eka-teal);
    font-size:19px;
}

.eka-program-link:after,
.eka-later-link:after{
    content:"";
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);

    width:46px;
    height:46px;

    background:url("../img/2026/arrow.svg") center/contain no-repeat;
}

.eka-college h2{
    color:#806e5b;
}

.eka-program-link--college{
    border-color:#d95578;
}
.eka-program-link--college:hover {
    border-color:#BB2A51 !important;
}

.eka-program-link--college:after{
    content:"";

    width:72px;
    height:72px;

    background:url('../img/2026/ak-logo.png') center/contain no-repeat transparent;
}

.eka-program-link--eka:after{
    border-radius:0;
    width:72px;
    height:42px;

    background:url('../img/2026/eka-logo.png') center/contain no-repeat transparent;
}

.eka-college .eka-btn{
    width:260px;
    margin:18px 0 50px;
}

.eka-grant{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    align-items:center;

    margin:35px 0 70px;
    background:#f9f7f0;
    color:#ffffff;
}

.eka-grant:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    z-index:0;
    width:70%;
    background:#1f7580;
}

.eka-grant>div{
    position:relative;
    z-index:1;
    padding:38px 24px;
}

.eka-grant h2{
    color:#ffffff;
    font-size:42px;
}

.eka-grant p{
    color:#dcebee;
    font-size:18px;
    line-height:1.45;
    margin: 40px 0;
}

#contentCentr .eka-grant img{
    position:relative;
    z-index:1;
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:4px 0 0 4px;
}

.eka-finance{
    padding:0 24px 60px;
    background:#f9f7f0;
}

.eka-finance h2{
    font-size:42px;
}

.eka-lead{
    margin-top:5px;
    color:#6aa2a6;
    font-size:31px;
    font-weight: 300;
}

.eka-finance__body{
    display:grid;
    grid-template-columns:190px 1fr;
    gap:24px;
    align-items:center;
}

.eka-finance__body img{
    width:230px;
    margin-left:-34px;
    transform:translateY(-54px);
    max-width: none;
}

.eka-finance__body p{
    font-size:18px;
    line-height:1.35;
}

.eka-chip-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin:18px 0;
}

.eka-chip-row span{
    padding:16px 16px;

    background:var(--eka-teal);
    color:#ffffff;
    border-radius:3px;

    text-align:center;
    font-size:24px;
    line-height:1.2;
}

.eka-schedule{
    padding:48px 24px 20px;
    background:#f9f7f0;
}

.eka-schedule + .eka-action-row{
    background:#f9f7f0;
}

.eka-title-line{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.eka-title-line h2{
    font-size:56px;
}

.eka-schedule>p{
    font-size:24px;
    line-height:1.25;
}

.eka-schedule>p strong{
    color:var(--eka-teal-dark);
}

.eka-schedule-list{
    display:grid;
    gap:20px;
    margin-top:35px;
}

.eka-schedule-list div{
    position:relative;

    min-height:110px;
    padding:20px 24px 20px 110px;

    border:1px solid #2f8c94;
    border-radius:4px;
    background:#ffffff;
    color:var(--eka-teal);
}

.eka-schedule-list span{
    position:absolute;
    left:30px;
    top:25px;

    font-size:50px;
}

.eka-schedule-list b{
    display:block;

    font-size:28px;
    font-weight:400;
}

.eka-schedule-list small{
    display:block;
    margin-top:3px;

    color:#519ca1;
    font-size:22px;
}

.eka-comfort{
    padding:0 24px 55px;

    background:#f9f7f0;
    color:#999999;

    text-align:right;
    font-size:27px;
    line-height:1.25;
}

.eka-comfort strong{
    color:var(--eka-teal);
    font-weight:400;
}

.eka-distance{
    position:relative;
    padding:0 24px 115px;
    overflow:hidden;
    background:linear-gradient(to bottom, #f9f7f0 0 50%, #ffffff 50% 100%);
}

.eka-distance:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    height:30%;
    background:url("../img/2026/graduate-bg-top.svg") left bottom / 100% auto no-repeat;
}

.eka-distance__box{
    position:relative;
    z-index:2;

    max-width:820px;
    padding:42px 48px;

    background:var(--eka-teal);
    color:#ffffff;
    border-radius:4px;
}

.eka-distance__box:before{
    content:"";
    position:absolute;
    left:38px;
    top:24px;
    width:172px;
    height:126px;
    background:url("../img/2026/talmaciba.svg") left top / contain no-repeat;
}

.eka-distance__box h2{
    margin-left:228px;
    color:#ffffff;
    text-align:left;
    font-size:54px;
}

.eka-distance__box h2 + p{
    margin-left:228px;
    margin-bottom: 40px;
}

.eka-distance__box p{
    font-size:27px;
    line-height:1.3;
}

.eka-distance__box ul + p {
    margin-bottom: 40px;
}

#contentCentr .eka-distance__box ul{
    padding-left:20px;
    list-style:none;

    font-size:25px;
    line-height:1.6;
}

#contentCentr .eka-distance__box li:before{
    content:"✓";
    margin-right:12px;
    color:var(--eka-cream);
    font-size: 31px;
    line-height: 1.35;
    font-weight: 300;
}

.eka-note{
    position:relative;
    z-index:3;

    width:420px;
    margin:-55px -24px 0 auto;
    padding:25px 45px;

    background:var(--eka-cream);
    color:var(--eka-teal);
    border-radius:3px;

    text-align:center;
    font-size:27px;
}

.eka-later{
    position:relative;
    overflow:hidden;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:32px;

    padding:40px 24px 110px;
    background:#ffffff;
}

.eka-later:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:0;
    height:60%;
    background:url("../img/2026/graduate-bg-bottom.svg") left top / 100% auto no-repeat;
}

.eka-later>*{
    position:relative;
    z-index:1;
}

.eka-later h2{
    font-size:54px;
}

.eka-later p{
    font-size:20px;
    line-height:1.35;
}

.eka-later p strong{
    color:var(--eka-teal);
    font-weight:400;
}

.eka-later-link{
    position:relative;
    display:block;

    margin:35px 0 0;
    padding:22px 70px 22px 24px;

    background:var(--eka-cream);
    color:var(--eka-teal);
    border-radius:4px;

    font-size:20px;
}

.eka-later img{
    width:100%;
    align-self:end;
}

.eka-later__note{
    position:absolute;
    right:0;
    bottom:45px;

    width:580px;
    padding:22px 34px;

    background:var(--eka-cream);
    color:#999999;

    font-size:22px;
}

.eka-later__note strong{
    color:var(--eka-teal);
    font-weight:400;
}

@media (min-width:721px){
    .eka-later{
        grid-template-columns:365px 1fr;
        gap:28px;
        padding:30px 24px 166px 24px;
    }

    .eka-later img{
        margin-top:84px;
        margin-bottom: 0 !important;
        align-self:start;
    }

    .eka-later__note{
        right:0;
        bottom:44px;
        width:545px;
        padding:18px 26px 20px;
        text-align:left;
    }
}

.eka-alumni{
    position:relative;
    min-height:720px;
    background:#111111;
}

.eka-alumni img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    margin: 0 !important;
}

.eka-alumni__card{
    position:relative;
    z-index:1;
    top:70px;

    width:430px;
    padding:40px 24px;

    background:var(--eka-teal);
    color:#ffffff;
    border-radius:4px;
}

.eka-alumni__card h2{
    color:#ffffff;
    font-size:52px;
}

.eka-alumni__card p{
    color:#ffffff;
    font-size:23px;
    line-height:1.45;
}

.eka-stats{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:28px;

    padding:28px 24px;
    background:var(--eka-teal);
}

.eka-stats div{
    position:relative;

    min-height:104px;
    padding: 20px 10px 18px 95px;

    background:#ffffff;
    border-radius:4px;
    color:var(--eka-teal);
}

.eka-stats span{
    position:absolute;
    left:22px;
    top:20px;

    font-size:36px;
}

.eka-stats small{
    display:block;

    color:#6aa2a6;
    font-size:18px;
}

.eka-stats strong{
    display:inline-flex;
    align-items:baseline;
    white-space:nowrap;

    font-size:42px;
    line-height:1;
}

.eka-stats em{
    margin-left:8px;
    font-style:normal;
    font-size:15px;
}

/* MOBILE */

@media (max-width:720px){

    .eka2026 h2{
        font-size:34px;
    }

    .eka-hero{
        min-height:560px;
    }

    .eka-hero__content{
        min-height:560px;
        padding:48px 18px 20px;
    }

    .eka-badge{
        top:34px;
        width:calc(100% - 36px);
        max-width:390px;
        min-height:42px;
        padding:0 16px;

        font-size:14px;
        white-space:normal;
        text-align:center;
    }

    .eka-hero h1{
        margin-top:210px;
        font-size:35px;
        letter-spacing:0;
    }

    .eka-hero p{
        margin-top:28px;
        font-size:20px;
    }

    .eka-hero .eka-btn{
        position:static;

        width:100%;
        height:56px;
        margin-top:30px;

        font-size:22px;
    }

    .eka-action-row{
        grid-template-columns:1fr;
        gap:16px;

        padding:24px 18px;
        background:#ffffff;
    }

    .eka-intro{
        padding:38px 18px;
    }

    .eka-quote{
        padding:30px 26px;
    }

    .eka-quote h2{
        font-size:34px;
    }

    .eka-quote p{
        margin-left:0;
    }

    .eka-graduate{
        padding:0 18px 28px;
    }

    .eka-graduate__label{
        font-size:30px;
    }

    .eka-fields a{
        width:138px;
    }

    .eka-list-section{
        padding-left:18px;
        padding-right:18px;
    }

    .eka-program-link{
        font-size:17px;
    }

    .eka-grant,
    .eka-finance__body,
    .eka-later{
        grid-template-columns:1fr;
    }

    .eka-grant:before{
        width:100%;
    }

    .eka-grant img{
        order:-1;
        height:auto;
    }

    .eka-finance__body img{
        display:none;
    }

    .eka-chip-row{
        grid-template-columns:1fr;
    }

    .eka-title-line{
        display:block;
    }

    .eka-title-line .eka-btn{
        width:100%;
        margin-top:20px;
        margin-bottom: 14px;
    }

    .eka-title-line h2{
        font-size:42px;
    }

    .eka-schedule-list div{
        padding-left:82px;
    }

    .eka-schedule-list b{
        font-size:23px;
    }

    .eka-schedule-list small{
        font-size:18px;
    }

    .eka-schedule-list span{
        left:22px;
        font-size:40px;
    }

    .eka-comfort{
        text-align:left;
        font-size:21px;
    }

    .eka-distance__box{
        padding:118px 22px 28px;
    }

    .eka-distance__box:before{
        left:22px;
        top:28px;
        width:112px;
        height:82px;
    }

    .eka-distance__box h2{
        margin-left:0;
        font-size:40px;
    }

    .eka-distance__box h2 + p{
        margin-left:0;
    }

    .eka-distance__box p,
    .eka-distance__box ul{
        font-size:20px;
    }

    .eka-note{
        width:auto;
        margin:18px 0 0;
        font-size:21px;
    }

    .eka-later__note{
        position:static;
        width:auto;
        grid-column:auto;
        font-size:19px;
    }

    .eka-alumni__card{
        top:35px;
        width:86%;
        padding:28px 22px;
    }

    .eka-alumni__card h2{
        font-size:40px;
    }

    .eka-alumni__card p{
        font-size:19px;
    }

    .eka-stats{
        grid-template-columns:1fr;
        gap:16px;
    }

    .eka-help-card strong{
        font-size:22px;
    }
}

.eka-field-icon{
    background:#ffffff center/38px 38px no-repeat !important;
}

.eka-field-icon--management{background-image:url("../img/2026/icon-management.svg") !important;}
.eka-field-icon--business{background-image:url("../img/2026/icon-business.svg") !important;}
.eka-field-icon--law{background-image:url("../img/2026/icon-law.svg") !important;}
.eka-field-icon--game{background-image:url("../img/2026/icon-game.svg") !important;}
.eka-field-icon--design{background-image:url("../img/2026/icon-design.svg") !important;}

.eka-schedule-icon{
    width:50px;
    height:50px;
    background:center/50px 50px no-repeat !important;
}

.eka-schedule-icon--clock{background-image:url("../img/2026/1_Darba.svg") !important;}
.eka-schedule-icon--saturday{background-image:url("../img/2026/2_sestd.svg") !important;}
.eka-schedule-icon--online{background-image:url("../img/2026/3_2_tiessait.svg") !important;}
.eka-schedule-icon--home{background-image:url("../img/2026/4_jebkur.svg") !important;}

.eka-stat-icon{
    width:60px;
    height:60px;
    display:block;
    background:center/60px 60px no-repeat;
}

.eka-stat-icon--people{background-image:url("../img/2026/1_3000.svg");}
.eka-stat-icon--globe{background-image:url("../img/2026/2_30.svg");}
.eka-stat-icon--briefcase{background-image:url("../img/2026/3_20.svg");}

/* Corrections from EKA WEB PALAGS INFO.docx */
.eka2026{
    --eka-teal:#207580;
    --eka-teal-dark:#207580;
    --eka-red:#C02344;
    --eka-cream:#E8DFC2;
}

.eka2026 h2{
    font-size:63px;
    line-height:1.04;
}

.eka-btn{
    min-height:62px;
    padding:14px 34px;
    font-size:26px;
    line-height:1.14;
    min-width:260px;
}

.eka-help-card strong{
    font-size:33px;
    line-height:1.14;
}

.eka-help-card small{
    font-size:21px;
    line-height:1.17;
}

@media (min-width:721px){
    .eka-help-card{
        padding-left:12px;
        padding-right:12px;
    }

    .eka-help-card strong{
        white-space:nowrap;
    }
}

.eka-program-link,
.eka-later-link,
.eka-fields a{
    font-size:27px;
    line-height:1.12;
}

.eka-intro p,
.eka-quote p,
.eka-graduate p,
.eka-programs p,
.eka-grant p,
.eka-finance__body p,
.eka-schedule>p,
.eka-comfort,
.eka-distance__box p,
.eka-distance__box ul,
.eka-later p,
.eka-later__note,
.eka-alumni__card p{
    font-size:31px;
    line-height:1.35;
    font-weight:300;
}

.eka-action-row{
    gap:42px;
    padding-top:70px;
    padding-bottom:30px;
}

.eka-quote{
    padding-top:80px;
    padding-bottom:95px;
}

.eka-list-section{
    padding-top:70px;
}

.eka-program-link{
    min-height:78px;
    display:flex;
    align-items:center;
}

.eka-title-line h2,
.eka-intro h2,
.eka-distance__box h2,
.eka-later h2,
.eka-alumni__card h2{
    font-size:63px;
}

@media (max-width:720px){
    .eka2026 h2,
    .eka-title-line h2,
    .eka-intro h2,
    .eka-distance__box h2,
    .eka-later h2,
    .eka-alumni__card h2{
        font-size:38px;
    }

    .eka-btn{
        min-height:56px;
        font-size:22px;
        width: 100%;
        min-width: unset;
    }

    .eka-help-card strong{
        font-size:24px;
    }

    .eka-help-card small,
    .eka-program-link,
    .eka-later-link,
    .eka-fields a,
    .eka-chip-row span{
        font-size:18px;
    }

    .eka-intro p,
    .eka-quote p,
    .eka-graduate p,
    .eka-programs p,
    .eka-grant p,
    .eka-finance__body p,
    .eka-schedule>p,
    .eka-comfort,
    .eka-distance__box p,
    .eka-distance__box ul,
    .eka-later p,
    .eka-later__note,
    .eka-alumni__card p{
        font-size:20px;
    }

    .eka-intro,
    .eka-programs{
        padding-top:42px;
        padding-bottom:4px;
    }

    .eka-action-row{
        gap:18px;
        padding-top:28px;
        padding-bottom:28px;
    }

    .eka-list-section{
        padding-top:38px;
    }

    .eka-program-link{
        margin-bottom:20px;
        min-height:0;
    }

    #contentCentr .eka-distance__box ul {
    font-size: 20px;
}

}

/* Methodology quote decoration from AI */
.eka-quote{
    padding-left:145px;
    padding-right:72px;
    padding-top:72px;
}

.eka-quote__corner{
    position:absolute;
    z-index:2;
    width:148px;
    height:145px;
    color:var(--eka-teal);
    background:center/contain no-repeat;
    pointer-events:none;
}

.eka-quote__corner:before,
.eka-quote__corner:after,
.eka-quote__corner span{
    display:none;
}

.eka-quote__corner--left{
    left:65px;
    top:10px;
    background-image:url("../img/2026/quote-corner-left.svg");
}

.eka-quote__corner--right{
    right:54px;
    bottom:38px;
    background-image:url("../img/2026/quote-corner-right.svg");
}

.eka-quote:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    height:430px;
    opacity:1;
    background:url("../img/2026/graduate-bg.svg") left top / 100% auto no-repeat;
}

.eka-quote h2,
.eka-quote p{
    position:relative;
    z-index:1;
}

@media (max-width:720px){
    .eka-quote{
        padding:86px 26px 82px 62px;
    }

    .eka-quote__corner{
        transform:scale(.62);
        transform-origin:top left;
    }

    .eka-quote__corner--left{
        left:24px;
        top:34px;
    }

    .eka-quote__corner--right{
        right:12px;
        bottom:24px;
        transform-origin:bottom right;
    }

    .eka-quote:after{
        background-position:left bottom;
        background-size:180% auto;
    }

    .eka-graduate{
        background:
            linear-gradient(to bottom, transparent 0 46%, var(--eka-teal) 46% 100%),
            #ffffff url("../img/2026/graduate-bg.svg") left bottom / 180% auto no-repeat;
    }
}

/* Larger study field cards with SVG icons from the AI asset export */
.eka-fields{
    max-width:760px;
    margin-top:58px;
    gap:42px 40px;
}
/*
.eka-fields:before{
    left:50%;
    right:auto;
    top:180px;
    width:min(810px, calc(100vw - 50px));
    height:118px;
    transform:translateX(-50%);
    border-radius:5px;
}
*/
.eka-fields a{
    width:188px;
    height:220px;
    padding:24px 18px 20px;
    justify-content:flex-start;
    border-radius:5px;
    font-size:28px;
    line-height:1.02;
    text-align:center;
}

.eka-fields span{
    width:92px;
    height:92px;
    margin-bottom:28px;
}

.eka-field-icon{
    background:#ffffff center/64px 64px no-repeat !important;
}

.eka-field-icon--management{background-image:url("../img/2026/vadiba un ekonom.svg") !important;}
.eka-field-icon--business{background-image:url("../img/2026/buszness un mark.svg") !important;}
.eka-field-icon--law{background-image:url("../img/2026/law_picto.svg") !important;}
.eka-field-icon--game{background-image:url("../img/2026/Datorspe.svg") !important;}
.eka-field-icon--design{background-image:url("../img/2026/dizains un kul.svg") !important;}

@media (max-width:720px){
    .eka-program-link:after,
    .eka-later-link:after{
        right:12px;
        width:34px;
        height:34px;
    }
    .eka-program-link--college:after{
        right:12px;
        width:42px;
        height:42px;
    }
    .eka-program-link--eka:after:after{
        right:8px;
        width:62px;
        height:42px;
    }

    .eka-fields{
        max-width:360px;
        margin-top:34px;
        gap:18px;
    }

    .eka-fields:before{
        top:124px;
        width:calc(100vw - 36px);
        height:86px;
    }                                                                                                             14


    .eka-fields a{
        width:154px;
        height:178px;
        padding:18px 12px 16px;
        font-size:20px;
        line-height:1.06;
    }

    .eka-fields span{
        width:72px;
        height:72px;
        margin-bottom:18px;
    }

    .eka-field-icon{
        background-size:50px 50px !important;
    }
}

/* Program sections: white title band, blue list background from AI */
.eka-list-section{
    padding:0 24px 24px;
    background:#c8dde0;
}

.eka-list-section + .eka-list-section{
    background:#f9f7f0;
}

.eka-list-section h2{
    margin:0 -24px 22px;
    padding:35px 24px 8px;
    background:#ffffff;
}

.eka-list-section + .eka-list-section h2{
    padding-top:38px;
}

.eka-list-section .eka-program-link:last-of-type{
    margin-bottom:0;
}

.eka-college .eka-btn{
    margin-bottom:32px;
}

@media (max-width:720px){
    .eka-list-section{
        padding:0 16px 22px;
    }

    .eka-list-section h2{
        margin:0 -16px 18px;
        padding:18px 16px 8px;
    }

    .eka-list-section + .eka-list-section h2{
        padding-top:30px;
    }
}

@media (min-width:721px){
    .eka-schedule .eka-title-line .eka-btn{
        width:260px;
    }
}

@media (max-width:720px){
    .eka-alumni{
        min-height:500px;
    }

    .eka-later img {
        display: none;
    }

    .eka-distance {
        padding-bottom: 20px;
    }

    .eka-btn--outline {
        width: 100%;
    }
}

/* Modern interaction layer aligned with eka-ui.css */
.eka-btn,
.eka-help-card,
.eka-fields a,
.eka-fields .prog_virz,
.eka-program-link,
.eka-later-link{
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        background-color .18s ease,
        color .18s ease,
        filter .18s ease;
}

.eka-btn{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(17,36,51,.10);
}

.eka-btn:before{
    content:"";
    position:absolute;
    inset:0;
    opacity:0;
    background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
    transition:opacity .18s ease;
    pointer-events:none;
}

.eka-btn:hover{
    transform:translateY(-2px);
    filter:brightness(1.03);
    box-shadow:0 16px 32px rgba(17,36,51,.16);
}

.eka-btn:hover:before{
    opacity:1;
}

.eka-btn:active{
    transform:translateY(0);
    box-shadow:0 8px 18px rgba(17,36,51,.12);
}

.eka-btn--red:hover{
    box-shadow:0 18px 34px rgba(192,35,68,.30);
}

.eka-btn--light:hover,
.eka-btn--outline:hover{
    background:#f7fbfb;
    box-shadow:0 16px 30px rgba(32,117,128,.18);
}

.eka-grant .eka-btn--light:hover,
.eka-distance__box .eka-btn--light:hover,
.eka-alumni__card .eka-btn--light:hover{
    background:var(--eka-cream);
    color:#155a63;
    filter:none;
    box-shadow:0 18px 34px rgba(0,0,0,.22);
}

.eka-grant .eka-btn--light:hover:before,
.eka-distance__box .eka-btn--light:hover:before,
.eka-alumni__card .eka-btn--light:hover:before{
    opacity:0;
}

.eka-help-card:hover,
.eka-fields a:hover,
.eka-program-link:hover,
.eka-later-link:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(17,36,51,.12);
}

.eka-program-link:hover,
.eka-later-link:hover{
    border-color:var(--eka-teal);
    background:#ffffff;
}

.eka-program-link:after,
.eka-later-link:after{
    transition:transform .18s ease, filter .18s ease;
}

.eka-program-link:hover:after,
.eka-later-link:hover:after{
    transform:translate(4px,-50%);
    filter:brightness(1.04);
}

.eka-fields a:hover{
    filter:brightness(1.04);
}

.eka-btn:focus-visible,
.eka-help-card:focus-visible,
.eka-fields a:focus-visible,
.eka-program-link:focus-visible,
.eka-later-link:focus-visible{
    outline:3px solid rgba(192,35,68,.34);
    outline-offset:4px;
}

@media (prefers-reduced-motion:reduce){
    .eka-btn,
    .eka-btn:before,
    .eka-help-card,
    .eka-fields a,
    .eka-program-link,
    .eka-later-link,
    .eka-program-link:after,
    .eka-later-link:after{
        transition:none;
    }

    .eka-btn:hover,
    .eka-help-card:hover,
    .eka-fields a:hover,
    .eka-program-link:hover,
    .eka-later-link:hover{
        transform:none;
    }

    .eka-program-link:hover:after,
    .eka-later-link:hover:after{
        transform:translateY(-50%);
    }
}

.eka-btn--teal{
    background:var(--eka-teal);
    color:#ffffff;
}

.eka-quote-more{
    padding:0 24px 48px;
    background:#ffffff;
    text-align:center;
}

.eka-btn--teal:hover{
    background:#155f68;
    box-shadow:0 18px 34px rgba(32,117,128,.28);
}

.eka-quote{
    overflow:visible;
}

.eka-quote:after{
    bottom:-110px;
    height:430px;
    background-position:left bottom;
}

.eka-quote-more{
    position:relative;
    z-index:2;
    background:#ffffff url("../img/2026/graduate-bg.svg") left bottom / 100% auto no-repeat;
}

.eka-quote-more .eka-btn{
    position:relative;
    z-index:3;
}
@media (max-width: 720px) {
    .eka-quote-more {
        background-position: left bottom;
        background-size: 180% auto;
    }
    .eka-quote::after {
        bottom: -104px;
    }
}

@media (min-width:721px){
    .eka-action-row{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        align-items:stretch;
    }

    .eka-help-card{
        width:100%;
        min-height:190px;
        height:100%;
        min-width:0;
        padding:20px 18px;
    }

    .eka-help-card strong{
        font-size:30px;
        line-height:1.08;
        white-space:normal;
    }

    .eka-help-card small{
        max-width:315px;
        font-size:19px;
        line-height:1.15;
    }

    .eka-icon-img{
        margin-bottom:14px;
    }
}

/* Mobile fields: two separate cards per row, last card centered */
@media (max-width:720px){
    .eka-fields{
        display:grid;
        grid-template-columns:repeat(2, 154px);
        justify-content:center;
        column-gap:18px;
        row-gap:18px;
        max-width:342px;
    }

    .eka-fields a,
    .eka-fields .prog_virz{
        width:154px;
        max-width:154px;
        justify-self:center;
    }

    .eka-fields a:nth-child(5){
        grid-column:1 / -1;
    }

    .eka-graduate__label {
        margin-top: 12px;
    }
}

.eka-fields .prog_virz{
    width:188px;
    height:220px;
    padding:24px 18px 20px;
    justify-content:flex-start;
    border-radius:5px;
    font-size:28px;
    line-height:1.02;
    text-align:center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--eka-teal);
    color: #ffffff;
    font-weight: 600
}

.eka-fields .prog_virz:hover{
    filter: brightness(1.04);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(17,36,51,.12);

}

/* Shared popup for Zoho forms opened from EKA help cards */
body.eka-modal-open{
    overflow:hidden;
}

.eka-form-modal[hidden]{
    display:none;
}

.eka-form-modal{
    position:fixed;
    inset:0;
    z-index:200000;
    display:grid;
    place-items:center;
    padding:18px;
}

.eka-form-modal__backdrop{
    position:absolute;
    inset:0;
    background:rgba(17,17,17,.72);
}

.eka-form-modal__panel{
    position:relative;
    z-index:1;
    width:min(760px, 100%);
    height:min(820px, 90vh);
    padding-top:58px;
    overflow:hidden;
    border-radius:6px;
    background:#ffffff;
    box-shadow:0 24px 70px rgba(0,0,0,.32);
}

.eka-form-modal__title{
    position:absolute;
    top:17px;
    left:22px;
    right:70px;
    margin:0;
    overflow:hidden;
    color:#155a63;
    font-family:"Myriad Pro","Helvetica Neue",Arial,sans-serif;
    font-size:22px;
    font-weight:600;
    line-height:1.15;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.eka-form-modal__close{
    position:absolute;
    top:8px;
    right:10px;
    z-index:2;
    width:42px;
    height:42px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#207580;
    color:#ffffff;
    cursor:pointer;
    font:300 32px/40px Arial,sans-serif;
}

.eka-form-modal__close:hover{
    background:#155a63;
}

.eka-form-modal__close:focus-visible{
    outline:3px solid rgba(32,117,128,.35);
    outline-offset:3px;
}

.eka-form-modal__frame{
    display:block;
    width:100%;
    height:100%;
    margin:0;
    border:0;
    background:#ffffff;
}

@media (max-width:720px){
    .eka-form-modal{
        padding:8px;
    }

    .eka-form-modal__panel{
        height:calc(100vh - 16px);
        max-height:none;
        padding-top:54px;
    }

    .eka-form-modal__title{
        top:17px;
        left:16px;
        font-size:19px;
    }
}
