/* de-reviews.css — вынесено из inline <style> компонента view/de/reviews.php */
/* ─── HERO ───────────────────────────────────────────── */
.rv-hero {
    position: relative;
    padding: 180px 0 120px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: #111;
}
.rv-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 40%, rgba(154,136,102,0.18) 0%, transparent 65%),
                radial-gradient(ellipse at 20% 80%, rgba(154,138,120,0.10) 0%, transparent 55%),
                #111;
    z-index: 0;
}
.rv-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
}
.rv-hero-badge {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9A8866;
    border: 1px solid rgba(154,136,102,0.4);
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 22px;
}
.rv-hero h1 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.15;
}
.rv-hero h1 span {
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 0.55em;
    letter-spacing: 4px;
    color: #9A8866;
    text-transform: uppercase;
}
.rv-hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
    line-height: 1.6;
}
.rv-hero-stars {
    font-size: 28px;
    color: #9A8866;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

/* ─── PLATFORM BADGES ────────────────────────────────── */
.rv-platforms {
    background: #f9f8f6;
    padding: 40px 0;
}
.rv-section-header {
    text-align: center;
    margin-bottom: 50px;
}
.rv-section-label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9A8866;
    margin-bottom: 14px;
}
.rv-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 12px;
}
.rv-section-sub {
    font-size: 16px;
    color: #666;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
}
.rv-trust-bar {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e8e4dd;
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.rv-trust-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 34px 28px;
    text-decoration: none;
    color: inherit;
    transition: background 0.25s ease;
    cursor: pointer;
}
.rv-trust-item:hover {
    background: rgba(154,136,102,0.06);
    text-decoration: none;
    color: inherit;
}
.rv-trust-divider {
    width: 1px;
    background: #e8e4dd;
    flex-shrink: 0;
    align-self: stretch;
}
.rv-trust-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 11px;
}
.rv-trust-logo img {
    max-height: 36px;
    max-width: 36px;
    width: auto;
    object-fit: contain;
}
.rv-trust-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rv-trust-stars {
    font-size: 16px;
    letter-spacing: 3px;
    color: #F5A623;
    line-height: 1;
    margin-bottom: 5px;
}
.rv-trust-stars.ta { color: #00852f; }
.rv-trust-stars.tp { color: #00B67A; }
.rv-trust-score {
    font-size: 28px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 4px;
}
.rv-trust-name {
    font-size: 11px;
    color: #bbb;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.rv-stats {
    background: #1A1A1A;
    padding: 40px 0;
}
.rv-stats .rv-section-title {
    color: #fff;
}
.rv-stats .rv-section-sub {
    color: rgba(255,255,255,0.55);
}
.rv-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.rv-stat-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 30px 24px;
    text-align: center;
    transition: border-color 0.3s ease;
}
.rv-stat-card:hover {
    border-color: rgba(154,136,102,0.4);
}
.rv-stat-score {
    font-size: 48px;
    font-weight: 700;
    color: #9A8866;
    line-height: 1;
    margin-bottom: 4px;
}
.rv-stat-score sup {
    font-size: 22px;
    font-weight: 400;
    color: rgba(154,136,102,0.7);
}
.rv-stat-stars {
    font-size: 18px;
    color: #9A8866;
    letter-spacing: 3px;
    margin-bottom: 16px;
}
.rv-stat-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4;
}
.rv-stat-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
}

.rv-cards {
    background: #fff;
    padding: 80px 0 100px;
}
.rv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.rv-card {
    background: #f9f8f6;
    border: 1px solid #e8e4dd;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rv-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.rv-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
.rv-card-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e8e4dd;
}
.rv-card-author {
    flex: 1;
}
.rv-card-name {
    font-weight: 600;
    font-size: 15px;
    color: #1A1A1A;
    margin-bottom: 2px;
}
.rv-card-source {
    font-size: 11px;
    color: #aaa;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.rv-card-platform {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rv-card-platform.google {
    background: #EA4335;
}
.rv-card-platform.tripadvisor {
    background: #00852f;
}
.rv-card-platform.trustpilot {
    background: #00B67A;
}
.rv-card-platform.trustpilot img {
    filter: brightness(0) invert(1);
}
.rv-card-platform img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.rv-card-stars {
    color: #F5A623;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.rv-card-stars.ta,
.rv-card-stars.tp { font-size: 0; letter-spacing: 0; }
.rv-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rv-card-quote {
    font-size: 48px;
    line-height: 1;
    color: #e8e4dd;
    font-family: Georgia, serif;
    position: absolute;
    bottom: 16px;
    right: 20px;
}

@media (max-width: 991px) {
    .rv-hero h1 { font-size: 44px; }
    .rv-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .rv-hero { padding: 130px 0 80px; }
    .rv-hero h1 { font-size: 32px; letter-spacing: 1px; }
    .rv-trust-bar { flex-wrap: wrap; max-width: 100%; border: none; border-radius: 0; box-shadow: none; background: transparent; overflow: visible; }
    .rv-trust-divider { display: none; }
    .rv-trust-item { flex: 1 1 45%; min-width: 0; border: 1px solid #e8e4dd; border-radius: 12px; margin: 6px; padding: 20px 16px; gap: 12px; }
    .rv-trust-item:last-child { flex: 1 1 100%; }
    .rv-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .rv-stat-card { padding: 22px 16px; }
    .rv-stat-score { font-size: 38px; }
    .rv-grid { grid-template-columns: 1fr; }
    .rv-section-title { font-size: 28px; }
    .rv-platforms, .rv-stats, .rv-cards { padding: 30px 0; }
}
@media (max-width: 480px) {
    .rv-stats-grid { grid-template-columns: 1fr 1fr; }
}
