*,
*::before,
*::after { box-sizing: border-box; }
:root{
    --rsbt-accent:#B43A54;
    --rsbt-dark:#171717;
    --rsbt-gold:#d6b565;
    --site-header-h: 128px;
}
body { margin: 0; font-family: "Roboto", Arial, Helvetica, sans-serif; color: #1f2937; background: #fff; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container-wide { width: min(1280px, 94%); margin: 0 auto; }
.container-narrow { width: min(940px, 92%); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 100; overflow: visible; }
.top-strip { background: var(--rsbt-accent); color: #fff; font-size: 13px; }
.top-strip-content { display: flex; justify-content: space-between; align-items: center; padding: 0; gap: 16px; flex-wrap: wrap; }
.top-contact { display: flex; gap: 18px; align-items: center; padding: 8px 0; flex-wrap: wrap; }
.top-contact-link { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 13px; }
.top-contact-link:hover { color: #ffe08a; }
.top-contact-icon { width: 16px; height: 16px; flex-shrink: 0; display: block; object-fit: contain; }
.top-actions { display: flex; gap: 12px; align-items: stretch; margin-left: auto; }
.search-btn { border: 0; background: transparent; color: #fff; width: 20px; height: 20px; padding: 0; cursor: pointer; align-self: center; margin: 0 4px 0 8px; flex-shrink: 0; }

.top-action-nav { display: flex; align-items: stretch; }
.top-action-item {
    position: relative; display: flex; align-items: stretch;
    border-left: 1px solid rgba(255,255,255,.25);
}
.top-action-item > a,
.top-action-trigger {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 10px 16px; border: 0; background: transparent;
    font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 600;
    color: #fff; cursor: pointer; white-space: nowrap;
}
.top-action-item > a:hover,
.top-action-item:hover > .top-action-trigger { background: rgba(0,0,0,.12); color: #fff; }
.top-action-caret { font-size: 8px; line-height: 1; opacity: .9; }
.top-action-submenu {
    position: absolute; right: 0; top: 100%; min-width: 180px; background: #fff; color: #111;
    border: 1px solid #ddd; box-shadow: 0 12px 24px rgba(0,0,0,.14); display: none; z-index: 30;
}
.top-action-submenu a {
    display: block; padding: 10px 14px; font-size: 13px; font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #f2f2f2; color: #111;
}
.top-action-submenu a:hover { background: #f8f8f8; color: var(--rsbt-accent); }
.top-action-item.has-children:hover .top-action-submenu,
.top-action-item.has-children:focus-within .top-action-submenu { display: block; }

.nav-strip { background: #181818; color: #fff; border-bottom: 1px solid #2f2f2f; overflow: visible; }
.nav-strip .container-wide { width: min(1420px, 97%); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; gap: 18px; overflow: visible; }
.brand-wrap { display: flex; align-items: center; flex-shrink: 0; }
.brand-lockup {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    line-height: 0;
}
.brand-lockup__logo {
    display: block;
    height: 58px;
    width: auto;
    max-width: min(100%, 250px);
    object-fit: contain;
    object-position: left center;
}
.brand-lockup--footer {
    margin-bottom: 16px;
}
.brand-lockup--footer .brand-lockup__logo {
    height: 108px;
    max-width: min(100%, 460px);
}
.brand-logo { height: 72px; width: auto; max-width: 320px; object-fit: contain; display: block; }
.brand-text { display: none; }

.desktop-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 1;
    min-width: 0;
    flex-wrap: nowrap;
    overflow: visible;
}
.menu-item { position: relative; overflow: visible; flex-shrink: 0; }
.menu-item.has-children::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
}
.menu-item > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 6px;
    font-size: 14px;
    color: #f6f6f6;
    font-family:"Poppins",sans-serif;
    font-weight:600;
    white-space: nowrap;
}
.menu-item > a:hover { color: #e3ca87; }
.caret { font-size: 10px; }
.submenu {
    position: absolute; left: 0; top: 100%; min-width: 360px; background: #fff; color: #111; border: 1px solid #ddd;
    box-shadow: 0 15px 30px rgba(0,0,0,.12); display: none; z-index: 1000; max-height: 80vh; overflow-x: hidden; overflow-y: auto;
}
.submenu-link,
.submenu > a {
    display: block;
    padding: 11px 16px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
    font-family: "Roboto", sans-serif;
    color: #111;
    text-decoration: none;
}
.submenu-link:hover,
.submenu > a:hover { background: #f8f8f8; color: var(--rsbt-accent); }
.submenu-group { border-bottom: 1px solid #ece4d8; }
.submenu-group__heading {
    display: block;
    padding: 12px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--rsbt-accent);
    text-decoration: none;
    background: #fff7f8;
    border-bottom: 1px solid #ece4d8;
}
.submenu-group__heading:hover {
    background: #fff0f3;
    color: #9a3148;
}
.submenu-nested {
    display: block;
    background: #faf7f2;
    padding: 4px 0 8px;
}
.submenu-nested a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 10px 16px 10px 28px;
    font-size: 13px;
    line-height: 1.45;
    font-family: "Roboto", sans-serif;
    color: #334155;
    text-decoration: none;
    border-top: 1px dashed #e8dfd0;
}
.submenu-nested a:hover {
    background: #fff;
    color: var(--rsbt-accent);
}
.menu-item.has-children:hover .submenu,
.menu-item.has-children:focus-within .submenu,
.menu-item.is-active .submenu,
.menu-item.is-open .submenu { display: block; }

.mobile-toggle { display: none; flex-direction: column; gap: 4px; border: 0; background: transparent; }
.mobile-toggle span { width: 22px; height: 2px; background: #fff; }
.mobile-menu-panel {
    position: fixed; right: -100%; top: 0; height: 100vh; width: 330px; background: #131313; color: #fff; z-index: 999;
    transition: right .3s ease;
}
.mobile-menu-panel.open { right: 0; }
.mobile-head { display: flex; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid #333; }
.mobile-head button { border: 0; background: transparent; color: #fff; font-size: 32px; line-height: 1; }
.mobile-body { padding: 8px 0 20px; overflow-y: auto; height: calc(100% - 57px); }
.mobile-top-row { display: flex; align-items: center; border-bottom: 1px solid #292929; }
.mobile-top-link { display: block; padding: 11px 16px; font-weight: 700; flex: 1; font-family:"Poppins",sans-serif; }
.mobile-sub-toggle { width: 42px; border: 0; background: transparent; color: #fff; font-size: 20px; cursor: pointer; }
.mobile-submenu a { display: block; padding: 9px 30px; border-bottom: 1px dashed #2f2f2f; color: #ddd; font-size: 14px; }
.mobile-submenu-section { border-bottom: 1px solid #333; }
.mobile-submenu-section__title {
    display: block;
    padding: 11px 30px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #d6b565;
    text-decoration: none;
}
.mobile-submenu-section__title:hover { color: #fff; }
.mobile-submenu-section__link {
    display: block;
    padding: 9px 30px 9px 44px;
    border-bottom: 1px dashed #2f2f2f;
    color: #ddd;
    font-size: 13px;
    text-decoration: none;
}
.mobile-submenu-section__link:hover { color: #fff; }
.mobile-submenu.collapsed { display: none; }

.hero-stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 180px;
    max-height: calc(100svh - var(--site-header-h));
    height: min(100vw, calc(100svh - var(--site-header-h)));
    background: #121212;
    --hero-interval: 5s;
}
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.1s cubic-bezier(.4, 0, .2, 1), visibility 1.1s;
    z-index: 0;
}
.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.hero-slide--certificate { background: #ececec; }
.hero-slide--gau { background: #faf9f6; }
.hero-slide--partner {
    background:
        radial-gradient(900px 480px at 78% -10%, rgba(180, 58, 84, .28), transparent 60%),
        linear-gradient(160deg, #060e22, #0a1733 55%, #13234a);
}
.hero-slide__media--panel {
    padding: 24px 20px 52px;
    align-items: center;
}
.hero-partner-card {
    width: min(1100px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 360px);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    padding: clamp(24px, 3.5vw, 40px);
    border-radius: 14px;
    border: 1px solid rgba(214, 181, 101, .18);
    background:
        radial-gradient(600px 320px at 100% 0%, rgba(214, 181, 101, .08), transparent 70%),
        rgba(6, 14, 34, .72);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
    pointer-events: auto;
    color: #fff;
}
.hero-partner-card__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--rsbt-gold);
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.hero-partner-card__eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--rsbt-gold);
}
.hero-partner-card__title {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.08;
    font-weight: 600;
    color: #fff;
}
.hero-partner-card__title em {
    font-style: italic;
    color: var(--rsbt-gold);
    font-weight: 500;
}
.hero-partner-card__text {
    margin: 0 0 22px;
    max-width: 42em;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.7;
}
.hero-partner-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-partner-card__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.hero-partner-card__logo {
    width: min(100%, 320px);
    height: auto;
    object-fit: contain;
    opacity: .95;
}
.hero-gau-card {
    width: min(1040px, 100%);
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: clamp(20px, 4vw, 36px);
    align-items: center;
    padding: clamp(20px, 3vw, 32px);
    border-radius: 14px;
    border: 1px solid #e8e2da;
    background: #faf9f6;
    box-shadow: 0 16px 36px rgba(31, 31, 31, .08);
    pointer-events: auto;
}
.hero-gau-card__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ece4d8;
}
.hero-gau-card__logo {
    max-width: 100%;
    max-height: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.hero-gau-card__eyebrow {
    margin: 0 0 8px;
    color: var(--rsbt-accent);
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.hero-gau-card__title {
    margin: 0 0 10px;
    color: #111827;
    font-family: "Poppins", sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 700;
}
.hero-gau-card__text {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.7;
}
.hero-gau-card__text strong { color: #1f2937; }
.hero-gau-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--rsbt-accent);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: background .2s ease, transform .2s ease;
}
.hero-gau-card__cta:hover {
    background: #9a3148;
    color: #fff;
    transform: translateY(-1px);
}
.hero-slide--brochure {
    background:
        radial-gradient(700px 420px at 15% 0%, rgba(47, 147, 163, .18), transparent 65%),
        linear-gradient(160deg, #060e22, #0a1733 55%, #13234a);
}
.hero-brochure-card {
    width: min(1100px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 320px);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    padding: clamp(24px, 3.5vw, 40px);
    border-radius: 14px;
    border: 1px solid rgba(201, 162, 75, .22);
    background:
        radial-gradient(520px 280px at 100% 100%, rgba(201, 162, 75, .1), transparent 70%),
        rgba(6, 14, 34, .78);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
    pointer-events: auto;
    color: #fff;
}
.hero-brochure-card__eyebrow {
    margin: 0 0 12px;
    color: #e8c878;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.hero-brochure-card__title {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
}
.hero-brochure-card__subtitle {
    margin: 0 0 16px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.25;
    font-weight: 600;
    color: #f2e4c2;
}
.hero-brochure-card__text {
    margin: 0 0 22px;
    max-width: 40em;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.7;
}
.hero-brochure-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 4px;
    background: var(--rsbt-gold);
    color: #1a1a1a;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    box-shadow: 0 4px 20px rgba(214, 181, 101, .35);
}
.hero-brochure-card__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(214, 181, 101, .45);
    background: #e0c478;
    color: #1a1a1a;
}
.hero-brochure-card__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.hero-brochure-card__logo {
    width: min(100%, 280px);
    height: auto;
    object-fit: contain;
    opacity: .95;
}
.hero-slide--ricee,
.hero-slide--ricee .hero-slide__media--panel {
    background: linear-gradient(135deg, var(--rsbt-accent) 0%, #8c2d42 100%);
}
.hero-ricee-card {
    width: min(760px, 100%);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    pointer-events: auto;
}
.hero-ricee-card .ricee-eyebrow {
    justify-content: center;
    margin-bottom: 14px;
    color: #f0dca0;
}
.hero-ricee-card .ricee-eyebrow::before {
    background: #f0dca0;
}
.hero-ricee-card__title {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.15;
    color: #fff;
}
.hero-ricee-card__text {
    margin: 0 0 24px;
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.75;
    color: rgba(255, 255, 255, .92);
}
.hero-ricee-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.hero-ricee-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 12px 22px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.hero-ricee-card__btn--primary {
    background: #fff;
    color: var(--rsbt-accent);
}
.hero-ricee-card__btn--primary:hover {
    background: #fdf9f4;
    color: var(--rsbt-accent);
    transform: translateY(-1px);
}
.hero-ricee-card__btn--ghost {
    border: 2px solid rgba(255, 255, 255, .75);
    color: #fff;
    background: transparent;
}
.hero-ricee-card__btn--ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    transform: translateY(-1px);
}
.hero-slide--ricee.active .hero-overlay__content > * {
    animation: heroTextIn .75s cubic-bezier(.22, 1, .36, 1) forwards;
}
.hero-slide--mba-graphic { background: #f5ebe0; }
.hero-slide--mba-graphic .hero-overlay--graphic {
    background: linear-gradient(to top, rgba(0, 0, 0, .18) 0%, transparent 28%);
}
.hero-slide__media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px 16px 52px;
    box-sizing: border-box;
}
.hero-slide__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .42) 55%, rgba(0, 0, 0, .18) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.hero-overlay--graphic {
    background: linear-gradient(to top, rgba(0, 0, 0, .45) 0%, transparent 28%);
}
.hero-slide--certificate .hero-overlay--graphic {
    background: linear-gradient(to top, rgba(0, 0, 0, .2) 0%, transparent 22%);
}
.hero-overlay__content > * {
    opacity: 0;
    transform: translateY(28px);
}
.hero-slide.active .hero-overlay__content > * {
    animation: heroTextIn .75s cubic-bezier(.22, 1, .36, 1) forwards;
}
.hero-slide.active .hero-overlay__content > *:nth-child(1) { animation-delay: .2s; }
.hero-slide.active .hero-overlay__content > *:nth-child(2) { animation-delay: .35s; }
.hero-slide.active .hero-overlay__content > *:nth-child(3) { animation-delay: .5s; }
.hero-slide.active .hero-overlay__content > *:nth-child(4) { animation-delay: .65s; }
@keyframes heroTextIn {
    to { opacity: 1; transform: none; }
}
.hero-overlay h1 {
    font-size: 44px;
    margin: 0 0 10px;
    line-height: 1.12;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}
.hero-overlay h2 {
    font-size: 20px;
    margin: 0 0 16px;
    color: #f0f0f0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.hero-overlay p {
    max-width: 760px;
    margin: 0 0 20px;
    line-height: 1.65;
    font-size: 16px;
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--rsbt-gold);
    color: #1a1a1a;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    border-radius: 4px;
    pointer-events: auto;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    box-shadow: 0 4px 20px rgba(214, 181, 101, .35);
}
.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(214, 181, 101, .45);
    background: #e0c478;
}
.hero-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
    opacity: 0;
}
.hero-stage:hover .hero-nav,
.hero-stage:focus-within .hero-nav { opacity: 1; }
.hero-nav:hover {
    background: rgba(180, 58, 84, .75);
    border-color: rgba(255, 255, 255, .45);
    transform: translateY(-50%) scale(1.06);
}
.hero-nav--prev { left: 18px; }
.hero-nav--next { right: 18px; }
.hero-dots {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
}
.hero-dot {
    position: relative;
    width: 36px;
    height: 4px;
    border-radius: 999px;
    border: 0;
    margin: 0 4px;
    padding: 0;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
    overflow: hidden;
    transition: background .3s ease;
    vertical-align: middle;
}
.hero-dot.active { background: rgba(255, 255, 255, .25); }
.hero-dot__fill {
    position: absolute;
    inset: 0;
    width: 0;
    background: var(--rsbt-gold);
    border-radius: inherit;
}
.hero-dot.active .hero-dot__fill {
    animation: heroDotProgress var(--hero-interval, 6s) linear forwards;
}
@keyframes heroDotProgress {
    to { width: 100%; }
}
.hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 3;
    background: rgba(255, 255, 255, .12);
}
.hero-progress__bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--rsbt-accent), var(--rsbt-gold));
}
.hero-stage.is-playing .hero-progress__bar {
    animation: heroDotProgress var(--hero-interval, 6s) linear forwards;
}
@media (prefers-reduced-motion: reduce) {
    .hero-slide { transition: opacity .4s ease; }
    .hero-slide.active .hero-overlay__content > *,
    .hero-dot.active .hero-dot__fill,
    .hero-stage.is-playing .hero-progress__bar {
        animation: none !important;
    }
    .hero-slide.active .hero-overlay__content > * { opacity: 1; transform: none; }
    .hero-nav { opacity: 1; }
}

.section { padding: 68px 0; }
.section-light { background: #f7f8fa; }
.section-center { text-align: center; }
.section h2 { color: var(--rsbt-accent); font-size: 36px; margin: 0 0 14px; line-height: 1.2; font-family:"Poppins", sans-serif; font-weight:600; }
.section h3 { margin: 0 0 16px; font-size: 22px; color: #111; font-family:"Poppins",sans-serif; font-weight:600; }
.section p { margin: 0 0 14px; line-height: 1.75; font-size: 16px; }
.section-intro { max-width: 920px; margin-bottom: 18px; }

.home-intro {
    background: linear-gradient(180deg, #fdf9f4 0%, #fff 100%);
    border-top: 1px solid #f0e6d8;
    border-bottom: 1px solid #f0e6d8;
    padding-top: 72px;
    padding-bottom: 72px;
    text-align: center;
}
.home-intro-inner {
    width: min(820px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-intro-eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    color: #d6b565;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-right: -.18em;
}
.home-intro-title {
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: unset;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
}
.home-intro-title-line {
    display: block;
    width: 100%;
    color: var(--rsbt-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4.2vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.01em;
    text-wrap: balance;
}
.home-intro-title-accent {
    display: block;
    width: 100%;
    color: #1f2937;
    font-family: "Poppins", sans-serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.25;
    text-wrap: balance;
}
.home-intro-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 22px;
    width: 120px;
    height: 14px;
}
.home-intro-divider::before,
.home-intro-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d6b565);
}
.home-intro-divider::after {
    background: linear-gradient(90deg, #d6b565, transparent);
}
.home-intro-divider span {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-radius: 50%;
    background: var(--rsbt-accent);
    box-shadow: 0 0 0 4px rgba(180, 58, 84, .12);
    flex-shrink: 0;
}
.home-intro-text {
    width: 100%;
    margin: 0;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
    text-wrap: pretty;
}
.home-intro-text strong { color: #1f2937; }

.home-aaa-feature {
    width: min(1040px, 100%);
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    text-align: left;
    padding: 28px;
    border-radius: 12px;
    border: 1px solid #eadfce;
    background:
        linear-gradient(135deg, rgba(180, 58, 84, .06) 0%, rgba(214, 181, 101, .08) 100%),
        #fff;
    box-shadow: 0 18px 40px rgba(31, 31, 31, .08);
}
.home-aaa-feature__visual {
    display: grid;
    gap: 16px;
}
.home-aaa-feature__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ece4d8;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
}
.home-aaa-feature__logo {
    max-width: 220px;
    max-height: 96px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.home-aaa-feature__certificate {
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ece4d8;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.home-aaa-feature__certificate img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.home-aaa-feature__eyebrow {
    margin: 0 0 8px;
    color: var(--rsbt-accent);
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.home-aaa-feature__title {
    margin: 0 0 12px;
    color: #111827;
    font-family: "Poppins", sans-serif;
    font-size: clamp(24px, 2.8vw, 32px);
    line-height: 1.2;
    font-weight: 600;
}
.home-aaa-feature__text {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
}
.home-aaa-feature__text strong { color: #1f2937; }
.home-aaa-feature__badges {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.home-aaa-feature__badges li {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(180, 58, 84, .08);
    color: var(--rsbt-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.home-aaa-feature__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.home-aaa-feature__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--rsbt-accent);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: background .2s ease, transform .2s ease;
}
.home-aaa-feature__link:hover {
    background: #9a3148;
    color: #fff;
    transform: translateY(-1px);
}
.home-aaa-feature__link--alt {
    background: #fff;
    color: var(--rsbt-accent);
    border: 1px solid rgba(180, 58, 84, .35);
}
.home-aaa-feature__link--alt:hover {
    background: #fff7f8;
    color: var(--rsbt-accent);
}

.partners-section {
    background: linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
    text-align: center;
}
.partners-section .home-intro-inner { margin-bottom: 36px; }
.partner-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}
.partner-card {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-top: 3px solid var(--rsbt-accent);
    border-radius: 10px;
    padding: 28px 22px;
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}
.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(180, 58, 84, .12);
}
.partner-card img { max-height: 100px; max-width: 100%; width: auto; height: auto; margin: 0 auto; object-fit: contain; }
.partner-card img.partner-logo-laat,
.partner-card img[alt*="LAAT"] { max-height: 150px; }
.partner-card h4 { margin: 0; font-size: 15px; font-weight: 600; color: #1f2937; font-family: "Poppins", sans-serif; line-height: 1.35; }
.home-gau-feature { margin-top: 36px; text-align: left; }

.why-rsbt {
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.why-rsbt .home-intro-inner { margin-bottom: 42px; }
.why-rsbt-grid,
.rsbt-programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}
.feature-photo-card {
    background: #fff;
    border: 1px solid #ece4d8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-photo-card:hover {
    transform: translateY(-6px);
    border-color: rgba(180, 58, 84, .25);
    box-shadow: 0 16px 36px rgba(180, 58, 84, .12);
}
.feature-photo-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.feature-photo-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.feature-photo-card:hover .feature-photo-card__media img {
    transform: scale(1.06);
}
.feature-photo-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(24, 10, 14, .78) 100%);
}
.feature-photo-card__overlay h4 {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}
.feature-photo-card__body {
    padding: 18px 20px 22px;
}
.feature-photo-card__body p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
}

.reveal-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .65s ease, transform .65s ease;
    transition-delay: var(--reveal-delay, 0ms);
}
.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .reveal-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .partner-card:hover,
    .feature-photo-card:hover {
        transform: none;
    }
    .feature-photo-card:hover .feature-photo-card__media img {
        transform: none;
    }
}

.rsbt-programs {
    background: linear-gradient(180deg, #fff 0%, #faf7f2 100%);
    text-align: center;
    overflow: hidden;
}
.rsbt-programs .home-intro-inner { margin-bottom: 36px; }
.rsbt-programs-actions {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.apply-now-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 999px;
    border: 2px solid transparent;
    background:
        linear-gradient(135deg, var(--rsbt-accent) 0%, #9a3148 100%) padding-box,
        linear-gradient(135deg, #d6b565, #f0dfa0, #d6b565) border-box;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(180, 58, 84, .35);
    animation: apply-now-glow 2.8s ease-in-out infinite;
    transition: transform .25s ease, box-shadow .25s ease;
}
.apply-now-cta__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 35%,
        rgba(255, 255, 255, .28) 50%,
        transparent 65%
    );
    transform: translateX(-120%);
    animation: apply-now-shine 3.5s ease-in-out infinite;
}
.apply-now-cta__label,
.apply-now-cta__arrow {
    position: relative;
    z-index: 1;
}
.apply-now-cta__arrow {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    transition: transform .25s ease;
}
.apply-now-cta:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 36px rgba(180, 58, 84, .45);
    color: #fff;
}
.apply-now-cta:hover .apply-now-cta__arrow {
    transform: translateX(5px);
}
.apply-now-cta:active {
    transform: translateY(-1px) scale(1.01);
}
@keyframes apply-now-glow {
    0%, 100% { box-shadow: 0 10px 28px rgba(180, 58, 84, .35); }
    50% { box-shadow: 0 12px 34px rgba(180, 58, 84, .5), 0 0 0 6px rgba(214, 181, 101, .15); }
}
@keyframes apply-now-shine {
    0%, 70% { transform: translateX(-120%); }
    100% { transform: translateX(120%); }
}
@media (prefers-reduced-motion: reduce) {
    .apply-now-cta,
    .apply-now-cta__shine {
        animation: none;
    }
    .apply-now-cta:hover {
        transform: none;
    }
    .apply-now-cta:hover .apply-now-cta__arrow {
        transform: none;
    }
}
.rsbt-programs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid var(--rsbt-accent);
    border-radius: 999px;
    color: var(--rsbt-accent);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rsbt-programs-btn:hover {
    background: var(--rsbt-accent);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(180, 58, 84, .2);
}
.rsbt-programs-btn--primary {
    background: var(--rsbt-accent);
    color: #fff;
}
.rsbt-programs-btn--primary:hover {
    background: #9a3148;
    border-color: #9a3148;
}

.pill-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.pill-grid span {
    border: 1px solid var(--rsbt-accent); color: var(--rsbt-accent); background: #fff; font-size: 13px; font-weight: 700;
    padding: 9px 12px; border-radius: 999px;
}

.feature-list { max-width: 970px; margin: 18px auto 0; padding-left: 18px; text-align: left; }
.feature-list li { margin-bottom: 12px; }

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

.course-finder {
    background: #3a1824;
    color: #fff;
    padding: 44px 0 48px;
}
.course-finder-inner {
    display: grid;
    grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
    gap: 28px 40px;
    align-items: start;
}
.course-finder-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}
.course-finder-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}
.course-finder-select {
    width: 100%;
    border: 0;
    background: #fff;
    color: #1f2937;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    padding: 14px 16px;
    min-height: 52px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231f2937' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
    font-size: 15px;
}
.course-finder-select optgroup {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: var(--rsbt-accent);
    font-style: normal;
}
.course-finder-select option {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    color: #1f2937;
    padding: 6px 0;
}
.course-finder-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px;
    text-align: center;
    color: var(--rsbt-accent);
    font-weight: 600;
    background: #fff7f8;
    border: 1px solid #f1d5db;
    display: none;
}
.course-finder-empty.is-visible { display: block; }

.catalogue-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 14px 0 24px; }
.programme-catalogue { display: none !important; background: #fff; padding-top: 56px; padding-bottom: 56px; }
.programme-catalogue h2 {
    text-align: center;
    color: var(--rsbt-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 22px;
    line-height: 1.15;
}
.program-tab {
    border: 1px solid var(--rsbt-accent); background: #fff; color: var(--rsbt-accent);
    padding: 11px 18px; font-size: 12px; font-weight: 700; letter-spacing: .04em;
    text-transform: uppercase; cursor: pointer; min-width: 150px;
}
.program-tab.active { background: var(--rsbt-accent); color: #fff; }
.hidden { display: none; }

.program-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.program-grid--pair { grid-template-columns: repeat(2, minmax(280px, 1fr)); max-width: 860px; }
.program-grid--quad { grid-template-columns: repeat(2, minmax(280px, 1fr)); }
.program-card { background: #fff; border: 1px solid #e8e8e8; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.program-card--enhanced {
    border-radius: 12px;
    border: 1px solid #e8e0d4;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.program-card--enhanced:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(180, 58, 84, .14);
}
.program-card__media {
    position: relative;
    display: block;
    overflow: hidden;
}
.program-card__media img { width: 100%; height: 220px; object-fit: cover; flex-shrink: 0; transition: transform .35s ease; }
.program-card--enhanced:hover .program-card__media img { transform: scale(1.06); }
.program-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 18px;
    background: linear-gradient(180deg, transparent 35%, rgba(24, 24, 24, .82) 100%);
    opacity: 0;
    transition: opacity .25s ease;
}
.program-card--enhanced:hover .program-card__overlay { opacity: 1; }
.program-card__cta {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.program-card img { width: 100%; height: 220px; object-fit: cover; flex-shrink: 0; }
.program-content { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; min-height: 0; }
.program-content span { display: block; color: var(--rsbt-accent); font-size: 11px; font-weight: 700; text-transform: uppercase; line-height: 1.45; letter-spacing: .03em; min-height: auto; margin-bottom: 2px; }
.program-content h4 { margin: 8px 0 0; font-size: 19px; line-height: 1.35; font-family:"Poppins",sans-serif; font-weight:600; color: #1e293b; min-height: auto; }
.program-card__excerpt {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
    flex: 1;
}
.program-card__link,
.program-content a {
    display: inline-block;
    background: var(--rsbt-accent);
    color: #fff;
    padding: 9px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: auto;
    align-self: flex-start;
    letter-spacing: .04em;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.program-card__link:hover,
.program-content a:hover { background: #9a3148; transform: translateY(-1px); }

.program-hero {
    position: relative;
    background: linear-gradient(135deg, #181818 0%, #2a1a20 100%);
    color: #fff;
    overflow: hidden;
}
.program-hero--photo {
    background-image:
        linear-gradient(135deg, rgba(24, 24, 24, .88) 0%, rgba(180, 58, 84, .78) 100%),
        var(--program-hero-image);
    background-size: cover;
    background-position: center;
}
.program-hero-overlay { padding: 72px 0 64px; }
.program-hero-inner { text-align: center; max-width: 860px; margin: 0 auto; }
.program-hero-eyebrow {
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d6b565;
}
.program-hero-title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.12;
    color: #fff;
}
.program-hero-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px auto;
    max-width: 220px;
}
.program-hero-divider::before,
.program-hero-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(214, 181, 101, .55);
}
.program-hero-divider span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d6b565;
    box-shadow: 0 0 0 4px rgba(214, 181, 101, .18);
}
.program-hero-divider--light::before,
.program-hero-divider--light::after { background: rgba(180, 58, 84, .25); }
.program-hero-divider--light span { background: var(--rsbt-accent); box-shadow: 0 0 0 4px rgba(180, 58, 84, .12); }
.program-hero-lead {
    margin: 0 auto;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .88);
}

.program-page {
    background: linear-gradient(180deg, #fff 0%, #faf7f2 100%);
}
.program-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    font-size: 13px;
    color: #64748b;
}
.program-breadcrumb a {
    color: var(--rsbt-accent);
    text-decoration: none;
    font-weight: 600;
}
.program-breadcrumb a:hover { text-decoration: underline; }
.program-breadcrumb-current { color: #1f2937; font-weight: 600; }

.program-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 28px;
}
.program-showcase__visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}
.program-showcase__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}
.program-stat-grid {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.program-stat {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .8);
}
.program-stat__value {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--rsbt-accent);
    line-height: 1.1;
}
.program-stat__label {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}
.program-showcase-eyebrow,
.program-intro-label,
.program-docs-eyebrow,
.program-docs-header-eyebrow,
.program-section-eyebrow {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #d6b565;
}
.program-showcase__body {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}
.program-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.program-feature-list li {
    position: relative;
    padding: 0 0 14px 28px;
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
}
.program-feature-list li:last-child { padding-bottom: 0; }
.program-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rsbt-accent), #d6b565);
    box-shadow: 0 0 0 4px rgba(180, 58, 84, .1);
}

.program-intro-card {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-left: 4px solid var(--rsbt-accent);
    border-radius: 14px;
    padding: 28px 30px;
    margin-bottom: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}
.program-intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}
.program-intro-text p { margin: 0 0 12px; }
.program-intro-text p:last-child { margin-bottom: 0; }

.program-page-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #e8e0d4;
}
.program-back-link {
    color: var(--rsbt-accent);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.program-back-link:hover { text-decoration: underline; }
.program-empty {
    background: #fff;
    border: 1px dashed #d8cfc0;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    color: #64748b;
}

.program-category-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}
.program-category-highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
}
.program-category-highlight__dot {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rsbt-accent), #d6b565);
}

.program-prose-block {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 16px;
    padding: 28px 30px;
    margin-bottom: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}
.program-prose-block--compact { margin-bottom: 22px; }
.program-prose-block--group { margin-bottom: 18px; }
.program-section-title {
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    color: var(--rsbt-accent);
    font-weight: 600;
}
.program-section-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    max-width: 180px;
}
.program-section-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(180, 58, 84, .25);
}
.program-section-divider span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rsbt-accent);
}
.program-section-body {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}
.program-section-body p { margin: 0 0 12px; }
.program-section-list {
    margin: 0;
    padding-left: 22px;
}
.program-section-list li { margin-bottom: 8px; }

.program-docs { margin: 8px 0 0; }
.program-docs-header { text-align: center; margin-bottom: 28px; }
.program-docs-header-title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.2;
    color: var(--rsbt-accent);
    font-weight: 600;
}
.program-docs-group {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 16px;
    padding: 22px 24px 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}
.program-docs-group + .program-docs-group { margin-top: 20px; }
.program-docs-group-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.program-docs-group-head h3 {
    margin: 0;
    font-size: 22px;
    color: #1f2937;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.program-docs-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(180, 58, 84, .12), rgba(214, 181, 101, .18));
    border: 1px solid rgba(180, 58, 84, .15);
    position: relative;
    flex-shrink: 0;
}
.program-docs-icon::after {
    content: "";
    position: absolute;
    inset: 12px;
    background: var(--rsbt-accent);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.program-docs-icon--structure::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 4h16v4H4V4zm0 6h10v4H4v-4zm0 6h16v4H4v-4zm12-6h4v4h-4v-4z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 4h16v4H4V4zm0 6h10v4H4v-4zm0 6h16v4H4v-4zm12-6h4v4h-4v-4z'/%3E%3C/svg%3E");
}
.program-docs-icon--modules::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 4h12a2 2 0 0 1 2 2v14l-4-2-4 2-4-2-4 2V6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 4h12a2 2 0 0 1 2 2v14l-4-2-4 2-4-2-4 2V6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");
}
.program-docs-icon--resources::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 3l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V7l8-4zm0 2.2L7 7.8V13c0 3.8 2.6 6.7 5 7.9 2.4-1.2 5-4.1 5-7.9V7.8l-5-2.6z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 3l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V7l8-4zm0 2.2L7 7.8V13c0 3.8 2.6 6.7 5 7.9 2.4-1.2 5-4.1 5-7.9V7.8l-5-2.6z'/%3E%3C/svg%3E");
}

.faq-list { max-width: 980px; margin: 16px auto 0; text-align: left; }
.faq-item { border: 1px solid #ececec; margin-bottom: 10px; background: #fff; }
.faq-item summary { padding: 13px 14px; cursor: pointer; font-weight: 700; list-style: none; }
.faq-item p { padding: 0 14px 14px; margin: 0; }

.home-news {
    background: #f0ebe3;
    padding-top: 64px;
    padding-bottom: 68px;
}
.home-news__header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 34px;
}
.home-news__eyebrow {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #111827;
}
.home-news__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 3.6vw, 40px);
    line-height: 1.15;
    font-weight: 700;
    color: #111827;
}
.home-news-carousel {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}
.home-news-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 2px 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.home-news-track::-webkit-scrollbar { display: none; }
.home-news-card {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: 280px;
    scroll-snap-align: start;
}
.home-news-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #e7e2da;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}
.home-news-card__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(31, 31, 31, .12);
    color: inherit;
}
.home-news-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #ddd6cb;
}
.home-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}
.home-news-card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 18px 18px 16px;
}
.home-news-card__title {
    margin: 0 0 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
}
.home-news-card__arrow {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
    color: #111827;
    transform: translateY(-1px);
}
.home-news-card__meta {
    padding-top: 12px;
    border-top: 1px solid rgba(17, 24, 39, .18);
    font-size: 13px;
    color: #4b5563;
}
.home-news-card__divider { margin: 0 8px; color: #9ca3af; }
.home-news-nav {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    color: #111827;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    transition: background .2s ease, color .2s ease;
}
.home-news-nav:hover {
    background: var(--rsbt-accent);
    color: #fff;
}
.home-news-nav:focus-visible {
    outline: 2px solid var(--rsbt-accent);
    outline-offset: 3px;
}

.site-footer { background: var(--rsbt-accent); color: #fff; padding: 62px 0 26px; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand ul { list-style: none; margin: 0 0 10px; padding: 0; }
.footer-brand li { margin-bottom: 6px; }
.social-row { display: flex; gap: 10px; font-size: 14px; }
.newsletter-box h4 { margin: 0 0 10px; font-size: 20px; }
.newsletter-box form { display: flex; gap: 8px; position: relative; flex-wrap: wrap; align-items: center; }
.newsletter-box input { flex: 1; padding: 11px; border: 0; }
.newsletter-box button { border: 0; background: #1b1b1b; color: #fff; padding: 11px 14px; font-weight: 700; }
.news-success { color: #ffe08a; margin: 0 0 10px; }

.footer-links-grid { padding: 24px 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.footer-links-grid h5 { margin: 0 0 10px; font-size: 17px; font-family:"Poppins",sans-serif; font-weight:600; }
.footer-links-grid a { display: block; color: rgba(255,255,255,.9); margin-bottom: 7px; font-size: 14px; }
.footer-links-grid a:hover { color: #fff; text-decoration: underline; }
.footer-copy { border-top: 1px solid rgba(255,255,255,.25); padding-top: 16px; font-size: 13px; text-align: center; }

.inner-hero { background: #1f1f1f; color: #fff; padding: 70px 0; text-align: center; }
.inner-hero .eyebrow { text-transform: uppercase; letter-spacing: .08em; color: #d6b565; margin-bottom: 8px; font-weight: 700; }
.inner-hero h1 { margin: 0; font-size: 42px; line-height: 1.2; font-family:"Poppins", sans-serif; }
.inner-hero p { margin-top: 8px; color: #ddd; }
.prose-lite { line-height: 1.75; }
.prose-breadcrumb { font-size: 13px; color: #6b7280; margin-bottom: 10px; }
.prose-lite h2 { color: var(--rsbt-accent); margin: 0 0 12px; font-size: 30px; font-family:"Poppins", sans-serif; }
.prose-lite h2 + h2,
.prose-lite ul.prose-bullets + h2,
.prose-lite p + h2 { margin-top: 28px; }
.prose-lite .page-intro { margin: 0 0 8px; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; color: #6b7280; }
.prose-lite p { margin: 0 0 12px; }
.prose-lite ul.prose-bullets { margin: 0 0 16px; padding-left: 24px; }
.prose-lite ul.prose-bullets li { margin-bottom: 8px; }
.program-category-intro { margin-bottom: 32px; }
.program-category-intro--compact { margin-bottom: 28px; }
.program-category-group { margin-bottom: 40px; }
.program-category-group:last-child { margin-bottom: 0; }
.program-category-group-intro { margin-bottom: 20px; }
.message-card { background: #fff; border: 1px solid #e6e6e6; padding: 28px; box-shadow: 0 8px 20px rgba(0,0,0,.05); }
.message-avatar {
    width: 78px; height: 78px; border-radius: 50%; background: linear-gradient(135deg,var(--rsbt-accent),#c24a62);
    margin-bottom: 16px;
}
.info-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.info-grid article { border: 1px solid #ececec; background: #fff; padding: 16px; }
.info-grid h3 { margin: 0 0 8px; font-size: 18px; color: var(--rsbt-accent); font-family:"Poppins", sans-serif; }
.contact-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; }
.contact-panel { background: var(--rsbt-accent); color: #fff; padding: 18px; }
.contact-panel h3 { margin-top: 0; }
.contact-panel a { color: #fff; text-decoration: underline; }
.contact-success { color: var(--rsbt-accent); font-weight: 600; margin: 0 0 14px; }
.contact-form { margin-top: 20px; }
.form-error { color: #b91c1c; font-size: 13px; margin: -8px 0 0; }
.form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.form-honeypot label { margin: 0; padding: 0; border: 0; }
.form-honeypot input { margin: 0; padding: 0; border: 0; }
.newsletter-box .form-error { color: #ffb4b4; margin: 6px 0 0; }
.btn-main, .btn-alt { display: inline-block; padding: 10px 13px; font-weight: 700; font-size: 13px; }
.program-docs { margin: 8px 0 0; }
.program-docs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e8e0d4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.program-docs-list li + li { border-top: 1px solid #eee5d8; }
.program-docs-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    color: #1f2937;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: background .2s ease, color .2s ease;
}
.program-docs-list a:hover {
    background: #fff7f8;
    color: var(--rsbt-accent);
}
.program-docs-badge {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--rsbt-accent);
    border: 1px solid rgba(180, 58, 84, .25);
    border-radius: 999px;
    padding: 3px 8px;
    background: #fff;
}

.program-page-inner { max-width: 1180px; }

.edu-sidebar-section {
    margin: 36px 0 28px;
    padding: 28px;
    background: #fff;
    border: 1px solid #ece4d8;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(180, 58, 84, .06);
}
.edu-sidebar-layout {
    display: grid;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}
.edu-sidebar {
    position: sticky;
    top: 108px;
    align-self: start;
    z-index: 2;
    max-height: calc(100vh - 132px);
    display: flex;
    flex-direction: column;
}
.edu-sidebar__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: var(--rsbt-accent);
    color: #fff;
    border-radius: 8px 8px 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.edu-sidebar__heading-caret {
    font-size: 12px;
    opacity: .85;
}
.edu-sidebar__hint {
    margin: 0;
    padding: 10px 18px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--rsbt-accent);
    background: #fff7f8;
    border-left: 1px solid #ece4d8;
    border-right: 1px solid #ece4d8;
}
.edu-sidebar__tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: #fff7f8;
    border: 1px solid #ece4d8;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    overflow-y: auto;
    min-height: 0;
    flex: 1;
    scrollbar-color: rgba(180, 58, 84, .35) #f5f5f5;
    scrollbar-width: thin;
}
.edu-sidebar__tabs::-webkit-scrollbar {
    width: 8px;
}
.edu-sidebar__tabs::-webkit-scrollbar-thumb {
    background: rgba(180, 58, 84, .35);
    border-radius: 8px;
}
.edu-sidebar-tab {
    display: block;
    width: 100%;
    padding: 13px 16px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: var(--rsbt-dark);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.edu-sidebar-tab:hover {
    background: #fff0f3;
    color: var(--rsbt-accent);
}
.edu-sidebar-tab.is-active {
    background: var(--rsbt-accent);
    color: #fff;
    box-shadow: 0 4px 12px rgba(180, 58, 84, .18);
}
.edu-sidebar-content {
    min-width: 0;
    max-height: calc(100vh - 132px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    border: 1px solid #ece4d8;
    border-radius: 10px;
    padding: 28px 32px;
    scrollbar-color: rgba(180, 58, 84, .35) #f5f5f5;
    scrollbar-width: thin;
}
.edu-sidebar-content::-webkit-scrollbar {
    width: 10px;
}
.edu-sidebar-content::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 10px;
}
.edu-sidebar-content::-webkit-scrollbar-thumb {
    background: rgba(180, 58, 84, .35);
    border-radius: 10px;
}
.edu-sidebar-content::-webkit-scrollbar-thumb:hover {
    background: rgba(180, 58, 84, .55);
}
.edu-sidebar-panel__title {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    color: var(--rsbt-accent);
    font-weight: 700;
}
.edu-sidebar-panel__subtitle {
    margin: 28px 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--rsbt-accent);
}
.edu-sidebar-panel__lead {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    max-width: 760px;
}
.edu-sidebar-panel__actions {
    margin: 0 0 22px;
}
.edu-sidebar-panel__download {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(180, 58, 84, .25);
    background: #fff;
    color: var(--rsbt-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
}
.edu-sidebar-panel__download:hover {
    background: var(--rsbt-accent);
    color: #fff;
    border-color: var(--rsbt-accent);
}
.edu-module-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}
.edu-module-meta__item {
    padding: 12px 14px;
    border: 1px solid #ece4d8;
    border-radius: 8px;
    background: #fff7f8;
}
.edu-module-meta__label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
}
.edu-module-meta__value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--rsbt-dark);
    line-height: 1.4;
}
.edu-module-block {
    padding: 18px 0;
    border-top: 1px solid #ece4d8;
}
.edu-module-block:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.edu-module-block__heading {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--rsbt-accent);
}
.edu-module-block__body {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
}
.edu-module-block__list {
    margin: 0;
    padding-left: 20px;
    color: #334155;
}
.edu-module-block__list li {
    margin-bottom: 8px;
    line-height: 1.65;
}
.edu-module-table-wrap {
    overflow-x: auto;
    border: 1px solid #ece4d8;
    border-radius: 8px;
}
.edu-module-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.edu-module-table thead {
    background: var(--rsbt-accent);
    color: #fff;
}
.edu-module-table th,
.edu-module-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #ece4d8;
}
.edu-module-table tbody tr {
    background: #fff;
}
.edu-module-table tbody tr:nth-child(even) {
    background: #fff7f8;
}
.edu-module-table tbody tr:last-child td {
    border-bottom: 0;
}
.edu-module-table th {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .03em;
}

/* RSBT Partner page */
.partner-page { background: #fbf9f6; }
.partner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
}
.partner-eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--rsbt-gold);
}
.partner-eyebrow--on-dark { color: #f0dca0; }
.partner-eyebrow--on-dark::before { background: #f0dca0; }

.partner-hero {
    --partner-header-h: var(--site-header-h);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: calc(100svh - var(--partner-header-h));
    padding: 28px 0;
    color: #fff;
    background:
        radial-gradient(900px 480px at 78% -10%, rgba(180, 58, 84, .35), transparent 60%),
        linear-gradient(160deg, #181818, #2a2a2a 55%, #3a2030);
}
.partner-hero__shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    width: 100%;
    min-height: 0;
}
.partner-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 32px;
    align-items: center;
    min-height: 0;
}
.partner-hero__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.partner-hero-slides {
    position: relative;
    min-height: 0;
}
.partner-hero-slide {
    display: none;
    animation: partnerFadeIn .55s ease;
}
.partner-hero-slide.is-active { display: block; }
@keyframes partnerFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}
.partner-hero__title {
    margin: 14px 0 12px;
    max-width: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.14;
    font-weight: 700;
}
.partner-hero__lead {
    max-width: 36em;
    margin: 0 0 18px;
    font-size: clamp(14px, 1.45vw, 16px);
    line-height: 1.6;
    color: #d1d5db;
}
.partner-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
}
.partner-hero-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.partner-hero-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}
.partner-hero-dot.is-active {
    background: var(--rsbt-gold);
    transform: scale(1.15);
}
.partner-hero__visual {
    position: relative;
    width: 100%;
    height: clamp(240px, calc(100svh - var(--partner-header-h) - 180px), 360px);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 28px 60px -24px rgba(0, 0, 0, .55);
    border: 1px solid rgba(214, 181, 101, .25);
}
.partner-hero-visual {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
}
.partner-hero-visual.is-active { opacity: 1; }
.partner-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partner-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(24, 24, 24, .35), transparent 40%);
}
.partner-hero__title em {
    font-style: italic;
    color: var(--rsbt-gold);
}
.partner-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}
.partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.partner-btn--primary {
    background: linear-gradient(135deg, #f0dca0, var(--rsbt-gold));
    color: #181818;
    box-shadow: 0 8px 24px -10px rgba(214, 181, 101, .7);
}
.partner-btn--primary:hover { transform: translateY(-2px); }
.partner-btn--ghost {
    border: 1px solid rgba(214, 181, 101, .55);
    color: #fff;
    background: transparent;
}
.partner-btn--ghost:hover { background: rgba(214, 181, 101, .12); }

.partner-topnav {
    position: sticky;
    top: var(--site-header-h);
    z-index: 95;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #ece4d8;
    box-shadow: 0 8px 24px rgba(24, 24, 24, .06);
    backdrop-filter: blur(8px);
    overflow: visible;
}
.partner-topnav__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 10px;
    padding: 12px 0;
    overflow: visible;
}
.partner-topnav__link {
    flex: 0 1 auto;
    padding: 9px 14px;
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #475569;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease;
}
.partner-topnav__link:hover {
    color: var(--rsbt-accent);
    background: #fff7f8;
}
.partner-topnav__link.is-active {
    background: var(--rsbt-accent);
    color: #fff;
}

.partner-sec {
    padding: 72px 0;
    background: #fbf9f6;
}
.partner-sec--dark {
    background: linear-gradient(160deg, #2a2a2a, #181818);
    color: #fff;
}
.partner-sec--consult {
    background:
        radial-gradient(900px 500px at 15% 0%, rgba(180, 58, 84, .18), transparent 55%),
        linear-gradient(160deg, #181818, #2a2a2a);
    color: #fff;
}
.partner-sec-head {
    max-width: 720px;
    margin-bottom: 40px;
}
.partner-sec-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.partner-sec-head--center .partner-eyebrow { justify-content: center; }
.partner-sec-head__title {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.15;
    font-weight: 700;
    color: var(--rsbt-dark);
}
.partner-sec-head--on-dark .partner-sec-head__title { color: #fff; }
.partner-sec-head__lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
}
.partner-sec-head--on-dark .partner-sec-head__lead { color: #cbd5e1; }
.partner-sec-visual {
    margin: 0 0 28px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px -24px rgba(24, 24, 24, .25);
    border: 1px solid rgba(180, 58, 84, .12);
}
.partner-sec-visual img {
    display: block;
    width: 100%;
    max-height: 340px;
    object-fit: cover;
}
.partner-sec-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    gap: 32px;
    align-items: start;
}
.partner-sec-split__media {
    position: sticky;
    top: 148px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 48px -24px rgba(0, 0, 0, .35);
    border: 1px solid rgba(214, 181, 101, .22);
}
.partner-sec-split__media img {
    display: block;
    width: 100%;
    min-height: 320px;
    object-fit: cover;
}
.partner-sec--dark .partner-sec-split__media {
    border-color: rgba(214, 181, 101, .28);
}
.partner-sec-split .partner-steps,
.partner-sec-split .partner-checklist {
    grid-template-columns: 1fr;
}
.partner-subtitle {
    margin: 28px 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--rsbt-accent);
}

.partner-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 34px;
}
.partner-stats--hero {
    margin-top: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(214, 181, 101, .25);
}
.partner-stat__value {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--rsbt-gold);
    line-height: 1;
}
.partner-stat__label {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #94a3b8;
}
.partner-models {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.partner-model {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    border: 1px solid #ece4d8;
    border-top: 3px solid var(--rsbt-gold);
    border-radius: 8px;
    background: #fff;
}
.partner-model--featured {
    background: linear-gradient(165deg, #2a2a2a, #181818);
    border-top-color: var(--rsbt-gold);
    color: #fff;
}
.partner-model__flag {
    position: absolute;
    top: -11px;
    right: 16px;
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--rsbt-gold);
    color: #181818;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.partner-model__tier {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
}
.partner-model__title {
    margin: 10px 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.2;
}
.partner-model--featured .partner-model__title,
.partner-model--featured .partner-model__list li { color: #fff; }
.partner-model__role {
    margin: 0 0 16px;
    font-size: 14px;
    font-style: italic;
    color: #64748b;
}
.partner-model--featured .partner-model__role { color: #cbd5e1; }
.partner-model__list {
    margin: auto 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.partner-model__list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
}
.partner-model__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: var(--rsbt-gold);
    transform: rotate(45deg);
}
.partner-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 36px;
}
.partner-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(214, 181, 101, .18);
}
.partner-sec--dark .partner-step__num {
    color: var(--rsbt-gold);
    background: transparent;
    border-color: rgba(214, 181, 101, .5);
}
.partner-sec--dark .partner-step__title { color: #fff; }
.partner-sec--dark .partner-step__body { color: #cbd5e1; }
.partner-step__num {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--rsbt-gold);
    border-radius: 50%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--rsbt-accent);
    background: #fff7f8;
}
.partner-step__num--dashed { border-style: dashed; }
.partner-step__title {
    margin: 0 0 4px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--rsbt-dark);
}
.partner-step__body {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
}
.partner-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.partner-benefit {
    padding: 20px 18px;
    border: 1px solid #ece4d8;
    border-radius: 8px;
    background: #fff;
}
.partner-benefit__title {
    margin: 0 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--rsbt-accent);
}
.partner-benefit__body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}
.partner-exclusive {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid rgba(180, 58, 84, .25);
    border-radius: 8px;
    background: linear-gradient(150deg, #2a2a2a, #181818);
    color: #fff;
}
.partner-exclusive__title {
    margin: 8px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    color: var(--rsbt-gold);
}
.partner-exclusive__body {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #cbd5e1;
}
.partner-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
}
.partner-sec--dark .partner-checklist__row {
    border-bottom-color: rgba(214, 181, 101, .16);
}
.partner-sec--dark .partner-checklist__title { color: #fff; }
.partner-sec--dark .partner-checklist__body { color: #cbd5e1; }
.partner-sec--dark .partner-checklist__mark {
    background: rgba(214, 181, 101, .12);
}
.partner-checklist__row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #ece4d8;
}
.partner-checklist__mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff7f8;
    color: var(--rsbt-gold);
    font-size: 14px;
    font-weight: 700;
}
.partner-checklist__title {
    margin: 0 0 3px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--rsbt-accent);
}
.partner-checklist__body {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}
.partner-callout {
    margin: 18px 0 24px;
    padding: 18px 20px;
    border-left: 3px solid var(--rsbt-gold);
    border-radius: 4px;
    background: #fff7f8;
}
.partner-callout p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}
.partner-phases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}
.partner-phase {
    padding: 20px 18px;
    border: 1px solid #ece4d8;
    border-radius: 8px;
    background: #fff;
}
.partner-phase__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
}
.partner-phase__title {
    margin: 8px 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--rsbt-accent);
}
.partner-phase__body {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}
.partner-compliance {
    border: 1px solid #ece4d8;
    border-radius: 8px;
    padding: 4px 20px;
    background: #fff;
}
.partner-compliance__row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #ece4d8;
}
.partner-compliance__row:last-child { border-bottom: 0; }
.partner-compliance__mark {
    color: var(--rsbt-gold);
    font-weight: 700;
}
.partner-compliance__row strong {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    color: var(--rsbt-dark);
}
.partner-compliance__row span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}
.partner-why {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    border: 1px solid rgba(214, 181, 101, .35);
    background: rgba(214, 181, 101, .2);
}
.partner-why__cell {
    padding: 24px 22px;
    background: #2a2a2a;
    color: #fff;
}
.partner-why__num {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--rsbt-gold);
}
.partner-why__title {
    margin: 8px 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.partner-why__body {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #cbd5e1;
}
.partner-consult-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 40px;
    align-items: start;
}
.partner-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.partner-contacts__item {
    font-size: 15px;
    color: #cbd5e1;
}
.partner-contacts__item a {
    color: #fff;
}
.partner-contacts__item a:hover { color: var(--rsbt-gold); }
.partner-form-card {
    padding: 28px;
    border-radius: 10px;
    background: #fbf9f6;
    color: var(--rsbt-dark);
    box-shadow: 0 24px 60px -32px rgba(0, 0, 0, .45);
    position: relative;
    overflow: hidden;
}
.partner-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rsbt-gold), #f0dca0, var(--rsbt-gold));
}
.partner-form-card__title {
    margin: 0 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    color: var(--rsbt-accent);
}
.partner-form-card__sub {
    margin: 0 0 18px;
    font-size: 14px;
    color: #64748b;
}
.partner-required { color: var(--rsbt-gold); }
.partner-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.partner-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.partner-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.partner-field > span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #334155;
}
.partner-field input,
.partner-field select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8d2c2;
    border-radius: 6px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    background: #fff;
}
.partner-field input:focus,
.partner-field select:focus {
    outline: none;
    border-color: var(--rsbt-accent);
    box-shadow: 0 0 0 3px rgba(180, 58, 84, .12);
}
.partner-field__err {
    display: none;
    font-style: normal;
    font-size: 12px;
    color: #c0492f;
}
.partner-field.is-invalid input,
.partner-field.is-invalid select {
    border-color: #c0492f;
}
.partner-field.is-invalid .partner-field__err { display: block; }
.partner-form-submit {
    margin-top: 4px;
    padding: 14px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--rsbt-accent);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.partner-form-submit:hover { background: #9a3148; }
.partner-privacy {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
    color: #64748b;
}
.partner-privacy a {
    color: var(--rsbt-gold);
    font-weight: 700;
    text-decoration: underline;
}
.partner-form-success {
    text-align: center;
    padding: 24px 10px;
}
.partner-form-success h3 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    color: var(--rsbt-accent);
}
.partner-form-success p {
    margin: 0;
    font-size: 15px;
    color: #64748b;
}

.btn-main { background: var(--rsbt-accent); color: #fff; }
.btn-alt { background: #111; color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }

.apply-steps { margin-top: 28px; }
.apply-step {
    display: grid; grid-template-columns: 72px 1fr; gap: 20px;
    padding: 24px 0; border-bottom: 1px solid #e5e7eb;
}
.apply-step:last-child { border-bottom: 0; }
.apply-step-num {
    font-size: 28px; font-weight: 700; color: var(--rsbt-accent);
    font-family: "Poppins", sans-serif; line-height: 1;
}
.apply-step h2 { font-size: 22px; margin: 0 0 10px; }
.apply-step p { margin: 0 0 12px; }
.apply-step .btn-main { margin-top: 4px; }

.admission-contact-panel {
    margin-top: 32px; padding: 22px 24px; background: #f7f8fa;
    border: 1px solid #e5e7eb; border-radius: 4px;
}
.admission-contact-panel h3 { margin: 0 0 10px; font-size: 20px; color: var(--rsbt-accent); }
.admission-contact-panel p { margin: 0 0 8px; }

.request-info-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; }
.admission-form { display: grid; gap: 14px; margin-top: 16px; }
.admission-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 500; }
.admission-form input,
.admission-form select,
.admission-form textarea {
    width: 100%; padding: 10px 12px; border: 1px solid #d1d5db;
    border-radius: 4px; font: inherit;
}
.admission-form button { justify-self: start; border: 0; cursor: pointer; }
.admission-form label.admission-checkbox {
    display: flex; align-items: center; gap: 10px;
    font-weight: 400; cursor: pointer;
}
.admission-form label.admission-checkbox input[type="checkbox"] {
    width: 16px; height: 16px; margin: 0; flex-shrink: 0; padding: 0;
}
.admission-form label.admission-checkbox span { line-height: 1.4; }

.payment-account-block { margin-top: 32px; }
.payment-account-block h2 { font-size: 22px; margin-bottom: 6px; }
.payment-account-subtitle {
    margin: 0 0 12px; font-size: 13px; font-weight: 600;
    letter-spacing: .04em; text-transform: uppercase; color: #6b7280;
}
.payment-table {
    width: 100%; border-collapse: collapse; margin-bottom: 8px;
    border: 1px solid #e5e7eb; background: #fff;
}
.payment-table th,
.payment-table td {
    padding: 12px 14px; border-bottom: 1px solid #e5e7eb;
    text-align: left; vertical-align: top; font-size: 14px;
}
.payment-table th {
    width: 34%; background: #f7f8fa; font-weight: 600; color: #374151;
}
.payment-table tr:last-child th,
.payment-table tr:last-child td { border-bottom: 0; }

.mobile-action-bar { border-top: 1px solid #333; margin-top: 8px; padding-top: 8px; }
.mobile-action-link {
    display: block; padding: 11px 16px; border-bottom: 1px solid #292929;
    font-weight: 600; font-family: "Poppins", sans-serif;
}

.accreditation-intro { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; margin-bottom: 28px; }
.accreditation-logo { max-height: 120px; width: auto; object-fit: contain; }
.accreditation-details { background: #fff; border: 1px solid #e4e4e4; padding: 24px; margin-bottom: 28px; }
.accreditation-details dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; margin: 0; }
.accreditation-details dt { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #6b7280; margin-bottom: 4px; }
.accreditation-details dd { margin: 0; font-weight: 600; color: #111; }
.accreditation-programs h3 { color: var(--rsbt-accent); font-family: "Poppins", sans-serif; margin: 0 0 12px; }
.accreditation-note { font-size: 15px; color: #4b5563; margin-top: 12px; }
.accreditation-certificate { margin: 28px 0; border: 1px solid #e4e4e4; background: #fff; padding: 16px; box-shadow: 0 8px 20px rgba(0,0,0,.05); }
.accreditation-certificate img { width: 100%; height: auto; }
.accreditation-downloads { display: flex; flex-wrap: wrap; gap: 12px; }
.accreditation-partners { margin-top: 22px; }

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 120;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--rsbt-accent);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background .2s ease;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover {
    background: #9a3148;
}
.back-to-top:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

@media (max-width: 1090px) {
    .brand-logo { height: 60px; max-width: 260px; }
    .desktop-menu { display: none; }
    .mobile-toggle { display: flex; }
}

@media (min-width: 1091px) and (max-width: 1280px) {
    .nav-strip .container-wide { width: min(1360px, 96%); }
    .desktop-menu { gap: 7px; }
    .menu-item > a { padding: 9px 4px; font-size: 13px; }
    .brand-lockup__logo { height: 54px; max-width: 220px; }
}

@media (max-width: 900px) {
    :root { --site-header-h: 112px; }
    .top-action-nav { display: none; }
    .hero-overlay h1 { font-size: 34px; }
    .hero-overlay h2 { font-size: 18px; }
    .hero-slide--photo .hero-slide__media img,
    .hero-slide--graphic .hero-slide__media img,
    .hero-slide--certificate .hero-slide__media img {
        object-fit: cover;
        object-position: center center;
    }
    .partner-cards, .program-grid, .program-grid--pair, .program-grid--quad, .footer-links-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .program-grid--pair { max-width: none; }
    .footer-top { grid-template-columns: 1fr; }
    .info-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .request-info-grid { grid-template-columns: 1fr; }
    .accreditation-intro { grid-template-columns: 1fr; }
    .accreditation-details dl { grid-template-columns: 1fr; }
    .course-finder-inner { grid-template-columns: 1fr; }
    .home-aaa-feature { grid-template-columns: 1fr; text-align: center; }
    .home-aaa-feature__badges { justify-content: center; }
    .home-aaa-feature__actions { justify-content: center; }
}

@media (max-width: 600px) {
    :root { --site-header-h: 132px; }
    .top-strip-content { flex-direction: column; align-items: stretch; }
    .top-contact { gap: 8px; padding: 6px 0 2px; }
    .top-contact-link { font-size: 12px; }
    .nav-wrap { padding: 8px 0; }
    .brand-lockup__logo { height: 56px; max-width: min(100%, 280px); }
    .brand-lockup--footer .brand-lockup__logo { height: 88px; max-width: 100%; }
    .top-actions { margin-left: 0; justify-content: flex-end; }
    .hero-stage {
        height: auto;
        min-height: 220px;
    }
    .hero-slide__media { padding: 8px 10px 48px; }
    .hero-slide--photo .hero-overlay,
    .hero-slide--photo.active .hero-overlay {
        background: linear-gradient(to top, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .45) 42%, transparent 72%);
        align-items: flex-end;
    }
    .hero-slide--photo .hero-overlay__content {
        padding-bottom: 4px;
    }
    .hero-slide--photo .hero-slide__media img,
    .hero-slide--graphic .hero-slide__media img,
    .hero-slide--certificate .hero-slide__media img {
        object-fit: cover;
        object-position: center center;
    }
    .hero-slide--panel .hero-slide__media--panel {
        padding: 16px 12px 52px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }
    .hero-gau-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-gau-card__logo-wrap { min-height: 100px; }
    .hero-gau-card__cta { width: 100%; max-width: 280px; }
    .hero-partner-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-partner-card__eyebrow { justify-content: center; }
    .hero-partner-card__actions { justify-content: center; }
    .hero-partner-card__logo-wrap { order: -1; }
    .hero-partner-card__logo { max-width: 240px; }
    .hero-brochure-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-brochure-card__logo-wrap { order: -1; }
    .hero-brochure-card__logo { max-width: 220px; }
    .hero-brochure-card__cta { width: 100%; max-width: 280px; }
    .hero-ricee-card__actions { flex-direction: column; align-items: stretch; }
    .hero-ricee-card__btn { width: 100%; max-width: 320px; margin: 0 auto; }
    .hero-overlay h1 { font-size: 27px; }
    .hero-overlay h2 { font-size: 15px; }
    .hero-overlay p { font-size: 14px; }
    .hero-nav { opacity: 1; width: 40px; height: 40px; }
    .hero-nav--prev { left: 10px; }
    .hero-nav--next { right: 10px; }
    .hero-dot { width: 28px; }
    .section { padding: 46px 0; }
    .section h2 { font-size: 29px; }
    .home-intro { padding-top: 52px; padding-bottom: 52px; }
    .home-intro-eyebrow { letter-spacing: .14em; margin-right: -.14em; font-size: 11px; }
    .home-aaa-feature { padding: 20px 16px; margin-top: 28px; }
    .home-aaa-feature__actions { flex-direction: column; align-items: stretch; }
    .home-aaa-feature__link { width: 100%; }
    .home-news-carousel { grid-template-columns: 1fr; gap: 16px; }
    .home-news-nav { display: none; }
    .home-news-card { flex-basis: 85%; min-width: 260px; }
    .section h3 { font-size: 18px; }
    .program-grid, .program-grid--pair, .program-grid--quad, .partner-cards, .footer-links-grid { grid-template-columns: 1fr; }
    .program-grid--pair { max-width: none; }
    .pill-grid span { width: 100%; border-radius: 8px; }
    .newsletter-box form { flex-direction: column; }
    .button-row { flex-direction: column; }
    .course-finder-form { grid-template-columns: 1fr; }
    .program-showcase { grid-template-columns: 1fr; }
    .program-showcase__visual img { min-height: 240px; }
    .program-stat-grid { position: static; margin-top: 12px; }
    .program-category-highlights { grid-template-columns: 1fr; }
    .program-hero-overlay { padding: 56px 0 48px; }
    .program-page-actions { flex-direction: column; align-items: stretch; }
    .apply-now-cta { width: 100%; max-width: none; padding: 15px 28px; font-size: 15px; }
    .rsbt-programs-actions { margin-top: 32px; }
    .edu-sidebar-layout { grid-template-columns: 1fr; gap: 20px; }
    .edu-sidebar {
        position: static;
        top: auto;
    }
    .edu-sidebar-content {
        max-height: none;
        overflow-y: visible;
        padding: 20px 18px;
    }
    .edu-module-meta { grid-template-columns: 1fr; }
    .partner-models,
    .partner-benefits,
    .partner-phases { grid-template-columns: 1fr; }
    .partner-steps,
    .partner-checklist,
    .partner-why,
    .partner-form-grid { grid-template-columns: 1fr; }
    .partner-topnav { top: var(--site-header-h); }
    .partner-topnav__inner {
        justify-content: flex-start;
    }
    .partner-topnav__link {
        font-size: 12px;
        padding: 8px 12px;
    }
    .partner-hero {
        --partner-header-h: var(--site-header-h);
        min-height: auto;
        padding: 36px 0 40px;
    }
    .partner-hero__grid,
    .partner-sec-split,
    .partner-consult-grid { grid-template-columns: 1fr; }
    .partner-hero__visual {
        height: clamp(220px, 52vw, 300px);
        order: -1;
    }
    .partner-hero__title { font-size: clamp(26px, 7vw, 34px); }
    .partner-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .partner-sec-split__media {
        position: static;
        top: auto;
    }
    .partner-sec { padding: 56px 0; }
}

/* ── RICEE Page ── */
.ricee-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1f24 50%, #1f1f1f 100%);
    color: #fff;
    padding: 80px 0 72px;
    text-align: center;
}
.ricee-hero__inner { display: flex; flex-direction: column; align-items: center; }
.ricee-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
}
.ricee-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--rsbt-gold);
}
.ricee-eyebrow--on-dark { color: #f0dca0; }
.ricee-eyebrow--on-dark::before { background: #f0dca0; }
.ricee-hero__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(48px, 8vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.02em;
    background: linear-gradient(135deg, #fff 30%, var(--rsbt-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ricee-hero__tagline {
    margin: 16px 0 0;
    max-width: 640px;
    font-size: clamp(16px, 2.2vw, 19px);
    line-height: 1.6;
    color: #d1d5db;
}
.ricee-breadcrumb { margin-top: 28px; font-size: 13px; color: #9ca3af; }
.ricee-breadcrumb a { color: #d6b565; }
.ricee-breadcrumb a:hover { text-decoration: underline; }

.ricee-intro p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
}
.ricee-intro p:last-child { margin-bottom: 0; }

.ricee-vm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.ricee-vm-card {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-top: 4px solid var(--rsbt-accent);
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
}
.ricee-vm-card__icon {
    display: block;
    margin-bottom: 12px;
    font-size: 22px;
    color: var(--rsbt-gold);
}
.ricee-vm-card h2 {
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--rsbt-accent);
}
.ricee-vm-card p {
    margin: 0;
    line-height: 1.75;
    color: #4b5563;
}

.ricee-sec-head { margin-bottom: 36px; }
.ricee-sec-head--center { text-align: center; }
.ricee-sec-head--center .ricee-eyebrow { justify-content: center; }
.ricee-sec-head h2 {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    color: var(--rsbt-accent);
}
.ricee-sec-head__lead {
    margin: 0;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}
.ricee-sec-head--center .ricee-sec-head__lead { margin: 0 auto; }

.ricee-functions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.ricee-function-card {
    background: #fff;
    border: 1px solid #ececec;
    padding: 28px 24px;
    position: relative;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.ricee-function-card:hover {
    border-color: #e0cfc0;
    box-shadow: 0 8px 28px rgba(180,58,84,.08);
}
.ricee-function-card--wide { grid-column: 1 / -1; }
.ricee-function-card__num {
    display: block;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--rsbt-gold);
}
.ricee-function-card h3 {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
}
.ricee-function-card ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
}
.ricee-function-card li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 4px;
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
}
.ricee-function-card li::before {
    content: "›";
    position: absolute;
    left: -16px;
    color: var(--rsbt-accent);
    font-weight: 700;
}
.ricee-function-card li:last-child { margin-bottom: 0; }

.ricee-initiatives {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.ricee-initiative {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid #e8e0d4;
    padding: 20px 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #1f2937;
    transition: border-color .2s ease, transform .2s ease;
}
.ricee-initiative:hover {
    border-color: var(--rsbt-accent);
    transform: translateY(-2px);
}
.ricee-initiative__dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--rsbt-accent);
}

.ricee-facilities {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
}
.ricee-facilities__copy h2 {
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    color: var(--rsbt-accent);
}
.ricee-facilities__lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}
.ricee-facilities__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}
.ricee-facilities__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: linear-gradient(135deg, #fdf9f4, #fff);
    border: 1px solid #f0e6d8;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}
.ricee-facilities__icon {
    flex-shrink: 0;
    font-size: 18px;
    color: var(--rsbt-gold);
    line-height: 1.4;
}

.ricee-cta {
    background: linear-gradient(135deg, var(--rsbt-accent) 0%, #8c2d42 100%);
    color: #fff;
    padding: 72px 0;
    text-align: center;
}
.ricee-cta__inner { display: flex; flex-direction: column; align-items: center; }
.ricee-cta h2 {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 600;
    color: #fff;
}
.ricee-cta p {
    margin: 0 0 28px;
    max-width: 620px;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255,255,255,.9);
}
.ricee-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.ricee-cta .btn-main {
    background: #fff;
    color: var(--rsbt-accent);
}
.ricee-cta .btn-main:hover { background: #fdf9f4; }
.ricee-cta .btn-alt {
    background: transparent;
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
}
.ricee-cta .btn-alt:hover { border-color: #fff; background: rgba(255,255,255,.1); }

@media (max-width: 900px) {
    .ricee-vm-grid,
    .ricee-functions,
    .ricee-initiatives,
    .ricee-facilities {
        grid-template-columns: 1fr;
    }
    .ricee-function-card--wide { grid-column: auto; }
    .ricee-initiatives { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .ricee-hero { padding: 60px 0 52px; }
    .ricee-initiatives { grid-template-columns: 1fr; }
    .ricee-cta__actions { flex-direction: column; align-items: stretch; }
    .ricee-cta__actions .btn-main,
    .ricee-cta__actions .btn-alt { text-align: center; }
}

/* ── Careers page ── */
.career-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a1f28 45%, #1f1f1f 100%);
    color: #fff;
    padding: 80px 0 72px;
    text-align: center;
}
.career-hero__inner { display: flex; flex-direction: column; align-items: center; }
.career-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
}
.career-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--rsbt-gold);
}
.career-eyebrow--on-dark { color: #f0dca0; }
.career-eyebrow--on-dark::before { background: #f0dca0; }
.career-hero__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(42px, 7vw, 64px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.02em;
    background: linear-gradient(135deg, #fff 30%, var(--rsbt-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.career-hero__tagline {
    margin: 16px 0 0;
    max-width: 560px;
    font-size: clamp(16px, 2.2vw, 19px);
    line-height: 1.6;
    color: #d1d5db;
}
.career-breadcrumb { margin-top: 28px; font-size: 13px; color: #9ca3af; }
.career-breadcrumb a { color: #d6b565; }
.career-breadcrumb a:hover { text-decoration: underline; }

.career-intro p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
}
.career-intro p:last-child { margin-bottom: 0; }

.career-sec-head { margin-bottom: 36px; }
.career-sec-head--center { text-align: center; }
.career-sec-head--center .career-eyebrow { justify-content: center; }
.career-sec-head h2 {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    color: var(--rsbt-accent);
}
.career-sec-head__lead {
    margin: 0;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}
.career-sec-head--center .career-sec-head__lead { margin: 0 auto; }

.career-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.career-benefit-card {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-top: 4px solid var(--rsbt-accent);
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
    transition: box-shadow .2s ease, transform .2s ease;
}
.career-benefit-card:hover {
    box-shadow: 0 8px 28px rgba(180,58,84,.1);
    transform: translateY(-3px);
}
.career-benefit-card__icon {
    display: block;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1;
}
.career-benefit-card h3 {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
}
.career-benefit-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
}
.career-benefit-card:nth-child(4),
.career-benefit-card:nth-child(5) {
    grid-column: span 1;
}

.career-roles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.career-role-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: linear-gradient(135deg, #fdf9f4, #fff);
    border: 1px solid #f0e6d8;
    padding: 22px 24px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.career-role-card:hover {
    border-color: var(--rsbt-accent);
    box-shadow: 0 6px 24px rgba(180,58,84,.08);
}
.career-role-card__num {
    flex-shrink: 0;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--rsbt-gold);
    padding-top: 2px;
}
.career-role-card h3 {
    margin: 0 0 6px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--rsbt-accent);
    line-height: 1.3;
}
.career-role-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}
.career-role-card:last-child {
    grid-column: 1 / -1;
}
.career-closing {
    margin: 36px 0 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #374151;
}

.career-cta {
    background: linear-gradient(135deg, var(--rsbt-accent) 0%, #8c2d42 100%);
    color: #fff;
    padding: 72px 0;
    text-align: center;
}
.career-cta__inner { display: flex; flex-direction: column; align-items: center; }
.career-cta h2 {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 600;
    color: #fff;
}
.career-cta p {
    margin: 0 0 28px;
    max-width: 620px;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255,255,255,.9);
}
.career-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.career-cta .btn-main {
    background: #fff;
    color: var(--rsbt-accent);
}
.career-cta .btn-main:hover { background: #fdf9f4; }
.career-cta .btn-alt {
    background: transparent;
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
}
.career-cta .btn-alt:hover { border-color: #fff; background: rgba(255,255,255,.1); }

@media (max-width: 900px) {
    .career-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .career-roles { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .career-hero { padding: 60px 0 52px; }
    .career-benefits { grid-template-columns: 1fr; }
    .career-cta__actions { flex-direction: column; align-items: stretch; }
    .career-cta__actions .btn-main,
    .career-cta__actions .btn-alt { text-align: center; }
}
areer-closing {
    margin: 36px 0 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #374151;
}

.career-cta {
    background: linear-gradient(135deg, var(--rsbt-accent) 0%, #8c2d42 100%);
    color: #fff;
    padding: 72px 0;
    text-align: center;
}
.career-cta__inner { display: flex; flex-direction: column; align-items: center; }
.career-cta h2 {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 600;
    color: #fff;
}
.career-cta p {
    margin: 0 0 28px;
    max-width: 620px;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255,255,255,.9);
}
.career-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.career-cta .btn-main {
    background: #fff;
    color: var(--rsbt-accent);
}
.career-cta .btn-main:hover { background: #fdf9f4; }
.career-cta .btn-alt {
    background: transparent;
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
}
.career-cta .btn-alt:hover { border-color: #fff; background: rgba(255,255,255,.1); }

@media (max-width: 900px) {
    .career-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .career-roles { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .career-hero { padding: 60px 0 52px; }
    .career-benefits { grid-template-columns: 1fr; }
    .career-cta__actions { flex-direction: column; align-items: stretch; }
    .career-cta__actions .btn-main,
    .career-cta__actions .btn-alt { text-align: center; }
}
