/* =========================================================
   ETROFEJE.SK – HOMEPAGE SEO BLOK
   ========================================================= */

.et-home-content {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    width: calc(100vw - 70px) !important;
    max-width: 1400px !important;
    min-width: 0 !important;

    margin: 18px 0 10px !important;
    padding: 0 !important;

    float: none !important;
    clear: both !important;

    box-sizing: border-box !important;
    color: #555;
    line-height: 1.65;
}

.et-home-content *,
.et-home-content *::before,
.et-home-content *::after {
    box-sizing: border-box;
}


/* =========================================================
   ÚVOD
   ========================================================= */

.et-home-intro {
    width: 100% !important;
    max-width: 1150px !important;

    margin: 0 auto 30px !important;
    padding: 0 20px !important;

    text-align: center;

    font-size: 14px;
    line-height: 1.65;
    color: #666;
}

.et-home-intro strong {
    color: #444;
    font-weight: 600;
}


/* =========================================================
   KATEGÓRIE – 8 V JEDNOM RIADKU
   ========================================================= */

.et-home-categories {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    gap: 10px !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 0 42px !important;
    padding: 0 !important;
}

.et-home-category {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 86px;

    margin: 0 !important;
    padding: 14px 14px !important;

    background: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;

    color: #333 !important;
    text-decoration: none !important;

    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.et-home-category:hover {
    border-color: #aaa;

    box-shadow: 0 3px 12px rgba(0,0,0,.05);

    transform: translateY(-2px);

    color: #333 !important;
    text-decoration: none !important;
}

.et-home-category strong {
    display: block;

    margin: 0 0 5px !important;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;

    color: #3d3d3d;
}

.et-home-category span {
    display: block;

    font-size: 11.5px;
    line-height: 1.45;

    color: #777;
}


/* =========================================================
   DVA TEXTOVÉ STĹPCE
   ========================================================= */

.et-home-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 80px !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 38px 15px 0 !important;

    border-top: 1px solid #ddd;
}

.et-home-info-block {
    display: block !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

.et-home-info-block h3 {
    margin: 0 0 14px !important;
    padding: 0 !important;

    font-size: 19px !important;
    line-height: 1.35;
    font-weight: 500 !important;

    color: #333;
}

.et-home-info-block p {
    margin: 0 0 14px !important;
    padding: 0 !important;

    font-size: 13.5px;
    line-height: 1.75;

    color: #666;
}

.et-home-info-block p:last-child {
    margin-bottom: 0 !important;
}

.et-home-info-block strong {
    color: #444;
    font-weight: 600;
}


/* =========================================================
   ZÁVEREČNÁ VETA
   ========================================================= */

.et-home-bottom {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 38px 0 0 !important;
    padding: 27px 20px 2px !important;

    border-top: 1px solid #ddd;

    text-align: center;
}

.et-home-bottom p {
    width: 100% !important;
    max-width: 1100px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    font-size: 13.5px;
    line-height: 1.65;

    color: #666;
}

.et-home-bottom strong {
    color: #444;
    font-weight: 600;
}


/* =========================================================
   TABLET / MENŠÍ DESKTOP
   ========================================================= */

@media (max-width: 1200px) {

    .et-home-content {
        width: calc(100vw - 40px) !important;
    }

    .et-home-categories {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .et-home-info {
        gap: 45px !important;
    }
}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 650px) {

    .et-home-content {
        width: calc(100vw - 28px) !important;
        margin-top: 12px !important;
    }

    .et-home-intro {
        margin-bottom: 24px !important;
        padding: 0 !important;

        text-align: left;
        font-size: 14px;
    }

    .et-home-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;

        margin-bottom: 30px !important;
    }

    .et-home-category {
        min-height: 0;
        padding: 13px !important;
    }

    .et-home-category strong {
        font-size: 13px;
    }

    .et-home-category span {
        font-size: 11.5px;
    }

    .et-home-info {
        grid-template-columns: 1fr !important;
        gap: 28px !important;

        padding: 28px 0 0 !important;
    }

    .et-home-info-block h3 {
        font-size: 18px !important;
    }

    .et-home-info-block p {
        font-size: 14px;
    }

    .et-home-bottom {
        margin-top: 30px !important;
        padding: 24px 0 0 !important;

        text-align: left;
    }

    .et-home-bottom p {
        font-size: 14px;
    }
}