:root {
    --bali-primary: #ff6b35;
    --bali-primary-dark: #ef4b14;
    --bali-secondary: #ffb703;
    --bali-accent: #7b61ff;
    --bali-accent-soft: #ede7ff;
    --bali-ink: #1f2340;
    --bali-ink-soft: #5b617c;
    --bali-brown: #241748;
    --bali-ivory: #fff7ee;
    --bali-surface: rgba(255, 255, 255, 0.92);
    --bali-surface-strong: #ffffff;
    --bali-stroke: rgba(31, 35, 64, 0.08);
    --bali-shadow: 0 24px 60px rgba(31, 35, 64, 0.12);
    --bali-shadow-soft: 0 16px 36px rgba(31, 35, 64, 0.08);
    --bali-success: #12b981;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 183, 3, 0.18), transparent 32%),
        radial-gradient(circle at top right, rgba(123, 97, 255, 0.16), transparent 30%),
        linear-gradient(180deg, #fffaf3 0%, #ffffff 38%, #fff7ee 100%);
    color: var(--bali-ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.site-body::before,
body.site-body::after {
    content: "";
    position: fixed;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .15;
    z-index: -2;
    pointer-events: none;
}

body.site-body::before {
    top: -120px;
    left: -80px;
    background: rgba(255, 107, 53, 0.55);
}

body.site-body::after {
    right: -100px;
    bottom: 10%;
    background: rgba(123, 97, 255, 0.42);
}

img {
    max-width: 100%;
}

a {
    color: var(--bali-accent);
}

a:hover {
    color: #0f5132;
}

.bg-brown {
    background: linear-gradient(135deg, #1f1746 0%, #2b145c 100%);
}

.bg-ivory {
    background: linear-gradient(180deg, rgba(255, 247, 238, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.text-bali {
    color: var(--bali-primary) !important;
}

.text-bali-accent {
    color: var(--bali-accent) !important;
}

.text-muted {
    color: var(--bali-ink-soft) !important;
}

.topbar {
    background: linear-gradient(90deg, #26195b 0%, #3c1f82 50%, #ff6b35 100%);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
}

.topbar .topbar-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
}

.main-navbar {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(31, 35, 64, 0.06);
    box-shadow: 0 20px 44px rgba(31, 35, 64, 0.05);
}

.main-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: .85rem;
    font-size: 1rem;
}

.main-navbar .navbar-brand img {
    height: 46px;
    width: 46px;
    border-radius: 14px;
    object-fit: cover;
    background: linear-gradient(135deg, rgba(255,107,53,.18), rgba(123,97,255,.18));
    padding: .45rem;
    box-shadow: 0 10px 24px rgba(255, 107, 53, .16);
}

.main-navbar .navbar-toggler {
    border: 0;
    border-radius: 16px;
    padding: .7rem .85rem;
    background: rgba(255, 107, 53, 0.08);
}

.main-navbar .nav-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .7rem 1rem !important;
    border-radius: 999px;
    color: var(--bali-ink);
    font-weight: 600;
    transition: all .22s ease;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: #0f5132;
    background: rgba(255, 107, 53, 0.09);
}

.nav-cta,
.btn-bali {
    position: relative;
    border: 0;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--bali-primary) 0%, #ff8f3a 52%, var(--bali-secondary) 100%);
    box-shadow: 0 18px 32px rgba(255, 107, 53, 0.24);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.nav-cta:hover,
.btn-bali:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(255, 107, 53, 0.28);
    filter: saturate(1.04);
}

.btn-bali.btn-lg {
    padding: .95rem 1.5rem;
}

.btn-outline-bali {
    border-radius: 999px;
    border: 1px solid rgba(255, 107, 53, 0.26);
    background: rgba(255, 255, 255, 0.82);
    color: #0f5132;
    box-shadow: 0 10px 24px rgba(31, 35, 64, 0.06);
}

.btn-outline-bali:hover {
    background: rgba(255, 107, 53, 0.08);
    border-color: rgba(255, 107, 53, 0.45);
    color: #0f5132;
}

.btn-outline-light {
    border-radius: 999px;
}

.btn-outline-dark,
.btn-light,
.btn-warning,
.btn-outline-success {
    border-radius: 999px;
}

.badge-soft {
    background: rgba(123, 97, 255, 0.08);
    color: var(--bali-accent);
    border: 1px solid rgba(123, 97, 255, 0.12);
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 42px 0 72px;
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
}

.hero-section::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255, 183, 3, 0.28) 0%, rgba(255, 183, 3, 0) 72%);
    top: -120px;
    right: -90px;
}

.hero-section::after {
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(123, 97, 255, 0.18) 0%, rgba(123, 97, 255, 0) 72%);
    bottom: -160px;
    left: -70px;
}

.hero-grid {
    position: relative;
    z-index: 2;
    align-items: flex-start;
}

.hero-copy-column {
    padding-top: .32rem;
}

.hero-copy-column .hero-badge,
.hero-copy-column .hero-title,
.hero-copy-column .hero-lead {
    margin-bottom: .9rem !important;
}

.hero-copy-column .d-flex.flex-wrap.gap-3 {
    gap: .7rem !important;
    margin-bottom: 1rem !important;
}

.hero-copy-column .btn-lg {
    --bs-btn-padding-y: .68rem;
    --bs-btn-padding-x: 1.12rem;
    --bs-btn-font-size: .96rem;
}

.hero-copy-column .hero-search {
    margin-bottom: .9rem !important;
    padding: .75rem;
}

.hero-copy-column > .row.g-3 {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: .75rem;
}

.hero-media-column {
    padding-top: .14rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-media-column > .hero-slider-shell,
.hero-media-column > .hero-search-inline,
.hero-media-column > .hero-feature-grid-right {
    width: 100%;
    max-width: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .65rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(255,255,255,.5);
    color: var(--bali-ink);
    box-shadow: 0 14px 28px rgba(31,35,64,.08);
}

.hero-title {
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--bali-ink);
}

.hero-title .gradient-text {
    background: linear-gradient(135deg, var(--bali-primary), var(--bali-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-lead {
    max-width: 720px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--bali-ink-soft);
}

.hero-search {
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(255,255,255,.7);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: .85rem;
    box-shadow: var(--bali-shadow-soft);
}

.hero-search .form-control {
    min-height: 58px;
    border: 0;
    background: rgba(255, 247, 238, 0.9);
}

.hero-search-inline {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: .62rem;
    border-radius: 20px;
}

.hero-search-inline .form-control,
.hero-search-inline .btn {
    min-height: 46px;
}

.hero-search-inline .form-control {
    font-size: .94rem;
    padding-inline: .9rem;
}

.hero-search-inline .btn {
    --bs-btn-font-size: .88rem;
    --bs-btn-padding-x: .95rem;
}

.hero-feature-grid-right > [class*="col-"] {
    display: flex;
}

.hero-slider-shell {
    position: relative;
    margin-top: -6px;
}

.hero-slider,
.hero-slide-card {
    border-radius: 36px;
}

.hero-slider {
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(25, 22, 52, 0.16);
}

.hero-slide-card {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, rgba(31, 23, 72, 0.88), rgba(66, 35, 132, 0.72));
}

.hero-slide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--hero-slide-bg);
    background-size: cover;
    background-position: center;
    filter: blur(18px) saturate(1.06);
    transform: scale(1.08);
    opacity: .56;
}

.hero-slide-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .6rem .8rem 0.8rem;
}

.hero-slide-media img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.04) 58%, rgba(18, 13, 46, 0.12) 100%),
        radial-gradient(circle at top left, rgba(255, 183, 3, 0.12), transparent 34%);
}

.hero-slide-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.2rem 1.25rem 1.85rem;
    color: #fff;
}

.hero-slide-panel {
    width: min(460px, calc(100% - 1rem));
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    box-shadow: none;
}

.hero-slide-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    width: fit-content;
    padding: .42rem .78rem;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.28);
    backdrop-filter: blur(10px);
    font-size: .75rem;
    letter-spacing: .02em;
    margin-bottom: .78rem;
    text-shadow: none;
}

.hero-slide-content h2 {
    font-size: clamp(1.18rem, 1.5vw, 1.7rem);
    line-height: 1.18;
    font-weight: 800;
    max-width: 18ch;
    margin-bottom: .5rem;
    text-shadow: 0 10px 28px rgba(11, 10, 27, 0.4);
}

.hero-slide-content p {
    max-width: 42ch;
    color: rgba(255,255,255,.95);
    font-size: .92rem;
    line-height: 1.5;
    margin-bottom: .9rem;
    text-shadow: 0 8px 24px rgba(11, 10, 27, 0.36);
}

.hero-slide-actions .btn {
    --bs-btn-padding-y: .48rem;
    --bs-btn-padding-x: .95rem;
    --bs-btn-font-size: .9rem;
    --bs-btn-border-radius: 999px;
    box-shadow: 0 14px 28px rgba(11, 10, 27, 0.14);
}

.hero-slider .carousel-indicators {
    justify-content: flex-start;
    margin: 0;
    left: 1.2rem;
    right: auto;
    bottom: 1rem;
}

.hero-slider .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    margin: 0 .24rem;
    opacity: .5;
    background: rgba(255,255,255,.88);
}

.hero-slider .carousel-indicators .active {
    width: 30px;
    opacity: 1;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: auto;
    opacity: 1;
}

.hero-slider .carousel-control-prev {
    left: auto;
    right: 5.1rem;
}

.hero-slider .carousel-control-next {
    right: 1rem;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background-color: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(10px);
    background-size: 40% 40%;
}

.hero-slider .carousel-item {
    transition: transform 1.1s ease, opacity 1.1s ease;
}

.hero-slide-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 24%, rgba(11,9,33,.08) 100%);
    mix-blend-mode: screen;
    opacity: .5;
    pointer-events: none;
}

.hero-slide-media img {
    transform: scale(.99);
    filter: saturate(1.06) contrast(1.02) drop-shadow(0 18px 34px rgba(13, 10, 32, 0.14));
    will-change: transform;
}

.hero-slide-overlay {
    will-change: opacity, transform;
}

.hero-slide-content > * {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
}

.hero-slider .carousel-item.active .hero-slide-media img,
.hero-slider .carousel-item.carousel-item-start .hero-slide-media img,
.hero-slider .carousel-item.carousel-item-end .hero-slide-media img {
    animation: heroCinematicZoom 7.5s ease-out both;
}

.hero-slider .carousel-item.active .hero-slide-overlay,
.hero-slider .carousel-item.carousel-item-start .hero-slide-overlay,
.hero-slider .carousel-item.carousel-item-end .hero-slide-overlay {
    animation: heroOverlayDrift 7.5s ease-out both;
}

.hero-slider .carousel-item.active .hero-slide-content > *,
.hero-slider .carousel-item.carousel-item-start .hero-slide-content > *,
.hero-slider .carousel-item.carousel-item-end .hero-slide-content > * {
    animation: heroCopyReveal .9s cubic-bezier(.2,.8,.2,1) forwards;
}

.hero-slider .carousel-item.active .hero-slide-content > *:nth-child(1),
.hero-slider .carousel-item.carousel-item-start .hero-slide-content > *:nth-child(1),
.hero-slider .carousel-item.carousel-item-end .hero-slide-content > *:nth-child(1) {
    animation-delay: .08s;
}

.hero-slider .carousel-item.active .hero-slide-content > *:nth-child(2),
.hero-slider .carousel-item.carousel-item-start .hero-slide-content > *:nth-child(2),
.hero-slider .carousel-item.carousel-item-end .hero-slide-content > *:nth-child(2) {
    animation-delay: .18s;
}

.hero-slider .carousel-item.active .hero-slide-content > *:nth-child(3),
.hero-slider .carousel-item.carousel-item-start .hero-slide-content > *:nth-child(3),
.hero-slider .carousel-item.carousel-item-end .hero-slide-content > *:nth-child(3) {
    animation-delay: .3s;
}

.hero-slider .carousel-item.active .hero-slide-content > *:nth-child(4),
.hero-slider .carousel-item.carousel-item-start .hero-slide-content > *:nth-child(4),
.hero-slider .carousel-item.carousel-item-end .hero-slide-content > *:nth-child(4) {
    animation-delay: .42s;
}

@keyframes heroCinematicZoom {
    0% {
        transform: scale(.985) translate3d(0, 0, 0);
    }
    100% {
        transform: scale(1.03) translate3d(0, -5px, 0);
    }
}

@keyframes heroOverlayDrift {
    0% {
        opacity: .84;
        transform: scale(1) translate3d(0, 0, 0);
    }
    100% {
        opacity: .96;
        transform: scale(1.02) translate3d(-1%, 1%, 0);
    }
}

@keyframes heroCopyReveal {
    0% {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slider .carousel-item,
    .hero-slide-media img,
    .hero-slide-overlay,
    .hero-slide-content > * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .hero-slide-content > * {
        opacity: 1;
    }
}

.hero-feature-grid {
    margin-top: 0;
    position: relative;
    z-index: 3;
}

.hero-feature-grid-right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    align-items: stretch;
    --bs-gutter-x: .62rem;
    --bs-gutter-y: .62rem;
}

.hero-feature-card,
.card-product,
.card-umkm,
.card-article,
.surface-card,
.filter-box,
.form-card,
.chart-card,
.customer-sidebar-card,
.customer-helper-card {
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: var(--bali-shadow-soft);
    border-radius: 24px;
    background: var(--bali-surface);
    backdrop-filter: blur(14px);
}

.hero-feature-card {
    height: 100%;
    padding: .82rem;
}

.hero-feature-card-compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: .8rem .68rem;
}

.hero-feature-card h3 {
    font-size: .88rem;
    margin-bottom: .34rem;
}

.hero-feature-card p {
    margin-bottom: 0;
    color: var(--bali-ink-soft);
    font-size: .78rem;
    line-height: 1.48;
}


.hero-copy-column .hero-feature-card {
    border-radius: 22px;
}

.hero-feature-grid-right .hero-feature-card {
    border-radius: 20px;
    min-height: 142px;
}

.hero-feature-grid-right .icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    margin-bottom: .58rem !important;
}

.hero-feature-grid-right .hero-feature-card h3 {
    font-size: .85rem;
    line-height: 1.26;
    margin-bottom: .3rem;
}

.hero-feature-grid-right .hero-feature-card p {
    max-width: 20ch;
    margin-inline: auto;
    font-size: .74rem;
    line-height: 1.42;
}

.hero-copy-column .icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    margin-bottom: .75rem !important;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,107,53,.12), rgba(123,97,255,.14));
    color: #0f5132;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}

.section-title {
    position: relative;
    padding-bottom: .85rem;
    margin-bottom: 1.6rem;
    font-weight: 800;
    color: var(--bali-ink);
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--bali-primary), var(--bali-accent));
}

.section-kicker {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
    color: var(--bali-accent);
    font-weight: 700;
}

.card-product,
.card-umkm,
.card-article {
    overflow: hidden;
}

.card-product img,
.card-umkm img,
.card-article img {
    height: 230px;
    object-fit: cover;
}

.card-product .card-body,
.card-umkm .card-body,
.card-article .card-body {
    padding: 1.3rem;
}

.card-product:hover,
.card-umkm:hover,
.card-article:hover,
.hero-feature-card:hover,
.surface-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(31, 35, 64, 0.12);
}

.card-product,
.card-umkm,
.card-article,
.hero-feature-card,
.surface-card {
    transition: transform .24s ease, box-shadow .24s ease;
}

.promo-banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #26195b 0%, #4f2ab9 55%, #ff6b35 100%);
    color: #fff;
    box-shadow: var(--bali-shadow);
}

.promo-banner-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,.24), transparent 26%);
}

.promo-banner-card .promo-banner-copy {
    position: relative;
    z-index: 2;
    padding: 1.8rem;
}

.promo-banner-card .promo-banner-media {
    position: relative;
    min-height: 100%;
}

.promo-banner-card .promo-banner-media img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.accordion-item {
    border: 0;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: .8rem;
    box-shadow: 0 10px 20px rgba(31,35,64,.05);
}

.accordion-button {
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #0f5132;
    background: rgba(255, 107, 53, .08);
    box-shadow: none;
}

.footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, #1a123b 0%, #231558 42%, #3f2090 78%, #ff6b35 100%);
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 24%);
    pointer-events: none;
}

.footer .footer-link-list a,
.footer .text-white-50 {
    transition: color .2s ease;
}

.footer .footer-link-list a:hover,
.footer .text-white-50:hover {
    color: #fff !important;
}

.footer .footer-brand {
    display: flex;
    align-items: center;
    gap: .9rem;
}

.footer .footer-brand-badge {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
}

.footer-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    padding: 1.4rem;
    backdrop-filter: blur(12px);
}

.footer a {
    text-decoration: none;
}

.filter-box {
    padding: 1rem;
}

.umkm-banner,
.article-cover,
.product-cover {
    width: 100%;
    object-fit: cover;
    border-radius: 1.2rem;
}

.umkm-banner {
    max-height: 300px;
}

.product-cover {
    max-height: 450px;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -10px;
    font-size: .62rem;
    box-shadow: 0 10px 20px rgba(220, 38, 38, .25);
}

.table-order td,
.table-order th {
    vertical-align: middle;
}

.form-control,
.form-select {
    min-height: 48px;
    border-radius: 16px;
    border-color: rgba(31, 35, 64, 0.08);
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(123, 97, 255, 0.34);
    box-shadow: 0 0 0 .25rem rgba(123, 97, 255, 0.12);
}

.chart-card {
    padding: 1.25rem;
}

.chart-canvas-wrap {
    position: relative;
    width: 100%;
    min-height: 280px;
}

.chart-canvas-wrap canvas {
    width: 100%;
    height: 280px;
    display: block;
}

.chart-tooltip {
    position: absolute;
    min-width: 120px;
    max-width: 180px;
    background: rgba(33, 37, 41, .95);
    color: #fff;
    border-radius: .75rem;
    padding: .55rem .75rem;
    font-size: .75rem;
    pointer-events: none;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity .12s ease;
    z-index: 10;
}

.chart-tooltip.show {
    opacity: 1;
}

.autocomplete-wrapper {
    position: relative;
}

.autocomplete-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1080;
    background: #fff;
    border: 1px solid rgba(31,35,64,.08);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(31,35,64,.12);
    overflow: hidden;
    max-height: 340px;
    overflow-y: auto;
}

.autocomplete-item {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    color: var(--bali-ink);
    border-top: 1px solid rgba(31,35,64,.05);
}

.autocomplete-item:first-child {
    border-top: 0;
}

.autocomplete-item.active,
.autocomplete-item:hover {
    background: rgba(255, 107, 53, 0.06);
}

.autocomplete-type {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #0f5132;
    font-weight: 700;
}

.autocomplete-title {
    font-weight: 600;
    margin-top: 2px;
}

.autocomplete-subtitle,
.autocomplete-empty {
    color: var(--bali-ink-soft);
}

.bg-bali-subtle {
    background: rgba(255, 107, 53, .1);
}

.customer-sidebar-card,
.customer-helper-card {
    overflow: hidden;
}

.customer-sidebar-head {
    padding: 1.35rem;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(123, 97, 255, 0.12));
    border-bottom: 1px solid rgba(31,35,64,.06);
}

.customer-sidebar-list .list-group-item {
    display: flex;
    align-items: center;
    gap: .85rem;
    border: 0;
    padding: .95rem 1.15rem;
    background: transparent;
    color: var(--bali-ink);
}

.customer-sidebar-list .list-group-item .menu-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 107, 53, 0.08);
    color: #0f5132;
}

.customer-sidebar-list .list-group-item.active {
    background: linear-gradient(135deg, rgba(255,107,53,.14), rgba(123,97,255,.12));
    color: var(--bali-ink);
}

.customer-sidebar-list .list-group-item.active .menu-icon {
    background: linear-gradient(135deg, var(--bali-primary), var(--bali-accent));
    color: #fff;
}

.parallax-layer {
    --parallax-shift: 0px;
    transform: translate3d(0, var(--parallax-shift), 0);
    will-change: transform;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 52px 0 48px;
    }

    .hero-copy-column,
    .hero-media-column {
        padding-top: 0;
    }

    .hero-slider-shell {
        margin-top: 0;
    }

    .hero-grid {
        gap: 2rem;
    }

    .hero-slide-card {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .hero-slide-content {
        padding: .95rem;
    }

    .hero-slide-panel {
        width: min(420px, 100%);
        padding: 0;
    }

    .hero-slider .carousel-indicators {
        left: 1rem;
    }

    .hero-slider .carousel-control-prev {
        right: 4.5rem;
    }

    .hero-slider .carousel-control-next {
        right: .8rem;
    }

    .hero-feature-grid {
        margin-top: .25rem;
    }

    .hero-media-column {
        gap: .85rem;
    }

    .hero-search-inline,
    .hero-feature-grid-right {
        width: 100%;
    }

    .main-navbar .navbar-collapse {
        margin-top: 1rem;
        border-radius: 24px;
        background: rgba(255,255,255,.96);
        padding: 1rem;
        box-shadow: 0 18px 32px rgba(31,35,64,.08);
    }

    .main-navbar .nav-link {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-search {
        border-radius: 20px;
    }

    .hero-search-inline {
        width: 100%;
        padding: .7rem;
    }

    .hero-feature-grid-right {
        width: 100%;
    }

    .hero-slide-card {
        aspect-ratio: 4 / 5;
    }

    .hero-slide-content {
        padding: .8rem .8rem 1rem;
    }

    .hero-slide-panel {
        width: 100%;
        border-radius: 0;
        padding: 0;
    }

    .hero-slide-content h2 {
        font-size: 1.15rem;
        max-width: 100%;
    }

    .hero-slide-content p {
        font-size: .88rem;
        max-width: 100%;
    }

    .hero-slide-actions .btn {
        width: 100%;
    }

    .footer-card {
        padding: 1.15rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .card-product,
    .card-umkm,
    .card-article,
    .hero-feature-card,
    .surface-card,
    .nav-cta,
    .btn-bali,
    .parallax-layer {
        transition: none !important;
        transform: none !important;
    }
}


.demo-floating-badge {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .72rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8f3a 0%, #ff6b35 55%, #ffb703 100%);
    color: #0f5132;
    font-weight: 800;
    letter-spacing: .04em;
    box-shadow: 0 18px 36px rgba(255, 107, 53, 0.28);
    border: 1px solid rgba(255,255,255,.24);
    text-decoration: none;
}

.demo-inline-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .4rem .75rem;
    border-radius: 999px;
    background: rgba(255, 183, 3, 0.26);
    color: #0f5132;
    border: 1px solid rgba(255, 107, 53, 0.28);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
}

.demo-credential-card {
    border: 1px dashed rgba(255, 107, 53, .3);
    background: rgba(255, 247, 238, .82);
}

.demo-quick-grid {
    display: grid;
    gap: .75rem;
}

@media (min-width: 768px) {
    .demo-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
