:root {
    --rc2-cream: #FFFDF5;
    --rc2-ink: #1E293B;
    --rc2-muted: #5D6B80;
    --rc2-surface: #FFFFFF;
    --rc2-line: #E2E8F0;
    --rc2-field: #CBD5E1;

    --rc2-action: #FBBF24;
    --rc2-mark: #E5700F;
    --rc2-mark-text: #A94F07;
    --rc2-mark-tint: #FDEEE0;
    --rc2-save: #047857;
    --rc2-save-tint: #D1FAE5;
    --rc2-save-deep: #047857;
    --rc2-happy-deep: #B45309;
    --rc2-happy-tint: #FEF3C7;

    --rc2-r-sm: 8px;
    --rc2-r-md: 16px;
    --rc2-r-lg: 24px;
    --rc2-r-pill: 9999px;
    --rc2-bw: 2px;

    --rc2-pop: 8px 8px 0 0 var(--rc2-line);
    --rc2-pop-btn: 4px 4px 0 0 var(--rc2-ink);
    --rc2-pop-btn-hover: 6px 6px 0 0 var(--rc2-ink);
    --rc2-pop-btn-active: 2px 2px 0 0 var(--rc2-ink);

    --rc2-display: 'Outfit', system-ui, -apple-system, sans-serif;
    --rc2-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --rc2-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --rc2-ease-panel: cubic-bezier(0.45, 0, 0.55, 1);
}

body.bg-register { background: var(--rc2-cream) !important; }

.rc2-page {
    position: relative;
    font-family: var(--rc2-body);
    color: var(--rc2-ink);
    background: var(--rc2-cream);
    min-height: calc(100vh - 106px);
    padding-bottom: 28px;
    cursor: default;
    overflow-x: hidden;
}

.rc2-page a,
.rc2-page button:not(:disabled),
.rc2-page .rc2-package { cursor: pointer; }
.rc2-page button:disabled { cursor: default; }

.rc2-sr-only {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.rc2-container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 16px; }
.rc2-container-narrow { max-width: 672px; }

/* ---------- dekorasi ---------- */

.rc2-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.rc2-deco span { position: absolute; display: block; }

.rc2-deco-blob {
    left: -90px; top: 170px; width: 250px; height: 250px;
    border-radius: 50%;
    background: rgba(229, 112, 15, .08);
}

.rc2-deco-ring {
    right: 60px; top: 460px; width: 118px; height: 118px;
    border-radius: 50%;
    border: 6px solid var(--rc2-mark);
}

.rc2-deco-square {
    left: 70px; top: 700px; width: 76px; height: 76px;
    border-radius: 14px;
    border: 4px solid var(--rc2-ink);
    transform: rotate(14deg);
}

.rc2-deco-pill {
    right: 90px; top: 170px; width: 128px; height: 46px;
    border-radius: var(--rc2-r-pill);
    background: rgba(251, 191, 36, .35);
    transform: rotate(-10deg);
}

.rc2-deco-dots {
    width: 96px; height: 96px;
    background-image: radial-gradient(rgba(30, 41, 59, .18) 3px, transparent 3px);
    background-size: 22px 22px;
}

.rc2-deco-dots-a { left: 60px; top: 420px; }
.rc2-deco-dots-b { right: 70px; top: 700px; }

@media (max-width: 1023px) {
    .rc2-deco { display: none; }
}

/* ---------- header ---------- */

.rc2-header {
    position: relative;
    z-index: 1;
    background: var(--rc2-surface);
    border-bottom: var(--rc2-bw) solid var(--rc2-ink);
}

.rc2-header-inner {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 672px;
}

.rc2-logo { display: inline-flex; align-items: center; }
.rc2-logo img { height: 30px; width: auto; display: block; }

.rc2-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 16px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-cream);
    color: var(--rc2-ink);
    text-decoration: none;
    font-size: 15px;
    transition: background .25s var(--rc2-bounce);
}

.rc2-wa:hover { background: var(--rc2-action); color: var(--rc2-ink); }
.rc2-wa i { font-size: 17px; color: var(--rc2-save); }
.rc2-wa:hover i { color: var(--rc2-ink); }

/* ---------- kerangka ---------- */

.rc2-main { position: relative; z-index: 1; }
.rc2-checkout { padding: 32px 0 0; }
.rc2-checkout.is-hidden { display: none; }
.rc2-price-row-coupon { color: var(--rc2-save); }
.rc2-checkout .rc2-container { display: flex; flex-direction: column; gap: 20px; }

/* ---------- stepper ---------- */

.rc2-steps {
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rc2-step { display: flex; align-items: center; gap: 10px; }
.rc2-step-line { flex: 1 1 auto; height: 3px; background: var(--rc2-line); border-radius: var(--rc2-r-pill); }

.rc2-step-dot {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-surface);
    font-family: var(--rc2-display);
    font-size: 15px;
    font-weight: 800;
    color: var(--rc2-muted);
}

.rc2-step-name {
    font-family: var(--rc2-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--rc2-muted);
}

.rc2-step.is-active .rc2-step-dot { background: var(--rc2-mark); color: var(--rc2-ink); }
.rc2-step.is-active .rc2-step-name { color: var(--rc2-ink); font-weight: 700; }
.rc2-step.is-done .rc2-step-dot { background: var(--rc2-save); color: var(--rc2-surface); }
.rc2-step.is-done .rc2-step-name { color: var(--rc2-save); font-weight: 700; }

/* ---------- kartu sticker ---------- */

.rc2-summary,
.rc2-card {
    background: var(--rc2-surface);
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-lg);
    box-shadow: var(--rc2-pop);
    overflow: hidden;
}

.rc2-card { padding: 24px; }

.rc2-card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-family: var(--rc2-display);
    font-size: 22px;
    font-weight: 800;
    color: var(--rc2-ink);
}

.rc2-card-title i { font-size: 17px; }

/* ---------- kartu rincian paket ---------- */

.rc2-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: var(--rc2-bw) solid var(--rc2-ink);
}

.rc2-summary-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--rc2-display);
    font-size: 17px;
    font-weight: 700;
}

.rc2-summary-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 7px 14px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-surface);
    color: var(--rc2-ink);
    font-family: var(--rc2-body);
    font-size: 14px;
    font-weight: 700;
    transition: background .25s var(--rc2-bounce);
}

.rc2-summary-edit:hover { background: var(--rc2-action); }
.rc2-edit-caret { font-size: 11px; transition: transform .25s var(--rc2-bounce); }
.rc2-summary-edit.is-open .rc2-edit-caret { transform: rotate(180deg); }

.rc2-summary-body {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
}

.rc2-summary-names { flex: 1 1 auto; min-width: 0; }
.rc2-summary-package {
    margin: 0;
    font-family: var(--rc2-display);
    font-size: 22px;
    font-weight: 800;
}
.rc2-summary-meta { margin: 2px 0 0; font-size: 14px; color: var(--rc2-muted); }

.rc2-tier-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-action);
    color: var(--rc2-ink);
    font-size: 21px;
}

.rc2-tier-icon.is-legend { background: var(--rc2-save-tint); }
.rc2-tier-icon.is-pro { background: var(--rc2-mark-tint); }
.rc2-tier-icon.is-newbie,
.rc2-tier-icon.is-other { background: var(--rc2-line); }

.rc2-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.rc2-chip-save { background: var(--rc2-save-tint); color: var(--rc2-save); }

/* ---------- accordion pilih paket ---------- */

.rc2-swap { position: relative; }
.rc2-swap.is-morphing { overflow: hidden; }

.rc2-swap.is-morphing > .rc2-is-leaving {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 2;
    pointer-events: none;
}

.rc2-picker { padding: 20px; border-top: var(--rc2-bw) solid var(--rc2-line); }
.rc2-picker[hidden],
.rc2-summary-body[hidden] { display: none; }

.rc2-picker-title {
    margin: 0 0 14px;
    font-family: var(--rc2-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--rc2-muted);
}

.rc2-duration {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.rc2-duration-item {
    position: relative;
    flex: 1 1 0;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 12px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-surface);
    color: var(--rc2-ink);
    font-family: var(--rc2-body);
    transition: background .25s var(--rc2-bounce);
}

.rc2-duration-item:hover { background: var(--rc2-happy-tint); }
.rc2-duration-item.is-active { background: var(--rc2-action); }
.rc2-duration-label { font-size: 15px; font-weight: 700; }
.rc2-duration-perk { font-size: 14px; color: var(--rc2-save); }
.rc2-duration-item.is-active .rc2-duration-perk { color: var(--rc2-ink); }

.rc2-duration-tip {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 5;
    width: max-content;
    max-width: 210px;
    padding: 9px 12px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-md);
    background: var(--rc2-ink);
    color: var(--rc2-surface);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    opacity: 0;
    transform: translateY(4px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s var(--rc2-bounce);
}

.rc2-duration-tip::after {
    content: '';
    position: absolute;
    right: 26px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: var(--rc2-ink);
    transform: rotate(45deg);
}

.rc2-duration-item:hover .rc2-duration-tip,
.rc2-duration-item:focus-visible .rc2-duration-tip,
.rc2-duration-item.is-tip-open .rc2-duration-tip {
    opacity: 1;
    transform: translateY(0);
}

.rc2-packages { display: flex; flex-direction: column; gap: 14px; }

.rc2-package {
    display: block;
    position: relative;
    margin: 0;
    padding: 18px;
    background: var(--rc2-surface);
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-md);
    transition: transform .25s var(--rc2-bounce), box-shadow .25s var(--rc2-bounce);
}

.rc2-package:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 0 var(--rc2-line); }
.rc2-package.is-selected { background: var(--rc2-happy-tint); box-shadow: 4px 4px 0 0 var(--rc2-ink); }
.rc2-package[hidden] { display: none; }

.rc2-radio { position: absolute; opacity: 0; pointer-events: none; }

.rc2-radio-dot {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: var(--rc2-bw) solid var(--rc2-ink);
    background: var(--rc2-surface);
}

.rc2-package.is-selected .rc2-radio-dot { background: var(--rc2-mark); box-shadow: inset 0 0 0 3px var(--rc2-surface); }

.rc2-package-main { display: flex; align-items: flex-start; gap: 12px; }
.rc2-package-head { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.rc2-package-name-row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }

.rc2-package-name {
    font-family: var(--rc2-display);
    font-size: 19px;
    font-weight: 800;
}

.rc2-package-badge {
    display: none;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-action);
    color: var(--rc2-ink);
    font-size: 11px;
    font-weight: 700;
}

.rc2-package.is-selected .rc2-package-badge { display: inline-flex; }

.rc2-package-strike { color: var(--rc2-muted); font-size: 13px; }
.rc2-package-price { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; text-align: right; }
.rc2-package-total { font-family: var(--rc2-display); font-size: 23px; font-weight: 800; line-height: 1.15; }
.rc2-package-duration,
.rc2-package-permonth { font-size: 12px; color: var(--rc2-muted); }

.rc2-package-features {
    list-style: none;
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: var(--rc2-bw) solid var(--rc2-line);
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.rc2-package-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; }
.rc2-package-features i {
    flex: 0 0 auto;
    width: 20px; height: 20px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: var(--rc2-save-tint);
    color: var(--rc2-save);
    font-size: 10px;
}

.rc2-package-profit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--rc2-save);
}

/* ---------- formulir ---------- */

.rc2-field-row { display: flex; flex-direction: column; gap: 16px; }
.rc2-field { display: flex; flex-direction: column; gap: 8px; }

.rc2-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--rc2-ink);
}

.rc2-input-wrap {
    display: flex;
    align-items: center;
    gap: 11px;
    height: 54px;
    padding: 0 15px;
    background: var(--rc2-surface);
    border: var(--rc2-bw) solid var(--rc2-field);
    border-radius: var(--rc2-r-md);
    box-shadow: 4px 4px 0 0 transparent;
    transition: border-color .2s ease, box-shadow .25s var(--rc2-bounce);
}

.rc2-input-wrap > i { color: var(--rc2-muted); font-size: 17px; }

.rc2-input-wrap-tel { gap: 0; padding-left: 0; }

.rc2-tel-country {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-self: stretch;
    align-items: center;
    gap: 7px;
    margin-right: 12px;
    padding: 0 12px 0 15px;
    border-right: var(--rc2-bw) solid var(--rc2-field);
    border-radius: var(--rc2-r-md) 0 0 var(--rc2-r-md);
    color: var(--rc2-ink);
    font-size: 15px;
    font-weight: 500;
    transition: background-color .2s ease;
}

.rc2-tel-flag,
.rc2-tel-option-flag {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.rc2-flag-img {
    display: block;
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

.rc2-tel-option-flag .rc2-flag-img {
    width: 24px;
    height: 18px;
}

.rc2-tel-dial { font-variant-numeric: tabular-nums; }
.rc2-tel-country:focus-within { background: var(--rc2-mark-tint); }
.rc2-tel-country:focus-within .rc2-tel-trigger > i { color: var(--rc2-mark-text); }

.rc2-tel-select {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rc2-tel-trigger {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

.rc2-tel-trigger:focus-visible { outline: var(--rc2-bw) solid var(--rc2-mark); outline-offset: 3px; border-radius: var(--rc2-r-sm); }
.rc2-tel-trigger[aria-expanded="true"] ~ * { pointer-events: none; }
.rc2-tel-country:hover { background: var(--rc2-cream); }
.rc2-tel-trigger[aria-expanded="true"] i.fa-chevron-down { transform: rotate(180deg); }
.rc2-tel-country > .rc2-tel-trigger > i { font-size: 11px; color: var(--rc2-muted); transition: transform .2s var(--rc2-bounce); }

/* ---------- panel pemilih kode negara ---------- */

.rc2-tel-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(30, 41, 59, .45);
    opacity: 0;
    transition: opacity .2s ease;
}

.rc2-tel-backdrop.is-open { opacity: 1; }
.rc2-tel-backdrop[hidden] { display: none; }

.rc2-tel-pop {
    position: fixed;
    z-index: 60;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-lg);
    background: var(--rc2-surface);
    box-shadow: var(--rc2-pop-btn);
    transform-origin: top left;
    opacity: 0;
    transform: translateY(-6px) scale(.97);
    transition: opacity .16s ease, transform .24s var(--rc2-bounce);
}

.rc2-tel-pop.is-above { transform-origin: bottom left; transform: translateY(6px) scale(.97); }
.rc2-tel-pop.is-open { opacity: 1; transform: none; }
.rc2-tel-pop[hidden] { display: none; }

.rc2-tel-pop-head {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px 0;
}

.rc2-tel-pop-title {
    margin: 0;
    font-family: var(--rc2-display);
    font-size: 17px;
    font-weight: 800;
    color: var(--rc2-ink);
}

.rc2-tel-pop-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-surface);
    color: var(--rc2-ink);
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.rc2-tel-pop-close:hover { background: var(--rc2-action); }

.rc2-tel-search-wrap {
    position: relative;
    flex: 0 0 auto;
    padding: 12px 12px 10px;
    border-bottom: var(--rc2-bw) solid var(--rc2-field);
    background: var(--rc2-surface);
}

.rc2-tel-search-wrap > i {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    font-size: 14px;
    color: var(--rc2-muted);
    pointer-events: none;
}

.rc2-tel-search {
    width: 100%;
    height: 46px;
    padding: 0 14px 0 40px;
    border: var(--rc2-bw) solid var(--rc2-field);
    border-radius: var(--rc2-r-md);
    background: var(--rc2-surface);
    font-family: var(--rc2-body);
    font-size: 16px;
    color: var(--rc2-ink);
    outline: 0;
}

.rc2-tel-search::placeholder { color: var(--rc2-muted); }
.rc2-tel-search:focus { border-color: var(--rc2-mark); }

.rc2-tel-list {
    flex: 1 1 auto;
    list-style: none;
    margin: 0;
    padding: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.rc2-tel-list[hidden] { display: none; }

.rc2-tel-group {
    padding: 10px 10px 6px;
    font-family: var(--rc2-display);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--rc2-muted);
}

.rc2-tel-group[hidden] { display: none; }

.rc2-tel-option {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border: var(--rc2-bw) solid transparent;
    border-radius: var(--rc2-r-md);
    font-size: 15px;
    color: var(--rc2-ink);
    cursor: pointer;
}

.rc2-tel-option[hidden] { display: none; }

.rc2-tel-option-flag {
    flex: 0 0 auto;
    line-height: 1;
}

.rc2-tel-option-name {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc2-tel-option-dial {
    flex: 0 0 auto;
    color: var(--rc2-muted);
    font-variant-numeric: tabular-nums;
}

.rc2-tel-option-check { flex: 0 0 auto; width: 14px; font-size: 13px; color: var(--rc2-save); opacity: 0; }

.rc2-tel-option.is-active { background: var(--rc2-happy-tint); border-color: var(--rc2-ink); }
.rc2-tel-option.is-selected { font-weight: 700; }
.rc2-tel-option.is-selected .rc2-tel-option-check { opacity: 1; }
.rc2-tel-option.is-selected .rc2-tel-option-dial { color: var(--rc2-ink); }

.rc2-tel-empty {
    margin: 0;
    padding: 26px 16px 30px;
    text-align: center;
    font-size: 14px;
    color: var(--rc2-muted);
}

.rc2-tel-empty[hidden] { display: none; }

@media (max-width: 640px) {
    body.rc2-tel-open { overflow: hidden; }

    .rc2-tel-pop {
        top: auto !important;
        right: 0;
        bottom: var(--rc2-tel-kb, 0px) !important;
        left: 0 !important;
        width: auto !important;
        max-height: var(--rc2-tel-max-h, 78vh) !important;
        border-width: var(--rc2-bw) var(--rc2-bw) 0;
        border-radius: var(--rc2-r-lg) var(--rc2-r-lg) 0 0;
        box-shadow: 0 -8px 30px rgba(30, 41, 59, .22);
        padding-bottom: var(--rc2-tel-pb, env(safe-area-inset-bottom, 0px));
        transform-origin: bottom center;
        transform: translateY(100%);
        transition: opacity .18s ease, transform .28s cubic-bezier(.22, .8, .3, 1), bottom .18s ease;
    }

    .rc2-tel-list { min-height: 84px; }

    .rc2-tel-pop.is-open { transform: translateY(0); }

    .rc2-tel-pop-head { display: flex; }
    .rc2-tel-search-wrap { padding: 12px; }
    .rc2-tel-option { padding: 13px 12px; }
    .rc2-tel-list { padding: 8px 10px 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .rc2-tel-pop,
    .rc2-tel-backdrop,
    .rc2-tel-country > .rc2-tel-trigger > i { transition: none; }
    .rc2-tel-pop { transform: none; }
}

.rc2-input {
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: var(--rc2-body);
    font-size: 16px;
    color: var(--rc2-ink);
    padding: 0;
}

.rc2-input::placeholder { color: var(--rc2-muted); }
.rc2-input-wrap:focus-within { border-color: var(--rc2-mark); box-shadow: 4px 4px 0 0 var(--rc2-mark); }
.rc2-input-wrap.is-invalid { border-color: #B91C1C; box-shadow: 4px 4px 0 0 #B91C1C; }

.rc2-error {
    margin: -8px 0 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    font-size: 13px;
    font-weight: 500;
    color: #B91C1C;
    transition: max-height .25s ease, opacity .2s ease, transform .25s var(--rc2-bounce), margin-top .25s ease;
}

.rc2-error.is-visible {
    margin-top: 0;
    max-height: 60px;
    opacity: 1;
    transform: translateY(0);
}

.rc2-error[hidden] { display: none; }
.rc2-input.is-invalid { color: #B91C1C; }

@media (prefers-reduced-motion: reduce) {
    .rc2-error { transition: none; }
}

/* ---------- rincian biaya ---------- */

.rc2-price-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.rc2-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rc2-line);
    font-size: 15px;
    color: var(--rc2-muted);
}

.rc2-price-row[hidden] { display: none; }
.rc2-price-value { font-weight: 600; color: var(--rc2-ink); text-align: right; }
.rc2-text-save { color: var(--rc2-save); font-weight: 700; }

.rc2-grand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.rc2-grand span {
    font-family: var(--rc2-display);
    font-size: 18px;
    font-weight: 700;
}

.rc2-grand strong {
    font-family: var(--rc2-display);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.rc2-permonth { margin: 4px 0 0; font-size: 13px; color: var(--rc2-muted); }

/* ---------- kupon ---------- */

.rc2-coupon-slot {
    display: grid;
    margin-top: 14px;
    min-height: 52px;
}

.rc2-coupon-slot > * {
    grid-area: 1 / 1;
    align-self: center;
    min-width: 0;
}

.rc2-coupon-toggle {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    margin-left: -8px;
    padding: 6px 10px;
    border: 0;
    border-radius: var(--rc2-r-sm);
    background: transparent;
    color: var(--rc2-mark-text);
    font-family: var(--rc2-body);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 200ms ease,
                visibility 0s,
                background-color 160ms ease;
}

.rc2-coupon-tag {
    font-size: 13px;
    transition: transform 220ms var(--rc2-bounce);
}

.rc2-coupon-toggle:hover,
.rc2-coupon-toggle:focus-visible { background: var(--rc2-mark-tint); }
.rc2-coupon-toggle:hover .rc2-coupon-tag { transform: rotate(-12deg) scale(1.1); }
.rc2-coupon-toggle:focus-visible { outline: var(--rc2-bw) solid var(--rc2-mark); outline-offset: 1px; }

.rc2-coupon-panel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease,
                visibility 0s linear 200ms;
}

.rc2-coupon-slot.is-open .rc2-coupon-panel {
    opacity: 1;
    visibility: visible;
    transition: opacity 200ms ease,
                visibility 0s;
}

.rc2-coupon-slot.is-open .rc2-coupon-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 200ms ease,
                visibility 0s linear 200ms;
}

.rc2-coupon-input { display: flex; align-items: center; gap: 10px; width: 100%; max-width: 380px; }

#rc2-kode-kupon { text-transform: uppercase; }
#rc2-kode-kupon::placeholder { text-transform: none; }

.rc2-coupon-input .rc2-input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 52px;
    padding: 0 15px;
    border: var(--rc2-bw) solid var(--rc2-field);
    border-radius: var(--rc2-r-md);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.rc2-coupon-input .rc2-input:focus { border-color: var(--rc2-mark); }
.rc2-coupon-input .rc2-input::placeholder { text-transform: none; letter-spacing: 0; }
.rc2-coupon-input .rc2-input.is-invalid { border-color: #B91C1C; }

.rc2-coupon-input .rc2-input.is-applied,
.rc2-coupon-input .rc2-input.is-applied:disabled {
    border-color: var(--rc2-save);
    background: var(--rc2-save-tint);
    color: var(--rc2-save);
    font-weight: 700;
    opacity: 1;
    -webkit-text-fill-color: var(--rc2-save);
    cursor: default;
}


.rc2-coupon-close[hidden] { display: none; }

.rc2-coupon-close {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--rc2-muted);
    font-size: 15px;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

.rc2-coupon-close:hover,
.rc2-coupon-close:focus-visible { background: var(--rc2-cream); color: var(--rc2-ink); }
.rc2-coupon-close:focus-visible { outline: var(--rc2-bw) solid var(--rc2-mark); outline-offset: 1px; }

.rc2-coupon-msg { margin: 9px 0 0; font-size: 13px; font-weight: 500; }
.rc2-coupon-msg:empty { display: none; }
.rc2-coupon-msg.is-error { color: #B91C1C; }
.rc2-coupon-msg.is-ok { color: var(--rc2-save); }

@media (prefers-reduced-motion: reduce) {
    .rc2-coupon-tag,
    .rc2-coupon-toggle,
    .rc2-coupon-panel { transition: none; }
}

/* ---------- tombol ---------- */

.rc2-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 62px;
    padding: 0 24px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-action);
    color: var(--rc2-ink);
    font-family: var(--rc2-display);
    font-size: 20px;
    font-weight: 800;
    box-shadow: var(--rc2-pop-btn);
    transition: transform .25s var(--rc2-bounce), box-shadow .25s var(--rc2-bounce), background .2s ease;
}

.rc2-btn-primary:hover:not(:disabled) { transform: translate(-2px, -2px); box-shadow: var(--rc2-pop-btn-hover); }
.rc2-btn-primary:active:not(:disabled) { transform: translate(2px, 2px); box-shadow: var(--rc2-pop-btn-active); }
.rc2-btn-primary:disabled { background: var(--rc2-line); color: var(--rc2-muted); box-shadow: var(--rc2-pop-btn-active); }

.rc2-btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--rc2-ink);
    color: var(--rc2-surface);
    font-size: 15px;
}

.rc2-btn-primary:disabled .rc2-btn-arrow { background: var(--rc2-muted); }

.rc2-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-surface);
    color: var(--rc2-ink);
    font-family: var(--rc2-body);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: background .25s var(--rc2-bounce);
}

.rc2-btn-secondary:hover { background: var(--rc2-action); }

.rc2-spinner {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(30, 41, 59, .25);
    border-top-color: var(--rc2-ink);
    border-radius: 50%;
    animation: rc2-spin .7s linear infinite;
}

@keyframes rc2-spin { to { transform: rotate(360deg); } }

/* ---------- bar bawah ---------- */

.rc2-stickybar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 30;
    padding: 14px 16px;
    background: var(--rc2-surface);
    border-top: var(--rc2-bw) solid var(--rc2-ink);
}

.rc2-stickybar.is-hidden { display: none; }

.rc2-stickybar-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 640px;
    margin: 0 auto;
}

.rc2-stickybar-total { display: flex; align-items: baseline; gap: 10px; }
.rc2-stickybar-label { font-size: 14px; color: var(--rc2-muted); }
.rc2-stickybar-total strong { font-family: var(--rc2-display); font-size: 22px; font-weight: 800; }

.rc2-stickybar-hint {
    max-width: 640px;
    margin: 9px auto 0;
    font-size: 13px;
    font-weight: 500;
    color: #B91C1C;
    text-align: center;
}

.rc2-stickybar-hint[hidden] { display: none; }

/* ---------- widget jaminan + terms ---------- */

.rc2-footnote {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}

.rc2-assurance { display: flex; flex-direction: column; gap: 12px; }

.rc2-assure {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 16px;
    border: var(--rc2-bw) solid var(--rc2-field);
    border-radius: 20px;
    background: var(--rc2-surface);
}

.rc2-assure-seal {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.rc2-assure-refund .rc2-assure-seal { background: var(--rc2-save-tint); color: var(--rc2-save-deep); }
.rc2-assure-happy .rc2-assure-seal { background: var(--rc2-happy-tint); color: var(--rc2-happy-deep); }

.rc2-assure-text { min-width: 0; }
.rc2-assure-title {
    margin: 0;
    font-family: var(--rc2-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--rc2-ink);
}
.rc2-assure-sub { margin: 2px 0 0; font-size: 12px; line-height: 1.4; color: var(--rc2-muted); }

.rc2-terms {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--rc2-muted);
    text-align: center;
}

.rc2-terms a { color: var(--rc2-mark-text); font-weight: 700; }

/* ---------- dialog konfirmasi ---------- */

.rc2-swal {
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-lg);
    box-shadow: var(--rc2-pop-btn);
    font-family: var(--rc2-body);
}

div.swal2-popup.rc2-swal .swal2-title {
    font-family: var(--rc2-display);
    font-weight: 800;
    color: var(--rc2-ink);
}

div.swal2-popup.rc2-swal .swal2-icon {
    width: auto !important;
    height: auto !important;
    margin: 6px auto 18px !important;
    border: 0 !important;
    background: transparent !important;
}

div.swal2-popup.rc2-swal .swal2-icon .swal2-icon-content { font-size: inherit; line-height: 1; }

.rc2-swal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 2px auto 20px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-action);
    color: var(--rc2-ink);
    font-size: 27px;
    box-shadow: var(--rc2-pop-btn);
}

.rc2-swal-lead { margin: 0 0 14px; font-size: 15px; line-height: 1.55; color: var(--rc2-ink); }

.rc2-swal-loss {
    list-style: none;
    margin: 0;
    padding: 14px 16px;
    text-align: left;
    background: var(--rc2-happy-tint);
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-md);
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.rc2-swal-loss li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--rc2-ink);
}

.rc2-swal-loss li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-happy-deep);
}

div.swal2-popup.rc2-swal .swal2-confirm,
div.swal2-popup.rc2-swal .swal2-cancel {
    border: var(--rc2-bw) solid var(--rc2-ink) !important;
    border-radius: var(--rc2-r-pill) !important;
    font-family: var(--rc2-body);
    font-weight: 700 !important;
    box-shadow: var(--rc2-pop-btn) !important;
}

div.swal2-popup.rc2-swal .swal2-cancel i { margin-right: 8px; }
div.swal2-popup.rc2-swal .swal2-cancel { background: var(--rc2-action) !important; color: var(--rc2-ink) !important; }
div.swal2-popup.rc2-swal .swal2-confirm { background: var(--rc2-surface) !important; color: var(--rc2-ink) !important; }
div.swal2-popup.rc2-swal .swal2-confirm:hover,
div.swal2-popup.rc2-swal .swal2-cancel:hover { transform: translate(-2px, -2px); box-shadow: var(--rc2-pop-btn-hover) !important; }

@media (max-width: 480px) {
    div.swal2-popup.rc2-swal .swal2-actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    div.swal2-popup.rc2-swal .swal2-confirm,
    div.swal2-popup.rc2-swal .swal2-cancel {
        width: 100%;
        min-height: 48px;
        margin: 0 !important;
    }
}

/* ---------- langkah pembayaran ---------- */

.rc2-payment { position: relative; z-index: 1; padding: 32px 0 0; }
.rc2-payment.is-hidden { display: none; }

#rc2-payment-area .container,
#rc2-payment-area .container-fluid {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

#rc2-payment-area .rc2-steps { margin-bottom: 26px; }

#rc2-payment-area .header.sticky-payment {
    position: static;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin: 0 0 22px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#rc2-payment-area .header.sticky-payment > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-surface);
    color: var(--rc2-ink);
    font-size: 16px;
    text-decoration: none;
    transition: background .25s var(--rc2-bounce), transform .25s var(--rc2-bounce), box-shadow .25s var(--rc2-bounce);
}

#rc2-payment-area .header.sticky-payment > a:hover {
    background: var(--rc2-action);
    transform: translate(-2px, -2px);
    box-shadow: var(--rc2-pop-btn);
}

#rc2-payment-area .header.sticky-payment > a:active { transform: translate(1px, 1px); box-shadow: var(--rc2-pop-btn-active); }
#rc2-payment-area .header.sticky-payment > a:focus-visible { outline: var(--rc2-bw) solid var(--rc2-mark); outline-offset: 2px; }

#rc2-payment-area .header.sticky-payment h1 {
    margin: 0 !important;
    font-family: var(--rc2-display);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    color: var(--rc2-ink);
}

#rc2-payment-area .parent-error-message {
    margin-bottom: 18px;
    padding: 13px 16px !important;
    border: var(--rc2-bw) solid #B91C1C;
    border-radius: var(--rc2-r-md);
    background: #FEE2E2;
    color: #7F1D1D;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 4px 4px 0 0 #B91C1C;
}

#rc2-payment-area .area-list-payment-method-loading { display: none; }

.rc2-pay-list {
    padding: 16px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-lg);
    background: var(--rc2-surface);
    box-shadow: var(--rc2-pop);
}

#rc2-payment-area .rc2-pay-list > * { width: 100%; margin: 0 0 10px !important; }
#rc2-payment-area .rc2-pay-list > *:last-child { margin-bottom: 0 !important; }

/* baris metode */

#rc2-payment-area .area-list-payment-method li {
    gap: 12px;
    margin: 0 0 10px !important;
    padding: 11px 14px !important;
    border: var(--rc2-bw) solid var(--rc2-field) !important;
    border-radius: var(--rc2-r-md) !important;
    background: var(--rc2-surface);
    font-family: var(--rc2-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--rc2-ink);
    transition: transform .22s var(--rc2-bounce), box-shadow .22s var(--rc2-bounce),
                border-color .2s ease, background .2s ease;
}

#rc2-payment-area .area-list-payment-method li:last-child { margin-bottom: 0 !important; }

#rc2-payment-area .area-list-payment-method li img {
    flex: 0 0 auto;
    width: 62px !important;
    max-width: 62px !important;
    max-height: 34px !important;
    margin: 0 14px 0 0 !important;
    object-fit: contain;
}

#rc2-payment-area .payment-item-child,
#rc2-payment-area .list-group-item-action { cursor: pointer; }

#rc2-payment-area .payment-item-child:hover,
#rc2-payment-area .list-group-item-action:hover {
    border-color: var(--rc2-ink) !important;
    background: var(--rc2-cream);
    transform: translate(-2px, -2px);
    box-shadow: var(--rc2-pop-btn);
}

#rc2-payment-area .payment-item-child.selected:hover,
#rc2-payment-area .list-group-item.selected:hover {
    background: var(--rc2-happy-tint) !important;
    transform: translate(-2px, -2px);
    box-shadow: var(--rc2-pop-btn-hover);
}

#rc2-payment-area .payment-item-child:active,
#rc2-payment-area .list-group-item-action:active {
    transform: translate(1px, 1px);
    box-shadow: var(--rc2-pop-btn-active);
}

#rc2-payment-area .payment-item-child:focus-visible,
#rc2-payment-area .list-group-item-action:focus-visible {
    outline: var(--rc2-bw) solid var(--rc2-mark);
    outline-offset: 2px;
}

#rc2-payment-area .area-list-payment-method li.selected {
    border: var(--rc2-bw) solid var(--rc2-ink) !important;
    border-radius: var(--rc2-r-md) !important;
    background: var(--rc2-happy-tint) !important;
    box-shadow: var(--rc2-pop-btn);
    transform: none;
}

#rc2-payment-area .payment-item-child i.fa-check-circle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-save);
    color: var(--rc2-surface) !important;
    font-size: 13px;
}

#rc2-payment-area .payment-item-child i.fa-check-circle::before { content: '\f00c'; }
#rc2-payment-area .payment-item-child i.fa-check-circle.d-none { display: none !important; }

#rc2-payment-area .rc2-pay-collapse {
    overflow: hidden;
    transition: height 320ms var(--rc2-ease-panel),
                opacity 240ms ease;
}

#rc2-payment-area .rc2-pay-collapse.is-collapsed { opacity: 0; }

#rc2-payment-area .rc2-pay-chosen {
    display: none;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
    padding: 14px 16px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-lg);
    background: var(--rc2-surface);
    box-shadow: var(--rc2-pop);
}

#rc2-payment-area .rc2-pay-chosen.is-visible {
    display: flex;
    animation: rc2-pay-in 300ms var(--rc2-ease-panel) both;
}

@keyframes rc2-pay-in { from { opacity: 0; } to { opacity: 1; } }

#rc2-payment-area .rc2-pay-chosen-logo {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (max-width: 359px) {
    #rc2-payment-area .rc2-pay-chosen { gap: 10px; padding: 12px; }
    #rc2-payment-area .rc2-pay-chosen-logo { width: 32px; height: 32px; }
    #rc2-payment-area .rc2-pay-change { padding: 9px 14px; font-size: 13px; }
}

#rc2-payment-area .rc2-pay-chosen-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    flex: 1 1 auto;
}

#rc2-payment-area .rc2-pay-chosen-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--rc2-muted);
}

#rc2-payment-area .rc2-pay-chosen-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: var(--rc2-display);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--rc2-ink);
    overflow: hidden;
    overflow-wrap: anywhere;
}

#rc2-payment-area .rc2-pay-change {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 9px 18px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-surface);
    font-family: var(--rc2-body);
    font-size: 14px;
    font-weight: 700;
    color: var(--rc2-ink);
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

#rc2-payment-area .rc2-pay-change:hover { background: var(--rc2-cream); }
#rc2-payment-area .rc2-pay-change:active { transform: translateY(1px); }
#rc2-payment-area .rc2-pay-change:focus-visible {
    outline: var(--rc2-bw) solid var(--rc2-mark);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    #rc2-payment-area .rc2-pay-collapse,
    #rc2-payment-area .rc2-pay-chosen.is-visible { transition: none; animation: none; }
}

#rc2-payment-area .rc2-pay-empty {
    margin: 0;
    padding: 22px;
    border: var(--rc2-bw) dashed var(--rc2-field);
    border-radius: var(--rc2-r-lg);
    background: var(--rc2-surface);
    font-size: 15px;
    line-height: 1.5;
    color: var(--rc2-muted);
    text-align: center;
}

/* tombol lanjut */

#rc2-payment-area .choose-payment-btn { margin-top: 24px; padding: 0 !important; }

#rc2-payment-area #submitPaymentBtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
    width: 100%;
    min-height: 62px;
    padding: 0 16px !important;
    border: var(--rc2-bw) solid var(--rc2-ink) !important;
    border-radius: var(--rc2-r-pill) !important;
    background: var(--rc2-action) !important;
    color: var(--rc2-ink) !important;
    font-family: var(--rc2-display);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: var(--rc2-pop-btn);
    transition: transform .25s var(--rc2-bounce), box-shadow .25s var(--rc2-bounce), background .2s ease;
}

#rc2-payment-area #submitPaymentBtn:hover:not(:disabled) { transform: translate(-2px, -2px); box-shadow: var(--rc2-pop-btn-hover); }
#rc2-payment-area #submitPaymentBtn:active:not(:disabled) { transform: translate(2px, 2px); box-shadow: var(--rc2-pop-btn-active); }

#rc2-payment-area #submitPaymentBtn:disabled {
    background: var(--rc2-surface) !important;
    color: var(--rc2-muted) !important;
    font-size: 17px;
    box-shadow: var(--rc2-pop-btn-active);
}

#rc2-payment-area #selectedPaymentPrice:not(:empty) {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 5px 12px;
    border-radius: var(--rc2-r-pill);
    background: var(--rc2-ink);
    color: var(--rc2-cream);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 359px) {
    #rc2-payment-area #submitPaymentBtn { font-size: 15px; gap: 8px; }
    #rc2-payment-area #selectedPaymentPrice:not(:empty) { font-size: 12px; padding: 4px 10px; }
}

/* varian mobile dari endpoint bersama */

#rc2-payment-area .container-fluid.position-fixed {
    position: static !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

#rc2-payment-area .choose-payment-btn.position-fixed {
    position: static !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#rc2-payment-area .header.sticky-payment .d-md-none { display: none !important; }

#rc2-payment-area .list-group-item {
    gap: 12px;
    padding: 11px 13px !important;
    border: var(--rc2-bw) solid var(--rc2-field) !important;
    border-radius: var(--rc2-r-md) !important;
    background: var(--rc2-surface);
    font-family: var(--rc2-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--rc2-ink);
    text-align: left;
    transition: transform .22s var(--rc2-bounce), box-shadow .22s var(--rc2-bounce),
                border-color .2s ease, background .2s ease;
}

#rc2-payment-area .list-group-item img {
    flex: 0 0 auto;
    width: 52px !important;
    max-width: 52px !important;
    max-height: 30px !important;
    margin: 0 12px 0 0 !important;
    object-fit: contain;
}

#rc2-payment-area .list-group-item.selected {
    border: var(--rc2-bw) solid var(--rc2-ink) !important;
    border-radius: var(--rc2-r-md) !important;
    background: var(--rc2-happy-tint) !important;
    box-shadow: var(--rc2-pop-btn);
}

#rc2-payment-area .list-group-item i.fa-check-circle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: var(--rc2-bw) solid var(--rc2-ink);
    border-radius: 50%;
    background: var(--rc2-save);
    color: var(--rc2-surface) !important;
    font-size: 12px;
}

#rc2-payment-area .list-group-item i.fa-check-circle.d-none { display: none !important; }

/* ---------- kerapatan mobile ---------- */

@media (max-width: 640px) {
    body.rc2-body { padding-bottom: 124px; }

    .rc2-container { padding: 0 14px; }
    .rc2-header-inner { height: 62px; }
    .rc2-logo img { height: 26px; }
    .rc2-wa { height: 40px; padding: 0 13px; font-size: 13px; }

    .rc2-checkout { padding-top: 20px; }
    .rc2-checkout .rc2-container { gap: 14px; }

    .rc2-card { padding: 18px 16px; }
    .rc2-card-title { margin-bottom: 14px; font-size: 19px; }

    .rc2-summary-head { padding: 12px 14px; }
    .rc2-summary-body { gap: 12px; padding: 16px 14px; }
    .rc2-picker { padding: 16px 14px; }
    .rc2-picker-title { margin-bottom: 11px; }
    .rc2-duration { gap: 7px; margin-bottom: 13px; }
    .rc2-duration-item { min-height: 48px; gap: 6px; padding: 6px 10px; }
    .rc2-duration-label { font-size: 14px; }
    .rc2-duration-perk { font-size: 13px; }

    .rc2-field { gap: 6px; }
    .rc2-fields { gap: 14px; }

    .rc2-price-rows { gap: 10px; margin-bottom: 14px; }
    .rc2-price-row { padding-bottom: 10px; }

    .rc2-stickybar { padding: 11px 14px; }
    .rc2-stickybar-inner { gap: 8px; }
    .rc2-stickybar-total strong { font-size: 19px; }
    .rc2-btn-primary { min-height: 54px; font-size: 17px; }

    .rc2-coupon-input { position: relative; gap: 6px; max-width: none; }
    .rc2-coupon-input .rc2-input {
        padding-right: 90px;
        padding-left: 18px;
        border-radius: var(--rc2-r-pill);
    }


    .rc2-coupon-input .rc2-btn-secondary {
        position: absolute;
        top: 50%;
        right: 58px;
        z-index: 1;
        min-height: 0;
        height: 38px;
        padding: 0 16px;
        font-size: 13.5px;
        transform: translateY(-50%);
    }

    .rc2-coupon-input .rc2-input.is-applied ~ .rc2-btn-secondary { right: 7px; }
    .rc2-coupon-close { width: 40px; height: 40px; }

    .rc2-footnote { gap: 12px; padding-top: 22px; }
    .rc2-assurance { gap: 10px; }
    .rc2-assure { gap: 11px; padding: 11px 13px; }

    body.rc2-body .footer-no-content { margin-top: 12px; padding: 14px 14px 16px; }
}

@media (max-width: 359px) {
    .rc2-container { padding: 0 12px; }
    .rc2-card { padding: 16px 14px; }
    .rc2-summary-body { gap: 10px; padding: 14px 12px; }
    .rc2-summary-package { font-size: 17px; }
    .rc2-summary-meta { font-size: 12px; }
    .rc2-chip { padding: 0 10px; font-size: 11.5px; }
    .rc2-tier-icon { width: 38px; height: 38px; font-size: 15px; }
    .rc2-picker { padding: 14px 12px; }
    .rc2-duration-item { padding: 6px 8px; }
    .rc2-duration-label { font-size: 13px; }

    .rc2-grand span { font-size: 16px; }
    .rc2-grand strong { font-size: 24px; }

    .rc2-coupon-input { gap: 5px; }
    .rc2-coupon-input .rc2-input { padding-right: 70px; padding-left: 16px; }
    .rc2-coupon-input .rc2-btn-secondary { right: 47px; height: 36px; padding: 0 13px; font-size: 13px; }
    .rc2-coupon-input .rc2-input.is-applied ~ .rc2-btn-secondary { right: 6px; }
    .rc2-coupon-close { width: 36px; height: 36px; }
}

/* ---------- desktop ---------- */

@media (min-width: 768px) {
    .rc2-checkout { padding-top: 40px; }
    .rc2-card { padding: 28px; }
    .rc2-assurance { flex-direction: row; gap: 16px; }

    .rc2-duration-tip {
        right: auto;
        left: 50%;
        max-width: 240px;
        text-align: center;
        transform: translate(-50%, 4px);
    }

    .rc2-duration-tip::after { right: auto; left: 50%; margin-left: -6px; }

    .rc2-duration-item:hover .rc2-duration-tip,
    .rc2-duration-item:focus-visible .rc2-duration-tip,
    .rc2-duration-item.is-tip-open .rc2-duration-tip { transform: translate(-50%, 0); }

    .rc2-stickybar {
        position: static;
        padding: 20px 16px 0;
        background: transparent;
        border-top: 0;
    }

    .rc2-stickybar-inner { padding: 0; }
    .rc2-stickybar-total { display: none; }
    .rc2-page { padding-bottom: 64px; }
    .rc2-body .footer-no-content { padding-bottom: 26px; }

    #rc2-payment-area .header.sticky-payment h1 { font-size: 32px; }
    #rc2-payment-area #submitPaymentBtn { font-size: 20px; gap: 12px; padding: 0 24px !important; }
    #rc2-payment-area #selectedPaymentPrice:not(:empty) { font-size: 16px; padding: 6px 15px; }
    #rc2-payment-area .rc2-pay-list { padding: 18px; }
    #rc2-payment-area .area-list-payment-method li { padding: 12px 16px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .rc2-page *,
    .rc2-page *::before,
    .rc2-page *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}


/* ---------- footer bersama, khusus halaman ini ---------- */

.rc2-body .footer-no-content {
    margin-bottom: 0;
    padding: 22px 16px 60px;
    font-family: var(--rc2-body);
    text-align: center;
}

.rc2-body .footer-no-content b {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--rc2-muted) !important;
}

.rc2-body .footer-no-content b:empty { display: none; }
.rc2-body .footer-no-content .menu-list { display: none; }
