body {
    background:
        radial-gradient(circle at top left, rgba(250, 204, 21, .24), transparent 28rem),
        radial-gradient(circle at top right, rgba(124, 58, 237, .18), transparent 32rem),
        #f8fbff;
    color: #172033;
}

.rl-public-header,
.rl-public-main,
.rl-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 22px;
}

.rl-public-nav {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rl-public-brand {
    font-weight: 900;
    font-size: 1.25rem;
    color: #172033;
}

.rl-public-links,
.rl-public-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.rl-public-links a {
    color: #334155;
    font-weight: 700;
}

.rl-beta-notice {
    border: 1px solid #fde68a;
    border-radius: 12px;
    background: #fffbeb;
    color: #92400e;
    font-weight: 800;
    line-height: 1.45;
    padding: 12px 14px;
    margin-bottom: 18px;
}

.rl-button,
.rl-button-secondary {
    display: inline-block;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 800;
    text-decoration: none;
    min-height: 44px;
    box-sizing: border-box;
}

.rl-button {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 99, 235, .20);
}

.rl-button-secondary {
    background: #e0e7ff;
    color: #1d4ed8;
}

.rl-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 24px;
    align-items: stretch;
    padding: 42px 0 20px;
}

.rl-sky-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 34px;
    background:
        radial-gradient(circle at 18% 15%, rgba(250, 204, 21, .40), transparent 8rem),
        radial-gradient(circle at 82% 18%, rgba(244, 114, 182, .30), transparent 10rem),
        linear-gradient(135deg, #1e1b4b 0%, #3730a3 45%, #0ea5e9 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(30, 27, 75, .25);
}

.rl-sky-hero h1,
.rl-sky-hero h2,
.rl-sky-hero p {
    color: #fff;
}

.rl-magic-gradient {
    background: linear-gradient(135deg, #fef3c7, #dbeafe 48%, #fce7f3);
}

.rl-hero-card,
.rl-section,
.rl-feature-card,
.rl-trust-card,
.rl-step-card,
.rl-pricing-card,
.rl-faq-card,
.rl-cta-band {
    background: rgba(255, 255, 255, .94);
    border: 1px solid #dbeafe;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .08);
}

.rl-hero h1 {
    font-size: clamp(2.1rem, 5vw, 4.2rem);
    line-height: 1.02;
    margin: 0 0 16px;
    color: #111827;
}

.rl-hero p,
.rl-section p,
.rl-feature-card p,
.rl-step-card p,
.rl-faq-card p {
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.65;
}

.rl-eyebrow {
    color: #7c3aed;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}

.rl-section {
    margin: 24px 0;
}

.rl-floating-card,
.rl-island-card,
.rl-character-card {
    position: relative;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(191, 219, 254, .95);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 36px rgba(37, 99, 235, .12);
}

.rl-floating-card {
    transform: translateY(0);
}

.rl-world-orbit {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.rl-world-token {
    display: grid;
    place-items: center;
    min-height: 86px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.rl-world-token span {
    display: block;
    font-size: 2rem;
}

.rl-island-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .96)),
        #fff;
}

.rl-character-card {
    border-color: #fde68a;
}

.rl-character-card.rl-rogy-card {
    background: linear-gradient(180deg, #eff6ff, #fff);
}

.rl-character-card.rl-lolo-card {
    background: linear-gradient(180deg, #fdf2f8, #fff);
}

.rl-sparkle-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 900;
}

.rl-section-header {
    max-width: 760px;
    margin-bottom: 18px;
}

.rl-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 16px;
}

.rl-feature-card h3,
.rl-trust-card h3,
.rl-step-card h3,
.rl-pricing-card h3 {
    margin-top: 0;
}

.rl-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    font-size: 1.7rem;
}

.rl-status {
    display: inline-block;
    border-radius: 999px;
    padding: 6px 10px;
    background: #ecfdf5;
    color: #166534;
    font-size: .82rem;
    font-weight: 800;
}

.rl-status-muted {
    background: #f1f5f9;
    color: #475569;
}

.rl-cta-band {
    text-align: center;
    background: linear-gradient(135deg, #dbeafe, #fef3c7);
}

.rl-footer {
    margin-top: 36px;
    background: #0f172a;
    color: #e2e8f0;
}

.rl-footer a {
    color: #bfdbfe;
}

.rl-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
}

@media (max-width: 760px) {
    .rl-hero {
        grid-template-columns: 1fr;
    }

    .rl-sky-hero {
        padding: 24px;
    }

    .rl-world-orbit {
        grid-template-columns: 1fr 1fr;
    }

    .rl-public-links,
    .rl-public-actions {
        width: 100%;
    }

    .rl-public-links a,
    .rl-public-actions a,
    .rl-public-actions button,
    .rl-button,
    .rl-button-secondary {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .rl-hero-card,
    .rl-section,
    .rl-feature-card,
    .rl-trust-card,
    .rl-step-card,
    .rl-pricing-card,
    .rl-faq-card,
    .rl-cta-band {
        padding: 20px;
    }

    .panel {
        padding: 18px;
    }

    table {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
}
