:root {
    --merah-nusantara: #C62828;
    --orange-surya: #C86B1A;
    --gold-accent: #C89B2B;
    --cream-bg: #F7F4EE;
    --surface-soft: #FBF8F3;
    --border-soft: #E8DED2;
    --dark-text: #171717;
    --muted-text: #5F5A54;
    --white: #FFFFFF;

    --merah-hover: #A51D1D;
    --orange-hover: #B75F15;
    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* 2. PENGATURAN UMUM */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 6.5rem;
    background-color: var(--cream-bg);
    color: var(--dark-text);
    font-family: var(--font-body);
    font-size: 16px;
}

body {
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.65;
    letter-spacing: 0.005em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 3. TIPOGRAFI */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

p {
    color: var(--muted-text);
}

a,
button {
    transition: all 0.24s ease;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(212, 175, 55, 0.55);
    outline-offset: 3px;
}

.section-divider {
    width: 6rem;
    height: 0.22rem;
    border-radius: 999px;
    background: var(--merah-nusantara);
}

.section-divider--left {
    transform-origin: left center;
}

.section-divider--full {
    width: 100%;
}

/* 5. EFEK VISUAL & TRANSISI KUSTOM */
.gradient-merah-oranye-gold {
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 28%),
        linear-gradient(135deg, #c62828 0%, #b3261e 58%, #8f1d1d 100%);
}

.gradient-dark-card {
    background: linear-gradient(145deg, #252525 0%, #1A1A1A 100%);
}

.hero-premium {
    background: url("../assets/images/homebanner.png") center / cover no-repeat;
    isolation: isolate;
}

.hero-premium::before {
    content: none;
}

.hero-premium__ornament {
    display: none;
}

.hero-premium__ornament--left {
    left: -8rem;
    bottom: -8rem;
    background:
        radial-gradient(circle, rgba(212, 175, 55, 0.24) 0 24%, transparent 25%),
        repeating-radial-gradient(circle, rgba(212, 175, 55, 0.35) 0 2px, transparent 2px 16px);
}

.hero-premium__ornament--right {
    right: -6rem;
    top: 4rem;
    width: 18rem;
    background:
        linear-gradient(45deg, rgba(255, 255, 255, 0.12), transparent 60%),
        repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.28) 0 2px, transparent 2px 14px);
    border-radius: 2.5rem;
    transform: rotate(12deg);
}

.hero-premium__cloud {
    display: none;
}

.hero-premium__cloud svg {
    display: block;
    width: 100%;
    height: auto;
}

.hero-premium__cloud--top {
    top: 7.5rem;
    left: 4%;
    width: min(18rem, 42vw);
}

.hero-premium__cloud--bottom {
    right: 1%;
    bottom: 3rem;
    width: min(22rem, 48vw);
}

.hero-title-accent {
    text-shadow: 0 10px 36px rgba(212, 175, 55, 0.22);
}

.hero-premium__content {
    position: relative;
}

.hero-event-badge {
    min-width: min(26rem, calc(100vw - 2rem));
    padding-inline: clamp(1.5rem, 4vw, 3.5rem);
    font-size: clamp(1rem, 0.9rem + 0.45vw, 1.28rem);
    letter-spacing: clamp(0.28em, 0.22em + 0.3vw, 0.46em);
    white-space: nowrap;
}

.hero-primary-cta {
    background: linear-gradient(135deg, #f4c957 0%, #d4af37 48%, #f8e2a2 100%);
    box-shadow: 0 22px 44px -24px rgba(20, 8, 10, 0.9);
}

.hero-primary-cta--light {
    background: linear-gradient(180deg, #ffffff 0%, #fff5ed 100%);
    box-shadow: 0 20px 46px -28px rgba(0, 0, 0, 0.85);
}

.hero-secondary-cta {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    backdrop-filter: blur(14px);
}

.hero-secondary-cta:hover {
    background: rgba(255, 247, 230, 0.96);
    color: var(--merah-nusantara);
    border-color: rgba(255, 247, 230, 0.96);
}

.hero-culture-showcase {
    position: relative;
    min-height: 18rem;
    width: 100%;
}

.hero-culture-showcase__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.hero-culture-showcase__glow--one {
    inset: auto auto 2rem 28%;
    width: 15rem;
    height: 15rem;
    background: radial-gradient(circle, rgba(255, 228, 178, 0.42), transparent 72%);
}

.hero-culture-showcase__glow--two {
    top: 2rem;
    right: 22%;
    width: 16rem;
    height: 16rem;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 72%);
}

.hero-social {
    position: absolute;
    top: 0.8rem;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    min-height: 4.25rem;
    padding: 0 1.35rem;
    border-radius: 1.4rem;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.85);
    pointer-events: none;
}

.hero-social::after {
    content: "";
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 0 0 0.4rem 0;
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
}

.hero-social--left {
    left: 16%;
    background: linear-gradient(135deg, #2c7dff 0%, #0e59df 100%);
}

.hero-social--right {
    right: 12%;
    top: 2.3rem;
    background: linear-gradient(135deg, #4dc58f 0%, #2ca56e 100%);
}

.culture-card {
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    width: clamp(11.2rem, 13.2vw, 12rem);
    aspect-ratio: 0.78;
    opacity: 1;
    transform-origin: center bottom;
}

.culture-card__frame {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
        linear-gradient(160deg, rgba(255, 247, 230, 0.14), rgba(255, 255, 255, 0.04));
    backdrop-filter: blur(20px);
    box-shadow:
        0 28px 55px -28px rgba(8, 4, 5, 0.95),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.culture-card__frame--ornamental {
    background:
        linear-gradient(180deg, rgba(145, 15, 18, 0.82), rgba(126, 14, 17, 0.74)),
        radial-gradient(circle at 30% 20%, rgba(255, 221, 200, 0.18), transparent 32%);
}

.culture-card__frame--blueprint {
    background:
        linear-gradient(180deg, rgba(248, 247, 244, 0.96), rgba(223, 233, 255, 0.96)),
        repeating-linear-gradient(45deg, rgba(36, 93, 196, 0.09) 0 2px, transparent 2px 18px);
}

.culture-card__frame--product {
    background:
        linear-gradient(180deg, rgba(255, 194, 70, 0.98), rgba(244, 173, 32, 0.96)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28), transparent 22%);
}

.culture-card__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.18), transparent 34%),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 28%);
    pointer-events: none;
}

.culture-card__frame--featured {
    background:
        linear-gradient(180deg, rgba(255, 244, 221, 0.24), rgba(255, 255, 255, 0.08)),
        linear-gradient(145deg, rgba(212, 175, 55, 0.18), rgba(255, 255, 255, 0.05));
}

.culture-card__frame--sunset {
    background:
        linear-gradient(180deg, rgba(255, 193, 163, 0.95), rgba(240, 109, 72, 0.86)),
        radial-gradient(circle at 50% 25%, rgba(255, 232, 182, 0.35), transparent 28%);
}

.culture-card__frame--portrait {
    background:
        linear-gradient(180deg, rgba(20, 17, 17, 0.92), rgba(58, 24, 20, 0.92)),
        repeating-radial-gradient(circle at 50% 50%, rgba(255, 108, 44, 0.18) 0 4px, transparent 4px 18px);
}

.culture-card__frame--poster {
    background:
        linear-gradient(180deg, rgba(36, 164, 255, 0.98), rgba(29, 112, 217, 0.96)),
        radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.2), transparent 22%);
}

.culture-card__frame--heritage {
    background:
        linear-gradient(180deg, rgba(29, 103, 57, 0.98), rgba(15, 72, 45, 0.96)),
        radial-gradient(circle at 60% 16%, rgba(255, 255, 255, 0.18), transparent 20%);
}

.culture-card__frame--blueprint .culture-card__image {
    filter: saturate(0.9) contrast(1.05) drop-shadow(0 18px 24px rgba(20, 6, 8, 0.18));
}

.culture-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
}

.culture-card__image--featured {
    inset: 0;
    width: 100%;
    height: 100%;
}

.culture-card--reog {
    bottom: -2.15rem;
    transform: translateX(-214%) rotate(-19deg);
    z-index: 1;
}

.culture-card--angklung {
    bottom: -0.55rem;
    transform: translateX(-160%) rotate(-12deg);
    z-index: 2;
}

.culture-card--milk {
    bottom: 0.3rem;
    transform: translateX(-104%) rotate(-6deg);
    z-index: 3;
}

.culture-card--pendet.is-featured {
    bottom: 1.1rem;
    width: clamp(11.2rem, 13.2vw, 12rem);
    transform: translateX(-50%) rotate(0deg);
    z-index: 7;
}

.culture-card--face {
    bottom: 0.3rem;
    transform: translateX(4%) rotate(6deg);
    z-index: 4;
}

.culture-card--poster {
    bottom: -0.55rem;
    transform: translateX(60%) rotate(12deg);
    z-index: 3;
}

.culture-card--house {
    bottom: -2.15rem;
    transform: translateX(114%) rotate(19deg);
    z-index: 2;
}

@media (min-width: 1024px) {
    .hero-culture-showcase {
        min-height: 22rem;
    }

    .culture-card {
        width: clamp(12.75rem, 15vw, 14.5rem);
    }

    .culture-card--pendet.is-featured {
        width: clamp(13.5rem, 16vw, 15.25rem);
    }
}

.hero-route-link {
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.hero-route-link span:last-child {
    font-size: 1.9rem;
    line-height: 1;
}

.hero-scroll {
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.hero-scroll__mouse {
    position: relative;
    width: 1.1rem;
    height: 1.8rem;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
}

.hero-scroll__mouse::before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 50%;
    width: 0.2rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%);
}

.overview-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 16rem;
}

.overview-card__title {
    min-height: 3.75rem;
}

.overview-meta-card {
    height: 100%;
}

.tentang-panel {
    min-height: 34rem;
}

.tentang-panel__eyebrow {
    margin: 0;
    color: var(--merah-nusantara);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tentang-panel__title {
    margin: 1rem 0 0;
    color: var(--dark-text);
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 3vw, 3.5rem);
    font-weight: 800;
    line-height: 0.98;
}

.tentang-panel__desc {
    margin: 1.5rem 0 0;
    color: #5f5a54;
    font-size: 1.05rem;
    line-height: 1.9;
    max-width: 34rem;
}

.tentang-panel__meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.tentang-panel__meta {
    padding: 1rem 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid #f3dcc5;
    background: #fff8ec;
}

.tentang-panel__meta span {
    display: block;
    color: var(--merah-nusantara);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tentang-panel__meta strong {
    display: block;
    margin-top: 0.65rem;
    color: var(--dark-text);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
}

.tentang-panel__meta-link {
    display: inline-flex;
    margin-top: 0.35rem;
    color: var(--merah-nusantara);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.tentang-panel__meta-link:hover {
    color: var(--merah-hover);
}

.tentang-panel__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    min-height: 3rem;
    padding: 0.8rem 1.35rem;
    border-radius: 999px;
    background: var(--merah-nusantara);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.tentang-panel__download:hover {
    background: var(--merah-hover);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -24px rgba(117, 25, 20, 0.55);
}

.tentang-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tentang-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 11.5rem;
    padding: 1.4rem 1.35rem;
    border-radius: 1.5rem;
    border: 1px solid #f3dcc5;
    background: rgba(255, 255, 255, 0.92);
    text-align: left;
    box-shadow: 0 20px 36px -28px rgba(117, 25, 20, 0.24);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.tentang-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px -24px rgba(117, 25, 20, 0.3);
    border-color: #e9c29a;
}

.tentang-card--active {
    background: linear-gradient(145deg, #c62828 0%, #a82121 100%);
    border-color: rgba(166, 29, 34, 0.65);
    box-shadow: 0 26px 44px -26px rgba(117, 25, 20, 0.42);
}

.tentang-card--active .tentang-card__kicker,
.tentang-card--active .tentang-card__title,
.tentang-card--active .tentang-card__desc {
    color: #ffffff;
}

.tentang-card--wide {
    grid-column: span 2;
    min-height: 10rem;
}

.tentang-card__kicker {
    color: var(--merah-nusantara);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tentang-card__title {
    margin-top: 1rem;
    color: var(--dark-text);
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.1;
}

.tentang-card__desc {
    margin-top: auto;
    color: #6b625e;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.6;
}

.countdown-bridge {
    position: relative;
    z-index: 20;
    margin-top: -4.5rem;
}

.countdown-bridge__card {
    position: relative;
}

.countdown-unit {
    min-height: 8.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countdown-value {
    position: relative;
    height: 3.5rem;
    overflow: hidden;
}

.countdown-digit {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    will-change: transform, opacity;
}

.podium-awards {
    position: relative;
    background: url("../assets/images/homebanner.png") center / cover no-repeat;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.22);
    isolation: isolate;
}

.podium-awards::before {
    content: none;
}

.kategori-showcase {
    display: grid;
    gap: 2rem;
}

.kategori-showcase__intro {
    text-align: left;
}

.kategori-copy {
    display: flex;
    flex-direction: column;
}

.kategori-copy__label {
    margin: 0;
    color: var(--merah-nusantara);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kategori-copy__desc {
    margin: 0;
    color: #5f5a54;
    font-size: 1rem;
    line-height: 1.85;
    flex: 1 1 auto;
}

.kategori-copy__price-block {
    padding-top: 0.25rem;
}

.kategori-copy__price-label {
    display: block;
    color: #9a948c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.kategori-copy__price-value {
    display: block;
    margin-top: 0.55rem;
    color: var(--merah-nusantara);
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    font-weight: 800;
    line-height: 1;
}

.kategori-copy__benefits {
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
    color: #5f5a54;
    font-size: 1rem;
    line-height: 1.75;
}

.kategori-copy__benefits li + li {
    margin-top: 0.2rem;
}

.kategori-copy__cta-wrap {
    padding-top: 0.6rem;
    margin-top: auto;
}

.kategori-copy__cta {
    min-width: 11rem;
    box-shadow: 0 18px 34px -22px rgba(117, 25, 20, 0.42);
}

.pricing-cards-showcase {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.35rem 0.25rem 1rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.pricing-cards-showcase::-webkit-scrollbar {
    display: none;
}

.pricing-card {
    flex: 0 0 16.5rem;
    min-width: 16.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 13.75rem;
    padding: 1.5rem 1.4rem;
    border-radius: 1.8rem;
    border: 1px solid #f2ddca;
    background: #ffffff;
    color: var(--brand-dark, #1a1a1a);
    box-shadow: 0 22px 36px -28px rgba(117, 25, 20, 0.22);
    scroll-snap-align: center;
    cursor: pointer;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.pricing-card h3 {
    color: inherit;
}

.pricing-card__price {
    display: grid;
    gap: 0.4rem;
}

.pricing-card__price-label {
    color: #9a948c;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pricing-card__price-value {
    color: var(--merah-nusantara);
    font-family: var(--font-heading);
    font-size: clamp(1.55rem, 2vw, 2.05rem);
    font-weight: 800;
    line-height: 0.95;
}

.pricing-card[data-kategori-card="3k"],
.pricing-card[data-kategori-card="10k"] {
    background: #ffffff;
    border-color: #f0ddd0;
    color: #1a1a1a;
}

.pricing-card[data-kategori-card="3k"] .pricing-card__price-value,
.pricing-card[data-kategori-card="10k"] .pricing-card__price-value {
    color: var(--merah-nusantara);
}

.pricing-card--featured {
    background: linear-gradient(180deg, #c62828 0%, #ab1f1f 100%);
    border-color: rgba(198, 40, 40, 0.65);
    color: #ffffff;
    transform: translateY(-0.25rem);
    box-shadow: 0 28px 46px -28px rgba(117, 25, 20, 0.3);
}

.pricing-card--featured .pricing-card__price-label {
    color: rgba(255, 255, 255, 0.72);
}

.pricing-card--featured .pricing-card__price-value {
    color: #ffffff;
}

.pricing-card--active {
    border-color: rgba(198, 40, 40, 0.35);
    box-shadow: 0 28px 50px -30px rgba(117, 25, 20, 0.34);
}

.pricing-card--featured.pricing-card--active {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: 0 30px 56px -28px rgba(117, 25, 20, 0.42);
}

@media (min-width: 1024px) {
    .kategori-showcase {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        align-items: start;
        gap: 3rem;
    }

    .kategori-showcase__intro {
        order: 2;
        max-width: 100%;
        justify-self: stretch;
        align-self: start;
        min-height: 19.5rem;
    }

    .kategori-copy {
        min-height: 19.5rem;
    }

    .pricing-cards-showcase {
        order: 1;
        overflow: visible;
        padding: 0.75rem 1.5rem 0.75rem 0.5rem;
        gap: 0;
        scroll-snap-type: none;
        align-items: flex-start;
        justify-content: center;
    }

    .pricing-card {
        flex: 0 0 13.9rem;
        min-width: 13.9rem;
        min-height: 11.7rem;
        position: relative;
        padding: 1.3rem 1.35rem;
    }

    .pricing-card:nth-child(1) {
        z-index: 1;
        transform: rotate(-4deg) translateY(1.15rem);
    }

    .pricing-card:nth-child(2) {
        z-index: 2;
        margin-left: -2.95rem;
        transform: translateY(-0.2rem);
    }

    .pricing-card:nth-child(3) {
        z-index: 3;
        margin-left: -1.95rem;
        transform: rotate(4deg) translateY(0.95rem);
    }
}

.podium-stack {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    max-width: 62rem;
    margin: 1.5rem auto 0;
    padding: 0.2rem 0.3rem 1rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.podium-stack::-webkit-scrollbar {
    display: none;
}

.podium-intro {
    flex: 0 0 18.5rem;
    min-width: 18.5rem;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: left;
    scroll-snap-align: start;
}

.podium-intro--mobile {
    margin-bottom: 1rem;
}

.podium-column {
    display: contents;
}

@media (min-width: 768px) {
    .podium-stack {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 2rem;
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .podium-intro {
        flex: 0 0 auto;
        min-width: 0;
        max-width: 100%;
        margin-top: 0.5rem;
        scroll-snap-align: none;
    }

    .podium-column {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        flex: 1 1 0;
        min-width: 0;
    }

    .podium-column--left {
        padding-top: 0;
    }

    .podium-column--right {
        padding-top: 2.75rem;
    }
}

.podium-card {
    position: relative;
    width: 100%;
    min-width: 18.5rem;
    max-width: 18.5rem;
    border-radius: 32px;
    background: #ffffff;
    color: #201918;
    padding: 1.6rem 1.5rem 1.7rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(214, 160, 76, 0.12);
    overflow: hidden;
    transform: none;
    opacity: 1;
    scroll-snap-align: center;
}

@media (min-width: 768px) {
    .podium-card {
        min-width: 0;
        max-width: none;
    }
}

.podium-card::before {
    content: "";
    position: absolute;
    inset: auto 1.2rem 0.8rem 1.2rem;
    height: 4.5rem;
    border-radius: 999px 999px 0 0;
    opacity: 0.08;
    background:
        radial-gradient(circle at 20% 70%, rgba(183, 28, 28, 0.85) 0 10%, transparent 11%),
        radial-gradient(circle at 45% 55%, rgba(214, 160, 76, 0.85) 0 10%, transparent 11%),
        radial-gradient(circle at 70% 70%, rgba(183, 28, 28, 0.85) 0 10%, transparent 11%),
        linear-gradient(90deg, rgba(214, 160, 76, 0.9), rgba(214, 160, 76, 0));
    pointer-events: none;
}

.podium-card__ornament {
    position: absolute;
    inset: auto 0 0 0;
    height: 5rem;
    opacity: 0.08;
    background:
        radial-gradient(circle at 14% 100%, rgba(183, 28, 28, 0.8) 0 16%, transparent 17%),
        radial-gradient(circle at 35% 90%, rgba(214, 160, 76, 0.8) 0 16%, transparent 17%),
        radial-gradient(circle at 58% 100%, rgba(183, 28, 28, 0.8) 0 16%, transparent 17%),
        radial-gradient(circle at 80% 90%, rgba(214, 160, 76, 0.8) 0 16%, transparent 17%);
    pointer-events: none;
}

.podium-card__pill {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: #f9f3ea;
    color: #8d5f22;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.podium-card__pill--gold {
    background: rgba(214, 160, 76, 0.16);
    color: #8f651e;
}

.podium-card__title {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    margin-bottom: 1.35rem;
    font-family: var(--font-heading);
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.08;
}

.podium-card__list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.8rem;
}

.podium-card__desc {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #6b625e;
    font-size: 1rem;
    line-height: 1.7;
}

.podium-card__cta-wrap {
    position: relative;
    z-index: 1;
    margin-top: 1.75rem;
}

.podium-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, #b71c1c 0%, #d34122 100%);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 18px 35px -22px rgba(183, 28, 28, 0.7);
}

.podium-card__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(32, 25, 24, 0.08);
}

.podium-card__row span {
    font-size: 0.94rem;
    font-weight: 500;
    color: #6b625e;
}

.podium-card__row strong {
    font-size: 1rem;
    font-weight: 700;
    color: #201918;
}

.podium-card--featured {
    z-index: 2;
    border-color: rgba(214, 160, 76, 0.28);
    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(214, 160, 76, 0.12);
}

.podium-card--featured .podium-card__title {
    color: #b71c1c;
}

.podium-card--master-10k {
    z-index: 1;
}

.podium-card--open-5k {
    z-index: 1;
}

.podium-card--master-5k {
    z-index: 1;
}

.podium-card--cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 17.25rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(255, 255, 255, 0.98)),
        #fff;
}

.podium-card--cta-mobile {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 1.5rem;
}

.benefit-showcase {
    position: relative;
}

.benefit-showcase__intro {
    position: relative;
    z-index: 3;
    text-align: left;
}

.benefit-marquee-stack {
    display: grid;
    gap: 1rem;
}

.benefit-marquee {
    position: relative;
    width: 100%;
}

.benefit-marquee__viewport {
    overflow: hidden;
    border-radius: 2rem;
    padding-block: 0.35rem;
    width: 100%;
    padding-inline: 0.35rem;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 1) 3.5rem, rgba(0, 0, 0, 1) calc(100% - 3.5rem), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 1) 3.5rem, rgba(0, 0, 0, 1) calc(100% - 3.5rem), transparent 100%);
}

.benefit-marquee__track {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
    width: max-content;
    animation: benefit-marquee 34s linear infinite;
    will-change: transform;
}

.benefit-marquee:hover .benefit-marquee__track {
    animation-play-state: paused;
}

.benefit-marquee--secondary .benefit-marquee__track {
    animation-duration: 30s;
}

.benefit-marquee__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(3.5rem, 8vw, 6.5rem);
    z-index: 4;
    pointer-events: none;
}

.benefit-marquee__fade--left {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.benefit-marquee__fade--right {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, #ffffff 42%, rgba(255, 255, 255, 0) 100%);
}

.benefit-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 18rem;
    padding: 1.15rem 1.35rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(226, 197, 161, 0.7);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 36px -26px rgba(117, 25, 20, 0.28);
    backdrop-filter: blur(10px);
}

.benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    flex-shrink: 0;
    border: 1px solid rgba(230, 201, 164, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.benefit-card__icon--gold {
    background: linear-gradient(135deg, #fff6de 0%, #f8df95 100%);
}

.benefit-card__icon--red {
    background: linear-gradient(135deg, #fff0ed 0%, #ffd0b8 100%);
}

.benefit-card__icon--orange {
    background: linear-gradient(135deg, #fff4dd 0%, #ffd98e 100%);
}

.benefit-card__icon--amber {
    background: linear-gradient(135deg, #fff8e8 0%, #ffcf9f 100%);
}

.benefit-card__title {
    margin: 0;
    color: var(--dark-text);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.25;
}

.benefit-preview {
    display: grid;
    gap: 1.25rem;
    grid-column: 1 / -1;
}

.benefit-preview__panel {
    min-height: 32rem;
    overflow: hidden;
}

.benefit-preview__eyebrow {
    margin: 0;
    color: var(--merah-nusantara);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.benefit-preview__title {
    margin: 0.8rem 0 1.5rem;
    color: var(--dark-text);
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 800;
    line-height: 1;
}

.benefit-preview__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1rem;
}

.benefit-preview__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 18rem;
    margin: 0;
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid #f3dcc5;
    background: #fffaf2;
}

.benefit-preview__item img {
    width: 100%;
    height: 15rem;
    padding: 1rem;
    object-fit: contain;
}

.benefit-preview__item figcaption {
    padding: 0.85rem 1rem 1rem;
    border-top: 1px solid #f3dcc5;
    color: var(--dark-text);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.benefit-preview__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    align-content: start;
}

.benefit-preview__tab {
    position: relative;
    display: grid;
    gap: 0.8rem;
    min-height: 8.75rem;
    width: 100%;
    padding: 1.35rem 1.45rem;
    overflow: hidden;
    border: 1px solid #f3dcc5;
    border-radius: 1.4rem 2.4rem 1.4rem 1.4rem;
    background: #fffaf2;
    color: var(--dark-text);
    text-align: left;
    box-shadow: 0 20px 40px -30px rgba(117, 25, 20, 0.3);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.benefit-preview__tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7.5rem;
    height: 2.8rem;
    border-bottom-left-radius: 1.4rem;
    background: rgba(214, 160, 76, 0.16);
}

.benefit-preview__tab:hover {
    transform: translateY(-3px);
    border-color: #e9c29a;
    box-shadow: 0 24px 44px -28px rgba(117, 25, 20, 0.36);
}

.benefit-preview__tab--active {
    background: var(--merah-nusantara);
    border-color: var(--merah-nusantara);
    color: #ffffff;
    box-shadow: 0 28px 52px -30px rgba(198, 40, 40, 0.55);
}

.benefit-preview__tab--active::after {
    background: rgba(255, 255, 255, 0.12);
}

.benefit-preview__tab-kicker {
    color: var(--merah-nusantara);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.benefit-preview__tab--active .benefit-preview__tab-kicker {
    color: #f8df95;
}

.benefit-preview__tab-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 0.98;
}

.benefit-preview__tab-desc {
    position: relative;
    z-index: 1;
    max-width: 28rem;
    color: #6b625e;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.55;
}

.benefit-preview__tab--active .benefit-preview__tab-desc {
    color: rgba(255, 255, 255, 0.78);
}

.benefit-preview__mobile-slider {
    display: none;
}

@media (max-width: 767px) {
    .benefit-preview {
        gap: 1.25rem;
    }

    .benefit-preview__panel {
        order: 2;
        min-height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .benefit-preview__cards {
        order: 1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .benefit-preview__tab {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3rem;
        padding: 0.75rem 0.55rem;
        border-radius: 999px;
        box-shadow: none;
        text-align: center;
    }

    .benefit-preview__tab::after {
        content: none;
    }

    .benefit-preview__tab-title {
        font-family: inherit;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .benefit-preview__tab-desc {
        display: none;
    }

    .benefit-preview__title {
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }

    .benefit-preview__grid {
        display: flex;
        gap: 0.9rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0.25rem 0.1rem 0.5rem;
        scroll-padding-inline: 0.1rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .benefit-preview__grid::-webkit-scrollbar {
        display: none;
    }

    .benefit-preview__grid {
        scrollbar-width: none;
    }

    .benefit-preview__item {
        flex: 0 0 min(82vw, 22rem);
        min-height: 17rem;
        scroll-snap-align: center;
    }

    .benefit-preview__item img {
        height: 13.5rem;
    }

    .benefit-preview__mobile-slider {
        display: none;
    }
}

.route-preview-btn {
    transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.route-preview-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.7);
}

.route-preview-btn--active:hover {
    background: #ffffff;
    color: var(--merah-nusantara);
    border-color: transparent;
}

.route-home-banner {
    background: url("../assets/images/homebanner.png") center / cover no-repeat;
}

@keyframes benefit-marquee {
    from {
        transform: translateX(calc(-50% - 0.625rem));
    }

    to {
        transform: translateX(0);
    }
}

@media (min-width: 1024px) {
    .benefit-showcase {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 3.85fr);
        gap: 3.5rem;
        align-items: start;
    }

    .benefit-showcase__intro {
        max-width: none;
    }

    .benefit-marquee-stack {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
        padding-left: 2.25rem;
        padding-right: 1rem;
    }

    .benefit-marquee__viewport {
        padding-left: 2rem;
        padding-right: 1rem;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 1) 5.5rem, rgba(0, 0, 0, 1) calc(100% - 6.5rem), transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 1) 5.5rem, rgba(0, 0, 0, 1) calc(100% - 6.5rem), transparent 100%);
    }

    .benefit-marquee__fade--left {
        left: 0;
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 38%, rgba(255, 255, 255, 0) 100%);
    }

    .benefit-marquee__fade--right {
        right: 0;
        width: clamp(4.75rem, 10vw, 8rem);
        background: linear-gradient(270deg, #ffffff 0%, #ffffff 52%, rgba(255, 255, 255, 0) 100%);
    }

    .benefit-preview {
        grid-template-columns: minmax(13rem, 0.2fr) minmax(0, 0.8fr);
        align-items: start;
        gap: 1.6rem;
    }

    .benefit-preview__panel {
        order: 2;
        min-height: 34rem;
    }

    .benefit-preview__cards {
        order: 1;
    }

    .benefit-preview__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .benefit-preview__grid--bib {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .benefit-preview__item--wide {
        grid-column: span 1;
    }
}

.hover-glow {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hover-glow:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -22px rgba(198, 40, 40, 0.35);
}

.hover-glow-gold:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(212, 175, 55, 0.4);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--cream-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--merah-nusantara);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--merah-hover);
}

/* 6. TAB RUTE LARI */
.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

/* 7. FAQ ACCORDION TRANSITIONS */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

/* 8. KUSTOMISASI ELEMENT CHARITY PROGRESS */
.charity-progress-bar {
    position: relative;
    height: 24px;
    background-color: #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.charity-progress-fill {
    height: 100%;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(90deg, var(--merah-nusantara) 0%, var(--orange-surya) 100%);
}

.charity-pie-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 0.5rem;
}

.charity-pie {
    position: relative;
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background: conic-gradient(var(--merah-nusantara) 0deg 252deg, var(--brandOrange, #F57C00) 252deg 360deg);
    box-shadow:
        0 24px 44px -26px rgba(117, 25, 20, 0.28),
        inset 0 0 0 1px rgba(198, 40, 40, 0.08);
}

.charity-pie::after {
    content: "";
    position: absolute;
    inset: 0.75rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(214, 160, 76, 0.08);
}

.charity-pie__center {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.charity-pie__value {
    color: var(--dark-text);
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.charity-pie__label {
    margin-top: 0.35rem;
    color: #7a746d;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.charity-pie__tooltip {
    position: absolute;
    z-index: 3;
    min-width: 10.5rem;
    max-width: 12rem;
    padding: 0.9rem 1rem;
    border-radius: 1.3rem;
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    pointer-events: none;
    box-shadow: 0 18px 28px -18px rgba(123, 20, 16, 0.72);
}

.charity-pie__tooltip::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
}

.charity-pie__tooltip--red {
    right: -4.6rem;
    bottom: 1.1rem;
    background: linear-gradient(135deg, #b71c1c 0%, #cf3b22 100%);
}

.charity-pie__tooltip--red::after {
    left: 1.55rem;
    bottom: -0.4rem;
    background: #c43320;
    border-radius: 0 0 0.2rem 0;
    transform: rotate(45deg);
}

.charity-pie__tooltip--orange {
    left: -3.8rem;
    top: 0.7rem;
    background: linear-gradient(135deg, #f57c00 0%, #ff9f1a 100%);
    box-shadow: 0 16px 26px -18px rgba(181, 94, 12, 0.72);
}

.charity-pie__tooltip--orange::after {
    right: 1.55rem;
    bottom: -0.4rem;
    background: #f28f12;
    border-radius: 0 0 0.2rem 0;
    transform: rotate(45deg);
}

.charity-pie__tooltip-title {
    display: block;
    font-weight: 800;
}

.charity-pie__tooltip-value {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.2rem;
    font-weight: 800;
}

/* 9. KONSISTENSI PANEL PETA RUTE */
.route-map-panel {
    background: var(--white);
    border: 1px solid #FDE7D3;
    border-radius: 0.75rem;
    padding: 0.75rem;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04);
}

.route-map-canvas {
    aspect-ratio: 16 / 9;
    background: #fff;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.route-map-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.route-legend-image {
    width: 100%;
    max-width: 15rem;
    height: 10rem;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.entertainment-card {
    position: relative;
    overflow: visible;
    isolation: isolate;
    z-index: 0;
    height: 100%;
}

.entertainment-card__panel {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 11rem;
    gap: 1.25rem;
    align-items: center;
    min-height: 12.5rem;
    height: 100%;
}

.entertainment-card__visual {
    position: relative;
    min-height: 8rem;
    height: 100%;
    overflow: visible;
}

.entertainment-card__art {
    position: absolute;
    inset-inline: 0;
    bottom: -0.5rem;
    display: flex;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    will-change: transform;
}

.entertainment-card__image {
    width: min(100%, 10.5rem);
    max-height: 10rem;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 14px 24px rgba(198, 40, 40, 0.16));
}

.entertainment-card__content {
    position: relative;
    z-index: 3;
    max-width: 100%;
    display: grid;
    align-content: center;
    gap: 0.65rem;
    min-height: 7.25rem;
}

.entertainment-card__title {
    min-height: 3.5rem;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.entertainment-card__desc {
    min-height: 3.1rem;
    margin: 0;
}

.mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.875rem 1rem calc(0.875rem + env(safe-area-inset-bottom, 0px));
    background: rgba(23, 23, 23, 0.94);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-sticky-cta__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    border-radius: 9999px;
    background: var(--merah-nusantara);
    color: var(--white);
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px -16px rgba(198, 40, 40, 0.6);
}

.mobile-sticky-cta__button--secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.registration-cta-disabled {
    opacity: 0.62;
    cursor: not-allowed;
    filter: saturate(0.7);
    box-shadow: none !important;
    transform: none !important;
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 5.5rem;
    }

    .charity-pie-layout {
        padding-top: 0.5rem;
    }

    .charity-pie {
        width: 13rem;
        height: 13rem;
    }

    .charity-pie__tooltip--red {
        right: -1.9rem;
        bottom: -0.35rem;
    }

    .charity-pie__tooltip--orange {
        left: -1.9rem;
        top: -0.45rem;
    }

    .benefit-showcase,
    .benefit-marquee-stack,
    .benefit-marquee,
    .benefit-marquee__viewport {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .benefit-marquee {
        margin-inline: 0;
    }

    .benefit-marquee__viewport {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-inline: 0;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .benefit-marquee__viewport::-webkit-scrollbar {
        display: none;
    }

    .benefit-marquee__fade {
        display: none;
    }

    .benefit-marquee__track {
        gap: 0.75rem;
        width: max-content;
        animation: none;
        padding-inline: 0.1rem 1rem;
    }

    .benefit-marquee--secondary .benefit-marquee__track {
        animation: none;
    }

    .benefit-card {
        flex: 0 0 12.75rem;
        min-width: 12.75rem;
        max-width: 12.75rem;
        padding: 0.85rem 0.95rem;
        border-radius: 1.2rem;
        scroll-snap-align: start;
    }

    .benefit-card__icon {
        width: 2.8rem;
        height: 2.8rem;
    }

    .benefit-card__title {
        font-size: 0.8rem;
        line-height: 1.35;
    }

    .hero-premium__cloud--top {
        left: -2rem;
        top: 8rem;
    }

    .hero-premium__cloud--bottom {
        right: -3rem;
        bottom: 6rem;
    }

    .hero-culture-showcase {
        display: flex;
        align-items: stretch;
        gap: 0.9rem;
        min-height: auto;
        margin: 1.25rem auto 2.5rem;
        max-width: 25rem;
        padding: 0.4rem 1.1rem 1.2rem;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .hero-culture-showcase::-webkit-scrollbar {
        display: none;
    }

    .hero-culture-showcase__glow {
        display: none;
    }

    .culture-card {
        position: relative;
        left: auto;
        bottom: auto;
        flex: 0 0 10.5rem;
        width: 10.5rem;
        max-width: 10.5rem;
        scroll-snap-align: center;
    }

    .culture-card--reog,
    .culture-card--angklung,
    .culture-card--milk,
    .culture-card--pendet.is-featured,
    .culture-card--face,
    .culture-card--poster,
    .culture-card--house {
        bottom: auto;
        transform: none;
    }

    .culture-card--pendet.is-featured {
        width: 10.5rem;
    }

    .culture-card__frame {
        min-height: 13.5rem;
    }

    .podium-awards {
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 2rem;
    }

    .podium-card__title {
        font-size: 1.65rem;
    }

    .countdown-bridge {
        margin-top: -3.5rem;
    }

    .route-map-canvas {
        aspect-ratio: 4 / 3;
    }

    .entertainment-card__panel {
        grid-template-columns: minmax(0, 1fr);
        min-height: 14rem;
    }

    .entertainment-card__visual {
        min-height: 7rem;
        order: -1;
        height: auto;
    }

    .entertainment-card__art {
        bottom: -0.25rem;
    }

    .entertainment-card__image {
        width: min(100%, 8.5rem);
        max-height: 8rem;
    }

    .entertainment-card__content {
        min-height: auto;
    }

    .entertainment-card__title,
    .entertainment-card__desc {
        min-height: auto;
    }

}

@media (max-width: 1023px) {
    .hero-culture-showcase {
        min-height: 21rem;
    }
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 45;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(214, 160, 76, 0.32);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.42) 100%);
    cursor: pointer;
    backdrop-filter: blur(14px) saturate(130%);
    filter: drop-shadow(0 18px 28px rgba(117, 25, 20, 0.22));
}

.scroll-to-top::before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 50%;
    width: 72%;
    height: 42%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 72%);
    opacity: 0.92;
    pointer-events: none;
}

.scroll-to-top__icon {
    display: block;
    width: 76%;
    height: auto;
    pointer-events: none;
}

.scroll-to-top:hover {
    transform: translateY(-4px);
}

.cloud-burst-layer {
    position: fixed;
    inset: 0;
    z-index: 44;
    pointer-events: none;
    overflow: hidden;
}

.cloud-burst {
    position: absolute;
    top: var(--cloud-start-top, -8rem);
    left: var(--cloud-left, 50%);
    width: var(--cloud-size, 10rem);
    opacity: 0;
    transform: translateX(-50%) translateY(0) scale(0.96);
    animation: cloudRainDrop var(--cloud-duration, 1400ms) linear forwards;
    will-change: transform, opacity;
}

.cloud-burst img {
    display: block;
    width: 100%;
    height: auto;
}

.cloud-burst--cross {
    top: var(--cloud-cross-top, 40%);
    left: auto;
    opacity: 0;
    transform: translateY(0) scale(0.98);
    animation: cloudCrossLtr var(--cloud-duration, 2000ms) linear forwards;
}

.cloud-burst--cross img {
    opacity: var(--cloud-cross-visual-opacity, 0.72);
}

.cloud-burst--ltr {
    left: -22rem;
    right: auto;
    animation-name: cloudCrossLtr;
}

.cloud-burst--rtl {
    right: -22rem;
    left: auto;
    animation-name: cloudCrossRtl;
}

@keyframes cloudRainDrop {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-3rem) scale(0.94);
    }

    10% {
        opacity: 0.92;
    }

    35% {
        opacity: 0.88;
        transform: translateX(calc(-50% + (var(--cloud-drift, 0vw) * 0.35))) translateY(calc(var(--cloud-travel, 44vh) * 0.35)) scale(0.98);
    }

    70% {
        opacity: 0.84;
        transform: translateX(calc(-50% + (var(--cloud-drift, 0vw) * 0.78))) translateY(var(--cloud-travel, 44vh)) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(calc(-50% + var(--cloud-drift, 0vw))) translateY(calc(var(--cloud-travel, 44vh) + 6rem)) scale(1);
    }
}

@keyframes cloudCrossLtr {
    0% {
        opacity: 0;
        transform: translateX(0) translateY(0) scale(0.96);
    }

    12% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translateX(58vw) translateY(calc(var(--cloud-cross-drift-y, 0vh) * 0.5)) scale(0.99);
    }

    88% {
        opacity: 0.94;
        transform: translateX(102vw) translateY(calc(var(--cloud-cross-drift-y, 0vh) * 0.88)) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(116vw) translateY(var(--cloud-cross-drift-y, 0vh)) scale(1.02);
    }
}

@keyframes cloudCrossRtl {
    0% {
        opacity: 0;
        transform: translateX(0) translateY(0) scale(0.96);
    }

    12% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translateX(-58vw) translateY(calc(var(--cloud-cross-drift-y, 0vh) * 0.5)) scale(0.99);
    }

    88% {
        opacity: 0.94;
        transform: translateX(-102vw) translateY(calc(var(--cloud-cross-drift-y, 0vh) * 0.88)) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(-116vw) translateY(var(--cloud-cross-drift-y, 0vh)) scale(1.02);
    }
}

@media (max-width: 767px) {
    .scroll-to-top {
        right: 0.75rem;
        bottom: 5.6rem;
        width: 4rem;
        height: 4rem;
    }

    .cloud-burst {
        width: var(--cloud-size-mobile, 6.2rem);
    }
}
