.rbms-public-page .site-content,
.rbms-public-page .content-area,
.rbms-public-page .site-main,
.rbms-public-page .inside-article {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.rbms-public-page .site-content { display: block; }
.rbms-public-page .entry-header { display: none; }
.rbms-public-page .site-header, .rbms-public-page .main-navigation { display: none !important; }

.rbms-site {
    --rbms-red: #eb0028;
    --rbms-red-dark: #b90020;
    --rbms-ink: #20242b;
    --rbms-ink-deep: #12151a;
    --rbms-muted: #626a75;
    --rbms-soft: #f3f4f6;
    --rbms-line: #daddE3;
    --rbms-white: #fff;
    background: var(--rbms-white);
    color: var(--rbms-ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}

.rbms-site *, .rbms-site *::before, .rbms-site *::after { box-sizing: border-box; }
.rbms-shell { margin: 0 auto; max-width: 1180px; padding-left: 28px; padding-right: 28px; }
.rbms-site [data-rbms-nav-section] { scroll-margin-top: 82px; }
.rbms-site h1, .rbms-site h2, .rbms-site h3, .rbms-site p { margin-top: 0; }
.rbms-site h1, .rbms-site h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.rbms-kicker { color: var(--rbms-red); font-size: 12px; font-weight: 800; letter-spacing: .14em; margin-bottom: 16px; text-transform: uppercase; }

.rbms-skip-link { background: var(--rbms-ink-deep); color: #fff !important; left: 16px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.rbms-skip-link:focus { top: 12px; }
.rbms-site-nav { background: rgb(255 255 255 / 96%); border-bottom: 1px solid var(--rbms-line); position: sticky; top: 0; z-index: 40; }
.admin-bar .rbms-site-nav { top: 32px; }
.rbms-site-nav__inner { align-items: center; display: flex; justify-content: space-between; min-height: 72px; position: relative; }
.rbms-site-nav__brand { align-items: center; color: var(--rbms-ink-deep) !important; display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 900; gap: 10px; letter-spacing: .045em; text-decoration: none !important; text-transform: uppercase; }
.rbms-site-nav__brand .rbms-brand-mark { height: 32px; width: 32px; }
.rbms-primary-navigation { align-items: center; display: flex; gap: 6px; }
.rbms-primary-navigation a { border-bottom: 2px solid transparent; color: var(--rbms-muted) !important; font-size: 13px; font-weight: 750; padding: 25px 12px 23px; text-decoration: none !important; transition: border-color .15s ease, color .15s ease; }
.rbms-primary-navigation a:hover, .rbms-primary-navigation a[aria-current="location"] { border-color: var(--rbms-red); color: var(--rbms-ink-deep) !important; }
.rbms-primary-navigation .rbms-nav-sign-in { background: var(--rbms-ink-deep); border: 0; color: #fff !important; margin-left: 10px; padding: 11px 17px; }
.rbms-primary-navigation .rbms-nav-sign-in:hover { background: var(--rbms-red); color: #fff !important; }
.rbms-menu-toggle { align-items: center; background: transparent; border: 1px solid var(--rbms-line); color: var(--rbms-ink-deep); display: none; font-size: 12px; font-weight: 800; gap: 10px; padding: 9px 11px; text-transform: uppercase; }
.rbms-menu-toggle i, .rbms-menu-toggle i::before, .rbms-menu-toggle i::after { background: currentcolor; content: ""; display: block; height: 2px; transition: transform .15s ease; width: 16px; }
.rbms-menu-toggle i { position: relative; }
.rbms-menu-toggle i::before { left: 0; position: absolute; top: -5px; }
.rbms-menu-toggle i::after { left: 0; position: absolute; top: 5px; }
.rbms-site-nav.is-open .rbms-menu-toggle i { background: transparent; }
.rbms-site-nav.is-open .rbms-menu-toggle i::before { top: 0; transform: rotate(45deg); }
.rbms-site-nav.is-open .rbms-menu-toggle i::after { top: 0; transform: rotate(-45deg); }

.rbms-home-hero {
    background:
        radial-gradient(circle at 78% 30%, rgb(235 0 40 / 10%), transparent 31%),
        linear-gradient(125deg, #fff 0%, #fff 55%, #f7f7f8 100%);
    border-bottom: 1px solid var(--rbms-line);
    overflow: hidden;
    padding: 92px 0 88px;
    position: relative;
}

.rbms-home-hero::after { background: var(--rbms-red); content: ""; height: 3px; left: 0; position: absolute; top: 0; width: 31%; }
.rbms-home-hero__grid { align-items: center; display: grid; gap: 76px; grid-template-columns: 1.08fr .92fr; }
.rbms-brand-lockup { align-items: center; display: flex; font-size: 13px; font-weight: 800; gap: 10px; letter-spacing: .04em; margin-bottom: 54px; text-transform: uppercase; }
.rbms-brand-mark { align-items: center; background: var(--rbms-red); color: #fff; display: inline-flex; height: 34px; justify-content: center; transform: skew(-7deg); width: 34px; }
.rbms-brand-mark svg { fill: none; height: 19px; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transform: skew(7deg); width: 19px; }
.rbms-home-hero h1 { color: var(--rbms-ink-deep); font-size: clamp(52px, 6vw, 82px); line-height: .98; margin-bottom: 28px; }
.rbms-home-hero h1 span { color: var(--rbms-red); }
.rbms-lede { color: var(--rbms-muted); font-size: 18px; line-height: 1.7; max-width: 650px; }
.rbms-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.rbms-button { align-items: center; border: 1px solid transparent; border-radius: 3px; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 800; gap: 12px; justify-content: center; line-height: 1.2; min-height: 48px; padding: 14px 20px; text-decoration: none !important; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.rbms-button:hover { transform: translateY(-1px); }
.rbms-button svg { fill: none; height: 18px; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 18px; }
.rbms-button--primary { background: var(--rbms-red); color: #fff !important; }
.rbms-button--primary:hover { background: var(--rbms-red-dark); }
.rbms-button--quiet { color: var(--rbms-ink) !important; }
.rbms-button--quiet:hover { background: var(--rbms-soft); }
.rbms-button--outline { background: #fff; border-color: var(--rbms-line); color: var(--rbms-ink); }
.rbms-button--light { background: #fff; color: var(--rbms-ink-deep) !important; }
.rbms-stage-note { align-items: center; color: var(--rbms-muted); display: flex; font-size: 12px; gap: 9px; margin: 28px 0 0; }
.rbms-stage-note span { background: #2f9e5b; border-radius: 50%; box-shadow: 0 0 0 4px rgb(47 158 91 / 15%); height: 7px; width: 7px; }

.rbms-workflow-card { background: #fff; border: 1px solid var(--rbms-line); box-shadow: 18px 22px 0 #e9eaed, 0 20px 55px rgb(16 20 27 / 11%); position: relative; }
.rbms-workflow-card::before { background: var(--rbms-red); content: ""; height: 5px; left: -1px; position: absolute; right: -1px; top: -1px; }
.rbms-workflow-card__top { align-items: center; border-bottom: 1px solid var(--rbms-line); display: flex; justify-content: space-between; padding: 28px; }
.rbms-workflow-card__top strong { display: block; font-size: 20px; margin-top: 4px; }
.rbms-small-label { color: var(--rbms-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rbms-status-pill { background: #fff0f2; color: var(--rbms-red-dark); font-size: 11px; font-weight: 800; padding: 7px 10px; text-transform: uppercase; }
.rbms-progress-list { list-style: none; margin: 0; padding: 12px 28px; }
.rbms-progress-list li { align-items: center; border-bottom: 1px solid #eceef1; display: grid; gap: 14px; grid-template-columns: 36px 1fr auto; padding: 19px 0; }
.rbms-progress-list li:last-child { border-bottom: 0; }
.rbms-progress-icon { align-items: center; background: var(--rbms-soft); color: var(--rbms-muted); display: flex; height: 36px; justify-content: center; width: 36px; }
.rbms-progress-icon svg { fill: none; height: 19px; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 19px; }
.rbms-progress-list strong, .rbms-progress-list small { display: block; }
.rbms-progress-list small { color: var(--rbms-muted); font-size: 12px; margin-top: 2px; }
.rbms-progress-meta { color: var(--rbms-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rbms-progress-list .is-complete .rbms-progress-icon { background: #e3f5e9; color: #1b7941; }
.rbms-progress-list .is-active .rbms-progress-icon { background: var(--rbms-red); color: #fff; }
.rbms-progress-list .is-active .rbms-progress-meta { color: var(--rbms-red); }
.rbms-workflow-card__footer { align-items: center; background: var(--rbms-soft); color: var(--rbms-muted); display: flex; font-size: 12px; justify-content: space-between; padding: 16px 28px; }
.rbms-avatar-stack { display: flex; }
.rbms-avatar-stack i { align-items: center; background: var(--rbms-ink); border: 2px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 9px; font-style: normal; font-weight: 800; height: 28px; justify-content: center; margin-left: -7px; width: 28px; }
.rbms-avatar-stack i:last-child { background: var(--rbms-red); }

.rbms-principles { padding: 100px 0; }
.rbms-section-heading { max-width: 700px; }
.rbms-section-heading h2, .rbms-modular h2, .rbms-bottom-cta h2 { font-size: clamp(38px, 4.8vw, 58px); line-height: 1.06; margin-bottom: 22px; }
.rbms-section-heading > p:last-child, .rbms-copy-muted { color: var(--rbms-muted); font-size: 17px; line-height: 1.7; }
.rbms-principle-grid { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 56px; }
.rbms-principle-card { border-left: 1px solid var(--rbms-line); padding: 8px 42px 10px; }
.rbms-principle-card:first-child { border-left: 0; padding-left: 0; }
.rbms-principle-card:last-child { padding-right: 0; }
.rbms-principle-card h3 { font-size: 19px; margin: 26px 0 10px; }
.rbms-principle-card p { color: var(--rbms-muted); font-size: 14px; }
.rbms-line-icon { align-items: center; border: 1px solid var(--rbms-line); color: var(--rbms-red); display: inline-flex; height: 48px; justify-content: center; position: relative; width: 48px; }
.rbms-line-icon svg { fill: none; height: 24px; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; width: 24px; }
.rbms-line-icon[data-rbms-tooltip]::after { background: var(--rbms-ink-deep); bottom: calc(100% + 8px); color: #fff; content: attr(data-rbms-tooltip); font-size: 11px; left: 50%; opacity: 0; padding: 5px 8px; pointer-events: none; position: absolute; transform: translate(-50%, 4px); transition: .15s ease; white-space: nowrap; }
.rbms-line-icon[data-rbms-tooltip]:hover::after { opacity: 1; transform: translate(-50%, 0); }

.rbms-modular { background: var(--rbms-soft); border-bottom: 1px solid var(--rbms-line); border-top: 1px solid var(--rbms-line); padding: 98px 0; }
.rbms-modular__grid { align-items: center; display: grid; gap: 90px; grid-template-columns: .9fr 1.1fr; }
.rbms-module-list { background: #fff; border: 1px solid var(--rbms-line); }
.rbms-module-list > div { align-items: center; border-bottom: 1px solid var(--rbms-line); display: grid; gap: 16px; grid-template-columns: 42px 1fr auto; padding: 18px 20px; }
.rbms-module-list > div:last-child { border-bottom: 0; }
.rbms-module-list span { align-items: center; background: var(--rbms-soft); display: flex; font-family: Georgia, serif; font-weight: 700; height: 40px; justify-content: center; width: 40px; }
.rbms-module-list strong, .rbms-module-list small { display: block; }
.rbms-module-list small { color: var(--rbms-muted); font-size: 12px; }
.rbms-module-list b { color: #b5bac2; font-size: 12px; }
.rbms-module-list .is-live { border-left: 4px solid var(--rbms-red); }
.rbms-module-list .is-live span { background: var(--rbms-red); color: #fff; }
.rbms-module-list .is-live b { color: var(--rbms-red); }

.rbms-bottom-cta { background: var(--rbms-ink-deep); color: #fff; padding: 74px 0; }
.rbms-bottom-cta__inner { align-items: center; display: flex; gap: 50px; justify-content: space-between; }
.rbms-bottom-cta h2 { margin-bottom: 0; max-width: 750px; }

.rbms-review { min-height: 100vh; }
.rbms-review-header { background: var(--rbms-ink-deep); color: #fff; padding: 72px 0 64px; }
.rbms-review-header h1 { font-size: clamp(48px, 6vw, 72px); margin-bottom: 12px; }
.rbms-review-header > .rbms-shell > p:last-child { color: #b8bec7; font-size: 17px; }
.rbms-back-link { align-items: center; color: #fff !important; display: inline-flex; font-size: 12px; font-weight: 800; gap: 7px; margin-bottom: 50px; text-decoration: none; text-transform: uppercase; }
.rbms-back-link svg { fill: none; height: 16px; stroke: currentcolor; stroke-width: 2; width: 16px; }
.rbms-review-body { padding-bottom: 100px; }
.rbms-review-section { border-bottom: 1px solid var(--rbms-line); display: grid; gap: 70px; grid-template-columns: 250px 1fr; padding: 72px 0; }
.rbms-review-section__title { display: flex; gap: 16px; }
.rbms-review-section__title > span { color: var(--rbms-red); font-size: 11px; font-weight: 800; padding-top: 7px; }
.rbms-review-section__title h2 { font-family: inherit; font-size: 24px; letter-spacing: 0; margin-bottom: 5px; }
.rbms-review-section__title p { color: var(--rbms-muted); font-size: 13px; }
.rbms-swatch-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.rbms-swatch { border: 1px solid var(--rbms-line); padding: 12px; }
.rbms-swatch i { background: var(--swatch); border: 1px solid #e2e4e7; display: block; height: 96px; margin-bottom: 13px; }
.rbms-swatch strong, .rbms-swatch code { display: block; }
.rbms-swatch strong { font-size: 13px; }
.rbms-swatch code { background: none; color: var(--rbms-muted); font-size: 11px; padding: 0; }
.rbms-type-sample { align-items: end; display: grid; gap: 50px; grid-template-columns: 1.2fr .8fr; }
.rbms-type-display { font-family: Georgia, serif; font-size: clamp(35px, 4vw, 52px); letter-spacing: -.035em; line-height: 1.08; margin-bottom: 0; }
.rbms-type-sample span { color: var(--rbms-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.rbms-type-sample div p { color: var(--rbms-muted); margin: 10px 0 0; }
.rbms-icon-review { display: grid; gap: 18px; grid-template-columns: repeat(6, 1fr); }
.rbms-icon-review > div { align-items: center; display: flex; flex-direction: column; gap: 9px; }
.rbms-icon-review small { color: var(--rbms-muted); }
.rbms-control-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.rbms-message-stack { display: grid; gap: 12px; }
.rbms-message { align-items: flex-start; border: 1px solid var(--rbms-line); display: flex; gap: 14px; padding: 16px; }
.rbms-message > span { align-items: center; border-radius: 50%; display: flex; flex: 0 0 30px; font-weight: 900; height: 30px; justify-content: center; }
.rbms-message svg { fill: none; height: 17px; stroke: currentcolor; stroke-width: 2; width: 17px; }
.rbms-message strong { display: block; font-size: 14px; }
.rbms-message p { color: var(--rbms-muted); font-size: 13px; margin: 3px 0 0; }
.rbms-message--success { background: #f2fbf5; border-color: #bfe3ca; }
.rbms-message--success > span { background: #d8f1e0; color: #176638; }
.rbms-message--warning { background: #fff9e9; border-color: #ead69c; }
.rbms-message--warning > span { background: #f7e8b6; color: #6f5100; }
.rbms-message--info { background: #f3f6fa; border-color: #ced7e3; }
.rbms-message--info > span { background: #dfe7f1; color: #314d6f; }

@media (max-width: 900px) {
    .rbms-home-hero { padding-top: 64px; }
    .rbms-home-hero__grid, .rbms-modular__grid { grid-template-columns: minmax(0, 1fr); }
    .rbms-home-hero__copy, .rbms-workflow-card, .rbms-modular__grid > * { min-width: 0; }
    .rbms-workflow-card { margin: 12px 10px 24px 0; }
    .rbms-principle-grid { gap: 36px; grid-template-columns: 1fr; }
    .rbms-principle-card, .rbms-principle-card:first-child, .rbms-principle-card:last-child { border-left: 0; border-top: 1px solid var(--rbms-line); padding: 30px 0 0; }
    .rbms-review-section { gap: 34px; grid-template-columns: 1fr; }
    .rbms-swatch-grid { grid-template-columns: repeat(2, 1fr); }
    .rbms-icon-review { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
    .rbms-site-nav__inner { min-height: 64px; }
    .rbms-menu-toggle { display: inline-flex; }
    .rbms-primary-navigation { align-items: stretch; background: #fff; border-bottom: 1px solid var(--rbms-line); border-top: 1px solid var(--rbms-line); box-shadow: 0 18px 35px rgb(16 20 27 / 10%); display: none; flex-direction: column; gap: 0; left: 0; padding: 8px 20px 18px; position: absolute; right: 0; top: 100%; }
    .rbms-site-nav.is-open .rbms-primary-navigation { display: flex; }
    .rbms-primary-navigation a { border-bottom: 1px solid var(--rbms-line); padding: 13px 4px; }
    .rbms-primary-navigation a:hover, .rbms-primary-navigation a[aria-current="location"] { border-bottom-color: var(--rbms-red); }
    .rbms-primary-navigation .rbms-nav-sign-in { margin: 10px 0 0; padding: 13px 16px; text-align: center; }
}

@media (max-width: 620px) {
    .rbms-shell { padding-left: 20px; padding-right: 20px; }
    .rbms-brand-lockup { margin-bottom: 38px; }
    .rbms-home-hero h1 { font-size: 45px; overflow-wrap: anywhere; }
    .rbms-home-hero h1 span { display: block; }
    .rbms-kicker { overflow-wrap: anywhere; }
    .rbms-actions, .rbms-bottom-cta__inner { align-items: stretch; flex-direction: column; }
    .rbms-actions .rbms-button { width: 100%; }
    .rbms-workflow-card { box-shadow: 8px 12px 0 #e9eaed, 0 16px 35px rgb(16 20 27 / 10%); margin-right: 0; }
    .rbms-workflow-card__top { align-items: flex-start; flex-wrap: wrap; gap: 10px; }
    .rbms-progress-list { padding-left: 18px; padding-right: 18px; }
    .rbms-progress-list li { grid-template-columns: 34px 1fr; }
    .rbms-progress-meta { display: none; }
    .rbms-swatch-grid, .rbms-type-sample { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
    .rbms-site-nav__brand > span:last-child { max-width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
    .rbms-site * { scroll-behavior: auto !important; transition: none !important; }
}
