body.lv-body {
    font-family: var(--lv-font-sans);
    background: linear-gradient(180deg, var(--lv-page-bg) 0%, #f7f9ff 100%);
    color: var(--lv-text);
    min-height: 100vh;
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

pre {
    white-space: pre-wrap;
    word-break: break-word
}

.lv-home .container-xl {
    max-width: 1360px
}

.lv-hero-card,
.lv-modal-shell,
.lv-empty-card {
    background: var(--lv-surface);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(105, 120, 165, .14);
}

.lv-hero-card {
    padding: clamp(22px, 4vw, 34px);
    background: linear-gradient(135deg, var(--lv-hero-start) 0%, var(--lv-hero-end) 100%);
    position: relative;
    overflow: hidden;
}

.lv-hero-card::before,
.lv-hero-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.lv-hero-card::before {
    width: 360px;
    height: 360px;
    right: -80px;
    top: -120px;
}

.lv-hero-card::after {
    width: 240px;
    height: 240px;
    left: -50px;
    bottom: -130px;
}

.lv-hero-copy {
    position: relative;
    z-index: 2
}

.lv-badge-pill {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    color: var(--lv-text);
    font-size: .95rem;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(96, 122, 184, .14);
    backdrop-filter: blur(10px);
}

.lv-badge-pill .lv-icon {
    width: 16px;
    height: 16px;
    color: var(--lv-primary)
}

.lv-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 45px;
    margin: 26px 0 16px;
    letter-spacing: -.04em;
    font-weight: 800;
}

.lv-hero-title span {
    display: block
}

.lv-hero-title strong {
    display: block;
    background: linear-gradient(135deg, var(--lv-primary), var(--lv-secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lv-hero-desc {
    color: var(--lv-muted);
    font-size: clamp(1.03rem, 1.8vw, 1.32rem);
    max-width: 30rem;
}

.lv-hero-desc p:last-child {
    margin-bottom: 0
}

.lv-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.lv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    border-radius: 16px;
    padding: 14px 22px;
    border: none;
    transition: .24s ease;
    box-shadow: none;
}

.lv-btn .lv-icon {
    width: 18px;
    height: 18px
}

.lv-btn:hover {
    transform: translateY(-2px)
}

.lv-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--lv-primary), var(--lv-secondary));
    box-shadow: 0 16px 28px rgba(94, 113, 197, .28);
}

.lv-btn-primary:hover {
    color: #fff
}

.lv-btn-surface {
    color: var(--lv-text);
    background: #fff;
    box-shadow: 0 10px 22px rgba(95, 110, 150, .13);
}

.lv-btn-surface:hover {
    color: var(--lv-text)
}

.lv-btn-outline {
    color: var(--lv-text);
    background: #fff;
    border: 1px solid rgba(113, 129, 179, .18);
}

.lv-carousel-dots {
    right: auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.lv-carousel-dots [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(106, 121, 175, .4);
}

.lv-carousel-dots .active {
    width: 28px;
    background: linear-gradient(135deg, var(--lv-primary), var(--lv-secondary));
}

.lv-hero-visual {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lv-hero-visual-image {
    max-height: 380px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 45px rgba(88, 100, 150, .24));
}

.lv-hero-art {
    width: min(100%, 540px);
    height: 360px;
    position: relative;
}

.lv-hero-laptop {
    position: absolute;
    right: 8%;
    top: 22%;
    width: 300px;
    height: 200px;
}

.lv-hero-screen {
    height: 170px;
    border-radius: 24px 24px 18px 18px;
    background: linear-gradient(160deg, #26345f, #151f42 70%, #1b1841);
    border: 10px solid rgba(255, 255, 255, .65);
    box-shadow: 0 24px 40px rgba(83, 96, 146, .3);
    position: relative;
}

.lv-hero-screen::before {
    content: "";
    position: absolute;
    inset: 26px;
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(82, 121, 255, .8), rgba(139, 92, 246, .68));
    opacity: .88;
}

.lv-hero-screen::after {
    content: "";
    position: absolute;
    width: 98px;
    height: 60px;
    border-radius: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.lv-hero-base {
    position: absolute;
    left: 16px;
    right: 16px;
    height: 18px;
    bottom: -7px;
    background: linear-gradient(180deg, #d4dcf3, #b5c3ea);
    border-radius: 0 0 16px 16px;
    filter: drop-shadow(0 12px 22px rgba(102, 112, 156, .18));
}

.lv-float-card {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    box-shadow: 0 20px 40px rgba(89, 100, 149, .22);
}

.lv-float-card .lv-icon {
    width: 38px;
    height: 38px
}

.lv-float-card--netflix {
    left: 51%;
    top: 12%;
    background: linear-gradient(135deg, #0e1432, #2a3568)
}

.lv-float-card--spotify {
    left: 38%;
    top: 55%;
    background: linear-gradient(135deg, #4cc7ad, #3bb5ff)
}

.lv-float-card--video {
    left: 56%;
    top: 63%;
    background: linear-gradient(135deg, #ff5c67, #ff7a45)
}

.lv-float-card--chat {
    right: 0;
    top: 42%;
    background: linear-gradient(135deg, #7a6bff, #8454f7)
}

.lv-panel {
    padding: 24px
}

.lv-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.lv-section-heading h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 800;
    letter-spacing: -.03em;
}

.lv-section-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #fff;
    color: var(--lv-primary);
    box-shadow: 0 12px 20px rgba(100, 117, 168, .12);
}

.lv-section-icon .lv-icon {
    width: 22px;
    height: 22px
}

.lv-notice-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lv-notice-card {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(158, 170, 210, .15);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 12px 26px rgba(105, 120, 165, .08);
}

.lv-notice-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--lv-notice-icon-bg);
    color: var(--lv-primary);
}

.lv-notice-icon .lv-icon {
    width: 22px;
    height: 22px
}

.lv-notice-copy h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 800;
}

.lv-notice-copy p {
    margin: 0;
    color: var(--lv-muted);
    line-height: 1.6;
}

.lv-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 32px rgba(105, 120, 165, .12);
    border: 1px solid rgba(160, 170, 210, .12);
}

.lv-product-media-wrap {
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 18px;
}

.lv-product-thumb {
    width: 100%;
    border-radius: 5px;
}

.lv-product-fallback {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    display: grid;
    place-items: center;
    position: relative;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

.lv-product-fallback-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.lv-product-fallback-icon .lv-icon {
    width: 26px;
    height: 26px
}

.lv-tone--violet .lv-product-media-wrap,
.lv-tone--violet .lv-product-fallback {
    background: linear-gradient(135deg, #121a3e, #6f55ff)
}

.lv-tone--blue .lv-product-media-wrap,
.lv-tone--blue .lv-product-fallback {
    background: linear-gradient(135deg, #17305a, #1d6dff)
}

.lv-tone--emerald .lv-product-media-wrap,
.lv-tone--emerald .lv-product-fallback {
    background: linear-gradient(135deg, #0c2730, #08c88a)
}

.lv-tone--sky .lv-product-media-wrap,
.lv-tone--sky .lv-product-fallback {
    background: linear-gradient(135deg, #5aa8ff, #91c8ff)
}

.lv-tone--rose .lv-product-media-wrap,
.lv-tone--rose .lv-product-fallback {
    background: linear-gradient(135deg, #63192f, #ff4a57)
}

.lv-tone--midnight .lv-product-media-wrap,
.lv-tone--midnight .lv-product-fallback {
    background: linear-gradient(135deg, #07162f, #183f89)
}

.lv-product-content {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.lv-product-content h3 {
    font-size: 1.15rem;
    margin: 0;
    font-weight: 800;
}

.lv-product-price,
.lv-modal-price {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: var(--lv-text);
    letter-spacing: -.04em;
}

.lv-price-suffix {
    font-size: .92rem;
    font-weight: 700;
    color: var(--lv-muted);
}

.lv-chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.lv-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: .84rem;
    font-weight: 700;
    background: rgba(79, 124, 255, .1);
    color: var(--lv-primary);
}

.lv-chip--ghost {
    background: rgba(255, 255, 255, .62);
    color: var(--lv-text);
    border: 1px solid rgba(170, 180, 210, .2);
}

.lv-product-modal .modal-dialog {
    max-width: 1140px
}

.lv-modal-shell {
    border: none;
    padding: 0 8px 8px;
}

.lv-modal-layout {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.lv-modal-top {
    display: grid;
    grid-template-columns: minmax(0, 260px) 1fr;
    gap: 22px;
    padding-bottom: 8px;
}

.lv-modal-thumb {
    border-radius: 26px;
    overflow: hidden;
    min-height: 160px;
    background: linear-gradient(135deg, #eff4ff, #e9eaff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lv-modal-thumb img,
.lv-modal-thumb .lv-product-fallback {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}

.lv-modal-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.lv-modal-head h3 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin: 0;
    font-weight: 900;
    letter-spacing: -.04em;
}

.lv-modal-kicker {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.lv-modal-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lv-modal-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1.3fr 1fr 1fr;
}

.lv-modal-box {
    background: #f9fbff;
    border: 1px solid rgba(160, 170, 210, .16);
    border-radius: 22px;
    padding: 18px;
}

.lv-modal-box-title {
    font-size: .92rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
    color: var(--lv-muted);
    margin-bottom: 12px;
}

.lv-modal-box-content {
    color: var(--lv-muted);
    line-height: 1.7;
}

.lv-modal-box-content p:last-child {
    margin-bottom: 0
}

.lv-payment-box {
    margin: 0;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    color: var(--lv-text);
    border: 1px dashed rgba(143, 157, 204, .35);
    font-family: var(--lv-font-sans);
    line-height: 1.7;
}

.lv-empty-card {
    padding: 24px;
    background: rgba(255, 255, 255, .75);
    color: var(--lv-muted);
}

.lv-home::after {
    content: attr(data-footer-note);
    display: block;
    text-align: center;
    color: var(--lv-muted);
}

@media (max-width: 1199.98px) {
    .lv-modal-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 991.98px) {
    .lv-hero-card {
        padding: 22px
    }

    .lv-hero-title {
        max-width: none
    }

    .lv-modal-top {
        grid-template-columns: 1fr
    }

    .lv-hero-visual {
        min-height: 290px
    }
}

@media (max-width: 767.98px) {
    .lv-section-heading {
        margin-bottom: 16px
    }

    .lv-panel {
        padding: 18px
    }

    .lv-notice-card {
        grid-template-columns: 50px 1fr;
        padding: 16px
    }

    .lv-hero-actions {
        gap: 10px
    }

    .lv-btn {
        width: 100%
    }

    .lv-product-media-wrap {
        height: 120px
    }

    .lv-hero-art {
        transform: scale(.88);
        transform-origin: center
    }
}

.lv-notice-card--button {
    width: 100%;
    border: none;
    text-align: left;
    background: #fff;
    cursor: pointer;
    transition: .22s ease
}

.lv-notice-card--button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(103, 118, 167, .14)
}

.lv-notice-modal-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 8px
}

.lv-notice-modal-head {
    display: flex;
    gap: 16px;
    align-items: flex-start
}

.lv-notice-modal-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: var(--lv-notice-icon-bg);
    display: grid;
    place-items: center;
    color: var(--lv-primary);
    flex: 0 0 auto
}

.lv-notice-modal-icon .lv-icon {
    width: 24px;
    height: 24px
}

.lv-notice-modal-head h3 {
    margin: 10px 0 0;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    letter-spacing: -.03em
}

.lv-notice-modal-content {
    padding: 18px;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid rgba(79, 124, 255, .10);
    color: var(--lv-text)
}

.lv-notice-modal-content p:last-child {
    margin-bottom: 0
}

/* v2.3 refinements */
:root {
    --lv-font-sans: "Be Vietnam Pro", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif
}

body.lv-body {
    font-family: var(--lv-font-sans)
}

.lv-home {
    padding-top: 0 !important
}

.lv-home .container-xl {
    max-width: 1420px
}

.lv-hero-section {
    margin-bottom: 18px !important
}

.lv-hero-card {
    padding: 18px 20px 16px;
    border-radius: 30px
}

.lv-hero-title {
    font-size: 35px;
    margin: 18px 0 12px
}

.lv-hero-desc {
    font-size: 1rem;
    max-width: 34rem
}

.lv-hero-actions {
    margin-top: 18px;
    gap: 10px
}

.lv-btn {
    border-radius: 5px;
    padding: 11px 18px;
    font-size: .96rem
}

.lv-hero-visual {
    min-height: 245px
}

.lv-hero-visual-image {
    max-height: 300px
}

.lv-hero-art {
    height: 250px;
    width: min(100%, 470px)
}

.lv-hero-laptop {
    width: 250px;
    height: 170px;
    top: 18%
}

.lv-hero-screen {
    height: 145px
}

.lv-float-card {
    width: 90px;
    height: 90px;
    border-radius: 22px
}

.lv-float-card .lv-icon {
    width: 30px;
    height: 30px
}

.lv-panel {
    padding: 20px;
    border-radius: 26px
}

.lv-notice-stack {
    gap: 12px
}

.lv-notice-card {
    padding: 14px 16px;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.lv-notice-card.is-hot {
    border-color: rgba(251, 146, 60, .26);
    box-shadow: 0 14px 34px rgba(251, 146, 60, .14), 0 10px 22px rgba(105, 120, 165, .08)
}

.lv-notice-hot-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    color: #c2410c;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    box-shadow: 0 8px 20px rgba(251, 146, 60, .18)
}

.lv-notice-hot-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fb923c;
    animation: lvPulse 1.1s infinite
}

.lv-notice-copy h3 {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-right: 56px
}

.lv-notice-copy p {
    font-size: .92rem;
    line-height: 1.55
}

.lv-product-card {
    border-radius: 22px;
    box-shadow: 0 16px 32px rgba(105, 120, 165, .11)
}

.lv-product-media-wrap {
    height: 120px;
    padding: 14px
}

.lv-product-content {
    padding: 15px 15px 16px;
    gap: 10px
}

.lv-product-content h3 {
    font-size: 1rem;
    line-height: 1.35
}

.lv-product-price,
.lv-modal-price {
    font-size: 18px;
}

.lv-chip {
    padding: 6px 10px;
    font-size: .77rem
}

.lv-product-card .lv-btn {
    padding: 5px 10px;
    font-size: 15px;
}

.lv-modal-layout {
    gap: 18px
}

.lv-modal-top {
    grid-template-columns: minmax(0, 260px) 1fr;
    gap: 18px
}

.lv-modal-thumb {
    min-height: 160px;
    border-radius: 22px
}

.lv-modal-head {
    gap: 12px
}

.lv-modal-head h3 {
    font-size: clamp(1.55rem, 2.4vw, 2.25rem)
}

.lv-modal-inline-note {
    font-size: .96rem;
    max-width: 600px
}

.lv-modal-grid--compact {
    grid-template-columns: 1fr 2.5fr
}

.lv-modal-box {
    padding: 16px;
    border-radius: 20px
}

.lv-modal-box--payment {
    background: linear-gradient(180deg, #f8fbff, #f3f7ff);
    border-color: rgba(79, 124, 255, .18)
}

.lv-modal-box--payment .lv-modal-box-title {
    font-size: .88rem
}

.lv-notice-modal-layout {
    gap: 14px
}

.lv-notice-modal-content {
    padding: 16px 18px;
    border-radius: 20px
}

.info-hot {
    position: absolute;
    right: 10px;
    top: 10px;
}

.hot-text {
    font-size: 17px !important;
    font-weight: 800;
    line-height: 30px !important;
    background: linear-gradient(90deg, #ff0000, #ffcc00, #00ffcc, #ff00ff, #ff0000);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: colorRun 3s linear infinite;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

@keyframes colorRun {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 300% center;
    }
}

.shine-text {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 800;
    color: #ff2d55;
    overflow: hidden;
}

.shine-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shineMove 2s infinite;
}

@keyframes shineMove {
    100% {
        left: 125%;
    }
}

@keyframes lvPulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .45;
        transform: scale(.72)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@media (min-width:1200px) {
    .lv-home .row.g-4.g-xl-5 {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem
    }

    .lv-panel--products {
        margin-top: -4px
    }
}

@media (max-width:991.98px) {
    .lv-modal-grid--compact {
        grid-template-columns: 1fr
    }

    .lv-hero-visual {
        min-height: 210px
    }

    .lv-hero-card {
        padding: 18px
    }

    .lv-hero-title {
        max-width: none
    }

    .lv-product-media-wrap {
        height: 120px
    }
}

@media (max-width:767.98px) {
    .lv-home .container-xl {
        padding-inline: 14px
    }

    .lv-panel {
        padding: 16px
    }

    .lv-notice-card {
        grid-template-columns: 46px 1fr
    }

    .lv-product-content {
        padding: 14px
    }

    .lv-product-card .lv-btn {
        padding: 5px 10px;
    }

    .lv-btn {
        padding: 10px 14px
    }
}