/* ===== Ana sayfa modern tasarım (Premium VoucherCodes) ===== */

/* Bölüm başlığı: sarı çizgi + kalın başlık + view-all */
.vc-sec-head {
    display: flex; align-items: center; justify-content: space-between;
    margin: 0 0 18px; gap: 12px;
}
.vc-sec-title {
    display: flex; align-items: center; gap: 12px;
    font-size: 22px; font-weight: 800; color: #241C17; line-height: 1.2; margin: 0;
}
.vc-sec-title::before {
    content: ''; flex-shrink: 0; width: 5px; height: 28px;
    background: #FFE019; border-radius: 3px;
}
.vc-sec-viewall {
    flex-shrink: 0; font-size: 13px; font-weight: 700; color: #241C17;
    text-decoration: none; white-space: nowrap;
}
.vc-sec-viewall:hover { text-decoration: underline; }
@media (min-width: 768px) { .vc-sec-title { font-size: 28px; } .vc-sec-title::before { height: 34px; } .vc-sec-viewall { font-size: 15px; } }

/* Kart hover */
.vc-card-hover { transition: transform .2s ease, box-shadow .2s ease; }
.vc-card-hover:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(36,28,23,.12); }

/* Hero konteyner */
.vc-hero-wrap { border-radius: 16px; overflow: hidden; box-shadow: 0 6px 24px rgba(36,28,23,.08); }

/* Güven rozetleri — temiz kartlar */
.vc-trust-wrap { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 40px; }
.vc-trust-card {
    flex: 1 1 200px; display: flex; align-items: center; gap: 14px;
    background: #fff; border-radius: 14px; padding: 18px 20px;
    box-shadow: 0 2px 10px rgba(36,28,23,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.vc-trust-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(36,28,23,.12); }
.vc-trust-ico {
    flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
    background: #F7F4EE; display: flex; align-items: center; justify-content: center;
}
.vc-trust-ico img { width: 30px; height: 30px; }
.vc-trust-title { font-size: 15px; font-weight: 800; color: #241C17; margin: 0 0 2px; }
.vc-trust-desc { font-size: 13px; color: #6b645c; margin: 0; line-height: 1.4; }

/* Bölüm aralığı */
.vc-sec { margin-bottom: 40px; }
@media (min-width: 768px) { .vc-sec { margin-bottom: 56px; } }

/* ===== Mobil footer — kompakt ===== */
@media (max-width: 767px) {
    .footer-links { display: none; }
    footer nav { margin-top: 8px; }
    footer .trust-pilot { margin-top: 16px; margin-bottom: 16px; }
    footer .trust-pilot p { text-align: center; }
}
