/* =========================================================
   TORAJA – REALIZOVANÉ WEBY
   Stránka /realizovane-weby/
   ========================================================= */


/* =========================================================
   1. ÚVOD STRÁNKY
   ========================================================= */

.toraja-projects-intro {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 48px;
    text-align: center;
}

.toraja-projects-intro__eyebrow {
    margin: 0 0 14px;
    color: #122ca9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.toraja-projects-intro h1 {
    margin: 0 0 20px;
    color: #101827;
    font-size: clamp(36px, 4.2vw, 56px);
    font-weight: 700;
    line-height: 1.12;
}

.toraja-projects-intro__text {
    max-width: 900px;
    margin: 0 auto;
    color: #545d6d;
    font-size: 18px;
    line-height: 1.7;
}

.toraja-projects-intro__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #122ca9 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.toraja-projects-intro__link:hover {
    text-decoration: underline;
}


/* Nadpis pouze na velkém monitoru na jednom řádku */

@media (min-width: 1100px) {
    .toraja-projects-intro h1 {
        white-space: nowrap;
    }
}


/* =========================================================
   2. ŘÁDKY DIVI
   ========================================================= */

.toraja-projects-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 28px !important;
}

.toraja-projects-row .et_pb_column {
    display: flex;
    flex-direction: column;
}

.toraja-projects-row .et_pb_code,
.toraja-projects-row .et_pb_code_inner {
    width: 100%;
    height: 100%;
}


/* =========================================================
   3. KARTA REALIZACE
   ========================================================= */

.toraja-project-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(18, 44, 169, 0.11);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(16, 24, 39, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.toraja-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(16, 24, 39, 0.13);
}


/* =========================================================
   4. OBRÁZEK
   ========================================================= */

.toraja-project-card__image-link {
    display: block;
    width: auto;
    margin: 18px 18px 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
}

.toraja-project-card__image {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0;
    object-fit: contain;
    object-position: center;
    border: 0;
    transition: transform 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    .toraja-project-card:hover .toraja-project-card__image {
        transform: scale(1.02);
    }
}


/* =========================================================
   5. OBSAH KARTY
   ========================================================= */

.toraja-project-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 24px 28px;
    text-align: center;
}

.toraja-project-card__content h2 {
    margin: 0 0 8px;
    padding: 0;
    color: #122ca9;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.toraja-project-card__type {
    margin: 0 0 16px;
    color: #9a6500;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.toraja-project-card__description {
    margin: 0 0 22px;
    color: #535c6c;
    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   6. ŠTÍTKY
   ========================================================= */

.toraja-project-card__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    margin-bottom: 20px;
}

.toraja-project-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 12px;
    color: #122ca9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    background: #f7f9ff;
    border: 1px solid rgba(18, 44, 169, 0.28);
    border-radius: 8px;
}


/* =========================================================
   7. ODKAZ NA WEB
   ========================================================= */

.toraja-project-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #122ca9 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.toraja-project-card__link:hover {
    text-decoration: underline;
}


/* =========================================================
   8. ZÁVĚREČNÝ BLOK
   ========================================================= */

.toraja-projects-cta {
    margin-top: 46px;
    padding: 42px 30px;
    text-align: center;
    background: #f5f7ff;
    border: 1px solid rgba(18, 44, 169, 0.10);
    border-radius: 20px;
}

.toraja-projects-cta h2 {
    margin: 0 0 12px;
    color: #101827;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.toraja-projects-cta p {
    max-width: 680px;
    margin: 0 auto 22px;
    color: #545d6d;
    font-size: 17px;
    line-height: 1.65;
}

.toraja-projects-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 24px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    background: #122ca9;
    border: 2px solid #122ca9;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(18, 44, 169, 0.18);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.toraja-projects-cta__button:hover {
    background: #0e2388;
    border-color: #0e2388;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(18, 44, 169, 0.24);
}


/* =========================================================
   9. TABLET
   ========================================================= */

@media (max-width: 1099px) {

    .toraja-projects-intro {
        max-width: 900px;
        margin-bottom: 38px;
    }

    .toraja-projects-intro h1 {
        white-space: normal;
    }

    .toraja-projects-intro__text {
        font-size: 17px;
    }

    .toraja-project-card__content {
        padding: 24px 20px 26px;
    }

}


/* =========================================================
   10. MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .toraja-projects-intro {
        margin-bottom: 34px;
        text-align: left;
    }

    .toraja-projects-intro__eyebrow {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .toraja-projects-intro h1 {
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 1.18;
        white-space: normal;
    }

    .toraja-projects-intro__text {
        font-size: 16px;
        line-height: 1.65;
    }

    .toraja-projects-intro__link {
        align-items: flex-start;
        font-size: 15px;
    }

    .toraja-projects-row {
        display: block;
        margin-bottom: 0 !important;
    }

    .toraja-projects-row .et_pb_column {
        display: block;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 22px !important;
    }

    .toraja-project-card {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .toraja-project-card:hover {
        transform: none;
    }

    .toraja-project-card__image-link {
        width: auto;
        margin: 14px 14px 0;
        border-radius: 10px;
    }

    .toraja-project-card__image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        transform: none !important;
        object-fit: contain;
    }

    .toraja-project-card__content {
        padding: 22px 18px 24px;
    }

    .toraja-project-card__content h2 {
        font-size: 22px;
    }

    .toraja-project-card__type {
        font-size: 15px;
    }

    .toraja-project-card__description {
        font-size: 15px;
        line-height: 1.6;
    }

    .toraja-project-card__tag {
        min-height: 34px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .toraja-project-card__link {
        font-size: 14px;
    }

    .toraja-projects-cta {
        margin-top: 28px;
        padding: 34px 20px;
        border-radius: 16px;
    }

    .toraja-projects-cta h2 {
        font-size: 28px;
    }

    .toraja-projects-cta p {
        font-size: 16px;
    }

    .toraja-projects-cta__button {
        width: 100%;
    }

}

/* =========================================================
   STEJNÁ VÝŠKA KARET V ŘÁDKU
   Desktop + tablet
   ========================================================= */

@media (min-width: 768px) {

    .toraja-projects-row {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch !important;
        gap: 28px;
    }

    .toraja-projects-row::after {
        display: none !important;
    }

    .toraja-projects-row .et_pb_column {
        display: flex !important;
        flex-direction: column !important;
        float: none !important;
        width: auto !important;
        max-width: none !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .toraja-projects-row .et_pb_column > .et_pb_module,
    .toraja-projects-row .et_pb_code,
    .toraja-projects-row .et_pb_code_inner {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .toraja-project-card {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    .toraja-project-card__content {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
    }

    .toraja-project-card__tags {
        margin-top: auto;
    }
}


/* =========================================================
   MOBIL – karty pod sebou a přirozená výška
   ========================================================= */

@media (max-width: 767px) {

    .toraja-projects-row {
        display: block !important;
    }

    .toraja-projects-row .et_pb_column {
        display: block !important;
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin-right: 0 !important;
        margin-bottom: 22px !important;
    }

    .toraja-projects-row .et_pb_column > .et_pb_module,
    .toraja-projects-row .et_pb_code,
    .toraja-projects-row .et_pb_code_inner,
    .toraja-project-card {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .toraja-project-card__content {
        display: flex !important;
        flex-direction: column !important;
    }
}