/* ============================================================
   Vina Rewards — public landing /rewards (V5 · bright editorial bento)
   Warm cream canvas · confident orange · bento hero · vertical feed.
   Recreated from the design handoff using the codebase font
   (Google Sans Flex body/display + Oswald numbers) and the existing
   .vnr-* blade + rewards.js contract (counters, FAQ, AJAX filter,
   deals popup). The deals popup is a separate light modal in
   rewards-deals-popup.css and consumes the --vnr-* compat tokens below.
   ============================================================ */

.vnr-rewards-page {
    /* Compatibility tokens consumed by rewards-deals-popup.css — keep names/values */
    --vnr-orange: #fb471f;
    --vnr-orange-600: #e4411c;
    --vnr-orange-50: #fff1ec;
    --vnr-orange-100: #ffe0d6;
    --vnr-indigo: #3949ab;
    --vnr-indigo-600: #2a3890;
    --vnr-indigo-50: #eef0fb;
    --vnr-indigo-100: #c5cdf0;
    --vnr-ink: #1a1613;
    --vnr-ink-2: #5c544b;
    --vnr-ink-3: #8b8175;
    --vnr-line: #ece5da;
    --vnr-line-2: #f4efe7;
    --vnr-bg: #fbf6ee;
    --vnr-bg-2: #f6efe3;
    --vnr-shadow-xs: 0 2px 8px -3px rgba(26, 22, 19, 0.1);
    --vnr-shadow-sm: 0 2px 8px -3px rgba(26, 22, 19, 0.12);
    --vnr-shadow: 0 14px 34px -16px rgba(26, 22, 19, 0.18);
    --vnr-shadow-lg: 0 30px 70px -28px rgba(26, 22, 19, 0.3);
    --vnr-shadow-orange: 0 16px 38px -14px rgba(251, 71, 31, 0.5);
    --vnr-radius: 16px;
    --vnr-radius-lg: 20px;
    --vnr-radius-xl: 24px;
    --vnr-ease: cubic-bezier(0.2, 0.7, 0.3, 1);
    --vnr-tap: 44px;
    --vnr-safe-bottom: env(safe-area-inset-bottom, 0px);

    /* Bright-editorial theme tokens (V5) */
    --orange: #fb471f;
    --orange-600: #e4411c;
    --orange-700: #c9360f;
    --orange-50: #fff1ec;
    --orange-100: #ffe0d6;
    --indigo: #3949ab;
    --indigo-50: #eef0fb;
    --green: #1f8f4e;
    --green-50: #e8f7ee;
    --gold: #e8920a;
    --gold-50: #fdf3df;
    --peach: #ffe9dd;
    --peach-ink: #b8431b;
    --mint: #ddf3e6;
    --mint-ink: #1e7a47;
    --lav: #e9e7fb;
    --lav-ink: #4a40a8;
    --butter: #fcefcf;
    --butter-ink: #9a6b06;
    --sky: #dceefb;
    --sky-ink: #1e63a8;
    --rose: #fbe3ec;
    --rose-ink: #b23061;
    --ink: #1a1613;
    --ink-2: #5c544b;
    --ink-3: #8b8175;
    --faint: #b6aea2;
    --line: #ece5da;
    --line-2: #f4efe7;
    --cream: #fbf6ee;
    --cream-2: #f6efe3;
    --white: #fff;
    --r: 16px;
    --r-md: 22px;
    --r-lg: 30px;
    --r-xl: 40px;
    --r-pill: 100px;
    --maxw: 1200px;
    --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
    --t: 0.22s;
    --sh-sm: 0 2px 8px -3px rgba(26, 22, 19, 0.1);
    --sh: 0 14px 34px -16px rgba(26, 22, 19, 0.18);
    --sh-lg: 0 30px 70px -28px rgba(26, 22, 19, 0.3);
    --sh-orange: 0 16px 38px -14px rgba(251, 71, 31, 0.5);
    --font: var(--vds-font, "Google Sans Flex", sans-serif);
    --display: var(--vds-font, "Google Sans Flex", sans-serif);
    --num: var(--vds-font-num, "Oswald", sans-serif);

    color: var(--ink);
    font-family: var(--font);
    background: var(--cream);
    overflow-x: hidden;
}
.vnr-rewards-page *,
.vnr-rewards-page *::before,
.vnr-rewards-page *::after {
    box-sizing: border-box;
}
.vnr-rewards-page a,
.vnr-rewards-page button,
.vnr-rewards-page select,
.vnr-rewards-page input,
.vnr-rewards-page [role="button"] {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.vnr-rewards-page :focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 2px;
    border-radius: 4px;
}
.vnr-rewards-page .container {
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 768px) {
    .vnr-rewards-page .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.vnr-rewards-page .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}
.vnr-rewards-page .text-center {
    text-align: center;
}
.vnr-num {
    font-family: var(--num);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-feature-settings: "tnum";
}

/* portal embed (Metronic) — cancel wrapper padding only when this page is present */
#kt_content_container:has(.vnr-rewards-page) {
    padding-left: 0;
    padding-right: 0;
}
#kt_content:has(.vnr-rewards-page) {
    padding-top: 0;
    padding-bottom: 0;
}
/* re-assert landing values so vinareward-modern.css can't leak its .vnr-hero */
.vnr-rewards-page .vnr-hero {
    aspect-ratio: auto;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}
.vnr-rewards-page .vnr-hero__content {
    position: relative;
    text-shadow: none;
}
.vnr-rewards-page .vnr-hero__title {
    font-family: var(--display);
    font-weight: 800;
    color: var(--ink);
}
.vnr-rewards-page .vnr-eyebrow {
    color: var(--orange-700);
}
.vnr-rewards-page .vnr-section-title {
    display: block;
}
/* portal phones only: hide the marketing hero so the deals list sits up top (public web + desktop keep it) */
@media (max-width: 767.98px) {
    #kt_content_container .vnr-rewards-page .vnr-hero {
        display: none;
    }
}

/* ============ Section scaffold ============ */
.vnr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--orange-700);
}
.vnr-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--orange);
    border-radius: 2px;
}
.vnr-section-head {
    max-width: 640px;
    margin-bottom: 36px;
}
@media (min-width: 768px) {
    .vnr-section-head {
        margin-bottom: 44px;
    }
}
.vnr-section-head.text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.vnr-featured .vnr-section-head {
    max-width: none;
}
.vnr-section-title {
    font-family: var(--display);
    font-size: clamp(28px, 5vw, 50px);
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.04;
    margin: 14px 0 0;
    color: var(--ink);
}
.vnr-section-desc {
    font-size: 16px;
    color: var(--ink-2);
    line-height: 1.55;
    margin: 14px 0 0;
    max-width: 560px;
}
.vnr-section-head.text-center .vnr-section-desc {
    margin-left: auto;
    margin-right: auto;
}
.vnr-section-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--orange-700);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    margin-top: 10px;
}
.vnr-pill {
    display: inline-block;
    padding: 5px 11px;
    border-radius: var(--r-pill);
    font-size: 11px;
    font-weight: 800;
    color: var(--indigo);
    background: var(--indigo-50);
}

/* reveal: never gate visibility, only animate translate */
.vnr-reveal {
    opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
    .js-anim .vnr-reveal {
        transform: translateY(24px);
        transition: transform 0.7s var(--ease);
    }
    .js-anim .vnr-reveal.in {
        transform: none;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .js-anim .vnr-rise {
        opacity: 0;
        transform: translateY(18px);
        transition:
            opacity 0.6s var(--ease),
            transform 0.6s var(--ease);
        transition-delay: var(--d, 0ms);
    }
    .js-anim .vnr-rise.in {
        opacity: 1;
        transform: none;
    }
}

/* Focus-visible: a clear keyboard ring on every interactive control (a11y) */
.vnr-rewards-page a:focus-visible,
.vnr-rewards-page button:focus-visible,
.vnr-rewards-page select:focus-visible,
.vnr-rewards-page input:focus-visible,
.vnr-rewards-page [tabindex]:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 2px;
}

/* ============ Buttons ============ */
.vnr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 15px;
    padding: 13px 24px;
    border-radius: var(--r-pill);
    border: 1.5px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    min-height: var(--vnr-tap);
    text-decoration: none;
    transition:
        transform var(--t),
        background var(--t),
        box-shadow var(--t),
        color var(--t),
        border-color var(--t);
}
.vnr-btn:active {
    transform: scale(0.97);
}
.vnr-btn--primary {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
    box-shadow: var(--sh-orange);
}
.vnr-btn--secondary,
.vnr-btn--ghost {
    background: var(--white);
    color: var(--ink);
    border-color: var(--line);
}
.vnr-btn--dark {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}
.vnr-btn--white {
    background: #fff;
    color: var(--orange-700);
    border-color: #fff;
}
.vnr-btn--outline {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}
.vnr-btn--lg {
    padding: 15px 30px;
    font-size: 16px;
}
.vnr-btn--block {
    width: 100%;
}

/* ============ HERO (bento) ============ */
.vnr-hero {
    position: relative;
    padding: 36px 0 56px;
}
@media (min-width: 880px) {
    .vnr-hero {
        padding: 56px 0 86px;
    }
}
.vnr-hero__deco,
.vnr-hero__blobs {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.vnr-hero__shape,
.vnr-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
}
.vnr-hero__shape--1,
.vnr-hero__blob--1 {
    width: 360px;
    height: 360px;
    top: -120px;
    right: 8%;
    background: radial-gradient(
        circle,
        rgba(251, 71, 31, 0.4),
        transparent 70%
    );
    animation: vnr-hbf 16s var(--ease) infinite;
}
.vnr-hero__shape--2,
.vnr-hero__blob--2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -60px;
    background: radial-gradient(
        circle,
        rgba(57, 73, 171, 0.3),
        transparent 70%
    );
    animation: vnr-hbf 20s var(--ease) infinite reverse;
}
.vnr-hero__shape--3 {
    display: none;
}
@keyframes vnr-hbf {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, 30px) scale(1.12);
    }
}
.vnr-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 26px;
    align-items: center;
}
@media (min-width: 880px) {
    .vnr-hero__inner {
        grid-template-columns: 1.04fr 0.96fr;
        gap: 38px;
    }
}
.vnr-hero__content {
    min-width: 0;
}
.vnr-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 15px 8px 9px;
    border-radius: var(--r-pill);
    background: var(--white);
    border: 1.5px solid var(--line);
    box-shadow: var(--sh-sm);
    color: var(--ink);
}
.vnr-hero__badge b {
    background: var(--orange);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: var(--r-pill);
    letter-spacing: 0.5px;
}
.vnr-hero__title {
    font-family: var(--display);
    font-size: clamp(38px, 7vw, 70px);
    font-weight: 800;
    letter-spacing: -2.4px;
    line-height: 0.99;
    margin: 22px 0 0;
    color: var(--ink);
}
.vnr-hero__title .u,
.vnr-hero__title-gradient {
    position: relative;
    color: var(--orange);
    white-space: nowrap;
}
.vnr-hero__title .u::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 12px;
    background: var(--orange-100);
    z-index: -1;
    border-radius: 4px;
    transform: rotate(-1deg);
}
.vnr-hero__desc {
    font-size: 18px;
    color: var(--ink-2);
    line-height: 1.55;
    max-width: 460px;
    margin: 22px 0 0;
}
.vnr-hero__search {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--white);
    border: 1.5px solid var(--line);
    border-radius: var(--r-pill);
    padding: 7px 7px 7px 16px;
    margin-top: 26px;
    box-shadow: var(--sh-sm);
    max-width: 480px;
}
.vnr-hero__search-row {
    display: contents;
}
.vnr-hero__search-field {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.vnr-hero__search-field--cat,
.vnr-hero__search-field--city {
    display: none;
}
.vnr-hero__search-field--keyword {
    flex: 1;
}
.vnr-hero__search-field > .bi {
    color: var(--ink-3);
    font-size: 18px;
    flex: none;
}
.vnr-hero__search-caret {
    display: none;
}
.vnr-hero__search input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font);
    font-size: 15.5px;
    color: var(--ink);
    font-weight: 500;
    height: 38px;
}
.vnr-hero__search input::placeholder {
    color: var(--ink-3);
}
.vnr-hero__search-btn {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-family: var(--font);
    font-weight: 700;
    font-size: 15px;
    padding: 12px 22px;
    border-radius: var(--r-pill);
    background: var(--orange);
    color: #fff;
    box-shadow: var(--sh-orange);
    white-space: nowrap;
}
.vnr-hero__chips {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.vnr-hero__chips-label {
    font-size: 13.5px;
    color: var(--ink-3);
    font-weight: 600;
}
.vnr-hero__chip {
    padding: 7px 15px;
    border-radius: var(--r-pill);
    font-size: 13.5px;
    font-weight: 600;
    background: var(--white);
    border: 1.5px solid var(--line);
    color: var(--ink-2);
    text-decoration: none;
    transition: all var(--t);
}

/* hero bento visual */
.vnr-hero__visual {
    position: relative;
    min-width: 0;
}
.vnr-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(92px, auto);
    gap: 14px;
}
.vnr-bento__tile {
    border-radius: var(--r-md);
    padding: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--sh-sm);
    border: 1px solid var(--line);
    background: var(--white);
}
.vnr-bento__wallet {
    grid-column: span 2;
    background: linear-gradient(140deg, #221a15, #3a2a1f);
    border: none;
    color: #fff;
    padding: 22px;
    box-shadow: var(--sh);
}
.vnr-bento__wallet::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(251, 71, 31, 0.55),
        transparent 70%
    );
}
.vnr-bw__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.vnr-bw__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
}
.vnr-bw__brand-ic {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fb471f, #ff6f4d);
    display: grid;
    place-items: center;
    font-size: 16px;
    box-shadow: var(--sh-orange);
}
.vnr-bw__active {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #7be0a3;
    background: rgba(123, 224, 163, 0.14);
    border: 1px solid rgba(123, 224, 163, 0.3);
    padding: 5px 11px;
    border-radius: var(--r-pill);
}
.vnr-bw__active .dot {
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: #7be0a3;
    box-shadow: 0 0 8px #7be0a3;
    animation: vnr-pulse 2s infinite;
}
@keyframes vnr-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.35;
    }
}
.vnr-bw__label {
    font-size: 12px;
    opacity: 0.7;
    font-weight: 600;
    margin-top: 18px;
    position: relative;
}
.vnr-bw__bal {
    font-family: var(--num);
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-top: 4px;
    position: relative;
    background: linear-gradient(
        96deg,
        #fff 0%,
        #ffe7b0 45%,
        #fff 60%,
        #ffd27a 100%
    );
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vnr-shine 5s linear infinite;
}
@keyframes vnr-shine {
    to {
        background-position: -220% 0;
    }
}
.vnr-bw__bal small {
    font-size: 20px;
    opacity: 0.7;
    -webkit-text-fill-color: initial;
}
.vnr-bw__row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
}
.vnr-bw__row-ic {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: rgba(251, 71, 31, 0.22);
    color: #ff9b7e;
    display: grid;
    place-items: center;
    flex: none;
    font-size: 14px;
}
.vnr-bw__row-txt {
    font-size: 12px;
    font-weight: 600;
}
.vnr-bw__row-txt small {
    display: block;
    opacity: 0.6;
    font-weight: 500;
    font-size: 10.5px;
}
.vnr-bw__row-amt {
    margin-left: auto;
    font-family: var(--num);
    font-weight: 600;
    color: #7be0a3;
    font-size: 15px;
}
.vnr-bento__stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vnr-bs-ic {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.vnr-bs-num {
    font-family: var(--num);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}
.vnr-bs-label {
    font-size: 12.5px;
    color: var(--ink-3);
    font-weight: 600;
    margin-top: 3px;
}
.vnr-bento__tile.tile-green {
    background: var(--mint);
    border-color: transparent;
}
.tile-green .vnr-bs-ic {
    background: #fff;
    color: var(--green);
}
.tile-green .vnr-bs-num {
    color: var(--mint-ink);
}
.vnr-bento__tile.tile-orange {
    background: var(--peach);
    border-color: transparent;
}
.tile-orange .vnr-bs-ic {
    background: #fff;
    color: var(--orange);
}
.tile-orange .vnr-bs-num {
    color: var(--peach-ink);
}
.vnr-bento__deal {
    grid-column: span 2;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--white);
}
.vnr-bd-img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    flex: none;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
    background: linear-gradient(135deg, #fb471f, #ff7a4d);
}
.vnr-bd-body {
    flex: 1;
    min-width: 0;
}
.vnr-bd-name {
    font-weight: 700;
    font-size: 14.5px;
}
.vnr-bd-meta {
    font-size: 12px;
    color: var(--ink-3);
    font-weight: 500;
    margin-top: 2px;
}
.vnr-bd-tags {
    display: flex;
    gap: 6px;
    margin-top: 7px;
}
.vnr-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--r-pill);
    white-space: nowrap;
}
.vnr-tag-deal {
    background: var(--orange);
    color: #fff;
}
.vnr-tag-back {
    background: var(--green-50);
    color: var(--green);
}

/* floating coins */
.vnr-coin {
    position: absolute;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 99px;
    display: grid;
    place-items: center;
    color: #7a5510;
    font-size: 18px;
    background: radial-gradient(circle at 35% 30%, #ffe9a8, #f5a623 70%);
    box-shadow:
        0 8px 18px -6px rgba(245, 166, 35, 0.7),
        inset 0 2px 3px rgba(255, 255, 255, 0.7),
        inset 0 -3px 5px rgba(150, 90, 0, 0.35);
    border: 2px solid #ffcf6b;
}
.vnr-coin--1 {
    top: -16px;
    left: -14px;
    animation: vnr-coinf 5.5s var(--ease) infinite;
}
.vnr-coin--2 {
    bottom: 36%;
    right: -18px;
    width: 38px;
    height: 38px;
    animation: vnr-coinf 6.4s var(--ease) 0.6s infinite;
}
.vnr-coin--3 {
    bottom: -14px;
    left: 24%;
    width: 34px;
    height: 34px;
    animation: vnr-coinf 5s var(--ease) 1.1s infinite;
}
@keyframes vnr-coinf {
    0%,
    100% {
        transform: translateY(0) rotate(-8deg);
    }
    50% {
        transform: translateY(-14px) rotate(8deg);
    }
}
@media (prefers-reduced-motion: reduce) {
    .vnr-coin,
    .vnr-hero__blob,
    .vnr-hero__shape,
    .vnr-bw__bal,
    .vnr-bw__active .dot {
        animation: none !important;
    }
}

/* ============ TRUST MARQUEE ============ */
.vnr-marquee {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
    overflow: hidden;
}
.vnr-marquee__track {
    display: flex;
    gap: 48px;
    padding: 18px 0;
    width: max-content;
    animation: vnr-scroll 28s linear infinite;
}
@keyframes vnr-scroll {
    to {
        transform: translateX(-50%);
    }
}
.vnr-marquee:hover .vnr-marquee__track {
    animation-play-state: paused;
}
.vnr-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--ink-2);
    white-space: nowrap;
}
.vnr-marquee__item .bi {
    font-size: 18px;
    color: var(--orange);
}
.vnr-marquee__dot {
    width: 5px;
    height: 5px;
    border-radius: 99px;
    background: var(--line);
}
@media (prefers-reduced-motion: reduce) {
    .vnr-marquee__track {
        animation: none;
    }
}

/* ============ CALCULATOR ============ */
.vnr-calc-sec {
    padding: 56px 0;
    background: var(--white);
}
@media (min-width: 768px) {
    .vnr-calc-sec {
        padding: 84px 0;
    }
}
.vnr-calc {
    display: grid;
    gap: 0;
    border-radius: var(--r-xl);
    overflow: hidden;
    box-shadow: var(--sh-lg);
    background: var(--white);
    border: 1px solid var(--line);
}
@media (min-width: 820px) {
    .vnr-calc {
        grid-template-columns: 1fr 1fr;
    }
}
.vnr-calc__l {
    padding: 36px;
}
@media (min-width: 820px) {
    .vnr-calc__l {
        padding: 52px;
    }
}
.vnr-calc__title {
    font-family: var(--display);
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 800;
    letter-spacing: -1.2px;
    margin: 14px 0 10px;
    line-height: 1.05;
    color: var(--ink);
}
.vnr-calc__desc {
    font-size: 16px;
    color: var(--ink-2);
    line-height: 1.55;
    margin: 0 0 30px;
}
.vnr-calc__field {
    margin-bottom: 26px;
}
.vnr-calc__field:last-child {
    margin-bottom: 0;
}
.vnr-calc__field-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}
.vnr-calc__field-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink-2);
}
.vnr-calc__spend {
    font-family: var(--num);
    font-size: 30px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.5px;
}
.vnr-calc__seg {
    display: inline-flex;
    gap: 4px;
    background: var(--cream-2);
    padding: 4px;
    border-radius: var(--r-pill);
    flex-wrap: wrap;
}
.vnr-calc__seg button {
    border: none;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: var(--r-pill);
    font-size: 13px;
    font-weight: 700;
    color: var(--ink-2);
    background: transparent;
    font-family: var(--font);
    transition: all var(--t);
}
.vnr-calc__seg button.on {
    background: var(--white);
    color: var(--orange-700);
    box-shadow: var(--sh-sm);
}
.vnr-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 99px;
    background: var(--cream-2);
    cursor: pointer;
    outline: none;
}
.vnr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    background: var(--orange);
    border: 5px solid #fff;
    box-shadow:
        0 4px 12px rgba(251, 71, 31, 0.4),
        0 0 0 1px var(--line);
    cursor: grab;
}
.vnr-slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 99px;
    background: var(--orange);
    border: 5px solid #fff;
    box-shadow: 0 4px 12px rgba(251, 71, 31, 0.4);
    cursor: grab;
}
.vnr-calc__ends {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--ink-3);
    font-weight: 600;
    margin-top: 8px;
}
.vnr-calc__r {
    background: linear-gradient(150deg, #221a15, #3a2a1f);
    color: #fff;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
@media (min-width: 820px) {
    .vnr-calc__r {
        padding: 52px;
    }
}
.vnr-calc__r::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(251, 71, 31, 0.45),
        transparent 70%
    );
}
.vnr-calc__r-label {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.72;
    position: relative;
}
.vnr-calc__earn {
    font-family: var(--num);
    font-size: clamp(54px, 9vw, 80px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    margin: 8px 0 4px;
    position: relative;
    text-shadow: 0 0 30px rgba(251, 71, 31, 0.4);
}
.vnr-calc__earn small {
    font-size: 0.42em;
    opacity: 0.7;
}
.vnr-calc__r-sub {
    font-size: 14.5px;
    opacity: 0.85;
    position: relative;
}
.vnr-calc__note {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 14px;
    position: relative;
    line-height: 1.45;
}
.vnr-calc__chips {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    position: relative;
    flex-wrap: wrap;
}
.vnr-calc__chip {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--r);
    padding: 12px 16px;
    flex: 1;
    min-width: 120px;
}
.vnr-calc__chip-num {
    font-family: var(--num);
    font-size: 22px;
    font-weight: 700;
}
.vnr-calc__chip-num.green {
    color: #7be0a3;
}
.vnr-calc__chip-label {
    font-size: 11.5px;
    opacity: 0.65;
    font-weight: 600;
    margin-top: 2px;
}
.vnr-calc__earn.pop {
    animation: vnr-pop 0.4s var(--ease);
}
@keyframes vnr-pop {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

/* ============ FEATURED (vertical feed + filter pills) ============ */
.vnr-featured {
    padding: 20px 0 64px;
    background: var(--white);
}
@media (min-width: 768px) {
    .vnr-featured {
        padding: 32px 0 92px;
    }
}
.vnr-featured__filter-wrap {
    margin: 4px 0 24px;
    position: sticky;
    top: var(--vnr-sticky-top, 0px);
    z-index: 40;
    background: var(--white);
    padding: 12px 0;
    box-shadow: 0 12px 24px -22px rgba(26, 22, 19, 0.45);
}
.vnr-featured__filter {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vnr-featured__select--sort select {
    min-width: 124px;
}
.vnr-featured__tabs {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.vnr-featured__tabs::-webkit-scrollbar {
    display: none;
}
.vnr-featured__tab {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 17px;
    border-radius: var(--r-pill);
    border: 1.5px solid var(--line);
    background: var(--white);
    color: var(--ink-2);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    min-height: var(--vnr-tap);
    transition: all var(--t);
}
@media (min-width: 768px) {
    .vnr-featured__tab {
        min-height: 0;
    }
}
.vnr-featured__tab.is-active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}
.vnr-featured__tab-count {
    font-size: 12px;
    opacity: 0.6;
    font-weight: 600;
}
.vnr-featured__selects {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.vnr-featured__select {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    background: var(--white);
    border: 1.5px solid var(--line);
    border-radius: var(--r-pill);
    flex: 1 1 calc(50% - 5px);
    transition:
        border-color var(--t),
        box-shadow var(--t);
}
.vnr-featured__select:focus-within {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(251, 71, 31, 0.16);
}
.vnr-featured__select select:focus-visible,
.vnr-featured__select--search input:focus-visible {
    outline: none;
}
@media (min-width: 576px) {
    .vnr-featured__select {
        flex: 0 0 auto;
    }
}
.vnr-featured__select > .bi {
    color: var(--ink-3);
}
.vnr-featured__select select {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    height: 44px;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
@media (min-width: 768px) {
    .vnr-featured__select select {
        height: 40px;
        width: auto;
    }
}
.vnr-featured__reset {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink-3);
    text-decoration: none;
    padding: 0 8px;
    min-height: var(--vnr-tap);
}
.vnr-featured__select--search {
    flex: 1 1 100%;
    order: -1;
}
@media (min-width: 576px) {
    .vnr-featured__select--search {
        flex: 1 1 260px;
        order: 0;
    }
}
.vnr-featured__select--search input {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    height: 44px;
    width: 100%;
}
@media (min-width: 768px) {
    .vnr-featured__select--search input {
        height: 40px;
    }
}
.vnr-featured__select--search input::placeholder {
    color: var(--ink-3);
}
.vnr-featured__search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: none;
    border: none;
    cursor: pointer;
    font-family: var(--font);
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
    height: 44px;
    border-radius: var(--r-pill);
    background: var(--orange);
    color: #fff;
    box-shadow: var(--sh-orange);
    white-space: nowrap;
}

/* spotlight = first card promoted */
.vnr-spotlight {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh);
    margin-bottom: 22px;
}
@media (min-width: 768px) {
    .vnr-spotlight {
        grid-template-columns: 1.1fr 1fr;
    }
}
.vnr-spotlight__media {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    background: var(--peach);
}
@media (min-width: 768px) {
    .vnr-spotlight__media {
        min-height: 320px;
    }
}
.vnr-spotlight__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vnr-spotlight__ribbon {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: var(--orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 14px;
    border-radius: var(--r-pill);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: var(--sh-orange);
}
.vnr-spotlight__golden {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    background: rgba(26, 22, 19, 0.82);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: var(--r-pill);
    display: flex;
    align-items: center;
    gap: 6px;
}
.vnr-spotlight__golden .bi {
    color: #ffce54;
}
.vnr-spotlight__golden span {
    opacity: 0.8;
    font-weight: 600;
}
.vnr-spotlight__body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 768px) {
    .vnr-spotlight__body {
        padding: 40px;
    }
}
.vnr-spotlight__cat {
    align-self: flex-start;
    margin-bottom: 12px;
}
.vnr-spotlight__title {
    font-family: var(--display);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.1;
    margin: 0 0 10px;
    color: var(--ink);
}
.vnr-spotlight__merchant {
    font-size: 14px;
    color: var(--ink-3);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}
.vnr-spotlight__merchant .bi {
    flex-shrink: 0;
}
.vnr-spotlight__stats {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 22px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.vnr-spotlight__stat-num {
    font-family: var(--num);
    font-size: 24px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 3px;
}
.vnr-spotlight__stat-num small {
    font-size: 13px;
    font-weight: 600;
}
.vnr-spotlight__stat-num--green {
    color: var(--green);
}
.vnr-spotlight__stat-num--orange {
    color: var(--orange);
}
.vnr-spotlight__stat-label {
    font-size: 12px;
    color: var(--ink-3);
    margin-top: 5px;
    font-weight: 500;
}
/* feed grid + cards */
.vnr-featured__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
@media (min-width: 560px) {
    .vnr-featured__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 980px) {
    .vnr-featured__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* View toggle (grid/list) — mirrors the Promotions toolbar (.hdb-view) so the
   two browse surfaces feel consistent. */
.vnr-featured__view {
    display: inline-flex;
    flex-shrink: 0;
    background: rgba(16, 17, 22, 0.05);
    border: 1.5px solid var(--line);
    border-radius: var(--r-pill);
    padding: 3px;
    gap: 2px;
}
.vnr-featured__view-btn {
    width: 40px;
    height: 38px;
    border: 0;
    background: transparent;
    border-radius: var(--r-pill);
    color: var(--ink-3);
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background var(--t),
        color var(--t);
}
.vnr-featured__view-btn.is-active {
    background: var(--white);
    color: var(--orange);
    box-shadow: 0 1px 3px rgba(16, 17, 22, 0.12);
}
/* List view — horizontal card (media left, content right) on >=768px. Below that
   the list collapses back to the stacked grid card, matching the Promotions
   .hdb-grid--list behaviour. */
@media (min-width: 768px) {
    .vnr-featured__grid--list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .vnr-featured__grid--list .vnr-product-card {
        flex-direction: row;
        align-items: stretch;
    }
    .vnr-featured__grid--list .vnr-product-card__thumb {
        width: 240px;
        height: auto;
        min-height: 190px;
        flex-shrink: 0;
    }
    .vnr-featured__grid--list .vnr-product-card__body {
        flex: 1 1 auto;
        min-width: 0;
    }
}
.vnr-product-card {
    position: relative;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.35s var(--ease),
        box-shadow 0.35s var(--ease);
}
/* Whole-card click target: an invisible overlay link sized to the card. Sits
   above every badge/logo (z 2–3) so a tap anywhere goes to the booking flow,
   while the underlying thumb/title anchors stay crawlable for SEO. */
.vnr-card-link {
    position: absolute;
    inset: 0;
    z-index: 6;
    border-radius: inherit;
    cursor: pointer;
}
/* The card clips with overflow:hidden, so draw the focus ring INWARD (the
   global .vnr-rewards-page a:focus-visible offsets it outward and it gets
   clipped). Match that rule's scope so this wins on specificity. */
.vnr-rewards-page .vnr-card-link:focus-visible {
    outline-offset: -3px;
}
.vnr-product-card__thumb {
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
    background: var(--peach);
}
@media (min-width: 560px) {
    .vnr-product-card__thumb {
        height: 190px;
    }
}
.vnr-product-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s var(--ease);
}
.vnr-product-card__ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: var(--ph-grad, var(--peach));
    color: var(--ph-ic, var(--orange-700));
    overflow: hidden;
    transition: transform 0.55s var(--ease);
}
.vnr-product-card__ph::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.5) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
    .vnr-product-card__ph::after {
        animation: vnr-ph-shimmer 5.5s var(--ease) infinite;
    }
}
@keyframes vnr-ph-shimmer {
    0% {
        transform: translateX(-130%);
    }
    32%,
    100% {
        transform: translateX(130%);
    }
}
.vnr-product-card__ph i {
    position: relative;
    z-index: 1;
    font-size: 52px;
    opacity: 0.9;
    filter: drop-shadow(0 4px 10px rgba(26, 22, 19, 0.12));
}
.vnr-product-card__logo {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: var(--sh-sm);
}
.vnr-product-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vnr-product-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.22));
}
.vnr-product-card__cashback {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    background: var(--green-50);
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    padding: 5px 11px;
    border-radius: var(--r-pill);
    display: flex;
    align-items: center;
    gap: 5px;
}
.vnr-product-card__cashback .bi {
    font-size: 12px;
}
.vnr-product-card__deal {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: var(--orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 11px;
    border-radius: var(--r-pill);
}
.vnr-product-card__golden {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(26, 22, 19, 0.82);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: var(--r-pill);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.vnr-product-card__golden .bi {
    color: #ff9b7e;
}
.vnr-product-card__golden-time {
    opacity: 0.85;
    font-weight: 600;
}
.vnr-product-card__body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.vnr-product-card__cat {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--indigo);
    background: none;
    padding: 0;
}
.vnr-product-card__title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 7px 0 6px;
    line-height: 1.25;
    color: var(--ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vnr-product-card__merchant {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--ink-3);
    font-weight: 500;
}
.vnr-product-card__merchant .bi {
    font-size: 13px;
    flex: none;
}
.vnr-product-card__merchant span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vnr-product-card__hours {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ink-3);
    margin-top: 6px;
}
.vnr-product-card__hours .bi {
    font-size: 13px;
    flex: none;
}
.vnr-product-card__hours.is-open {
    color: var(--green);
}
.vnr-product-card__earn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: var(--r);
    background: linear-gradient(100deg, var(--gold-50), #fff);
    border: 1px solid #f4d9a0;
}
.vnr-product-card__earn .re-coin {
    width: 24px;
    height: 24px;
    border-radius: 99px;
    display: grid;
    place-items: center;
    flex: none;
    color: #fff;
    font-size: 12px;
    background: radial-gradient(circle at 35% 30%, #ffd27a, #e8920a 75%);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6);
}
.vnr-product-card__earn .re-txt {
    font-size: 13px;
    font-weight: 600;
    color: #8a5a06;
}
.vnr-product-card__earn .re-txt b {
    font-family: var(--num);
    font-size: 15px;
    color: #b5710a;
}
.vnr-product-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid var(--line);
}
.vnr-product-card__priceline {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 12.5px;
    color: var(--ink-3);
    font-weight: 500;
    margin: 0;
}
.vnr-product-card__price-now {
    font-family: var(--num);
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
}
/* booking inline button */
.vnr-book-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 12px;
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: var(--r-pill);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    font-family: var(--font);
    min-height: var(--vnr-tap);
    box-shadow: var(--sh-orange);
}
.vnr-book-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--vnr-tap);
    height: var(--vnr-tap);
    border-radius: var(--r-pill);
    background: var(--orange-50);
    color: var(--orange);
    text-decoration: none;
}

/* load more */
.vnr-featured__more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}
.vnr-featured__more-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 28px;
    border-radius: var(--r-pill);
    background: var(--orange-50);
    border: 1.5px solid var(--orange);
    font-weight: 700;
    font-size: 15px;
    color: var(--orange);
    cursor: pointer;
    transition:
        background 0.15s,
        color 0.15s,
        border-color 0.15s,
        transform 0.15s,
        box-shadow 0.15s;
}
.vnr-featured__more-btn.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

/* empty + skeleton */
.vnr-featured__empty {
    text-align: center;
    padding: 48px 20px;
    color: var(--ink-2);
}
.vnr-featured__empty .bi {
    font-size: 34px;
    color: var(--ink-3);
    display: block;
    margin-bottom: 12px;
}
.vnr-featured__empty p {
    margin: 0 0 18px;
    font-size: 15px;
}
.vnr-featured__skeleton {
    border-radius: var(--r-md);
    border: 1px solid var(--line);
    background: var(--white);
    overflow: hidden;
}
.vnr-featured__skeleton-thumb {
    height: 150px;
    background: linear-gradient(
        90deg,
        var(--cream-2) 25%,
        #efe8db 50%,
        var(--cream-2) 75%
    );
    background-size: 200% 100%;
    animation: vnr-shimmer 1.3s linear infinite;
}
.vnr-featured__skeleton-body {
    padding: 16px 18px;
}
.vnr-featured__skeleton-line {
    height: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    background: linear-gradient(
        90deg,
        var(--cream-2) 25%,
        #efe8db 50%,
        var(--cream-2) 75%
    );
    background-size: 200% 100%;
    animation: vnr-shimmer 1.3s linear infinite;
}
.vnr-featured__skeleton-line--mid {
    width: 75%;
}
.vnr-featured__skeleton-line--short {
    width: 45%;
}
@keyframes vnr-shimmer {
    to {
        background-position: -200% 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .vnr-featured__skeleton-thumb,
    .vnr-featured__skeleton-line {
        animation: none;
    }
}

/* ============ HOW (stepper) ============ */
.vnr-how {
    padding: 64px 0;
    background: var(--cream);
}
@media (min-width: 768px) {
    .vnr-how {
        padding: 92px 0;
    }
}
.vnr-how__grid {
    display: grid;
    gap: 22px;
    position: relative;
}
@media (min-width: 760px) {
    .vnr-how__grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .vnr-how__grid::before {
        content: "";
        position: absolute;
        top: 34px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: repeating-linear-gradient(
            90deg,
            var(--line) 0 8px,
            transparent 8px 16px
        );
        z-index: 0;
    }
}
.vnr-how__item {
    position: relative;
    z-index: 1;
    text-align: center;
    background: none;
    border: none;
    padding: 0;
    display: block;
}
.vnr-how__icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    font-size: 28px;
    color: #fff;
    box-shadow: var(--sh);
    transform: rotate(-4deg);
    transition: transform var(--t);
}
.vnr-how__item:hover .vnr-how__icon {
    transform: rotate(0);
}
.vnr-how__icon--1 {
    background: linear-gradient(135deg, #fb471f, #ff7a4d);
}
.vnr-how__icon--2 {
    background: linear-gradient(135deg, #3949ab, #5667d4);
}
.vnr-how__icon--3 {
    background: linear-gradient(135deg, #e8920a, #ffb347);
}
.vnr-how__icon--4 {
    background: linear-gradient(135deg, #1f8f4e, #3fbf72);
}
.vnr-how__title {
    font-family: var(--display);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin: 0 0 6px;
    color: var(--ink);
}
.vnr-how__desc {
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.5;
    margin: 0;
}

/* ============ CATEGORIES (pastel bento) ============ */
.vnr-cats {
    padding: 64px 0;
    background: var(--white);
}
@media (min-width: 768px) {
    .vnr-cats {
        padding: 92px 0;
    }
}
.vnr-cats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
@media (min-width: 640px) {
    .vnr-cats__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.vnr-cats__card {
    border-radius: var(--r-md);
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 140px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: var(--peach);
    color: var(--peach-ink);
    transition:
        transform var(--t),
        box-shadow var(--t);
}
.vnr-cats__card:nth-child(8n + 2) {
    background: var(--mint);
    color: var(--mint-ink);
}
.vnr-cats__card:nth-child(8n + 3) {
    background: var(--lav);
    color: var(--lav-ink);
}
.vnr-cats__card:nth-child(8n + 4) {
    background: var(--butter);
    color: var(--butter-ink);
}
.vnr-cats__card:nth-child(8n + 5) {
    background: var(--sky);
    color: var(--sky-ink);
}
.vnr-cats__card:nth-child(8n + 6) {
    background: var(--rose);
    color: var(--rose-ink);
}
.vnr-cats__card:nth-child(8n + 7) {
    background: var(--mint);
    color: var(--mint-ink);
}
.vnr-cats__card:nth-child(8n + 8) {
    background: var(--lav);
    color: var(--lav-ink);
}
.vnr-cats__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    display: grid;
    place-items: center;
    font-size: 24px;
}
.vnr-cats__icon .vnr-cats__svg {
    display: block;
    width: 24px;
    height: 24px;
}
.vnr-cats__body {
    margin-top: auto;
}
.vnr-cats__name {
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.vnr-cats__count {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.7;
    margin-top: 2px;
}
.vnr-cats__arrow {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 18px;
    opacity: 0;
    transition:
        opacity var(--t),
        transform var(--t);
}

/* ============ STATS BAND (orange pop) ============ */
.vnr-stats {
    padding: 0 0 64px;
    background: var(--cream);
}
@media (min-width: 768px) {
    .vnr-stats {
        padding: 0 0 92px;
    }
}
.vnr-stats__grid {
    background: linear-gradient(120deg, var(--orange) 0%, #ff6a3d 100%);
    color: #fff;
    border-radius: var(--r-xl);
    padding: 44px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--sh-orange);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
}
@media (min-width: 768px) {
    .vnr-stats__grid {
        grid-template-columns: repeat(4, 1fr);
        padding: 48px 32px;
    }
}
.vnr-stats__grid::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.vnr-stats__item {
    text-align: center;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    display: block;
}
.vnr-stats__icon {
    display: none;
}
.vnr-stats__value-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1px;
}
.vnr-stats__value {
    font-family: var(--num);
    font-size: clamp(40px, 6vw, 56px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
}
.vnr-stats__suffix {
    font-family: var(--num);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    color: #fff;
}
.vnr-stats__label {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
    margin-top: 6px;
    color: #fff;
}

/* ============ WHY ============ */
.vnr-why {
    padding: 64px 0;
    background: var(--white);
}
@media (min-width: 768px) {
    .vnr-why {
        padding: 92px 0;
    }
}
.vnr-why__grid {
    display: grid;
    gap: 18px;
}
@media (min-width: 560px) {
    .vnr-why__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .vnr-why__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.vnr-why__item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 26px;
    transition:
        transform var(--t),
        box-shadow var(--t);
}
.vnr-why__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    font-size: 24px;
    background: var(--indigo-50);
    color: var(--indigo);
}
.vnr-why__icon.vds-tone-orange {
    background: var(--orange-50);
    color: var(--orange);
}
.vnr-why__icon.vds-tone-green {
    background: var(--green-50);
    color: var(--green);
}
.vnr-why__icon.vds-tone-gold {
    background: var(--gold-50);
    color: var(--gold);
}
.vnr-why__title {
    font-family: var(--display);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 0 0 7px;
    color: var(--ink);
}
.vnr-why__desc {
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.55;
    margin: 0;
}

/* ============ PARTNER ============ */
.vnr-partner-cta {
    padding: 64px 0;
    background: var(--cream);
}
@media (min-width: 768px) {
    .vnr-partner-cta {
        padding: 92px 0;
    }
}
.vnr-partner-cta__inner {
    display: grid;
    border-radius: var(--r-xl);
    overflow: hidden;
    background: var(--ink);
    color: #fff;
    box-shadow: var(--sh-lg);
}
@media (min-width: 880px) {
    .vnr-partner-cta__inner {
        grid-template-columns: 1.3fr 1fr;
    }
}
.vnr-partner-cta__content {
    padding: 40px;
}
@media (min-width: 880px) {
    .vnr-partner-cta__content {
        padding: 56px;
    }
}
.vnr-partner-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ff9b7e;
}
.vnr-partner-cta__eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--orange);
    border-radius: 2px;
}
.vnr-partner-cta__title {
    font-family: var(--display);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    letter-spacing: -1.2px;
    margin: 16px 0 14px;
    color: var(--white);
}
.vnr-partner-cta__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 0 26px;
}
.vnr-partner-cta__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: grid;
    gap: 14px;
}
.vnr-partner-cta__benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
}
.vnr-partner-cta__benefits .bi {
    color: #7be0a3;
    font-size: 20px;
    flex: none;
}
.vnr-partner-cta__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.vnr-partner-cta__btns > .vnr-btn {
    flex: 1 1 100%;
}
@media (min-width: 480px) {
    .vnr-partner-cta__btns > .vnr-btn {
        flex: 0 0 auto;
    }
}
.vnr-partner-cta__visual {
    background: linear-gradient(150deg, #fb471f, #c9360f);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
@media (min-width: 880px) {
    .vnr-partner-cta__visual {
        padding: 56px;
    }
}
.vnr-partner-cta__stat-label {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
}
.vnr-partner-cta__stat-big {
    font-family: var(--num);
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}
.vnr-partner-cta__stat-sub {
    font-size: 14px;
    opacity: 0.9;
}
.vnr-partner-cta__visual-div {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 18px 0;
}
.vnr-partner-cta__stat-mid {
    font-family: var(--num);
    font-size: 34px;
    font-weight: 700;
}

/* ============ FAQ ============ */
.vnr-faq {
    padding: 64px 0;
    background: var(--white);
}
@media (min-width: 768px) {
    .vnr-faq {
        padding: 92px 0;
    }
}
.vnr-faq__list {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}
.vnr-faq__item {
    background: var(--white);
    border: 1.5px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    transition:
        border-color var(--t),
        box-shadow var(--t);
}
.vnr-faq__item.is-open {
    border-color: var(--orange-100);
    box-shadow: var(--sh-sm);
}
.vnr-faq__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 22px;
    text-align: left;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    background: none;
    border: none;
    cursor: pointer;
    min-height: var(--vnr-tap);
}
.vnr-faq__q {
    flex: 1;
}
.vnr-faq__icon {
    width: 32px;
    height: 32px;
    border-radius: 99px;
    background: var(--cream-2);
    display: grid;
    place-items: center;
    flex: none;
    font-size: 15px;
    color: var(--ink-2);
    transition:
        transform var(--t),
        background var(--t),
        color var(--t);
}
.vnr-faq__item.is-open .vnr-faq__icon {
    transform: rotate(180deg);
    background: var(--orange);
    color: #fff;
}
.vnr-faq__panel {
    height: 0;
    overflow: hidden;
    transition: height 0.32s var(--ease);
}
.vnr-faq__panel-inner {
    padding: 0 22px 20px;
    font-size: 15px;
    color: var(--ink-2);
    line-height: 1.65;
}

/* ============ FINAL CTA ============ */
.vnr-final-cta {
    padding: 64px 0;
    background: var(--cream);
}
@media (min-width: 768px) {
    .vnr-final-cta {
        padding: 92px 0;
    }
}
.vnr-final-cta__inner {
    text-align: center;
    background: linear-gradient(150deg, #fb471f, #ff7a4d);
    color: #fff;
    border-radius: var(--r-xl);
    padding: 56px 28px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--sh-orange);
}
@media (min-width: 768px) {
    .vnr-final-cta__inner {
        padding: 64px 32px;
    }
}
.vnr-final-cta__inner::before,
.vnr-final-cta__inner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.vnr-final-cta__inner::before {
    width: 280px;
    height: 280px;
    top: -120px;
    left: -80px;
}
.vnr-final-cta__inner::after {
    width: 240px;
    height: 240px;
    bottom: -130px;
    right: -60px;
}
.vnr-final-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: var(--r-pill);
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    position: relative;
}
.vnr-final-cta__title {
    font-family: var(--display);
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 800;
    letter-spacing: -1.6px;
    margin: 18px 0 14px;
    position: relative;
    color: var(--white);
}
.vnr-final-cta__desc {
    font-size: 18px;
    opacity: 0.92;
    line-height: 1.55;
    max-width: 520px;
    margin: 0 auto 30px;
    position: relative;
}
.vnr-final-cta__btns {
    display: flex;
    gap: 13px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.vnr-final-cta__btns > .vnr-btn {
    flex: 1 1 100%;
}
@media (min-width: 480px) {
    .vnr-final-cta__btns > .vnr-btn {
        flex: 0 0 auto;
    }
}

/* ============ MOBILE TAB BAR ============ */
.vnr-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    padding: 8px 6px calc(8px + var(--vnr-safe-bottom));
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--line);
}
@media (min-width: 768px) {
    .vnr-tabbar {
        display: none;
    }
}
.vnr-tabbar__tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 6px 0;
    color: var(--ink-3);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}
.vnr-tabbar__tab .bi {
    font-size: 22px;
}
.vnr-tabbar__tab.is-active {
    color: var(--orange);
}
.vnr-tabbar__tab--fab .bi {
    width: 48px;
    height: 48px;
    border-radius: 99px;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: var(--sh-orange);
    margin-top: -22px;
    border: 4px solid var(--cream);
}
body:has(.vnr-tabbar) {
    padding-bottom: calc(74px + var(--vnr-safe-bottom));
}
@media (min-width: 768px) {
    body:has(.vnr-tabbar) {
        padding-bottom: 0;
    }
}

/* ============ Hover (fine-pointer only) ============ */
@media (hover: hover) and (pointer: fine) {
    .vnr-btn--primary:hover {
        background: var(--orange-600);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 22px 50px -14px rgba(251, 71, 31, 0.6);
    }
    .vnr-btn--dark:hover,
    .vnr-btn--secondary:hover,
    .vnr-btn--ghost:hover {
        transform: translateY(-2px);
        box-shadow: var(--sh);
        border-color: var(--ink);
    }
    .vnr-btn--dark:hover {
        color: #fff;
    }
    .vnr-btn--secondary:hover,
    .vnr-btn--ghost:hover {
        color: var(--ink);
    }
    .vnr-btn--white:hover {
        color: var(--orange-700);
    }
    .vnr-btn--outline:hover {
        background: rgba(255, 255, 255, 0.26);
        color: #fff;
    }
    .vnr-hero__search-btn:hover {
        background: var(--orange-600);
        color: #fff;
    }
    .vnr-hero__chip:hover {
        border-color: var(--orange);
        color: var(--orange-700);
        transform: translateY(-1px);
    }
    .vnr-featured__tab:hover {
        border-color: var(--ink-3);
        color: var(--ink);
        transform: translateY(-1px);
    }
    .vnr-featured__tab.is-active:hover {
        color: #fff;
    }
    .vnr-featured__select:hover {
        border-color: var(--ink-3);
    }
    .vnr-featured__search-btn:hover {
        background: var(--orange-600);
    }
    .vnr-product-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--sh-lg);
    }
    .vnr-product-card:hover .vnr-product-card__thumb img,
    .vnr-product-card:hover .vnr-product-card__ph {
        transform: scale(1.06);
    }
    .vnr-product-card:hover .vnr-product-card__title {
        color: var(--orange-700);
    }
    .vnr-cats__card:hover {
        transform: translateY(-4px);
        box-shadow: var(--sh);
    }
    .vnr-cats__card:hover .vnr-cats__arrow {
        opacity: 1;
        transform: translateX(2px);
    }
    .vnr-why__item:hover {
        transform: translateY(-4px);
        box-shadow: var(--sh);
    }
    .vnr-featured__more-btn:hover {
        background: var(--orange);
        border-color: var(--orange);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: var(--sh-orange);
    }
    .vnr-section-link:hover {
        color: var(--orange);
        gap: 8px;
    }
}

/* Inline booking button: the card uses overflow:hidden, which clips an outer
   glow shadow at the card edge (looks broken). Drop the glow and darken on
   hover only. */
.vnr-book-inline {
    box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
    .vnr-book-inline:hover {
        background: var(--orange-600);
        color: #fff;
        opacity: 1;
        transform: none;
        box-shadow: none;
    }
}

/* tilt helper */
.vnr-tilt {
    transition: transform 0.25s var(--ease);
    transform-style: preserve-3d;
    will-change: transform;
}

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
    .vnr-rewards-page *,
    .vnr-rewards-page *::before,
    .vnr-rewards-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============ Premium FX — spotlight · shine · underline · scroll bar · entrance · coin burst ============ */

/* Cursor spotlight: a soft light follows the pointer across the dark/colour CTA panels */
.vnr-partner-cta__inner,
.vnr-final-cta__inner {
    position: relative;
}
@media (hover: hover) and (pointer: fine) {
    .vnr-partner-cta__inner::after,
    .vnr-final-cta__inner::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        border-radius: inherit;
        pointer-events: none;
        background: radial-gradient(
            440px circle at var(--mx, -300px) var(--my, -300px),
            rgba(255, 255, 255, 0.16),
            transparent 55%
        );
        opacity: 0;
        mix-blend-mode: soft-light;
        transition: opacity 0.35s var(--ease);
    }
    .vnr-partner-cta__inner:hover::after,
    .vnr-final-cta__inner:hover::after {
        opacity: 1;
    }
}

/* Shine sweep across primary buttons on hover */
.vnr-btn--primary {
    position: relative;
    overflow: hidden;
}
.vnr-btn--primary > * {
    position: relative;
    z-index: 1;
}
.vnr-btn--primary::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        120deg,
        transparent 32%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 68%
    );
    transform: translateX(-130%);
}
@media (hover: hover) and (pointer: fine) {
    .vnr-btn--primary:hover::after {
        animation: vnr-shine 0.7s var(--ease);
    }
}
@keyframes vnr-shine {
    to {
        transform: translateX(130%);
    }
}

/* Animated underline on section links */
.vnr-section-link {
    background-image: linear-gradient(var(--orange), var(--orange));
    background-size: 0% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
    .vnr-section-link:hover {
        background-size: 100% 2px;
    }
}

/* Scroll progress bar */
.vnr-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: var(--sp, 0%);
    background: linear-gradient(90deg, var(--orange), var(--gold));
    z-index: 2000;
    pointer-events: none;
}

/* Hero entrance — translate-only so the critical above-fold copy is never hidden */
@media (prefers-reduced-motion: no-preference) {
    .js-anim .vnr-hero__content > * {
        transform: translateY(16px);
        transition: transform 0.6s var(--ease);
    }
    .js-anim .vnr-hero__content.vnr-hero-in > * {
        transform: none;
    }
    .js-anim .vnr-hero__content.vnr-hero-in > *:nth-child(1) {
        transition-delay: 0.05s;
    }
    .js-anim .vnr-hero__content.vnr-hero-in > *:nth-child(2) {
        transition-delay: 0.13s;
    }
    .js-anim .vnr-hero__content.vnr-hero-in > *:nth-child(3) {
        transition-delay: 0.21s;
    }
    .js-anim .vnr-hero__content.vnr-hero-in > *:nth-child(4) {
        transition-delay: 0.29s;
    }
    .js-anim .vnr-hero__content.vnr-hero-in > *:nth-child(5) {
        transition-delay: 0.37s;
    }
}

/* Calculator coin burst */
.vnr-calc__earn {
    position: relative;
}
.vnr-coin-burst {
    position: absolute;
    left: 50%;
    top: 28%;
    font-family: var(--num);
    font-weight: 700;
    font-size: 20px;
    color: var(--gold);
    pointer-events: none;
    opacity: 0;
    z-index: 3;
}
@media (prefers-reduced-motion: no-preference) {
    .vnr-coin-burst {
        animation: vnr-coinburst 1.1s var(--ease) var(--bd, 0ms) forwards;
    }
}
@keyframes vnr-coinburst {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) scale(0.5);
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--bx, 0px)), -72px) scale(1.15);
    }
}

.vnr-detail {
    padding: 24px 0 56px;
}

.vnr-detail__crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
    color: var(--vnr-muted, #6b6f76);
    margin-bottom: 18px;
}

.vnr-detail__crumb a {
    color: var(--vnr-secondary, #3949ab);
    text-decoration: none;
}

.vnr-detail__crumb a:hover {
    text-decoration: underline;
}

.vnr-detail__crumb .bi {
    font-size: 11px;
    opacity: 0.6;
}

.vnr-detail__crumb .is-current {
    color: var(--vnr-ink, #101116);
    font-weight: 600;
}

.vnr-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.vnr-detail__img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 16px;
    background: #f1f2f5;
}

.vnr-detail__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
}

.vnr-detail__thumbs img {
    width: 92px;
    height: 68px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 auto;
}

.vnr-detail__info {
    background: #fff;
    border: 1px solid var(--vnr-line, #e7e9ee);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 2px 16px rgba(16, 17, 22, 0.06);
    position: sticky;
    top: 90px;
}

.vnr-detail__title {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    margin: 8px 0 14px;
    color: var(--vnr-ink, #101116);
}

.vnr-detail__merchant,
.vnr-detail__loc {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--vnr-muted, #6b6f76);
    font-size: 14.5px;
    margin-bottom: 8px;
}

.vnr-detail__merchant .bi,
.vnr-detail__loc .bi {
    color: var(--vnr-primary, #fb471f);
}

.vnr-detail__cashback {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff1ec;
    color: var(--vnr-primary, #fb471f);
    border-radius: 100px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0 18px;
}

.vnr-detail__book {
    width: 100%;
    justify-content: center;
}

.vnr-detail__section {
    margin-top: 34px;
}

.vnr-detail__desc {
    color: #34373d;
    line-height: 1.7;
    font-size: 15.5px;
}

.vnr-detail__desc img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.vnr-detail__related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.vnr-detail__rcard {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid var(--vnr-line, #e7e9ee);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition:
        box-shadow 0.15s ease,
        transform 0.15s ease;
}

.vnr-detail__rcard:hover {
    box-shadow: 0 6px 20px rgba(16, 17, 22, 0.1);
    transform: translateY(-2px);
}

.vnr-detail__rthumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.vnr-detail__rbody {
    padding: 10px 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.vnr-detail__rcat {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--vnr-primary, #fb471f);
}

.vnr-detail__rname {
    font-size: 14px;
    font-weight: 600;
    color: var(--vnr-ink, #101116);
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    .vnr-detail__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vnr-detail__info {
        position: static;
    }

    .vnr-detail__related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .vnr-detail__related {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .vnr-detail__title {
        font-size: 22px;
    }
}
