/* Public marketing + auth pages (logged-out) */

.public-body {
    font-family: "Quicksand", sans-serif;
    color: #2d2d2d;
    background-color: #f8fafc;
    line-height: 1.6;
}

/* Brand wordmark (not loaded from examples-combined.css on public pages) */
.public-body .rs-logo {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.public-body .rs-logo .brand-blue {
    color: var(--rs-blue);
    font-weight: 700;
}

.public-body .rs-logo .brand-gray {
    color: #94a3b8;
    font-weight: 300;
}

/* Language switcher (ported from examples-combined.css) */
.rs-lang-switcher {
    --rs-lang-bg: rgba(0, 75, 197, 0.07);
    --rs-lang-border: rgba(0, 75, 197, 0.14);
    --rs-lang-hover: rgba(0, 75, 197, 0.1);
    --rs-lang-active-bg: #ffffff;
    --rs-lang-active-shadow: 0 1px 4px rgba(15, 23, 42, 0.1);
}

.rs-lang-switcher__track {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    background: var(--rs-lang-bg);
    border: 1px solid var(--rs-lang-border);
    border-radius: 999px;
}

.rs-lang-switcher__opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.25rem;
    padding: 0.25rem 0.55rem;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    color: #2d2d2d;
    font-size: 1rem;
    line-height: 1.2;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    cursor: pointer;
}

.rs-lang-switcher__opt:hover {
    background: var(--rs-lang-hover);
    color: #2d2d2d;
}

.rs-lang-switcher__opt:focus-visible {
    outline: 2px solid var(--rs-blue);
    outline-offset: 2px;
}

.rs-lang-switcher__opt--active {
    background: var(--rs-lang-active-bg);
    box-shadow: var(--rs-lang-active-shadow);
    cursor: default;
}

.rs-lang-switcher--compact .rs-lang-switcher__opt {
    min-width: 2.5rem;
    padding: 0.3rem 0.45rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.rs-lang-switcher--compact .rs-lang-switcher__flag,
.rs-lang-switcher--full .rs-lang-switcher__flag {
    font-size: 1.15rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rs-lang-switcher__flag--img img {
    display: block;
    width: 1.35rem;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.rs-lang-switcher__code-only {
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: lowercase;
}

.rs-lang-switcher--full .rs-lang-switcher__opt {
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.rs-lang-switcher__name {
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
    line-height: 1.2;
}

.rs-lang-switcher--dropdown .rs-lang-switcher__toggle {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.35rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2d2d2d;
    background: var(--rs-lang-bg);
    border: 1px solid var(--rs-lang-border);
    border-radius: 999px;
    gap: 0.4rem;
}

.rs-lang-switcher--dropdown .rs-lang-switcher__toggle:hover,
.rs-lang-switcher--dropdown .rs-lang-switcher__toggle:focus-visible {
    color: #2d2d2d;
    background: var(--rs-lang-hover);
    border-color: var(--rs-lang-border);
}

/* Navbar */
.public-navbar {
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
}

.public-navbar .nav-link {
    color: #475569;
    font-weight: 600;
    font-size: 0.95rem;
}

.public-navbar .nav-link:hover {
    color: var(--rs-blue);
}

.public-nav-cta {
    border-radius: 12px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
}

/* Footer */
.public-footer {
    background: #fff;
    border-top: 1px solid #e2e8f0;
    padding: 3rem 0 2rem;
}

.public-footer a {
    color: #64748b;
}

.public-footer a:hover {
    color: var(--rs-blue);
}

.public-footer-social {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    transition: color 0.15s ease;
}

.public-footer a.public-footer-social:hover,
.public-footer a.public-footer-social:focus-visible {
    text-decoration: none;
}

.public-footer a.public-footer-social--facebook:hover,
.public-footer a.public-footer-social--facebook:focus-visible,
.public-footer a.public-footer-social--facebook:hover i,
.public-footer a.public-footer-social--facebook:focus-visible i {
    color: #1877f2;
    text-decoration: none;
}

/* Hero */
.public-hero {
    padding: 4.5rem 0 3.5rem;
    background: linear-gradient(180deg, var(--rs-blue-light) 0%, #fff 100%);
    text-align: center;
}

.public-hero h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.public-hero p {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 42rem;
    margin: 0 auto 2rem;
}

.public-hero-badge {
    display: inline-block;
    background: #fff;
    color: var(--rs-blue);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 75, 197, 0.08);
    margin-bottom: 1.25rem;
}

.public-hero-copy h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.public-hero-copy > p {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 42rem;
    margin: 0 auto 2rem;
}

.public-hero-copy.text-lg-start > p {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
    .public-hero-copy.text-lg-start > p {
        margin-left: 0;
    }
}

/* Continuous light wash behind home hero → story → pricing (avoids section seams) */
.public-wash {
    background:
        radial-gradient(circle at 12% 8%, rgba(0, 75, 197, 0.14), transparent 28%),
        radial-gradient(circle at 90% 4%, rgba(0, 75, 197, 0.1), transparent 22%),
        radial-gradient(circle at 78% 42%, rgba(0, 75, 197, 0.08), transparent 28%),
        linear-gradient(180deg, #e8f0fc 0%, #f4f8fd 42%, #eef4fc 72%, #f8fafc 100%);
}

/* Hero: stage - shared notebook, sits on .public-wash */
.public-hero--stage {
    position: relative;
    overflow: hidden;
    padding: 4.25rem 0 3.5rem;
    text-align: center;
    color: #0f172a;
    background: transparent;
}

.public-hero-stage {
    position: relative;
    z-index: 1;
}

.public-hero-stage__intro {
    max-width: 40rem;
    margin: 0 auto 2.25rem;
}

.public-hero--stage h1 {
    margin: 0 0 0.9rem;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.public-hero-stage__lead {
    margin: 0 auto 1.65rem;
    max-width: 34rem;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.5;
}

.public-hero-stage__proof {
    display: grid;
    gap: 1.25rem;
    align-items: center;
    max-width: 48rem;
    margin: 0 auto;
    padding: 1.35rem 1.15rem;
    border-radius: 1.25rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 249, 255, 0.98) 100%);
    border: 1px solid rgba(0, 75, 197, 0.12);
    box-shadow: 0 18px 42px rgba(0, 75, 197, 0.08);
}

@media (min-width: 768px) {
    .public-hero-stage__proof {
        grid-template-columns: 1fr auto 1fr;
        gap: 1.5rem;
        padding: 1.6rem 1.75rem;
    }
}

.public-hero-stage__side {
    text-align: center;
}

.public-hero-stage__role {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #64748b;
}

.public-hero-stage__figure {
    display: block;
    font-size: clamp(1.7rem, 3.6vw, 2.25rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
    color: var(--rs-blue);
}

.public-hero-stage__figure--pos {
    color: #059669;
}

.public-hero-stage__caption {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
}

.public-hero-stage__bridge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.public-hero-stage__pulse {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--rs-blue);
    box-shadow: 0 0 0 0 rgba(0, 75, 197, 0.35);
    animation: public-stage-pulse 2.4s ease-out infinite;
}

.public-hero-stage__bridge-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--rs-blue);
}

.public-hero--stage.is-ready .public-hero-stage__intro,
.public-hero--stage.is-ready .public-hero-stage__proof {
    animation: public-stage-rise 0.75s ease both;
}

.public-hero--stage.is-ready .public-hero-stage__proof {
    animation-delay: 0.18s;
}

@keyframes public-stage-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes public-stage-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 75, 197, 0.35);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(0, 75, 197, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 75, 197, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-hero-stage__pulse,
    .public-hero--stage.is-ready .public-hero-stage__intro,
    .public-hero--stage.is-ready .public-hero-stage__proof {
        animation: none;
    }
}

/* Hero: parent - pain point + fading product mockup (wash from .public-wash) */
.public-hero--parent {
    position: relative;
    overflow: hidden;
    padding: 4.25rem 0 0;
    text-align: center;
    color: #0f172a;
    background: transparent;
}

.public-hero-parent__intro {
    max-width: 40rem;
    margin: 0 auto 2rem;
}

.public-hero--parent h1 {
    margin: 0 0 0.9rem;
    font-size: clamp(2rem, 5vw, 3.15rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.public-hero--parent h1 .text-primary {
    display: block;
}

.public-hero-parent__lead {
    margin: 0 auto 1.65rem;
    max-width: 34rem;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .public-hero--parent {
        padding-top: 3.25rem;
    }

    .public-hero-parent__intro {
        margin-bottom: 1.5rem;
    }

    .public-hero-parent__lead {
        font-size: 1rem;
    }

    .public-hero-parent__mock {
        mask-image: linear-gradient(180deg, #000 0%, #000 36%, transparent 100%);
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 36%, transparent 100%);
    }
}

.public-hero-parent__mock {
    position: relative;
    max-width: 38rem;
    margin: 0 auto;
    padding: 0 0.5rem;
    mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
}

.public-hero-parent__frame {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 75, 197, 0.12);
    border-bottom: 0;
    box-shadow: 0 22px 48px rgba(0, 75, 197, 0.12);
    transform: translateY(0);
}

.public-hero-parent__chrome {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 0.9rem;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.public-hero-parent__chrome span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.public-hero-parent__chrome span:nth-child(1) { background: #ff5f57; }
.public-hero-parent__chrome span:nth-child(2) { background: #ffbd2e; }
.public-hero-parent__chrome span:nth-child(3) { background: #28c940; }

.public-hero-parent__chrome em {
    margin-left: 0.55rem;
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 600;
    color: #94a3b8;
}

.public-hero-parent__screen {
    padding: 1.15rem 1.2rem 2.5rem;
    text-align: left;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.public-hero-parent__bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.public-hero-parent__bar strong {
    display: block;
    font-size: 1.05rem;
}

.public-hero-parent__bar span {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
}

.public-hero-parent__chip {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(5, 150, 105, 0.1);
    color: #047857;
    font-size: 0.75rem;
    font-weight: 700;
}

.public-hero-parent__balance {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
    padding: 0.95rem 1rem;
    border-radius: 0.85rem;
    background: var(--rs-blue-light);
}

.public-hero-parent__balance span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
}

.public-hero-parent__balance strong {
    font-size: 1.45rem;
    font-weight: 700;
    color: #059669;
    letter-spacing: -0.02em;
}

.public-hero-parent__history {
    margin: 0;
    padding: 0;
    list-style: none;
}

.public-hero-parent__history li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
}

.public-hero-parent__history em {
    font-style: normal;
    font-variant-numeric: tabular-nums;
}

.public-hero-parent__history .is-pos { color: #059669; }
.public-hero-parent__history .is-neg { color: #dc2626; }

.public-hero--parent.is-ready .public-hero-parent__intro,
.public-hero--parent.is-ready .public-hero-parent__mock {
    animation: public-stage-rise 0.75s ease both;
}

.public-hero--parent.is-ready .public-hero-parent__mock {
    animation-delay: 0.16s;
}

@media (prefers-reduced-motion: reduce) {
    .public-hero--parent.is-ready .public-hero-parent__intro,
    .public-hero--parent.is-ready .public-hero-parent__mock {
        animation: none;
    }
}

/* Hero: split */
.public-hero--split {
    text-align: left;
}

.public-hero-split {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .public-hero-split {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
    }
}

/* Hero: promo - launch-ad style, split + dots (see ads/ad-fb-launch-offer.html) */
.public-hero--promo {
    position: relative;
    overflow: hidden;
    text-align: left;
    background:
        radial-gradient(circle at 88% 18%, #e0ecff 0 12%, transparent 34%),
        linear-gradient(165deg, #ffffff 0%, #f5f9ff 56%, #eaf2ff 100%);
}

.public-hero-promo-blob {
    position: absolute;
    inset: auto auto -12rem -10rem;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    background: var(--rs-blue);
    opacity: 0.06;
    pointer-events: none;
}

.public-hero-promo-dots {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.55;
    background-image: radial-gradient(rgba(0, 75, 197, 0.16) 1.25px, transparent 1.35px);
    background-size: 22px 22px;
    background-position: 12px 8px;
    mask-image: radial-gradient(ellipse 55% 70% at 78% 48%, #000 10%, transparent 72%);
}

.public-hero-promo {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.public-hero-promo__copy {
    min-width: 0;
}

.public-hero-promo__eyebrow {
    margin: 0 0 0.65rem;
    color: var(--rs-blue);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.public-hero-promo h1 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.85rem, 7vw, 3.4rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.public-hero-promo__lead {
    margin: 0;
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.45;
    color: #334155;
}

.public-hero-promo__cta {
    min-width: 0;
}

.public-hero-promo__cta .btn-primary {
    box-shadow: 0 14px 32px rgba(0, 75, 197, 0.22);
}

.public-hero-promo__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0.25rem 0;
}

.public-hero-promo__visual-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.public-hero-promo__dot {
    position: absolute;
    border-radius: 50%;
    background: var(--rs-blue);
}

.public-hero-promo__dot--a {
    width: 0.55rem;
    height: 0.55rem;
    top: 12%;
    left: 14%;
    opacity: 0.35;
}

.public-hero-promo__dot--b {
    width: 0.9rem;
    height: 0.9rem;
    top: 22%;
    right: 10%;
    opacity: 0.22;
}

.public-hero-promo__dot--c {
    width: 0.45rem;
    height: 0.45rem;
    bottom: 18%;
    left: 8%;
    opacity: 0.28;
}

.public-hero-promo__dot--d {
    width: 0.7rem;
    height: 0.7rem;
    bottom: 12%;
    right: 18%;
    opacity: 0.2;
}

.public-hero-promo__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16rem;
    height: 16rem;
    margin: -8rem 0 0 -8rem;
    border: 1.5px solid rgba(0, 75, 197, 0.12);
    border-radius: 50%;
}

.public-hero-ad-code {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.85rem 1rem;
    width: 100%;
    max-width: 24rem;
    margin: 0 auto;
    padding: 1.1rem 1.1rem;
    border-radius: 1rem;
    background: var(--rs-blue);
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 75, 197, 0.28);
}

.public-hero-ad-code__free {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 4.25rem;
    line-height: 1;
    text-align: center;
}

.public-hero-ad-code__n {
    font-size: clamp(2.1rem, 8vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.public-hero-ad-code__u {
    margin-top: 0.3rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #cfe0ff;
    max-width: 4.75rem;
}

.public-hero-ad-code__sep {
    width: 1px;
    flex: 0 0 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.25);
}

.public-hero-ad-code__ticket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    flex: 1 1 auto;
    min-width: 0;
}

.public-hero-ad-code__label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #cfe0ff;
}

.public-hero-ad-code__value-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.45rem;
    width: max-content;
    max-width: 100%;
}

.public-hero-ad-code__value {
    display: inline-block;
    flex: 0 0 auto;
    padding: 0.35rem 0.65rem;
    border: 2px dashed rgba(255, 255, 255, 0.6);
    border-radius: 0.65rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: clamp(1.05rem, 3.8vw, 1.7rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #fff;
    background: transparent;
    white-space: nowrap;
}

.public-hero-ad-code__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}

.public-hero-ad-code__copy:hover,
.public-hero-ad-code__copy.is-copied {
    background: #fff;
    border-color: #fff;
    color: var(--rs-blue);
}

/* Mobile-first tweaks */
@media (max-width: 991.98px) {
    .public-hero--promo {
        padding: 2.5rem 0 2.25rem;
    }

    .public-hero-promo {
        gap: 1.15rem;
    }

    .public-hero-promo-blob {
        width: 18rem;
        height: 18rem;
        inset: auto -6rem -8rem auto;
        opacity: 0.05;
    }

    .public-hero-promo-dots {
        opacity: 0.35;
        mask-image: radial-gradient(ellipse 90% 45% at 50% 70%, #000 0%, transparent 70%);
    }

    .public-hero-promo__visual-bg {
        display: none;
    }

    .public-hero-promo__cta .btn {
        width: 100%;
    }

    /* Compact coupon: code only (months already in headline) */
    .public-hero-ad-code__free,
    .public-hero-ad-code__sep {
        display: none;
    }

    .public-hero-ad-code {
        max-width: none;
        align-items: center;
        gap: 0.65rem;
        padding: 0.7rem 0.8rem;
        border-radius: 0.85rem;
        box-shadow: 0 10px 24px rgba(0, 75, 197, 0.22);
    }

    .public-hero-ad-code__ticket {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.65rem;
        width: 100%;
    }

    .public-hero-ad-code__label {
        flex: 0 0 auto;
        margin: 0;
        font-size: 0.7rem;
    }

    .public-hero-ad-code__value-row {
        width: auto;
        margin-left: auto;
    }

    .public-hero-ad-code__value {
        font-size: 1.1rem;
        padding: 0.3rem 0.55rem;
        letter-spacing: 0.05em;
    }

    .public-hero-ad-code__copy {
        width: 2.35rem;
        height: 2.35rem;
    }
}

@media (max-width: 575.98px) {
    .public-hero-promo__lead {
        font-size: 0.98rem;
    }

    .public-hero-ad-code {
        padding: 0.6rem 0.7rem;
    }

    .public-hero-ad-code__label {
        display: none;
    }

    .public-hero-ad-code__ticket {
        justify-content: center;
    }

    .public-hero-ad-code__value-row {
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }

    .public-hero-ad-code__value {
        font-size: 1.15rem;
    }
}

/* Desktop: copy + CTA left, code right */
@media (min-width: 992px) {
    .public-hero-promo {
        grid-template-columns: 1.05fr 0.95fr;
        grid-template-areas:
            "copy visual"
            "cta visual";
        column-gap: 2.75rem;
        row-gap: 1.5rem;
        align-items: center;
    }

    .public-hero-promo__copy {
        grid-area: copy;
        align-self: end;
    }

    .public-hero-promo__visual {
        grid-area: visual;
        align-self: center;
        min-height: 14rem;
        padding: 1.5rem 0.5rem;
    }

    .public-hero-promo__cta {
        grid-area: cta;
        align-self: start;
    }

    .public-hero-promo__eyebrow {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }

    .public-hero-promo h1 {
        margin-bottom: 1.15rem;
    }

    .public-hero-promo__lead {
        margin-bottom: 0;
        font-size: 1.125rem;
    }

    .public-hero-ad-code {
        padding: 1.35rem;
        border-radius: 1.15rem;
        gap: 1rem 1.15rem;
    }

    .public-hero-ad-code__free {
        min-width: 5.5rem;
    }

    .public-hero-ad-code__u {
        font-size: 0.72rem;
        max-width: 5.5rem;
    }

    .public-hero-ad-code__label {
        font-size: 0.72rem;
    }

    .public-hero-ad-code__value {
        padding: 0.4rem 0.85rem;
        letter-spacing: 0.06em;
    }

    .public-hero-ad-code__copy {
        width: 2.35rem;
        height: 2.35rem;
    }
}

.public-hero-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.public-hero-panel__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.public-hero-panel__top span {
    color: #64748b;
    font-size: 0.875rem;
}

.public-hero-panel__stat {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    background: var(--rs-blue-light);
    border-radius: 0.75rem;
}

.public-hero-panel__stat span {
    color: #475569;
    font-size: 0.875rem;
}

.public-hero-panel__stat strong {
    color: var(--rs-blue);
    font-size: 1.25rem;
}

.public-hero-panel__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.public-hero-panel__list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.95rem;
}

.public-hero-panel__list li:last-child {
    border-bottom: 0;
}

.public-hero-panel__list .is-pos {
    color: #166534;
    font-weight: 600;
}

.public-hero-panel__list .is-neg {
    color: #9a3412;
    font-weight: 600;
}

/* Hero: ledger / distribution */
.public-hero--ledger {
    text-align: left;
}

.public-hero-ledger-grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .public-hero-ledger-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.public-hero-distribute {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    font-variant-numeric: tabular-nums;
}

.public-hero-distribute__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.public-hero-distribute__label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.public-hero-distribute__title {
    display: block;
    font-size: 1.2rem;
    color: #152033;
}

.public-hero-distribute__total {
    text-align: right;
}

.public-hero-distribute__total span {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
}

.public-hero-distribute__total strong {
    color: var(--rs-blue);
    font-size: 1.35rem;
}

.public-hero-distribute__share {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    background: var(--rs-blue-light);
    border-radius: 0.75rem;
    font-size: 0.9rem;
    color: #475569;
}

.public-hero-distribute__share strong {
    color: var(--rs-blue);
    font-size: 1.05rem;
}

.public-hero-distribute__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.public-hero-distribute__list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.95rem;
}

.public-hero-distribute__list li:last-child {
    border-bottom: 0;
}

.public-hero-distribute__more {
    color: #64748b;
    font-size: 0.875rem;
}

/* Hero: minimal */
.public-hero--minimal {
    padding-top: 5.5rem;
    padding-bottom: 5rem;
    min-height: min(70vh, 36rem);
    display: flex;
    align-items: center;
}

.public-hero--minimal .container {
    width: 100%;
}

/* Hero: statement / notifications */
.public-hero--statement {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: left;
}

.public-hero-notify-grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .public-hero-notify-grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
    }
}

.public-hero-notify {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .public-hero-notify {
        margin-right: 0;
    }
}

.public-hero-notify__card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    animation: public-hero-notify-in 0.55s ease both;
}

.public-hero-notify__card:nth-child(2) {
    animation-delay: 0.12s;
}

.public-hero-notify__card:nth-child(3) {
    animation-delay: 0.24s;
}

.public-hero-notify__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.65rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    font-size: 0.95rem;
}

.public-hero-notify__icon--fund {
    background: #ecfdf5;
    color: #047857;
}

.public-hero-notify__icon--mail {
    background: #fff7ed;
    color: #c2410c;
}

.public-hero-notify__body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.public-hero-notify__body strong {
    font-size: 0.95rem;
    color: #152033;
}

.public-hero-notify__body span {
    font-size: 0.8rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-hero-notify__time {
    font-size: 0.75rem;
    color: #94a3b8;
    align-self: flex-start;
    padding-top: 0.15rem;
}

@keyframes public-hero-notify-in {
    from {
        opacity: 0;
        transform: translateY(0.6rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-hero-notify__card {
        animation: none;
    }
}

.public-mockup {
    max-width: 52rem;
    margin: 2rem auto 0;
    background: #fff;
    border-radius: 1.25rem;
    border: 6px solid #f1f5f9;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
    padding: 0.75rem;
}

.public-mockup-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.25rem 0.5rem;
}

.public-mockup-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.public-mockup-dot--red { background: #ff5f57; }
.public-mockup-dot--yellow { background: #ffbd2e; }
.public-mockup-dot--green { background: #28c940; }

.public-mockup-url {
    margin-left: 0.75rem;
    flex: 1;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 0.25rem 0.85rem;
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: left;
}

.public-mockup-screen {
    width: 100%;
    border-radius: 0.75rem;
    background: linear-gradient(160deg, #eef4fe 0%, #f8fbff 100%);
    padding: 1rem;
    text-align: left;
}

.public-mockup-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.public-mockup-group {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.public-mockup-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: var(--rs-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-mockup-group strong {
    font-size: 1.05rem;
    color: #1e293b;
}

.public-mockup-sub {
    font-size: 0.75rem;
    color: #94a3b8;
}

.public-mockup-chip {
    display: inline-flex;
    align-items: center;
    background: #ecfdf5;
    color: #059669;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.public-mockup-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.public-mockup-stat {
    background: #fff;
    border-radius: 0.85rem;
    padding: 0.85rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.public-mockup-stat--accent {
    background: var(--rs-blue);
}

.public-mockup-stat-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.public-mockup-stat--accent .public-mockup-stat-label {
    color: rgba(255, 255, 255, 0.75);
}

.public-mockup-stat-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
}

.public-mockup-stat--accent .public-mockup-stat-value {
    color: #fff;
}

.public-mockup-list {
    background: #fff;
    border-radius: 0.85rem;
    padding: 0.35rem 0.85rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.public-mockup-item {
    border-bottom: 1px solid #f1f5f9;
}

.public-mockup-item:last-child {
    border-bottom: 0;
}

.public-mockup-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    cursor: pointer;
}

.public-mockup-caret {
    color: #cbd5e1;
    font-size: 0.7rem;
    transition: transform 0.25s ease;
}

.public-mockup-item.is-open .public-mockup-caret {
    transform: rotate(180deg);
    color: var(--rs-blue);
}

.public-mockup-history {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.public-mockup-item.is-open .public-mockup-history {
    max-height: 12rem;
    overflow-y: auto;
}

.public-mockup-history ul {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0.75rem 3.1rem;
}

.public-mockup-hrow {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.3rem 0;
}

.public-mockup-hicon {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    flex-shrink: 0;
}

.public-mockup-hicon--pos {
    background: #ecfdf5;
    color: #059669;
}

.public-mockup-hicon--neg {
    background: #fef2f2;
    color: #dc2626;
}

.public-mockup-hlabel {
    flex: 1;
    font-size: 0.8rem;
    color: #475569;
}

.public-mockup-hamount {
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.public-mockup-hamount--pos { color: #059669; }
.public-mockup-hamount--neg { color: #dc2626; }

.public-mockup-row-id {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

.public-mockup-row-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.public-mockup-row-name {
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
}

.public-mockup-row-meta {
    font-size: 0.72rem;
    color: #94a3b8;
}

.public-mockup-row-meta--debt {
    color: #dc2626;
}

.public-mockup-pill {
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.public-mockup-pill--pos {
    background: #ecfdf5;
    color: #059669;
}

.public-mockup-pill--neg {
    background: #fef2f2;
    color: #dc2626;
}

.public-mockup-pill.is-bumped {
    animation: public-pill-bump 0.45s ease;
}

@keyframes public-pill-bump {
    0% { transform: scale(1); }
    35% { transform: scale(1.22); }
    100% { transform: scale(1); }
}

.public-mockup-addbtn {
    flex-shrink: 0;
    width: 1.9rem;
    height: 1.9rem;
    border: 0;
    border-radius: 0.6rem;
    background: var(--rs-blue);
    color: #fff;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.12s ease, background-color 0.15s ease;
}

.public-mockup-addbtn:hover {
    background: var(--rs-blue-dark);
    transform: translateY(-1px);
}

.public-mockup-addbtn:active {
    transform: scale(0.92);
}

.public-mockup-hint {
    margin: 0.75rem 0 0;
    text-align: center;
    font-size: 0.75rem;
    color: #94a3b8;
}

/* Section kicker */
.public-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rs-blue);
    margin-bottom: 0.5rem;
}

/* Landing body sections (ads-led redesign) */
.public-section {
    padding: 4rem 0;
    position: relative;
}

.public-section__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.5rem;
}

.public-section__head--start {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 42rem;
}

.public-section__head h2 {
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.85rem;
    letter-spacing: -0.02em;
}

.public-section__head p {
    margin: 0;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.5;
}

.public-section--compare,
.public-section--story {
    background:
        radial-gradient(circle at 10% 16%, rgba(0, 75, 197, 0.16), transparent 42%),
        radial-gradient(circle at 92% 6%, rgba(0, 75, 197, 0.12), transparent 34%),
        radial-gradient(circle at 78% 72%, rgba(0, 75, 197, 0.08), transparent 42%),
        linear-gradient(180deg, #e8f0fc 0%, #f4f8fd 48%, #eef4fc 100%);
}

.public-wash .public-section--compare,
.public-wash .public-section--story {
    background: transparent;
}

.public-compare {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem 1.5rem;
    max-width: 52rem;
    margin: 0 auto;
}

.public-compare__before {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.public-compare__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(0, 75, 197, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
    color: #475569;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 75, 197, 0.05);
}

.public-compare__item i {
    color: var(--rs-blue);
    opacity: 0.55;
}

.public-compare__arrow {
    color: var(--rs-blue);
    font-size: 1.25rem;
}

.public-compare__after {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.15rem 1.35rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, #0056e0 0%, var(--rs-blue) 55%, #003994 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 75, 197, 0.3);
    min-width: 12rem;
}

.public-compare__after strong {
    font-size: 1.15rem;
}

.public-compare__after span {
    font-size: 0.9rem;
    opacity: 0.9;
}

@media (max-width: 575.98px) {
    .public-compare__arrow {
        transform: rotate(90deg);
    }
}

.public-flow {
    margin-top: 3rem;
    padding: 2rem 1.15rem 2.15rem;
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 75, 197, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 249, 255, 0.96) 100%);
    border: 1px solid rgba(0, 75, 197, 0.12);
    box-shadow: 0 20px 48px rgba(0, 75, 197, 0.08);
}

@media (min-width: 768px) {
    .public-flow {
        padding: 2.5rem 2rem 2.35rem;
    }
}

.public-flow__intro {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 1.5rem;
}

.public-flow__intro h2 {
    font-size: clamp(1.65rem, 3.4vw, 2.15rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.65rem;
    letter-spacing: -0.02em;
}

.public-flow__intro p {
    margin: 0;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.5;
}

.public-flow-switch {
    display: flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 3px;
    padding: 4px;
    margin: 0 auto 2rem;
    background: rgba(0, 75, 197, 0.07);
    border: 1px solid rgba(0, 75, 197, 0.14);
    border-radius: 0.85rem;
}

.public-flow-switch__opt {
    min-width: 8.5rem;
    min-height: 2.55rem;
    padding: 0.4rem 1.15rem;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: #2d2d2d;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.public-flow-switch__opt:hover {
    background: rgba(0, 75, 197, 0.1);
}

.public-flow-switch__opt:focus-visible {
    outline: 2px solid var(--rs-blue);
    outline-offset: 2px;
}

.public-flow-switch__opt.is-active {
    background: #fff;
    color: var(--rs-blue);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.1);
    cursor: default;
}

.public-flow-panel {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.public-flow-panel[hidden] {
    display: none;
}

@media (min-width: 992px) {
    .public-flow-panel {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 3rem;
        min-height: 28rem;
    }
}

.public-flow-panel__lead {
    margin: 0 0 1.35rem;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.5;
}

.public-flow-steps {
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
    counter-reset: flow-step;
}

.public-flow-steps li {
    position: relative;
    counter-increment: flow-step;
    padding: 0 0 1.15rem 3rem;
}

.public-flow-steps li:last-child {
    padding-bottom: 0;
}

.public-flow-steps li::before {
    content: counter(flow-step);
    position: absolute;
    left: 0;
    top: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: var(--rs-blue);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    z-index: 1;
}

.public-flow-steps li::after {
    content: "";
    position: absolute;
    left: 0.88rem;
    top: 2rem;
    bottom: 0.15rem;
    width: 2px;
    background: rgba(0, 75, 197, 0.18);
}

.public-flow-steps li:last-child::after {
    display: none;
}

.public-flow-steps strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 1.05rem;
}

.public-flow-steps span {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.45;
}

.public-flow-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.25rem;
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
}

.public-flow-perks li {
    position: relative;
    padding-left: 1.15rem;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
}

.public-flow-perks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--rs-blue);
    font-weight: 700;
}

.public-flow-panel__visual {
    position: relative;
}

.public-flow-panel__visual::before {
    content: "";
    position: absolute;
    inset: 8% -12% -14% 4%;
    background: radial-gradient(circle at 50% 45%, rgba(0, 75, 197, 0.2), transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.public-flow-panel__visual .public-hero-panel {
    position: relative;
    z-index: 1;
    max-width: 22rem;
    margin-inline: auto;
    border-color: rgba(0, 75, 197, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    box-shadow: 0 22px 48px rgba(0, 75, 197, 0.14);
}

.public-flow-panel__visual .public-hero-panel__stat strong.is-pos {
    color: #059669;
}

.public-flow__trust {
    margin: 2.25rem 0 0;
    padding: 0.95rem 1.15rem;
    border-radius: 0.85rem;
    background: rgba(0, 75, 197, 0.06);
    border: 1px solid rgba(0, 75, 197, 0.1);
    text-align: center;
    color: #334155;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
}

.public-close-pricing {
    padding: 1.5rem 0 4rem;
    background:
        radial-gradient(circle at 10% 16%, rgba(0, 75, 197, 0.14), transparent 42%),
        radial-gradient(circle at 92% 8%, rgba(0, 75, 197, 0.1), transparent 34%),
        linear-gradient(180deg, #eef4fc 0%, #f4f8fd 55%, #eaf1fb 100%);
}

.public-pricing-panel {
    display: grid;
    gap: 2rem;
    align-items: center;
    padding: 2rem 1.15rem 2.15rem;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 249, 255, 0.98) 100%);
    border: 1px solid rgba(0, 75, 197, 0.12);
    box-shadow: 0 20px 48px rgba(0, 75, 197, 0.08);
}

@media (min-width: 768px) {
    .public-pricing-panel {
        padding: 2.5rem 2.25rem;
    }
}

@media (min-width: 992px) {
    .public-pricing-panel {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 2.75rem;
    }
}

.public-pricing-panel__copy h2 {
    font-size: clamp(1.65rem, 3.4vw, 2.15rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}

.public-pricing-panel__copy > p {
    margin: 0 0 1.15rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.5;
}

.public-pricing-panel__copy .public-flow-perks {
    margin-bottom: 1.15rem;
}

.public-pricing-panel__copy .public-flow-perks li {
    max-width: 28rem;
}

.public-close-pricing__more {
    display: inline-block;
    font-weight: 700;
    color: var(--rs-blue);
    text-decoration: none;
}

.public-close-pricing__more:hover {
    text-decoration: underline;
}

.public-pricing-panel__offer {
    padding: 1.35rem 1.25rem 1.5rem;
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid rgba(0, 75, 197, 0.14);
    box-shadow: 0 14px 32px rgba(0, 75, 197, 0.08);
    text-align: center;
}

.public-pricing-switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 1.25rem;
    padding: 4px;
    background: rgba(0, 75, 197, 0.07);
    border: 1px solid rgba(0, 75, 197, 0.14);
    border-radius: 0.85rem;
}

.public-pricing-switch__opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    min-height: 2.45rem;
    padding: 0.4rem 0.95rem;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: #2d2d2d;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.public-pricing-switch__opt:hover {
    background: rgba(0, 75, 197, 0.1);
}

.public-pricing-switch__opt:focus-visible {
    outline: 2px solid var(--rs-blue);
    outline-offset: 2px;
}

.public-pricing-switch__opt.is-active {
    background: #fff;
    color: var(--rs-blue);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.1);
    cursor: default;
}

.public-pricing-panel__price {
    padding-top: 0.1rem;
}

.public-pricing-panel__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    margin: 0 0 0.75rem;
}

.public-pricing-panel__save,
.public-pricing-panel__best {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.public-pricing-panel__save {
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
}

.public-pricing-panel__best {
    background: rgba(0, 75, 197, 0.1);
    color: var(--rs-blue);
}

.public-home-pricing__was {
    margin: 0 0 0.2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: line-through;
}

.public-pricing-panel__amount {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.45rem 0.65rem;
    margin-bottom: 0.35rem;
}

.public-pricing-panel__total {
    font-size: clamp(2.4rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--rs-blue);
}

.public-pricing-panel__vat {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
}

.public-pricing-panel__per {
    margin: 0 0 0.45rem;
    color: #475569;
    font-size: 1rem;
    font-weight: 600;
}

.public-pricing-panel__deal {
    margin: 0;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}

.public-pricing-panel__deal.is-muted {
    color: #64748b;
    font-weight: 500;
}

.public-close-pricing--page {
    padding-top: 2.5rem;
}

.public-pricing-page-intro {
    max-width: 40rem;
    margin: 0 auto 2rem;
}

.public-pricing-page-intro__title {
    margin: 0.35rem 0 0.85rem;
    font-size: clamp(1.85rem, 4.2vw, 2.75rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.public-pricing-page-intro__title .text-primary {
    display: block;
}

.public-pricing-page-intro__lead {
    margin: 0;
    color: #64748b;
    font-size: 1.08rem;
    line-height: 1.55;
}

.public-pricing-details {
    padding: 0 0 4rem;
    background:
        linear-gradient(180deg, #eaf1fb 0%, #f8fafc 28%, #ffffff 100%);
}

.public-pricing-details__grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 992px) {
    .public-pricing-details__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        align-items: stretch;
    }
}

.public-pricing-detail-card {
    height: 100%;
    padding: 1.75rem 1.5rem 1.85rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid rgba(0, 75, 197, 0.12);
    box-shadow: 0 16px 40px rgba(0, 75, 197, 0.06);
}

@media (min-width: 768px) {
    .public-pricing-detail-card {
        padding: 2rem 1.85rem;
    }
}

.public-pricing-detail-card h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.25rem, 2.4vw, 1.45rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.public-pricing-detail-card__lead {
    margin: 0 0 1.25rem;
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.5;
}

.public-pricing-detail-card__list {
    margin: 0.5rem 0 0;
    padding-left: 1.15rem;
    color: #475569;
}

.public-pricing-detail-card__list li {
    margin-bottom: 0.55rem;
    line-height: 1.45;
}

.public-pricing-calc-label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
}

.public-pricing-calc-range {
    margin-bottom: 1.15rem;
}

.public-pricing-calc-total {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%);
    border: 1px solid rgba(0, 75, 197, 0.14);
}

.public-pricing-calc-total span {
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 600;
}

.public-pricing-calc-total strong {
    color: var(--rs-blue);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.public-pricing-calc-example {
    margin: 0.85rem 0 0;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.45;
}

.public-pricing-truth {
    background: #f8fafc;
}

.public-close-finish,
.public-phone-banner {
    position: relative;
    overflow: hidden;
    padding: 4.25rem 0 0;
    color: #fff;
    background:
        radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.16), transparent 34%),
        linear-gradient(160deg, #004bc5 0%, #083176 58%, #071a3f 100%);
}

.public-phone-banner__inner {
    display: grid;
    gap: 2.5rem;
    align-items: center;
    padding-bottom: 3.25rem;
}

@media (min-width: 992px) {
    .public-phone-banner__inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 3rem;
    }
}

.public-phone-banner__kicker {
    display: block;
    margin-bottom: 0.55rem;
    color: #bfdbfe;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-close-finish .public-phone-banner__copy h2,
.public-phone-banner h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.85rem, 4vw, 2.55rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.public-phone-banner__copy > p {
    margin: 0 0 1.35rem;
    max-width: 32rem;
    color: #dbeafe;
    font-size: 1.08rem;
    line-height: 1.5;
}

.public-phone-banner__actions .pwa-install-inline {
    margin-top: 0;
}

.public-close-finish .btn-primary,
.public-phone-banner .btn-primary {
    background: #fff;
    border-color: #fff;
    color: var(--rs-blue);
    font-weight: 700;
}

.public-close-finish .btn-primary:hover,
.public-close-finish .btn-primary:focus-visible,
.public-phone-banner .btn-primary:hover,
.public-phone-banner .btn-primary:focus-visible {
    background: #eff6ff;
    border-color: #eff6ff;
    color: var(--rs-blue);
}

.public-close-finish .pwa-install-inline-ios,
.public-phone-banner .pwa-install-inline-ios {
    color: #dbeafe;
}

.public-phone-notifs {
    position: relative;
    width: min(22rem, 100%);
    min-height: 17.5rem;
    margin-inline: auto;
}

.public-phone-notif {
    position: absolute;
    left: 0;
    right: 1.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    opacity: 0;
    animation: public-notif-in 0.7s ease forwards;
}

.public-phone-notif--1 {
    top: 0;
    animation-delay: 0.15s;
    z-index: 3;
}

.public-phone-notif--2 {
    top: 5.1rem;
    left: 0.85rem;
    right: 0.65rem;
    animation-delay: 0.4s;
    z-index: 2;
}

.public-phone-notif--3 {
    top: 10.2rem;
    left: 1.7rem;
    right: 0;
    animation-delay: 0.65s;
    z-index: 1;
}

.public-phone-notif__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    background: var(--rs-blue);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.public-phone-notif__body header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.15rem;
}

.public-phone-notif__body header span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.public-phone-notif__body header time {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 600;
}

.public-phone-notif__body strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.25;
}

.public-phone-notif__body p {
    margin: 0.15rem 0 0;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.35;
}

.public-close-finish__act {
    position: relative;
    margin: 0 -0.75rem;
    padding: 2.5rem 1.25rem 3.25rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

@media (min-width: 768px) {
    .public-close-finish__act {
        margin: 0;
        padding: 2.75rem 2rem 3.5rem;
    }
}

.public-close-finish__act h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.55rem, 3.2vw, 2.05rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.public-close-finish__act p {
    max-width: 32rem;
    margin: 0 auto 1.35rem;
    color: #dbeafe;
    font-size: 1.05rem;
    line-height: 1.5;
}

@keyframes public-notif-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-phone-notif {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .public-phone-notifs {
        min-height: 16.5rem;
    }

    .public-phone-notif {
        right: 0.75rem;
    }

    .public-phone-notif--2 {
        left: 0.5rem;
        right: 0.35rem;
    }

    .public-phone-notif--3 {
        left: 1rem;
        right: 0;
    }
}

.public-trust-split {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .public-trust-split {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.public-trust-col h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid rgba(0, 75, 197, 0.2);
}

.public-trust-col--muted h3 {
    border-bottom-color: #e2e8f0;
    color: #64748b;
}

.public-trust-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.public-trust-col li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.5rem;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.45;
}

.public-trust-col li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--rs-blue);
    font-weight: 700;
}

.public-trust-col--muted li::before {
    content: "–";
    color: #94a3b8;
}

.public-trust-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.75rem;
    margin: 0;
    padding: 1.25rem 0 0;
    list-style: none;
    border-top: 1px solid #e2e8f0;
    justify-content: flex-start;
}

.public-trust-facts li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
}

.public-trust-facts i {
    color: var(--rs-blue);
}

.public-audience {
    display: grid;
    gap: 2.25rem;
    align-items: center;
}

@media (min-width: 992px) {
    .public-audience {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
    }

    .public-audience--reverse .public-audience__copy {
        order: 2;
    }

    .public-audience--reverse .public-audience__visual {
        order: 1;
    }
}

.public-audience__copy h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.85rem;
    letter-spacing: -0.02em;
}

.public-audience__copy > p {
    margin: 0 0 1.15rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.5;
}

.public-audience__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.public-audience__list li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.5rem;
    color: #475569;
    font-weight: 600;
    font-size: 0.98rem;
}

.public-audience__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--rs-blue);
    font-weight: 700;
}

.public-audience__visual .public-hero-panel {
    max-width: 22rem;
    margin-inline: auto;
}

.public-audience__visual .public-hero-panel__stat strong.is-pos {
    color: #059669;
}

.public-how {
    display: grid;
    gap: 1.25rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

@media (min-width: 768px) {
    .public-how {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.public-how__step {
    text-align: center;
    padding: 0.5rem 0.75rem;
}

.public-how__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.85rem;
    border-radius: 50%;
    background: var(--rs-blue);
    color: #fff;
    font-weight: 700;
}

.public-how__step h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
}

.public-how__step p {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.45;
}

.public-how__cta {
    text-align: center;
}

.public-handover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    max-width: 24rem;
    margin-inline: auto;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.public-handover__chip {
    flex: 1 1 8rem;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #f1f5f9;
    text-align: center;
}

.public-handover__chip span {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.public-handover__chip strong {
    font-size: 1rem;
}

.public-handover__chip--new {
    background: var(--rs-blue-light);
}

.public-handover__chip--new span {
    color: var(--rs-blue);
}

.public-handover__arrow {
    color: var(--rs-blue);
}

.public-handover__note {
    flex: 1 1 100%;
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    color: #64748b;
    text-align: center;
    line-height: 1.45;
}

.public-phone-card {
    max-width: 16rem;
    margin-inline: auto;
    padding: 1.25rem 1.15rem 1.35rem;
    border-radius: 1.5rem;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.2);
}

.public-phone-card__notch {
    width: 4rem;
    height: 0.35rem;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: #334155;
}

.public-phone-card__app {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.public-phone-card__push {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    background: #fff;
    color: #0f172a;
}

.public-phone-card__push strong {
    font-size: 0.95rem;
}

.public-phone-card__push span {
    font-size: 0.85rem;
    color: #64748b;
}

.public-phone-card__caption {
    margin: 1rem 0 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #cbd5e1;
    text-align: center;
}

.public-cta {
    position: relative;
    overflow: hidden;
    background: var(--rs-blue);
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 18px 42px rgba(0, 75, 197, 0.28);
}

.public-cta::before {
    content: "";
    position: absolute;
    width: 18rem;
    height: 18rem;
    right: -6rem;
    bottom: -8rem;
    border-radius: 50%;
    background: #fff;
    opacity: 0.06;
    pointer-events: none;
}

.public-cta p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.85);
    max-width: 32rem;
    margin: 0 auto 1.5rem;
}

.public-cta h2,
.public-cta .d-flex {
    position: relative;
    z-index: 1;
}

.public-home-pricing {
    padding: 1.25rem 0 0;
}

#pricing.public-section,
section#pricing {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background:
        radial-gradient(circle at 90% 10%, rgba(0, 75, 197, 0.06), transparent 42%),
        #f8fafc;
}

.public-wash #pricing.public-section,
.public-wash section#pricing {
    background: transparent;
}

/* Path cards (solo vs institution) - kept for other pages */
.public-path-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.public-path-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 2rem;
    height: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.public-path-card--primary {
    border-color: var(--rs-blue);
    box-shadow: 0 8px 24px rgba(0, 75, 197, 0.1);
}

.public-path-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.875rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.public-path-card ul {
    padding-left: 0;
    list-style: none;
    margin: 1rem 0 0;
}

.public-path-card li {
    padding: 0.35rem 0;
    color: #64748b;
    font-size: 0.95rem;
}

.public-path-card li i {
    color: var(--rs-blue);
    width: 1.25rem;
    margin-right: 0.5rem;
}

/* Truth cards */
.public-truth-card {
    border-radius: 1.25rem;
    padding: 2rem;
    height: 100%;
}

.public-truth-card--yes {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.public-truth-card--no {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.public-truth-card h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.public-truth-card ul {
    margin: 0;
    padding-left: 1.25rem;
    color: #475569;
}

/* Role tiles */
.public-role-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.public-role-tile {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 1.75rem;
    height: 100%;
}

.public-role-tile__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.public-role-tile h3 {
    font-size: 1.15rem;
    font-weight: 700;
}

.public-role-tile ul {
    margin: 0.75rem 0 0;
    padding-left: 0;
    list-style: none;
    font-size: 0.95rem;
    color: #64748b;
}

.public-role-tile li {
    padding: 0.25rem 0;
}

.public-role-tile li::before {
    content: "✓";
    color: var(--rs-blue);
    font-weight: 700;
    margin-right: 0.5rem;
}

/* Steps */
.public-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.public-step {
    text-align: center;
    padding: 1.5rem 1rem;
}

.public-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--rs-blue);
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Trust strip */
.public-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.public-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

.public-trust-pill i {
    color: var(--rs-blue);
}

/* FAQ */
.public-faq details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
}

.public-faq summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.public-faq summary::-webkit-details-marker {
    display: none;
}

.public-faq p {
    margin: 0.75rem 0 0;
    color: #64748b;
    font-size: 0.95rem;
}

/* Feature blocks */
.public-feature-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
    .public-feature-block {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.public-feature-list div {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0;
    color: #475569;
}

.public-feature-list i {
    color: var(--rs-blue);
    margin-top: 0.2rem;
    width: 1.25rem;
    text-align: center;
}

/* Pricing */
.public-price-head .public-price-number {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    color: var(--rs-blue);
    line-height: 1;
}

.public-yearly-offer {
    display: grid;
    gap: 2rem;
    align-items: center;
    max-width: 52rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: linear-gradient(180deg, var(--rs-blue-light) 0%, #fff 70%);
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
}

@media (min-width: 768px) {
    .public-yearly-offer {
        grid-template-columns: 1.1fr 1fr;
        gap: 2.5rem;
        padding: 2.5rem 2.75rem;
    }
}

.public-yearly-offer__price {
    text-align: center;
}

@media (min-width: 768px) {
    .public-yearly-offer__price {
        text-align: left;
    }
}

.public-yearly-offer__price-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin: 0.35rem 0 0.5rem;
}

@media (min-width: 768px) {
    .public-yearly-offer__price-line {
        justify-content: flex-start;
    }
}

.public-yearly-offer .public-price-number {
    font-size: clamp(2.75rem, 6vw, 4rem);
    font-weight: 700;
    color: var(--rs-blue);
    line-height: 1;
    margin: 0;
}

.public-yearly-offer__vat-inline {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
}

.public-yearly-offer__per {
    font-size: 1.05rem;
    color: #475569;
    margin-bottom: 0.5rem;
}

.public-yearly-offer__deal {
    font-size: 0.95rem;
    font-weight: 600;
    color: #15803d;
    margin-bottom: 0;
}

.public-yearly-offer__points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.85rem;
    color: #475569;
}

.public-yearly-offer__points li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.45;
}

.public-yearly-offer__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--rs-blue);
}

/* Landing pricing (multi-plan) */
.public-home-pricing {
    margin-top: 0.25rem;
}

.public-home-pricing__lengths {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
}

.public-home-pricing__length {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    min-width: 6.5rem;
    padding: 0.65rem 0.85rem 0.7rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background: #fff;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.public-home-pricing__length:hover,
.public-home-pricing__length:focus-visible {
    border-color: var(--rs-blue);
    outline: none;
}

.public-home-pricing__length.is-active {
    border-color: var(--rs-blue);
    background: var(--rs-blue-light);
    box-shadow: 0 0 0 1px var(--rs-blue);
}

.public-home-pricing__length-label {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
}

.public-home-pricing__length-save {
    font-size: 0.75rem;
    font-weight: 700;
    color: #15803d;
}

.public-home-pricing__length-best {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--rs-blue);
}

.public-home-pricing__offer {
    padding: 1rem 0 0;
}

.public-home-pricing__was {
    margin: 0 0 0.15rem;
    font-size: 1rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.public-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.public-plan-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    height: 100%;
}

.public-plan-card--featured {
    border-color: var(--rs-blue);
    box-shadow: 0 8px 24px rgba(0, 75, 197, 0.12);
}

.public-plan-ribbon {
    position: absolute;
    top: -0.6rem;
    right: 1rem;
    background: var(--rs-blue);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
}

/* Legal */
.public-legal-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 2rem;
}

/* Contact page */
.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.contact-info-list li:last-child {
    border-bottom: 0;
}

.contact-info-list li > i {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    background: #eef4ff;
    color: var(--rs-blue);
    font-size: 0.95rem;
}

.contact-info-list li > span {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-break: break-word;
}

.contact-info-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    font-weight: 600;
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Auth split card */
.public-auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.public-auth-card {
    display: flex;
    flex-direction: column;
    max-width: 56rem;
    width: 100%;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 20px 40px rgba(0, 43, 113, 0.06);
    overflow: hidden;
}

@media (min-width: 768px) {
    .public-auth-card {
        flex-direction: row;
        min-height: 32rem;
    }
}

.public-auth-brand {
    background: linear-gradient(145deg, var(--rs-blue) 0%, var(--rs-blue-dark) 100%);
    color: #fff;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .public-auth-brand {
        width: 42%;
        flex-shrink: 0;
    }
}

.public-auth-brand h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.public-auth-brand p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.public-auth-brand ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.public-auth-brand li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.public-auth-brand li i {
    margin-top: 0.15rem;
    opacity: 0.9;
}

.public-auth-brand .rs-logo {
    font-size: 2rem;
}

.public-auth-brand .rs-logo .brand-blue {
    color: #fff;
}

.public-auth-brand .rs-logo .brand-gray {
    color: rgba(255, 255, 255, 0.72);
}

.public-auth-form {
    padding: 2rem 2.5rem;
    flex: 1;
}

.public-auth-form--narrow {
    max-width: 28rem;
    margin: 0 auto;
    width: 100%;
}

.public-poll-reply-card {
    max-width: 28rem;
    width: 100%;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 20px 40px rgba(0, 43, 113, 0.06);
    padding: 2.25rem 2rem 2rem;
    text-align: center;
}

.public-poll-reply-icon {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto 1.1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.public-poll-reply-icon--ok {
    background: #ecfdf5;
    color: #047857;
}

.public-poll-reply-icon--muted {
    background: #f1f5f9;
    color: #64748b;
}

.public-poll-reply-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 0.75rem;
}

.public-poll-reply-prompt {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    margin: 0 0 0.65rem;
}

.public-poll-reply-detail {
    font-size: 1rem;
    color: #0f172a;
    margin: 0 0 0.5rem;
}

/* Register mode switch */
.public-register-switch-label {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
}

.public-register-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.public-register-switch__option {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    text-align: left;
    padding: 0.85rem 0.9rem;
    border-radius: 0.85rem;
    text-decoration: none;
    color: #475569;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.public-register-switch__option:hover {
    color: var(--rs-blue);
    border-color: #bfdbfe;
    background: #f8fbff;
}

.public-register-switch__option.is-active {
    background: #eff6ff;
    color: var(--rs-blue);
    border-color: var(--rs-blue);
    box-shadow: 0 0 0 1px var(--rs-blue);
}

.public-register-switch__icon {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.85rem;
}

.public-register-switch__option.is-active .public-register-switch__icon {
    background: var(--rs-blue);
    border-color: var(--rs-blue);
    color: #fff;
}

.public-register-switch__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.public-register-switch__title {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
    color: inherit;
}

.public-register-switch__hint {
    font-size: 0.72rem;
    line-height: 1.35;
    color: #64748b;
    font-weight: 500;
}

.public-register-switch__option.is-active .public-register-switch__hint {
    color: #3b6fb6;
}

@media (max-width: 420px) {
    .public-register-switch {
        grid-template-columns: 1fr;
    }
}

/* Step indicator */
.public-step-dots {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.public-step-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.public-step-dot.is-active {
    background: var(--rs-blue);
    width: 1.5rem;
    border-radius: 999px;
}

/* AR suggestions (institution register) */
.rs-ar-suggestions {
    z-index: 1050;
    max-height: 14rem;
    overflow-y: auto;
}

/* Buttons on public pages */
.public-body .btn-primary {
    border-radius: 12px;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
}

.public-body .btn-outline-primary {
    border-radius: 12px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-width: 2px;
}

.public-lead-narrow {
    max-width: 36rem;
}

.public-faq-narrow {
    max-width: 40rem;
}

.public-faq-nav {
    top: 5rem;
}

.public-card-neutral {
    background: #fff;
    border: 1px solid #e2e8f0;
}

/* Guides page */
.guide-block {
    margin-bottom: 3.5rem;
    scroll-margin-top: 5.5rem;
}

.guide-block__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.guide-block__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    background: rgba(0, 75, 197, 0.1);
    color: var(--rs-blue);
    font-size: 1.25rem;
}

.guide-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-step {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 0;
    border-top: 1px solid #e2e8f0;
}

.guide-step:first-child {
    border-top: none;
    padding-top: 0;
}

.guide-step__num {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--rs-blue);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
}

.guide-step__body {
    flex: 1 1 auto;
    min-width: 0;
}

.guide-step__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
}

.guide-step__text {
    color: #64748b;
    margin: 0;
}

.guide-shot {
    margin: 1rem 0 0;
}

.guide-shot__img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0.9rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.guide-shot--empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 9rem;
    border: 1px dashed #cbd5e1;
    border-radius: 0.9rem;
    background: #f8fafc;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 600;
}

.guide-shot--empty i {
    font-size: 1.75rem;
}

.pwa-install-inline {
    margin-top: 0.5rem;
}

.pwa-install-inline-ios {
    font-size: 0.95rem;
}

.guide-install {
    margin-bottom: 1.5rem;
}

/* Guides page - help center */
.public-hero--compact {
    padding-bottom: 2.5rem;
}

.public-hero--compact h1 {
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    margin-bottom: 0.65rem;
}

.guides-hc-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .guides-hc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
    }
}

@media (min-width: 1200px) {
    .guides-hc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.guides-hc-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    padding: 1.35rem 1.35rem 1.15rem;
    border: 1px solid #e2e8f0;
    border-radius: 1.1rem;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.guides-hc-card:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 12px 28px rgba(0, 75, 197, 0.08);
}

.guides-hc-card:focus-visible {
    outline: 2px solid var(--rs-blue);
    outline-offset: 2px;
}

.guides-hc-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    background: linear-gradient(145deg, var(--rs-blue-light) 0%, #fff 100%);
    color: var(--rs-blue);
    border: 1px solid #dbeafe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.guides-hc-card__body {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}

.guides-hc-card__title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}

.guides-hc-card__lead {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.guides-hc-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding-top: 0.85rem;
    border-top: 1px solid #f1f5f9;
}

.guides-hc-card__meta {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.guides-hc-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--rs-blue);
}

.guides-hc-toolbar {
    margin-bottom: 1.25rem;
}

.guides-hc-back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.guides-hc-back:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

.guides-hc-layout {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 992px) {
    .guides-hc-layout {
        grid-template-columns: 11.5rem minmax(0, 1fr);
        gap: 2rem;
        align-items: start;
    }
}

.guides-hc-sidebar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.65rem;
}

@media (min-width: 992px) {
    .guides-hc-sidebar {
        position: sticky;
        top: 5.5rem;
    }
}

.guides-hc-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.guides-hc-sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.55rem 0.65rem;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    min-width: 0;
}

.guides-hc-sidebar-link__icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.75rem;
}

.guides-hc-sidebar-link__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.guides-hc-sidebar-link:hover {
    background: #f8fafc;
    color: #334155;
}

.guides-hc-sidebar-link.is-active {
    background: var(--rs-blue-light);
    color: var(--rs-blue);
}

.guides-hc-sidebar-link.is-active .guides-hc-sidebar-link__icon {
    background: #fff;
    color: var(--rs-blue);
}

.guides-hc-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

@media (min-width: 768px) {
    .guides-hc-panel {
        padding: 1.75rem 1.85rem;
    }
}

.guides-hc-panel__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.guides-hc-panel__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, var(--rs-blue-light) 0%, #fff 100%);
    color: var(--rs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    border: 1px solid #dbeafe;
}

.guides-hc-panel__meta {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin: 0 0 0.25rem;
}

.guides-hc-panel__title {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.35rem;
    line-height: 1.25;
}

.guides-hc-panel__lead {
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    max-width: 42rem;
}

.guide-step--split .guide-step__body {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 992px) {
    .guide-step--split .guide-step__body {
        grid-template-columns: minmax(0, 1fr) minmax(0, 19.5rem);
    }
}

.guide-step--split .guide-phone {
    margin: 0;
    justify-self: center;
}

.guide-step--text-only .guide-step__text {
    max-width: 42rem;
}

.guide-steps--timeline .guide-step {
    position: relative;
    padding-left: 0.25rem;
}

.guide-steps--timeline .guide-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0.95rem;
    top: 2.6rem;
    bottom: -0.25rem;
    width: 2px;
    background: #e2e8f0;
}

.guide-step__num {
    position: relative;
    z-index: 1;
}

/* Guide phone mockups (faithful mini-app screens) */
.guide-phone {
    width: 100%;
    max-width: 19.5rem;
    margin: 1rem 0 0;
    background: #0f172a;
    border-radius: 2rem;
    padding: 0.55rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.guide-phone__notch {
    width: 32%;
    height: 0.35rem;
    background: #1e293b;
    border-radius: 999px;
    margin: 0.1rem auto 0.5rem;
}

.guide-phone__screen {
    background: linear-gradient(160deg, #eef4fe 0%, #f8fbff 100%);
    border-radius: 1.5rem;
    padding: 0.85rem 0.8rem;
    text-align: left;
}

.guide-phone__hint {
    margin: 0.6rem 0 0;
    text-align: center;
    font-size: 0.7rem;
    color: #94a3b8;
}

.gm-head {
    margin-bottom: 0.75rem;
}

.gm-eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    color: #94a3b8;
}

.gm-eyebrow .gm-back {
    color: var(--rs-blue);
    font-weight: 600;
}

.gm-h1 {
    font-size: 1.02rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0.15rem 0 0;
}

.gm-card {
    background: #fff;
    border-radius: 0.9rem;
    padding: 0.75rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    margin-bottom: 0.6rem;
}

.gm-card:last-child {
    margin-bottom: 0;
}

.gm-card__head {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    margin-bottom: 0.65rem;
}

.gm-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.8rem;
}

.gm-icon--accent {
    background: var(--rs-blue);
    color: #fff;
}

.gm-card__title {
    font-weight: 700;
    font-size: 0.85rem;
    color: #1e293b;
    line-height: 1.2;
}

.gm-card__desc {
    font-size: 0.7rem;
    color: #94a3b8;
}

.gm-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.2rem;
}

.gm-input {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    padding: 0.45rem 0.65rem;
    font-size: 0.82rem;
    color: #334155;
}

.gm-input--ph {
    color: #94a3b8;
}

.gm-field {
    margin-bottom: 0.55rem;
}

.gm-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.gm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    background: var(--rs-blue);
    color: #fff;
    border: 0;
    border-radius: 0.6rem;
    padding: 0.55rem;
    font-weight: 600;
    font-size: 0.82rem;
    cursor: pointer;
}

.gm-btn--outline {
    background: #fff;
    color: #475569;
    border: 1px solid #cbd5e1;
}

.gm-btn-row {
    display: flex;
    gap: 0.5rem;
}

.gm-btn-row .gm-btn {
    flex: 1;
}

.gm-step-dots {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.gm-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.gm-dot.is-active {
    background: var(--rs-blue);
    width: 1.4rem;
    border-radius: 999px;
}

.gm-step-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--rs-blue);
    margin-bottom: 0.1rem;
}

.gm-child {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.gm-child:last-child {
    border-bottom: 0;
}

.gm-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.gm-avatar--debtor {
    background: #fef2f2;
    color: #dc2626;
}

.gm-child__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.gm-child__name {
    font-weight: 600;
    font-size: 0.82rem;
    color: #334155;
}

.gm-child__meta {
    font-size: 0.68rem;
    color: #94a3b8;
}

.gm-child__meta--debt {
    color: #dc2626;
}

.gm-child__bal {
    font-weight: 700;
    font-size: 0.82rem;
    white-space: nowrap;
}

.gm-plus {
    width: 1.8rem;
    height: 1.8rem;
    border: 0;
    border-radius: 0.5rem;
    background: var(--rs-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.gm-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.gm-metric {
    background: #fff;
    border-radius: 0.7rem;
    padding: 0.55rem 0.6rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.gm-metric__label {
    display: block;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.gm-metric__value {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.gm-seg {
    display: inline-flex;
    background: #eef2f7;
    border-radius: 999px;
    padding: 0.2rem;
    gap: 0.15rem;
    margin-bottom: 0.6rem;
}

.gm-seg__item {
    font-size: 0.74rem;
    font-weight: 600;
    color: #64748b;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

.gm-seg__item.is-active {
    background: #fff;
    color: var(--rs-blue);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.gm-option {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.7rem;
    padding: 0.55rem 0.6rem;
    margin-bottom: 0.45rem;
    cursor: pointer;
    background: #fff;
}

.gm-option:last-child {
    margin-bottom: 0;
}

.gm-option.is-selected {
    border-color: var(--rs-blue);
    box-shadow: 0 0 0 2px rgba(0, 75, 197, 0.12);
}

.gm-option__icon {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.5rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.78rem;
}

.gm-option__body {
    flex: 1;
    min-width: 0;
}

.gm-option__title {
    font-weight: 600;
    font-size: 0.8rem;
    color: #334155;
}

.gm-option__desc {
    font-size: 0.67rem;
    color: #94a3b8;
}

.gm-option__check {
    color: #cbd5e1;
    flex-shrink: 0;
}

.gm-option.is-selected .gm-option__check {
    color: var(--rs-blue);
}

.gm-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.32rem 0;
    font-size: 0.8rem;
    color: #334155;
}

.gm-checkbox {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 0.25rem;
    border: 2px solid var(--rs-blue);
    background: var(--rs-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    flex-shrink: 0;
}

.gm-presets {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
}

.gm-preset {
    flex: 1;
    border: 1px solid var(--rs-blue);
    color: var(--rs-blue);
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.4rem;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
}

.gm-preset.is-active {
    background: var(--rs-blue);
    color: #fff;
}

.gm-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.gm-toggle:last-of-type {
    border-bottom: 0;
}

.gm-toggle__title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}

.gm-toggle__desc {
    font-size: 0.67rem;
    color: #94a3b8;
}

.guide-switch {
    width: 2.4rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #cbd5e1;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
    border: 0;
    padding: 0;
}

.guide-switch::after {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s ease;
}

.guide-switch.is-on {
    background: var(--rs-blue);
}

.guide-switch.is-on::after {
    transform: translateX(1.05rem);
}

.gm-status {
    background: var(--rs-blue-light);
    border-radius: 0.6rem;
    padding: 0.5rem 0.6rem;
    font-size: 0.72rem;
    color: var(--rs-blue);
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin-top: 0.6rem;
}

.gm-status--success {
    background: #ecfdf5;
    color: #059669;
}

.gm-activity {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.gm-activity:last-child {
    border-bottom: 0;
}

.gm-activity__icon {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
}

.gm-activity__icon--in {
    background: #ecfdf5;
    color: #059669;
}

.gm-activity__icon--out {
    background: #fef2f2;
    color: #dc2626;
}

.gm-activity__body {
    flex: 1;
    line-height: 1.25;
    min-width: 0;
}

.gm-activity__title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}

.gm-activity__meta {
    font-size: 0.67rem;
    color: #94a3b8;
}

.gm-activity__amt {
    font-weight: 700;
    font-size: 0.8rem;
    white-space: nowrap;
}

.gm-menu {
    border: 1px solid #e2e8f0;
    border-radius: 0.6rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
    padding: 0.25rem;
    margin-top: 0.45rem;
}

.gm-menu__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.42rem 0.5rem;
    font-size: 0.77rem;
    color: #475569;
    border-radius: 0.4rem;
}

.gm-menu__item.is-active {
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    font-weight: 600;
}

.gm-badge {
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    border-radius: 999px;
    padding: 0.15rem 0.5rem;
    font-size: 0.67rem;
    font-weight: 700;
}

.gm-note {
    font-size: 0.67rem;
    color: #94a3b8;
    margin: 0.45rem 0 0;
}

.gm-reveal {
    display: none;
}

.gm-item.is-open .gm-reveal {
    display: block;
}

.gm-item.is-open .gm-caret {
    transform: rotate(180deg);
}

.gm-caret {
    color: #cbd5e1;
    font-size: 0.7rem;
    transition: transform 0.2s ease;
}

.gm-h1--sm {
    font-size: 0.95rem;
}

.gm-plus--ghost {
    background: #fff;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.gm-metrics--flush {
    margin-bottom: 0;
}

.gm-card__head--tight {
    margin-bottom: 0.45rem;
}

.gm-btn--primary-outline {
    border-color: var(--rs-blue);
    color: var(--rs-blue);
}

.gm-cashier-name {
    font-size: 0.85rem;
    color: #1e293b;
}

/* Features page - interactive explorer */
.public-features-explorer {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .public-features-explorer {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 2rem;
        align-items: stretch;
    }
}

.public-features-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.public-features-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.public-features-tab i {
    font-size: 0.85rem;
    color: #94a3b8;
    transition: color 0.15s ease;
}

.public-features-tab:hover {
    border-color: #cbd5e1;
    color: #334155;
}

.public-features-tab.active {
    background: var(--rs-blue);
    border-color: var(--rs-blue);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 75, 197, 0.22);
}

.public-features-tab.active i {
    color: rgba(255, 255, 255, 0.9);
}

.public-features-panel {
    display: none;
    animation: publicFeaturesFade 0.28s ease;
}

.public-features-panel.is-active {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .public-features-panel.is-active {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        align-items: center;
    }
}

@keyframes publicFeaturesFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.public-features-copy h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 0.75rem;
}

.public-features-points {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.public-features-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #475569;
    line-height: 1.45;
}

.public-features-points i {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.45rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.public-features-preview {
    background: linear-gradient(160deg, #eef4fe 0%, #f8fbff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 1.25rem;
    min-height: 16rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.public-features-preview-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
}

.public-features-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.public-features-preview-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.public-features-preview-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    background: #ecfdf5;
    color: #047857;
}

.public-features-preview-badge--warn {
    background: #fff7ed;
    color: #c2410c;
}

.public-features-preview-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0;
    border-top: 1px solid #f1f5f9;
}

.public-features-preview-row:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.public-features-preview-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    flex-shrink: 0;
}

.public-features-preview-meta {
    flex: 1;
    min-width: 0;
}

.public-features-preview-meta strong {
    display: block;
    font-size: 0.82rem;
    color: #0f172a;
}

.public-features-preview-meta span {
    display: block;
    font-size: 0.72rem;
    color: #94a3b8;
}

.public-features-preview-amount {
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.public-features-preview-amount--pos { color: #059669; }
.public-features-preview-amount--neg { color: #dc2626; }

.public-features-preview-progress {
    height: 0.45rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
    margin: 0.75rem 0 0.35rem;
}

.public-features-preview-progress > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--rs-blue) 0%, #3b82f6 100%);
}

.public-features-preview-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.85rem;
}

.public-features-preview-stat {
    background: #f8fafc;
    border-radius: 0.75rem;
    padding: 0.65rem 0.55rem;
    text-align: center;
}

.public-features-preview-stat strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
}

.public-features-preview-stat span {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-top: 0.15rem;
}

.public-features-handover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 0.5rem;
}

.public-features-handover-card {
    flex: 1;
    max-width: 8.5rem;
    text-align: center;
    padding: 1rem 0.75rem;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.public-features-handover-card i {
    font-size: 1.35rem;
    color: var(--rs-blue);
    margin-bottom: 0.45rem;
}

.public-features-handover-card strong {
    display: block;
    font-size: 0.78rem;
    color: #0f172a;
}

.public-features-handover-card span {
    display: block;
    font-size: 0.68rem;
    color: #94a3b8;
    margin-top: 0.15rem;
}

.public-features-handover-arrow {
    color: #cbd5e1;
    font-size: 1.1rem;
}

.public-features-helper-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.public-features-helper-tile {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.85rem 0.75rem;
    text-align: center;
}

.public-features-helper-tile i {
    font-size: 1.1rem;
    color: var(--rs-blue);
    margin-bottom: 0.35rem;
}

.public-features-helper-tile strong {
    display: block;
    font-size: 0.75rem;
    color: #334155;
    line-height: 1.35;
}

.public-features-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .public-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .public-features-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.public-features-mini {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem;
    height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.public-features-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.public-features-mini__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
}

.public-features-mini h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.public-features-mini p {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.45;
}

/* Public blog */
.public-blog-hero {
    background: linear-gradient(165deg, #f0f6ff 0%, #fff 55%);
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.public-blog-hero-inner {
    display: grid;
    gap: 1.5rem;
    align-items: end;
}

@media (min-width: 992px) {
    .public-blog-hero-inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 2rem;
    }
}

.public-blog-hero-copy h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.15;
    margin-bottom: 0.75rem;
}

.public-blog-hero-copy p {
    color: #64748b;
    font-size: 1.05rem;
    max-width: 36rem;
    margin: 0;
}

.public-blog-search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: stretch;
}

.public-blog-search-field {
    flex: 1 1 12rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.35rem 0.85rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.public-blog-search-field i {
    color: #94a3b8;
}

.public-blog-search-field .form-control {
    border: 0;
    box-shadow: none;
    padding: 0.45rem 0;
    background: transparent;
}

.public-blog-main {
    padding: 2rem 0 4rem;
}

.public-blog-toolbar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .public-blog-toolbar {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.public-blog-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.public-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.public-blog-tag,
.public-blog-tag-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.public-blog-tag:hover {
    background: var(--rs-blue-light);
    color: var(--rs-blue);
}

.public-blog-tag.is-active {
    background: var(--rs-blue);
    color: #fff;
}

.public-blog-tag-pill {
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    backdrop-filter: blur(4px);
}

.public-blog-results-meta {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
    color: #334155;
}

.public-blog-empty {
    text-align: center;
    padding: 3rem 1rem;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
}

.public-blog-empty-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.public-blog-featured-wrap .public-blog-card--featured {
    grid-column: span 1;
}

@media (min-width: 992px) {
    .public-blog-featured-wrap .public-blog-card--featured {
        display: grid;
        grid-template-columns: 1.15fr 1fr;
    }

    .public-blog-featured-wrap .public-blog-card--featured .public-blog-card-media {
        min-height: 18rem;
    }

    .public-blog-featured-wrap .public-blog-card--featured .public-blog-card-body {
        padding: 2rem;
    }

    .public-blog-featured-wrap .public-blog-card--featured .public-blog-card-title {
        font-size: 1.75rem;
    }
}

.public-blog-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    .public-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .public-blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .public-blog-grid--related {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.public-blog-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.public-blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.public-blog-card-media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
}

.public-blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.public-blog-card:hover .public-blog-card-media img {
    transform: scale(1.03);
}

.public-blog-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rs-blue);
    font-size: 2rem;
    background: linear-gradient(135deg, #dbeafe 0%, #f8fafc 100%);
}

.public-blog-card-media-tags {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.public-blog-card-body {
    padding: 1.15rem 1.15rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.public-blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.public-blog-card-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.public-blog-card-title {
    font-size: 1.125rem;
    line-height: 1.35;
    margin: 0;
}

.public-blog-card-title a {
    color: inherit;
    text-decoration: none;
}

.public-blog-card-title a:hover {
    color: var(--rs-blue);
}

.public-blog-card-excerpt {
    color: #64748b;
    font-size: 0.9375rem;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.public-blog-card-read {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--rs-blue);
    text-decoration: none;
}

.public-blog-card-read:hover {
    text-decoration: underline;
}

.public-blog-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.public-blog-pagination-label {
    font-size: 0.875rem;
    color: #64748b;
}

/* Article page */
.public-blog-post-hero {
    position: relative;
    background: #0f172a;
    color: #fff;
    padding-bottom: 2rem;
}

.public-blog-post-hero--plain {
    background: linear-gradient(165deg, #004bc5 0%, #1e3a8a 100%);
}

.public-blog-post-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.public-blog-post-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.88) 100%);
}

.public-blog-post-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 16rem;
    object-fit: cover;
}

.public-blog-post-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 1.5rem;
}

.public-blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.public-blog-back-link:hover {
    color: #fff;
}

.public-blog-post-title {
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    line-height: 1.12;
    margin-bottom: 0.75rem;
    max-width: 48rem;
}

.public-blog-post-lead {
    font-size: 1.125rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    max-width: 42rem;
    margin-bottom: 1rem;
}

.public-blog-post-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.public-blog-post-author {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.public-blog-post-avatar {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.public-blog-post-layout {
    padding: 2.5rem 0 3rem;
}

.public-blog-post-center {
    width: 100%;
    max-width: 42rem;
    margin: 0 auto;
}

.public-blog-post-content {
    max-width: none;
}

.public-blog-body {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #334155;
}

.public-blog-body h2,
.public-blog-body h3 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.public-blog-body p {
    margin-bottom: 1.1rem;
}

.public-blog-body a {
    color: var(--rs-blue);
}

.public-blog-body blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--rs-blue);
    background: #f8fafc;
    border-radius: 0 0.75rem 0.75rem 0;
    color: #475569;
}

.public-blog-post-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.public-blog-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.public-blog-like-btn.is-liked,
.public-blog-like-btn:disabled {
    background: #fff5f5;
    border-color: #fecaca;
    color: #dc2626;
}

.public-blog-comments {
    margin-top: 0.5rem;
}

.public-blog-comments-header {
    margin-bottom: 1rem;
}

.public-blog-comments-header h2 {
    font-size: 1.35rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.public-blog-comments-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.65rem;
    height: 1.65rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
}

.public-blog-composer {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.15rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.public-blog-composer-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}

.public-blog-comment-input {
    border-radius: 0.75rem;
    border-color: #e2e8f0;
    resize: vertical;
    min-height: 5.5rem;
    padding: 0.75rem 0.9rem;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.public-blog-comment-input:focus {
    border-color: var(--rs-blue);
    box-shadow: 0 0 0 3px rgba(0, 75, 197, 0.12);
}

.public-blog-comment-form .input,
.public-blog-comment-form .form-group {
    margin-bottom: 0.75rem;
}

.public-blog-comment-form-foot {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.public-blog-signin-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.public-blog-signin-banner-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    background: var(--rs-blue-light);
    color: var(--rs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.public-blog-signin-banner-copy {
    flex: 1 1 12rem;
    min-width: 0;
}

.public-blog-signin-banner-copy strong {
    display: block;
    font-size: 0.9375rem;
    color: #0f172a;
    margin-bottom: 0.2rem;
}

.public-blog-signin-banner-copy p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.45;
}

.public-blog-comments-empty {
    text-align: center;
    padding: 2rem 1rem;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    background: #f8fafc;
}

.public-blog-comments-empty i {
    font-size: 1.75rem;
    color: #94a3b8;
    margin-bottom: 0.65rem;
}

.public-blog-comments-empty p {
    margin: 0;
    font-size: 0.9375rem;
}

.public-blog-comment-thread {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.public-blog-comment-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.public-blog-comment-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: var(--rs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    flex-shrink: 0;
}

.public-blog-comment-head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    align-items: baseline;
    margin-bottom: 0.35rem;
}

.public-blog-comment-head strong {
    font-size: 0.9375rem;
    color: #0f172a;
}

.public-blog-comment-head time {
    font-size: 0.8125rem;
    color: #94a3b8;
}

.public-blog-comment-text {
    font-size: 0.9375rem;
    color: #334155;
    line-height: 1.55;
    white-space: pre-wrap;
}

.public-blog-related {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 2.5rem 0 3rem;
}

.public-blog-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.public-blog-related-head h2 {
    font-size: 1.35rem;
    margin: 0;
}

.public-blog-related-head a {
    font-weight: 600;
    font-size: 0.875rem;
}

