:root {
  --rh-navy: #0b1f33;
  --rh-navy-2: #102a45;
  --rh-gold: #d8a93d;
  --rh-gold-dark: #ad7e17;
  --rh-ink: #15202b;
  --rh-muted: #65717e;
  --rh-line: #dfe5ea;
  --rh-soft: #f5f7f9;
  --rh-white: #ffffff;
  --rh-green: #14875b;
  --rh-shadow: 0 18px 50px rgba(11,31,51,.10);
  --rh-radius: 22px;
  --rh-radius-sm: 14px;
  --rh-container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rh-white); color: var(--rh-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.screen-reader-text, .rh-skip-link:not(:focus) { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.rh-skip-link:focus { position: fixed; z-index: 99999; top: 12px; left: 12px; background: #fff; padding: 10px 14px; border-radius: 8px; }
.rh-container { width: min(calc(100% - 40px), var(--rh-container)); margin-inline: auto; }
.rh-narrow { max-width: 820px; }
.rh-article-width { max-width: 940px; }
.rh-topbar { background: var(--rh-navy); color: rgba(255,255,255,.82); font-size: 13px; }
.rh-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.rh-topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.rh-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .2s ease, border-color .2s ease; }
.admin-bar .rh-site-header { top: 32px; }
.rh-site-header.is-scrolled { border-color: var(--rh-line); box-shadow: 0 8px 30px rgba(11,31,51,.07); }
.rh-header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.rh-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.rh-logo { max-height: 54px; width: auto; }
.rh-brand-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--rh-gold); color: var(--rh-navy); font-weight: 900; letter-spacing: -.04em; }
.rh-brand-copy { display: flex; flex-direction: column; line-height: 1.05; color: var(--rh-navy); }
.rh-brand-copy strong { font-size: 17px; }
.rh-brand-copy small { margin-top: 4px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--rh-muted); }
.rh-main-nav { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.rh-menu { list-style: none; display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; }
.rh-menu a { text-decoration: none; font-size: 14px; font-weight: 750; color: #263746; }
.rh-menu a:hover { color: var(--rh-gold-dark); }
.rh-header-actions { display: flex; align-items: center; gap: 10px; }
.rh-menu-toggle { display: none; background: transparent; border: 0; padding: 8px; margin-left: auto; }
.rh-menu-toggle span:not(.screen-reader-text) { width: 25px; height: 2px; display: block; background: var(--rh-navy); margin: 5px 0; }
.rh-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.rh-btn:hover { transform: translateY(-1px); }
.rh-btn-primary { background: var(--rh-gold); color: var(--rh-navy); }
.rh-btn-primary:hover { background: #e4b84e; }
.rh-btn-secondary { background: var(--rh-navy); color: #fff; }
.rh-btn-ghost { border-color: var(--rh-line); color: var(--rh-navy); background: #fff; }
.rh-btn-light { background: #fff; color: var(--rh-navy); }
.rh-btn-outline-light { border-color: rgba(255,255,255,.35); color: #fff; }
.rh-btn-large { min-height: 52px; padding-inline: 22px; }
.rh-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.rh-kicker { display: inline-block; color: var(--rh-gold-dark); font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3,h4 { margin: 0 0 .55em; color: var(--rh-navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.5rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.2em; }
.rh-lead { max-width: 720px; color: #52606d; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.rh-lead-small { color: var(--rh-muted); font-size: 1.12rem; }
.rh-hero { overflow: hidden; padding: 94px 0 82px; background: linear-gradient(180deg,#fff 0%,#f9fafb 100%); }
.rh-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr); align-items: center; gap: 68px; }
.rh-hero h1 { max-width: 820px; margin-top: 14px; }
.rh-hero .rh-button-row { margin-top: 30px; }
.rh-inline-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; color: var(--rh-muted); font-size: 14px; font-weight: 700; }
.rh-inline-points span::before { content: "✓"; color: var(--rh-green); font-weight: 900; margin-right: 7px; }
.rh-hero-panel { position: relative; padding: 30px; border-radius: 28px; background: var(--rh-navy); color: #fff; box-shadow: 0 30px 80px rgba(11,31,51,.20); }
.rh-hero-panel::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(216,169,61,.45); border-radius: 28px; z-index: -1; }
.rh-hero-panel-top { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; color: rgba(255,255,255,.8); }
.rh-status-dot { width: 9px; height: 9px; border-radius: 99px; background: #52cf8d; box-shadow: 0 0 0 6px rgba(82,207,141,.12); }
.rh-mini-route { margin: 28px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
.rh-mini-route div { display: flex; flex-direction: column; }
.rh-mini-route small { color: rgba(255,255,255,.55); }
.rh-mini-route strong { margin-top: 3px; color: #fff; }
.rh-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
.rh-mini-grid div { display: flex; gap: 10px; align-items: center; padding: 14px; background: #fff; color: var(--rh-navy); border-radius: 13px; }
.rh-mini-grid strong { color: var(--rh-gold-dark); font-size: 13px; }
.rh-mini-grid span { font-size: 13px; font-weight: 800; }
.rh-hero-panel .rh-text-link { color: #fff; }
.rh-proof-strip { border-top: 1px solid var(--rh-line); border-bottom: 1px solid var(--rh-line); background: #fff; }
.rh-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.rh-proof-grid div { padding: 23px 26px; border-right: 1px solid var(--rh-line); display: flex; flex-direction: column; }
.rh-proof-grid div:last-child { border-right: 0; }
.rh-proof-grid strong { color: var(--rh-navy); font-size: 15px; }
.rh-proof-grid span { color: var(--rh-muted); font-size: 13px; }
.rh-section { padding: 92px 0; }
.rh-section-soft { background: var(--rh-soft); }
.rh-section-head { max-width: 800px; margin-bottom: 38px; }
.rh-section-head .rh-kicker { margin-bottom: 12px; }
.rh-section-head-split { max-width: none; display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.rh-section-head-split > p { color: var(--rh-muted); }
.rh-card-grid { display: grid; gap: 18px; }
.rh-service-grid { grid-template-columns: repeat(3,1fr); }
.rh-service-card, .rh-content-card { min-width: 0; padding: 28px; border: 1px solid var(--rh-line); border-radius: var(--rh-radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.rh-service-card:hover, .rh-content-card:hover { transform: translateY(-4px); border-color: #cfd7de; box-shadow: var(--rh-shadow); }
.rh-service-card h3, .rh-content-card h3 { margin-top: 12px; }
.rh-service-card p, .rh-content-card p { color: var(--rh-muted); font-size: 15px; }
.rh-text-link { display: inline-flex; gap: 6px; align-items: center; color: var(--rh-navy); font-size: 14px; font-weight: 850; text-decoration: none; }
.rh-text-link:hover { color: var(--rh-gold-dark); }
.rh-content-card h3 a { text-decoration: none; }
.rh-two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.rh-feature-list { display: grid; gap: 14px; }
.rh-feature-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px; background: #fff; border: 1px solid var(--rh-line); border-radius: 18px; }
.rh-feature-list article > span { width: 42px; height: 42px; display: grid; place-items: center; background: #fff8e8; color: var(--rh-gold-dark); border-radius: 12px; font-size: 12px; font-weight: 900; }
.rh-feature-list h3 { margin-bottom: 6px; }
.rh-feature-list p { margin: 0; color: var(--rh-muted); font-size: 15px; }
.rh-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.rh-process-grid article { padding: 26px 22px; border-top: 3px solid var(--rh-gold); background: var(--rh-soft); border-radius: 0 0 18px 18px; }
.rh-process-grid strong { color: var(--rh-gold-dark); font-size: 13px; }
.rh-process-grid h3 { margin-top: 16px; }
.rh-process-grid p { color: var(--rh-muted); font-size: 15px; margin-bottom: 0; }
.rh-area-section { background: var(--rh-navy); color: #fff; }
.rh-area-section h2 { color: #fff; }
.rh-area-section p { color: rgba(255,255,255,.7); }
.rh-area-section .rh-kicker { color: #f1ca6d; }
.rh-area-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.rh-chip-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.rh-chip-cloud span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; }
.rh-content-grid { grid-template-columns: repeat(3,1fr); }
.rh-quote-section { background: #fff; }
.rh-quote-shell { display: grid; grid-template-columns: .75fr 1.25fr; border-radius: 28px; overflow: hidden; box-shadow: var(--rh-shadow); border: 1px solid var(--rh-line); }
.rh-quote-copy { background: var(--rh-navy); color: #fff; padding: 44px; }
.rh-quote-copy h2 { color: #fff; margin-top: 12px; }
.rh-quote-copy p { color: rgba(255,255,255,.72); }
.rh-check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.rh-check-list li { padding: 8px 0; color: rgba(255,255,255,.82); }
.rh-check-list li::before { content: "✓"; color: #f1ca6d; margin-right: 9px; font-weight: 900; }
.rh-quote-form-wrap { padding: 38px; background: #fff; }
.rh-fallback-card { padding: 22px; border: 1px dashed var(--rh-line); border-radius: 16px; }
.rh-page-hero { padding: 80px 0 54px; background: linear-gradient(180deg,#fff 0%,#f7f9fa 100%); border-bottom: 1px solid var(--rh-line); }
.rh-page-hero h1 { margin-top: 13px; font-size: clamp(2.45rem,5vw,4.65rem); }
.rh-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--rh-muted); font-size: 12px; margin-bottom: 28px; }
.rh-breadcrumbs a { text-decoration: none; color: var(--rh-muted); }
.rh-prose { max-width: 820px; }
.rh-prose > *:first-child { margin-top: 0; }
.rh-prose h2 { margin-top: 1.65em; font-size: clamp(1.7rem,3vw,2.45rem); }
.rh-prose h3 { margin-top: 1.5em; }
.rh-prose p, .rh-prose li { color: #33414d; }
.rh-prose a { color: #875e06; text-underline-offset: 3px; }
.rh-prose blockquote { margin: 30px 0; padding: 22px 26px; border-left: 4px solid var(--rh-gold); background: var(--rh-soft); }
.rh-prose table { width: 100%; border-collapse: collapse; }
.rh-prose th, .rh-prose td { border: 1px solid var(--rh-line); padding: 12px; text-align: left; }
.rh-article-hero { padding: 72px 0 38px; }
.rh-article-hero h1 { margin-top: 13px; font-size: clamp(2.3rem,5vw,4.6rem); }
.rh-article-meta { display: flex; gap: 16px; color: var(--rh-muted); font-size: 13px; }
.rh-featured-image img { width: 100%; aspect-ratio: 16/8.2; object-fit: cover; border-radius: 24px; }
.rh-article-layout { display: grid; grid-template-columns: minmax(0,760px) minmax(240px,1fr); gap: 70px; align-items: start; padding-top: 48px; padding-bottom: 80px; }
.rh-article-aside { min-width: 0; }
.rh-sticky-card { position: sticky; top: 116px; padding: 24px; border: 1px solid var(--rh-line); border-radius: 18px; background: var(--rh-soft); }
.rh-sticky-card h3 { margin-top: 10px; }
.rh-sticky-card p { color: var(--rh-muted); font-size: 14px; }
.rh-sticky-card .rh-btn { width: 100%; margin-bottom: 14px; }
.rh-contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 36px; align-items: start; }
.rh-contact-card { padding: 30px; background: var(--rh-navy); color: #fff; border-radius: 22px; }
.rh-contact-card h2 { color: #fff; margin-top: 10px; }
.rh-contact-card a { display: block; margin-top: 12px; color: #fff; font-weight: 800; text-decoration: none; }
.rh-footer-cta { background: var(--rh-gold); color: var(--rh-navy); }
.rh-footer-cta-inner { min-height: 220px; padding-block: 38px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.rh-footer-cta h2 { margin-top: 9px; margin-bottom: 8px; }
.rh-footer-cta p { margin-bottom: 0; max-width: 650px; }
.rh-site-footer { padding: 70px 0 25px; background: #071522; color: rgba(255,255,255,.7); }
.rh-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 45px; }
.rh-site-footer h3 { color: #fff; font-size: 15px; letter-spacing: 0; }
.rh-site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.rh-brand-footer .rh-brand-copy strong { color: #fff; }
.rh-brand-footer .rh-brand-copy small { color: rgba(255,255,255,.5); }
.rh-footer-brand p { max-width: 360px; margin-top: 22px; }
.rh-footer-links { list-style: none; padding: 0; margin: 0; }
.rh-footer-links li { margin: 9px 0; }
.rh-footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.rh-legal-menu { list-style: none; display: flex; gap: 18px; margin: 0; padding: 0; }
.rh-floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 52px; height: 52px; display: grid; place-items: center; background: #25d366; color: #083419; border-radius: 999px; text-decoration: none; font-weight: 950; font-size: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.18); z-index: 999; }
.rh-error { min-height: 55vh; display: grid; place-items: center; }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 40px; height: 40px; padding: 0 12px; display: inline-grid; place-items: center; border: 1px solid var(--rh-line); border-radius: 10px; text-decoration: none; }
.page-numbers.current { background: var(--rh-navy); color: #fff; border-color: var(--rh-navy); }
@media (max-width: 1040px) {
  .rh-menu-toggle { display: block; }
  .rh-main-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; padding: 20px; background: #fff; border: 1px solid var(--rh-line); border-radius: 18px; box-shadow: var(--rh-shadow); align-items: stretch; }
  .rh-main-nav.is-open { display: block; }
  .rh-menu { display: grid; gap: 0; }
  .rh-menu li { border-bottom: 1px solid var(--rh-line); }
  .rh-menu a { display: block; padding: 13px 4px; }
  .rh-header-actions { margin-top: 16px; }
  .rh-header-actions .rh-btn { flex: 1; }
  .rh-hero-grid, .rh-two-col, .rh-area-layout, .rh-quote-shell, .rh-contact-grid { grid-template-columns: 1fr; }
  .rh-service-grid, .rh-content-grid { grid-template-columns: repeat(2,1fr); }
  .rh-process-grid { grid-template-columns: repeat(2,1fr); }
  .rh-section-head-split { grid-template-columns: 1fr; gap: 10px; }
  .rh-proof-grid { grid-template-columns: repeat(2,1fr); }
  .rh-proof-grid div:nth-child(2) { border-right: 0; }
  .rh-proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--rh-line); }
  .rh-article-layout { grid-template-columns: 1fr; }
  .rh-sticky-card { position: static; }
  .rh-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .rh-footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 782px) { .admin-bar .rh-site-header { top: 46px; } }
@media (max-width: 680px) {
  body { font-size: 16px; }
  .rh-container { width: min(calc(100% - 28px), var(--rh-container)); }
  .rh-topbar-inner { min-height: 34px; font-size: 11px; }
  .rh-header-inner { min-height: 68px; }
  .rh-main-nav { top: 68px; }
  .rh-hero { padding: 64px 0 62px; }
  .rh-hero-grid { gap: 44px; }
  .rh-hero-panel { padding: 22px; }
  .rh-hero-panel::after { display: none; }
  .rh-service-grid, .rh-content-grid, .rh-process-grid, .rh-proof-grid { grid-template-columns: 1fr; }
  .rh-proof-grid div { border-right: 0; border-bottom: 1px solid var(--rh-line); }
  .rh-proof-grid div:last-child { border-bottom: 0; }
  .rh-section { padding: 66px 0; }
  .rh-service-card, .rh-content-card { padding: 22px; }
  .rh-quote-copy, .rh-quote-form-wrap { padding: 28px 22px; }
  .rh-page-hero { padding: 58px 0 40px; }
  .rh-article-layout { padding-top: 28px; gap: 36px; }
  .rh-footer-cta-inner { display: grid; }
  .rh-footer-grid { grid-template-columns: 1fr 1fr; }
  .rh-footer-brand, .rh-footer-grid > div:last-child { grid-column: 1 / -1; }
  .rh-footer-bottom { flex-direction: column; }
  .rh-header-actions { flex-direction: column; }
  .rh-header-actions .rh-btn { width: 100%; }
}

/* ===== RH Movers v2.1 base carried into v2.2 ===== */
.rh-site-header { top: 0; }
.admin-bar .rh-site-header { top: 32px; }
.rh-header-inner { min-height: 82px; }
.rh-logo { max-height: 58px; }
.rh-main-nav { gap: 22px; }
.rh-menu { gap: 22px; }
.rh-menu a { font-size: 13px; }

.rh-hero-v21 { padding: 78px 0 72px; background: linear-gradient(135deg,#ffffff 0%,#f7f9fb 58%,#f2f5f7 100%); }
.rh-hero-grid-v21 { grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); gap: 64px; }
.rh-hero-v21 h1 { max-width: 760px; font-size: clamp(3rem,5.7vw,5.45rem); }
.rh-hero-v21 .rh-lead { max-width: 650px; }
.rh-hero-visual { position: relative; }
.rh-hero-visual > img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px; box-shadow: 0 28px 70px rgba(11,31,51,.16); }
.rh-hero-visual::before { content:""; position:absolute; inset:-14px 20px 20px -14px; border:1px solid rgba(216,169,61,.5); border-radius:28px; z-index:-1; }
.rh-hero-visual-card { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; border-radius: 18px; background: rgba(7,21,34,.91); color: #fff; backdrop-filter: blur(10px); box-shadow: 0 16px 34px rgba(0,0,0,.18); }
.rh-hero-visual-card .rh-kicker { color: #f2cd72; }
.rh-hero-visual-card strong { display:block; margin:6px 0 5px; font-size:18px; line-height:1.3; }
.rh-hero-visual-card p { margin:0; color:rgba(255,255,255,.72); font-size:13px; line-height:1.55; }

.rh-service-card { position: relative; overflow: hidden; }
.rh-service-card::before { content:""; display:block; width:38px; height:4px; margin-bottom:18px; border-radius:999px; background:var(--rh-gold); }
.rh-service-card .rh-kicker { color:#7c5c16; }
.rh-service-card h3 { margin-top: 9px; }

.rh-why-v21 { grid-template-columns: .72fr 1.28fr; align-items:center; }
.rh-benefit-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.rh-benefit-grid article { padding:24px; border:1px solid var(--rh-line); border-radius:18px; background:#fff; }
.rh-benefit-grid article > span { display:inline-grid; place-items:center; width:38px; height:38px; margin-bottom:18px; border-radius:11px; background:#fff7e6; color:var(--rh-gold-dark); font-size:12px; font-weight:900; }
.rh-benefit-grid h3 { margin-bottom:8px; }
.rh-benefit-grid p { margin:0; color:var(--rh-muted); font-size:14px; }

.rh-process-grid article { min-height: 205px; }
.rh-area-section { background: linear-gradient(135deg,#081a2a,#0d2a45); }
.rh-chip-cloud span { background:rgba(255,255,255,.075); }

.rh-quote-section { background:#fff; }
.rh-quote-shell { box-shadow: 0 24px 70px rgba(11,31,51,.12); }
.rh-quote-copy { display:flex; flex-direction:column; justify-content:center; }
.rh-quote-contact { margin-top:28px; padding-top:22px; border-top:1px solid rgba(255,255,255,.14); display:grid; gap:3px; }
.rh-quote-contact span { color:rgba(255,255,255,.58); font-size:12px; text-transform:uppercase; letter-spacing:.09em; font-weight:800; }
.rh-quote-contact a { color:#fff; text-decoration:none; font-size:20px; font-weight:850; }

.rh-faq-section { background:#fff; }
.rh-faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:74px; align-items:start; }
.rh-faq-intro { position:sticky; top:120px; }
.rh-faq-intro .rh-btn { margin-top:12px; }
.rh-faq-list { display:grid; gap:12px; }
.rh-faq-list details { border:1px solid var(--rh-line); border-radius:16px; background:#fff; overflow:hidden; }
.rh-faq-list summary { position:relative; padding:20px 52px 20px 22px; cursor:pointer; list-style:none; color:var(--rh-navy); font-weight:850; }
.rh-faq-list summary::-webkit-details-marker { display:none; }
.rh-faq-list summary::after { content:"+"; position:absolute; right:22px; top:50%; transform:translateY(-50%); color:var(--rh-gold-dark); font-size:24px; font-weight:600; }
.rh-faq-list details[open] summary::after { content:"–"; }
.rh-faq-list details p { margin:0; padding:0 22px 20px; color:var(--rh-muted); font-size:15px; }

.rh-contact-dock { position:fixed; right:20px; bottom:20px; z-index:999; display:flex; gap:8px; }
.rh-contact-dock a { width:50px; height:50px; display:grid; place-items:center; border-radius:999px; color:#fff; text-decoration:none; font-size:11px; font-weight:900; box-shadow:0 10px 28px rgba(0,0,0,.18); }
.rh-dock-call { background:var(--rh-navy); }
.rh-dock-wa { background:#25d366; color:#083419!important; }

/* Hide old floating call/chat plugin buttons while this theme supplies its own dock. */
body #callnowbutton,
body .call-now-button,
body .ht-ctc-chat,
body .ht-ctc,
body .ctc-analytics { display:none!important; }

/* If GTranslate was inserted inside the old WordPress menu, keep it out of this clean header. */
.rh-site-header .gtranslate_wrapper,
.rh-site-header .gt_switcher_wrapper,
.rh-site-header .gt_float_switcher { display:none!important; }

@media (max-width:1040px) {
  .rh-hero-grid-v21, .rh-why-v21, .rh-faq-layout { grid-template-columns:1fr; }
  .rh-hero-visual { max-width:760px; }
  .rh-benefit-grid { grid-template-columns:repeat(2,1fr); }
  .rh-faq-intro { position:static; }
}
@media (max-width:782px) { .admin-bar .rh-site-header { top:46px; } }
@media (max-width:680px) {
  .rh-header-inner { min-height:70px; }
  .rh-logo { max-height:48px; }
  .rh-hero-v21 { padding:54px 0 56px; }
  .rh-hero-grid-v21 { gap:36px; }
  .rh-hero-v21 h1 { font-size:clamp(2.6rem,13vw,4.2rem); }
  .rh-hero-visual-card { position:relative; left:auto; right:auto; bottom:auto; margin:-28px 14px 0; }
  .rh-benefit-grid { grid-template-columns:1fr; }
  .rh-contact-dock { right:14px; bottom:14px; }
  .rh-contact-dock a { width:46px; height:46px; }
}

/* ===== RH Movers v2.2 — SEO + Conversion + Readability Polish ===== */
:root {
  --rh-page-gap: #edf2f5;
  --rh-readable: #445260;
}

/* Better reading comfort across the site. */
body {
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
p, li { overflow-wrap: break-word; }
h1, h2, h3, h4 { text-wrap: balance; }
.rh-lead { font-size: clamp(1.12rem, 1.6vw, 1.28rem); line-height: 1.72; }
.rh-lead-small { font-size: 1.08rem; line-height: 1.72; max-width: 52ch; }
.rh-section-description { max-width: 66ch; color: var(--rh-muted); font-size: 1rem; line-height: 1.72; }
.rh-section-copy > p, .rh-area-copy > p { max-width: 54ch; }
.rh-section-head-split > p,
.rh-section-side-action p { color: var(--rh-readable); font-size: 1rem; line-height: 1.72; }
.rh-section-side-action { max-width: 52ch; }
.rh-section-side-action .rh-text-link { margin-top: 4px; }

/* Stronger but still compact header. */
.rh-header-inner { min-height: 86px; }
.rh-logo { max-height: 64px; }
.rh-menu a { font-size: 14px; }
.rh-header-actions .rh-btn { min-height: 46px; }

/* Homepage canvas: every major block has a visible break from the next one. */
.rh-home-main { background: var(--rh-page-gap); }
.rh-home-main > section { position: relative; }
.rh-home-section {
  margin-top: 18px;
  border-top: 1px solid var(--rh-line);
  border-bottom: 1px solid var(--rh-line);
}
.rh-home-services { background: #fff; }
.rh-home-why { background: #f6f8fa; }
.rh-home-process { background: #fff; }
.rh-home-areas { border-color: transparent; }
.rh-home-quote { background: #f5f7f9; }
.rh-home-guides { background: #fff; }
.rh-home-faq { background: #f6f8fa; }
.rh-home-proof { margin-top: 0; background: #fff; }

/* Hero refinements. */
.rh-hero-v22 {
  padding: 84px 0 78px;
  background: linear-gradient(135deg,#ffffff 0%,#f7f9fb 58%,#f0f4f7 100%);
  border-bottom: 1px solid var(--rh-line);
}
.rh-hero-grid-v22 { grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); gap: 70px; }
.rh-hero-v22 h1 { max-width: 760px; font-size: clamp(3rem,5.55vw,5.25rem); }
.rh-hero-v22 .rh-lead { max-width: 650px; color: var(--rh-readable); }
.rh-hero-phone { margin: 18px 0 0; color: var(--rh-muted); font-size: 15px; font-weight: 650; }
.rh-hero-phone a { color: var(--rh-navy); font-weight: 850; text-decoration: none; }
.rh-inline-points { margin-top: 22px; row-gap: 10px; font-size: 15px; }
.rh-hero-visual-card strong { font-size: 19px; }
.rh-hero-visual-card p { font-size: 14px; line-height: 1.6; }

/* Proof strip reads as its own compact block. */
.rh-proof-grid div { padding: 24px 28px; }
.rh-proof-grid strong { font-size: 16px; }
.rh-proof-grid span { margin-top: 2px; font-size: 14px; line-height: 1.5; }

/* More generous section rhythm without making the page feel long. */
.rh-home-section.rh-section { padding: 86px 0; }
.rh-section-head { margin-bottom: 42px; }
.rh-section-head h2 { max-width: 18ch; }
.rh-section-head-split { gap: 80px; }

/* Service cards are isolated, readable blocks. */
.rh-service-grid { gap: 22px; }
.rh-service-card, .rh-content-card {
  padding: 31px;
  border-color: #d7dfe6;
  box-shadow: 0 4px 14px rgba(11,31,51,.035);
}
.rh-service-card h3, .rh-content-card h3 { font-size: 1.3rem; line-height: 1.22; }
.rh-service-card p, .rh-content-card p {
  color: var(--rh-readable);
  font-size: 16px;
  line-height: 1.7;
}
.rh-text-link { font-size: 15px; }

/* Why choose us: block within a block, so it does not visually merge with neighbors. */
.rh-why-v22 { grid-template-columns: .72fr 1.28fr; align-items: center; gap: 74px; }
.rh-benefit-grid { gap: 18px; }
.rh-benefit-grid article {
  padding: 28px;
  border-color: #d7dfe6;
  box-shadow: 0 3px 12px rgba(11,31,51,.03);
}
.rh-benefit-grid h3 { font-size: 1.22rem; }
.rh-benefit-grid p { color: var(--rh-readable); font-size: 15.5px; line-height: 1.68; }

/* Process cards are white cards on a distinct section surface. */
.rh-process-grid { gap: 20px; }
.rh-process-grid article {
  min-height: 220px;
  padding: 29px 25px;
  border: 1px solid #d9e0e6;
  border-top: 4px solid var(--rh-gold);
  border-radius: 0 0 18px 18px;
  background: #f7f9fa;
}
.rh-process-grid h3 { font-size: 1.2rem; }
.rh-process-grid p { color: var(--rh-readable); font-size: 15.5px; line-height: 1.67; }

/* Service areas now have two clearly labelled groups. */
.rh-area-layout { grid-template-columns: .78fr 1.22fr; gap: 84px; }
.rh-area-groups { display: grid; gap: 26px; }
.rh-area-group { padding: 22px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.04); }
.rh-area-group h3 { margin: 0 0 15px; color: #fff; font-size: 16px; letter-spacing: 0; }
.rh-chip-cloud span { font-size: 14px; line-height: 1.25; }
.rh-area-section p { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.7; }

/* Quote is its own visible block; form text is deliberately larger. */
.rh-quote-heading { max-width: 760px; margin-bottom: 30px; }
.rh-quote-shell { border-color: #d4dde4; box-shadow: 0 18px 48px rgba(11,31,51,.10); }
.rh-quote-copy { padding: 42px; }
.rh-quote-copy h3 { margin-top: 12px; color: #fff; font-size: 1.55rem; }
.rh-check-list li { font-size: 16px; line-height: 1.55; }
.rh-quote-form-wrap { padding: 38px 40px; }
.rh-quote-form .rh-field > span:first-child { font-size: 13px; line-height: 1.35; }
.rh-quote-form .rh-field input,
.rh-quote-form .rh-field select,
.rh-quote-form .rh-field textarea { font-size: 16px; line-height: 1.45; }
.rh-quote-form .rh-form-grid { gap: 18px; }
.rh-quote-form .rh-form-privacy { font-size: 12px; line-height: 1.55; }
.rh-quote-form .rh-form-notice { font-size: 15px; line-height: 1.55; }

/* Guides and FAQ stay easy to scan. */
.rh-content-grid { gap: 22px; }
.rh-faq-layout { gap: 82px; }
.rh-faq-intro > p { max-width: 45ch; color: var(--rh-readable); font-size: 16px; line-height: 1.7; }
.rh-faq-list { gap: 14px; }
.rh-faq-list details { border-color: #d7dfe6; box-shadow: 0 2px 8px rgba(11,31,51,.025); }
.rh-faq-list summary { padding: 22px 56px 22px 24px; font-size: 16px; line-height: 1.45; }
.rh-faq-list details p { padding: 0 24px 22px; color: var(--rh-readable); font-size: 15.5px; line-height: 1.7; }

/* Keyboard visibility and conversion accessibility. */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(216,169,61,.55);
  outline-offset: 3px;
}

/* Keep footer visually separate from FAQ and CTA. */
.rh-footer-cta { border-top: 18px solid var(--rh-page-gap); }
.rh-site-footer { border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 1040px) {
  .rh-hero-grid-v22, .rh-why-v22 { grid-template-columns: 1fr; }
  .rh-area-layout { grid-template-columns: 1fr; gap: 42px; }
  .rh-section-head-split { gap: 22px; }
  .rh-home-section.rh-section { padding: 76px 0; }
}

@media (max-width: 680px) {
  body { font-size: 16.5px; line-height: 1.68; }
  .rh-header-inner { min-height: 72px; }
  .rh-logo { max-height: 52px; }
  .rh-hero-v22 { padding: 58px 0 60px; }
  .rh-hero-grid-v22 { gap: 38px; }
  .rh-hero-v22 h1 { font-size: clamp(2.55rem,12vw,4rem); }
  .rh-hero-phone { font-size: 14px; }
  .rh-inline-points { display: grid; gap: 9px; font-size: 14px; }
  .rh-home-section { margin-top: 12px; }
  .rh-home-section.rh-section { padding: 62px 0; }
  .rh-section-head { margin-bottom: 30px; }
  .rh-service-card, .rh-content-card, .rh-benefit-grid article { padding: 24px; }
  .rh-process-grid article { min-height: auto; padding: 24px 22px; }
  .rh-area-group { padding: 19px; }
  .rh-quote-copy, .rh-quote-form-wrap { padding: 28px 22px; }
  .rh-quote-form .rh-field > span:first-child { font-size: 12.5px; }
  .rh-faq-list summary { font-size: 15px; padding: 19px 48px 19px 20px; }
  .rh-faq-list details p { font-size: 15px; padding: 0 20px 20px; }
  .rh-footer-cta { border-top-width: 12px; }
}
@media (max-width: 1040px) {
  .rh-main-nav { top: 86px; }
}
@media (max-width: 680px) {
  .rh-main-nav { top: 72px; }
}

/* =========================================================
   v2.2.1 HOMEPAGE POLISH ONLY
   Conservative refinements based on the approved v2.2 base.
   No inner-page templates/content are changed in this release.
   ========================================================= */

/* Keep the hero powerful without letting the heading dominate the page. */
.rh-hero-v22 {
  padding: 68px 0 64px;
}
.rh-hero-grid-v22 {
  grid-template-columns: minmax(0,.94fr) minmax(430px,1.06fr);
  gap: 54px;
}
.rh-hero-v22 h1 {
  max-width: 650px;
  font-size: clamp(3rem,4.55vw,4.35rem);
  line-height: 1.035;
  letter-spacing: -.045em;
}
.rh-hero-v22 .rh-lead {
  max-width: 585px;
  font-size: clamp(1.06rem,1.35vw,1.18rem);
}
.rh-hero-v22 .rh-button-row { margin-top: 24px; }
.rh-hero-phone { margin-top: 15px; }
.rh-inline-points { margin-top: 18px; gap: 8px 20px; }
.rh-hero-visual > img { aspect-ratio: 1.22 / 1; }

/* Give the proof strip its own compact identity. */
.rh-home-proof .rh-proof-grid div { padding-top: 20px; padding-bottom: 20px; }

/* The homepage should read quickly rather than feel oversized. */
.rh-home-section.rh-section { padding: 70px 0; }
.rh-home-section { margin-top: 22px; }
.rh-home-main .rh-section-head { margin-bottom: 34px; }
.rh-home-main .rh-section-head h2,
.rh-home-main .rh-section-copy h2 {
  font-size: clamp(2.25rem,3.65vw,3.05rem);
  line-height: 1.06;
}

/* Services: retain six clean cards, but reduce empty space and improve scan speed. */
.rh-home-services .rh-section-head-split {
  grid-template-columns: 1fr .62fr;
  gap: 54px;
  align-items: center;
}
.rh-home-services .rh-service-grid { gap: 18px; }
.rh-home-services .rh-service-card {
  padding: 26px 28px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
}
.rh-home-services .rh-service-card::before { margin-bottom: 14px; }
.rh-home-services .rh-service-card h3 { font-size: 1.22rem; margin-bottom: 9px; }
.rh-home-services .rh-service-card p {
  font-size: 15.5px;
  line-height: 1.62;
  margin-bottom: 14px;
}
.rh-home-services .rh-service-card .rh-text-link { margin-top: auto; }

/* Why choose us: remove the feeling of a large empty block. */
.rh-home-why.rh-section { padding-top: 64px; padding-bottom: 64px; }
.rh-why-v22 {
  grid-template-columns: .82fr 1.18fr;
  gap: 52px;
  align-items: center;
}
.rh-home-why .rh-section-copy h2 { max-width: 9.5ch; }
.rh-home-why .rh-lead-small { max-width: 40ch; }
.rh-home-why .rh-benefit-grid { gap: 14px; }
.rh-home-why .rh-benefit-grid article { padding: 24px; min-height: 176px; }
.rh-home-why .rh-benefit-grid article > span { margin-bottom: 13px; }
.rh-home-why .rh-benefit-grid h3 { margin-bottom: 6px; }

/* Process: keep all four steps visible without excessive vertical space. */
.rh-home-process.rh-section { padding-top: 66px; padding-bottom: 68px; }
.rh-home-process .rh-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}
.rh-home-process .rh-section-head h2 { max-width: 15ch; }
.rh-home-process .rh-process-grid { gap: 16px; }
.rh-home-process .rh-process-grid article {
  min-height: 185px;
  padding: 24px 22px;
}
.rh-home-process .rh-process-grid h3 { margin-top: 13px; }

/* Slightly tighter large-screen rhythm through the lower homepage as well. */
.rh-home-areas.rh-section,
.rh-home-quote.rh-section,
.rh-home-guides.rh-section,
.rh-home-faq.rh-section { padding-top: 72px; padding-bottom: 72px; }

@media (max-width: 1040px) {
  .rh-hero-grid-v22 { grid-template-columns: 1fr; gap: 38px; }
  .rh-hero-v22 h1 { max-width: 760px; }
  .rh-home-services .rh-section-head-split { grid-template-columns: 1fr; gap: 14px; }
  .rh-why-v22 { grid-template-columns: 1fr; gap: 34px; }
  .rh-home-why .rh-section-copy h2 { max-width: 15ch; }
  .rh-home-services .rh-service-card { min-height: auto; }
}

@media (max-width: 680px) {
  .rh-hero-v22 { padding: 48px 0 52px; }
  .rh-hero-v22 h1 {
    font-size: clamp(2.45rem,11vw,3.35rem);
    line-height: 1.02;
  }
  .rh-hero-v22 .rh-lead { font-size: 1rem; line-height: 1.65; }
  .rh-home-section.rh-section,
  .rh-home-areas.rh-section,
  .rh-home-quote.rh-section,
  .rh-home-guides.rh-section,
  .rh-home-faq.rh-section { padding-top: 54px; padding-bottom: 54px; }
  .rh-home-main .rh-section-head h2,
  .rh-home-main .rh-section-copy h2 { font-size: clamp(2rem,9vw,2.6rem); }
  .rh-home-services .rh-service-card,
  .rh-home-why .rh-benefit-grid article,
  .rh-home-process .rh-process-grid article { padding: 22px; }
}


/* v2.2.1.1 — Hero trust points + proof strip polish */
.rh-hero-phone {
  color: #5b6876;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.rh-hero-phone strong {
  color: var(--rh-navy);
  font-weight: 800;
}
.rh-hero-phone a {
  color: var(--rh-navy);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(11,31,51,.22);
}
.rh-hero-phone a:hover { border-bottom-color: var(--rh-gold-dark); }

.rh-inline-points {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px 24px;
  max-width: 640px;
  color: #536273;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}
.rh-inline-points span { display: flex; align-items: flex-start; }
.rh-inline-points span::before { margin-top: .02em; }

.rh-home-proof { background: #fff; }
.rh-home-proof .rh-proof-grid { align-items: stretch; }
.rh-home-proof .rh-proof-grid > div {
  justify-content: center;
  min-height: 104px;
  padding: 22px 26px;
}
.rh-home-proof .rh-proof-grid strong {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.rh-home-proof .rh-proof-grid span {
  max-width: 250px;
  color: #657282;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .rh-inline-points { max-width: 720px; }
}
@media (max-width: 680px) {
  .rh-inline-points { grid-template-columns: 1fr; gap: 9px; }
  .rh-home-proof .rh-proof-grid > div { min-height: auto; padding: 18px 20px; }
  .rh-home-proof .rh-proof-grid span { max-width: none; }
}

/* =========================================================
   v2.2.1.3 — FINAL HERO / PROOF STRIP SPACING FIX ONLY
   Adds a small hero-background breathing space before the
   four proof columns and removes the oversized grey gap after.
   No wording, images, inner pages, URLs or SEO data changed.
   ========================================================= */

/* The checklist should not touch the four-column proof strip. */
.rh-hero-v22 {
  padding-bottom: 84px;
}

/* Keep the separator after the proof strip very small. */
.rh-home-proof + .rh-home-services {
  margin-top: 6px;
}

@media (max-width: 680px) {
  .rh-hero-v22 {
    padding-bottom: 66px;
  }

  .rh-home-proof + .rh-home-services {
    margin-top: 6px;
  }
}


/* =========================================================
   v2.2.1.4 — SERVICE CAPABILITIES POLISH
   Removes the repetitive inline checklist and turns the proof
   strip into a concise, professional moving-service capability
   strip. Homepage only.
   ========================================================= */

/* With the duplicate checklist removed, keep the hero compact. */
.rh-hero-v22 {
  padding-bottom: 42px;
}

.rh-hero-phone {
  margin-top: 16px;
  margin-bottom: 0;
}

/* Capability strip: clean and consistent with the rest of v2.2. */
.rh-home-proof {
  background: #fff;
  border-top: 1px solid var(--rh-line);
  border-bottom: 1px solid var(--rh-line);
}
.rh-home-proof .rh-proof-grid > div {
  position: relative;
  min-height: 122px;
  padding: 24px 28px 22px;
  justify-content: flex-start;
}
.rh-home-proof .rh-proof-grid > div::before {
  content: "";
  width: 28px;
  height: 3px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: var(--rh-gold);
}
.rh-home-proof .rh-proof-grid strong {
  margin-bottom: 7px;
  color: var(--rh-navy);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}
.rh-home-proof .rh-proof-grid span {
  max-width: 270px;
  color: #657282;
  font-size: 13px;
  line-height: 1.55;
}
.rh-home-proof + .rh-home-services {
  margin-top: 0;
}

@media (max-width: 680px) {
  .rh-hero-v22 { padding-bottom: 34px; }
  .rh-home-proof .rh-proof-grid > div {
    min-height: auto;
    padding: 20px 20px 18px;
  }
  .rh-home-proof .rh-proof-grid span { max-width: none; }
}


/* =========================================================
   v2.2.1.6 — HERO VALUE MESSAGE + SEPARATE CAPABILITY CARDS
   Homepage-only refinement. Keeps the approved capability
   wording while visually separating each card like the other
   website blocks.
   ========================================================= */

/* Give the capability area the same breathing room as other blocks. */
.rh-home-proof {
  padding: 20px 0 22px;
  background: var(--rh-soft);
  border-top: 1px solid var(--rh-line);
  border-bottom: 1px solid var(--rh-line);
}

.rh-home-proof .rh-proof-grid {
  gap: 16px;
  align-items: stretch;
}

.rh-home-proof .rh-proof-grid > div {
  min-height: 126px;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid var(--rh-line) !important;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(11,31,51,.035);
}

.rh-home-proof .rh-proof-grid > div::before {
  width: 30px;
  margin-bottom: 12px;
}

.rh-home-proof .rh-proof-grid strong {
  font-size: 15px;
  line-height: 1.3;
}

.rh-home-proof .rh-proof-grid span {
  max-width: none;
  font-size: 13px;
  line-height: 1.5;
}

/* No oversized separator before the next homepage block. */
.rh-home-proof + .rh-home-services {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .rh-home-proof .rh-proof-grid {
    gap: 14px;
  }
}

@media (max-width: 680px) {
  .rh-home-proof {
    padding: 14px 0 16px;
  }
  .rh-home-proof .rh-proof-grid {
    gap: 12px;
  }
  .rh-home-proof .rh-proof-grid > div {
    min-height: auto;
    padding: 18px;
    border-bottom: 1px solid var(--rh-line) !important;
  }
}


/* ===== v2.2.1.7 — CLEAN CONTACT ACTIONS ===== */
/* The phone number is intentionally removed from the hero to reduce CTA repetition.
   It remains available through the header, floating call action and footer. */
.rh-hero-phone { display:none!important; }
.rh-contact-dock { gap:10px; }
.rh-contact-dock a {
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.12);
  transition:transform .18s ease, box-shadow .18s ease;
}
.rh-contact-dock a:hover { transform:translateY(-2px); box-shadow:0 14px 32px rgba(0,0,0,.22); }
.rh-contact-dock svg { width:22px; height:22px; display:block; fill:currentColor; }
.rh-dock-call { color:#fff!important; }
.rh-dock-wa { color:#fff!important; }
@media (max-width:680px) {
  .rh-contact-dock a { width:44px; height:44px; }
  .rh-contact-dock svg { width:20px; height:20px; }
}


/* =========================================================
   v2.2.1.8 — HERO / CAPABILITY BLOCK RHYTHM
   Final spacing-only polish requested after visual review.
   Matches the separation rhythm used between other homepage blocks.
   ========================================================= */

/* Create a real visual break between the hero CTAs and capability cards. */
.rh-home-proof {
  margin-top: 24px;
}

/* Keep the capability cards comfortably inset inside their own block. */
.rh-home-proof {
  padding-top: 22px;
  padding-bottom: 22px;
}

/* Match the homepage's established section-gap rhythm after the capability block. */
.rh-home-proof + .rh-home-services {
  margin-top: 18px;
}

@media (max-width: 1040px) {
  .rh-home-proof { margin-top: 20px; }
  .rh-home-proof + .rh-home-services { margin-top: 16px; }
}

@media (max-width: 680px) {
  .rh-home-proof {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .rh-home-proof + .rh-home-services { margin-top: 14px; }
}

/* =========================================================
   v2.2.2 — ABOUT PAGE ONLY
   ========================================================= */
.rh-about-page { background: #fff; }
.rh-about-hero { padding: 72px 0 76px; background: linear-gradient(180deg,#fff 0%,#f6f8fa 100%); border-bottom: 1px solid var(--rh-line); }
.rh-about-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.rh-about-hero-copy .rh-breadcrumbs { margin-bottom: 26px; }
.rh-about-hero-copy h1 { margin-top: 14px; max-width: 720px; font-size: clamp(3rem,5.3vw,5.15rem); }
.rh-about-hero-copy .rh-lead { max-width: 670px; }
.rh-about-hero-copy .rh-button-row { margin-top: 28px; }
.rh-about-hero-media { position: relative; margin: 0; min-height: 520px; border-radius: 28px; overflow: hidden; background: #e7edf2; box-shadow: var(--rh-shadow); }
.rh-about-hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rh-about-hero-media figcaption { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 24px 26px; border-radius: 18px; background: rgba(11,31,51,.94); color: #fff; backdrop-filter: blur(10px); }
.rh-about-hero-media figcaption .rh-kicker { color: #f2c75d; margin-bottom: 8px; }
.rh-about-hero-media figcaption strong { display: block; font-size: 1.25rem; line-height: 1.3; }
.rh-about-hero-media figcaption p { margin: 7px 0 0; color: rgba(255,255,255,.76); font-size: .95rem; }
.rh-about-section { padding: 82px 0; }
.rh-about-section + .rh-about-section { border-top: 14px solid #f1f4f6; }
.rh-about-intro { background: #fff; }
.rh-about-split { display: grid; grid-template-columns: 1fr .88fr; gap: 42px; align-items: stretch; }
.rh-about-copy-card, .rh-about-image-card { border: 1px solid var(--rh-line); border-radius: 24px; background: #fff; overflow: hidden; }
.rh-about-copy-card { padding: 42px; }
.rh-about-copy-card h2 { max-width: 650px; }
.rh-about-copy-card > p { color: var(--rh-muted); max-width: 700px; }
.rh-about-points { display: grid; gap: 14px; margin-top: 30px; }
.rh-about-points > div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--rh-line); }
.rh-about-points strong { color: var(--rh-navy); }
.rh-about-points span { color: var(--rh-muted); }
.rh-about-image-card { margin: 0; min-height: 520px; }
.rh-about-image-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; }
.rh-about-values-section { background: #f7f9fb; }
.rh-about-values { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.rh-about-values article { padding: 28px; border: 1px solid var(--rh-line); border-radius: 20px; background: #fff; }
.rh-about-values article > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 11px; background: #fff5dc; color: var(--rh-gold-dark); font-size: 12px; font-weight: 900; }
.rh-about-values h3 { margin-bottom: 8px; }
.rh-about-values p { margin: 0; color: var(--rh-muted); font-size: 15px; }
.rh-about-services-section { background: #fff; }
.rh-about-details-section { background: #f7f9fb; }
.rh-about-details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 68px; align-items: start; }
.rh-about-details-grid > div:first-child { position: sticky; top: 120px; }
.rh-about-details-grid > div:first-child p { color: var(--rh-muted); max-width: 590px; }
.rh-about-detail-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rh-about-detail-cards article { padding: 26px; border: 1px solid var(--rh-line); border-radius: 20px; background: #fff; }
.rh-about-detail-cards h3 { margin-bottom: 8px; }
.rh-about-detail-cards p { margin: 0; color: var(--rh-muted); font-size: 15px; }
.rh-about-areas { border-top: 0 !important; }
.rh-about-areas .rh-area-group h3 { color: #fff; font-size: 1rem; letter-spacing: 0; margin-bottom: 14px; }
.rh-about-areas .rh-area-groups { display: grid; gap: 24px; }
.rh-about-final-cta { background: #fff; }
.rh-about-cta-card { padding: 42px 46px; display: flex; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid var(--rh-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(11,31,51,.07); }
.rh-about-cta-card h2 { margin-top: 8px; margin-bottom: 8px; }
.rh-about-cta-card p { margin: 0; color: var(--rh-muted); }

@media (max-width: 1024px) {
  .rh-about-hero-grid, .rh-about-split, .rh-about-details-grid { grid-template-columns: 1fr; gap: 34px; }
  .rh-about-hero-media { min-height: 460px; }
  .rh-about-values { grid-template-columns: 1fr 1fr; }
  .rh-about-details-grid > div:first-child { position: static; }
}
@media (max-width: 720px) {
  .rh-about-hero { padding: 46px 0 52px; }
  .rh-about-hero-copy h1 { font-size: clamp(2.55rem,12vw,4rem); }
  .rh-about-hero-media { min-height: 390px; border-radius: 22px; }
  .rh-about-hero-media figcaption { left: 16px; right: 16px; bottom: 16px; padding: 18px; }
  .rh-about-section { padding: 56px 0; }
  .rh-about-section + .rh-about-section { border-top-width: 10px; }
  .rh-about-copy-card { padding: 28px 24px; }
  .rh-about-image-card, .rh-about-image-card img { min-height: 380px; }
  .rh-about-points > div { grid-template-columns: 1fr; gap: 4px; }
  .rh-about-values, .rh-about-detail-cards { grid-template-columns: 1fr; }
  .rh-about-cta-card { padding: 30px 24px; align-items: flex-start; flex-direction: column; }
}
