/* =====================
   O NÁS – style-o-nas.css
   ===================== */

.onas-container {
    background-color: #ffffff;
    margin-top: -3px;
}

.onas-container p {
    font-size: 0.875rem;
    font-weight: 500;
}

.onas-container h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0;
}

.onas-container h3 {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

/* ── HEADER ── */
.onas-header {
    display: flex;
    align-items: center;
    background-image: url("../img/UVOD_BANNER_2.jpg");
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

.onas-header h1 {
    max-width: 50%;
    color: #ffffff;
    padding: 60px;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* ── PRÍBEH ── */
.onas-pribeh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 60px;
    gap: 40px;
}

.onas-pribeh-text {
    width: 52%;
}

.onas-pribeh-text p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.onas-pribeh-img {
    width: 42%;
}

.onas-pribeh-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* ── ŠTATISTIKY ── */
.onas-stats {
    background: linear-gradient(135deg, #191919, #3f3f3f);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 50px 60px;
    gap: 20px;
}

.onas-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    text-align: center;
}

.onas-stat-cislo {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}

.onas-stat-popis {
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

/* ── HODNOTY ── */
.onas-hodnoty {
    padding: 0px 0px 20px 0px;
}

.onas-sekcia-nadpis {
    background: linear-gradient(135deg, #191919, #3f3f3f);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    padding: 10px 60px;
    text-align: left;
}

.onas-hodnoty-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onas-hodnota-karta {
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    padding: 40px 50px;
    width: 32%;
    transition: 0.2s;
    cursor: default;
}

.onas-hodnota-karta:hover {
    background: linear-gradient(135deg, #191919, #3f3f3f);
    color: #ffffff;
}

.onas-hodnota-ikona {
    margin-bottom: 18px;
    height: 48px;
    display: flex;
    align-items: center;
}

.onas-hodnota-ikona img {
    height: 44px;
    width: auto;
    filter: invert(0);
    transition: filter 0.2s;
}

.onas-hodnota-karta:hover .onas-hodnota-ikona img {
    filter: invert(1);
}

.onas-hodnota-karta p {
    line-height: 1.6;
}

/* ── TÍM ── */
.onas-tim {
    padding: 0px 0px 30px 0px;
}

.onas-tim-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onas-tim-clen {
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    width: 24%;
    transition: 0.2s;
    overflow: hidden;
}

.onas-tim-clen:hover {
    background: linear-gradient(135deg, #191919, #3f3f3f);
    color: #ffffff;
}

.onas-tim-foto {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #e3e3e3;
}

.onas-tim-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.onas-tim-clen:hover .onas-tim-foto img {
    transform: scale(1.04);
}

.onas-tim-clen h3 {
    padding: 20px 25px 0 25px;
    margin-bottom: 4px;
}

.onas-tim-pozicia {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0 25px;
    margin-bottom: 10px !important;
}

.onas-tim-clen p:last-child {
    padding: 0 25px 25px 25px;
    line-height: 1.6;
}

/* ── PREDAJŇA ── */
.onas-predajna {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #191919, #3f3f3f);
    color: #ffffff;
}

.onas-predajna-info {
    padding: 50px 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.onas-predajna-info h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.onas-predajna-blok {
    margin-bottom: 22px;
}

.onas-predajna-blok h3 {
    color: #ffffff;
    font-size: 0.8125rem;
    opacity: 0.65;
    margin-bottom: 4px;
}

.onas-predajna-blok p {
    margin: 0;
    line-height: 1.7;
}

.onas-mapa-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: 0.2s;
    align-self: flex-start;
}

.onas-mapa-btn:hover {
    background-color: #ffffff;
    color: #191919;
}

.onas-predajna-foto {
    width: 50%;
}

.onas-predajna-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =====================
   RESPONZIVITA
   ===================== */

@media only screen and (max-width: 1024px) {
    .onas-tim-clen {
        width: 49%;
        margin-bottom: 10px;
    }
    .onas-hodnota-karta {
        width: 49%;
        margin-bottom: 10px;
    }
    .onas-hodnota-karta:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .onas-header h1 {
        max-width: 85%;
        padding: 35px;
        font-size: 1.1rem;
    }
    .onas-header {
        min-height: 280px;
    }
    .onas-pribeh {
        padding: 35px;
        flex-direction: column;
    }
    .onas-pribeh-text,
    .onas-pribeh-img {
        width: 100%;
    }
    .onas-stats {
        padding: 35px;
        gap: 30px;
    }
    .onas-stat-cislo {
        font-size: 1.75rem;
    }
    .onas-sekcia-nadpis {
        padding: 10px 35px;
    }
    .onas-hodnota-karta {
        width: 100%;
        padding: 30px 35px;
    }
    .onas-tim-clen {
        width: 100%;
    }
    .onas-predajna {
        flex-direction: column;
    }
    .onas-predajna-info {
        width: 100%;
        padding: 35px;
    }
    .onas-predajna-foto {
        width: 100%;
        min-height: 250px;
    }
}
