/* ==========================================================
   EETEL Homepage Components
   Brand colours: #0072CE and #00205B
   ========================================================== */

.eetel-featured-news,
.eetel-featured-news *,
.eetel-home-quick,
.eetel-home-quick *,
.eetel-home-stats,
.eetel-home-stats *,
.eetel-home-jobs,
.eetel-home-jobs *,
.eetel-home-updates,
.eetel-home-updates *,
.eetel-home-positron,
.eetel-home-positron *,
.eetel-home-partners,
.eetel-home-partners * {
    box-sizing: border-box;
}

/* ==========================================================
   Featured news card
   ========================================================== */
.eetel-featured-news {
    position: relative;
    z-index: 3;
    width: min(1240px, calc(100% - 64px));
    margin: -68px auto 68px;
}

.eetel-featured-news__card {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 272px;
    overflow: hidden;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 12px 36px rgba(0, 32, 91, 0.12);
}

.eetel-featured-news__media {
    flex: 0 0 43%;
    max-width: 43%;
    overflow: hidden;
}

.eetel-featured-news__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 272px;
    object-fit: cover;
}

.eetel-featured-news__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 36px 48px;
}

.eetel-featured-news__content--full {
    width: 100%;
}

.eetel-featured-news__label {
    margin: 0 0 12px;
    color: #0072CE;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.eetel-featured-news__title {
    max-width: 680px;
    margin: 0 0 14px;
    color: #00205B;
    font-size: clamp(24px, 2.1vw, 30px);
    font-weight: 700;
    line-height: 1.2;
}

.eetel-featured-news__title a {
    color: inherit;
    text-decoration: none;
}

.eetel-featured-news__title a:hover,
.eetel-featured-news__title a:focus-visible {
    color: #0072CE;
}

.eetel-featured-news__excerpt {
    max-width: 620px;
    margin: 0 0 20px;
    color: #334E68;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.eetel-featured-news__link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #0072CE;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, gap .2s ease;
}

.eetel-featured-news__link:hover,
.eetel-featured-news__link:focus-visible {
    gap: 14px;
    color: #00205B;
}

.eetel-featured-news__title a:focus-visible,
.eetel-featured-news__link:focus-visible {
    border-radius: 2px;
    outline: 2px solid #0072CE;
    outline-offset: 4px;
}

/* ==========================================================
   Kiirjuurdepääsud
   Vertical outer spacing is controlled by the Elementor holder.
   ========================================================== */
.eetel-home-quick {
    width: 100%;
    color: #00205B;
}

.eetel-home-quick__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 0;
}

.eetel-home-quick__title {
    margin: 0 0 26px;
    color: #00205B;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.eetel-home-quick__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.eetel-home-quick__card {
    display: flex;
    min-height: 116px;
    align-items: center;
    gap: 16px;
    padding: 21px 20px;
    background: #FFFFFF;
    border: 1px solid #E1EAF3;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.eetel-home-quick__card:hover,
.eetel-home-quick__card:focus-visible {
    border-color: rgba(0, 114, 206, .34);
    box-shadow: 0 8px 22px rgba(0, 32, 91, .10);
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
}

.eetel-home-quick__card:focus-visible {
    outline: 2px solid #0072CE;
    outline-offset: 3px;
}

.eetel-home-quick__icon {
    display: inline-flex;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
}

.eetel-home-quick__icon svg {
    display: block;
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eetel-home-quick__card--blue .eetel-home-quick__icon {
    background: #0072CE;
}

.eetel-home-quick__card--green .eetel-home-quick__icon {
    background: #009B83;
}

.eetel-home-quick__card--orange .eetel-home-quick__icon {
    background: #E79A32;
}

.eetel-home-quick__text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
}

.eetel-home-quick__card-title {
    color: #00205B;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.eetel-home-quick__link {
    color: #0072CE;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.eetel-home-quick__card--green .eetel-home-quick__link {
    color: #007D6A;
}

.eetel-home-quick__card--orange .eetel-home-quick__link {
    color: #B96E0B;
}

@media (max-width: 1024px) {
    .eetel-home-quick__inner {
        width: min(1240px, calc(100% - 56px));
    }

    .eetel-home-quick__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eetel-home-quick__inner {
        width: calc(100% - 40px);
    }

    .eetel-home-quick__title {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .eetel-home-quick__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .eetel-home-quick__card {
        min-height: 102px;
        padding: 17px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eetel-home-quick__card {
        transition: none;
    }

    .eetel-home-quick__card:hover,
    .eetel-home-quick__card:focus-visible {
        transform: none;
    }
}

/* ==========================================================
   EETEL numbrites
   ========================================================== */
.eetel-home-stats {
    width: 100%;
    background: #00205B;
    color: #fff;
}

.eetel-home-stats__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 0;
}

.eetel-home-stats__title {
    margin: 0 0 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.eetel-home-stats__grid {
    display: grid;
    grid-template-columns: .9fr 1fr 1.18fr .9fr;
    gap: 34px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.eetel-home-stats__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    min-width: 0;
}

/* Vahejooned lisatakse plugina enda elementidele, mitte Elementori klassidele. */
.eetel-home-stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    width: 1px;
    height: 72px;
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%);
}

.eetel-home-stats__icon {
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    color: #fff;
}

.eetel-home-stats__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eetel-home-stats__text {
    min-width: 0;
}

.eetel-home-stats__value {
    color: #fff;
    font-size: clamp(33px, 3vw, 40px);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.eetel-home-stats__item--wide .eetel-home-stats__value {
    font-size: clamp(30px, 2.55vw, 36px);
}

.eetel-home-stats__label {
    margin-top: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
    white-space: nowrap;
}

.eetel-home-stats__updated {
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 1024px) {
    .eetel-featured-news {
        width: min(1240px, calc(100% - 56px));
        margin-top: -52px;
    }

    .eetel-featured-news__media {
        flex-basis: 40%;
        max-width: 40%;
    }

    .eetel-featured-news__content {
        padding: 30px 34px;
    }

    .eetel-home-stats__inner {
        width: min(1240px, calc(100% - 56px));
    }

    .eetel-home-stats__grid {
        gap: 20px;
    }

    .eetel-home-stats__item {
        gap: 12px;
    }

    .eetel-home-stats__icon {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 767px) {
    .eetel-featured-news {
        width: calc(100% - 40px);
        margin: -28px auto 48px;
    }

    .eetel-featured-news__card {
        display: block;
        min-height: auto;
        border-radius: 8px;
    }

    .eetel-featured-news__media {
        max-width: none;
        width: 100%;
    }

    .eetel-featured-news__image {
        height: 210px;
        min-height: 210px;
    }

    .eetel-featured-news__content {
        padding: 25px 22px 28px;
    }

    .eetel-featured-news__label {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .eetel-featured-news__title {
        margin-bottom: 12px;
        font-size: 23px;
    }

    .eetel-featured-news__excerpt {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .eetel-home-stats__inner {
        width: calc(100% - 40px);
        padding: 0;
    }

    .eetel-home-stats__title {
        margin-bottom: 28px;
        font-size: 13px;
    }

    .eetel-home-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 26px;
    }

    .eetel-home-stats__item {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
        text-align: center;
    }

    .eetel-home-stats__icon {
        width: 38px;
        height: 38px;
    }

    .eetel-home-stats__value,
    .eetel-home-stats__item--wide .eetel-home-stats__value {
        font-size: clamp(26px, 7.4vw, 31px);
    }

    .eetel-home-stats__label {
        margin-top: 2px;
        font-size: 14px;
        white-space: normal;
    }
}


/* Mobiilis on 2 x 2 paigutuses vahejoon ainult vasaku veeru järel. */
@media (max-width: 767px) {
    .eetel-home-stats__item::after {
        display: none;
    }

    .eetel-home-stats__item:nth-child(odd)::after {
        display: block;
        right: -12px;
        height: 78px;
    }
}


/* ==========================================================
   Tööpakkumised elektrialal
   Vertical outer spacing is controlled by the Elementor holder.
   ========================================================== */
.eetel-home-jobs {
    width: 100%;
    color: #00205B;
}

.eetel-home-jobs__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 0;
}

.eetel-home-jobs__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 26px;
}

.eetel-home-jobs__title {
    margin: 0 0 8px;
    color: #0072CE;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.eetel-home-jobs__intro {
    margin: 0;
    color: #334E68;
    font-size: 16px;
    line-height: 1.45;
}

.eetel-home-jobs__all {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    align-items: center;
    margin-top: 2px;
    color: #0072CE;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: gap .2s ease, color .2s ease;
}

.eetel-home-jobs__all:hover,
.eetel-home-jobs__all:focus-visible {
    gap: 14px;
    color: #00205B;
}

.eetel-home-jobs__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.eetel-home-jobs__card,
.eetel-home-jobs__submit {
    display: flex;
    height: 100%;
    min-height: 264px;
    flex-direction: column;
    padding: 22px 20px 18px;
    background: #fff;
    border: 1px solid #E1EAF3;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.eetel-home-jobs__card--linked:hover,
.eetel-home-jobs__card--linked:focus-visible,
.eetel-home-jobs__submit:hover,
.eetel-home-jobs__submit:focus-visible {
    border-color: rgba(0, 114, 206, 0.34);
    box-shadow: 0 10px 26px rgba(0, 32, 91, 0.12);
    transform: translateY(-3px);
    color: inherit;
    text-decoration: none;
}

.eetel-home-jobs__card--linked:focus-visible,
.eetel-home-jobs__submit:focus-visible {
    outline: 2px solid #0072CE;
    outline-offset: 3px;
}

.eetel-home-jobs__card-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 76px;
    margin: 0 0 17px;
}

.eetel-home-jobs__logo {
    display: flex;
    flex: 0 0 68px;
    width: 68px;
    min-height: 52px;
    align-items: center;
    justify-content: flex-start;
    color: #00205B;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.eetel-home-jobs__logo-image {
    display: block;
    max-width: 66px;
    max-height: 45px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.eetel-home-jobs__logo-fallback {
    display: block;
    max-width: 68px;
    font-size: 11px;
}

.eetel-home-jobs__heading {
    flex: 1 1 auto;
    min-width: 0;
}

.eetel-home-jobs__job-title {
    margin: 0 0 6px;
    color: #00205B;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 700;
    line-height: 1.26;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.eetel-home-jobs__company {
    margin: 0;
    color: #334E68;
    font-size: 13.5px;
    line-height: 1.35;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.eetel-home-jobs__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.eetel-home-jobs__meta-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
    color: #4C6277;
    font-size: 14px;
    line-height: 1.35;
}

.eetel-home-jobs__meta-item svg {
    flex: 0 0 auto;
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-top: 1px;
}

.eetel-home-jobs__button,
.eetel-home-jobs__submit-button {
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 12px 14px;
    border: 1px solid #0072CE;
    border-radius: 4px;
    color: #0072CE;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}


.eetel-home-jobs__card--draft {
    border-color: #C7D7E7;
    background: #FBFCFE;
}

.eetel-home-jobs__draft-badge {
    align-self: flex-start;
    margin: 0 0 12px;
    padding: 4px 9px;
    color: #00205B;
    background: #EAF3FB;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.eetel-home-jobs__card--linked:hover .eetel-home-jobs__button,
.eetel-home-jobs__card--linked:focus-visible .eetel-home-jobs__button,
.eetel-home-jobs__submit:hover .eetel-home-jobs__submit-button,
.eetel-home-jobs__submit:focus-visible .eetel-home-jobs__submit-button {
    background: #0072CE;
    color: #fff;
}

.eetel-home-jobs__button--disabled {
    border-color: #CBD6E0;
    color: #728396;
    cursor: default;
}


.eetel-home-jobs__grid--empty {
    grid-template-columns: minmax(300px, 1.55fr) minmax(260px, 1fr);
    max-width: 790px;
}

.eetel-home-jobs__empty {
    display: flex;
    min-height: 264px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 32px;
    background: #FFFFFF;
    border: 1px solid #E1EAF3;
    border-radius: 8px;
}

.eetel-home-jobs__empty-icon {
    width: 46px;
    height: 46px;
    margin: 0 0 18px;
    padding: 10px;
    color: #0072CE;
    background: #EAF3FB;
    border-radius: 50%;
}

.eetel-home-jobs__empty-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eetel-home-jobs__empty h3 {
    margin: 0 0 9px;
    color: #00205B;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.eetel-home-jobs__empty p {
    max-width: 420px;
    margin: 0;
    color: #334E68;
    font-size: 15px;
    line-height: 1.5;
}

.eetel-home-jobs__submit {
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F7FAFD;
    border: 1px dashed #A8CBEF;
}

.eetel-home-jobs__submit-icon {
    width: 48px;
    height: 48px;
    margin: 0 0 14px;
    padding: 9px;
    color: #0072CE;
    background: #EAF3FB;
    border-radius: 50%;
}

.eetel-home-jobs__submit-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eetel-home-jobs__submit h3 {
    margin: 0 0 8px;
    color: #00205B;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.eetel-home-jobs__submit p {
    margin: 0 0 14px;
    color: #334E68;
    font-size: 14px;
    line-height: 1.45;
}

.eetel-home-jobs__submit-price {
    margin-bottom: 18px !important;
    color: #334E68;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.eetel-home-jobs__submit-price strong {
    color: #00205B;
    font-weight: 700;
}

.eetel-home-jobs__all:focus-visible {
    outline: 2px solid #0072CE;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .eetel-home-jobs__inner {
        width: min(1240px, calc(100% - 56px));
    }

    .eetel-home-jobs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eetel-home-jobs__grid--empty {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }
}

@media (max-width: 767px) {
    .eetel-home-jobs__inner {
        width: calc(100% - 40px);
    }

    .eetel-home-jobs__header {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 22px;
    }

    .eetel-home-jobs__title {
        font-size: 13px;
    }

    .eetel-home-jobs__intro {
        font-size: 15px;
    }

    .eetel-home-jobs__grid,
    .eetel-home-jobs__grid--empty {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .eetel-home-jobs__empty {
        min-height: auto;
        padding: 26px 22px;
    }

    .eetel-home-jobs__card,
    .eetel-home-jobs__submit {
        min-height: auto;
    }
}


@media (prefers-reduced-motion: reduce) {
    .eetel-home-jobs__card,
    .eetel-home-jobs__submit {
        transition: none;
    }

    .eetel-home-jobs__card--linked:hover,
    .eetel-home-jobs__card--linked:focus-visible,
    .eetel-home-jobs__submit:hover,
    .eetel-home-jobs__submit:focus-visible {
        transform: none;
    }
}


/* ==========================================================
   Järgmised sündmused + Viimased uudised
   Kaardipõhine kompaktne paigutus.
   Vertical outer spacing is controlled by the Elementor holder.
   ========================================================== */
.eetel-home-updates {
    width: 100%;
    color: #00205B;
}

.eetel-home-updates__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 0;
}

.eetel-home-updates__column {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.eetel-home-updates__heading-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 14px;
}

.eetel-home-updates__title {
    margin: 0;
    color: #00205B;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.eetel-home-updates__all {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
    color: #0072CE;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: gap .2s ease, color .2s ease;
}

.eetel-home-updates__all:hover,
.eetel-home-updates__all:focus-visible {
    gap: 11px;
    color: #00205B;
}

.eetel-home-events-list,
.eetel-home-news-list {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
}

.eetel-home-news-list .eetel-home-news-item {
    flex: 1 1 0;
}

/* Sündmuse kompaktne kaart */
.eetel-home-event {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 20px;
    gap: 14px;
    align-items: center;
    min-height: 74px;
    padding: 0 13px 0 0;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E1EAF3;
    border-radius: 7px;
    color: inherit;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.eetel-home-event__date {
    display: flex;
    width: 72px;
    height: 100%;
    min-height: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-right: 1px solid #E1EAF3;
    color: #0072CE;
}

.eetel-home-event__day {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.eetel-home-event__month {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.eetel-home-event__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
}

.eetel-home-event__title {
    display: -webkit-box;
    overflow: hidden;
    color: #00205B;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.eetel-home-event__details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
}

.eetel-home-event__meta,
.eetel-home-event__venue {
    color: #4C6277;
    font-size: 12.5px;
    line-height: 1.2;
}

.eetel-home-event__venue {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.eetel-home-event__venue svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eetel-home-event__arrow,
.eetel-home-news-item__arrow {
    color: #0072CE;
    font-size: 17px;
    font-weight: 600;
    transition: transform .2s ease;
}

/* Uudise kompaktne kaart */
.eetel-home-news-item {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr) 18px;
    gap: 15px;
    align-items: center;
    min-height: 92px;
    padding: 0 12px 0 0;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E1EAF3;
    border-radius: 7px;
    color: inherit;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.eetel-home-news-item__media,
.eetel-home-news-item__placeholder {
    display: block;
    width: 156px;
    height: 100%;
    min-height: 92px;
    overflow: hidden;
    background: #EAF3FB;
}

.eetel-home-news-item__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eetel-home-news-item__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
}

.eetel-home-news-item__title {
    display: -webkit-box;
    overflow: hidden;
    color: #00205B;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.eetel-home-news-item__date {
    color: #0072CE;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

/* Hover / keyboard state on both card types */
.eetel-home-event:hover,
.eetel-home-event:focus-visible,
.eetel-home-news-item:hover,
.eetel-home-news-item:focus-visible {
    border-color: rgba(0, 114, 206, .34);
    box-shadow: 0 7px 19px rgba(0, 32, 91, .09);
    color: inherit;
    text-decoration: none;
    transform: translateY(-1px);
}

.eetel-home-event:hover .eetel-home-event__title,
.eetel-home-event:focus-visible .eetel-home-event__title,
.eetel-home-news-item:hover .eetel-home-news-item__title,
.eetel-home-news-item:focus-visible .eetel-home-news-item__title {
    color: #0072CE;
}

.eetel-home-event:hover .eetel-home-event__arrow,
.eetel-home-event:focus-visible .eetel-home-event__arrow,
.eetel-home-news-item:hover .eetel-home-news-item__arrow,
.eetel-home-news-item:focus-visible .eetel-home-news-item__arrow {
    transform: translateX(3px);
}

.eetel-home-updates__empty {
    margin: 0;
    padding: 21px 20px;
    color: #4C6277;
    background: #F7FAFD;
    border: 1px solid #E1EAF3;
    border-radius: 7px;
    font-size: 14px;
}

.eetel-home-event:focus-visible,
.eetel-home-news-item:focus-visible,
.eetel-home-updates__all:focus-visible {
    outline: 2px solid #0072CE;
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .eetel-home-updates__inner {
        gap: 26px;
        width: min(1240px, calc(100% - 56px));
    }

    .eetel-home-news-item {
        grid-template-columns: 120px minmax(0, 1fr) 16px;
        gap: 12px;
    }

    .eetel-home-news-item__media,
    .eetel-home-news-item__placeholder {
        width: 120px;
        min-height: 86px;
    }
}

@media (max-width: 767px) {
    .eetel-home-updates__inner {
        grid-template-columns: 1fr;
        gap: 38px;
        width: calc(100% - 40px);
    }

    .eetel-home-news-list .eetel-home-news-item {
        flex: 0 0 auto;
    }

    .eetel-home-updates__heading-row {
        margin-bottom: 13px;
    }

    .eetel-home-updates__title {
        font-size: 13px;
    }

    .eetel-home-event {
        grid-template-columns: 62px minmax(0, 1fr) 14px;
        gap: 11px;
        min-height: 70px;
        padding-right: 10px;
    }

    .eetel-home-event__date {
        width: 62px;
        min-height: 68px;
    }

    .eetel-home-event__day {
        font-size: 23px;
    }

    .eetel-home-event__title,
    .eetel-home-news-item__title {
        font-size: 14.5px;
    }

    .eetel-home-news-item {
        grid-template-columns: 104px minmax(0, 1fr) 14px;
        gap: 11px;
        min-height: 70px;
        padding-right: 10px;
    }

    .eetel-home-news-item__media,
    .eetel-home-news-item__placeholder {
        width: 104px;
        height: 70px;
        min-height: 70px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eetel-home-event,
    .eetel-home-news-item,
    .eetel-home-event__arrow,
    .eetel-home-news-item__arrow,
    .eetel-home-updates__all {
        transition: none;
    }

    .eetel-home-event:hover,
    .eetel-home-event:focus-visible,
    .eetel-home-news-item:hover,
    .eetel-home-news-item:focus-visible {
        transform: none;
    }

    .eetel-home-event:hover .eetel-home-event__arrow,
    .eetel-home-event:focus-visible .eetel-home-event__arrow,
    .eetel-home-news-item:hover .eetel-home-news-item__arrow,
    .eetel-home-news-item:focus-visible .eetel-home-news-item__arrow {
        transform: none;
    }
}


/* ==========================================================
   Positron
   Live-preview confirmed campaign banner design.
   ========================================================== */
.eetel-home-positron {
    width: 100%;
    color: #00205B;
}

.eetel-home-positron__inner {
    position: relative;
    display: grid;
    grid-template-columns: 41.5% 58.5%;
    width: min(1440px, calc(100% - 48px));
    min-height: 338px;
    margin: 0 auto;
    overflow: hidden;
    background: #F1F6FB;
    border: 0;
    border-radius: 0;
}

.eetel-home-positron__content {
    position: relative;
    z-index: 5;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    padding: 42px 30px 42px 58px;
    background: linear-gradient(108deg, #F1F6FB 0%, #F5F9FD 90%, transparent 100%);
}

.eetel-home-positron__eyebrow {
    margin: 0;
    color: #0072CE;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.eetel-home-positron__title {
    margin: 0 0 5px;
    color: #00205B;
    font-size: clamp(52px, 5vw, 72px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -1.4px;
}

.eetel-home-positron__text {
    max-width: 440px;
    margin: 0 0 12px;
    color: #28445F;
    font-size: 18px;
    line-height: 1.5;
}

.eetel-home-positron__button {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 16px 25px;
    color: #FFFFFF;
    background: #0072CE;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: background-color .2s ease, gap .2s ease;
}

.eetel-home-positron__button:hover,
.eetel-home-positron__button:focus-visible {
    gap: 17px;
    color: #FFFFFF;
    background: #005EAB;
    text-decoration: none;
}

.eetel-home-positron__button:focus-visible {
    outline: 2px solid #0072CE;
    outline-offset: 3px;
}

.eetel-home-positron__media {
    position: relative;
    min-height: 338px;
    margin-left: -74px;
    overflow: hidden;
    background: #F1F6FB;
}

/*
 * Foto vasak serv algab diagonaaliga.
 * Paremal lõpeb foto täpselt välgu välisserva järgi:
 * noole järel jääb nähtavale ainult bänneri taust.
 */
.eetel-home-positron__photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: polygon(
        14% 0,
        88.5% 0,
        82% 39.33%,
        96% 39.33%,
        78.2% 100%,
        0 100%
    );
}

.eetel-home-positron__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 45% 50%;
}

.eetel-home-positron__photo::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 155px;
    z-index: 2;
    background: linear-gradient(104deg, rgba(241,246,251,.98), rgba(241,246,251,0));
    clip-path: polygon(45% 0, 100% 0, 58% 100%, 0 100%);
    pointer-events: none;
}

.eetel-home-positron__bolt {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Sinine läbipaistev põhikuju – foto jääb selle alt nähtavaks. */
.eetel-home-positron__bolt-fill {
    fill: rgba(0, 114, 206, .42);
}

/* Tume serv annab sügavuse ja seob noole keskastme kokku. */
.eetel-home-positron__bolt-edge {
    fill: rgba(0, 32, 91, .84);
}

/* Foto ja läbipaistva sinise kihi vahele jääv õrn hele piir. */
.eetel-home-positron__bolt-line {
    fill: none;
    stroke: rgba(255, 255, 255, .52);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

@media (max-width: 1024px) {
    .eetel-home-positron__inner,
    .eetel-home-partners__inner {
        width: min(1240px, calc(100% - 28px));
    }

    .eetel-home-positron__inner {
        grid-template-columns: 43% 57%;
        min-height: 280px;
    }

    .eetel-home-positron__content {
        gap: 12px;
        padding: 28px 20px 28px 30px;
    }

    .eetel-home-positron__title {
        font-size: clamp(40px, 5.1vw, 54px);
    }

    .eetel-home-positron__text {
        font-size: 15px;
        line-height: 1.45;
    }

    .eetel-home-positron__button {
        padding: 13px 19px;
        font-size: 14px;
    }

    .eetel-home-positron__media {
        min-height: 280px;
        margin-left: -52px;
    }

    .eetel-home-positron__photo::before {
        width: 124px;
    }

    .eetel-home-partners__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 30px;
    }
}

@media (max-width: 900px) {
    .eetel-home-positron__inner {
        grid-template-columns: 1fr;
        width: calc(100% - 20px);
        min-height: auto;
    }

    .eetel-home-positron__content {
        gap: 10px;
        padding: 28px 24px;
        background: #F1F6FB;
    }

    .eetel-home-positron__title {
        font-size: 44px;
    }

    .eetel-home-positron__text {
        max-width: none;
        margin-bottom: 6px;
        font-size: 15px;
    }

    .eetel-home-positron__media {
        min-height: 235px;
        margin-left: 0;
    }

    .eetel-home-positron__photo {
        position: relative;
        inset: 0;
        min-height: 235px;
        clip-path: none;
    }

    .eetel-home-positron__image {
        min-height: 235px;
        object-position: center center;
    }

    .eetel-home-positron__photo::before,
    .eetel-home-positron__bolt {
        display: none;
    }

    .eetel-home-partners__title {
        margin-bottom: 23px;
        font-size: 13px;
    }

    .eetel-home-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 20px;
    }

    .eetel-home-partners__item {
        height: 66px;
        padding: 8px;
    }

    .eetel-home-partners__logo {
        max-height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eetel-home-positron__button,
    .eetel-home-partners__item {
        transition: none;
    }

    .eetel-home-partners__item:hover,
    .eetel-home-partners__item:focus-visible {
        transform: none;
    }
}

/* ==========================================================
   Koostöö organisatsioonidega
   ========================================================== */
.eetel-home-partners {
    width: 100%;
    color: #00205B;
}

.eetel-home-partners__inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 0;
}

.eetel-home-partners__title {
    margin: 0 0 31px;
    color: #00205B;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
}

.eetel-home-partners__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 26px;
    align-items: center;
}

.eetel-home-partners__item {
    display: flex;
    height: 78px;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    opacity: .8;
    transition: opacity .2s ease, transform .2s ease;
}

.eetel-home-partners__item:hover,
.eetel-home-partners__item:focus-visible {
    opacity: 1;
    transform: translateY(-1px);
}

.eetel-home-partners__item:focus-visible {
    outline: 2px solid #0072CE;
    outline-offset: 3px;
    border-radius: 4px;
}

.eetel-home-partners__logo {
    display: block;
    max-width: 100%;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .eetel-home-positron__inner,
    .eetel-home-partners__inner {
        width: min(1240px, calc(100% - 56px));
    }

    .eetel-home-positron__inner {
        grid-template-columns: 47% 53%;
    }

    .eetel-home-positron__content {
        padding-left: 26px;
    }

    .eetel-home-partners__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 30px;
    }
}

@media (max-width: 767px) {
    .eetel-home-positron__inner,
    .eetel-home-partners__inner {
        width: calc(100% - 40px);
    }

    .eetel-home-positron__inner {
        grid-template-columns: 1fr;
    }

    .eetel-home-positron__content {
        padding: 24px 20px 26px;
    }

    .eetel-home-positron__title {
        font-size: 28px;
    }

    .eetel-home-positron__text {
        font-size: 15px;
    }

    .eetel-home-positron__media {
        min-height: 182px;
        margin-left: 0;
        clip-path: none;
    }

    .eetel-home-positron__image {
        position: relative;
        width: 100%;
        min-height: 182px;
    }

    .eetel-home-positron__media::before,
    .eetel-home-positron__media::after,
    .eetel-home-positron__bolt {
        display: none;
    }

    .eetel-home-partners__title {
        margin-bottom: 23px;
        font-size: 13px;
    }

    .eetel-home-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 20px;
    }

    .eetel-home-partners__item {
        height: 66px;
        padding: 8px;
    }

    .eetel-home-partners__logo {
        max-height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eetel-home-positron__button,
    .eetel-home-partners__item {
        transition: none;
    }

    .eetel-home-partners__item:hover,
    .eetel-home-partners__item:focus-visible {
        transform: none;
    }
}
