.hp-reviews {
    --review-navy: var(--hp3-navy, #0b2942);
    --review-blue: var(--hp3-blue, #176b87);
    --review-line: #d8e7ed;
    min-width: 0;
    padding-block: 24px 12px;
    color: var(--review-navy);
}
.hp-reviews *, .hp-reviews *::before, .hp-reviews *::after { box-sizing: border-box; }
.hp-reviews-heading { margin-bottom: 28px; }
.hp-reviews-heading > span { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: var(--review-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hp-reviews-heading > span::before { content: ''; width: 28px; height: 3px; background: #f6c94c; }
.hp-reviews-heading h2 { margin: 0 0 12px; color: var(--review-navy); font-size: clamp(1.65rem, 3vw, 2.3rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.15; }
.hp-reviews-heading p { margin: 0; color: #526c7a; font-size: .92rem; line-height: 1.6; }
.hp-reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 3px 0 14px; }
.hp-reviews-track::-webkit-scrollbar { display: none; }
.hp-review-card { display: flex; flex-direction: column; min-width: 0; min-height: 330px; padding: 25px; border: 1px solid var(--review-line); border-top: 3px solid var(--review-blue); border-radius: 14px; background: linear-gradient(150deg, #f1f8fb, #fff 60%); box-shadow: 0 5px 12px rgba(11, 41, 66, .045); scroll-snap-align: start; overflow-wrap: anywhere; }
.hp-review-rating { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 21px; }
.hp-review-stars { display: flex; gap: 3px; }
.hp-review-stars svg { display: block; width: 19px; height: 19px; fill: #bc870b; }
.hp-review-stars svg.is-empty { fill: #d5e2e8; }
.hp-review-score { color: var(--review-blue); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.hp-review-quote { flex: 1; margin-bottom: 24px; }
.hp-review-quote blockquote { margin: 0; color: var(--review-navy); font-size: 1rem; line-height: 1.65; white-space: pre-line; }
.hp-review-toggle { padding: 0; margin-top: 9px; border: 0; background: transparent; color: var(--review-blue); font: inherit; font-size: .78rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.hp-review-author { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.hp-review-avatar { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: #e5f0f5; color: var(--review-blue); font-size: .9rem; font-weight: 800; }
.hp-review-author strong { display: block; color: var(--review-navy); font-size: .88rem; }
.hp-review-date { display: block; margin-top: 3px; color: #526c7a; font-size: .72rem; line-height: 1.5; }
.hp-review-footer { padding-top: 15px; border-top: 1px solid var(--review-line); }
.hp-review-place { display: flex; align-items: flex-start; gap: 8px; color: var(--review-blue); font-size: .76rem; font-weight: 600; line-height: 1.5; }
.hp-review-place svg { flex: 0 0 15px; width: 15px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.hp-review-stay { margin: 7px 0 0; color: #526c7a; font-size: .7rem; line-height: 1.5; }
.hp-reviews-controls { display: flex; align-items: center; gap: 18px; margin-top: 12px; }
.hp-reviews-position { flex-shrink: 0; color: #526c7a; font-size: .78rem; font-variant-numeric: tabular-nums; }
.hp-reviews-progress { flex: 1; height: 3px; overflow: hidden; border-radius: 3px; background: #e4edf1; }
.hp-reviews-progress span { display: block; height: 100%; background: var(--review-blue); transition: width .2s ease; }
.hp-reviews-arrows { display: flex; gap: 8px; }
.hp-reviews-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--review-blue); border-radius: 50%; background: var(--review-blue); color: #fff; cursor: pointer; transition: background .2s ease; }
.hp-reviews-arrow:hover:not(:disabled) { background: var(--review-navy); }
.hp-reviews-arrow:disabled { border-color: var(--review-line); background: #f3f7f9; color: #8298a4; cursor: default; }
.hp-reviews-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hp-reviews :focus-visible { outline: 3px solid var(--review-blue); outline-offset: 3px; }
.hp-reviews-track:focus-visible { outline-offset: -3px; }
.hp-reviews-state { margin: 0; padding: 28px; border: 1px solid var(--review-line); border-radius: 14px; background: #f1f8fb; color: #526c7a; text-align: center; }
.hp-reviews-retry { display: block; margin: 12px auto 0; }
.hp-reviews [hidden] { display: none !important; }
@media (max-width: 991.98px) { .hp-reviews-track { grid-auto-columns: calc((100% - 20px) / 2); } }
@media (max-width: 575.98px) {
    .hp3-homepage > .hp3-reviews { padding-inline: 12px; }
    .hp-reviews { padding-top: 16px; }
    .hp-reviews-track { grid-auto-columns: 100%; gap: 14px; }
    .hp-review-card { min-height: 330px; padding: 22px; }
    .hp-reviews-heading { margin-bottom: 22px; }
    .hp-reviews-controls { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .hp-reviews * { transition: none; } }
