/* ===== Blaturi Unicat – polish vizual ===== */

/* --- Hero --- */
.hero__caption h1 {
    font-size: 58px;
    line-height: 1.12;
}
.hero-sub {
    font-size: 17px;
    color: #4a4a55;
    max-width: 560px;
}
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}
.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff !important;
    font-weight: 700;
    padding: 16px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background .2s, transform .2s;
}
.btn-wa:hover { background: #1ebe5b; color: #fff; transform: translateY(-2px); }
.btn-wa svg { width: 20px; height: 20px; fill: #fff; }

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 34px;
}
.trust-strip .trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    color: #000a2d;
    font-size: 15px;
}
.trust-strip .trust-item i {
    color: #eb566c;
    font-size: 19px;
}

/* --- Titluri de secțiune --- */
.sect-title {
    font-size: 34px;
    font-weight: 700;
    color: #000a2d;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 8px;
}
.sect-sub {
    color: #666;
    margin-bottom: 38px;
    font-size: 16px;
}

/* --- Carduri esențe --- */
.esenta-card {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    transition: transform .25s, box-shadow .25s;
}
.esenta-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.esenta-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}
.esenta-card:hover img { transform: scale(1.06); }
.esenta-card .esenta-nume {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 30px 18px 14px 18px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,10,45,.72) 90%);
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.esenta-card .esenta-nume small {
    display: block;
    font-weight: 400;
    font-size: 13px;
    opacity: .9;
}

/* --- Carduri produse (grila + recente) --- */
.single-new-pro {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0,0,0,.07);
    transition: transform .25s, box-shadow .25s;
    padding-bottom: 6px;
}
.single-new-pro:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(0,0,0,.15); }
.single-new-pro .product-img { overflow: hidden; }
.single-new-pro .product-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}
.single-new-pro:hover .product-img img { transform: scale(1.05); }
.single-new-pro .product-caption { padding: 16px 12px 10px 12px; }
.single-new-pro .product-caption h3 {
    font-size: 19px;
    margin-bottom: 4px;
    color: #000a2d;
}
.single-new-pro .product-caption span {
    color: #eb566c;
    font-weight: 700;
    font-size: 17px;
}

/* --- Pași "Cum comand" --- */
.pas-card {
    text-align: center;
    padding: 34px 22px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(0,0,0,.07);
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.pas-card i {
    font-size: 40px;
    color: #eb566c;
    margin-bottom: 16px;
    display: inline-block;
}
.pas-card h3 {
    font-size: 20px;
    color: #000a2d;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px;
}
.pas-card p { color: #666; margin: 0; }
.sect-gri { background: #f7f7f9; }

/* --- Buton WhatsApp flotant --- */
.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,.28);
    transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: scale(1.09); box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* --- CTA pe pagina de produs --- */
.produs-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
}
.produs-cta .btn-tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #000a2d;
    color: #fff !important;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 14px;
    transition: background .2s;
}
.produs-cta .btn-tel:hover { background: #1a2550; color: #fff; }
.produs-cta .btn-wa { padding: 12px 22px; font-size: 14px; text-transform: none; letter-spacing: 0; }

/* --- Empty state filtru --- */
.filtru-gol {
    padding: 26px;
    background: #fff7f8;
    border: 1px solid #f3d4da;
    border-radius: 8px;
    color: #000a2d;
    font-size: 16px;
    margin-bottom: 24px;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .hero__caption h1 { font-size: 36px; }
    .sect-title { font-size: 26px; }
    .trust-strip { gap: 14px; }
    .wa-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}
