.rv-hero-section {
    position: relative;
    background: linear-gradient(135deg, #112012 0%, #1c321e 50%, #0d1a0e 100%);
    color: #ffffff;
    padding: 64px 0 84px;
    overflow: hidden;
    text-align: center;
}
.rv-hero-glow-l {
    position: absolute; width: 420px; height: 420px;
    background: rgba(186, 128, 92, 0.16); border-radius: 50%;
    filter: blur(110px); top: -120px; left: -140px; pointer-events: none;
}
.rv-hero-glow-r {
    position: absolute; width: 420px; height: 420px;
    background: rgba(46, 102, 48, 0.22); border-radius: 50%;
    filter: blur(110px); bottom: -160px; right: -120px; pointer-events: none;
}
.rv-hero-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.rv-hero-pill {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 18px; background: rgba(186, 128, 92, 0.16);
    border: 1px solid rgba(186, 128, 92, 0.4); border-radius: 9999px;
    color: #ffe4d7; font-size: 0.82rem; font-weight: 700;
    margin-bottom: 16px; backdrop-filter: blur(6px);
}
.rv-hero-breadcrumb {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    font-size: 0.82rem; color: rgba(255, 255, 255, 0.6); margin-bottom: 18px;
}
.rv-hero-breadcrumb a {
    display: inline-flex; align-items: center; gap: 6px;
    color: rgba(255, 255, 255, 0.75); text-decoration: none; transition: color 0.2s;
}
.rv-hero-breadcrumb a:hover { color: #e9b395; }
.rv-hero-breadcrumb-sep { opacity: 0.5; }
.rv-hero-breadcrumb-sep i { transition: transform 0.2s ease; }
html[dir="rtl"] .rv-hero-breadcrumb-sep i { transform: scaleX(-1); }
.rv-hero-title {
    font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700; margin: 0 0 14px; color: #ffffff;
}
.rv-hero-title .brand-accent { color: #e9b395; }
.rv-hero-lead {
    font-size: 1.02rem; line-height: 1.7; color: rgba(255, 255, 255, 0.82);
    max-width: 680px; margin: 0 auto 0;
}
html[dir="rtl"] .rv-hero-title,
html[dir="rtl"] .rv-hero-lead,
html[dir="rtl"] .rv-hero-breadcrumb {
    direction: rtl;
    text-align: center;
    unicode-bidi: plaintext;
}
.rv-summary {
    position: relative; z-index: 2;
    max-width: 620px; margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px; padding: 24px 32px;
    display: flex; align-items: center; justify-content: center; gap: 28px;
    flex-wrap: wrap; backdrop-filter: blur(8px);
}
.rv-summary-score { text-align: center; }
.rv-summary-val {
    font-family: var(--font-serif); font-size: 2.6rem; font-weight: 700;
    color: #ffffff; line-height: 1;
}
.rv-summary-max { color: rgba(255, 255, 255, 0.55); font-size: 1.1rem; }
.rv-summary-stars { margin-top: 10px; display: flex; justify-content: center; gap: 3px; }
.rv-summary-stars i { color: #f5b942; font-size: 1rem; }
.rv-summary-line { border-left: 1px solid rgba(255, 255, 255, 0.15); height: 64px; }
.rv-summary-count { text-align: center; }
.rv-summary-count-num { font-size: 1.8rem; font-weight: 800; color: #ffffff; }
.rv-summary-count-label { font-size: 0.85rem; color: rgba(255, 255, 255, 0.65); margin-top: 4px; }
.rv-section { padding: 72px 0 56px; }
.rv-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.rv-card {
    background: var(--color-soft-cream);
    border: 1px solid rgba(144, 113, 85, 0.16);
    border-radius: 20px; padding: 28px;
    position: relative; display: flex; flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(9, 36, 28, 0.12);
}
.rv-card-quote {
    position: absolute; top: 22px; left: 24px; font-size: 1.5rem; color: #ba805c; opacity: 0.28;
}
html[dir="rtl"] .rv-card-quote { left: auto; right: 24px; }
.rv-card-top {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
}
.rv-card-stars { display: flex; gap: 3px; }
.rv-card-stars i { color: #f5b942; font-size: 0.9rem; }
.rv-card-rating {
    background: #2e6630; color: #ffffff; font-size: 0.8rem; font-weight: 700;
    padding: 3px 10px; border-radius: 9999px;
}
.rv-card-text {
    font-size: 0.96rem; line-height: 1.75; color: #3a3f42; margin: 0 0 20px; flex: 1;
}
html[dir="rtl"] .rv-card-text { direction: rtl; text-align: right; unicode-bidi: plaintext; }
.rv-card-author { display: flex; align-items: center; gap: 12px; }
.rv-card-avatar {
    width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #ba805c, #2e6630);
    color: #ffffff; font-weight: 800; font-size: 0.95rem;
}
.rv-card-author-info { min-width: 0; }
.rv-card-author-name {
    font-weight: 700; color: #1a231d; font-size: 0.97rem; margin: 0 0 2px;
}
.rv-card-author-meta { font-size: 0.78rem; color: #6b7670; display: flex; align-items: center; gap: 5px; }
.rv-card-author-meta i { color: #2e6630; }
.rv-form-section { padding: 0 0 84px; }
.rv-form-card {
    max-width: 720px; margin: 0 auto;
    background: linear-gradient(135deg, #112012 0%, #1e3822 100%);
    border: 1px solid rgba(186, 128, 92, 0.4);
    border-radius: 28px; padding: 44px 48px; color: #ffffff;
    box-shadow: 0 24px 60px rgba(9, 36, 28, 0.28);
}
.rv-form-card h2 {
    font-family: var(--font-serif); font-size: 1.9rem; font-weight: 700; margin: 0 0 8px;
}
.rv-form-card > p { color: rgba(255, 255, 255, 0.75); font-size: 0.95rem; margin: 0 0 28px; }
html[dir="rtl"] .rv-form-card h2,
html[dir="rtl"] .rv-form-card > p { direction: rtl; text-align: right; unicode-bidi: plaintext; }
.rv-field { margin-bottom: 22px; }
.rv-field label {
    display: block; font-size: 0.86rem; font-weight: 700; color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}
.rv-input {
    width: 100%; padding: 13px 16px; border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07); color: #ffffff;
    font-size: 0.96rem; outline: none; transition: border-color 0.2s, background 0.2s;
}
.rv-input::placeholder { color: rgba(255, 255, 255, 0.4); }
.rv-input:focus { border-color: #e9b395; background: rgba(255, 255, 255, 0.1); }
textarea.rv-input { resize: vertical; min-height: 130px; line-height: 1.7; }
.rv-stars-wrap { display: flex; align-items: center; gap: 14px; }
.rv-stars {
    display: inline-flex; gap: 4px; direction: ltr; cursor: pointer; user-select: none;
}
.rv-stars .star {
    font-size: 2rem; color: rgba(255, 255, 255, 0.25);
    transition: transform 0.15s ease, color 0.15s ease; line-height: 1;
}
.rv-stars:hover .star, .rv-stars.locked:hover .star { transform: scale(1.08); }
.rv-stars .star.hovered,
.rv-stars .star.selected { color: #f5b942; }
.rv-error-msg { color: #ffb4a2; font-size: 0.8rem; margin-top: 6px; display: block; }
.rv-form-card .rv-btn-submit {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #ba805c, #a96a45);
    color: #ffffff; border: none; border-radius: 12px;
    padding: 14px 30px; font-size: 1rem; font-weight: 800; cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rv-form-card .rv-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(186, 128, 92, 0.4); }
.rv-form-card .rv-pending-note {
    margin-top: 16px; font-size: 0.8rem; color: rgba(255, 255, 255, 0.5);
    display: flex; align-items: center; gap: 6px;
}
.rv-success-box {
    background: rgba(46, 102, 48, 0.25); border: 1px solid #6fae74;
    color: #ffffff; border-radius: 12px; padding: 14px 18px; margin-bottom: 22px;
    display: flex; align-items: center; gap: 10px; font-size: 0.95rem;
}
.rv-empty { text-align: center; padding: 40px 0; color: #6b7670; font-size: 1rem; }
.rv-more-wrap { text-align: center; margin-top: 36px; }
.rv-btn-more {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: #2e6630;
    border: 2px solid #2e6630; border-radius: 9999px;
    padding: 12px 32px; font-size: 0.95rem; font-weight: 800; cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.rv-btn-more:hover { background: #2e6630; color: #ffffff; }
.rv-btn-more:disabled {
    opacity: 0.6; cursor: wait; transform: none;
}
.rv-btn-more .fa-plus { font-size: 0.85rem; }
html[dir="rtl"] .rv-more-wrap { direction: rtl; text-align: center; }
html[dir="rtl"] .rv-field label,
html[dir="rtl"] .rv-field .rv-input,
html[dir="rtl"] .rv-form-card .rv-btn-submit,
html[dir="rtl"] .rv-form-card .rv-pending-note {
    direction: rtl;
    text-align: right;
    unicode-bidi: plaintext;
}
html[dir="rtl"] .rv-field .rv-input::placeholder { text-align: right; }
html[dir="rtl"] .rv-success-box { direction: rtl; text-align: right; unicode-bidi: plaintext; }
html[dir="rtl"] .rv-stars-wrap { justify-content: flex-start; }
html[dir="rtl"] .rv-form-card .rv-btn-submit { flex-direction: row-reverse; }
@media (max-width: 992px) {
    .rv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .rv-grid { grid-template-columns: 1fr; }
    .rv-form-card { padding: 30px 22px; }
    .rv-summary { gap: 16px; }
    .rv-summary-line { height: 44px; }
}
.toaster {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: min(380px, calc(100vw - 40px));
    pointer-events: none;
}
.toaster[dir="rtl"] {
    right: auto;
    left: 20px;
}
.toast {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 16px 44px 16px 16px;
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-left: 4px solid #2e9e5b;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(9, 36, 28, 0.18);
    opacity: 0;
    transform: translateX(40px);
    pointer-events: auto;
    overflow: hidden;
}
.toaster[dir="rtl"] .toast {
    border-left: 1px solid #e6e8eb;
    border-right: 4px solid #2e9e5b;
    transform: translateX(-40px);
}
.toast.toast-in {
    animation: rvToastIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.toast.toast-out {
    animation: rvToastOut 0.35s ease forwards;
}
.toast-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.toast-success { border-color: #e6e8eb; border-left-color: #2e9e5b; }
.toaster[dir="rtl"] .toast-success { border-right-color: #2e9e5b; }
.toast-success .toast-icon { background: #e4f6ec; color: #1f7a45; }
.toast-error { border-left-color: #c0392b; }
.toaster[dir="rtl"] .toast-error { border-right-color: #c0392b; }
.toast-error .toast-icon { background: #fdecea; color: #c0392b; }
.toast-warning { border-left-color: #d9a13b; }
.toaster[dir="rtl"] .toast-warning { border-right-color: #d9a13b; }
.toast-warning .toast-icon { background: #fdf3dd; color: #9c6d00; }
.toast-info { border-left-color: #4a6b8a; }
.toaster[dir="rtl"] .toast-info { border-right-color: #4a6b8a; }
.toast-info .toast-icon { background: #e8eef6; color: #33516e; }
.toast-content {
    flex: 1;
    min-width: 0;
}
.toast-title {
    font-size: 14px;
    font-weight: 800;
    color: #1a231d;
    margin-bottom: 3px;
}
.toast-message {
    font-size: 13px;
    font-weight: 500;
    color: #5f6b64;
    line-height: 1.55;
    word-wrap: break-word;
}
.toast-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #5f6b64;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.toaster[dir="rtl"] .toast-close {
    right: auto;
    left: 12px;
}
.toast-close:hover {
    background: #e9f7ef;
    color: #1a231d;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #2e9e5b;
    opacity: 0.85;
    animation: rvToastProgress 5s linear forwards;
}
.toast-success .toast-progress { background: #2e9e5b; }
.toast-error .toast-progress { background: #c0392b; }
.toast-warning .toast-progress { background: #d9a13b; }
.toast-info .toast-progress { background: #4a6b8a; }
.toast-details {
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.toast-details li {
    position: relative;
    font-size: 12.5px;
    font-weight: 500;
    color: #1a231d;
    padding-left: 16px;
    line-height: 1.5;
}
.toaster[dir="rtl"] .toast-details li {
    padding-left: 0;
    padding-right: 16px;
}
.toast-details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c0392b;
}
.toaster[dir="rtl"] .toast-details li::before {
    left: auto;
    right: 0;
}
@keyframes rvToastIn {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes rvToastOut {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(40px); }
}
@keyframes rvToastProgress {
    from { width: 100%; }
    to { width: 0%; }
}
@media (max-width: 560px) {
    .toaster,
    .toaster[dir="rtl"] {
        right: 12px;
        left: 12px;
        top: 12px;
        width: auto;
    }
}