﻿/* ===== PETROVIA HERO (temiz / minimal) ===== */

.pvh-hero{
    padding:60px 0;
    background:#f4f7fb;
}

.pvh-hero__container{
    max-width:1150px;
    margin:0 auto;
    padding:0 16px;
}

.pvh-hero__imageWrap{
    position:relative;
    border-radius:18px;
    overflow:hidden;
}

.pvh-hero__image{
    width:100%;
    height:clamp(260px, 38vw, 460px);
    object-fit:cover;
    display:block;
}

.pvh-hero__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.55));
}

.pvh-hero__headline{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    padding:0 16px;
    max-width:980px;
    width:100%;
}

.pvh-hero__title{
    font-size:clamp(28px, 4vw, 52px);
    line-height:1.12;
    color:#fff;
    margin:0;
}

.pvh-hero__strong{
    display:block;
    font-weight:700;
}

.pvh-hero__thin{
    display:block;
    font-weight:300;
}

/* image altı metin */
.pvh-hero__content{
    max-width:760px;
    margin:22px auto 0;
    text-align:center;
    padding:0 10px;
}

.pvh-hero__text{
    font-size:16px;
    line-height:1.85;
    color:#4b5b73;
    margin:0;
}

/* MOBILE */
@media (max-width:768px){
    .pvh-hero{ padding:40px 0; }
    .pvh-hero__content{ margin-top:16px; }
    .pvh-hero__text{ font-size:15px; }
}