:root {
    --rs-ink: #101828;
    --rs-ink-soft: #344054;
    --rs-muted: #667085;
    --rs-faint: #98a2b3;
    --rs-line: #e4e7ec;
    --rs-line-strong: #d0d5dd;
    --rs-surface: #ffffff;
    --rs-surface-soft: #f8fafc;
    --rs-surface-blue: #f3f8ff;
    --rs-blue: #075fd3;
    --rs-blue-dark: #0647a0;
    --rs-cyan: #00a8c7;
    --rs-navy: #101828;
    --rs-radius-sm: 10px;
    --rs-radius-md: 16px;
    --rs-radius-lg: 24px;
    --rs-shadow-soft: 0 16px 40px rgba(16, 24, 40, 0.07);
    --rs-container: 1180px;

    /* Design tokens shared with the read-only API documentation PDF. */
    --rs-pdf-navy: #101828;
    --rs-pdf-blue: #075fd3;
    --rs-pdf-cyan: #00a8c7;
    --rs-pdf-text: #475467;
    --rs-pdf-line: #d0d5dd;
    --rs-pdf-surface: #ffffff;
    --rs-pdf-surface-soft: #f6fbff;
}

.rs-page,
.rs-page * {
    box-sizing: border-box;
}

body.rs-page {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--rs-surface);
    color: var(--rs-ink);
    color-scheme: light;
    font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Sora is reserved for display hierarchy; body copy stays Plus Jakarta Sans. */
.rs-page h1,
.rs-page h2,
.rs-page h3,
.rs-page .rs-brand-copy strong {
    font-family: "Sora", "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

/* The shared public stylesheet paints a theme-aware fixed background on
   body::before. This standalone marketing page intentionally stays white in
   either saved site theme; the API section supplies its own dark surface. */
body.rs-page::before {
    background: #fff;
    background-image: none;
}

body.rs-page::after {
    display: none;
}

.rs-page a {
    color: inherit;
}

.rs-page button,
.rs-page a {
    -webkit-tap-highlight-color: transparent;
}

.rs-page a:focus-visible,
.rs-page button:focus-visible {
    outline: 3px solid rgba(0, 168, 199, 0.4);
    outline-offset: 3px;
}

.rs-container {
    width: min(calc(100% - 48px), var(--rs-container));
    margin-inline: auto;
}

.rs-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(228, 231, 236, 0.9);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.rs-nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.rs-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 44px;
    text-decoration: none;
}

.rs-brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 40px;
}

.rs-brand-mark img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    /* Rounded-square: tetap kotak, tetapi sudut tidak lagi lancip. */
    border-radius: 9px;
}

.rs-brand-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    letter-spacing: -0.02em;
}

.rs-brand-copy strong {
    font-size: 1.08rem;
    font-weight: 800;
}

.rs-brand-copy small {
    margin-top: 4px;
    color: var(--rs-blue);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.rs-nav-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex: 1;
    min-width: 0;
}

.rs-nav-links,
.rs-nav-actions {
    display: flex;
    align-items: center;
}

.rs-nav-links {
    gap: clamp(16px, 2.2vw, 30px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.rs-nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--rs-muted);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease;
}

.rs-nav-links a:hover {
    color: var(--rs-ink);
}

.rs-nav-actions {
    gap: 10px;
    flex: 0 0 auto;
}

.rs-menu-toggle {
    display: none;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--rs-line);
    border-radius: 10px;
    background: var(--rs-surface);
    color: var(--rs-ink);
    cursor: pointer;
    font-size: 1rem;
}

.rs-menu-toggle .rs-menu-close {
    display: none;
}

.rs-page.rs-menu-is-open .rs-menu-toggle .rs-menu-open {
    display: none;
}

.rs-page.rs-menu-is-open .rs-menu-toggle .rs-menu-close {
    display: inline-block;
}

.rs-button {
    position: relative;
    z-index: 2;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.005em;
    font-variant-numeric: tabular-nums;
    touch-action: manipulation;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.rs-button i,
.rs-menu-toggle i {
    width: 1em;
    text-align: center;
}

.rs-menu-toggle {
    position: relative;
    z-index: 2;
    touch-action: manipulation;
}

.rs-button:hover {
    transform: translateY(-1px);
}

.rs-button-primary {
    background: var(--rs-ink);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.13);
}

.rs-button-primary:hover {
    background: #202939;
}

.rs-button-secondary,
.rs-button-ghost {
    border-color: var(--rs-line-strong);
    background: #fff;
    color: var(--rs-ink) !important;
}

.rs-button-secondary:hover,
.rs-button-ghost:hover {
    border-color: var(--rs-ink);
    background: var(--rs-surface-soft);
}

.rs-button-small {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.73rem;
}

.rs-hero {
    width: 100%;
    max-width: none;
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
    align-items: center;
    gap: clamp(38px, 7vw, 92px);
    margin-inline: 0;
    padding: 78px max(24px, calc((100vw - var(--rs-container)) / 2)) 80px;
}

.rs-hero-copy {
    position: relative;
    z-index: 1;
}

.rs-eyebrow,
.rs-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 20px;
    color: var(--rs-blue);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.rs-eyebrow-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border: 1px solid #b8dbff;
    border-radius: 999px;
    background: var(--rs-surface-blue);
    color: var(--rs-blue);
    font-size: 0.7rem;
}

.rs-hero h1 {
    max-width: 680px;
    margin: 0;
    color: var(--rs-ink);
    font-size: clamp(2.7rem, 5.2vw, 4.7rem);
    font-weight: 780;
    letter-spacing: -0.052em;
    line-height: 1.04;
}

.rs-hero-lead {
    max-width: 590px;
    margin: 28px 0 0;
    color: var(--rs-muted);
    font-size: clamp(1rem, 1.5vw, 1.13rem);
    line-height: 1.72;
}

.rs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.rs-hero-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 20px 0 0;
    color: var(--rs-muted);
    font-size: 0.77rem;
    line-height: 1.5;
}

.rs-hero-note i {
    margin-top: 2px;
    color: var(--rs-cyan);
}

.rs-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 460px;
    display: grid;
    place-items: center;
}

.rs-hero-glow {
    position: absolute;
    width: 80%;
    height: 78%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 168, 199, 0.15) 0%, rgba(7, 95, 211, 0.06) 42%, rgba(255, 255, 255, 0) 72%);
    filter: blur(12px);
}

.rs-portal-window {
    position: relative;
    z-index: 1;
    width: min(100%, 590px);
    overflow: hidden;
    border: 1px solid #dbe2eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(16, 24, 40, 0.13), 0 4px 12px rgba(16, 24, 40, 0.05);
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}

.rs-window-bar {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 15px;
    border-bottom: 1px solid #edf0f4;
    color: var(--rs-faint);
    font-size: 0.66rem;
}

.rs-window-bar > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d0d5dd;
}

.rs-window-bar b {
    margin-left: 10px;
    color: var(--rs-muted);
    font-size: 0.67rem;
    font-weight: 700;
}

.rs-window-bar i {
    margin-left: auto;
    color: var(--rs-cyan);
}

.rs-window-body {
    display: grid;
    grid-template-columns: 54px 1fr;
    min-height: 360px;
}

.rs-portal-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-top: 22px;
    border-right: 1px solid #edf0f4;
    background: #fbfcfe;
}

.rs-sidebar-logo {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 8px;
    background: var(--rs-ink);
    color: #fff;
    font-size: 0.77rem;
    font-weight: 800;
}

.rs-sidebar-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}

.rs-portal-sidebar > span:not(.rs-sidebar-logo) {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 6px;
    background: #e4e7ec;
}

.rs-portal-sidebar > span.is-active {
    background: #bdeef5;
    box-shadow: inset 0 0 0 5px #effcff;
}

.rs-portal-content {
    min-width: 0;
    padding: 28px;
    background: linear-gradient(135deg, #fff 0%, #fbfdff 100%);
}

.rs-portal-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.rs-portal-heading small,
.rs-portal-heading strong {
    display: block;
}

.rs-portal-heading small {
    margin-bottom: 7px;
    color: var(--rs-blue);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.rs-portal-heading strong {
    color: var(--rs-ink);
    font-size: 1rem;
    letter-spacing: -0.03em;
}

.rs-status-dot {
    align-self: flex-start;
    padding: 6px 9px;
    border: 1px solid #b8efe3;
    border-radius: 999px;
    background: #f0fdf9;
    color: #087f69;
    font-size: 0.56rem;
    font-weight: 800;
    white-space: nowrap;
}

.rs-portal-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.rs-portal-cards > div {
    padding: 14px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
}

.rs-mini-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eafcff;
    color: var(--rs-cyan);
    font-size: 0.68rem;
}

.rs-mini-icon-blue {
    background: #eef5ff;
    color: var(--rs-blue);
}

.rs-portal-cards small,
.rs-portal-cards strong {
    display: block;
}

.rs-portal-cards small {
    margin-top: 13px;
    color: var(--rs-faint);
    font-size: 0.62rem;
}

.rs-portal-cards strong {
    margin-top: 3px;
    color: var(--rs-ink);
    font-size: 0.86rem;
}

.rs-network-card {
    position: relative;
    min-height: 172px;
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background-color: #fbfdff;
    background-image: linear-gradient(#eef3f8 1px, transparent 1px), linear-gradient(90deg, #eef3f8 1px, transparent 1px);
    background-size: 22px 22px;
}

.rs-network-line {
    position: absolute;
    height: 1px;
    background: #a8dce6;
    transform-origin: left center;
}

.rs-network-line-a {
    top: 50%;
    left: 41%;
    width: 25%;
    transform: rotate(-27deg);
}

.rs-network-line-b {
    top: 50%;
    left: 41%;
    width: 25%;
    transform: rotate(28deg);
}

.rs-network-node {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border: 1px solid #dbe2eb;
    border-radius: 8px;
    background: #fff;
    color: var(--rs-muted);
    font-size: 0.6rem;
    font-weight: 800;
    box-shadow: 0 3px 8px rgba(16, 24, 40, 0.04);
}

.rs-network-node i {
    color: var(--rs-blue);
    font-size: 0.62rem;
}

.rs-network-node-center {
    top: 50%;
    left: 20%;
    translate: 0 -50%;
    border-color: #a8dce6;
    background: #effcff;
    color: var(--rs-ink);
}

.rs-network-node-one {
    top: 13%;
    right: 9%;
}

.rs-network-node-two {
    top: 50%;
    right: 3%;
    translate: 0 -50%;
}

.rs-network-node-three {
    right: 9%;
    bottom: 13%;
}

.rs-hero-float {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 13px;
    border: 1px solid #e0e7ef;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--rs-shadow-soft);
    color: var(--rs-muted);
    font-size: 0.63rem;
    line-height: 1.35;
}

.rs-hero-float i {
    color: var(--rs-cyan);
    font-size: 0.95rem;
}

.rs-hero-float b {
    color: var(--rs-ink);
}

.rs-hero-float-top {
    top: 12%;
    left: 0;
}

.rs-hero-float-bottom {
    right: 0;
    bottom: 11%;
}

.rs-section {
    padding: 110px 0;
}

.rs-section-border {
    border-top: 1px solid var(--rs-line);
    background: var(--rs-surface-soft);
}

.rs-section-heading {
    max-width: 670px;
    margin: 0 auto 48px;
    text-align: center;
}

.rs-section-heading .rs-kicker {
    margin-bottom: 14px;
}

.rs-section-heading h2,
.rs-api-copy h2,
.rs-final-cta h2 {
    margin: 0;
    color: var(--rs-ink);
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.08;
}

.rs-section-heading > p:last-child,
.rs-section-heading-split > p,
.rs-api-copy > p:not(.rs-kicker),
.rs-final-cta p {
    color: var(--rs-muted);
    font-size: 0.98rem;
    line-height: 1.75;
}

.rs-section-heading > p:last-child {
    max-width: 590px;
    margin: 18px auto 0;
}

.rs-tier-card h3,
.rs-step h3 {
    margin: 0;
    color: var(--rs-ink);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.rs-tier-card p,
.rs-step p {
    margin: 11px 0 0;
    color: var(--rs-muted);
    font-size: 0.84rem;
    line-height: 1.7;
}

.rs-tiers-section {
    background: #fff;
}

.rs-section-heading-split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.7fr);
    align-items: end;
    gap: 30px;
    text-align: left;
}

.rs-section-heading-split > p {
    max-width: 385px;
    margin: 0 0 4px auto;
}

.rs-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.rs-tier-card {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 29px 26px 25px;
    border: 1px solid var(--rs-line);
    border-radius: var(--rs-radius-md);
    background: #fff;
}

.rs-tier-card-silver {
    border-color: #cbd5e1;
    border-top: 5px solid #94a3b8;
    background: linear-gradient(150deg, #f3f5f7 0%, #fff 58%, #f8fafc 100%);
    box-shadow: 0 18px 38px rgba(71, 85, 105, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.rs-tier-card-gold {
    border-color: #e5c66b;
    border-top: 4px solid #d4af37;
    background: linear-gradient(160deg, #fffaf0 0%, #fff 72%);
    box-shadow: 0 16px 34px rgba(180, 135, 8, 0.14);
}

.rs-tier-card-platinum {
    border-color: #c8ced4;
    border-top: 5px solid #a7b0bb;
    background: linear-gradient(150deg, #e5e4e2 0%, #fff 58%, #f7f8f9 100%);
    box-shadow: 0 18px 38px rgba(82, 96, 109, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.rs-tier-card-silver .rs-tier-label,
.rs-tier-card-silver h3 {
    color: #52606d;
}

.rs-tier-card-gold .rs-tier-label,
.rs-tier-card-gold h3 {
    color: #876a12;
}

.rs-tier-card-platinum .rs-tier-label,
.rs-tier-card-platinum h3 {
    color: #52606d;
}

.rs-tier-card-silver .rs-discount,
.rs-tier-card-silver li i {
    color: #64748b;
}

.rs-tier-card-gold .rs-discount,
.rs-tier-card-gold li i {
    color: #9a7410;
}

.rs-tier-card-platinum .rs-discount,
.rs-tier-card-platinum li i {
    color: #66737f;
}

.rs-tier-label {
    margin-bottom: 28px;
    color: var(--rs-faint);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rs-tier-badge {
    position: absolute;
    top: 19px;
    right: 20px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #dff8fb;
    color: #087f96;
    font-size: 0.57rem;
    font-weight: 800;
}

.rs-discount {
    margin-top: 20px;
    color: var(--rs-blue);
    font-size: clamp(2.6rem, 5vw, 3.9rem);
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 0.95;
}

.rs-discount small {
    margin-left: 5px;
    color: var(--rs-muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
}

.rs-tier-card p {
    min-height: 49px;
    margin-top: 18px;
}

.rs-tier-card ul {
    display: grid;
    gap: 10px;
    margin: auto 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--rs-line);
    list-style: none;
}

.rs-tier-card li {
    display: flex;
    gap: 8px;
    color: var(--rs-ink-soft);
    font-size: 0.76rem;
    line-height: 1.4;
}

.rs-tier-card li i {
    margin-top: 2px;
    color: var(--rs-cyan);
    font-size: 0.68rem;
}

.rs-caption {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 18px 0 0;
    color: var(--rs-faint);
    font-size: 0.73rem;
    line-height: 1.55;
}

.rs-caption i {
    margin-top: 2px;
    color: var(--rs-blue);
}

.rs-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    counter-reset: reseller-step;
}

.rs-step {
    position: relative;
    z-index: 1;
    min-height: 210px;
    padding: 0 26px;
    border-left: 1px solid var(--rs-line-strong);
}

.rs-step:first-child {
    padding-left: 0;
    border-left: 0;
}

.rs-step:last-child {
    padding-right: 0;
}

.rs-step-number {
    display: block;
    margin-bottom: 34px;
    color: var(--rs-cyan);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.rs-step p {
    max-width: 220px;
}

.rs-api-section {
    background: var(--rs-navy);
}

.rs-api-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: clamp(38px, 8vw, 100px);
}

.rs-api-copy .rs-kicker {
    color: #69dce8;
}

.rs-page .rs-api-copy h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-clip: border-box;
}

.rs-api-copy > p:not(.rs-kicker) {
    max-width: 450px;
    margin: 22px 0 0;
    color: #d8e1ec;
}

.rs-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin-top: 22px;
    color: #83e9f1 !important;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.rs-text-link:hover {
    color: #fff !important;
}

.rs-code-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #344054;
    border-radius: 16px;
    background: #172233;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

.rs-code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #344054;
    color: #d0d5dd;
    font-size: 0.7rem;
    font-weight: 700;
}

.rs-code-header i {
    margin-right: 7px;
    color: #69dce8;
}

.rs-code-dot {
    color: #98a2b3;
    font-size: 0.62rem;
}

.rs-code-card pre {
    max-width: 100%;
    margin: 0;
    padding: 25px;
    overflow-x: auto;
    color: #d0d5dd;
    font: 0.78rem/1.85 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    white-space: pre;
}

.rs-code-method,
.rs-code-string {
    color: #69dce8;
}

.rs-code-key {
    color: #9dbcf5;
}

.rs-faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.1fr);
    align-items: start;
    gap: clamp(40px, 9vw, 120px);
}

.rs-section-heading-left {
    margin: 0;
    text-align: left;
}

.rs-section-heading-left > p:last-child {
    margin-left: 0;
}

.rs-faq-list {
    display: grid;
    gap: 10px;
}

.rs-faq-item {
    border-bottom: 1px solid var(--rs-line);
}

.rs-faq-item:first-child {
    border-top: 1px solid var(--rs-line);
}

.rs-faq-item h3 {
    margin: 0;
}

.rs-faq-trigger {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border: 0;
    background: transparent;
    color: var(--rs-ink);
    font: inherit;
    font-size: 0.91rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.rs-faq-trigger i {
    flex: 0 0 auto;
    color: var(--rs-blue);
    font-size: 0.82rem;
    transition: transform 160ms ease;
}

.rs-faq-trigger[aria-expanded="true"] i {
    transform: rotate(45deg);
}

.rs-faq-panel {
    padding: 0 36px 19px 0;
}

.rs-faq-panel p {
    max-width: 670px;
    margin: 0;
    color: var(--rs-muted);
    font-size: 0.86rem;
    line-height: 1.75;
}

.rs-final-cta {
    padding: 72px 0;
    background: linear-gradient(120deg, #075fd3 0%, #057fba 100%);
    color: #fff;
}

.rs-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.rs-kicker-light {
    margin-bottom: 13px;
    color: #a8f3f5;
}

.rs-final-cta h2 {
    max-width: 670px;
    color: #fff;
}

.rs-final-cta p:not(.rs-kicker) {
    max-width: 600px;
    margin: 15px 0 0;
    color: #d6f6fb;
}

.rs-button-light {
    flex: 0 0 auto;
    background: #fff;
    color: var(--rs-blue-dark) !important;
    box-shadow: 0 10px 22px rgba(7, 44, 88, 0.16);
}

.rs-button-light:hover {
    background: #effcff;
}

.rs-footer {
    padding: 70px 0 25px;
    background: #fff;
}

.rs-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.7fr 0.8fr 1fr;
    gap: 40px;
    padding-bottom: 55px;
}

.rs-footer-brand p,
.rs-footer-legal p {
    max-width: 260px;
    margin: 20px 0 0;
    color: var(--rs-muted);
    font-size: 0.78rem;
    line-height: 1.7;
}

.rs-footer-grid h2 {
    margin: 0 0 18px;
    color: var(--rs-ink);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.rs-footer-grid ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rs-footer-grid li,
.rs-footer-grid li a,
.rs-footer-legal p {
    color: var(--rs-muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

.rs-footer-grid li a,
.rs-footer-legal a {
    text-decoration: none;
}

.rs-footer-grid li a:hover,
.rs-footer-legal a:hover {
    color: var(--rs-blue);
}

.rs-footer-legal p {
    margin-top: 0;
    margin-bottom: 10px;
}

.rs-footer-legal a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--rs-blue);
    font-size: 0.76rem;
    font-weight: 800;
}

.rs-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid var(--rs-line);
    color: var(--rs-faint);
    font-size: 0.68rem;
    line-height: 1.5;
}

.rs-footer-bottom p {
    margin: 0;
}

.rs-footer-bottom span {
    color: var(--rs-muted);
}

@media (max-width: 1080px) {
    .rs-nav {
        gap: 22px;
    }

    .rs-nav-links {
        gap: 14px;
    }

    .rs-nav-links a {
        font-size: 0.72rem;
    }

    .rs-hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
        gap: 36px;
    }

    .rs-showcase-grid,
    .rs-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .rs-step,
    .rs-step:first-child,
    .rs-step:last-child {
        min-height: 180px;
        padding: 24px 22px;
        border: 1px solid var(--rs-line);
        border-radius: var(--rs-radius-md);
    }

    .rs-step p {
        max-width: none;
    }
}

@media (max-width: 860px) {
    .rs-nav {
        position: relative;
        justify-content: space-between;
    }

    .rs-menu-toggle {
        display: inline-block;
        order: 2;
    }

    .rs-nav-panel {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        padding: 18px;
        border: 1px solid var(--rs-line);
        border-top: 0;
        border-radius: 0 0 16px 16px;
        background: #fff;
        box-shadow: 0 18px 35px rgba(16, 24, 40, 0.1);
    }

    .rs-page.rs-menu-is-open .rs-nav-panel {
        display: flex;
    }

    .rs-nav-links {
        display: grid;
        gap: 2px;
        margin: 0;
    }

    .rs-nav-links a {
        min-height: 44px;
        padding: 8px 10px;
        border-radius: 8px;
        font-size: 0.86rem;
    }

    .rs-nav-links a:hover {
        background: var(--rs-surface-soft);
    }

    .rs-nav-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding-top: 14px;
        border-top: 1px solid var(--rs-line);
    }

    .rs-hero {
        grid-template-columns: 1fr;
        padding-top: 66px;
    }

    .rs-hero-copy {
        max-width: 720px;
        margin-inline: auto;
        text-align: center;
    }

    .rs-eyebrow,
    .rs-hero-note {
        justify-content: center;
    }

    .rs-hero-actions {
        justify-content: center;
    }

    .rs-hero-visual {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .rs-hero-float-top {
        left: -1%;
    }

    .rs-hero-float-bottom {
        right: -1%;
    }

    .rs-api-layout,
    .rs-faq-layout {
        grid-template-columns: 1fr;
    }

    .rs-api-copy {
        max-width: 680px;
    }

    .rs-faq-layout {
        gap: 42px;
    }

    .rs-section-heading-left {
        max-width: 620px;
    }

    .rs-final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .rs-container {
        width: min(calc(100% - 32px), var(--rs-container));
    }

    .rs-hero {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        padding-inline: 16px;
    }

    .rs-nav {
        min-height: 68px;
    }

    .rs-hero {
        min-height: 0;
        padding-top: 52px;
        padding-bottom: 60px;
    }

    .rs-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.5rem);
    }

    .rs-hero-lead {
        margin-top: 22px;
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .rs-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .rs-hero-actions .rs-button {
        width: 100%;
    }

    .rs-hero-note {
        text-align: left;
    }

    .rs-hero-visual {
        min-height: 330px;
        margin-top: 12px;
    }

    .rs-portal-window {
        transform: none;
    }

    .rs-window-body {
        grid-template-columns: 40px 1fr;
        min-height: 278px;
    }

    .rs-portal-sidebar {
        gap: 14px;
        padding-top: 16px;
    }

    .rs-sidebar-logo {
        width: 22px;
        height: 22px;
        margin-bottom: 8px;
        font-size: 0.65rem;
    }

    .rs-portal-sidebar > span:not(.rs-sidebar-logo) {
        width: 15px;
        height: 15px;
    }

    .rs-portal-content {
        padding: 18px 14px;
    }

    .rs-portal-heading strong {
        max-width: 180px;
        font-size: 0.82rem;
    }

    .rs-status-dot {
        padding: 5px 7px;
        font-size: 0.48rem;
    }

    .rs-portal-cards {
        margin-top: 17px;
    }

    .rs-portal-cards > div {
        padding: 10px;
    }

    .rs-network-card {
        min-height: 132px;
    }

    .rs-network-node {
        padding: 5px 6px;
        font-size: 0.5rem;
    }

    .rs-hero-float {
        padding: 8px 9px;
        font-size: 0.53rem;
    }

    .rs-hero-float-top {
        top: 1%;
        left: 0;
    }

    .rs-hero-float-bottom {
        right: 0;
        bottom: 1%;
    }

    .rs-section {
        padding: 76px 0;
    }

    .rs-section-heading {
        margin-bottom: 34px;
    }

    .rs-section-heading h2,
    .rs-api-copy h2,
    .rs-final-cta h2 {
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .rs-section-heading-split {
        display: block;
    }

    .rs-section-heading-split > p {
        margin: 17px 0 0;
    }

    .rs-showcase-grid,
    .rs-tier-grid,
    .rs-steps-grid {
        grid-template-columns: 1fr;
    }

    .rs-showcase-card {
        min-height: 0;
    }

    .rs-tier-card {
        min-height: 300px;
    }

    .rs-step,
    .rs-step:first-child,
    .rs-step:last-child {
        min-height: 0;
        padding: 23px 20px;
    }

    .rs-step-number {
        margin-bottom: 22px;
    }

    .rs-code-card pre {
        padding: 19px;
        font-size: 0.68rem;
    }

    .rs-faq-trigger {
        min-height: 60px;
        font-size: 0.85rem;
    }

    .rs-final-cta {
        padding: 58px 0;
    }

    .rs-footer {
        padding-top: 54px;
    }

    .rs-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 22px;
        padding-bottom: 38px;
    }

    .rs-footer-brand {
        grid-column: 1 / -1;
    }

    .rs-footer-bottom {
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 380px) {
    .rs-brand-copy strong {
        font-size: 0.98rem;
    }

    .rs-brand-copy small {
        font-size: 0.5rem;
    }

    .rs-nav-actions {
        grid-template-columns: 1fr;
    }

    .rs-portal-heading {
        display: block;
    }

    .rs-status-dot {
        display: inline-block;
        margin-top: 9px;
    }

    .rs-network-node-center {
        left: 9%;
    }

    .rs-network-node-one,
    .rs-network-node-three {
        right: 4%;
    }
}

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

/* Motion system — deliberately scoped to the reseller landing page. */
.rs-hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
}

.rs-hero::before,
.rs-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.rs-hero::before {
    inset: -20% -8% 4%;
    background:
        radial-gradient(circle at 24% 30%, rgba(0, 168, 199, 0.11), transparent 32%),
        radial-gradient(circle at 82% 38%, rgba(7, 95, 211, 0.1), transparent 31%);
    filter: blur(22px);
    opacity: 0.75;
    animation: rs-hero-atmosphere 24s ease-in-out infinite alternate;
}

.rs-hero::after {
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(7, 95, 211, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 95, 211, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.rs-motion-ready .rs-reveal {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1), transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--rs-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.rs-motion-ready .rs-reveal-visual {
    transform: translate3d(0, 18px, 0) scale(0.985);
}

.rs-motion-ready .rs-reveal-code {
    transform: translate3d(10px, 14px, 0) scale(0.985);
}

.rs-motion-ready .rs-reveal.rs-is-visible {
    opacity: 1;
    transform: none;
}

/* Showcase/tier cards replay a restrained Stripe-like in/out reveal when
   crossing the viewport. The transform stays local to these card groups. */
.rs-motion-ready .rs-showcase-card.rs-reveal,
.rs-motion-ready .rs-tier-card.rs-reveal {
    transform: translate3d(0, 26px, 0) scale(0.985);
    transition-duration: 560ms;
}

.rs-motion-ready .rs-showcase-card.rs-reveal.rs-is-visible,
.rs-motion-ready .rs-tier-card.rs-reveal.rs-is-visible {
    transform: translate3d(0, 0, 0) scale(1);
}

.rs-stagger {
    --rs-stagger-step: 70ms;
}

.rs-showcase-card:nth-child(2),
.rs-tier-card:nth-child(2),
.rs-step:nth-child(2) {
    --rs-reveal-delay: 145ms;
}

.rs-showcase-card:nth-child(3),
.rs-tier-card:nth-child(3),
.rs-step:nth-child(3) {
    --rs-reveal-delay: 210ms;
}

.rs-showcase-card:nth-child(4),
.rs-step:nth-child(4) {
    --rs-reveal-delay: 275ms;
}

.rs-hero-visual {
    transform: perspective(1100px) rotateX(var(--rs-tilt-y, 0deg)) rotateY(var(--rs-tilt-x, 0deg));
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rs-portal-window {
    transform-origin: 50% 70%;
}

.rs-hero-visual.rs-is-visible .rs-portal-window {
    animation: rs-hero-window-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rs-hero-glow {
    animation: rs-glow-drift 18s ease-in-out infinite alternate;
}

.rs-network-line {
    overflow: visible;
}

.rs-network-line::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rs-cyan);
    box-shadow: 0 0 0 3px rgba(0, 168, 199, 0.12);
    animation: rs-network-pulse 3.6s ease-in-out infinite;
}

.rs-network-line-b::after {
    animation-delay: 1.1s;
}

.rs-network-node-one { animation: rs-node-breathe 4.2s ease-in-out infinite; }
.rs-network-node-two { animation: rs-node-breathe 4.2s ease-in-out 1.4s infinite; }
.rs-network-node-three { animation: rs-node-breathe 4.2s ease-in-out 2.5s infinite; }
.rs-hero-float-top { animation: rs-float 5.8s ease-in-out infinite; }
.rs-hero-float-bottom { animation: rs-float 6.6s ease-in-out 1.2s infinite; }

.rs-tier-card {
    position: relative;
    overflow: hidden;
}

.rs-tier-card::after,
.rs-tier-card:hover::after {
    display: none;
}

.rs-tier-card:hover {
    border-color: #94a3b8;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
}

.rs-tier-card-featured::before {
    content: "";
    position: absolute;
    inset: -36% -12% auto;
    height: 55%;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 168, 199, 0.16), transparent 68%);
    opacity: 0.8;
    animation: rs-featured-halo 8s ease-in-out infinite alternate;
}

.rs-tier-card-featured .rs-tier-badge {
    animation: rs-badge-settle 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rs-steps-grid {
    position: relative;
    isolation: isolate;
}

.rs-steps-grid::before,
.rs-steps-grid::after {
    display: none;
}

/* Each connector belongs to one step. It stops at the separator instead of
   drawing one continuous rule through the number chips and vertical rules. */
.rs-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 42px;
    right: 0;
    z-index: 0;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, #9edce5, #cbd5e1);
}

.rs-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 35px;
    z-index: 1;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--rs-cyan);
    box-shadow: 0 0 0 1px #9edce5;
}

.rs-step-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    width: max-content;
    margin-left: -10px;
    margin-bottom: 34px;
    padding: 0 10px;
    color: var(--rs-cyan);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    background: #fff;
}

.rs-code-card {
    position: relative;
}

.rs-code-card::after {
    content: "";
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    width: 26%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(105, 220, 232, 0.1), transparent);
    transform: translateX(-150%);
}

.rs-code-card.rs-is-visible::after {
    animation: rs-code-sheen 900ms ease-out 250ms both;
}

.rs-text-link i,
.rs-button i {
    transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rs-text-link:hover i,
.rs-button:hover i {
    transform: translateX(4px);
}

.rs-final-cta {
    position: relative;
    overflow: hidden;
}

.rs-final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.16;
    background: radial-gradient(circle at 82% 50%, rgba(255, 255, 255, 0.34), transparent 31%);
    transform: translateX(-12%);
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rs-final-cta-inner.rs-is-visible::after {
    transform: translateX(0);
}

.rs-button-primary:hover,
.rs-button-light:hover {
    box-shadow: 0 12px 26px rgba(7, 95, 211, 0.18);
}

.rs-faq-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease;
}

.rs-faq-panel.rs-faq-panel-open {
    opacity: 1;
}

@keyframes rs-hero-atmosphere {
    from { transform: translate3d(-1%, -1%, 0) scale(0.98); }
    to { transform: translate3d(2%, 1%, 0) scale(1.03); }
}

@keyframes rs-glow-drift {
    from { transform: translate3d(-2%, 1%, 0) scale(0.98); opacity: 0.72; }
    to { transform: translate3d(3%, -2%, 0) scale(1.04); opacity: 0.95; }
}

@keyframes rs-hero-window-in {
    from { opacity: 0; transform: perspective(1000px) translate3d(28px, 18px, 0) rotateY(-7deg) rotateX(4deg) scale(0.965); }
    to { opacity: 1; transform: perspective(1000px) translate3d(0, 0, 0) rotateY(-4deg) rotateX(2deg) scale(1); }
}

@keyframes rs-network-pulse {
    0%, 100% { opacity: 0; transform: scale(0.8); }
    18% { opacity: 1; transform: scale(0.92); }
    70% { opacity: 1; transform: scale(1); }
    88%, 100% { opacity: 0; transform: scale(0.8); }
}

@keyframes rs-node-breathe {
    0%, 100% { transform: translate3d(0, 0, 0); box-shadow: 0 3px 8px rgba(16, 24, 40, 0.04); }
    50% { transform: translate3d(0, -3px, 0); box-shadow: 0 7px 14px rgba(0, 168, 199, 0.1); }
}

@keyframes rs-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -6px, 0); }
}

@keyframes rs-featured-halo {
    from { transform: translateX(-3%) scale(0.96); opacity: 0.62; }
    to { transform: translateX(4%) scale(1.04); opacity: 0.95; }
}

@keyframes rs-badge-settle {
    from { opacity: 0; transform: translate3d(0, -7px, 0) scale(0.94); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes rs-code-sheen {
    from { transform: translateX(-150%); }
    to { transform: translateX(520%); }
}

@media (max-width: 1080px) {
    .rs-steps-grid::before,
    .rs-steps-grid::after,
    .rs-step:not(:last-child)::before,
    .rs-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 640px) {
    .rs-hero::after {
        background-size: 32px 32px;
        opacity: 0.14;
    }

    .rs-hero-visual {
        transform: none;
        transition: none;
    }

    .rs-network-line::after {
        animation-duration: 4.8s;
    }

    .rs-steps-grid::before,
    .rs-steps-grid::after {
        display: none;
    }

    .rs-price-row {
        align-items: flex-start;
        gap: 12px;
        min-height: 0;
        padding: 10px 0;
    }

    .rs-price-row > span:first-child {
        flex: 1 1 auto;
        min-width: 0;
    }

    .rs-price-row > span:last-child {
        flex: 0 0 auto;
    }

    .rs-price-row b {
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .rs-price-row strong {
        white-space: nowrap;
    }

    .rs-margin-note {
        align-items: flex-start;
    }

    .rs-tier-card h3,
    .rs-tier-card p,
    .rs-tier-card li {
        overflow-wrap: anywhere;
    }

    .rs-story-visual,
    .rs-price-list,
    .rs-price-banner {
        min-width: 0;
        max-width: 100%;
    }

    .rs-showcase-card:hover,
    .rs-tier-card:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rs-page .rs-reveal,
    .rs-page .rs-reveal.rs-is-visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .rs-page .rs-hero::before,
    .rs-page .rs-hero-glow,
    .rs-page .rs-portal-window,
    .rs-page .rs-network-line::after,
    .rs-page .rs-network-node-one,
    .rs-page .rs-network-node-two,
    .rs-page .rs-network-node-three,
    .rs-page .rs-hero-float-top,
    .rs-page .rs-hero-float-bottom,
    .rs-page .rs-tier-card-featured::before,
    .rs-page .rs-tier-card-featured .rs-tier-badge,
    .rs-page .rs-code-card::after {
        animation: none !important;
    }

    .rs-page .rs-hero-visual {
        transform: none !important;
        transition: none !important;
    }
}

/* Product showcase: six living PPOB stories, no static media required. */
.rs-showcase-section {
    background:
        radial-gradient(circle at 8% 18%, rgba(0, 168, 199, 0.08), transparent 28%),
        linear-gradient(180deg, #fbfdff 0%, #ffffff 72%);
}

.rs-showcase-heading {
    max-width: 780px;
    text-align: left;
}

.rs-showcase-disclosure {
    display: block;
    margin-top: 10px;
    color: #8295a3;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.rs-showcase-heading > p:last-child {
    max-width: 690px;
    margin-left: 0;
}

.rs-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
}

.rs-showcase-card {
    min-width: 0;
    min-height: 508px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
    border: 1px solid rgba(12, 39, 75, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 55px rgba(12, 39, 75, 0.07);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.rs-showcase-card:hover {
    border-color: rgba(0, 168, 199, 0.38);
    box-shadow: 0 24px 64px rgba(12, 39, 75, 0.12);
    transform: translateY(-4px);
}

.rs-showcase-meta,
.rs-story-toolbar,
.rs-story-metric-row,
.rs-bill-head,
.rs-bill-amount,
.rs-price-banner,
.rs-margin-note,
.rs-wallet-funding,
.rs-api-flow-labels,
.rs-api-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    flex-wrap: wrap;
}

.rs-showcase-meta {
    color: var(--rs-cyan);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rs-showcase-type {
    color: #8797aa;
    letter-spacing: 0.08em;
}

.rs-showcase-copy h3 {
    max-width: 330px;
    margin: 18px 0 0;
    color: var(--rs-ink);
    font-size: clamp(1.25rem, 1.45vw, 1.62rem);
    line-height: 1.16;
    letter-spacing: -0.045em;
}

.rs-showcase-copy p {
    max-width: 330px;
    margin: 12px 0 0;
    color: var(--rs-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.rs-story-visual {
    position: relative;
    min-height: 270px;
    margin-top: auto;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(12, 39, 75, 0.1);
    border-radius: 18px;
    background: #f7fbff;
    color: var(--rs-ink);
}

.rs-story-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 42%);
}

.rs-story-toolbar,
.rs-bill-head {
    position: relative;
    color: #4f6882;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rs-story-window-label i,
.rs-bill-brand i {
    margin-right: 6px;
    color: var(--rs-cyan);
}

.rs-story-sample {
    padding: 5px 8px;
    border: 1px solid rgba(0, 168, 199, 0.18);
    border-radius: 999px;
    background: #eafcff;
    color: #16859b;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
}

.rs-story-metric-row {
    position: relative;
    margin: 24px 0 12px;
    color: #60758d;
    font-size: 0.72rem;
}

.rs-story-metric-row small {
    display: block;
    margin-bottom: 5px;
    color: #8a9bad;
    font-size: 0.61rem;
    text-transform: uppercase;
}

.rs-story-metric-row strong {
    margin-right: 4px;
    color: var(--rs-ink);
    font-size: 1.55rem;
    letter-spacing: -0.05em;
}

.rs-story-live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #16815d;
    font-size: 0.61rem;
    font-weight: 800;
    text-transform: uppercase;
}

.rs-story-live i,
.rs-transaction-status i {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #21b77b;
    box-shadow: 0 0 0 4px rgba(33, 183, 123, 0.12);
}

.rs-story-loop {
    animation-play-state: paused;
}

.rs-showcase-card.rs-story-in-viewport .rs-story-loop {
    animation-play-state: running;
}

.rs-transaction-list,
.rs-catalog-grid,
.rs-price-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rs-transaction-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 39px;
    padding: 8px 0;
    border-top: 1px solid rgba(12, 39, 75, 0.08);
}

.rs-transaction-product,
.rs-transaction-status {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
}

.rs-transaction-product > i {
    width: 25px;
    height: 25px;
    display: grid;
    flex: 0 0 25px;
    place-items: center;
    border-radius: 8px;
    background: #eafcff;
    color: var(--rs-cyan);
    font-size: 0.68rem;
}

.rs-transaction-product span {
    min-width: 0;
    overflow: hidden;
    color: #294660;
    font-size: 0.68rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rs-transaction-product small {
    display: block;
    margin-top: 2px;
    color: #92a1b0;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
}

.rs-transaction-status {
    flex: 0 0 auto;
    color: #8192a4;
    font-size: 0.58rem;
    font-weight: 800;
}

.rs-transaction-status b {
    font-weight: 800;
}

.rs-bill-number {
    position: relative;
    margin: 23px 0 17px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(18, 69, 110, 0.06);
}

.rs-bill-number small,
.rs-bill-amount span {
    display: block;
    color: #8294a7;
    font-size: 0.62rem;
}

.rs-bill-number strong {
    display: block;
    margin-top: 6px;
    color: #284863;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

.rs-bill-amount {
    color: #667f96;
    font-size: 0.7rem;
}

.rs-bill-amount strong {
    color: var(--rs-ink);
    font-size: 1.1rem;
}

.rs-bill-categories {
    display: flex;
    gap: 6px;
    margin-top: 18px;
}

.rs-bill-categories span {
    padding: 5px 8px;
    border: 1px solid rgba(12, 39, 75, 0.1);
    border-radius: 999px;
    color: #75899e;
    font-size: 0.58rem;
    font-weight: 800;
}

.rs-bill-categories .is-selected {
    border-color: rgba(0, 168, 199, 0.25);
    background: #e9fbff;
    color: #16859b;
}

.rs-bill-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 25px;
}

.rs-bill-flow-line {
    position: absolute;
    top: 14px;
    left: 15%;
    right: 15%;
    height: 1px;
    background: #b7d8e1;
}

.rs-bill-step {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 6px;
    color: #738aa0;
    font-size: 0.55rem;
    text-align: center;
}

.rs-bill-step i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid #c9e6ec;
    border-radius: 50%;
    background: #f7fbff;
    color: #18a0b5;
    font-size: 0.66rem;
}

.rs-bill-step.is-done i,
.rs-bill-result i {
    border-color: rgba(33, 183, 123, 0.28);
    background: #effcf7;
    color: #159566;
}

.rs-bill-receipt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 13px;
    padding: 9px 10px;
    border: 1px solid rgba(33, 183, 123, 0.2);
    border-radius: 10px;
    background: #f0fcf8;
    color: #148b60;
    font-size: 0.6rem;
    opacity: 0.72;
    transform: translateY(4px);
    transition: opacity 280ms ease, transform 280ms ease;
}

.rs-bill-receipt strong {
    color: #2f6d58;
    font-size: 0.6rem;
}

.rs-story-bills.rs-story-is-active .rs-bill-receipt {
    opacity: 1;
    transform: none;
}

.rs-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
}

.rs-catalog-tile {
    min-width: 0;
    min-height: 52px;
    padding: 10px 9px;
    border: 1px solid rgba(12, 39, 75, 0.09);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 7px 16px rgba(18, 69, 110, 0.04);
}

.rs-catalog-tile b,
.rs-catalog-tile small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rs-catalog-tile b {
    color: #2d4b66;
    font-size: 0.67rem;
}

.rs-catalog-tile small {
    margin-top: 5px;
    color: #8c9cac;
    font-size: 0.54rem;
}

.rs-catalog-tile-telkomsel { border-top: 2px solid #e43f49; }
.rs-catalog-tile-xl { border-top: 2px solid #1f9c62; }
.rs-catalog-tile-indosat { border-top: 2px solid #f28b36; }
.rs-catalog-tile-dana { border-top: 2px solid #4b84eb; }
.rs-catalog-tile-gopay { border-top: 2px solid #12a88b; }
.rs-catalog-tile-ovo { border-top: 2px solid #6b50c8; }

.rs-catalog-tile.is-active {
    border-color: rgba(0, 168, 199, 0.34);
    box-shadow: 0 9px 22px rgba(0, 168, 199, 0.1);
}

.rs-catalog-tile.is-active .rs-catalog-state {
    color: #159566;
    font-weight: 800;
}

.rs-data-meter {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: #668198;
    font-size: 0.61rem;
}

.rs-data-meter > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rs-data-meter > span i {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #16a77b;
}

.rs-data-meter b {
    position: relative;
    height: 4px;
    flex: 1;
    overflow: hidden;
    border-radius: 99px;
    background: #dbeaf2;
}

.rs-data-meter em {
    display: block;
    width: 62%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #21b77b, var(--rs-cyan));
    transform-origin: left;
    animation: rs-story-meter 4.6s ease-in-out infinite alternate;
}

.rs-price-banner {
    position: relative;
    padding: 11px 12px;
    border: 1px solid rgba(77, 80, 203, 0.16);
    border-radius: 12px;
    background: linear-gradient(100deg, #f1f1ff, #f7fbff);
    color: #5658b9;
    font-size: 0.67rem;
    font-weight: 800;
}

.rs-price-banner i {
    color: #6e6bd1;
}

.rs-price-banner b {
    padding: 4px 7px;
    border-radius: 6px;
    background: #e1e1ff;
    color: #4b4aa9;
    font-size: 0.57rem;
    text-transform: uppercase;
}

.rs-price-list {
    margin-top: 18px;
}

.rs-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 53px;
    border-bottom: 1px solid rgba(12, 39, 75, 0.08);
}

.rs-price-row > span:first-child {
    min-width: 0;
}

.rs-price-row b,
.rs-price-row small,
.rs-price-row s,
.rs-price-row strong {
    display: block;
}

.rs-price-row b {
    overflow: hidden;
    color: #2d4b66;
    font-size: 0.68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rs-price-row small {
    margin-top: 4px;
    color: #8c9cac;
    font-size: 0.54rem;
}

.rs-price-row s {
    color: #9caab7;
    font-size: 0.57rem;
    text-align: right;
}

.rs-price-row strong {
    margin-top: 3px;
    color: #3d46a4;
    font-size: 0.75rem;
    text-align: right;
}

.rs-story-pricing.rs-story-is-active .rs-price-row strong {
    animation: rs-price-highlight 2.8s ease-in-out infinite;
}

.rs-margin-note {
    margin-top: 14px;
    color: #6b8398;
    font-size: 0.56rem;
}

.rs-margin-note b {
    color: #16815d;
    font-size: 0.57rem;
}

.rs-wallet-source {
    position: relative;
    z-index: 2;
    width: 166px;
    margin: 4px auto 0;
    padding: 14px;
    border: 1px solid rgba(0, 168, 199, 0.24);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 69, 110, 0.09);
    text-align: center;
}

.rs-wallet-source small,
.rs-wallet-source strong,
.rs-wallet-source span {
    display: block;
}

.rs-wallet-source small {
    color: #7990a5;
    font-size: 0.59rem;
}

.rs-wallet-source strong {
    margin-top: 5px;
    color: var(--rs-ink);
    font-size: 1.05rem;
}

.rs-wallet-source span {
    margin-top: 6px;
    color: #159566;
    font-size: 0.56rem;
    font-weight: 800;
}

.rs-wallet-network {
    position: relative;
    height: 116px;
    margin: 4px 0 0;
}

.rs-wallet-line {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 40%;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(0, 168, 199, 0.45), rgba(77, 80, 203, 0.18));
}

.rs-wallet-line-1 { transform: rotate(154deg); }
.rs-wallet-line-2 { transform: rotate(174deg); }
.rs-wallet-line-3 { transform: rotate(6deg); }
.rs-wallet-line-4 { transform: rotate(26deg); }

.rs-wallet-flow {
    position: absolute;
    top: 31px;
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #15a4b8;
    box-shadow: 0 0 0 5px rgba(21, 164, 184, 0.1);
    animation: rs-wallet-flow 3.8s ease-in-out infinite;
}

.rs-wallet-node {
    position: absolute;
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #5b748b;
    font-size: 0.52rem;
}

.rs-wallet-node i {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border: 1px solid #cce6ee;
    border-radius: 8px;
    background: #fff;
    color: var(--rs-cyan);
    font-size: 0.62rem;
}

.rs-wallet-node-pulsa { top: 70px; left: 2%; }
.rs-wallet-node-pln { top: 92px; left: 23%; }
.rs-wallet-node-game { top: 92px; right: 23%; }
.rs-wallet-node-ewallet { top: 70px; right: 2%; }
.rs-wallet-node-bill { top: 4px; left: calc(50% - 20px); }

.rs-wallet-funding {
    position: relative;
    margin-top: 4px;
}

.rs-wallet-funding span {
    padding: 6px 8px;
    border: 1px solid rgba(12, 39, 75, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #71879b;
    font-size: 0.55rem;
}

.rs-wallet-funding i {
    margin-right: 4px;
    color: #4f62bc;
}

.rs-api-flow-labels {
    color: #7e91a5;
    font-size: 0.5rem;
    font-weight: 800;
    text-align: center;
}

.rs-api-route {
    position: relative;
    height: 42px;
    margin: 12px 0 4px;
}

.rs-api-route-line {
    position: absolute;
    top: 15px;
    height: 1px;
    background: #bcdde7;
}

.rs-api-route-line-1 { left: 8%; width: 26%; }
.rs-api-route-line-2 { left: 36%; width: 28%; }
.rs-api-route-line-3 { left: 66%; width: 26%; }

.rs-api-node {
    position: absolute;
    top: 4px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 1px solid #c7e5ec;
    border-radius: 8px;
    background: #fff;
    color: #168ca3;
    font-size: 0.59rem;
    font-style: normal;
}

.rs-api-node-shop { left: 2%; }
.rs-api-node-api { left: calc(33% - 8px); }
.rs-api-node-biller { left: calc(64% - 8px); }
.rs-api-node-hook { right: 2%; }

.rs-api-route-pulse {
    position: absolute;
    top: 12px;
    left: 8%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5f60cf;
    box-shadow: 0 0 0 5px rgba(95, 96, 207, 0.1);
    animation: rs-api-pulse 3.4s linear infinite;
}

/* The pulse follows the four route nodes. Percentage-based left positions
   keep the direction correct when the card changes width. */

.rs-api-snippet {
    position: relative;
    margin: 0;
    padding: 13px 14px;
    overflow: hidden;
    border: 1px solid rgba(77, 80, 203, 0.14);
    border-radius: 12px;
    background: #171c3a;
    color: #d7e4ff;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.6rem;
    line-height: 1.7;
    white-space: pre-wrap;
}

.rs-api-method { color: #8ee8ff; }
.rs-api-snippet b { color: #d7a9ff; font-weight: 600; }
.rs-api-snippet em { color: #9df0c9; font-style: normal; }
.rs-api-response { color: #71e0a7; }

.rs-api-tags {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 11px;
}

.rs-api-tags span {
    padding: 5px 7px;
    border: 1px solid rgba(77, 80, 203, 0.15);
    border-radius: 999px;
    background: #f0f1ff;
    color: #5b5ebc;
    font-size: 0.55rem;
    font-weight: 800;
}

@keyframes rs-story-meter {
    from { transform: scaleX(0.82); }
    to { transform: scaleX(1.08); }
}

@keyframes rs-price-highlight {
    0%, 100% { opacity: 0.78; transform: translateX(0); }
    45% { opacity: 1; transform: translateX(-2px); }
}

@keyframes rs-wallet-flow {
    0%, 100% { opacity: 0; }
    35%, 65% { opacity: 1; }
}

@keyframes rs-api-pulse {
    0%, 100% { opacity: 0; }
    35%, 65% { opacity: 1; }
}

@media (max-width: 1100px) and (min-width: 681px) {
    .rs-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .rs-showcase-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 34px;
    }

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

    .rs-showcase-card {
        min-height: 478px;
        padding: 23px;
        border-radius: 20px;
    }

    .rs-story-visual {
        min-height: 260px;
        padding: 16px;
    }

    .rs-showcase-copy h3 {
        font-size: 1.32rem;
    }

    .rs-api-snippet {
        font-size: 0.56rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rs-page .rs-showcase-card,
    .rs-page .rs-showcase-card:hover,
    .rs-page .rs-story-visual *,
    .rs-page .rs-story-visual *::before,
    .rs-page .rs-story-visual *::after {
        animation: none !important;
        transition: none !important;
    }

    .rs-page .rs-showcase-card:hover {
        transform: none;
    }

    .rs-page .rs-bill-receipt {
        opacity: 1;
        transform: none;
    }
}

.rs-showcase-card:not(.rs-story-in-viewport) .rs-story-loop {
    animation-play-state: paused !important;
}

.rs-showcase-card.rs-story-in-viewport .rs-story-loop {
    animation-play-state: running !important;
}

/* Landing moments: PPOB command center, universe, simulator, trust and CTA. */
.rs-command-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 10px;
}

.rs-command-stats > div {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(105, 220, 232, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
}

.rs-command-stats small,
.rs-command-stats strong,
.rs-command-stats span { display: block; }
.rs-command-stats small { color: #8998aa; font-size: 0.56rem; }
.rs-command-stats strong { margin-top: 3px; color: #fff; font-size: 0.86rem; }
.rs-command-up { margin-top: 3px; color: #77e0b0; font-size: 0.55rem; }
.rs-command-health { margin-top: 3px; color: #77e0b0; font-size: 0.55rem; }
.rs-command-health i { display: inline-block; width: 5px; height: 5px; margin-right: 3px; border-radius: 50%; background: #77e0b0; }

.rs-command-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 8px 9px;
    border: 1px solid rgba(105, 220, 232, 0.14);
    border-radius: 10px;
    background: rgba(6, 18, 33, 0.5);
}

.rs-command-flow span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8696a8;
    font-size: 0.55rem;
}

.rs-command-flow span.is-current { color: #fff; }
.rs-command-flow span.is-current i { color: #77e0b0; }
.rs-command-flow i { font-size: 0.62rem; }
.rs-command-arrow { color: #4f6c80; }

.rs-hero-chips {
    position: absolute;
    z-index: 3;
    right: 2%;
    bottom: -24px;
    left: 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.rs-hero-chips span {
    padding: 6px 10px;
    border: 1px solid rgba(121, 224, 236, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(7, 95, 211, 0.1);
    color: #17506d;
    font-size: 0.62rem;
    font-weight: 800;
}

.rs-hero-chips span:nth-child(3n) { color: #5b56bd; }
.rs-hero-chips span:nth-child(4n) { color: #b65a4d; }

.rs-network-section { background: #f7fbff; }
.rs-universe-stage {
    position: relative;
    min-height: 470px;
    margin-top: 45px;
    overflow: hidden;
    border: 1px solid #dcecf4;
    border-radius: 28px;
    background: radial-gradient(circle at center, rgba(117, 224, 237, 0.16), transparent 31%), #fff;
}

.rs-universe-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed rgba(22, 140, 163, 0.22);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.rs-universe-orbit-a { width: 310px; height: 190px; }
.rs-universe-orbit-b { width: 570px; height: 330px; }
.rs-universe-center {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    min-width: 172px;
    padding: 18px;
    border: 1px solid #aee6ee;
    border-radius: 18px;
    background: #f7feff;
    box-shadow: 0 18px 40px rgba(23, 125, 158, 0.14);
    text-align: center;
    transform: translate(-50%, -50%);
}
.rs-universe-center-icon { display: grid; width: 36px; height: 36px; margin: 0 auto 8px; place-items: center; border-radius: 12px; background: #e2f8fa; color: #168ca3; }
.rs-universe-center small { color: #668093; font-size: 0.64rem; font-weight: 800; }
.rs-universe-center strong { margin-top: 3px; color: #102a43; font-size: 1.05rem; }
.rs-universe-center em { margin-top: 5px; color: #7b91a1; font-size: 0.56rem; font-style: normal; }
.rs-universe-pulse { position: absolute; inset: 9px; border: 1px solid rgba(22, 140, 163, 0.2); border-radius: 16px; opacity: 0; }
.rs-universe-in-viewport .rs-universe-pulse { animation: rs-universe-pulse 2.4s ease-out infinite; }

.rs-universe-node {
    position: absolute;
    z-index: 1;
    display: grid;
    min-width: 116px;
    padding: 11px 12px;
    border: 1px solid #d8e9f0;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 9px 22px rgba(17, 76, 106, 0.07);
    transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}
.rs-universe-node i { margin-bottom: 5px; color: #168ca3; font-size: 0.75rem; }
.rs-universe-node b { color: #183b55; font-size: 0.72rem; }
.rs-universe-node small { margin-top: 2px; color: #8295a3; font-size: 0.55rem; }
.rs-universe-node span { margin-top: 5px; color: #34a875; font-size: 0.54rem; font-weight: 800; }
.rs-universe-node.is-active { border-color: #72d2dc; box-shadow: 0 13px 28px rgba(22, 140, 163, 0.16); transform: translateY(-4px); }
.rs-universe-node-pulsa { top: 8%; left: 7%; }
.rs-universe-node-data { top: 3%; left: 29%; }
.rs-universe-node-pln { top: 3%; right: 29%; }
.rs-universe-node-pdam { top: 8%; right: 7%; }
.rs-universe-node-bpjs { bottom: 8%; left: 7%; }
.rs-universe-node-ewallet { bottom: 3%; left: 29%; }
.rs-universe-node-game { right: 29%; bottom: 3%; }
.rs-universe-node-voucher { right: 7%; bottom: 8%; }
.rs-universe-node-bill { top: 50%; left: 50%; transform: translate(-50%, 155px); }
.rs-universe-node-bill.is-active { transform: translate(-50%, 151px); }

.rs-simulator-section { background: #fff; }
.rs-simulator-shell { display: grid; grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr); gap: 18px; margin-top: 42px; padding: 18px; border: 1px solid #dbeaf2; border-radius: 22px; background: #f8fcff; box-shadow: 0 20px 48px rgba(17, 76, 106, 0.08); }
.rs-simulator-picker { display: grid; align-content: center; gap: 14px; padding: 14px; border-radius: 15px; background: #eef8fb; }
.rs-simulator-label { color: #607b8b; font-size: 0.68rem; font-weight: 800; }
.rs-simulator-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.rs-simulator-tabs button { min-height: 40px; padding: 8px 12px; border: 1px solid #cce4ec; border-radius: 999px; background: #fff; color: #336074; cursor: pointer; font: inherit; font-size: 0.68rem; font-weight: 800; }
.rs-simulator-tabs button:hover, .rs-simulator-tabs button:focus-visible, .rs-simulator-tabs button.is-active { border-color: #168ca3; background: #168ca3; color: #fff; outline: none; }
.rs-simulator-sample { color: #7b91a1; font-size: 0.58rem; }
.rs-simulator-result { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; min-height: 175px; padding: 20px; overflow: hidden; border: 1px solid #d8eaf1; border-radius: 16px; background: #fff; }
.rs-simulator-product { display: flex; align-items: center; gap: 12px; min-width: 0; }
.rs-simulator-icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: #e7f8fa; color: #168ca3; }
.rs-simulator-product small, .rs-simulator-price small { display: block; color: #758c9c; font-size: 0.6rem; }
.rs-simulator-product strong { display: block; margin-top: 5px; color: #173b55; font-size: 0.88rem; }
.rs-simulator-product span { display: block; margin-top: 3px; color: #8295a3; font-size: 0.62rem; }
.rs-simulator-price { text-align: right; }
.rs-simulator-price strong { display: block; margin-top: 5px; color: #168ca3; font-size: 1.1rem; }
.rs-simulator-price span { display: block; margin-top: 5px; color: #269267; font-size: 0.62rem; font-weight: 800; }
.rs-simulator-progress { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; color: #8ca1ad; font-size: 0.62rem; font-weight: 800; }
.rs-simulator-progress span { padding: 6px 9px; border-radius: 999px; background: #f0f5f7; }
.rs-simulator-progress .is-done, .rs-simulator-progress .is-current { background: #e3f8ee; color: #269267; }
.rs-simulator-progress i { color: #a1b4bf; font-size: 0.58rem; }
.rs-simulator-shell.is-processing .rs-simulator-result { border-color: #8edce4; }

.rs-trust-strip { padding: 16px 0; border-top: 1px solid #dcecf4; border-bottom: 1px solid #dcecf4; background: #f7fbff; }
.rs-trust-strip .rs-container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.rs-trust-item { display: flex; align-items: center; justify-content: center; gap: 8px; color: #30556a; font-size: 0.7rem; font-weight: 800; text-align: center; }
.rs-trust-item i { color: #168ca3; font-size: 0.8rem; }
.rs-final-cta { position: relative; overflow: hidden; background: #081829; }
.rs-final-cta-network { position: absolute; inset: 0; opacity: 0.65; background: radial-gradient(circle at 78% 45%, rgba(105, 220, 232, 0.18), transparent 22%), linear-gradient(110deg, transparent 35%, rgba(105, 220, 232, 0.1) 35.2%, transparent 35.4%, transparent 66%, rgba(130, 118, 255, 0.1) 66.2%, transparent 66.4%); }
.rs-final-cta-network span, .rs-final-cta-network i { position: absolute; display: block; width: 8px; height: 8px; border-radius: 50%; background: #69dce8; box-shadow: 0 0 0 7px rgba(105, 220, 232, 0.08); }
.rs-final-cta-network span:nth-child(1) { top: 28%; left: 68%; }.rs-final-cta-network span:nth-child(2) { top: 62%; left: 76%; }.rs-final-cta-network span:nth-child(3) { top: 35%; left: 86%; }.rs-final-cta-network span:nth-child(4) { top: 73%; left: 91%; }.rs-final-cta-network i { top: 49%; left: 81%; width: 12px; height: 12px; background: #a98bff; }
.rs-final-cta-inner { position: relative; z-index: 1; }

@keyframes rs-universe-pulse { 0% { opacity: 0.7; transform: scale(0.85); } 100% { opacity: 0; transform: scale(1.25); } }

@media (max-width: 860px) {
    .rs-universe-stage { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 16px; overflow: visible; }
    .rs-universe-orbit { display: none; }
    .rs-universe-center, .rs-universe-node { position: static; transform: none !important; }
    .rs-universe-center { grid-column: 1 / -1; min-width: 0; margin: 0 auto 6px; }
    .rs-universe-node { min-width: 0; }
    .rs-universe-node.is-active { transform: translateY(-3px) !important; }
    .rs-simulator-shell { grid-template-columns: 1fr; }
    .rs-trust-strip .rs-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .rs-command-stats { gap: 6px; }
    .rs-command-stats > div { padding: 8px; }
    .rs-command-stats strong { font-size: 0.75rem; }
    .rs-command-flow { gap: 3px; padding: 7px; }
    .rs-command-flow span { font-size: 0.5rem; }
    .rs-hero-chips { position: static; margin-top: 18px; }
    .rs-universe-stage { grid-template-columns: 1fr 1fr; margin-top: 28px; border-radius: 20px; }
    .rs-universe-node { padding: 10px; }
    .rs-simulator-result { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
    .rs-simulator-price { text-align: left; }
    .rs-simulator-progress { gap: 6px; font-size: 0.55rem; }
    .rs-trust-strip .rs-container { grid-template-columns: 1fr 1fr; gap: 14px 8px; }
    .rs-trust-item { justify-content: flex-start; font-size: 0.62rem; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    .rs-command-flow *, .rs-universe-stage *, .rs-final-cta-network *, .rs-simulator-result * { animation: none !important; transition: none !important; }
    .rs-universe-node, .rs-universe-node.is-active { transform: none !important; }
}

.rs-universe-more {
    display: none;
}

@media (max-width: 680px) {
    .rs-universe-secondary {
        display: none;
    }

    .rs-universe-more {
        display: grid;
        grid-column: 1 / -1;
        justify-items: center;
        text-align: center;
        color: #607b8b;
        background: #f7fbff;
        box-shadow: none;
    }

    .rs-universe-more i,
    .rs-universe-more b,
    .rs-universe-more small {
        color: #607b8b;
    }
}

/* PDF-aligned visual language: light documentation surfaces with a
   more energetic marketing expression around the existing live demos. */
.rs-page .rs-eyebrow,
.rs-page .rs-kicker {
    padding: 7px 12px;
    border: 1px solid rgba(0, 168, 199, 0.38);
    border-radius: 999px;
    background: var(--rs-pdf-surface-soft);
    color: var(--rs-pdf-blue);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
    letter-spacing: 0.08em;
}

.rs-page .rs-eyebrow {
    width: fit-content;
}

.rs-page .rs-eyebrow-icon {
    border-color: rgba(0, 168, 199, 0.42);
    background: #fff;
    color: var(--rs-pdf-blue);
}

.rs-page .rs-kicker-light {
    border-color: rgba(105, 220, 232, 0.62);
    background: rgba(0, 168, 199, 0.1);
    color: #b9f5f7;
}

.rs-page .rs-hero h1 {
    color: var(--rs-pdf-navy);
    background: linear-gradient(105deg, var(--rs-pdf-navy) 0%, var(--rs-pdf-blue) 62%, var(--rs-pdf-cyan) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rs-page .rs-section-heading h2,
.rs-page .rs-final-cta h2 {
    color: var(--rs-pdf-navy);
}

/* CTA uses a dark surface; keep its foreground out of the PDF light-section
   heading rule above, including WebKit's independent text-fill channel. */
.rs-page .rs-final-cta h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-clip: border-box;
    opacity: 1;
}

.rs-page .rs-showcase-card,
.rs-page .rs-simulator-shell,
.rs-page .rs-universe-stage,
.rs-page .rs-faq-layout {
    border: 1px solid var(--rs-pdf-line);
    background-color: var(--rs-pdf-surface);
    box-shadow: 0 16px 42px rgba(16, 24, 40, 0.055);
}

.rs-page .rs-showcase-card:hover,
.rs-page .rs-tier-card:hover {
    border-color: rgba(0, 168, 199, 0.48);
    box-shadow: 0 22px 52px rgba(16, 24, 40, 0.09);
}

.rs-page .rs-universe-stage,
.rs-page .rs-simulator-shell {
    background: var(--rs-pdf-surface-soft);
}

.rs-page .rs-universe-node,
.rs-page .rs-simulator-picker,
.rs-page .rs-simulator-result {
    border-color: rgba(208, 213, 221, 0.86);
    background: var(--rs-pdf-surface);
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.045);
}

.rs-page .rs-universe-node.is-active,
.rs-page .rs-simulator-shell.is-processing .rs-simulator-result {
    border-color: rgba(0, 168, 199, 0.62);
}

.rs-page .rs-trust-strip {
    border-color: rgba(0, 168, 199, 0.2);
    background: var(--rs-pdf-surface-soft);
}

.rs-page .rs-code-card {
    border-color: rgba(0, 168, 199, 0.34);
    box-shadow: 0 20px 46px rgba(16, 24, 40, 0.14);
}

.rs-page .rs-code-method,
.rs-page .rs-code-status {
    color: #69dce8;
}

.rs-page .rs-showcase-disclosure {
    color: var(--rs-pdf-text);
}

@media (max-width: 680px) {
    .rs-page .rs-eyebrow,
    .rs-page .rs-kicker {
        padding: 6px 10px;
        font-size: 0.66rem;
    }
}

/* Editorial product gallery: six distinct live product slides, still one NexShop system. */
.rs-page .rs-hero {
    background:
        radial-gradient(circle at 84% 22%, rgba(0, 168, 199, 0.08), transparent 24%),
        radial-gradient(circle at 64% 76%, rgba(7, 95, 211, 0.06), transparent 28%);
}

.rs-page .rs-hero-visual {
    filter: drop-shadow(0 24px 46px rgba(16, 24, 40, 0.08));
}

.rs-page .rs-showcase-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
    margin-top: 50px;
    align-items: stretch;
}

.rs-page .rs-showcase-grid:focus-visible {
    outline: 3px solid rgba(0, 168, 199, 0.36);
    outline-offset: 8px;
    border-radius: 12px;
}

.rs-page .rs-showcase-card {
    position: relative;
    isolation: isolate;
    min-height: 0;
    padding: 32px;
    border: 1px solid rgba(16, 24, 40, 0.1);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 56px rgba(16, 24, 40, 0.08);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.rs-page .rs-showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0.46;
    background-image: radial-gradient(rgba(255, 255, 255, 0.55) 0.8px, transparent 0.8px);
    background-size: 13px 13px;
    mask-image: linear-gradient(135deg, #000, transparent 58%);
}

.rs-page .rs-showcase-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 168, 199, 0.48);
    box-shadow: 0 28px 68px rgba(16, 24, 40, 0.13);
}

.rs-page .rs-showcase-card[data-showcase-story="transactions"] {
    grid-column: span 7;
    min-height: 566px;
    color: #e7f3ff;
    background: linear-gradient(145deg, #071a34 0%, #0b3d78 57%, #075fd3 100%);
    border-color: rgba(105, 220, 232, 0.35);
    box-shadow: 0 24px 66px rgba(7, 55, 115, 0.22);
}

.rs-page .rs-showcase-card[data-showcase-story="bills"] {
    grid-column: span 5;
    min-height: 566px;
    background: linear-gradient(155deg, #fff5d8 0%, #fffaf2 44%, #fff 100%);
    border-color: rgba(231, 157, 45, 0.3);
}

.rs-page .rs-showcase-card[data-showcase-story="catalog"] {
    grid-column: span 5;
    min-height: 526px;
    background: linear-gradient(145deg, #0b4eb2 0%, #087ba8 56%, #0bb294 100%);
    border-color: rgba(31, 203, 190, 0.36);
    box-shadow: 0 22px 60px rgba(9, 102, 154, 0.18);
}

.rs-page .rs-showcase-card[data-showcase-story="pricing"] {
    grid-column: span 7;
    min-height: 526px;
    background: linear-gradient(100deg, #f2f0ff 0%, #fbfaff 45%, #fff 45%, #fff 100%);
    border-color: rgba(109, 91, 208, 0.24);
}

.rs-page .rs-showcase-card[data-showcase-story="wallet"] {
    grid-column: span 7;
    min-height: 526px;
    color: #e9fffb;
    background: linear-gradient(145deg, #063e4a 0%, #087b83 52%, #0d9d9a 100%);
    border-color: rgba(112, 238, 219, 0.34);
    box-shadow: 0 24px 62px rgba(4, 103, 111, 0.2);
}

.rs-page .rs-showcase-card[data-showcase-story="api"] {
    grid-column: span 5;
    min-height: 526px;
    color: #e8efff;
    background: linear-gradient(145deg, #11152d 0%, #1b2150 55%, #29215a 100%);
    border-color: rgba(137, 126, 255, 0.38);
    box-shadow: 0 24px 66px rgba(24, 27, 80, 0.2);
}

.rs-page .rs-showcase-card[data-showcase-story="transactions"]::before,
.rs-page .rs-showcase-card[data-showcase-story="wallet"]::before,
.rs-page .rs-showcase-card[data-showcase-story="api"]::before {
    opacity: 0.18;
    background-image: radial-gradient(rgba(132, 236, 244, 0.9) 0.8px, transparent 0.8px);
}

.rs-page .rs-showcase-card[data-showcase-story="transactions"] .rs-showcase-meta,
.rs-page .rs-showcase-card[data-showcase-story="wallet"] .rs-showcase-meta,
.rs-page .rs-showcase-card[data-showcase-story="api"] .rs-showcase-meta {
    color: #8eebf0;
}

.rs-page .rs-showcase-card[data-showcase-story="transactions"] .rs-showcase-type,
.rs-page .rs-showcase-card[data-showcase-story="wallet"] .rs-showcase-type,
.rs-page .rs-showcase-card[data-showcase-story="api"] .rs-showcase-type {
    color: rgba(224, 241, 255, 0.62);
}

.rs-page .rs-showcase-card[data-showcase-story="transactions"] .rs-showcase-copy h3,
.rs-page .rs-showcase-card[data-showcase-story="wallet"] .rs-showcase-copy h3,
.rs-page .rs-showcase-card[data-showcase-story="api"] .rs-showcase-copy h3 {
    color: #fff;
}

.rs-page .rs-showcase-card[data-showcase-story="transactions"] .rs-showcase-copy p,
.rs-page .rs-showcase-card[data-showcase-story="wallet"] .rs-showcase-copy p,
.rs-page .rs-showcase-card[data-showcase-story="api"] .rs-showcase-copy p {
    color: rgba(232, 244, 255, 0.74);
}

.rs-page .rs-showcase-card[data-showcase-story="catalog"] .rs-showcase-meta,
.rs-page .rs-showcase-card[data-showcase-story="catalog"] .rs-showcase-type {
    color: rgba(232, 255, 253, 0.78);
}

.rs-page .rs-showcase-card[data-showcase-story="catalog"] .rs-showcase-copy h3,
.rs-page .rs-showcase-card[data-showcase-story="catalog"] .rs-showcase-copy p {
    color: #fff;
}

.rs-page .rs-story-visual {
    min-height: 286px;
    padding: 22px;
    border-radius: 24px;
    border-color: rgba(16, 24, 40, 0.1);
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.rs-page .rs-story-transactions {
    min-height: 314px;
    border-color: rgba(125, 231, 240, 0.28);
    background:
        linear-gradient(rgba(119, 218, 234, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(119, 218, 234, 0.06) 1px, transparent 1px),
        rgba(3, 18, 39, 0.72);
    background-size: 28px 28px, 28px 28px, auto;
    color: #e8f5ff;
}

.rs-page .rs-story-transactions::before {
    background: linear-gradient(120deg, rgba(105, 220, 232, 0.15), transparent 46%);
}

.rs-page .rs-story-transactions .rs-story-toolbar,
.rs-page .rs-story-transactions .rs-story-metric-row {
    color: #b8d2e7;
}

.rs-page .rs-story-transactions .rs-story-metric-row small {
    color: #7f9bb5;
}

.rs-page .rs-story-transactions .rs-story-metric-row strong,
.rs-page .rs-story-transactions .rs-transaction-product span {
    color: #fff;
}

.rs-page .rs-story-transactions .rs-transaction-row {
    border-color: rgba(146, 204, 239, 0.14);
}

.rs-page .rs-story-transactions .rs-transaction-product > i {
    background: rgba(105, 220, 232, 0.14);
    color: #79e7ee;
}

.rs-page .rs-story-transactions .rs-transaction-product small {
    color: #7d9ab4;
}

.rs-page .rs-story-transactions .rs-transaction-status {
    color: #9ab3ca;
}

.rs-page .rs-transaction-bars {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    height: 38px;
    margin: 0 0 8px;
    padding: 0 1px 6px;
    border-bottom: 1px solid rgba(146, 204, 239, 0.16);
}

.rs-page .rs-transaction-bar {
    display: block;
    width: 18%;
    height: 45%;
    border-radius: 4px 4px 2px 2px;
    background: linear-gradient(to top, #075fd3, #69dce8);
    transform-origin: bottom;
    animation: rs-transaction-bars 2.8s ease-in-out infinite alternate;
    animation-play-state: paused;
}

.rs-page .rs-transaction-bar-a { height: 52%; }
.rs-page .rs-transaction-bar-b { height: 82%; animation-delay: 420ms; }
.rs-page .rs-transaction-bar-c { height: 64%; animation-delay: 760ms; }
.rs-page .rs-transaction-bar-d { height: 96%; animation-delay: 1.1s; }
.rs-page .rs-showcase-card.rs-story-in-viewport .rs-transaction-bar { animation-play-state: running; }

.rs-page .rs-story-bills {
    min-height: 340px;
    background:
        radial-gradient(circle at 15% 10%, rgba(240, 174, 65, 0.16), transparent 30%),
        repeating-linear-gradient(0deg, rgba(190, 132, 46, 0.045) 0 1px, transparent 1px 7px),
        #fffaf2;
    border-color: rgba(216, 143, 38, 0.24);
}

.rs-page .rs-story-bills .rs-bill-number {
    border: 1px solid rgba(216, 143, 38, 0.14);
    border-radius: 14px 14px 7px 7px;
    box-shadow: 0 12px 25px rgba(178, 110, 20, 0.09);
}

.rs-page .rs-story-bills .rs-bill-number::after,
.rs-page .rs-story-bills .rs-bill-receipt::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -5px;
    left: 12px;
    height: 1px;
    background: repeating-linear-gradient(90deg, #e2a344 0 4px, transparent 4px 8px);
    opacity: 0.44;
}

.rs-page .rs-story-bills .rs-bill-flow-line {
    transform-origin: left center;
    animation: rs-bill-flow 2.4s ease-in-out infinite;
    animation-play-state: paused;
}

.rs-page .rs-showcase-card.rs-story-in-viewport .rs-bill-flow-line { animation-play-state: running; }

.rs-page .rs-story-catalog {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 45%),
        rgba(5, 45, 116, 0.48);
    border-color: rgba(169, 248, 242, 0.35);
}

.rs-page .rs-story-catalog .rs-story-toolbar,
.rs-page .rs-story-catalog .rs-data-meter {
    color: rgba(235, 255, 253, 0.82);
}

.rs-page .rs-story-catalog .rs-catalog-tile {
    border-color: rgba(255, 255, 255, 0.23);
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 10px 20px rgba(3, 42, 95, 0.1);
}

.rs-page .rs-story-catalog .rs-catalog-tile b,
.rs-page .rs-story-catalog .rs-catalog-tile small {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.rs-page .rs-story-catalog .rs-catalog-tile b {
    line-height: 1.25;
}

.rs-page .rs-story-catalog .rs-catalog-tile.is-active {
    border-color: #9df0d4;
    box-shadow: 0 12px 26px rgba(0, 245, 194, 0.2);
    animation: rs-catalog-tile 2.8s ease-in-out infinite;
    animation-play-state: paused;
}

.rs-page .rs-showcase-card.rs-story-in-viewport .rs-catalog-tile.is-active { animation-play-state: running; }

.rs-page .rs-story-pricing {
    background:
        linear-gradient(90deg, rgba(108, 91, 208, 0.055) 0 46%, transparent 46%),
        #fff;
    border-color: rgba(109, 91, 208, 0.2);
}

.rs-page .rs-story-pricing .rs-price-banner {
    border-color: rgba(109, 91, 208, 0.22);
    background: linear-gradient(100deg, #eae8ff, #f9f8ff);
}

.rs-page .rs-story-pricing .rs-price-row strong {
    animation: rs-price-glow 2.8s ease-in-out infinite;
    animation-play-state: paused;
}

.rs-page .rs-showcase-card.rs-story-in-viewport .rs-price-row strong { animation-play-state: running; }

.rs-page .rs-story-wallet {
    min-height: 314px;
    background:
        radial-gradient(circle at 50% 26%, rgba(163, 255, 235, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(0, 46, 61, 0.42), rgba(11, 154, 150, 0.52));
    border-color: rgba(150, 255, 235, 0.26);
}

.rs-page .rs-story-wallet .rs-wallet-source {
    border-color: rgba(151, 255, 235, 0.42);
    box-shadow: 0 14px 30px rgba(0, 41, 53, 0.22);
}

.rs-page .rs-story-wallet .rs-wallet-node {
    color: rgba(230, 255, 251, 0.9);
}

.rs-page .rs-story-wallet .rs-wallet-node i,
.rs-page .rs-story-wallet .rs-wallet-funding span {
    border-color: rgba(151, 255, 235, 0.32);
    background: rgba(4, 63, 77, 0.82);
    color: #b7fff0;
}

.rs-page .rs-story-wallet .rs-wallet-line {
    background: linear-gradient(90deg, rgba(156, 255, 236, 0.7), rgba(190, 166, 255, 0.42));
}

.rs-page .rs-story-api {
    min-height: 314px;
    background:
        linear-gradient(rgba(136, 126, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(136, 126, 255, 0.06) 1px, transparent 1px),
        #11152c;
    background-size: 26px 26px, 26px 26px, auto;
    border-color: rgba(137, 126, 255, 0.4);
}

.rs-page .rs-story-api .rs-api-flow-labels { color: #a6add2; }
.rs-page .rs-story-api .rs-api-route-line { background: #6672bd; }
.rs-page .rs-story-api .rs-api-node { border-color: #6975cf; background: #1b2150; color: #9eefff; }
.rs-page .rs-story-api .rs-api-snippet { border-color: rgba(137, 126, 255, 0.36); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); }
.rs-page .rs-story-api .rs-api-tags span { border-color: rgba(137, 126, 255, 0.32); background: rgba(112, 106, 225, 0.16); color: #c6c9ff; }

/* Give the service network more breathing room so edge nodes never kiss the panel boundary. */
.rs-page .rs-universe-stage {
    min-height: 510px;
    padding: 22px;
    background:
        radial-gradient(circle at center, rgba(102, 224, 226, 0.2), transparent 30%),
        radial-gradient(circle at 10% 90%, rgba(117, 92, 224, 0.08), transparent 24%),
        #f8fcff;
}

.rs-page .rs-universe-node {
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
}

.rs-page .rs-universe-node-pulsa { border-top: 3px solid #2f69d9; }
.rs-page .rs-universe-node-data { border-top: 3px solid #1bb8b1; }
.rs-page .rs-universe-node-pln { border-top: 3px solid #e6a332; }
.rs-page .rs-universe-node-pdam { border-top: 3px solid #ef7f72; }
.rs-page .rs-universe-node-bpjs { border-top: 3px solid #ef7f72; }
.rs-page .rs-universe-node-ewallet { border-top: 3px solid #7e67d8; }
.rs-page .rs-universe-node-game { border-top: 3px solid #bd62c8; }
.rs-page .rs-universe-node-voucher { border-top: 3px solid #7569d9; }
.rs-page .rs-universe-node-bill { border-top: 3px solid #e6a332; }

@keyframes rs-transaction-bars {
    0%, 100% { opacity: 0.65; transform: scaleY(0.72); }
    50% { opacity: 1; transform: scaleY(1); }
}

@keyframes rs-bill-flow {
    0%, 18% { opacity: 0.42; transform: scaleX(0.22); }
    55%, 100% { opacity: 1; transform: scaleX(1); }
}

@keyframes rs-catalog-tile {
    0%, 100% { transform: translateY(0); filter: saturate(0.9); }
    45% { transform: translateY(-4px); filter: saturate(1.15); }
}

@keyframes rs-price-glow {
    0%, 100% { opacity: 0.74; text-shadow: none; }
    45% { opacity: 1; text-shadow: 0 0 18px rgba(109, 91, 208, 0.34); }
}

@media (max-width: 1100px) and (min-width: 681px) {
    .rs-page .rs-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rs-page .rs-showcase-card[data-showcase-story="transactions"],
    .rs-page .rs-showcase-card[data-showcase-story="wallet"] { grid-column: span 2; }
    .rs-page .rs-showcase-card[data-showcase-story="bills"],
    .rs-page .rs-showcase-card[data-showcase-story="catalog"],
    .rs-page .rs-showcase-card[data-showcase-story="pricing"],
    .rs-page .rs-showcase-card[data-showcase-story="api"] { grid-column: span 1; }
}

@media (max-width: 680px) {
    .rs-page .rs-showcase-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(86%, 1fr);
        grid-template-columns: none;
        gap: 14px;
        margin-top: 34px;
        padding: 0 5% 15px 2px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-padding-inline: 2px;
        scrollbar-color: rgba(7, 95, 211, 0.38) transparent;
        scrollbar-width: thin;
    }

    .rs-page .rs-showcase-card,
    .rs-page .rs-showcase-card[data-showcase-story="transactions"],
    .rs-page .rs-showcase-card[data-showcase-story="bills"],
    .rs-page .rs-showcase-card[data-showcase-story="catalog"],
    .rs-page .rs-showcase-card[data-showcase-story="pricing"],
    .rs-page .rs-showcase-card[data-showcase-story="wallet"],
    .rs-page .rs-showcase-card[data-showcase-story="api"] {
        grid-column: auto;
        min-height: 540px;
        padding: 24px;
    }

    .rs-page .rs-story-visual,
    .rs-page .rs-story-transactions,
    .rs-page .rs-story-bills,
    .rs-page .rs-story-wallet,
    .rs-page .rs-story-api {
        min-height: 286px;
        padding: 17px;
    }

    .rs-page .rs-story-transactions { min-height: 300px; }
    .rs-page .rs-story-bills { min-height: 326px; }
    .rs-page .rs-story-catalog .rs-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rs-page .rs-story-catalog .rs-catalog-tile { min-height: 64px; }
    .rs-page .rs-story-wallet .rs-wallet-funding {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        min-width: 0;
    }
    .rs-page .rs-story-wallet .rs-wallet-funding span {
        min-width: 0;
        padding-inline: 4px;
        text-align: center;
        line-height: 1.25;
    }
    .rs-page .rs-showcase-copy h3 { font-size: 1.3rem; }
    .rs-page .rs-transaction-product > span,
    .rs-page .rs-price-row b { white-space: normal; overflow: visible; text-overflow: clip; }
}

@media (prefers-reduced-motion: reduce) {
    .rs-page .rs-showcase-grid {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        scroll-snap-type: none;
    }

    .rs-page .rs-showcase-card,
    .rs-page .rs-showcase-card[data-showcase-story="transactions"],
    .rs-page .rs-showcase-card[data-showcase-story="bills"],
    .rs-page .rs-showcase-card[data-showcase-story="catalog"],
    .rs-page .rs-showcase-card[data-showcase-story="pricing"],
    .rs-page .rs-showcase-card[data-showcase-story="wallet"],
    .rs-page .rs-showcase-card[data-showcase-story="api"] {
        grid-column: auto;
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 680px) {
    .rs-page .rs-showcase-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) and (min-width: 861px) {
    .rs-page .rs-hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
        gap: 36px;
        padding-inline: 24px;
    }
}

@media (max-width: 860px) {
    .rs-page .rs-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 28px;
        padding: 66px 24px 72px;
    }

    .rs-page .rs-hero-copy {
        max-width: 720px;
        margin-inline: auto;
        text-align: center;
    }

    .rs-page .rs-hero .rs-eyebrow,
    .rs-page .rs-hero .rs-hero-note,
    .rs-page .rs-hero .rs-hero-actions {
        justify-content: center;
    }

    .rs-page .rs-hero-visual {
        width: min(100%, 620px);
        margin-inline: auto;
    }
}

@media (max-width: 680px) {
    .rs-page .rs-hero {
        padding: 52px 16px 60px;
    }

    .rs-page .rs-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.5rem);
    }

    .rs-page .rs-hero-lead {
        margin-top: 22px;
    }

    .rs-page .rs-hero-actions {
        flex-direction: column;
    }

    .rs-page .rs-hero-actions .rs-button {
        width: 100%;
    }

    .rs-page .rs-hero-note {
        text-align: left;
    }

    .rs-page .rs-hero-visual {
        min-height: 330px;
    }
}

/* Reseller v3: explicit product grid, calm product motion, and safe frames. */
.rs-page .rs-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.rs-page .rs-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 72% 26%, rgba(0, 168, 199, 0.12) 0 1px, transparent 1.5px);
    background-size: 24px 24px;
    opacity: 0.68;
}

body.rs-page.rs-motion-ready .rs-hero::before { animation: rs-hero-grid-drift 20s ease-in-out infinite; }
.rs-page .rs-hero-glow { opacity: 0.9; }
.rs-page .rs-hero-visual.rs-is-visible .rs-hero-glow { animation: rs-hero-ambient 12s ease-in-out infinite; }

.rs-page .rs-portal-window {
    border-color: rgba(109, 219, 235, 0.46);
    border-radius: 22px;
    background: #071a31;
    box-shadow: 0 34px 78px rgba(3, 19, 42, 0.3), 0 0 0 8px rgba(23, 124, 175, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.rs-page .rs-window-bar { border-bottom-color: rgba(133, 208, 231, 0.16); background: #06152a; color: #8ea6bf; }
.rs-page .rs-window-bar > span:nth-child(1) { background: #ff7e78; }
.rs-page .rs-window-bar > span:nth-child(2) { background: #f7c967; }
.rs-page .rs-window-bar > span:nth-child(3) { background: #61ddb1; }
.rs-page .rs-window-bar b { color: #e8f4ff; }
.rs-page .rs-window-bar i { color: #8ce8f2; }
.rs-page .rs-portal-sidebar { border-right-color: rgba(133, 208, 231, 0.14); background: #06172d; }
.rs-page .rs-portal-sidebar > span:not(.rs-sidebar-logo) { background: #173650; }
.rs-page .rs-portal-sidebar > span.is-active { background: #35c6d0; box-shadow: inset 0 0 0 5px #0c4662; }
.rs-page .rs-sidebar-logo { background: #0c91b4; box-shadow: 0 0 20px rgba(53, 198, 208, 0.24); }
.rs-page .rs-portal-content { background-color: #0b2542; background-image: linear-gradient(rgba(113, 221, 235, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(113, 221, 235, 0.05) 1px, transparent 1px), linear-gradient(135deg, #0c2b4b, #0a2039); background-size: 28px 28px, 28px 28px, auto; }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-portal-content { animation: rs-hero-grid-drift 18s ease-in-out infinite; }
.rs-page .rs-portal-heading small { color: #7fe7ef; }
.rs-page .rs-portal-heading strong { color: #f7fbff; }
.rs-page .rs-status-dot { border-color: rgba(119, 224, 176, 0.45); background: rgba(35, 153, 118, 0.18); color: #9bf0ca; }
.rs-page .rs-portal-cards > div { border-color: rgba(133, 208, 231, 0.16); background: rgba(10, 39, 68, 0.82); }
.rs-page .rs-portal-cards small { color: #8ca9c1; }
.rs-page .rs-portal-cards strong { color: #f3f9ff; }
.rs-page .rs-mini-icon { background: rgba(0, 168, 199, 0.18); color: #83eff5; }
.rs-page .rs-mini-icon-blue { background: rgba(60, 123, 231, 0.2); color: #9fc5ff; }
.rs-page .rs-network-card { border-color: rgba(133, 208, 231, 0.16); background-color: #0a2039; background-image: linear-gradient(rgba(113, 221, 235, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(113, 221, 235, 0.07) 1px, transparent 1px); }
.rs-page .rs-network-line { background: linear-gradient(90deg, #6ce3ee, #5e87f3); opacity: 0.72; }
.rs-page .rs-network-node { border-color: rgba(133, 208, 231, 0.3); background: rgba(11, 47, 79, 0.95); color: #e4f7ff; }
.rs-page .rs-network-node i { color: #8debf2; }
.rs-page .rs-network-node-center { border-color: #79e4ec; background: #0d3e59; color: #fff; }
.rs-page .rs-hero-float { z-index: 4; border-color: rgba(112, 221, 235, 0.38); background: rgba(7, 27, 51, 0.96); box-shadow: 0 18px 36px rgba(3, 19, 42, 0.22); color: #a9c2d5; }
.rs-page .rs-hero-float i { color: #8ce8f2; }
.rs-page .rs-hero-float b { color: #fff; }
.rs-page .rs-hero-visual { padding: 42px 26px 52px; }
.rs-page .rs-portal-window { margin: 14px 0 18px; }
.rs-page .rs-hero-float-top { top: 0; left: 0; }
.rs-page .rs-hero-float-bottom { right: 0; bottom: 0; }
.rs-page .rs-hero-chips span { animation-play-state: paused; }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-hero-chips span { animation: rs-chip-drift 6.8s ease-in-out infinite; }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-hero-chips span:nth-child(2) { animation-delay: -1.4s; }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-hero-chips span:nth-child(3) { animation-delay: -2.8s; }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-hero-chips span:nth-child(4) { animation-delay: -4.2s; }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-hero-chips span:nth-child(5) { animation-delay: -5.6s; }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-hero-chips span:nth-child(6) { animation-delay: -0.7s; }
.rs-page .rs-network-line { position: absolute; overflow: visible; }
.rs-page .rs-command-in-viewport .rs-network-line::after { content: ""; position: absolute; top: -3px; left: 0; width: 18px; height: 7px; border-radius: 999px; background: #b2faff; box-shadow: 0 0 12px #70e9f4; animation: rs-network-pulse 3.8s linear infinite; }
.rs-page .rs-command-in-viewport .rs-network-line-b::after { animation-delay: -1.9s; }

.rs-page .rs-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-areas: "transactions transactions bills" "catalog pricing api" "wallet wallet wallet"; grid-auto-flow: row; align-items: stretch; gap: 20px; overflow: visible; padding: 0; }
.rs-page .rs-showcase-card { grid-column: auto; grid-row: auto; min-width: 0; min-height: 0; overflow: hidden; }
.rs-page .rs-showcase-card[data-showcase-story="transactions"] { grid-area: transactions; }
.rs-page .rs-showcase-card[data-showcase-story="bills"] { grid-area: bills; }
.rs-page .rs-showcase-card[data-showcase-story="catalog"] { grid-area: catalog; }
.rs-page .rs-showcase-card[data-showcase-story="pricing"] { grid-area: pricing; }
.rs-page .rs-showcase-card[data-showcase-story="api"] { grid-area: api; }
.rs-page .rs-showcase-card[data-showcase-story="wallet"] { grid-area: wallet; }
.rs-page .rs-showcase-card[data-showcase-story="transactions"] .rs-story-visual { min-height: 292px; }
.rs-page .rs-showcase-card[data-showcase-story="bills"] .rs-story-visual { min-height: 330px; }
.rs-page .rs-showcase-card[data-showcase-story="wallet"] .rs-story-visual { min-height: 270px; }

.rs-page .rs-universe-stage { min-height: 470px; overflow: hidden; isolation: isolate; }
.rs-page .rs-universe-orbit { opacity: 0.36; }
.rs-page .rs-universe-node { min-width: 124px; }
.rs-page .rs-universe-node-pulsa { top: 10%; left: 8%; }
.rs-page .rs-universe-node-pln { top: 10%; right: 8%; }
.rs-page .rs-universe-node-ewallet { bottom: 10%; left: 8%; }
.rs-page .rs-universe-node-game { right: 8%; bottom: 10%; }
.rs-page .rs-universe-node-voucher { top: 50%; right: auto; bottom: auto; left: 4%; transform: translateY(-50%); }
.rs-page .rs-universe-node-bill { top: 50%; right: 4%; left: auto; transform: translateY(-50%); }
.rs-page .rs-universe-node-voucher.is-active, .rs-page .rs-universe-node-bill.is-active { transform: translateY(-50%) translateY(-4px); }
.rs-page .rs-universe-route { position: absolute; z-index: 0; top: 50%; left: 50%; width: 32%; height: 1px; transform-origin: left center; background: linear-gradient(90deg, rgba(72, 177, 198, 0.16), rgba(72, 177, 198, 0.52)); opacity: 0.22; transition: opacity 300ms ease, box-shadow 300ms ease; }
.rs-page .rs-universe-route::after { content: ""; position: absolute; top: -3px; left: 8%; width: 7px; height: 7px; border-radius: 50%; background: #7cf2f2; box-shadow: 0 0 12px rgba(124, 242, 242, 0.8); opacity: 0; }
.rs-page .rs-universe-route.is-active { opacity: 1; box-shadow: 0 0 12px rgba(86, 226, 232, 0.45); }
.rs-page .rs-universe-route.is-active::after { opacity: 1; animation: rs-universe-route-pulse 1.8s linear infinite; }
.rs-page .rs-universe-route-pulsa { transform: rotate(202deg); }
.rs-page .rs-universe-route-pln { transform: rotate(338deg); }
.rs-page .rs-universe-route-ewallet { transform: rotate(158deg); }
.rs-page .rs-universe-route-game { transform: rotate(22deg); }
.rs-page .rs-universe-route-voucher { width: 27%; transform: rotate(180deg); }
.rs-page .rs-universe-route-bill { width: 27%; transform: rotate(0deg); }
.rs-page .rs-universe-more-note { position: absolute; right: 0; bottom: 14px; left: 0; margin: 0; color: #7792a4; font-size: 0.65rem; text-align: center; }

/* Canonical connection layer: SVG endpoints are recalculated from the live
   node boxes, so responsive lines cannot drift away from their targets. */
.rs-page .rs-flow-svg {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    pointer-events: none;
}
.rs-page .rs-flow-svg .rs-flow-path {
    fill: none;
    stroke: #69dce8;
    stroke-width: 1.35;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    opacity: 0.28;
    transition: opacity 300ms ease, stroke-width 300ms ease;
}
.rs-page .rs-flow-svg.is-valid .rs-flow-path {
    animation: rs-flow-glow 4.8s ease-in-out var(--rs-flow-delay, 0ms) infinite;
}
.rs-page .rs-showcase-card:not(.rs-story-in-viewport) .rs-flow-svg .rs-flow-path,
.rs-page .rs-universe-stage:not(.rs-universe-in-viewport) .rs-flow-svg .rs-flow-path {
    animation-play-state: paused;
}
.rs-page .rs-network-card,
.rs-page .rs-story-wallet,
.rs-page .rs-story-api,
.rs-page .rs-api-route,
.rs-page .rs-universe-stage {
    position: relative;
    overflow: hidden;
}
.rs-page .rs-network-node,
.rs-page .rs-wallet-source,
.rs-page .rs-wallet-node,
.rs-page .rs-api-node,
.rs-page .rs-universe-center,
.rs-page .rs-universe-node {
    z-index: 1;
}
/* The SVG replaces every legacy line/pixel particle. */
.rs-page .rs-network-line,
.rs-page .rs-wallet-line,
.rs-page .rs-wallet-flow,
.rs-page .rs-api-route-line,
.rs-page .rs-api-route-pulse,
.rs-page .rs-universe-route {
    display: none !important;
}
.rs-page .rs-network-node-one,
.rs-page .rs-network-node-two,
.rs-page .rs-network-node-three,
.rs-page .rs-universe-node,
.rs-page .rs-wallet-node {
    animation: none !important;
}

@keyframes rs-card-liveness {
    0%, 100% { box-shadow: 0 4px 10px rgba(16, 24, 40, 0.06); filter: saturate(0.96); }
    50% { box-shadow: 0 9px 20px rgba(0, 168, 199, 0.14); filter: saturate(1.06); }
}

/* Keep the legacy node motion only where it cannot override a positioning
   transform. Universe/wallet nodes use a shadow-only pulse below. */
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-network-node-one,
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-network-node-two,
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-network-node-three {
    animation: rs-node-breathe 4.2s ease-in-out var(--rs-node-delay, 0ms) infinite !important;
}
.rs-page .rs-universe-stage.rs-universe-in-viewport .rs-universe-node,
.rs-page .rs-showcase-card[data-showcase-story="wallet"].rs-story-in-viewport .rs-wallet-node {
    animation: rs-card-liveness 4.8s ease-in-out var(--rs-node-delay, 0ms) infinite !important;
}
.rs-page .rs-universe-node-pulsa { --rs-node-delay: 0ms; }
.rs-page .rs-universe-node-pln { --rs-node-delay: 650ms; }
.rs-page .rs-universe-node-ewallet { --rs-node-delay: 1300ms; }
.rs-page .rs-universe-node-game { --rs-node-delay: 1950ms; }
.rs-page .rs-universe-node-voucher { --rs-node-delay: 2600ms; }
.rs-page .rs-universe-node-bill { --rs-node-delay: 3250ms; }
.rs-page .rs-wallet-node { --rs-node-delay: 850ms; }

@media (prefers-reduced-motion: reduce) {
    .rs-page .rs-hero-visual.rs-command-in-viewport .rs-network-node-one,
    .rs-page .rs-hero-visual.rs-command-in-viewport .rs-network-node-two,
    .rs-page .rs-hero-visual.rs-command-in-viewport .rs-network-node-three,
    .rs-page .rs-universe-stage.rs-universe-in-viewport .rs-universe-node,
    .rs-page .rs-showcase-card[data-showcase-story="wallet"].rs-story-in-viewport .rs-wallet-node {
        animation: none !important;
    }
}

@keyframes rs-flow-glow {
    0%, 100% { opacity: 0.22; }
    50% { opacity: 0.82; stroke-width: 1.8; }
}

.rs-page .rs-simulator-shell { position: relative; isolation: isolate; overflow: hidden; gap: 20px; margin-top: 34px; padding: 22px; border-color: rgba(91, 177, 207, 0.34); background: linear-gradient(135deg, #071a31 0%, #0c3152 62%, #0d5a72 100%); box-shadow: 0 24px 54px rgba(7, 49, 82, 0.18); }
.rs-page .rs-simulator-shell::before { content: ""; position: absolute; z-index: -1; width: 280px; height: 280px; top: -150px; right: -80px; border-radius: 50%; background: rgba(83, 226, 232, 0.18); filter: blur(28px); }
.rs-page .rs-simulator-picker { border: 1px solid rgba(151, 239, 244, 0.22); background: rgba(7, 31, 56, 0.56); }
.rs-page .rs-simulator-label { color: #a9d2e1; }
.rs-page .rs-simulator-tabs button { border-color: rgba(151, 239, 244, 0.26); background: rgba(255, 255, 255, 0.08); color: #d8f2f7; }
.rs-page .rs-simulator-tabs button:hover, .rs-page .rs-simulator-tabs button:focus-visible, .rs-page .rs-simulator-tabs button.is-active { border-color: #8beef2; background: #2bb7c1; color: #062139; }
.rs-page .rs-simulator-result { min-height: 154px; border-color: rgba(145, 231, 240, 0.3); box-shadow: 0 14px 32px rgba(0, 21, 43, 0.2); }

.rs-page .rs-faq-shell { display: grid; grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr); gap: 0; overflow: hidden; border: 1px solid var(--rs-pdf-line); border-radius: 30px; background: var(--rs-pdf-surface); box-shadow: 0 24px 58px rgba(16, 24, 40, 0.08); }
.rs-page .rs-faq-shell > .rs-section-heading { align-self: stretch; display: flex; flex-direction: column; justify-content: center; max-width: none; margin: 0; padding: clamp(34px, 5vw, 68px) clamp(26px, 5vw, 64px); text-align: left; }
.rs-page .rs-faq-shell > .rs-section-heading .rs-kicker { margin-bottom: 18px; }
.rs-page .rs-faq-shell > .rs-section-heading h2 { max-width: 360px; }
.rs-page .rs-faq-shell > .rs-section-heading > p:last-child { max-width: 330px; margin: 20px 0 0; }
.rs-page .rs-faq-shell .rs-faq-list { gap: 0; margin: 0; padding: 22px 38px; border-left: 1px solid var(--rs-pdf-line); }
.rs-page .rs-faq-shell .rs-faq-item { border-bottom-color: #e6edf3; }
.rs-page .rs-faq-shell .rs-faq-item:first-child { border-top: 0; }
.rs-page .rs-faq-shell .rs-faq-trigger { min-height: 78px; padding: 18px 0; color: var(--rs-pdf-navy); font-size: 0.9rem; }
.rs-page .rs-faq-shell .rs-faq-icon { position: relative; width: 18px; height: 18px; flex: 0 0 18px; color: var(--rs-pdf-blue); transition: transform 220ms ease; }
.rs-page .rs-faq-shell .rs-faq-icon::before, .rs-page .rs-faq-shell .rs-faq-icon::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 1.5px; border-radius: 2px; background: currentColor; }
.rs-page .rs-faq-shell .rs-faq-icon::after { transform: rotate(90deg); transition: transform 220ms ease; }
.rs-page .rs-faq-shell .rs-faq-trigger[aria-expanded="true"] .rs-faq-icon { transform: rotate(45deg); }
.rs-page .rs-faq-shell .rs-faq-panel { padding: 0 32px 22px 0; }
.rs-page .rs-faq-shell .rs-faq-panel p { max-width: 620px; color: var(--rs-pdf-text); }

@keyframes rs-hero-grid-drift { 0%, 100% { background-position: 0 0, 0 0, 0 0; } 50% { background-position: 14px -10px, -10px 12px, 0 0; } }
@keyframes rs-hero-ambient { 0%, 100% { transform: scale(0.92); opacity: 0.62; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes rs-dashboard-enter { 0% { opacity: 0; transform: perspective(1000px) rotateY(-8deg) rotateX(4deg) translate3d(18px, 12px, -18px) scale(0.97); } 100% { opacity: 1; transform: perspective(1000px) rotateY(-4deg) rotateX(2deg) translate3d(0, 0, 0) scale(1); } }
@keyframes rs-network-pulse { 0%, 100% { opacity: 0; } 35%, 65% { opacity: 1; } }
@keyframes rs-chip-drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes rs-universe-route-pulse { 0%, 100% { opacity: 0; } 35%, 65% { opacity: 1; } }
.rs-page .rs-hero-visual.rs-command-in-viewport .rs-portal-window { animation: rs-dashboard-enter 900ms cubic-bezier(0.22, 0.8, 0.28, 1) both; }
.rs-page .rs-command-flow span { transition: color 220ms ease, background-color 220ms ease, transform 220ms ease; }
.rs-page .rs-command-flow span.is-current { padding: 4px 6px; border-radius: 7px; background: rgba(69, 218, 196, 0.14); transform: translateY(-1px); }

@media (max-width: 1100px) and (min-width: 681px) {
    .rs-page .rs-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "transactions transactions" "bills catalog" "pricing api" "wallet wallet"; }
}
@media (max-width: 860px) { .rs-page .rs-faq-shell { grid-template-columns: 1fr; } .rs-page .rs-faq-shell .rs-faq-list { border-top: 1px solid var(--rs-pdf-line); border-left: 0; } }
@media (max-width: 680px) {
    .rs-page .rs-hero { overflow: hidden; }
    .rs-page .rs-hero-visual { padding: 30px 18px 48px; }
    .rs-page .rs-hero-float-top { top: 0; left: 0; }
    .rs-page .rs-hero-float-bottom { right: 0; bottom: 0; }
    .rs-page .rs-portal-content { padding: 18px; }
    /* Mobile card system: a deliberate single-column composition. Each card
       uses its own compact visual frame instead of inheriting the desktop
       dashboard proportions. */
    .rs-page .rs-showcase-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "transactions" "bills" "catalog" "pricing" "api" "wallet";
        grid-auto-flow: row;
        gap: 16px;
        margin-top: 30px;
        overflow: visible;
        padding: 0;
    }
    .rs-page .rs-showcase-card,
    .rs-page .rs-showcase-card[data-showcase-story="transactions"],
    .rs-page .rs-showcase-card[data-showcase-story="bills"],
    .rs-page .rs-showcase-card[data-showcase-story="catalog"],
    .rs-page .rs-showcase-card[data-showcase-story="pricing"],
    .rs-page .rs-showcase-card[data-showcase-story="api"],
    .rs-page .rs-showcase-card[data-showcase-story="wallet"] {
        grid-column: auto;
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 22px;
        transform: none;
    }
    .rs-page .rs-showcase-copy { min-width: 0; }
    .rs-page .rs-showcase-meta { gap: 8px; font-size: 0.61rem; }
    .rs-page .rs-showcase-copy h3 { max-width: none; margin-top: 11px; font-size: 1.28rem; line-height: 1.14; }
    .rs-page .rs-showcase-copy p { max-width: none; margin-top: 9px; font-size: 0.81rem; line-height: 1.5; }
    .rs-page .rs-story-visual {
        width: 100%;
        min-width: 0;
        min-height: auto;
        margin-top: 0;
        padding: 14px;
        border-radius: 16px;
    }
    .rs-page .rs-story-transactions { min-height: 252px; }
    .rs-page .rs-story-transactions .rs-story-metric-row { margin: 14px 0 8px; }
    .rs-page .rs-story-transactions .rs-story-metric-row strong { font-size: 1.32rem; }
    .rs-page .rs-story-transactions .rs-transaction-bars { height: 30px; margin-bottom: 5px; }
    .rs-page .rs-story-transactions .rs-transaction-row { min-height: 32px; padding: 5px 0; }
    .rs-page .rs-story-transactions .rs-transaction-product { gap: 6px; }
    .rs-page .rs-story-transactions .rs-transaction-product > i { width: 22px; height: 22px; flex-basis: 22px; font-size: 0.58rem; }
    .rs-page .rs-story-transactions .rs-transaction-product span { font-size: 0.61rem; }
    .rs-page .rs-story-transactions .rs-transaction-status { font-size: 0.51rem; }
    .rs-page .rs-story-bills { min-height: 270px; }
    .rs-page .rs-story-bills .rs-bill-number { margin: 14px 0 10px; padding: 9px 10px; }
    .rs-page .rs-story-bills .rs-bill-number strong { font-size: 0.74rem; }
    .rs-page .rs-story-bills .rs-bill-categories { margin-top: 12px; }
    .rs-page .rs-story-bills .rs-bill-flow { margin-top: 16px; gap: 4px; }
    .rs-page .rs-story-bills .rs-bill-step { gap: 4px; font-size: 0.5rem; }
    .rs-page .rs-story-bills .rs-bill-step i { width: 24px; height: 24px; font-size: 0.58rem; }
    .rs-page .rs-story-bills .rs-bill-receipt { margin-top: 9px; padding: 7px 8px; }
    .rs-page .rs-story-catalog { min-height: 230px; }
    .rs-page .rs-story-catalog .rs-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 16px; }
    .rs-page .rs-story-catalog .rs-catalog-tile { min-height: 48px; padding: 8px; border-radius: 9px; }
    .rs-page .rs-story-catalog .rs-catalog-tile b { font-size: 0.61rem; }
    .rs-page .rs-story-catalog .rs-catalog-tile small { margin-top: 3px; font-size: 0.49rem; }
    .rs-page .rs-story-catalog .rs-data-meter { margin-top: 12px; font-size: 0.54rem; }
    .rs-page .rs-story-pricing { min-height: 230px; }
    .rs-page .rs-story-pricing .rs-price-list { margin-top: 12px; }
    .rs-page .rs-story-pricing .rs-price-row { min-height: 42px; gap: 8px; padding: 7px 0; }
    .rs-page .rs-story-pricing .rs-price-row b { font-size: 0.61rem; }
    .rs-page .rs-story-pricing .rs-price-row small { margin-top: 2px; font-size: 0.49rem; }
    .rs-page .rs-story-pricing .rs-price-row s { font-size: 0.5rem; }
    .rs-page .rs-story-pricing .rs-price-row strong { font-size: 0.66rem; }
    .rs-page .rs-story-pricing .rs-margin-note { margin-top: 9px; font-size: 0.51rem; }
    .rs-page .rs-story-wallet { min-height: 252px; padding: 14px; }
    .rs-page .rs-story-wallet .rs-wallet-source { width: min(160px, 100%); margin: 0 auto 5px; padding: 9px; }
    .rs-page .rs-story-wallet .rs-wallet-source strong { font-size: 0.92rem; }
    .rs-page .rs-story-wallet .rs-wallet-network { height: 128px; max-width: 100%; margin: 0; overflow: visible; }
    .rs-page .rs-story-wallet .rs-wallet-node { position: absolute; inset: auto; width: 58px; min-width: 0; transform: none !important; font-size: 0.47rem; }
    .rs-page .rs-story-wallet .rs-wallet-node-pulsa { top: 6px !important; right: auto !important; bottom: auto !important; left: 0 !important; }
    .rs-page .rs-story-wallet .rs-wallet-node-ewallet { top: 6px !important; right: 0 !important; bottom: auto !important; left: auto !important; }
    .rs-page .rs-story-wallet .rs-wallet-node-pln { top: 70px !important; right: auto !important; bottom: auto !important; left: 0 !important; }
    .rs-page .rs-story-wallet .rs-wallet-node-game { top: 70px !important; right: 0 !important; bottom: auto !important; left: auto !important; }
    .rs-page .rs-story-wallet .rs-wallet-node-bill { top: 37px !important; right: auto !important; bottom: auto !important; left: 50% !important; transform: translateX(-50%) !important; }
    .rs-page .rs-story-wallet .rs-wallet-node b { max-width: 58px; overflow-wrap: anywhere; text-align: center; }
    .rs-page .rs-story-wallet .rs-wallet-node i { width: 22px; height: 22px; font-size: 0.55rem; }
    .rs-page .rs-story-wallet .rs-wallet-funding { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; min-width: 0; }
    .rs-page .rs-story-wallet .rs-wallet-funding span { min-width: 0; padding: 5px 3px; overflow-wrap: anywhere; font-size: 0.49rem; line-height: 1.2; text-align: center; }
    .rs-page .rs-story-api { min-height: 264px; padding: 14px; }
    .rs-page .rs-api-flow-labels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3px; align-items: start; width: 100%; font-size: 0.44rem; line-height: 1.2; }
    .rs-page .rs-api-flow-labels span { min-width: 0; overflow-wrap: anywhere; text-align: center; }
    .rs-page .rs-api-route { height: 58px; margin: 7px 0 8px; overflow: hidden; }
    .rs-page .rs-api-node { top: 17px; width: 24px; height: 24px; transform: translateX(-50%) !important; }
    .rs-page .rs-api-node-shop { left: 10%; }
    .rs-page .rs-api-node-api { left: 36.5%; }
    .rs-page .rs-api-node-biller { left: 63.5%; }
    .rs-page .rs-api-node-hook { right: auto; left: 90%; }
    .rs-page .rs-api-snippet { padding: 10px; font-size: 0.5rem; line-height: 1.55; }
    .rs-page .rs-api-tags { gap: 5px; margin-top: 8px; }
    .rs-page .rs-api-tags span { padding: 4px 6px; font-size: 0.49rem; }
    .rs-page .rs-network-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: 10px; min-height: 238px; padding: 18px 14px; overflow: hidden; }
    .rs-page .rs-network-card .rs-network-node { position: relative; inset: auto !important; translate: none !important; transform: none !important; min-width: 0; width: 100%; justify-self: stretch; }
    .rs-page .rs-network-card .rs-network-node-center { grid-column: 1 / -1; width: min(100%, 126px); justify-self: center; }
    .rs-page .rs-network-card .rs-network-node i { flex: 0 0 auto; }
    .rs-page .rs-universe-stage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(64px, auto); gap: 10px; min-height: 470px; padding: 104px 12px 42px; overflow: hidden; }
    .rs-page .rs-universe-orbit, .rs-page .rs-universe-route { display: none; }
    .rs-page .rs-universe-center { position: absolute; top: 20px; left: 50%; width: min(190px, calc(100% - 28px)); min-width: 0; padding: 12px; transform: translateX(-50%) !important; }
    .rs-page .rs-universe-node, .rs-page .rs-universe-node-pulsa, .rs-page .rs-universe-node-pln, .rs-page .rs-universe-node-ewallet, .rs-page .rs-universe-node-game, .rs-page .rs-universe-node-voucher, .rs-page .rs-universe-node-bill { position: relative; inset: auto !important; width: 100%; min-width: 0; max-width: none; transform: none !important; overflow: hidden; }
    .rs-page .rs-universe-node b, .rs-page .rs-universe-node small, .rs-page .rs-universe-node span { max-width: 100%; overflow-wrap: anywhere; text-align: center; }
    .rs-page .rs-universe-node b { font-size: 0.68rem; }
    .rs-page .rs-universe-node small { font-size: 0.5rem; }
    .rs-page .rs-universe-node span { font-size: 0.48rem; }
    .rs-page .rs-universe-more-note { right: 14px; bottom: 14px; left: 14px; }
    .rs-page .rs-simulator-shell { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; padding: 14px; }
    .rs-page .rs-simulator-picker { padding: 12px; }
    .rs-page .rs-simulator-result { grid-template-columns: 1fr; gap: 12px; min-height: 0; padding: 16px; }
    .rs-page .rs-simulator-price { text-align: left; }
    .rs-page .rs-faq-shell > .rs-section-heading { padding: 32px 24px 26px; }
    .rs-page .rs-faq-shell .rs-faq-list { padding: 10px 24px 20px; }
    .rs-page .rs-faq-shell .rs-faq-trigger { min-height: 70px; font-size: 0.82rem; }
    .rs-page .rs-faq-shell .rs-faq-panel { padding-right: 22px; }
}
@media (prefers-reduced-motion: reduce) {
    body.rs-page.rs-motion-ready .rs-hero::before, .rs-page .rs-hero-visual.rs-is-visible .rs-hero-glow, .rs-page .rs-hero-visual.rs-command-in-viewport .rs-portal-window, .rs-page .rs-command-in-viewport .rs-portal-content, .rs-page .rs-command-in-viewport .rs-hero-chips span, .rs-page .rs-command-in-viewport .rs-network-line::after, .rs-page .rs-universe-route.is-active::after { animation: none !important; }
    .rs-page .rs-showcase-grid { scroll-snap-type: none; }
    .rs-page .rs-showcase-card,
    .rs-page .rs-final-cta::after { animation: none !important; transform: none !important; transition: none !important; }
}

/* Fine-pointer depth is opt-in. Motion is driven through CSS variables so the
   card's existing story animation remains independent from pointer position. */
@media (hover: hover) and (pointer: fine) {
    .rs-page .rs-showcase-card {
        --rs-card-tilt-x: 0deg;
        --rs-card-tilt-y: 0deg;
        --rs-spotlight-x: 50%;
        --rs-spotlight-y: 50%;
        transform: perspective(1000px) translate3d(0, 0, 0) rotateX(var(--rs-card-tilt-y)) rotateY(var(--rs-card-tilt-x));
        transform-style: preserve-3d;
        will-change: transform;
    }

    .rs-page .rs-showcase-card:hover,
    .rs-page .rs-showcase-card.rs-pointer-active {
        transform: perspective(1000px) translate3d(0, -4px, 0) rotateX(var(--rs-card-tilt-y)) rotateY(var(--rs-card-tilt-x));
        border-color: rgba(105, 220, 232, .62);
        box-shadow: 0 28px 68px rgba(16, 24, 40, .16), 0 0 0 1px rgba(105, 220, 232, .12);
    }

    .rs-page .rs-showcase-card::after {
        content: "";
        position: absolute;
        z-index: 0;
        inset: 0;
        pointer-events: none;
        border-radius: inherit;
        opacity: 0;
        background: radial-gradient(220px circle at var(--rs-spotlight-x) var(--rs-spotlight-y), rgba(180, 250, 255, .26), transparent 62%);
        transition: opacity 180ms ease;
    }

    .rs-page .rs-showcase-card.rs-pointer-active::after { opacity: 1; }
    .rs-page .rs-showcase-card > * { position: relative; z-index: 1; }
}

/* The CTA has one slow decorative sweep only while its section is visible. */
.rs-page .rs-final-cta.rs-cta-in-viewport::after {
    animation: rs-final-cta-drift 9s ease-in-out infinite alternate;
}

@keyframes rs-final-cta-drift {
    from { transform: translate3d(-12%, 0, 0) scale(.98); opacity: .12; }
    to { transform: translate3d(10%, -2%, 0) scale(1.05); opacity: .25; }
}
