:root {
    --rh-red: #b51f29;
    --rh-red-dark: #86151e;
    --rh-red-soft: #fff1f2;
    --rh-ink: #17202b;
    --rh-navy: #122132;
    --rh-slate: #5d6978;
    --rh-line: #e5e9ee;
    --rh-surface: #ffffff;
    --rh-soft: #f5f7f9;
    --rh-gold: #c59a4a;
    --rh-radius: 22px;
    --rh-shadow: 0 24px 65px rgba(18, 33, 50, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rh-public-body {
    margin: 0;
    color: var(--rh-ink);
    background: #fff;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}
body.rh-public-body a { color: inherit; text-decoration: none; }
body.rh-public-body img { display: block; max-width: 100%; }
.rh-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.rh-skip-link { position: fixed; z-index: 9999; left: 20px; top: -60px; padding: 10px 16px; color: #fff !important; background: var(--rh-ink); border-radius: 8px; transition: top .2s; }
.rh-skip-link:focus { top: 14px; }

.rh-public-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(226,230,235,.9); transition: box-shadow .25s, background .25s; }
.rh-public-header.is-scrolled { background: rgba(255,255,255,.985); box-shadow: 0 12px 34px rgba(17,31,46,.09); }
.rh-header-accent { height: 4px; background: linear-gradient(90deg, var(--rh-red-dark), #d43b44 45%, var(--rh-gold)); }
.rh-header-inner { position: relative; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.rh-brand { display: flex; align-items: center; gap: 14px; min-width: 245px; }
.rh-brand img { width: 92px; height: 60px; object-fit: contain; }
.rh-brand-copy { display: flex; flex-direction: column; line-height: 1.12; border-left: 1px solid var(--rh-line); padding-left: 14px; }
.rh-brand-copy strong { color: var(--rh-red-dark); font-size: 18px; letter-spacing: .14em; }
.rh-brand-copy small { margin-top: 5px; color: var(--rh-slate); font-size: 11px; letter-spacing: .025em; }
.rh-header-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 28px; flex: 1; }
.rh-main-nav ul { display: flex; align-items: center; gap: 2px; list-style: none; padding: 0; margin: 0; }
.rh-main-nav li { position: relative; }
.rh-main-nav > ul > li > a { display: block; padding: 31px 14px 28px; color: #344150; font-size: 14px; font-weight: 650; border-bottom: 3px solid transparent; transition: color .2s, border-color .2s; }
.rh-main-nav > ul > li > a:hover, .rh-main-nav > ul > li > a:focus { color: var(--rh-red); border-bottom-color: var(--rh-red); }
.rh-main-nav .has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); }
.rh-submenu { position: absolute; top: calc(100% - 4px); left: 0; min-width: 215px; display: flex !important; flex-direction: column; align-items: stretch !important; gap: 0 !important; padding: 9px !important; opacity: 0; visibility: hidden; transform: translateY(10px); background: #fff; border: 1px solid var(--rh-line); border-radius: 12px; box-shadow: var(--rh-shadow); transition: all .2s; }
.rh-submenu a { display: block; padding: 10px 12px; color: #394656; font-size: 13px; font-weight: 600; border-radius: 8px; }
.rh-submenu a:hover { color: var(--rh-red); background: var(--rh-red-soft); }
.rh-main-nav li:hover > .rh-submenu, .rh-main-nav li:focus-within > .rh-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.rh-header-auth { display: flex; align-items: center; gap: 9px; }
.rh-header-login { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; color: #fff !important; background: var(--rh-red); border: 1px solid var(--rh-red); border-radius: 10px; font-size: 14px; font-weight: 750; box-shadow: 0 8px 20px rgba(181,31,41,.22); transition: transform .2s, background .2s; white-space: nowrap; }
.rh-header-login:hover { background: var(--rh-red-dark); transform: translateY(-2px); }
.rh-header-login svg, .rh-header-admin-login svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rh-header-admin-login { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; color: var(--rh-ink) !important; background: #fff; border: 1px solid #d8dee5; border-radius: 10px; font-size: 13px; font-weight: 750; white-space: nowrap; transition: transform .2s, color .2s, border-color .2s, background .2s; }
.rh-header-admin-login:hover { color: var(--rh-red) !important; background: var(--rh-red-soft); border-color: #edb7bb; transform: translateY(-2px); }
.rh-menu-toggle { display: none; flex: 0 0 44px; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--rh-line); border-radius: 10px; background: #fff; }
.rh-menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--rh-ink); border-radius: 2px; transition: transform .2s, opacity .2s; }

.rh-hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 74% 32%, #243b52 0, #14283b 34%, #0e1c2b 72%); }
.rh-hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.rh-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42%; height: 6px; background: var(--rh-red); }
.rh-hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .2; }
.rh-hero-glow-one { width: 420px; height: 420px; right: -120px; top: -140px; background: #c92d38; }
.rh-hero-glow-two { width: 260px; height: 260px; left: 28%; bottom: -180px; background: #c59a4a; }
.rh-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr); align-items: center; gap: 74px; padding: 90px 0; }
.rh-eyebrow, .rh-kicker { color: var(--rh-red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rh-eyebrow { display: flex; align-items: center; color: #f2c6c9; }
.rh-eyebrow span { width: 28px; height: 2px; margin-right: 12px; background: #e74b55; }
.rh-hero h1 { max-width: 690px; margin: 22px 0 24px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.3vw, 76px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.rh-hero h1 em { color: #e65a63; font-style: normal; }
.rh-hero-content > p { max-width: 620px; margin: 0; color: #b9c4ce; font-size: 18px; line-height: 1.75; }
.rh-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.rh-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.rh-btn:hover { transform: translateY(-2px); }
.rh-btn-primary { color: #fff !important; background: var(--rh-red); border-color: var(--rh-red); box-shadow: 0 12px 28px rgba(181,31,41,.27); }
.rh-btn-primary:hover { background: #c92d38; }
.rh-btn-secondary { color: #fff !important; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.24); }
.rh-btn-secondary:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); }
.rh-hero-assurances { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 31px; color: #aebbc7; font-size: 13px; font-weight: 600; }
.rh-hero-assurances b { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; color: #fff; background: rgba(255,255,255,.12); border-radius: 50%; font-size: 10px; }
.rh-hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.rh-visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.rh-orbit-one { width: 420px; height: 420px; }
.rh-orbit-two { width: 320px; height: 320px; border-style: dashed; animation: rh-spin 28s linear infinite; }
.rh-visual-main { position: relative; z-index: 2; width: 335px; min-height: 355px; padding: 22px; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.5); border-radius: 24px; box-shadow: 0 35px 75px rgba(0,0,0,.34); transform: rotate(1deg); }
.rh-visual-card-top { display: flex; align-items: center; justify-content: space-between; color: #4d5968; font-size: 12px; font-weight: 750; }
.rh-visual-card-top i { padding: 4px 8px; color: #24855d; background: #e7f6ef; border-radius: 20px; font-size: 9px; font-style: normal; letter-spacing: .12em; }
.rh-visual-main img { width: 244px; height: 175px; margin: 31px auto 23px; object-fit: contain; }
.rh-visual-status { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; padding-top: 18px; border-top: 1px solid var(--rh-line); }
.rh-visual-status span { color: #687482; font-size: 9px; font-weight: 700; text-align: center; white-space: nowrap; }
.rh-visual-status i { display: block; width: 6px; height: 6px; margin: 0 auto 7px; background: #3ab77d; border-radius: 50%; box-shadow: 0 0 0 4px #e8f7f0; }
.rh-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 16px; color: var(--rh-ink); background: #fff; border-radius: 13px; box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.rh-floating-card svg { width: 29px; height: 29px; padding: 6px; fill: none; stroke: var(--rh-red); stroke-width: 1.8; border-radius: 8px; background: var(--rh-red-soft); }
.rh-floating-card span { display: flex; flex-direction: column; font-size: 12px; font-weight: 800; line-height: 1.3; }
.rh-floating-card small { color: #8a94a0; font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.rh-floating-card-one { left: -7px; top: 89px; }
.rh-floating-card-two { right: -7px; bottom: 82px; }
@keyframes rh-spin { to { transform: rotate(360deg); } }

.rh-trust-strip { position: relative; z-index: 3; color: #fff; background: var(--rh-red); }
.rh-trust-strip .rh-container { min-height: 88px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.rh-trust-strip div div { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.22); font-size: 12px; font-weight: 750; letter-spacing: .03em; }
.rh-trust-strip div div:last-child { border-right: 0; }
.rh-trust-strip span { color: rgba(255,255,255,.58); font-family: Georgia, serif; font-size: 20px; }

.rh-section { padding: 110px 0; }
.rh-about { background: #fff; }
.rh-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.rh-section-heading h2, .rh-section-header-centered h2, .rh-process-intro h2, .rh-cta h2 { margin: 16px 0 0; color: var(--rh-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 54px); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.rh-about-copy > p { margin: 4px 0 34px; color: var(--rh-slate); font-size: 17px; line-height: 1.85; }
.rh-about-points { border-top: 1px solid var(--rh-line); }
.rh-about-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--rh-line); }
.rh-about-points b { color: var(--rh-red); font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.rh-about-points span { color: var(--rh-slate); font-size: 14px; }
.rh-about-points strong { display: block; margin-bottom: 2px; color: var(--rh-ink); font-size: 15px; }

.rh-services { background: var(--rh-soft); }
.rh-section-header-centered { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.rh-section-header-centered > p { max-width: 610px; margin: 20px auto 0; color: var(--rh-slate); font-size: 16px; }
.rh-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rh-service-card { position: relative; min-height: 300px; padding: 31px; overflow: hidden; background: #fff; border: 1px solid var(--rh-line); border-radius: 18px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.rh-service-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px; background: var(--rh-red); transition: right .3s; }
.rh-service-card:hover { transform: translateY(-6px); border-color: #d8dde3; box-shadow: 0 20px 45px rgba(24,38,53,.10); }
.rh-service-card:hover::after { right: 0; }
.rh-service-number { position: absolute; right: 25px; top: 23px; color: #e3e7eb; font-family: Georgia, serif; font-size: 28px; }
.rh-service-icon { width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 25px; color: var(--rh-red); background: var(--rh-red-soft); border-radius: 14px; }
.rh-service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.rh-service-card h3 { margin: 0 0 13px; color: var(--rh-ink); font-family: Georgia, serif; font-size: 22px; font-weight: 600; line-height: 1.25; }
.rh-service-card p { margin: 0; color: var(--rh-slate); font-size: 14px; line-height: 1.75; }

.rh-process { color: #fff; background: var(--rh-navy); }
.rh-process .rh-container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.rh-kicker-light { color: #ec7880; }
.rh-process-intro h2 { color: #fff; }
.rh-process-intro p { margin: 22px 0 0; color: #aab7c4; }
.rh-process-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.rh-process-steps > div { min-height: 190px; padding: 27px; background: var(--rh-navy); }
.rh-process-steps b { color: #eb6872; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.rh-process-steps h3 { margin: 20px 0 7px; color: #fff; font-size: 17px; }
.rh-process-steps p { margin: 0; color: #99a8b7; font-size: 13px; line-height: 1.65; }

.rh-cta { padding: 74px 0; background: linear-gradient(135deg, #fff7f7, #f4f6f8); border-bottom: 1px solid var(--rh-line); }
.rh-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.rh-cta h2 { font-size: clamp(34px, 3.5vw, 46px); }
.rh-cta p { margin: 13px 0 0; color: var(--rh-slate); }

.rh-public-footer { color: #d3dbe3; background: #0d1926; }
.rh-footer-main { display: grid; grid-template-columns: 1.4fr .55fr 1fr; gap: 80px; padding: 78px 0 62px; }
.rh-footer-logo { display: inline-block; padding: 10px 15px; background: #fff; border-radius: 12px; }
.rh-footer-logo img { width: 120px; height: 72px; object-fit: contain; }
.rh-footer-brand h2 { margin: 22px 0 10px; color: #fff; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.rh-footer-brand p { max-width: 470px; margin: 0; color: #8fa0b0; font-size: 13px; line-height: 1.75; }
.rh-footer-column { display: flex; flex-direction: column; gap: 11px; }
.rh-footer-column h3 { margin: 0 0 10px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.rh-footer-column > a { color: #a9b6c3; font-size: 13px; transition: color .2s, transform .2s; }
.rh-footer-column > a:hover { color: #fff; transform: translateX(3px); }
.rh-footer-contact p { display: flex; align-items: flex-start; gap: 11px; margin: 0; color: #a9b6c3; font-size: 13px; }
.rh-footer-contact svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; fill: none; stroke: #d55962; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rh-footer-contact a:hover { color: #fff; }
.rh-footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.09); }
.rh-footer-bottom p { margin: 0; color: #778797; font-size: 11px; }

@media (max-width: 1080px) {
    .rh-brand-copy { display: none; }
    .rh-brand { min-width: auto; }
    .rh-main-nav > ul > li > a { padding-left: 10px; padding-right: 10px; }
    .rh-hero-layout { grid-template-columns: 1fr 400px; gap: 35px; }
    .rh-floating-card-one { left: 0; }
    .rh-floating-card-two { right: 0; }
}

@media (max-width: 900px) {
    .rh-container { width: min(100% - 36px, 720px); }
    .rh-header-inner { min-height: 76px; }
    .rh-brand img { width: 82px; height: 54px; }
    .rh-menu-toggle { display: block; }
    .rh-menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .rh-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
    .rh-menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .rh-header-navigation { position: absolute; top: 80px; left: 18px; right: 18px; display: none; align-items: stretch; padding: 15px; background: #fff; border: 1px solid var(--rh-line); border-radius: 16px; box-shadow: var(--rh-shadow); }
    .rh-header-navigation.is-open { display: flex; flex-direction: column; }
    .rh-main-nav ul { display: block; }
    .rh-main-nav > ul > li > a { padding: 11px 12px; border-bottom: 0; border-radius: 8px; }
    .rh-main-nav > ul > li > a:hover { background: var(--rh-red-soft); }
    .rh-submenu { position: static; min-width: 0; display: block !important; max-height: 0; padding: 0 0 0 15px !important; overflow: hidden; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; transition: max-height .25s; }
    .rh-main-nav li:hover > .rh-submenu, .rh-main-nav li:focus-within > .rh-submenu { max-height: 420px; }
    .rh-header-auth { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
    .rh-header-login, .rh-header-admin-login { width: 100%; }
    .rh-hero { min-height: auto; }
    .rh-hero-layout { grid-template-columns: 1fr; gap: 55px; padding: 78px 0 90px; }
    .rh-hero-content { text-align: center; }
    .rh-eyebrow, .rh-hero-actions, .rh-hero-assurances { justify-content: center; }
    .rh-hero-content > p { margin-left: auto; margin-right: auto; }
    .rh-hero-visual { width: min(100%, 500px); margin: 0 auto; }
    .rh-trust-strip .rh-container { grid-template-columns: repeat(2,1fr); padding: 16px 0; }
    .rh-trust-strip div div { border-bottom: 1px solid rgba(255,255,255,.18); }
    .rh-trust-strip div div:nth-child(2) { border-right: 0; }
    .rh-trust-strip div div:nth-child(3), .rh-trust-strip div div:nth-child(4) { border-bottom: 0; }
    .rh-about-grid, .rh-process .rh-container { grid-template-columns: 1fr; gap: 45px; }
    .rh-services-grid { grid-template-columns: repeat(2,1fr); }
    .rh-footer-main { grid-template-columns: 1.3fr .7fr; gap: 50px; }
    .rh-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .rh-container { width: calc(100% - 28px); }
    .rh-public-header { position: sticky; }
    .rh-menu-toggle { position: fixed; z-index: 1002; right: 38px; top: 20px; transform: none; }
    .rh-header-auth { grid-template-columns: 1fr; }
    .rh-hero-layout { padding: 61px 0 76px; }
    .rh-eyebrow { font-size: 10px; letter-spacing: .12em; }
    .rh-hero h1 { margin-top: 18px; font-size: clamp(43px, 13vw, 58px); }
    .rh-hero-content > p { font-size: 15px; line-height: 1.7; }
    .rh-hero-actions { flex-direction: column; }
    .rh-btn { width: 100%; }
    .rh-hero-assurances { gap: 13px; font-size: 11px; }
    .rh-hero-visual { min-height: 350px; transform: scale(.91); }
    .rh-visual-main { width: 290px; min-height: 325px; }
    .rh-visual-main img { width: 205px; height: 150px; }
    .rh-orbit-one { width: 340px; height: 340px; }
    .rh-orbit-two { width: 270px; height: 270px; }
    .rh-floating-card { padding: 10px 12px; }
    .rh-floating-card-one { left: -7px; top: 67px; }
    .rh-floating-card-two { right: -7px; bottom: 55px; }
    .rh-trust-strip .rh-container { grid-template-columns: 1fr; padding: 9px 0; }
    .rh-trust-strip div div { min-height: 48px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17) !important; }
    .rh-trust-strip div div:last-child { border-bottom: 0 !important; }
    .rh-section { padding: 76px 0; }
    .rh-section-heading h2, .rh-section-header-centered h2, .rh-process-intro h2, .rh-cta h2 { font-size: 37px; }
    .rh-services-grid, .rh-process-steps { grid-template-columns: 1fr; }
    .rh-service-card { min-height: 275px; }
    .rh-process-steps > div { min-height: 165px; }
    .rh-cta-inner { flex-direction: column; align-items: stretch; }
    .rh-footer-main { grid-template-columns: 1fr; gap: 36px; padding: 58px 0 44px; }
    .rh-footer-contact { grid-column: auto; }
    .rh-footer-bottom { min-height: 92px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
}

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