/*
 * Kartepe Bungalov Villas — Google Reviews / Premium v3.6 Snap + Focus Modal
 * Native touch, proximity scroll-snap, no autoplay, no homepage inline-style conflicts.
 */

.kbv-google-reviews,
.kbv-google-reviews * {
    box-sizing: border-box;
}

.kbv-google-reviews {
    --kbv-bg: #08100d;
    --kbv-bg-2: #0d1712;
    --kbv-panel: rgba(13, 24, 18, .92);
    --kbv-panel-soft: rgba(255, 255, 255, .045);
    --kbv-border: rgba(219, 174, 76, .28);
    --kbv-border-strong: rgba(238, 195, 97, .48);
    --kbv-gold: #e2b957;
    --kbv-gold-soft: #f0d38b;
    --kbv-text: #f7f4ec;
    --kbv-muted: rgba(247, 244, 236, .69);
    --kbv-muted-2: rgba(247, 244, 236, .52);
    --kbv-green: #7ba66e;
    --kbv-shadow: 0 28px 72px rgba(0, 0, 0, .34);
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 12px auto;
    padding: 0 16px;
    color: var(--kbv-text);
    font-family: inherit;
    isolation: isolate;
    content-visibility: auto;
    contain-intrinsic-size: 620px;
}

.kbv-reviews-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 3.1vw, 38px);
    border: 1px solid var(--kbv-border);
    border-radius: clamp(20px, 2.2vw, 30px);
    background:
        linear-gradient(145deg, rgba(255,255,255,.035), transparent 30%),
        radial-gradient(circle at 7% 4%, rgba(85, 137, 76, .22), transparent 31%),
        radial-gradient(circle at 94% 5%, rgba(226, 185, 87, .13), transparent 31%),
        linear-gradient(137deg, #07100c 0%, #0b1510 54%, #0a100e 100%);
    box-shadow: var(--kbv-shadow), inset 0 1px 0 rgba(255,255,255,.055);
}

.kbv-reviews-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .19;
    background-image:
        linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.07) 46.2% 46.6%, transparent 46.8%),
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: auto, 54px 54px, 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.kbv-reviews-shell::after {
    content: "";
    position: absolute;
    left: clamp(22px, 3.1vw, 38px);
    right: clamp(22px, 3.1vw, 38px);
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240,211,139,.78), transparent);
    opacity: .72;
}

.kbv-reviews-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(2px);
    opacity: .55;
}

.kbv-reviews-glow-one {
    width: 230px;
    height: 230px;
    left: -160px;
    top: 18%;
    background: radial-gradient(circle, rgba(89,139,79,.22), transparent 68%);
}

.kbv-reviews-glow-two {
    width: 280px;
    height: 280px;
    right: -210px;
    top: -110px;
    background: radial-gradient(circle, rgba(226,185,87,.18), transparent 68%);
}

.kbv-reviews-header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: clamp(18px, 2.6vw, 34px);
    align-items: center;
    margin-bottom: clamp(22px, 2.8vw, 32px);
}

.kbv-reviews-heading { min-width: 0; }

.kbv-reviews-kicker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.kbv-reviews-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--kbv-gold-soft);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.kbv-reviews-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, var(--kbv-gold), transparent);
}

.kbv-reviews-live-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 25px;
    padding: 0 10px;
    border: 1px solid rgba(123,166,110,.28);
    border-radius: 999px;
    color: rgba(224,239,219,.84);
    background: rgba(123,166,110,.075);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .03em;
}

.kbv-reviews-live-chip > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8eb780;
    box-shadow: 0 0 0 4px rgba(142,183,128,.09);
}

.kbv-reviews-title {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.5vw, 52px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.kbv-reviews-desc {
    max-width: 620px;
    margin: 12px 0 0;
    color: var(--kbv-muted);
    font-size: 14px;
    line-height: 1.55;
}

.kbv-reviews-rating {
    display: grid;
    grid-template-columns: 42px auto;
    gap: 12px;
    align-items: center;
    min-width: 205px;
    padding: 13px 16px;
    border: 1px solid rgba(226,185,87,.20);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.kbv-rating-brand {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,.17);
}

.kbv-rating-brand img { display: block; width: 28px; height: 28px; }

.kbv-rating-score-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 10px;
    min-width: 0;
}

.kbv-reviews-score {
    grid-row: 1 / 3;
    color: var(--kbv-gold-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.03em;
}

.kbv-reviews-stars,
.kbv-review-stars,
.kbv-modal-stars {
    color: #f6c95d;
    letter-spacing: 1.8px;
    text-shadow: 0 0 16px rgba(246,201,93,.12);
}

.kbv-reviews-stars {
    align-self: end;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.kbv-reviews-count {
    align-self: start;
    margin-top: 4px;
    color: var(--kbv-muted-2);
    font-size: 10.5px;
    line-height: 1.2;
    white-space: nowrap;
}

.kbv-google-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 17px;
    overflow: hidden;
    border: 1px solid var(--kbv-border-strong);
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, rgba(226,185,87,.18), rgba(255,255,255,.045));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 28px rgba(0,0,0,.14);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.kbv-google-button::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -70%;
    width: 46%;
    height: 260%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
    transform: rotate(20deg);
    transition: left .5s ease;
    pointer-events: none;
}

.kbv-google-button:hover {
    transform: translateY(-2px);
    border-color: rgba(240,211,139,.72);
    background: linear-gradient(135deg, rgba(226,185,87,.25), rgba(255,255,255,.06));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.075), 0 15px 34px rgba(0,0,0,.18);
}

.kbv-google-button:hover::before { left: 130%; }
.kbv-google-button img { flex: 0 0 auto; }
.kbv-button-arrow { color: var(--kbv-gold-soft); font-size: 16px; }

.kbv-google-button:focus-visible,
.kbv-carousel-arrow:focus-visible,
.kbv-review-more:focus-visible,
.kbv-review-dot:focus-visible,
.kbv-review-author-link:focus-visible,
.kbv-review-source:focus-visible,
.kbv-reviews-window:focus-visible,
.kbv-review-modal-close:focus-visible,
.kbv-modal-google-link:focus-visible,
.kbv-modal-author:focus-visible {
    outline: 2px solid #f2cf76;
    outline-offset: 3px;
}

.kbv-carousel-wrap {
    position: relative;
    z-index: 1;
}

.kbv-reviews-window {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 2px;
    overscroll-behavior: auto;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.kbv-reviews-window::-webkit-scrollbar { display: none; }

.kbv-reviews-track {
    display: flex;
    gap: 16px;
    width: 100%;
    min-width: 0;
    transform: none;
    transition: none;
    will-change: auto;
}

.kbv-review-card {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 32px) / 3);
    flex-direction: column;
    width: auto;
    min-width: 0;
    min-height: 282px;
    padding: 21px;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid rgba(226,185,87,.15);
    border-radius: 19px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.026)),
        rgba(6, 12, 9, .33);
    box-shadow: 0 17px 40px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.035);
    transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}


.kbv-review-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(125deg, rgba(255,255,255,.045), transparent 30% 75%, rgba(226,185,87,.035));
}

.kbv-review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(226,185,87,.34);
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03)),
        rgba(6, 12, 9, .36);
    box-shadow: 0 23px 50px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.045);
}

.kbv-review-quote {
    position: absolute;
    top: 3px;
    right: 16px;
    color: rgba(226,185,87,.12);
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: 1;
    pointer-events: none;
}

.kbv-review-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.kbv-review-photo-wrap {
    position: relative;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.kbv-review-photo {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    background: rgba(255,255,255,.07);
}

.kbv-review-photo.is-fallback,
.kbv-modal-avatar.is-fallback {
    object-fit: contain;
    padding: 9px;
    background: #fff;
}

.kbv-review-google-mini {
    position: absolute;
    right: -3px;
    bottom: -2px;
    width: 18px;
    height: 18px;
    padding: 2px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.22);
}

.kbv-review-person { min-width: 0; }

.kbv-review-author-link {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.25;
}

.kbv-review-author-link:hover { color: var(--kbv-gold-soft); }

.kbv-review-time {
    margin-top: 5px;
    color: var(--kbv-muted-2);
    font-size: 11.5px;
    line-height: 1.25;
}

.kbv-review-stars {
    position: relative;
    z-index: 1;
    margin-top: 17px;
    font-size: 16px;
    line-height: 1;
}

.kbv-review-text {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: rgba(255,255,255,.81);
    font-size: 13px;
    line-height: 1.64;
    overflow-wrap: anywhere;
}

.kbv-review-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.kbv-review-more {
    padding: 0;
    border: 0;
    color: var(--kbv-gold-soft);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
}

.kbv-review-more:hover { text-decoration: underline; text-underline-offset: 3px; }
.kbv-review-spacer { min-width: 1px; min-height: 1px; }

.kbv-review-source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--kbv-muted-2);
    text-decoration: none;
    font-size: 10.5px;
    font-weight: 700;
    white-space: nowrap;
}

.kbv-review-source:hover { color: rgba(255,255,255,.84); }

.kbv-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-top: -33px;
    padding: 0 0 3px;
    border: 1px solid rgba(226,185,87,.25);
    border-radius: 50%;
    color: #fff;
    background: rgba(11, 20, 15, .88);
    box-shadow: 0 12px 28px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.05);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, opacity .18s ease;
}

.kbv-carousel-arrow:hover:not(:disabled) {
    transform: scale(1.06);
    border-color: rgba(240,211,139,.55);
    background: rgba(34, 39, 26, .94);
}

.kbv-carousel-arrow:disabled {
    opacity: .22;
    cursor: default;
}

.kbv-carousel-prev { left: -18px; }
.kbv-carousel-next { right: -18px; }
.kbv-carousel-static .kbv-carousel-arrow { display: none; }

.kbv-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    min-height: 8px;
    margin-top: 20px;
}

.kbv-reviews-dots[hidden] { display: none; }

.kbv-review-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.20);
    cursor: pointer;
    transition: width .22s ease, background .22s ease, transform .22s ease;
}

.kbv-review-dot:hover { background: rgba(255,255,255,.38); }
.kbv-review-dot.is-active { width: 29px; background: var(--kbv-gold); }

.kbv-reviews-footnote {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 17px;
    color: rgba(247,244,236,.42);
    text-align: center;
    font-size: 9.5px;
    line-height: 1.45;
}

.kbv-footnote-separator { color: rgba(226,185,87,.55); }

/* Modal */
html.kbv-modal-lock,
body.kbv-modal-lock {
    overflow: hidden !important;
    overscroll-behavior: none !important;
}

.kbv-review-modal[hidden] { display: none !important; }

.kbv-review-modal {
    --kbv-gold-soft: #f0d38b;
    --kbv-muted-2: rgba(247, 244, 236, .52);
    --kbv-ease-premium: cubic-bezier(.22, 1, .36, 1);
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(0, 0, 0, .88);
    touch-action: none;
    overscroll-behavior: contain;
    -webkit-backdrop-filter: blur(11px) saturate(.72);
    backdrop-filter: blur(11px) saturate(.72);
}

.kbv-review-modal-box {
    touch-action: pan-y;
    overscroll-behavior: contain;
}

.kbv-review-modal-box {
    position: relative;
    width: min(760px, 100%);
    max-height: min(86vh, 780px);
    overflow-y: auto;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(226,185,87,.32);
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at top left, rgba(85,137,76,.18), transparent 33%),
        radial-gradient(circle at top right, rgba(226,185,87,.10), transparent 30%),
        linear-gradient(145deg, #0d1511, #090e0c);
    box-shadow: 0 38px 100px rgba(0,0,0,.64), inset 0 1px 0 rgba(255,255,255,.05);
}

.kbv-review-modal-close {
    position: absolute;
    top: 17px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.045);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.kbv-review-modal-close:hover { color: #fff; background: rgba(255,255,255,.08); }

.kbv-modal-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 42px;
}

.kbv-modal-avatar {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    object-fit: cover;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
}

.kbv-modal-author {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
}

.kbv-modal-author:hover { color: var(--kbv-gold-soft); }
.kbv-modal-time { margin-top: 5px; color: var(--kbv-muted-2); font-size: 12px; }
.kbv-modal-stars { margin-top: 24px; font-size: 18px; }

.kbv-modal-text {
    margin: 20px 0 0;
    color: rgba(255,255,255,.84);
    font-size: 15px;
    line-height: 1.75;
    white-space: pre-line;
}

.kbv-review-reply {
    margin-top: 25px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 16px;
    background: rgba(255,255,255,.04);
}

.kbv-review-reply-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.kbv-review-reply-title img { border-radius: 50%; }
.kbv-review-reply-text { color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.65; }

.kbv-modal-google-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 45px;
    margin-top: 26px;
    padding: 0 18px;
    border: 1px solid rgba(226,185,87,.32);
    border-radius: 13px;
    color: #fff;
    background: rgba(226,185,87,.10);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.kbv-review-loading-shell { min-height: 320px; display: grid; place-items: center; }
.kbv-review-loading,
.kbv-review-empty {
    position: relative;
    z-index: 1;
    padding: 26px;
    color: var(--kbv-muted);
    text-align: center;
    font-size: 13px;
}

.kbv-loading-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--kbv-gold);
    animation: kbvPulse 1.2s ease-in-out infinite;
}

@keyframes kbvPulse {
    0%, 100% { opacity: .38; transform: scale(.85); }
    50% { opacity: 1; transform: scale(1); }
}

/* Tablet: 2 cards. Native scroll remains the only horizontal movement system. */
@media (max-width: 980px) {
    .kbv-google-reviews { padding-inline: 10px; }
    .kbv-reviews-shell { padding: 20px 18px; border-radius: 22px; }

    .kbv-reviews-header {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "heading button"
            "rating rating";
        gap: 14px 16px;
        margin-bottom: 18px;
    }

    .kbv-reviews-heading { grid-area: heading; }
    .kbv-reviews-rating { grid-area: rating; width: fit-content; min-width: 205px; }
    .kbv-google-button { grid-area: button; align-self: start; min-height: 42px; }

    .kbv-reviews-track > .kbv-review-card {
        flex-basis: calc((100% - 16px) / 2);
        min-height: 258px;
    }

    .kbv-carousel-prev { left: -11px; }
    .kbv-carousel-next { right: -11px; }
}

/* Mobile: one card + a small preview of the next card to teach swipe without JS gestures. */
@media (max-width: 640px) {
    .kbv-google-reviews {
        margin: 8px auto 0;
        padding-inline: 8px;
        contain-intrinsic-size: 590px;
    }

    .kbv-reviews-shell {
        padding: 16px 12px 15px;
        border-radius: 19px;
    }

    .kbv-reviews-shell::after { left: 20px; right: 20px; }

    .kbv-reviews-header {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "heading button"
            "rating rating";
        gap: 11px 9px;
        margin-bottom: 14px;
    }

    .kbv-reviews-kicker-row { gap: 7px; margin-bottom: 7px; }
    .kbv-reviews-eyebrow { font-size: 8.5px; letter-spacing: .15em; }
    .kbv-reviews-eyebrow::before { display: none; }
    .kbv-reviews-live-chip { min-height: 21px; padding-inline: 8px; font-size: 8.5px; }
    .kbv-reviews-title { font-size: clamp(22px, 7vw, 29px); }
    .kbv-reviews-desc { display: none; }

    .kbv-google-button {
        min-height: 36px;
        padding-inline: 10px;
        border-radius: 11px;
        font-size: 10.5px;
        gap: 7px;
    }
    .kbv-google-button img { width: 16px; height: 16px; }
    .kbv-button-arrow { display: none; }

    .kbv-reviews-rating {
        width: 100%;
        min-width: 0;
        grid-template-columns: 36px auto;
        gap: 9px;
        padding: 9px 11px;
        border-radius: 13px;
    }

    .kbv-rating-brand { width: 36px; height: 36px; border-radius: 10px; }
    .kbv-rating-brand img { width: 24px; height: 24px; }
    .kbv-reviews-score { font-size: 30px; }
    .kbv-reviews-stars { font-size: 12px; letter-spacing: 1.1px; }
    .kbv-reviews-count { font-size: 9.5px; }

    .kbv-reviews-track { gap: 10px; }
    .kbv-reviews-track > .kbv-review-card {
        flex-basis: 88%;
        width: 88%;
        min-height: 236px;
        padding: 15px;
        border-radius: 16px;
    }

    .kbv-review-card:hover { transform: none; }
    .kbv-review-photo-wrap,
    .kbv-review-photo { width: 42px; height: 42px; flex-basis: 42px; }
    .kbv-review-google-mini { width: 16px; height: 16px; }
    .kbv-review-author-link { font-size: 12.5px; }
    .kbv-review-time { font-size: 10.5px; }
    .kbv-review-stars { margin-top: 13px; font-size: 14px; }
    .kbv-review-text { margin-top: 10px; font-size: 11.8px; line-height: 1.56; }
    .kbv-review-footer { padding-top: 13px; }
    .kbv-review-more { font-size: 11.5px; }
    .kbv-review-source { font-size: 9.5px; }
    .kbv-review-quote { top: 2px; right: 10px; font-size: 60px; }

    .kbv-carousel-arrow { display: none; }
    .kbv-reviews-dots { margin-top: 14px; }
    .kbv-reviews-footnote { margin-top: 12px; gap: 3px 5px; font-size: 8.5px; }
    .kbv-footnote-separator { display: none; }

    .kbv-review-modal { align-items: flex-end; padding: 9px; }
    .kbv-review-modal-box {
        width: 100%;
        max-height: 90vh;
        padding: 27px 18px 22px;
        border-radius: 20px;
    }
    .kbv-modal-text { font-size: 14px; line-height: 1.68; }
}

@media (max-width: 390px) {
    .kbv-reviews-live-chip { display: none; }
    .kbv-google-button span:not(.kbv-button-arrow) { font-size: 0; }
    .kbv-google-button span:not(.kbv-button-arrow)::after { content: "Google"; font-size: 10.5px; }
    .kbv-reviews-track > .kbv-review-card { flex-basis: 91%; width: 91%; }
}

@media (prefers-reduced-motion: reduce) {
    .kbv-google-reviews *,
    .kbv-google-reviews *::before,
    .kbv-google-reviews *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

@media (forced-colors: active) {
    .kbv-reviews-shell,
    .kbv-review-card,
    .kbv-reviews-rating,
    .kbv-google-button { border: 1px solid CanvasText; }
}

/* ========================================================================
   PREMIUM COMPACT v2.1 — MOBILE DENSITY + LEGACY-CSS HARDENING
   This block intentionally uses scoped, high-specificity overrides because
   older homepage versions contained !important mobile rules such as
   .kbv-reviews-rating::before that injected a second Google icon.
   ======================================================================== */

/* Never allow an older inline stylesheet to inject a second Google icon. */
.kbv-google-reviews .kbv-reviews-rating::before,
.kbv-google-reviews .kbv-reviews-rating::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.kbv-google-reviews .kbv-reviews-rating > .kbv-rating-brand {
    display: grid !important;
}

.kbv-google-reviews .kbv-reviews-count strong {
    color: rgba(255,255,255,.82);
    font-weight: 800;
}

.kbv-google-reviews .kbv-count-latest {
    color: rgba(240,211,139,.72);
}

@media (max-width: 640px) {
    .kbv-google-reviews {
        margin-top: 6px;
        padding-inline: 6px;
        contain-intrinsic-size: 520px;
    }

    .kbv-google-reviews .kbv-reviews-shell {
        padding: 13px 9px 11px !important;
        border-radius: 18px;
    }

    .kbv-google-reviews .kbv-reviews-shell::after {
        left: 16px;
        right: 16px;
    }

    .kbv-google-reviews .kbv-reviews-header {
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas:
            "heading button"
            "rating rating" !important;
        gap: 8px 8px !important;
        margin-bottom: 10px !important;
        align-items: start !important;
    }

    .kbv-google-reviews .kbv-reviews-kicker-row {
        gap: 5px !important;
        margin-bottom: 4px !important;
        min-height: 18px;
    }

    .kbv-google-reviews .kbv-reviews-eyebrow {
        font-size: 8.2px !important;
        letter-spacing: .14em !important;
        line-height: 1.15 !important;
    }

    /* The same information is expressed more efficiently in the rating strip. */
    .kbv-google-reviews .kbv-reviews-live-chip {
        display: none !important;
    }

    .kbv-google-reviews .kbv-reviews-title {
        font-size: clamp(21px, 6.3vw, 27px) !important;
        line-height: 1 !important;
    }

    .kbv-google-reviews .kbv-google-button {
        min-height: 32px !important;
        padding: 0 9px !important;
        border-radius: 10px !important;
        gap: 6px !important;
        font-size: 9.8px !important;
    }

    .kbv-google-reviews .kbv-google-button img {
        width: 15px !important;
        height: 15px !important;
    }

    /* One compact row: Google mark | 5.0 | stars | count + last-five status. */
    .kbv-google-reviews .kbv-reviews-rating {
        display: grid !important;
        grid-template-columns: 30px minmax(0, 1fr) !important;
        grid-template-rows: 1fr !important;
        align-items: center !important;
        column-gap: 8px !important;
        row-gap: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 7px 9px !important;
        border: 1px solid rgba(226,185,87,.20) !important;
        border-radius: 12px !important;
        background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)) !important;
        text-align: left !important;
    }

    .kbv-google-reviews .kbv-reviews-rating > .kbv-rating-brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: grid !important;
        place-items: center !important;
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 9px !important;
        background: rgba(255,255,255,.96) !important;
        box-shadow: 0 5px 14px rgba(0,0,0,.16) !important;
    }

    .kbv-google-reviews .kbv-rating-brand img {
        display: block !important;
        width: 21px !important;
        height: 21px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .kbv-google-reviews .kbv-rating-score-wrap {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-columns: auto auto minmax(0, 1fr) !important;
        grid-template-rows: 1fr !important;
        align-items: center !important;
        column-gap: 8px !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .kbv-google-reviews .kbv-reviews-score {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: center !important;
        margin: 0 !important;
        color: var(--kbv-gold-soft) !important;
        font-size: 27px !important;
        line-height: 1 !important;
        letter-spacing: -.025em !important;
        text-align: left !important;
    }

    .kbv-google-reviews .kbv-reviews-stars {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: center !important;
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 1 !important;
        letter-spacing: .7px !important;
        white-space: nowrap !important;
    }

    .kbv-google-reviews .kbv-reviews-count {
        grid-column: 3 !important;
        grid-row: 1 !important;
        align-self: center !important;
        justify-self: end !important;
        margin: 0 !important;
        min-width: 0 !important;
        color: rgba(247,244,236,.54) !important;
        font-size: 8.8px !important;
        line-height: 1.15 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .kbv-google-reviews .kbv-count-label {
        display: inline !important;
    }

    .kbv-google-reviews .kbv-count-latest {
        display: block !important;
        margin-top: 2px !important;
        color: rgba(240,211,139,.74) !important;
        font-size: 8px !important;
        font-weight: 700 !important;
        letter-spacing: .01em !important;
    }

    .kbv-google-reviews .kbv-reviews-window {
        padding: 1px !important;
    }

    .kbv-google-reviews .kbv-reviews-track {
        gap: 8px !important;
    }

    .kbv-google-reviews .kbv-reviews-track > .kbv-review-card {
        flex-basis: 90% !important;
        width: 90% !important;
        min-height: 216px !important;
        padding: 13px !important;
        border-radius: 15px !important;
    }

    .kbv-google-reviews .kbv-review-photo-wrap,
    .kbv-google-reviews .kbv-review-photo {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
    }

    .kbv-google-reviews .kbv-review-google-mini {
        width: 14px !important;
        height: 14px !important;
        right: -2px !important;
        bottom: -1px !important;
        padding: 1.5px !important;
    }

    .kbv-google-reviews .kbv-review-head {
        gap: 9px !important;
    }

    .kbv-google-reviews .kbv-review-author-link {
        font-size: 12px !important;
        line-height: 1.18 !important;
    }

    .kbv-google-reviews .kbv-review-time {
        margin-top: 3px !important;
        font-size: 9.5px !important;
    }

    .kbv-google-reviews .kbv-review-stars {
        margin-top: 10px !important;
        font-size: 12.5px !important;
        letter-spacing: 1.1px !important;
    }

    .kbv-google-reviews .kbv-review-text {
        margin-top: 8px !important;
        font-size: 11px !important;
        line-height: 1.48 !important;
    }

    .kbv-google-reviews .kbv-review-footer {
        gap: 8px !important;
        padding-top: 9px !important;
    }

    .kbv-google-reviews .kbv-review-more {
        font-size: 10.5px !important;
    }

    .kbv-google-reviews .kbv-review-source {
        gap: 4px !important;
        font-size: 8.8px !important;
    }

    .kbv-google-reviews .kbv-review-source img {
        width: 12px !important;
        height: 12px !important;
    }

    .kbv-google-reviews .kbv-review-quote {
        right: 8px !important;
        font-size: 52px !important;
    }

    .kbv-google-reviews .kbv-reviews-dots {
        min-height: 6px !important;
        margin-top: 9px !important;
        gap: 6px !important;
    }

    .kbv-google-reviews .kbv-review-dot {
        width: 6px !important;
        height: 6px !important;
    }

    .kbv-google-reviews .kbv-review-dot.is-active {
        width: 24px !important;
    }

    /* Compact premium bottom sheet. Explicit !important values neutralize
       older homepage modal typography and spacing rules. */
    .kbv-review-modal {
        align-items: flex-end !important;
        padding: 7px !important;
        background: rgba(0,0,0,.90) !important;
    }

    .kbv-review-modal-box {
        width: 100% !important;
        max-width: 560px !important;
        max-height: 84vh !important;
        max-height: 84dvh !important;
        padding: 17px 14px 14px !important;
        border-radius: 18px !important;
        border-color: rgba(226,185,87,.30) !important;
        background:
            radial-gradient(circle at top left, rgba(85,137,76,.14), transparent 34%),
            linear-gradient(145deg, #0d1511, #090e0c) !important;
        box-shadow: 0 28px 74px rgba(0,0,0,.60), inset 0 1px 0 rgba(255,255,255,.045) !important;
    }

    .kbv-review-modal-close {
        top: 9px !important;
        right: 9px !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
        font-size: 21px !important;
    }

    .kbv-modal-head {
        gap: 9px !important;
        padding-right: 34px !important;
    }

    .kbv-modal-avatar {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
    }

    .kbv-modal-author {
        font-size: 14px !important;
        line-height: 1.18 !important;
    }

    .kbv-modal-time {
        margin-top: 3px !important;
        font-size: 9.8px !important;
    }

    .kbv-modal-stars {
        margin-top: 12px !important;
        font-size: 13px !important;
        line-height: 1 !important;
        letter-spacing: 1.15px !important;
    }

    .kbv-modal-text {
        margin: 11px 0 0 !important;
        color: rgba(255,255,255,.82) !important;
        font-size: 12.2px !important;
        line-height: 1.52 !important;
    }

    .kbv-review-reply {
        margin-top: 14px !important;
        padding: 12px 13px !important;
        border-radius: 12px !important;
    }

    .kbv-review-reply-title {
        gap: 6px !important;
        margin-bottom: 6px !important;
        font-size: 10.8px !important;
    }

    .kbv-review-reply-text {
        font-size: 11px !important;
        line-height: 1.5 !important;
    }

    .kbv-modal-google-link {
        min-height: 36px !important;
        margin-top: 14px !important;
        padding: 0 13px !important;
        border-radius: 10px !important;
        gap: 6px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 390px) {
    .kbv-google-reviews .kbv-reviews-track > .kbv-review-card {
        flex-basis: 92% !important;
        width: 92% !important;
    }

    .kbv-google-reviews .kbv-count-label {
        display: none !important;
    }

    .kbv-google-reviews .kbv-reviews-count {
        font-size: 8.4px !important;
    }
}

/* =========================================================
   PREMIUM v3 — SIGNATURE MOTION
   Perception-led motion: calm at rest, responsive on touch.
   No external library, font, canvas, Lottie or autoplay.
========================================================= */

.kbv-google-reviews {
    --kbv-ease-premium: cubic-bezier(.22,.75,.22,1);
    --kbv-rail: rgba(255,255,255,.14);
}

.kbv-google-reviews:not(.kbv-swipe-teasing) .kbv-reviews-track {
    transform: none !important;
    transition: none !important;
}

/* A local, vector-only Kartepe contour signature. */
.kbv-signature-landscape {
    position: absolute;
    z-index: 0;
    right: -4%;
    bottom: -2px;
    width: min(76%, 850px);
    height: 168px;
    color: var(--kbv-gold-soft);
    opacity: .115;
    pointer-events: none;
    filter: drop-shadow(0 -10px 35px rgba(226,185,87,.035));
}

.kbv-landscape-mountain,
.kbv-landscape-contour {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    vector-effect: non-scaling-stroke;
}
.kbv-landscape-mountain-back { opacity: .34; stroke-width: .8; }
.kbv-landscape-contour { opacity: .28; stroke-dasharray: 2 7; }
.kbv-landscape-contour-two { opacity: .18; stroke-dasharray: 1 9; }
.kbv-landscape-star { fill: currentColor; opacity: .58; }

/* Layer order: decorative vector behind readable content. */
.kbv-reviews-header,
.kbv-carousel-wrap { position: relative; z-index: 2; }

/* Premium avatar ring without another asset request. */
.kbv-review-photo-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -2px;
    border-radius: 50%;
    background: conic-gradient(from 215deg, rgba(226,185,87,.30), rgba(123,166,110,.66), rgba(240,211,139,.88), rgba(226,185,87,.30));
    opacity: .55;
    transition: opacity .28s ease, filter .28s ease, transform .28s var(--kbv-ease-premium);
}
.kbv-review-photo { position: relative; z-index: 1; border: 2px solid #101713; }
.kbv-review-google-mini { z-index: 2; }
.kbv-review-card.is-active .kbv-review-photo-wrap::before { opacity: .88; }
.kbv-review-card.is-settled .kbv-review-photo-wrap::before {
    filter: drop-shadow(0 0 8px rgba(226,185,87,.24));
    transform: scale(1.035);
}

/* Custom vector quotation mark via CSS mask: no repeated SVG markup. */
.kbv-review-quote {
    top: 13px;
    right: 16px;
    width: 38px;
    height: 30px;
    color: transparent;
    font-size: 0;
    background: linear-gradient(135deg, rgba(240,211,139,.17), rgba(123,166,110,.06));
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 54'%3E%3Cpath fill='%23000' d='M8 49c-4-5-6-11-6-18C2 14 12 4 29 1v10c-9 2-14 7-15 14h13v24H8Zm39 0c-4-5-6-11-6-18C41 14 51 4 68 1v10c-9 2-14 7-15 14h13v24H47Z'/%3E%3C/svg%3E") center/contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 54'%3E%3Cpath fill='%23000' d='M8 49c-4-5-6-11-6-18C2 14 12 4 29 1v10c-9 2-14 7-15 14h13v24H8Zm39 0c-4-5-6-11-6-18C41 14 51 4 68 1v10c-9 2-14 7-15 14h13v24H47Z'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: .9;
}

/* Fine-pointer luxury spotlight: CSS only after JS supplies x/y. */
@media (pointer: fine) {
    .kbv-review-card::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        border-radius: inherit;
        opacity: 0;
        background: radial-gradient(220px circle at var(--kbv-mx, 50%) var(--kbv-my, 50%), rgba(240,211,139,.085), transparent 68%);
        transition: opacity .24s ease;
    }
    .kbv-review-card:hover::after { opacity: 1; }
}

/* Subtle card-settle light sweep. It runs once after a card snaps. */
.kbv-review-card::before {
    background:
        linear-gradient(112deg, transparent 0 39%, rgba(255,255,255,.07) 48%, transparent 57%),
        linear-gradient(125deg, rgba(255,255,255,.035), transparent 30% 75%, rgba(226,185,87,.035));
    background-size: 240% 100%, 100% 100%;
    background-position: -150% 0, 0 0;
}
.kbv-review-card.is-settled {
    animation: kbvCardSettle .48s var(--kbv-ease-premium) both;
    border-color: rgba(240,211,139,.40);
}
.kbv-review-card.is-settled::before {
    animation: kbvCardSweep .48s var(--kbv-ease-premium) both;
}
@keyframes kbvCardSettle {
    0% { transform: scale(.992); box-shadow: 0 17px 40px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.035); }
    55% { transform: scale(1.006); box-shadow: 0 20px 46px rgba(0,0,0,.19), 0 0 0 1px rgba(226,185,87,.08), inset 0 1px 0 rgba(255,255,255,.05); }
    100% { transform: scale(1); }
}
@keyframes kbvCardSweep {
    0% { background-position: -160% 0; opacity: .35; }
    45% { opacity: 1; }
    100% { background-position: 160% 0; opacity: .55; }
}

/* Star cascade: only the active card on snap, no infinite animation. */
.kbv-star { display: inline-block; }
.kbv-review-card.is-settled .kbv-review-stars .kbv-star {
    animation: kbvStarWake .32s var(--kbv-ease-premium) both;
    animation-delay: calc(var(--kbv-star-i, 0) * 36ms);
}
@keyframes kbvStarWake {
    0% { opacity: .45; transform: translateY(2px) scale(.88); filter: brightness(.82); }
    70% { opacity: 1; transform: translateY(-1px) scale(1.08); filter: brightness(1.14); }
    100% { opacity: 1; transform: none; filter: none; }
}

/* 'Read more' gets a tiny vector arrow; no external icon request. */
.kbv-review-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none !important;
}
.kbv-review-more::after {
    content: "";
    width: 13px;
    height: 9px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M1 6h14M11 1.5 16 6l-5 4.5'/%3E%3C/svg%3E") center/contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M1 6h14M11 1.5 16 6l-5 4.5'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform .22s var(--kbv-ease-premium);
}
.kbv-review-more:hover::after,
.kbv-review-more:focus-visible::after { transform: translateX(3px); }

/* Replaces conventional dots with a continuous, perception-friendly rail. */
.kbv-reviews-dots { display: none !important; }

.kbv-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.kbv-review-progress {
    display: grid;
    grid-template-columns: auto minmax(70px, 112px) auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 22px;
    margin-top: 17px;
    color: rgba(247,244,236,.47);
    font-variant-numeric: tabular-nums;
}
.kbv-review-progress[hidden] { display: none !important; }
.kbv-progress-counter {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-width: 44px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}
.kbv-progress-counter strong { color: var(--kbv-gold-soft); font-size: 10.5px; }
.kbv-progress-rail {
    position: relative;
    width: 100%;
    height: 3px;
    overflow: visible;
    border-radius: 999px;
    background: var(--kbv-rail);
}
.kbv-progress-fill {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--kbv-gold), var(--kbv-gold-soft));
    transform: scaleX(.035);
    transform-origin: left center;
    transition: transform .12s linear;
    box-shadow: 0 0 10px rgba(226,185,87,.16);
}
.kbv-progress-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #101610;
    border-radius: 50%;
    background: var(--kbv-gold-soft);
    box-shadow: 0 0 0 2px rgba(226,185,87,.15), 0 0 12px rgba(226,185,87,.22);
    transform: translate(-50%, -50%);
    transition: left .12s linear;
}
.kbv-swipe-label {
    display: none;
    align-items: center;
    gap: 4px;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.kbv-swipe-label span { color: var(--kbv-gold-soft); font-size: 12px; }

/* Entrance is gated behind .kbv-motion-ready so fallback HTML never stays hidden. */
.kbv-motion-ready:not(.kbv-in-view) .kbv-reviews-heading,
.kbv-motion-ready:not(.kbv-in-view) .kbv-reviews-rating,
.kbv-motion-ready:not(.kbv-in-view) .kbv-google-button,
.kbv-motion-ready:not(.kbv-in-view) .kbv-carousel-wrap {
    opacity: 0;
    transform: translateY(7px);
}
.kbv-motion-ready .kbv-reviews-heading,
.kbv-motion-ready .kbv-reviews-rating,
.kbv-motion-ready .kbv-google-button,
.kbv-motion-ready .kbv-carousel-wrap {
    transition: opacity .46s var(--kbv-ease-premium), transform .46s var(--kbv-ease-premium);
}
.kbv-motion-ready.kbv-in-view .kbv-reviews-rating { transition-delay: 45ms; }
.kbv-motion-ready.kbv-in-view .kbv-google-button { transition-delay: 80ms; }
.kbv-motion-ready.kbv-in-view .kbv-carousel-wrap { transition-delay: 120ms; }

/* Modal: polished fade/slide on desktop and luxury bottom sheet on mobile. */
.kbv-review-modal {
    opacity: 0;
    transition: opacity .2s ease;
}
.kbv-review-modal.is-open { opacity: 1; }
.kbv-review-modal-box {
    transform: translateY(10px) scale(.988);
    opacity: .97;
    transition: transform .24s var(--kbv-ease-premium), opacity .2s ease;
}
.kbv-review-modal.is-open .kbv-review-modal-box { transform: none; opacity: 1; }

@media (max-width: 680px) {
    /*
     * Native-touch model:
     * no JavaScript pointer capture and no preventDefault. The browser decides
     * gesture direction: horizontal pans move reviews, vertical pans move the page.
     */
    .kbv-google-reviews .kbv-reviews-window {
        touch-action: auto !important;
        overscroll-behavior: auto !important;
        scroll-snap-type: x proximity !important;
    }
    .kbv-google-reviews .kbv-review-card {
        scroll-snap-stop: normal;
    }

    .kbv-signature-landscape {
        right: -16%;
        bottom: 0;
        width: 118%;
        height: 112px;
        opacity: .085;
    }

    /* The next card remains visible and is deliberately de-emphasized. */
    .kbv-review-card { transition: transform .22s var(--kbv-ease-premium), opacity .22s ease, border-color .22s ease, box-shadow .22s ease; }
    .kbv-review-card:not(.is-active) { opacity: .84; transform: scale(.986); }
    .kbv-review-card.is-next { opacity: .91; }
    .kbv-review-card.is-active { opacity: 1; transform: none; }

    .kbv-review-progress {
        grid-template-columns: auto minmax(84px, 1fr) auto;
        width: min(250px, 78%);
        margin: 11px auto 0;
        gap: 8px;
    }
    .kbv-swipe-label { display: inline-flex; }
    .kbv-swipe-understood .kbv-swipe-label { opacity: .42; }

    /* Right-edge affordance: communicates horizontal continuation before first manual swipe. */
    .kbv-carousel-wrap::after {
        content: "";
        position: absolute;
        z-index: 3;
        top: 5px;
        right: -1px;
        bottom: 31px;
        width: 20px;
        pointer-events: none;
        opacity: .62;
        background: linear-gradient(90deg, transparent, rgba(226,185,87,.105));
        filter: blur(.2px);
        transition: opacity .28s ease;
    }
    .kbv-swipe-understood .kbv-carousel-wrap::after { opacity: 0; }

    /* One-time swipe hint without moving the real scroll track.
       The page remains fully native-scrollable while the affordance animates. */
    .kbv-swipe-teasing .kbv-carousel-wrap::after {
        animation: kbvEdgeSwipeHint .88s var(--kbv-ease-premium) both;
    }
    .kbv-swipe-teasing .kbv-swipe-label {
        color: var(--kbv-gold-soft);
        animation: kbvSwipeLabel .88s ease both;
    }
    .kbv-swipe-teasing .kbv-progress-thumb {
        animation: kbvSwipeThumb .88s var(--kbv-ease-premium) both;
    }
    @keyframes kbvEdgeSwipeHint {
        0%, 100% { opacity: .48; transform: translateX(0); }
        40% { opacity: .95; transform: translateX(-5px); }
        66% { opacity: .72; transform: translateX(-2px); }
    }
    @keyframes kbvSwipeThumb {
        0%, 100% { transform: translate(-50%, -50%); }
        42% { transform: translate(calc(-50% + 8px), -50%); }
    }
    @keyframes kbvSwipeLabel {
        0%, 100% { opacity: .55; transform: translateX(0); }
        45% { opacity: 1; transform: translateX(3px); }
    }

    /* True bottom-sheet proportions: compact, anchored and easy to parse. */
    .kbv-review-modal { padding: 7px; }
    .kbv-review-modal-box {
        width: 100%;
        max-height: min(82dvh, 650px);
        padding: 31px 17px 18px;
        border-radius: 22px 22px 17px 17px;
        transform: translateY(20px);
    }
    .kbv-review-modal-box::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 50%;
        width: 31px;
        height: 3px;
        border-radius: 999px;
        background: rgba(255,255,255,.20);
        transform: translateX(-50%);
    }
    .kbv-review-modal-box {
        max-height: min(82dvh, 650px) !important;
        padding: 31px 17px 18px !important;
        border-radius: 22px 22px 17px 17px !important;
        transform: translateY(20px);
    }
    .kbv-review-modal.is-open .kbv-review-modal-box { transform: translateY(0); }
    .kbv-review-modal-close { top: 18px !important; right: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .kbv-motion-ready:not(.kbv-in-view) .kbv-reviews-heading,
    .kbv-motion-ready:not(.kbv-in-view) .kbv-reviews-rating,
    .kbv-motion-ready:not(.kbv-in-view) .kbv-google-button,
    .kbv-motion-ready:not(.kbv-in-view) .kbv-carousel-wrap { opacity: 1; transform: none; }
    .kbv-review-card,
    .kbv-review-card::before,
    .kbv-review-photo-wrap::before,
    .kbv-review-stars .kbv-star,
    .kbv-review-modal,
    .kbv-review-modal-box,
    .kbv-progress-fill,
    .kbv-progress-thumb { animation: none !important; transition: none !important; }
    .kbv-swipe-teasing .kbv-reviews-track { animation: none !important; transform: none !important; }
}


/* ==========================================================
   Premium v3.2 — Desktop typography refinement
   Keeps mobile sizing untouched while aligning desktop copy
   with the homepage's quieter premium text rhythm.
   ========================================================== */
@media (min-width: 641px) {
    .kbv-google-reviews .kbv-reviews-desc {
        font-size: 12.5px;
        line-height: 1.52;
    }

    .kbv-google-reviews .kbv-review-text {
        font-size: 12px;
        line-height: 1.58;
    }
}


/* v3.4 final gesture authority: coarse pointers stay browser-native. */
@media (hover: none) and (pointer: coarse) {
    .kbv-google-reviews .kbv-reviews-window {
        touch-action: auto !important;
        overscroll-behavior: auto !important;
        scroll-snap-type: x proximity !important;
    }
    .kbv-google-reviews .kbv-reviews-track,
    .kbv-google-reviews .kbv-review-card {
        touch-action: auto !important;
    }
    .kbv-google-reviews .kbv-review-card {
        scroll-snap-stop: normal !important;
    }
}


/* ==========================================================
   Premium v3.5.1 — Mobile Calm Motion
   Keep the deliberate next-card peek and native vertical/horizontal touch.
   Remove only motion that can feel like a shake while swiping.
   ========================================================== */
@media (max-width: 680px) {
    .kbv-google-reviews .kbv-review-card,
    .kbv-google-reviews .kbv-review-card:not(.is-active),
    .kbv-google-reviews .kbv-review-card.is-next,
    .kbv-google-reviews .kbv-review-card.is-active {
        transform: none !important;
    }

    .kbv-google-reviews .kbv-review-card {
        transition: opacity .16s ease, border-color .16s ease, box-shadow .16s ease !important;
    }

    .kbv-google-reviews .kbv-review-card:not(.is-active) { opacity: .90 !important; }
    .kbv-google-reviews .kbv-review-card.is-next { opacity: .94 !important; }
    .kbv-google-reviews .kbv-review-card.is-active { opacity: 1 !important; }

    .kbv-google-reviews .kbv-review-card.is-settled,
    .kbv-google-reviews .kbv-review-card.is-settled::before,
    .kbv-google-reviews .kbv-review-card.is-settled .kbv-review-stars .kbv-star,
    .kbv-google-reviews .kbv-review-card.is-settled .kbv-review-photo-wrap::before,
    .kbv-google-reviews.kbv-swipe-teasing .kbv-carousel-wrap::after,
    .kbv-google-reviews.kbv-swipe-teasing .kbv-swipe-label,
    .kbv-google-reviews.kbv-swipe-teasing .kbv-progress-thumb {
        animation: none !important;
        transform: none !important;
    }
}
