/* ============================================================
   CAR TEKLİF — ANASAYFA: Google Yorumları (güzelleştirme)
   ============================================================ */

:root {
    --rv-blue: #0EA5F0;
    --rv-blue-600: #0B8FD8;
    --rv-navy: #0B2440;
    --rv-light: #EAF6FE;
    --rv-ink: #0B2440;
    --rv-muted: #5b6b7d;
    --rv-line: #eef1f5;
}

.hf-reviews-title { color: var(--rv-ink); letter-spacing: -0.02em; }
.hf-reviews-subtitle { color: var(--rv-muted); }

/* ---- Kart ---- */
.hf-review-card {
    background: #fff;
    border-radius: 18px;
    padding: 26px 24px 22px;
    border: 1px solid var(--rv-line);
    box-shadow: 0 10px 30px rgba(11, 36, 64, 0.06);
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}
.hf-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(11, 36, 64, 0.12);
    border-color: transparent;
}
/* soluk alıntı filigranı */
.hf-review-card::before {
    content: '\201C';
    position: absolute;
    top: 34px;
    left: 16px;
    font: 700 120px/1 Georgia, 'Times New Roman', serif;
    color: var(--rv-blue);
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
}
.hf-review-header,
.hf-review-content { position: relative; z-index: 1; }

/* ---- Avatar (renk PHP'den inline gelir) ---- */
.hf-review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hf-review-avatar-initial {
    font-size: 1.05rem;
    font-weight: 700;
    color: inherit;
    line-height: 1;
}
.hf-review-header {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px;
}

.hf-review-name {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--rv-ink);
    margin: 0 0 4px;
}
.hf-review-rating { display: flex; align-items: center; gap: 8px; }
.hf-review-stars { display: inline-flex; gap: 2px; }
.hf-review-stars i { color: #f6a609; font-size: 13px; }
.hf-review-date { font-size: 12px; color: #9aa7b4; }

.hf-review-text {
    font-size: 0.92rem;
    color: #44505e;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- Google etiketi (sağ üst, isimle çakışmaz) ---- */
.hf-review-google-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f6f9fc;
    border: 1px solid var(--rv-line);
    padding: 5px 11px;
    border-radius: 100px;
    font-size: 11px;
    color: #5f6368;
    font-weight: 600;
}

/* ---- Slider noktaları (marka mavisi — kesin/zorlamalı) ---- */
.hf-reviews-swiper,
.hf-reviews-pagination {
    --swiper-pagination-color: #0EA5F0;
    --swiper-pagination-bullet-inactive-color: #cdd7e1;
    --swiper-pagination-bullet-inactive-opacity: 1;
}
.hf-reviews-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cdd7e1 !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
}
.hf-reviews-pagination .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 100px;
    background: #0EA5F0 !important;
}

/* ---- Google rozeti (başlık üstü) ---- */
.hf-reviews-google-badge {
    box-shadow: 0 6px 18px rgba(11, 36, 64, 0.08);
    border: 1px solid var(--rv-line);
}
