/*
 * Ran Hovav 1.9.0
 * Clean navy, orange and white presentation system inspired by the approved reference.
 */

:root {
  --rh-navy: #102544;
  --rh-navy-2: #19395f;
  --rh-ink: #17233a;
  --rh-muted: #596579;
  --rh-orange: #f28a00;
  --rh-orange-dark: #a84400;
  --rh-orange-soft: #fff3df;
  --rh-paper: #ffffff;
  --rh-surface: #f5f6f8;
  --rh-surface-warm: #fffaf3;
  --rh-line: #d9dee6;
  --rh-line-strong: #bdc6d2;
  --rh-teal: #102544;
  --rh-teal-dark: #0a1b31;
  --rh-emerald: #102544;
  --rh-gold: #f28a00;
  --rh-gold-2: #ffb33e;
  --rh-stone: #f5f6f8;
  --rh-sky: #fff3df;
  --rh-shadow: 0 18px 50px rgba(16, 37, 68, 0.12);
  --rh-soft-shadow: 0 10px 28px rgba(16, 37, 68, 0.08);
  --rh-radius: 6px;
  --rh-container: 1280px;
  --rh-font: "Assistant", "Noto Sans Hebrew", "Heebo", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden],
.rh-chatbot-panel[hidden] {
  display: none !important;
}

.screen-reader-text,
.rh-skip-link,
.rh-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus,
.rh-skip-link:focus {
  position: fixed !important;
  z-index: 100000;
  inset: 8px auto auto 8px;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 18px !important;
  clip-path: none !important;
  color: var(--rh-navy);
  background: #ffffff;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--rh-ink);
  background: var(--rh-paper);
  font-family: var(--rh-font);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: clip;
}

body,
button,
input,
select,
textarea {
  font-family: var(--rh-font);
  letter-spacing: 0;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--rh-navy-2);
  text-underline-offset: 3px;
}

a:hover,
a:focus-visible {
  color: var(--rh-orange-dark);
}

:focus-visible {
  outline: 3px solid #1f6f9b;
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0 0.55em;
  color: var(--rh-navy);
  font-family: var(--rh-font);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

p {
  margin-block: 0 1em;
}

.rh-container {
  width: min(calc(100% - 48px), var(--rh-container));
  margin-inline: auto;
}

.rh-section {
  padding-block: 72px;
}

.rh-section-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.18;
}

.rh-section-lead {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--rh-muted);
  font-size: 19px;
  line-height: 1.75;
}

.rh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.rh-eyebrow,
.rh-page-label,
.rh-card-topline,
.rh-calculator-kicker {
  color: var(--rh-orange-dark);
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
}

/* Header */

.rh-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--rh-navy);
  border: 0;
  border-bottom: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(16, 37, 68, 0.06);
}

.admin-bar .rh-site-header {
  top: 32px;
}

.rh-header-main {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 24px;
}

.rh-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--rh-navy);
  text-decoration: none;
}

.rh-brand:hover,
.rh-brand:focus-visible {
  color: var(--rh-navy);
}

.rh-brand-mark,
.rh-brand-logo {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e1b86d;
  border-radius: 50%;
  background: #ffffff;
}

.rh-brand-symbol-image,
.rh-brand-image {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.rh-brand-copy {
  display: grid;
  gap: 1px;
}

.rh-brand-name {
  color: var(--rh-navy);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.05;
}

.rh-brand-tagline {
  color: var(--rh-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.rh-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.rh-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-menu > li {
  position: relative;
}

.rh-menu a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--rh-navy);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.rh-menu > li.current-menu-item > a,
.rh-menu > li.current-menu-ancestor > a,
.rh-menu > li > a:hover,
.rh-menu > li > a:focus-visible {
  color: var(--rh-orange-dark);
}

.rh-menu > li.current-menu-item > a::after,
.rh-menu > li.current-menu-ancestor > a::after {
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 3px;
  background: var(--rh-orange);
  content: "";
}

.rh-menu .sub-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  width: 250px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--rh-line);
  border-top: 3px solid var(--rh-orange);
  border-radius: var(--rh-radius);
  background: #ffffff;
  box-shadow: var(--rh-soft-shadow);
}

.rh-menu li:hover > .sub-menu,
.rh-menu li:focus-within > .sub-menu {
  display: block;
}

.rh-menu .sub-menu a {
  width: 100%;
  min-height: 42px;
  padding-inline: 12px;
  border-radius: 3px;
}

.rh-menu .sub-menu a:hover,
.rh-menu .sub-menu a:focus-visible {
  color: var(--rh-navy);
  background: var(--rh-orange-soft);
}

.rh-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.rh-header-cta,
.rh-button,
.rh-footer-cta,
.rh-form button[type="submit"],
.rh-calculator-actions button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  color: var(--rh-navy);
  border: 1px solid var(--rh-orange);
  border-radius: 5px;
  background: var(--rh-orange);
  box-shadow: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.rh-header-cta:hover,
.rh-header-cta:focus-visible,
.rh-button:hover,
.rh-button:focus-visible,
.rh-footer-cta:hover,
.rh-footer-cta:focus-visible,
.rh-form button[type="submit"]:hover,
.rh-form button[type="submit"]:focus-visible,
.rh-calculator-actions button:hover,
.rh-calculator-actions button:focus-visible {
  color: #ffffff;
  border-color: var(--rh-navy);
  background: var(--rh-navy);
}

.rh-button-ghost,
.rh-text-link {
  color: var(--rh-navy);
  border-color: var(--rh-navy);
  background: #ffffff;
}

.rh-button-whatsapp,
.rh-header-whatsapp {
  color: #072d25;
  border-color: #25d366;
  background: #25d366;
}

.rh-header-whatsapp {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #25d366;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.rh-header-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.rh-header-phone {
  color: var(--rh-navy);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.rh-menu-toggle,
.rh-mobile-nav-head,
.rh-mobile-nav-footer,
.rh-menu-overlay {
  display: none;
}

/* Homepage hero */

.home .rh-hero {
  position: relative;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  color: var(--rh-ink);
  border: 0;
  background-color: #f4e4c8;
  background-image: var(--rh-hero-image);
  background-position: 44% center;
  background-size: cover;
  box-shadow: none;
}

.home .rh-hero::before,
.home .rh-hero::after {
  display: none;
  content: none;
}

.home .rh-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 560px;
  grid-template-columns: 300px minmax(250px, 1fr) minmax(430px, 520px);
  grid-template-areas: "form visual copy";
  align-items: center;
  gap: 20px;
  padding-block: 24px;
  direction: ltr;
}

.home .rh-hero-content {
  grid-area: copy;
  align-self: center;
  color: var(--rh-ink);
  direction: rtl;
}

.home .rh-hero-copy,
.home .rh-hero-details,
.home .rh-hero-text {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home .rh-hero h1 {
  max-width: 510px;
  margin: 0;
  color: var(--rh-navy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.home .rh-hero-warning {
  margin: 14px 0 12px;
  padding: 0 0 10px;
  color: var(--rh-orange-dark);
  border: 0;
  border-bottom: 2px solid rgba(168, 68, 0, 0.45);
  background: transparent;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
}

.home .rh-hero-text p {
  max-width: 510px;
  margin: 0;
  color: #26364e;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.home .rh-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.home .rh-hero-actions .rh-button {
  min-height: 48px;
  padding-inline: 12px;
  font-size: 15px;
}

.home .rh-hero-actions .rh-button-ghost {
  border-color: var(--rh-navy);
  background: rgba(255, 255, 255, 0.9);
}

.home .rh-hero-actions .rh-hero-updates {
  color: #ffffff;
  border-color: var(--rh-navy);
  background: var(--rh-navy);
}

.home .rh-hero-visual-spacer {
  grid-area: visual;
  min-width: 0;
  margin: 0;
  direction: rtl;
}

.home .rh-hero-visual-spacer img {
  display: none;
}

.home .rh-hero-form-panel {
  grid-area: form;
  width: 100%;
  padding: 18px;
  color: var(--rh-ink);
  border: 1px solid rgba(16, 37, 68, 0.18);
  border-top: 5px solid var(--rh-orange);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--rh-shadow);
  direction: rtl;
}

.home .rh-hero-form-panel .rh-form {
  display: grid;
  gap: 8px;
  margin: 0;
}

.home .rh-hero-form-panel .rh-form-title {
  margin: 0 0 3px;
  color: var(--rh-navy);
  font-size: 24px;
  line-height: 1.15;
}

.home .rh-hero-form-panel .rh-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.home .rh-hero-form-panel .rh-form-row {
  display: grid;
  gap: 3px;
  margin: 0;
}

.home .rh-hero-form-panel label {
  color: var(--rh-navy);
  font-size: 14px;
  font-weight: 800;
}

.home .rh-hero-form-panel input,
.home .rh-hero-form-panel textarea {
  width: 100%;
  min-height: 38px;
  padding: 7px 9px;
  color: var(--rh-ink);
  border: 1px solid #aeb9c7;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
}

.home .rh-hero-form-panel textarea {
  min-height: 56px;
  max-height: 72px;
  resize: vertical;
}

.home .rh-hero-form-panel button[type="submit"] {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
}

.home .rh-form-trust {
  margin: 11px 0 0;
  color: var(--rh-muted);
  font-size: 13px;
  text-align: center;
}

.rh-proof-strip {
  position: relative;
  z-index: 3;
  border-top: 5px solid var(--rh-orange);
  border-bottom: 1px solid var(--rh-line);
  background: #ffffff;
}

.rh-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rh-proof-item {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 18px;
  color: var(--rh-navy);
  border-inline-start: 1px solid var(--rh-line);
  text-align: center;
}

.rh-proof-item:first-child {
  border-inline-start: 0;
}

.rh-proof-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: var(--rh-orange-dark);
}

.rh-proof-icon svg,
.rh-topic-hub-icon svg,
.rh-resource-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.rh-proof-item strong {
  font-size: 17px;
  line-height: 1.35;
}

/* Homepage navigation and content */

.home .rh-topic-hub {
  padding-block: 42px;
  border: 0;
  background: #ffffff;
}

.home .rh-topic-hub-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--rh-line-strong);
  border-radius: 6px;
  background: #ffffff;
}

.home .rh-topic-hub-link {
  display: grid;
  min-height: 148px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 20px 12px;
  color: var(--rh-navy);
  border-inline-start: 1px solid var(--rh-line);
  background: #ffffff;
  text-align: center;
  text-decoration: none;
}

.home .rh-topic-hub-link:first-child {
  border-inline-start: 0;
}

.home .rh-topic-hub-link:hover,
.home .rh-topic-hub-link:focus-visible {
  color: var(--rh-navy);
  background: var(--rh-orange-soft);
}

.home .rh-topic-hub-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--rh-orange-dark);
}

.home .rh-topic-hub-link strong {
  font-size: 18px;
  line-height: 1.3;
}

.home .rh-topic-hub-arrow {
  display: none;
}

.home .rh-expertise-section {
  padding-block: 70px 78px;
  background: var(--rh-surface-warm);
}

.home .rh-home-expertise-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 38px;
  text-align: center;
}

.home .rh-home-expertise-head::before,
.home .rh-home-expertise-head::after {
  width: min(18vw, 230px);
  height: 2px;
  background: var(--rh-orange);
  content: "";
}

.home .rh-home-expertise-head .rh-section-lead {
  margin-inline: auto;
}

.home .rh-retirement-tv-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 9px 17px;
  color: var(--rh-navy);
  border: 1px solid var(--rh-orange);
  border-radius: 5px;
  background: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.home .rh-retirement-tv-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.home .rh-home-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home .rh-home-profile-item {
  position: relative;
  min-height: 0;
  padding: 28px 30px;
  overflow: hidden;
  color: var(--rh-ink);
  border: 1px solid var(--rh-line);
  border-top: 4px solid var(--rh-orange);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--rh-soft-shadow);
}

.home .rh-home-profile-item::before {
  display: block;
  width: 54px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--rh-orange);
  content: "";
}

.home .rh-home-profile-item h3 {
  font-size: 24px;
}

.home .rh-home-profile-item p {
  color: var(--rh-muted);
  font-size: 16px;
  line-height: 1.75;
}

.home .rh-home-guidance-link {
  color: var(--rh-navy);
  font-weight: 800;
}

.home .rh-home-newsletter-button {
  margin-top: 12px;
}

.home .rh-knowledge-section {
  background: #ffffff;
}

.home .rh-knowledge-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 28px;
}

.home .rh-knowledge-visual {
  min-height: 580px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--rh-surface);
}

.home .rh-knowledge-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.home .rh-knowledge-panel {
  padding: 42px;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: var(--rh-surface);
}

.home .rh-article-list {
  border-top: 1px solid var(--rh-line-strong);
}

.home .rh-article-row {
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: center;
  gap: 18px;
  padding-block: 20px;
  border-bottom: 1px solid var(--rh-line-strong);
}

.home .rh-article-row h3 {
  margin: 5px 0 0;
  font-size: 21px;
  line-height: 1.35;
}

.home .rh-article-row h3 a {
  color: var(--rh-navy);
  text-decoration: none;
}

.home .rh-row-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--rh-navy);
  border: 1px solid var(--rh-line-strong);
  border-radius: 50%;
  background: #ffffff;
}

.home .rh-row-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.home .rh-resource-band {
  padding-block: 0;
  border-block: 1px solid var(--rh-line);
  background: #ffffff;
}

.home .rh-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home .rh-resource-link {
  display: grid;
  min-height: 170px;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  padding: 28px;
  color: var(--rh-navy);
  border-inline-start: 1px solid var(--rh-line);
  background: #ffffff;
  text-decoration: none;
}

.home .rh-resource-link:first-child {
  border-inline-start: 0;
}

.home .rh-resource-link:hover,
.home .rh-resource-link:focus-visible {
  background: var(--rh-orange-soft);
}

.home .rh-resource-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--rh-orange-dark);
}

.home .rh-resource-copy {
  display: grid;
  gap: 5px;
}

.home .rh-resource-copy strong {
  font-size: 22px;
}

.home .rh-resource-copy span {
  color: var(--rh-muted);
  font-size: 16px;
  line-height: 1.55;
}

.home .rh-consultation {
  padding-block: 76px;
  color: var(--rh-ink);
  background: var(--rh-orange-soft);
}

.home .rh-consultation::before,
.home .rh-consultation::after {
  display: none;
  content: none;
}

.home .rh-consultation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: 50px;
}

.home .rh-consultation-copy {
  color: var(--rh-ink);
}

.home .rh-consultation-copy h2 {
  font-size: 42px;
}

.home .rh-consultation-testimonial {
  margin: 20px 0 0;
  padding: 0 24px 0 0;
  color: #33425a;
  border: 0;
  border-right: 4px solid var(--rh-orange);
  font-size: 18px;
  line-height: 1.75;
}

.home .rh-consultation-testimonial p:last-child {
  margin-bottom: 0;
}

.home .rh-consultation-cta-card {
  padding: 34px;
  border: 1px solid #e7b86d;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--rh-soft-shadow);
}

.home .rh-consultation-cta-kicker {
  color: var(--rh-orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.home .rh-consultation-cta-card h3 {
  margin-top: 7px;
  font-size: 28px;
}

.home .rh-consultation-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.home .rh-contact-phone-link {
  color: var(--rh-navy);
  font-size: 19px;
  font-weight: 800;
  text-align: center;
}

.home .rh-video-faq-section {
  background: var(--rh-surface);
}

.home .rh-video-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
}

.home .rh-video-showcase,
.home .rh-faq-showcase {
  padding: 34px;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #ffffff;
}

.home .rh-video-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home .rh-video-mini-card {
  min-width: 0;
}

.home .rh-video-mini-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.home .rh-video-mini-card h3 {
  margin-top: 9px;
  font-size: 17px;
  line-height: 1.45;
}

/* Shared pages, archives and articles */

.rh-page-hero {
  position: relative;
  padding-block: 68px;
  color: var(--rh-ink);
  border: 0;
  border-bottom: 5px solid var(--rh-orange);
  background: var(--rh-surface-warm);
}

.rh-page-hero::before,
.rh-page-hero::after {
  display: none;
  content: none;
}

.rh-page-hero-inner {
  position: relative;
  z-index: 1;
}

.rh-page-hero h1 {
  max-width: 980px;
  margin: 6px 0 14px;
  color: var(--rh-navy);
  font-size: 46px;
  line-height: 1.15;
}

.rh-page-hero p:not(.rh-page-label) {
  max-width: 800px;
  color: var(--rh-muted);
  font-size: 19px;
}

.rh-page-label {
  margin: 0;
}

.rh-content,
.rh-card,
.rh-sidebar-box,
.rh-faq-row,
.rh-term-row,
.rh-empty-state {
  color: var(--rh-ink);
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
}

.rh-content {
  max-width: 900px;
  padding: 48px;
  font-size: 18px;
  line-height: 1.85;
}

.rh-content h2 {
  margin-top: 1.65em;
  padding-bottom: 8px;
  color: var(--rh-navy);
  border-bottom: 2px solid var(--rh-orange);
  font-size: 31px;
}

.rh-content h3 {
  margin-top: 1.45em;
  font-size: 25px;
}

.rh-content a {
  color: #0b5d85;
  font-weight: 700;
}

.rh-content ul,
.rh-content ol {
  padding-right: 24px;
}

.rh-content blockquote {
  margin-inline: 0;
  padding: 18px 22px;
  border: 0;
  border-right: 4px solid var(--rh-orange);
  background: var(--rh-orange-soft);
}

.rh-content-wrap,
.rh-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 30px;
}

.rh-single-content {
  max-width: none;
}

.rh-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.rh-sidebar-box {
  padding: 24px;
  border-top: 4px solid var(--rh-orange);
}

.rh-sidebar-box h2,
.rh-sidebar-box h3 {
  font-size: 23px;
}

.rh-sidebar-nav,
.rh-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-sidebar-nav li,
.rh-contact-list li {
  padding-block: 9px;
  border-bottom: 1px solid var(--rh-line);
}

.rh-card-grid,
.rh-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rh-card {
  padding: 25px;
  border-top: 4px solid var(--rh-orange);
}

.rh-card h3 {
  font-size: 23px;
  line-height: 1.35;
}

.rh-card p {
  color: var(--rh-muted);
  font-size: 16px;
  line-height: 1.7;
}

.rh-card-link,
.rh-text-link {
  color: var(--rh-orange-dark);
  font-weight: 800;
}

.rh-video-thumb {
  display: block;
  margin: -25px -25px 20px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.rh-video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rh-archive-list,
.rh-faq-list,
.rh-dictionary-list {
  display: grid;
  gap: 14px;
}

.rh-faq-row,
.rh-term-row {
  padding: 20px 24px;
}

.rh-faq-row summary {
  cursor: pointer;
}

.rh-archive-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.rh-search-input {
  min-width: 280px;
  min-height: 48px;
  padding: 10px 14px;
  color: var(--rh-ink);
  border: 1px solid var(--rh-line-strong);
  border-radius: 4px;
  background: #ffffff;
}

.rh-pagination {
  margin-top: 34px;
}

.rh-pagination .page-numbers {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  margin: 3px;
  color: var(--rh-navy);
  border: 1px solid var(--rh-line);
  border-radius: 4px;
  background: #ffffff;
  text-decoration: none;
}

.rh-pagination .current {
  color: var(--rh-navy);
  border-color: var(--rh-orange);
  background: var(--rh-orange);
}

.rh-inline-cta,
.rh-official-page-cta {
  padding: 34px;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  background: var(--rh-navy);
}

.rh-inline-cta h2,
.rh-inline-cta h3,
.rh-official-page-cta h2,
.rh-official-page-cta h3 {
  color: #ffffff;
}

.rh-inline-cta-legacy {
  display: none;
}

/* About and official pages */

.rh-about-hero-grid,
.rh-special-hero-grid,
.rh-guide-hero-grid,
.rh-calculators-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: 46px;
}

.rh-about-portrait,
.rh-special-image,
.rh-guide-portrait,
.rh-official-page-visual {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--rh-soft-shadow);
}

.rh-about-portrait img,
.rh-special-image img,
.rh-guide-portrait img,
.rh-official-page-visual img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center 22%;
}

.rh-client-landscape-visual img,
.rh-official-page-visual-landscape img {
  object-position: center;
}

.rh-about-profile {
  background: #ffffff;
}

.rh-about-profile-grid,
.rh-about-insight-grid,
.rh-about-writing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
}

.rh-about-copy,
.rh-about-credentials,
.rh-about-insight-heading,
.rh-about-insight-copy,
.rh-about-writing-heading,
.rh-about-writing-copy {
  padding: 34px;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #ffffff;
}

.rh-about-credentials {
  border-top: 4px solid var(--rh-orange);
}

.rh-about-credentials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-about-credentials li {
  padding: 10px 18px 10px 0;
  border-bottom: 1px solid var(--rh-line);
}

.rh-about-credentials li::before {
  margin-left: 8px;
  color: var(--rh-orange-dark);
  content: "✓";
}

.rh-about-expertise-band,
.rh-about-method {
  background: var(--rh-surface-warm);
}

.rh-about-expertise-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: start;
  gap: 36px;
}

.rh-about-expertise-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--rh-line);
  background: #ffffff;
}

.rh-about-expertise-list li {
  min-height: 125px;
  padding: 22px;
  border-inline-start: 1px solid var(--rh-line);
}

.rh-about-expertise-list li:first-child {
  border-inline-start: 0;
}

.rh-about-expertise-list span {
  display: block;
  color: var(--rh-orange-dark);
  font-weight: 800;
}

.rh-official-source-section {
  background: var(--rh-surface);
}

.rh-official-source-copy {
  margin-inline: auto;
}

/* Forms and contact */

.rh-form {
  display: grid;
  gap: 16px;
}

.rh-form-title {
  margin: 0;
  font-size: 32px;
}

.rh-form-grid,
.rh-calculator-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.rh-form-row,
.rh-calculator-fields label {
  display: grid;
  gap: 6px;
}

.rh-form-row label,
.rh-calculator-fields label > span:first-child {
  color: var(--rh-navy);
  font-size: 15px;
  font-weight: 800;
}

.rh-form input,
.rh-form textarea,
.rh-form select,
.rh-calculator-form input,
.rh-calculator-form select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--rh-ink);
  border: 1px solid var(--rh-line-strong);
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
}

.rh-form textarea {
  min-height: 120px;
  resize: vertical;
}

.rh-form button[type="submit"] {
  width: 100%;
}

.rh-form-submit-icon {
  width: 18px;
  height: 18px;
  margin-inline-start: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.rh-contact-page-section {
  min-height: calc(100vh - 260px);
  display: grid;
  align-items: center;
  background: var(--rh-surface);
}

.rh-contact-page-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
  gap: 26px;
}

.rh-contact-page-side,
.rh-contact-page-form {
  padding: 34px;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #ffffff;
}

.rh-contact-page-side {
  border-top: 4px solid var(--rh-orange);
}

.rh-contact-page-side .rh-contact-list {
  margin-block: 22px 26px;
}

.rh-contact-page-side .rh-contact-list li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: baseline;
  gap: 14px;
}

.rh-contact-page-side .rh-contact-list li > span {
  color: var(--rh-muted);
  font-size: 14px;
  font-weight: 700;
}

.rh-contact-page-side .rh-contact-list li > a,
.rh-contact-page-side .rh-contact-list li > strong {
  min-width: 0;
  color: var(--rh-navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.rh-contact-page-form > h2 {
  margin-bottom: 20px;
}

/* Calculators */

.rh-calculators-hero-visual {
  display: grid;
  min-height: 300px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 34px;
  border: 1px solid var(--rh-line);
  border-top: 4px solid var(--rh-orange);
  border-radius: 6px;
  background: linear-gradient(180deg, #ffffff 0%, var(--rh-surface-warm) 100%);
}

.rh-calculators-hero-mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  color: var(--rh-orange-dark);
  border: 1px solid #f1c88c;
  border-radius: 50%;
  background: #ffffff;
}

.rh-calculators-hero-mark svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-calculators-hero-visual-title {
  color: var(--rh-navy);
  font-size: 22px;
}

.rh-calculators-hero-visual > svg {
  width: min(100%, 330px);
  height: 150px;
  fill: none;
  stroke: var(--rh-navy-2);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-calculators-hero-visual > svg circle {
  fill: var(--rh-orange);
  stroke: #ffffff;
  stroke-width: 3;
}

.rh-calculator-index {
  padding-block: 28px;
  border-bottom: 1px solid var(--rh-line);
  background: #ffffff;
}

.rh-calculator-index-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.rh-calculator-index a {
  display: grid;
  min-height: 92px;
  place-items: center;
  gap: 7px;
  padding: 12px;
  color: var(--rh-navy);
  border: 1px solid var(--rh-line);
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
}

.rh-calculator-index a:hover,
.rh-calculator-index a:focus-visible {
  border-color: var(--rh-orange);
  background: var(--rh-orange-soft);
}

.rh-calculator-index-icon,
.rh-calculator-heading-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--rh-orange-dark);
}

.rh-calculator-index-icon svg,
.rh-calculator-heading-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.rh-calculator-band,
.rh-calculator-band-tint,
.rh-calculator-band-dark,
.rh-calculator-band-hope {
  padding-block: 66px;
  color: var(--rh-ink);
  border-bottom: 1px solid var(--rh-line);
  background: #ffffff;
}

.rh-calculator-band:nth-child(even),
.rh-calculator-band-tint,
.rh-calculator-band-hope {
  background: var(--rh-surface-warm);
}

.rh-calculator-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.rh-calculator-heading {
  position: sticky;
  top: 116px;
}

.rh-calculator-heading h2 {
  margin-top: 12px;
  color: var(--rh-navy);
  font-size: 30px;
}

.rh-calculator-heading p {
  color: var(--rh-muted);
}

.rh-calculator-form {
  padding: 30px;
  border: 1px solid var(--rh-line);
  border-top: 4px solid var(--rh-orange);
  border-radius: 6px;
  background: #ffffff;
}

.rh-calculator-field-wide {
  grid-column: 1 / -1;
}

.rh-calculator-actions {
  margin-top: 20px;
}

.rh-calculator-result {
  margin-top: 22px;
  padding: 24px;
  color: var(--rh-navy);
  border: 1px solid #efc684;
  border-radius: 5px;
  background: var(--rh-orange-soft);
}

.rh-calculator-primary-result {
  display: block;
  overflow-wrap: anywhere;
  color: var(--rh-navy);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
}

.rh-calculator-note {
  color: var(--rh-muted);
  font-size: 14px;
}

/* Footer and site navigation */

.rh-footer {
  color: var(--rh-ink);
  border-top: 5px solid var(--rh-orange);
  background: #ffffff;
}

.rh-footer-main {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 50px;
  padding-block: 52px;
}

.rh-footer h3 {
  color: var(--rh-navy);
  font-size: 20px;
}

.rh-footer-brand p {
  max-width: 420px;
  color: var(--rh-muted);
}

.rh-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-footer-menu a,
.rh-footer-contact a,
.rh-footer-contact address {
  color: var(--rh-navy);
  font-style: normal;
  font-weight: 700;
}

.rh-footer-contact .rh-contact-item {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: baseline;
  gap: 10px;
}

.rh-footer-contact .rh-contact-item > span {
  color: var(--rh-muted);
  font-size: 14px;
  font-weight: 700;
}

.rh-footer-cta {
  margin-top: 18px;
}

.rh-footer-bottom {
  color: #ffffff;
  background: var(--rh-navy);
}

.rh-footer-bottom .rh-container {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rh-site-side-nav {
  color: var(--rh-navy);
  border: 1px solid var(--rh-line);
  border-right: 4px solid var(--rh-orange);
  border-radius: 5px 0 0 5px;
  background: #ffffff;
  box-shadow: var(--rh-soft-shadow);
}

.rh-site-side-nav a {
  color: var(--rh-navy);
}

/* Tablet */

@media (max-width: 1180px) {
  .rh-header-actions .rh-header-phone,
  .rh-header-whatsapp span {
    display: none;
  }

  .rh-header-whatsapp {
    width: 44px;
    padding: 8px;
    justify-content: center;
  }

  .rh-menu {
    gap: 20px;
  }

  .home .rh-hero-inner {
    grid-template-columns: 310px minmax(100px, 0.55fr) minmax(400px, 1fr);
    gap: 18px;
  }

  .home .rh-hero h1 {
    font-size: 42px;
  }

  .home .rh-hero-actions {
    grid-template-columns: 1fr;
  }

  .home .rh-home-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .rh-topic-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .rh-topic-hub-link:nth-child(4) {
    border-inline-start: 0;
  }

  .home .rh-topic-hub-link:nth-child(n + 4) {
    border-top: 1px solid var(--rh-line);
  }

  .rh-card-grid,
  .rh-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-about-expertise-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-about-expertise-list li:nth-child(4) {
    border-inline-start: 0;
  }

  .rh-calculator-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .admin-bar .rh-site-header {
    top: 46px;
  }

  .rh-header-main {
    min-height: 76px;
  }

  .rh-header-actions {
    margin-inline-start: auto;
  }

  .rh-header-actions .rh-header-whatsapp,
  .rh-header-actions .rh-header-phone {
    display: none;
  }

  .rh-menu-toggle {
    display: inline-grid;
    width: 48px;
    height: 48px;
    order: -1;
    place-items: center;
    padding: 0;
    color: var(--rh-navy);
    border: 1px solid var(--rh-line-strong);
    border-radius: 5px;
    background: #ffffff;
  }

  .rh-menu-toggle-lines {
    display: grid;
    width: 24px;
    gap: 5px;
  }

  .rh-menu-toggle-lines span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 0;
    background: currentColor;
  }

  .rh-nav {
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 380px);
    padding: 20px;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: -20px 0 50px rgba(16, 37, 68, 0.2);
    transform: translateX(105%);
    transition: transform 180ms ease;
  }

  .rh-nav.is-open {
    transform: translateX(0);
  }

  .rh-mobile-nav-head,
  .rh-mobile-nav-footer {
    display: flex;
  }

  .rh-mobile-nav-head {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    color: var(--rh-navy);
    font-size: 20px;
    font-weight: 800;
  }

  .rh-menu-close {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--rh-navy);
    border: 1px solid var(--rh-line);
    border-radius: 4px;
    background: #ffffff;
  }

  .rh-menu {
    display: grid;
    gap: 0;
  }

  .rh-menu > li {
    border-bottom: 1px solid var(--rh-line);
  }

  .rh-menu a {
    width: 100%;
    min-height: 50px;
  }

  .rh-menu .sub-menu {
    position: static;
    display: block;
    width: auto;
    padding: 0 14px 10px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .rh-mobile-nav-footer {
    display: grid;
    gap: 16px;
    margin-top: 22px;
  }

  .rh-mobile-contact {
    display: grid;
    gap: 8px;
  }

  .rh-menu-overlay {
    position: fixed;
    z-index: 1150;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(16, 37, 68, 0.52);
  }

  .rh-menu-overlay[hidden] {
    display: none;
  }

  .home .rh-hero {
    min-height: 0;
    background: #ffffff;
  }

  .home .rh-hero-inner {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    grid-template-areas:
      "visual visual"
      "copy form";
    gap: 24px;
    padding-block: 0 36px;
  }

  .home .rh-hero-visual-spacer {
    width: calc(100% + 48px);
    margin-inline: -24px;
  }

  .home .rh-hero-visual-spacer img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center 30%;
  }

  .home .rh-hero-content,
  .home .rh-hero-form-panel {
    align-self: stretch;
  }

  .home .rh-hero-content {
    padding-block: 20px;
  }

  .home .rh-hero h1 {
    font-size: 39px;
  }

  .home .rh-hero-actions {
    grid-template-columns: 1fr;
  }

  .rh-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-proof-item:nth-child(3) {
    border-inline-start: 0;
  }

  .rh-proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--rh-line);
  }

  .home .rh-knowledge-layout,
  .home .rh-consultation-layout,
  .home .rh-video-faq-layout,
  .rh-about-hero-grid,
  .rh-special-hero-grid,
  .rh-guide-hero-grid,
  .rh-calculators-hero-grid,
  .rh-about-profile-grid,
  .rh-about-insight-grid,
  .rh-about-writing-grid,
  .rh-contact-page-grid,
  .rh-content-wrap,
  .rh-single-layout,
  .rh-calculator-layout {
    grid-template-columns: 1fr;
  }

  .home .rh-knowledge-visual {
    min-height: 440px;
  }

  .rh-sidebar,
  .rh-calculator-heading {
    position: static;
  }

  .rh-about-expertise-layout {
    grid-template-columns: 1fr;
  }

  .rh-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-footer-brand {
    grid-column: 1 / -1;
  }

  .rh-site-side-nav {
    display: none;
  }
}

/* Mobile */

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

  .rh-container {
    width: min(calc(100% - 32px), var(--rh-container));
  }

  .rh-section {
    padding-block: 48px;
  }

  .rh-section-title {
    font-size: 31px;
  }

  .rh-section-lead {
    font-size: 17px;
  }

  .rh-section-head {
    display: grid;
    align-items: start;
    gap: 14px;
  }

  .rh-header-main {
    min-height: 70px;
    gap: 12px;
  }

  .rh-brand-mark,
  .rh-brand-logo {
    width: 48px;
    height: 48px;
  }

  .rh-brand-symbol-image,
  .rh-brand-image {
    width: 42px;
    height: 42px;
  }

  .rh-brand-name {
    font-size: 21px;
  }

  .rh-brand-tagline {
    font-size: 12px;
  }

  .rh-header-cta {
    display: none;
  }

  .rh-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .home .rh-hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "copy"
      "form";
    gap: 0;
    padding-bottom: 26px;
  }

  .home .rh-hero-visual-spacer {
    width: calc(100% + 32px);
    margin-inline: -16px;
  }

  .home .rh-hero-visual-spacer img {
    height: 250px;
    object-position: 39% center;
  }

  .home .rh-hero-content {
    padding-block: 28px 22px;
  }

  .home .rh-hero h1 {
    font-size: 34px;
    line-height: 1.13;
  }

  .home .rh-hero-warning {
    font-size: 18px;
  }

  .home .rh-hero-text p {
    font-size: 17px;
  }

  .home .rh-hero-actions {
    grid-template-columns: 1fr;
  }

  .home .rh-hero-form-panel {
    padding: 20px;
  }

  .home .rh-hero-form-panel .rh-form-title {
    font-size: 25px;
  }

  .rh-proof-grid {
    grid-template-columns: 1fr;
  }

  .rh-proof-item,
  .rh-proof-item:nth-child(3) {
    min-height: 72px;
    justify-content: flex-start;
    border-inline-start: 0;
    border-top: 1px solid var(--rh-line);
  }

  .rh-proof-item:first-child {
    border-top: 0;
  }

  .home .rh-topic-hub {
    padding-block: 28px;
  }

  .home .rh-topic-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .rh-topic-hub-link,
  .home .rh-topic-hub-link:nth-child(4) {
    min-height: 125px;
    border-inline-start: 1px solid var(--rh-line);
  }

  .home .rh-topic-hub-link:nth-child(odd) {
    border-inline-start: 0;
  }

  .home .rh-topic-hub-link:nth-child(n + 3) {
    border-top: 1px solid var(--rh-line);
  }

  .home .rh-home-expertise-head {
    display: grid;
  }

  .home .rh-home-expertise-head::before,
  .home .rh-home-expertise-head::after {
    display: none;
  }

  .home .rh-home-profile-grid,
  .home .rh-resource-grid,
  .home .rh-video-strip,
  .rh-card-grid,
  .rh-archive-grid,
  .rh-footer-main,
  .rh-form-grid,
  .rh-calculator-fields,
  .rh-about-expertise-list,
  .rh-calculator-index-grid {
    grid-template-columns: 1fr;
  }

  .home .rh-home-profile-item {
    min-height: 0;
  }

  .home .rh-knowledge-panel,
  .home .rh-video-showcase,
  .home .rh-faq-showcase,
  .home .rh-consultation-cta-card {
    padding: 24px;
  }

  .home .rh-knowledge-visual {
    min-height: 300px;
  }

  .home .rh-resource-link {
    min-height: 130px;
    border-inline-start: 0;
    border-top: 1px solid var(--rh-line);
  }

  .home .rh-resource-link:first-child {
    border-top: 0;
  }

  .home .rh-consultation-copy h2 {
    font-size: 32px;
  }

  .rh-page-hero {
    padding-block: 46px;
  }

  .rh-page-hero h1 {
    font-size: 34px;
  }

  .rh-page-hero p:not(.rh-page-label) {
    font-size: 17px;
  }

  .rh-about-portrait img,
  .rh-special-image img,
  .rh-guide-portrait img,
  .rh-official-page-visual img {
    height: 330px;
  }

  .rh-content,
  .rh-about-copy,
  .rh-about-credentials,
  .rh-about-insight-heading,
  .rh-about-insight-copy,
  .rh-about-writing-heading,
  .rh-about-writing-copy,
  .rh-contact-page-side,
  .rh-contact-page-form,
  .rh-calculator-form {
    padding: 24px 20px;
  }

  .rh-content {
    font-size: 17px;
    line-height: 1.8;
  }

  .rh-contact-page-side .rh-contact-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }

  .rh-content h2 {
    font-size: 27px;
  }

  .rh-archive-tools {
    display: grid;
  }

  .rh-search-input {
    width: 100%;
    min-width: 0;
  }

  .rh-calculator-primary-result {
    font-size: 31px;
  }

  .rh-footer-main {
    gap: 30px;
  }

  .rh-footer-brand {
    grid-column: auto;
  }

  .rh-footer-menu {
    grid-template-columns: 1fr;
  }

  .rh-footer-contact .rh-contact-item {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .rh-footer-bottom .rh-container {
    min-height: 70px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .rh-container {
    width: min(calc(100% - 24px), var(--rh-container));
  }

  .rh-brand-copy {
    max-width: 170px;
  }

  .rh-brand-name {
    font-size: 19px;
  }

  .home .rh-hero-visual-spacer {
    width: calc(100% + 24px);
    margin-inline: -12px;
  }

  .home .rh-hero-visual-spacer img {
    height: 225px;
  }

  .home .rh-hero h1 {
    font-size: 30px;
  }

  .home .rh-topic-hub-link strong {
    font-size: 16px;
  }

  .home .rh-topic-hub-icon {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Quick site navigation */

.rh-site-side-nav {
  position: fixed;
  z-index: 920;
  inset-block-start: 50%;
  inset-inline-start: 14px;
  width: 174px;
  max-height: calc(100vh - 150px);
  transform: translateY(-50%);
  overflow: visible;
  color: var(--rh-navy);
  border: 1px solid var(--rh-line);
  border-inline-start: 4px solid var(--rh-orange);
  border-radius: 5px 0 0 5px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(16, 37, 68, 0.16);
}

.rh-site-side-nav-toggle,
.rh-site-side-nav-overlay,
.rh-site-side-nav-header,
.rh-site-side-nav-panel-cta {
  display: none;
}

.rh-site-side-nav-cta {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 10px;
  color: #ffffff !important;
  background: var(--rh-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.rh-site-side-nav-cta svg,
.rh-site-side-nav-panel-cta svg,
.rh-site-side-nav-toggle svg,
.rh-site-side-nav-close svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-side-nav-panel {
  max-height: calc(100vh - 196px);
  overflow: auto;
  scrollbar-width: thin;
}

.rh-home-side-nav-list {
  display: grid;
  margin: 0;
  padding: 4px 12px 10px;
  list-style: none;
}

.rh-home-side-nav-list li {
  margin: 0;
  border-bottom: 1px dotted var(--rh-line-strong);
}

.rh-home-side-nav-list li:last-child {
  border-bottom: 0;
}

.rh-home-side-nav-link {
  display: grid;
  min-height: 38px;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 6px 4px;
  color: var(--rh-navy) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.rh-home-side-nav-number {
  color: var(--rh-orange-dark);
  font-size: 12px;
  font-weight: 800;
}

.rh-home-side-nav-link:hover,
.rh-home-side-nav-link:focus-visible,
.rh-home-side-nav-link.is-current {
  color: #ffffff !important;
  background: var(--rh-navy);
}

.rh-home-side-nav-link:hover .rh-home-side-nav-number,
.rh-home-side-nav-link:focus-visible .rh-home-side-nav-number,
.rh-home-side-nav-link.is-current .rh-home-side-nav-number {
  color: var(--rh-orange-soft);
}

/* Newsletter signup */

.rh-updates-signup {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid var(--rh-line);
  border-inline-start: 4px solid var(--rh-orange);
  background: var(--rh-surface-warm);
}

.rh-updates-copy h3 {
  margin: 0 0 5px;
  font-size: 22px;
}

.rh-updates-copy p {
  margin: 0;
  color: var(--rh-muted);
  font-size: 15px;
  line-height: 1.55;
}

.rh-updates-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.rh-updates-form input[type="email"] {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 14px;
  color: var(--rh-ink);
  border: 1px solid var(--rh-line-strong);
  border-radius: 3px;
  background: #ffffff;
  font-size: 16px;
}

.rh-updates-form button {
  min-width: 140px;
  height: 48px;
  padding-inline: 18px;
  color: #ffffff;
  border: 1px solid var(--rh-orange-dark);
  border-radius: 3px;
  background: var(--rh-orange);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.rh-updates-form button:hover,
.rh-updates-form button:focus-visible {
  background: var(--rh-orange-dark);
}

.rh-updates-form .rh-form-message {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  font-size: 14px;
}

@media (min-width: 0px) {
  body.rh-site-nav-open {
    overflow: hidden;
  }

  .rh-site-side-nav {
    display: block;
    position: fixed;
    z-index: 1500;
    inset: auto 12px 14px auto;
    width: auto;
    max-height: none;
    transform: none;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .rh-site-side-nav-toggle {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    color: #ffffff;
    border: 1px solid var(--rh-orange-dark);
    border-radius: 4px;
    background: var(--rh-navy);
    box-shadow: 0 10px 28px rgba(16, 37, 68, 0.2);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
  }

  .rh-site-side-nav-cta {
    display: none;
  }

  .rh-site-side-nav-overlay {
    position: fixed;
    z-index: 0;
    inset: 0;
    background: rgba(10, 27, 49, 0.52);
  }

  .rh-site-side-nav-overlay:not([hidden]) {
    display: block;
  }

  .rh-site-side-nav-panel {
    position: fixed;
    z-index: 1;
    inset-block: 0;
    inset-inline-start: 0;
    width: min(360px, calc(100vw - 44px));
    max-height: none;
    padding: 18px;
    overflow: auto;
    transform: translateX(105%);
    color: var(--rh-navy);
    background: #ffffff;
    box-shadow: -18px 0 45px rgba(16, 37, 68, 0.22);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  [dir="ltr"] .rh-site-side-nav-panel {
    transform: translateX(-105%);
  }

  .rh-site-side-nav.is-open .rh-site-side-nav-panel {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .rh-site-side-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rh-line);
  }

  .rh-site-side-nav-close {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--rh-navy);
    border: 1px solid var(--rh-line);
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
  }

  .rh-site-side-nav-panel-cta {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-block: 14px 8px;
    padding: 10px 14px;
    color: #ffffff !important;
    border-radius: 3px;
    background: var(--rh-orange);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  .rh-home-side-nav-list {
    padding-inline: 0;
  }

  .rh-home-side-nav-link {
    min-height: 46px;
    font-size: 15px;
  }
}

@media (max-width: 720px) {
  .rh-site-side-nav {
    inset: auto 10px 10px auto;
  }

  .rh-site-side-nav-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
  }

  .rh-site-side-nav-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .rh-updates-signup,
  .rh-updates-form {
    grid-template-columns: 1fr;
  }

  .rh-updates-signup {
    gap: 16px;
    padding: 20px;
  }

  .rh-updates-form button {
    width: 100%;
  }
}

/* Homepage reference rebuild v1.9.1 */

.rh-site-header,
.admin-bar .rh-site-header {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}

body.home main#main {
  position: relative;
  z-index: 1;
}

.home .rh-reference-hero-v2 {
  position: relative;
  min-height: clamp(600px, 46.9vw, 760px);
  overflow: hidden;
  isolation: isolate;
  color: var(--rh-ink);
  background: #ead6b2;
}

.home .rh-reference-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.home .rh-reference-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
}

.home .rh-reference-hero-inner {
  display: grid;
  width: min(calc(100% - 48px), 1380px);
  max-width: none;
  min-height: inherit;
  grid-template-columns: 300px minmax(360px, 1fr) minmax(430px, 520px);
  align-items: center;
  gap: 20px;
  padding-block: 28px;
  direction: ltr;
}

.home .rh-reference-hero-person-zone {
  position: relative;
  z-index: 0;
  display: block;
  min-width: 0;
  min-height: 100%;
  grid-column: 2;
  grid-row: 1;
  pointer-events: none;
}

.home .rh-reference-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  padding: 30px 32px 28px;
  color: var(--rh-ink);
  border: 1px solid rgba(16, 37, 68, 0.16);
  border-top: 5px solid var(--rh-orange);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 37, 68, 0.16);
  direction: rtl;
}

.home .rh-reference-hero-copy h1 {
  max-width: 510px;
  margin: 0;
  color: #102544;
  font-size: clamp(36px, 2.8vw, 44px);
  font-weight: 900;
  line-height: 1.08;
}

.home .rh-reference-hero-copy h1 span {
  color: #a84400;
}

.home .rh-reference-hero-warning {
  margin: 17px 0 14px;
  padding-bottom: 12px;
  color: #863800;
  border-bottom: 2px solid #d87700;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.42;
}

.home .rh-reference-hero-text p {
  margin: 0;
  color: #26364e;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.72;
}

.home .rh-reference-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.home .rh-reference-hero-actions .rh-button {
  min-height: 50px;
  padding-inline: 11px;
  font-size: 14px;
}

.home .rh-reference-hero-actions .rh-button-ghost {
  color: #102544;
  border-color: #102544;
  background: #ffffff;
}

.home .rh-reference-hero-actions .rh-reference-updates-button {
  color: #ffffff;
  border-color: #102544;
  background: #102544;
}

.home .rh-reference-hero-form {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  padding: 20px;
  color: var(--rh-ink);
  border: 1px solid rgba(16, 37, 68, 0.18);
  border-top: 5px solid var(--rh-orange);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 37, 68, 0.18);
  direction: rtl;
}

.home .rh-reference-hero-form .rh-form {
  display: grid;
  gap: 8px;
  margin: 0;
}

.home .rh-reference-hero-form .rh-form-title {
  margin: 0 0 4px;
  color: #102544;
  font-size: 24px;
  line-height: 1.18;
}

.home .rh-reference-hero-form .rh-form-grid,
.home .rh-reference-hero-form .rh-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0;
}

.home .rh-reference-hero-form label {
  color: #102544;
  font-size: 14px;
  font-weight: 800;
}

.home .rh-reference-hero-form input,
.home .rh-reference-hero-form textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  color: #17233a;
  border: 1px solid #8f9bad;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
}

.home .rh-reference-hero-form textarea {
  min-height: 64px;
  max-height: 88px;
  resize: vertical;
}

.home .rh-reference-hero-form button[type="submit"] {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
}

.home .rh-reference-hero-form .rh-form-trust {
  margin: 10px 0 0;
  color: #4d596c;
  font-size: 13px;
  text-align: center;
}

.home .rh-reference-proof {
  border-top: 5px solid var(--rh-orange);
  border-bottom: 1px solid var(--rh-line);
  background: #ffffff;
}

.home .rh-reference-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .rh-reference-proof-item {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  color: #102544;
  border-inline-start: 1px solid var(--rh-line);
  text-align: center;
}

.home .rh-reference-proof-item:first-child {
  border-inline-start: 0;
}

.home .rh-reference-proof-item > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: #a84400;
}

.home .rh-reference-proof-item svg,
.home .rh-reference-topic-icon svg,
.home .rh-reference-card-icon svg,
.home .rh-reference-knowledge-card > span svg,
.home .rh-reference-action-card > span svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home .rh-reference-proof-item strong {
  font-size: 17px;
  line-height: 1.35;
}

.home .rh-reference-topics {
  padding-block: 34px;
  border-bottom: 1px solid var(--rh-line);
  background: #ffffff;
}

.home .rh-reference-topics-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--rh-line-strong);
  border-radius: 6px;
  background: #ffffff;
}

.home .rh-reference-topic {
  display: grid;
  min-height: 142px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 18px 12px;
  color: #102544;
  border-inline-start: 1px solid var(--rh-line);
  text-align: center;
  text-decoration: none;
}

.home .rh-reference-topic:first-child {
  border-inline-start: 0;
}

.home .rh-reference-topic:hover,
.home .rh-reference-topic:focus-visible {
  color: #102544;
  background: var(--rh-orange-soft);
}

.home .rh-reference-topic-icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: #a84400;
}

.home .rh-reference-topic strong {
  font-size: 18px;
  line-height: 1.3;
}

.home .rh-reference-section-heading {
  margin-bottom: 34px;
  text-align: center;
}

.home .rh-reference-section-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-inline: 78px;
  color: #102544;
  font-size: 42px;
  line-height: 1.15;
}

.home .rh-reference-section-heading h2::before,
.home .rh-reference-section-heading h2::after {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 2px;
  background: var(--rh-orange);
  content: "";
}

.home .rh-reference-section-heading h2::before {
  right: 0;
}

.home .rh-reference-section-heading h2::after {
  left: 0;
}

.home .rh-reference-section-heading p {
  max-width: 760px;
  margin: 12px auto 0;
  color: #596579;
  font-size: 18px;
  line-height: 1.7;
}

.home .rh-reference-journey {
  background: #fffaf3;
}

.home .rh-reference-journey-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home .rh-reference-journey-card {
  display: grid;
  min-width: 0;
  min-height: 360px;
  grid-template-rows: auto auto 1fr 132px;
  gap: 9px;
  overflow: hidden;
  color: #102544;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--rh-soft-shadow);
  text-align: center;
  text-decoration: none;
}

.home .rh-reference-journey-card:hover,
.home .rh-reference-journey-card:focus-visible {
  color: #102544;
  border-color: #d87700;
  transform: translateY(-3px);
}

.home .rh-reference-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 22px auto 0;
  color: #a84400;
}

.home .rh-reference-journey-card h3 {
  margin: 0;
  padding-inline: 12px;
  color: #102544;
  font-size: 20px;
  line-height: 1.3;
}

.home .rh-reference-journey-card p {
  margin: 0;
  padding-inline: 14px;
  color: #4d596c;
  font-size: 15px;
  line-height: 1.55;
}

.home .rh-reference-card-image {
  display: block;
  align-self: end;
  width: 100%;
  height: 132px;
  overflow: hidden;
}

.home .rh-reference-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .rh-reference-knowledge {
  background: #ffffff;
}

.home .rh-reference-knowledge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #f6f7f9;
}

.home .rh-reference-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--rh-line);
}

.home .rh-reference-knowledge-card {
  display: grid;
  min-height: 180px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  color: #102544;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
}

.home .rh-reference-knowledge-card:hover,
.home .rh-reference-knowledge-card:focus-visible {
  color: #102544;
  background: var(--rh-orange-soft);
}

.home .rh-reference-knowledge-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #a84400;
}

.home .rh-reference-knowledge-card strong {
  font-size: 22px;
}

.home .rh-reference-knowledge-card small {
  max-width: 250px;
  color: #596579;
  font-size: 15px;
  line-height: 1.5;
}

.home .rh-reference-knowledge-image {
  min-height: 362px;
  margin: 0;
  overflow: hidden;
}

.home .rh-reference-knowledge-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .rh-reference-actions {
  background: #f5f6f8;
}

.home .rh-reference-actions-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home .rh-reference-action-card {
  display: grid;
  min-height: 280px;
  align-content: start;
  gap: 10px;
  padding: 26px 22px;
  color: #102544;
  border: 1px solid var(--rh-line);
  border-top: 4px solid var(--rh-orange);
  border-radius: 6px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
}

.home .rh-reference-action-card:hover,
.home .rh-reference-action-card:focus-visible {
  color: #102544;
  border-color: #d87700;
  box-shadow: var(--rh-soft-shadow);
}

.home .rh-reference-action-card > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-inline: auto;
  color: #a84400;
}

.home .rh-reference-action-card h3 {
  margin: 0;
  font-size: 22px;
}

.home .rh-reference-action-card p {
  margin: 0;
  color: #596579;
  font-size: 15px;
  line-height: 1.58;
}

.home .rh-reference-action-card b {
  align-self: end;
  margin-top: auto;
  padding-top: 12px;
  color: #a84400;
  border-top: 1px solid #f0d3aa;
}

.home .rh-reference-updates-form {
  margin-top: 26px;
  border: 1px solid var(--rh-line);
  border-radius: 6px;
  background: #ffffff;
}

.home .rh-reference-contact {
  padding-block: 54px;
  color: #ffffff;
  background: #102544;
}

.home .rh-reference-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.home .rh-reference-contact h2 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
}

.home .rh-reference-contact p {
  max-width: 740px;
  margin: 10px 0 0;
  color: #e9edf3;
}

.home .rh-reference-contact-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

@media (max-width: 1180px) {
  .home .rh-reference-hero-inner {
    width: min(calc(100% - 40px), 1140px);
    grid-template-columns: minmax(230px, 260px) minmax(360px, 1fr) minmax(390px, 450px);
    gap: 18px;
  }

  .home .rh-reference-hero-copy {
    padding: 25px;
  }

  .home .rh-reference-journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .rh-reference-actions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .rh-site-side-nav {
    position: absolute;
    inset: 94px 10px auto auto;
  }

  .home .rh-reference-hero-v2 {
    min-height: 0;
    overflow: visible;
    background: #ffffff;
  }

  .home .rh-reference-hero-media {
    position: relative;
    z-index: 0;
    aspect-ratio: 1831 / 859;
    background: #ead6b2;
  }

  .home .rh-reference-hero-media img {
    object-fit: contain;
  }

  .home .rh-reference-hero-inner {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-block: 26px 38px;
    direction: rtl;
  }

  .home .rh-reference-hero-copy,
  .home .rh-reference-hero-form {
    grid-column: 1;
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .home .rh-reference-hero-person-zone {
    display: none;
  }

  .home .rh-reference-hero-copy {
    grid-row: 1;
    box-shadow: var(--rh-soft-shadow);
  }

  .home .rh-reference-hero-form {
    grid-row: 2;
  }

  .home .rh-reference-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .rh-reference-proof-item:nth-child(odd) {
    border-inline-start: 0;
  }

  .home .rh-reference-proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--rh-line);
  }

  .home .rh-reference-topics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .rh-reference-topic:nth-child(4) {
    border-inline-start: 0;
  }

  .home .rh-reference-topic:nth-child(n + 4) {
    border-top: 1px solid var(--rh-line);
  }

  .home .rh-reference-knowledge-layout {
    grid-template-columns: 1fr;
  }

  .home .rh-reference-knowledge-image {
    min-height: 320px;
  }

  .home .rh-reference-contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .rh-site-side-nav {
    inset: 86px 10px auto auto;
  }

  .rh-header-main {
    min-height: 76px;
  }

  .home .rh-reference-hero-media {
    aspect-ratio: 1831 / 859;
  }

  .home .rh-reference-hero-inner {
    width: min(calc(100% - 28px), var(--rh-container));
    padding-block: 18px 32px;
  }

  .home .rh-reference-hero-copy,
  .home .rh-reference-hero-form {
    padding: 22px 18px;
  }

  .home .rh-reference-hero-copy h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .home .rh-reference-hero-warning {
    font-size: 18px;
  }

  .home .rh-reference-hero-text p {
    font-size: 16px;
  }

  .home .rh-reference-hero-actions {
    grid-template-columns: 1fr;
  }

  .home .rh-reference-proof-item {
    min-height: 82px;
    padding: 13px 10px;
  }

  .home .rh-reference-proof-item > span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .home .rh-reference-proof-item strong {
    font-size: 15px;
  }

  .home .rh-reference-topics {
    padding-block: 24px;
  }

  .home .rh-reference-topics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .rh-reference-topic,
  .home .rh-reference-topic:nth-child(4) {
    min-height: 116px;
    border-inline-start: 1px solid var(--rh-line);
  }

  .home .rh-reference-topic:nth-child(odd) {
    border-inline-start: 0;
  }

  .home .rh-reference-topic:nth-child(n + 3) {
    border-top: 1px solid var(--rh-line);
  }

  .home .rh-reference-topic-icon {
    width: 36px;
    height: 36px;
  }

  .home .rh-reference-topic strong {
    font-size: 16px;
  }

  .home .rh-reference-section-heading h2 {
    padding-inline: 0;
    font-size: 32px;
  }

  .home .rh-reference-section-heading h2::before,
  .home .rh-reference-section-heading h2::after {
    display: none;
  }

  .home .rh-reference-section-heading p {
    font-size: 16px;
  }

  .home .rh-reference-journey-grid,
  .home .rh-reference-actions-grid,
  .home .rh-reference-knowledge-grid {
    grid-template-columns: 1fr;
  }

  .home .rh-reference-journey-card {
    min-height: 330px;
  }

  .home .rh-reference-knowledge-card {
    min-height: 150px;
  }

  .home .rh-reference-knowledge-image {
    min-height: 230px;
  }

  .home .rh-reference-action-card {
    min-height: 0;
  }

  .home .rh-reference-contact h2 {
    font-size: 29px;
  }

  .home .rh-reference-contact-actions {
    width: 100%;
    flex-direction: column;
  }

  .home .rh-reference-contact-actions .rh-button {
    width: 100%;
  }
}

/* Reference-faithful home and inner pages v1.9.3 */

.rh-site-header {
  border-bottom: 1px solid #d9dee6;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(16, 37, 68, 0.06);
}

.rh-header-main {
  min-height: 86px;
}

.rh-header-cta {
  color: #ffffff;
  border-color: #d87700;
  background: #f28a00;
}

.rh-header-cta:hover,
.rh-header-cta:focus-visible {
  color: #ffffff;
  background: #c96700;
}

@media (min-width: 1101px) {
  .home .rh-reference-hero-copy {
    padding: 30px 34px 28px 56px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 72%, rgba(255, 255, 255, 0) 100%);
    box-shadow: none;
  }

  .home .rh-reference-hero-copy h1 {
    max-width: 520px;
    font-size: clamp(38px, 3vw, 48px);
  }

  .home .rh-reference-hero-warning {
    max-width: 500px;
  }

  .home .rh-reference-hero-text,
  .home .rh-reference-hero-actions {
    max-width: 520px;
  }
}

.home .rh-reference-journey-card {
  min-height: 382px;
  grid-template-rows: auto auto auto 138px;
}

.home .rh-reference-journey-card h3 {
  display: -webkit-box;
  min-height: 2.6em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home .rh-reference-journey-card p {
  display: -webkit-box;
  min-height: 6.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home .rh-reference-card-image {
  height: 138px;
}

.home .rh-reference-card-image img {
  object-position: center;
}

@media (max-width: 720px) {
  .home .rh-reference-journey-card {
    min-height: 0;
    grid-template-rows: auto auto auto 132px;
  }

  .home .rh-reference-journey-card h3,
  .home .rh-reference-journey-card p {
    min-height: 0;
  }

  .home .rh-reference-journey-card h3 {
    -webkit-line-clamp: 3;
  }
}

.rh-reference-inner-hero,
.rh-reference-archive-hero {
  min-height: 0;
  padding-block: 38px;
  color: #17233a;
  border-bottom: 1px solid #d9dee6;
  background: #fffaf3;
}

.rh-reference-inner-hero::before,
.rh-reference-inner-hero::after,
.rh-reference-archive-hero::before,
.rh-reference-archive-hero::after {
  display: none;
}

.rh-reference-inner-hero :where(h1, h2, p),
.rh-reference-archive-hero :where(h1, h2, p, span, strong) {
  color: #17233a;
}

.rh-reference-inner-hero .rh-page-label,
.rh-reference-archive-hero .rh-page-label,
.rh-contact-inline-hero .rh-page-label {
  margin: 0 0 8px;
  color: #a84400;
  font-size: 15px;
  font-weight: 800;
}

.rh-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 42px;
}

.rh-about-hero-copy {
  max-width: 760px;
}

.rh-about-hero h1 {
  margin: 0;
  color: #102544;
  font-size: clamp(44px, 4.4vw, 68px);
  line-height: 1.04;
}

.rh-about-hero .rh-about-hero-lead {
  margin: 8px 0 16px;
  color: #a84400;
  font-size: 22px;
  font-weight: 800;
}

.rh-about-hero-copy > h2 {
  margin: 0 0 10px;
  color: #102544;
  font-size: 28px;
  line-height: 1.25;
}

.rh-about-hero-body {
  max-width: 720px;
}

.rh-about-hero-body p {
  margin: 0 0 9px;
  color: #36465c;
  font-size: 17px;
  line-height: 1.68;
}

.rh-about-hero .rh-about-portrait {
  width: 100%;
  height: 410px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9dee6;
  border-bottom: 5px solid #f28a00;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(16, 37, 68, 0.12);
}

.rh-about-hero .rh-about-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.rh-about-credentials-section {
  padding-block: 34px;
  background: #ffffff;
}

.rh-about-profile-grid-compact {
  display: block;
}

.rh-about-profile-grid-compact .rh-about-credentials {
  display: grid;
  grid-template-columns: minmax(210px, 0.35fr) minmax(0, 1fr);
  gap: 14px 36px;
  align-items: center;
  padding: 26px 30px;
  color: #17233a;
  border: 1px solid #d9dee6;
  border-inline-start: 5px solid #f28a00;
  border-radius: 5px;
  background: #ffffff;
}

.rh-about-profile-grid-compact .rh-about-credentials :where(.rh-eyebrow, h2) {
  grid-column: 1;
  margin: 0;
  color: #102544;
}

.rh-about-profile-grid-compact .rh-about-credentials ul {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-about-profile-grid-compact .rh-about-credentials li {
  position: relative;
  padding-inline-start: 18px;
  color: #36465c;
}

.rh-about-profile-grid-compact .rh-about-credentials li::before {
  position: absolute;
  inset: 0.72em 0 auto auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f28a00;
  content: "";
  transform: translateY(-50%);
}

.rh-official-page-hero .rh-special-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  align-items: center;
  gap: 42px;
}

.rh-official-page-hero h1 {
  margin: 0;
  color: #102544;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.06;
}

.rh-official-page-hero .rh-special-hero-grid > div > p:last-of-type {
  max-width: 720px;
  margin: 14px 0 0;
  color: #46556a;
  font-size: 19px;
  line-height: 1.65;
}

.rh-official-page-hero .rh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.rh-official-page-hero .rh-official-page-visual {
  width: 100%;
  height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9dee6;
  border-bottom: 5px solid #f28a00;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(16, 37, 68, 0.12);
}

.rh-official-page-hero .rh-official-page-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.rh-official-source-section {
  padding-block: 38px 56px;
  background: #ffffff;
}

.rh-official-source-copy {
  width: min(100%, 1040px);
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rh-official-source-copy > :first-child {
  margin-top: 0;
}

.rh-reference-archive-hero {
  padding-block: 30px 24px;
}

.rh-reference-archive-hero .rh-page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  align-items: center;
  gap: 28px;
}

.rh-reference-archive-hero h1 {
  margin: 0;
  color: #102544;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.05;
}

.rh-reference-archive-hero .rh-archive-description {
  max-width: 820px;
  margin: 10px 0 0;
  color: #596579;
  font-size: 18px;
  line-height: 1.55;
}

.rh-reference-archive-hero .rh-page-hero-box {
  display: grid;
  min-height: 112px;
  place-items: center;
  align-content: center;
  gap: 2px;
  padding: 16px;
  color: #102544;
  border: 1px solid #d9dee6;
  border-top: 4px solid #f28a00;
  border-radius: 5px;
  background: #ffffff;
}

.rh-reference-archive-hero .rh-page-hero-box strong {
  color: #102544;
  font-size: 34px;
  line-height: 1;
}

.rh-reference-archive-hero .rh-page-hero-box span {
  color: #596579;
  font-size: 14px;
  text-align: center;
}

.rh-archive-toolbar-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #d9dee6;
  border-radius: 5px;
  background: #ffffff;
}

.rh-archive-toolbar-hero .rh-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rh-archive-toolbar-hero .rh-topic-nav a {
  min-height: 40px;
  padding: 8px 14px;
  color: #102544;
  border: 1px solid #d9dee6;
  border-radius: 4px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.rh-archive-toolbar-hero .rh-topic-nav a:hover,
.rh-archive-toolbar-hero .rh-topic-nav a:focus-visible,
.rh-archive-toolbar-hero .rh-topic-nav a.is-active {
  color: #ffffff;
  border-color: #102544;
  background: #102544;
}

.rh-archive-toolbar-hero .rh-search-input {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  color: #17233a;
  border: 1px solid #8f9bad;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
}

.rh-reference-archive-hero + .rh-section {
  padding-top: 32px;
}

.rh-contact-first-screen {
  min-height: calc(100svh - 86px);
  padding-block: 28px 34px;
  color: #17233a;
  background: #fffaf3;
}

.rh-contact-page-shell {
  display: grid;
  gap: 18px;
}

.rh-contact-inline-hero {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.rh-contact-inline-hero h1 {
  margin: 0;
  color: #102544;
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 1.08;
}

.rh-contact-inline-hero > p:last-child {
  margin: 8px 0 0;
  color: #596579;
  font-size: 17px;
  line-height: 1.55;
}

.rh-contact-first-screen .rh-contact-page-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 18px;
}

.rh-contact-first-screen .rh-contact-page-side,
.rh-contact-first-screen .rh-contact-page-form {
  margin: 0;
  padding: 24px;
  color: #17233a;
  border: 1px solid #d9dee6;
  border-top: 4px solid #f28a00;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 37, 68, 0.08);
}

.rh-contact-first-screen .rh-contact-page-side :where(h2, p, span, strong, a),
.rh-contact-first-screen .rh-contact-page-form :where(h2, p, label, span, strong) {
  color: #17233a;
}

.rh-contact-first-screen .rh-contact-page-side h2 {
  margin: 0 0 12px;
  font-size: 30px;
}

.rh-contact-first-screen .rh-contact-list {
  display: grid;
  gap: 0;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.rh-contact-first-screen .rh-contact-list li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding-block: 8px;
  border-bottom: 1px solid #e2e6ec;
}

.rh-contact-first-screen .rh-contact-list li > span {
  color: #596579;
  font-size: 14px;
  font-weight: 700;
}

.rh-contact-first-screen .rh-contact-list li :where(a, strong) {
  overflow-wrap: anywhere;
  color: #102544;
  font-size: 16px;
  font-weight: 800;
}

.rh-contact-first-screen .rh-contact-page-form .rh-form {
  display: grid;
  gap: 10px;
  margin: 0;
}

.rh-contact-first-screen .rh-contact-page-form .rh-form-title {
  margin: 0;
  color: #102544;
  font-size: 27px;
  line-height: 1.2;
}

.rh-contact-first-screen .rh-contact-page-form .rh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.rh-contact-first-screen .rh-contact-page-form .rh-form-row {
  display: grid;
  gap: 4px;
  margin: 0;
}

.rh-contact-first-screen .rh-contact-page-form .rh-form-row:has(textarea) {
  grid-column: 1 / -1;
}

.rh-contact-first-screen .rh-contact-page-form label {
  color: #17233a;
  font-size: 14px;
  font-weight: 800;
}

.rh-contact-first-screen .rh-contact-page-form :where(input:not([type="hidden"]), textarea, select) {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  color: #17233a;
  border: 1px solid #8f9bad;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
}

.rh-contact-first-screen .rh-contact-page-form textarea {
  min-height: 92px;
  max-height: 130px;
  resize: vertical;
}

.rh-contact-first-screen .rh-contact-page-form button[type="submit"] {
  width: 100%;
  min-height: 48px;
  color: #ffffff;
  border-color: #d87700;
  background: #f28a00;
}

.rh-contact-first-screen .rh-contact-page-form .rh-form-trust {
  margin: 8px 0 0;
  color: #596579;
  font-size: 13px;
  text-align: center;
}

.rh-contact-first-screen .rh-button-whatsapp {
  width: 100%;
  color: #ffffff;
  border-color: #147a3d;
  background: #1f9d55;
}

.rh-footer {
  color: #17233a;
  border-top: 5px solid #f28a00;
  background: #ffffff;
}

.rh-footer :where(h2, h3, p, li, span, strong, address, a) {
  color: #17233a;
}

.rh-footer-main {
  padding-block: 38px;
}

.rh-footer-menu a,
.rh-footer-contact a {
  color: #102544;
}

.rh-footer-cta {
  color: #ffffff !important;
  background: #f28a00;
}

.rh-footer-bottom {
  color: #36465c;
  border-top: 1px solid #d9dee6;
  background: #f5f6f8;
}

@media (max-width: 980px) {
  .rh-about-hero-grid,
  .rh-official-page-hero .rh-special-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rh-about-hero .rh-about-portrait,
  .rh-official-page-hero .rh-official-page-visual {
    height: min(52vw, 380px);
  }

  .rh-about-profile-grid-compact .rh-about-credentials {
    grid-template-columns: 1fr;
  }

  .rh-about-profile-grid-compact .rh-about-credentials :where(.rh-eyebrow, h2),
  .rh-about-profile-grid-compact .rh-about-credentials ul {
    grid-column: 1;
    grid-row: auto;
  }

  .rh-contact-first-screen .rh-contact-page-grid {
    grid-template-columns: 1fr;
  }

  .rh-contact-first-screen .rh-contact-page-form {
    order: 1;
  }

  .rh-contact-first-screen .rh-contact-page-side {
    order: 2;
  }
}

@media (max-width: 720px) {
  .rh-reference-inner-hero,
  .rh-reference-archive-hero {
    padding-block: 24px;
  }

  .rh-about-hero h1,
  .rh-official-page-hero h1,
  .rh-reference-archive-hero h1,
  .rh-contact-inline-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .rh-about-hero-copy > h2 {
    font-size: 24px;
  }

  .rh-about-hero-body p,
  .rh-official-page-hero .rh-special-hero-grid > div > p:last-of-type,
  .rh-reference-archive-hero .rh-archive-description,
  .rh-contact-inline-hero > p:last-child {
    font-size: 16px;
  }

  .rh-about-hero .rh-about-portrait,
  .rh-official-page-hero .rh-official-page-visual {
    height: 270px;
  }

  .rh-about-profile-grid-compact .rh-about-credentials {
    padding: 20px;
  }

  .rh-about-profile-grid-compact .rh-about-credentials ul {
    grid-template-columns: 1fr;
  }

  .rh-reference-archive-hero .rh-page-hero-inner,
  .rh-archive-toolbar-hero {
    grid-template-columns: 1fr;
  }

  .rh-reference-archive-hero .rh-page-hero-box {
    min-height: 80px;
    grid-template-columns: auto 1fr;
    justify-content: start;
    place-items: center start;
  }

  .rh-reference-archive-hero .rh-page-hero-box strong {
    font-size: 28px;
  }

  .rh-archive-toolbar-hero .rh-topic-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-archive-toolbar-hero .rh-topic-nav a {
    display: grid;
    place-items: center;
    text-align: center;
  }

  .rh-contact-first-screen {
    min-height: 0;
    padding-block: 22px 34px;
  }

  .rh-contact-first-screen .rh-contact-page-side,
  .rh-contact-first-screen .rh-contact-page-form {
    padding: 20px 16px;
  }

  .rh-contact-first-screen .rh-contact-page-form .rh-form-grid {
    grid-template-columns: 1fr;
  }

  .rh-contact-first-screen .rh-contact-page-form .rh-form-row:has(textarea) {
    grid-column: auto;
  }

  .rh-contact-first-screen .rh-contact-list li {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}

/* Keep orange calls to action accessible without changing the reference palette. */
.rh-header-cta,
.rh-footer-cta,
.rh-site-side-nav-cta,
.rh-site-side-nav-panel-cta,
.rh-reference-updates-form button,
.rh-reference-updates-form input[type="submit"] {
  color: #17233a !important;
}

/* Reference header fidelity v1.9.6 */
@media (min-width: 981px) and (max-width: 1359px) {
  .rh-header-actions .rh-header-phone {
    display: none !important;
  }

  .rh-header-actions .rh-header-whatsapp {
    display: inline-flex !important;
    width: 44px;
    padding: 8px;
    justify-content: center;
  }

  .rh-header-actions .rh-header-whatsapp span {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body.rh-menu-open .rh-site-side-nav {
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (min-width: 1181px) {
  .rh-site-header {
    border-bottom: 1px solid #e1e4e8 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .rh-header-main {
    display: grid !important;
    width: min(calc(100% - 32px), 1420px) !important;
    max-width: 1420px !important;
    grid-template-columns: 182px minmax(0, 1fr) auto !important;
    min-height: 78px !important;
    align-items: center !important;
    gap: 18px !important;
  }

  .rh-brand {
    position: relative;
    display: flex !important;
    min-width: 0;
    align-items: center !important;
    justify-content: flex-start;
    gap: 0 !important;
    padding-inline: 0 27px;
  }

  .rh-brand::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 56px;
    border-right: 3px solid #f28a00;
    border-radius: 0 50% 50% 0;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
  }

  .rh-brand-mark,
  .rh-brand-logo {
    display: none !important;
  }

  .rh-brand-copy {
    display: grid !important;
    gap: 3px !important;
    min-width: 0;
  }

  .rh-brand-name {
    color: #102544 !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .rh-brand-tagline {
    color: #596579 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .rh-nav {
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .rh-menu {
    display: flex !important;
    min-width: 0;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
  }

  .rh-menu > li {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
  }

  .rh-menu > li.menu-item-has-children {
    display: contents !important;
  }

  .rh-menu > li > a,
  .rh-menu .sub-menu > li > a {
    position: relative;
    display: inline-flex !important;
    width: auto !important;
    min-height: 78px !important;
    align-items: center !important;
    padding: 2px 6px 0 !important;
    color: #102544 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    box-shadow: none !important;
  }

  .rh-menu > li > a::after,
  .rh-menu .sub-menu > li > a::after {
    position: absolute;
    right: 6px;
    bottom: 0;
    left: 6px;
    display: block !important;
    width: auto !important;
    height: 3px !important;
    border: 0 !important;
    background: transparent !important;
    content: "" !important;
    transform: none !important;
  }

  .rh-menu > li.current-menu-item > a,
  .rh-menu > li.current-menu-ancestor > a,
  .rh-menu > li > a:hover,
  .rh-menu > li > a:focus-visible,
  .rh-menu .sub-menu > li.current-menu-item > a,
  .rh-menu .sub-menu > li > a:hover,
  .rh-menu .sub-menu > li > a:focus-visible {
    color: #a64c00 !important;
  }

  .rh-menu > li.current-menu-item > a::after,
  .rh-menu > li.current-menu-ancestor > a::after,
  .rh-menu .sub-menu > li.current-menu-item > a::after {
    background: #f28a00 !important;
  }

  .rh-menu .menu-item-has-children > a::before,
  .rh-menu .menu-item-has-children > a > .sub-menu-toggle {
    display: none !important;
  }

  .rh-menu .sub-menu {
    position: static !important;
    inset: auto !important;
    display: contents !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .rh-menu .sub-menu > li {
    display: flex !important;
    width: auto !important;
    flex: 0 0 auto;
    align-items: stretch;
  }

  .rh-header-actions {
    display: flex !important;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    gap: 7px !important;
  }

  .rh-header-actions .rh-header-whatsapp,
  .rh-header-actions .rh-header-phone {
    display: inline-flex !important;
  }

  .rh-header-actions .rh-header-whatsapp {
    min-height: 40px;
    align-items: center;
    gap: 5px;
    padding: 7px 9px;
    color: #072d25;
    font-size: 12.5px;
    white-space: nowrap;
  }

  .rh-header-actions .rh-header-whatsapp svg {
    width: 18px;
    height: 18px;
  }

  .rh-header-actions .rh-header-phone {
    min-height: 40px;
    align-items: center;
    color: #102544;
    font-size: 12.5px;
    white-space: nowrap;
  }

  .rh-header-cta {
    width: 158px;
    flex: 0 0 158px;
    min-height: 44px !important;
    gap: 7px;
    padding: 8px 13px !important;
    color: #102544 !important;
    border-color: #f28a00 !important;
    border-radius: 5px !important;
    background: #f28a00 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    white-space: nowrap;
  }

  .rh-header-cta svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }

  .rh-header-cta:hover,
  .rh-header-cta:focus-visible {
    color: #ffffff !important;
    border-color: #a64c00 !important;
    background: #a64c00 !important;
  }
}

/* Exact approved-reference homepage composition v1.9.7 */
body.home {
  --rh-ref-navy: #102544;
  --rh-ref-orange: #f47b00;
  --rh-ref-orange-dark: #a64c00;
  --rh-ref-cream: #fffaf3;
  --rh-ref-line: #d9dee6;
  background: #ffffff;
}

.home .rh-reference-hero-v2 {
  min-height: 586px;
  color: var(--rh-ref-navy);
  background: #f1d7aa;
}

.home .rh-reference-hero-media img {
  object-position: center center;
}

.home .rh-reference-hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 44px), 1376px);
  grid-template-columns: 286px minmax(350px, 1fr) minmax(430px, 500px);
  gap: 22px;
  padding-block: 28px 88px;
}

.home .rh-reference-hero-copy {
  align-self: center;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home .rh-reference-hero-copy h1 {
  max-width: 500px;
  color: var(--rh-ref-navy);
  font-size: clamp(40px, 3.3vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  text-wrap: balance;
}

.home .rh-reference-hero-warning {
  max-width: 485px;
  margin: 15px 0 12px;
  padding-bottom: 10px;
  color: var(--rh-ref-orange-dark);
  border-bottom: 2px solid var(--rh-ref-orange);
  font-size: 21px;
  line-height: 1.38;
}

.home .rh-reference-hero-text {
  max-width: 480px;
}

.home .rh-reference-hero-text p {
  padding: 12px 16px;
  color: #0b1f38;
  border-inline-start: 4px solid var(--rh-ref-orange);
  background: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.62;
}

.home .rh-reference-hero-actions {
  max-width: 480px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.home .rh-reference-hero-actions .rh-button {
  min-height: 50px;
  padding: 8px 10px;
  color: var(--rh-ref-navy);
  border: 1px solid var(--rh-ref-orange);
  border-radius: 5px;
  background: var(--rh-ref-orange);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 7px 16px rgba(164, 76, 0, 0.13);
}

.home .rh-reference-hero-actions .rh-button-ghost {
  color: var(--rh-ref-navy);
  border-color: #9ba7b6;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.home .rh-reference-hero-actions .rh-reference-updates-button {
  color: #ffffff;
  border-color: var(--rh-ref-navy);
  background: var(--rh-ref-navy);
  box-shadow: none;
}

.home .rh-reference-hero-form {
  width: 286px;
  padding: 21px 18px 17px;
  border: 1px solid rgba(16, 37, 68, 0.2);
  border-top: 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 15px 34px rgba(16, 37, 68, 0.2);
}

.home .rh-reference-hero-form .rh-form {
  gap: 7px;
}

.home .rh-reference-hero-form .rh-form-title {
  margin-bottom: 7px;
  font-size: 25px;
  text-align: center;
}

.home .rh-reference-hero-form label {
  font-size: 13px;
}

.home .rh-reference-hero-form input,
.home .rh-reference-hero-form select,
.home .rh-reference-hero-form textarea {
  min-height: 40px;
  padding: 7px 9px;
  border-color: #aeb8c5;
  border-radius: 4px;
  background: #ffffff;
}

.home .rh-reference-hero-form textarea {
  min-height: 58px;
  max-height: 72px;
}

.home .rh-reference-hero-form button[type="submit"] {
  min-height: 44px;
  color: var(--rh-ref-navy);
  border-color: var(--rh-ref-orange);
  background: var(--rh-ref-orange);
}

.home .rh-reference-hero-form .rh-form-trust {
  margin-top: 7px;
  font-size: 12px;
}

.home .rh-reference-hero-birds {
  position: absolute;
  z-index: 1;
  top: 48px;
  left: 43%;
  width: 155px;
  height: 62px;
  opacity: 0.62;
  pointer-events: none;
}

.home .rh-reference-hero-birds path {
  fill: none;
  stroke: #36465c;
  stroke-width: 2;
  stroke-linecap: round;
}

.home .rh-reference-hero-wave {
  position: absolute;
  z-index: 3;
  right: -2px;
  bottom: -1px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 78px;
  pointer-events: none;
}

.home .rh-reference-hero-wave path {
  fill: #ffffff;
  stroke: var(--rh-ref-orange);
  stroke-width: 5;
  vector-effect: non-scaling-stroke;
}

.home .rh-reference-proof {
  border-top: 0;
  border-bottom: 1px solid var(--rh-ref-line);
  background: #ffffff;
}

.home .rh-reference-proof-item {
  min-height: 88px;
  gap: 11px;
  padding: 15px;
}

.home .rh-reference-proof-item > span {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  color: var(--rh-ref-navy);
}

.home .rh-reference-proof-item strong {
  color: var(--rh-ref-navy);
  font-size: 16px;
}

.home .rh-reference-topics {
  padding-block: 25px 28px;
  border-bottom: 1px solid var(--rh-ref-line);
  background: #ffffff;
}

.home .rh-reference-topics-grid {
  border-color: #cbd2db;
  border-radius: 5px;
}

.home .rh-reference-topic {
  min-height: 116px;
  gap: 9px;
  padding: 14px 10px;
  color: var(--rh-ref-navy);
}

.home .rh-reference-topic-icon {
  width: 40px;
  height: 40px;
  color: var(--rh-ref-orange-dark);
}

.home .rh-reference-topic strong {
  font-size: 16px;
}

.home .rh-reference-section-heading {
  margin-bottom: 26px;
}

.home .rh-reference-section-heading h2 {
  padding-inline: 72px;
  color: var(--rh-ref-navy);
  font-size: 36px;
}

.home .rh-reference-section-heading h2::before,
.home .rh-reference-section-heading h2::after {
  width: 54px;
  height: 2px;
  background: var(--rh-ref-orange);
}

.home .rh-reference-section-heading p {
  margin-top: 8px;
  color: #596579;
  font-size: 16px;
  line-height: 1.55;
}

.home .rh-reference-journey {
  padding-block: 45px 42px;
  background: var(--rh-ref-cream);
}

.home .rh-reference-journey-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  direction: ltr;
}

.home .rh-reference-journey-card {
  min-height: 238px;
  grid-template-rows: auto auto 108px;
  gap: 7px;
  border-color: #d7dde5;
  border-radius: 5px;
  box-shadow: 0 7px 18px rgba(16, 37, 68, 0.09);
  direction: rtl;
}

.home .rh-reference-card-icon {
  width: 34px;
  height: 34px;
  margin-top: 15px;
  color: var(--rh-ref-orange-dark);
}

.home .rh-reference-journey-card h3 {
  min-height: 2.5em;
  padding-inline: 9px;
  font-size: 18px;
  line-height: 1.22;
}

.home .rh-reference-journey-card p {
  display: none;
}

.home .rh-reference-card-image {
  height: 108px;
  border-top: 1px solid #e5e8ed;
}

.home .rh-reference-card-image img {
  object-position: center center;
}

.home .rh-reference-knowledge {
  padding-block: 38px 40px;
  background: #ffffff;
}

.home .rh-reference-knowledge .rh-reference-section-heading {
  margin-bottom: 22px;
}

.home .rh-reference-knowledge .rh-reference-section-heading p {
  display: none;
}

.home .rh-reference-knowledge-layout {
  grid-template-columns: minmax(0, 3.4fr) minmax(250px, 1.15fr);
  gap: 0;
  border-color: #d7dde5;
  border-radius: 5px;
  background: #ffffff;
  direction: ltr;
}

.home .rh-reference-knowledge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
  direction: rtl;
}

.home .rh-reference-knowledge-card {
  min-height: 172px;
  gap: 9px;
  padding: 20px 12px;
  border-inline-start: 1px solid #d7dde5;
  background: #ffffff;
}

.home .rh-reference-knowledge-card:first-child {
  border-inline-start: 0;
}

.home .rh-reference-knowledge-card > span {
  width: 40px;
  height: 40px;
  color: var(--rh-ref-navy);
}

.home .rh-reference-knowledge-card strong {
  color: var(--rh-ref-navy);
  font-size: 18px;
}

.home .rh-reference-knowledge-card small {
  display: none;
}

.home .rh-reference-knowledge-image {
  min-height: 172px;
  border-inline-start: 1px solid #d7dde5;
}

.home .rh-reference-knowledge-image img {
  object-position: center center;
}

.home .rh-reference-decision {
  padding-block: 48px;
  border-block: 1px solid #d7dde5;
  background: #f6f7f9;
}

.home .rh-reference-decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 64px;
}

.home .rh-reference-decision-copy {
  max-width: 760px;
}

.home .rh-reference-decision-kicker {
  margin: 0 0 8px;
  color: var(--rh-ref-orange-dark);
  font-size: 15px;
  font-weight: 800;
}

.home .rh-reference-decision-copy h2 {
  margin: 0 0 16px;
  color: var(--rh-ref-navy);
  font-size: 38px;
  line-height: 1.18;
}

.home .rh-reference-decision-copy p {
  max-width: 68ch;
  margin: 0;
  color: #3f4e62;
  font-size: 17px;
  line-height: 1.85;
}

.home .rh-reference-decision-copy .rh-reference-decision-lead {
  margin-bottom: 10px;
  color: var(--rh-ref-navy);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.72;
}

.home .rh-reference-decision-checks {
  padding-inline-start: 28px;
  border-inline-start: 3px solid var(--rh-ref-orange);
}

.home .rh-reference-decision-checks h3 {
  margin: 0 0 14px;
  color: var(--rh-ref-navy);
  font-size: 22px;
}

.home .rh-reference-decision-checks ul {
  display: grid;
  gap: 9px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.home .rh-reference-decision-checks li {
  position: relative;
  padding-inline-start: 22px;
  color: #33445a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.home .rh-reference-decision-checks li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 0.68em;
  width: 8px;
  height: 2px;
  background: var(--rh-ref-orange);
  content: "";
}

.home .rh-reference-decision-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 1px solid var(--rh-ref-navy);
  border-radius: 4px;
  color: var(--rh-ref-navy);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.home .rh-reference-decision-link:hover,
.home .rh-reference-decision-link:focus-visible {
  background: var(--rh-ref-navy);
  color: #ffffff;
}

.home .rh-reference-actions {
  padding-block: 39px 44px;
  background: var(--rh-ref-cream);
}

.home .rh-reference-actions > .rh-container > .rh-reference-section-heading {
  display: none;
}

.home .rh-reference-actions-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  direction: rtl;
}

.home .rh-reference-action-card {
  min-height: 314px;
  grid-template-rows: auto auto 92px minmax(50px, 1fr) auto;
  align-content: stretch;
  gap: 8px;
  padding: 15px 13px 13px;
  border: 1px solid #d7dde5;
  border-top: 1px solid #d7dde5;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(16, 37, 68, 0.07);
}

.home .rh-reference-action-card > span:first-child {
  width: 31px;
  height: 31px;
  color: var(--rh-ref-orange-dark);
}

.home .rh-reference-action-card h3 {
  min-height: 2.4em;
  margin: 0;
  color: var(--rh-ref-navy);
  font-size: 18px;
  line-height: 1.2;
}

.home .rh-reference-action-image {
  display: block;
  width: 100%;
  height: 92px;
  overflow: hidden;
  border-radius: 3px;
}

.home .rh-reference-action-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home .rh-reference-action-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #596579;
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home .rh-reference-action-card b {
  align-self: end;
  min-height: 38px;
  margin-top: 2px;
  padding: 8px 9px;
  color: var(--rh-ref-navy);
  border: 0;
  border-radius: 4px;
  background: var(--rh-ref-orange);
  font-size: 14px;
  line-height: 1.5;
}

.home .rh-reference-action-card:hover b,
.home .rh-reference-action-card:focus-visible b {
  background: var(--rh-ref-orange-dark);
}

.home .rh-reference-updates-form {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  border: 0;
}

.home .rh-reference-updates-form:target {
  max-height: 420px;
  margin-top: 24px;
  padding: 18px;
  opacity: 1;
  border: 1px solid #d7dde5;
  background: #ffffff;
}

.home .rh-reference-contact {
  display: none;
}

.rh-footer {
  position: relative;
  color: var(--rh-ref-navy, #102544);
  border-top: 1px solid #d9dee6;
  background: #ffffff;
}

.rh-footer::before {
  position: absolute;
  inset: 0 0 auto;
  width: min(180px, 32vw);
  height: 4px;
  margin-inline: auto;
  content: "";
  background: var(--rh-ref-orange, #f47b00);
}

.rh-footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2.28fr);
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  padding-block: 26px 22px;
}

.rh-footer-brand {
  min-width: 0;
  padding-inline-start: 16px;
  border-inline-start: 1px solid #e2e6eb;
}

.rh-footer-brand .rh-brand-footer {
  margin: 0;
}

.rh-footer-brand p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.45;
}

.rh-footer-links {
  display: none;
}

.rh-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.rh-footer-contact h3 {
  display: none;
}

.rh-footer-contact .rh-contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(112px, auto)) minmax(210px, 1fr);
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}

.rh-footer-contact .rh-contact-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin: 0;
  padding-inline: 14px;
  border-inline-start: 1px solid #e2e6eb;
}

.rh-footer-contact .rh-contact-item:first-child {
  padding-inline-end: 0;
  border-inline-start: 0;
}

.rh-footer-contact-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--rh-ref-orange-dark, #a64c00);
  border: 1px solid #f0d3aa;
  border-radius: 50%;
  background: #fffaf3;
}

.rh-footer-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-footer-contact-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.rh-footer-contact .rh-footer-contact-copy > span {
  color: #596579;
  font-size: 11px;
  line-height: 1.2;
}

.rh-footer-contact .rh-contact-item a,
.rh-footer-contact .rh-contact-item address {
  color: var(--rh-ref-navy, #102544);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.rh-footer-contact .rh-contact-item address {
  margin: 0;
  font-style: normal;
}

.rh-footer-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rh-footer-whatsapp {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: #128c5e;
}

.rh-footer-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-footer-whatsapp:hover,
.rh-footer-whatsapp:focus-visible {
  color: #ffffff;
  background: #0b7049;
}

.rh-footer-cta {
  min-height: 42px;
  margin: 0;
  padding: 9px 15px;
  color: var(--rh-ref-navy, #102544) !important;
  border-radius: 4px;
  background: var(--rh-ref-orange, #f47b00);
  font-size: 13px;
  white-space: nowrap;
}

.rh-footer-bottom {
  color: #596579;
  border-top: 1px solid #e2e6eb;
  background: #ffffff;
}

.rh-footer-bottom .rh-container {
  min-height: 38px;
  font-size: 12px;
}

@media (min-width: 1181px) and (max-width: 1359px) {
  .rh-header-main {
    grid-template-columns: 158px minmax(0, 1fr) auto !important;
    gap: 9px !important;
  }

  .rh-brand {
    padding-inline-end: 22px;
  }

  .rh-brand-name {
    font-size: 22px !important;
  }

  .rh-brand-tagline {
    font-size: 11px !important;
  }

  .rh-menu > li > a,
  .rh-menu .sub-menu > li > a {
    padding-inline: 4px !important;
    font-size: 11px !important;
  }

  .rh-header-actions .rh-header-phone {
    display: none !important;
  }

  .rh-header-actions .rh-header-whatsapp {
    width: 40px;
    padding: 7px !important;
    justify-content: center;
  }

  .rh-header-actions .rh-header-whatsapp span {
    display: none !important;
  }

  .rh-header-cta {
    width: 145px;
    flex-basis: 145px;
    padding-inline: 9px !important;
    font-size: 12px !important;
  }

  .home .rh-reference-hero-inner {
    width: min(calc(100% - 32px), 1320px);
    grid-template-columns: 260px minmax(300px, 1fr) minmax(390px, 450px);
    gap: 16px;
  }

  .home .rh-reference-hero-form {
    width: 260px;
  }

  .home .rh-reference-hero-copy h1 {
    font-size: 43px;
  }

  .home .rh-reference-hero-warning {
    font-size: 19px;
  }

  .home .rh-reference-hero-text p {
    font-size: 16px;
  }
}

@media (max-width: 1180px) {
  .home .rh-reference-hero-v2 {
    min-height: 0;
    overflow: hidden;
    background: #ffffff;
  }

  .home .rh-reference-hero-media {
    position: relative;
    z-index: 0;
    aspect-ratio: 16 / 7.5;
  }

  .home .rh-reference-hero-media img {
    object-fit: cover;
    object-position: center;
  }

  .home .rh-reference-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 22px 34px;
    direction: rtl;
  }

  .home .rh-reference-hero-copy,
  .home .rh-reference-hero-form {
    grid-column: 1;
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .home .rh-reference-hero-copy {
    grid-row: 1;
    padding: 0;
  }

  .home .rh-reference-hero-form {
    grid-row: 2;
  }

  .home .rh-reference-hero-birds,
  .home .rh-reference-hero-wave {
    display: none;
  }

  .home .rh-reference-journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .rh-reference-knowledge-layout {
    grid-template-columns: 1fr;
    direction: rtl;
  }

  .home .rh-reference-knowledge-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home .rh-reference-knowledge-image {
    min-height: 220px;
    border-top: 1px solid #d7dde5;
    border-inline-start: 0;
  }

  .home .rh-reference-decision-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home .rh-reference-decision-copy {
    max-width: 100%;
  }

  .home .rh-reference-decision-checks {
    padding-inline-start: 22px;
  }

  .home .rh-reference-actions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rh-footer-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 0 0 18px;
    border-inline-start: 0;
    border-bottom: 1px solid #e2e6eb;
  }

  .rh-footer-brand p {
    margin: 0;
  }

  .rh-footer-contact .rh-contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }

  .rh-footer-contact .rh-contact-item:nth-child(odd) {
    border-inline-start: 0;
  }
}

@media (max-width: 720px) {
  .home .rh-reference-hero-media {
    aspect-ratio: 4 / 3;
  }

  .home .rh-reference-hero-media img {
    object-position: 43% center;
  }

  .home .rh-reference-hero-inner {
    width: min(calc(100% - 28px), var(--rh-container));
    padding-block: 20px 28px;
  }

  .home .rh-reference-hero-copy h1 {
    font-size: 31px;
    line-height: 1.08;
  }

  .home .rh-reference-hero-warning {
    font-size: 18px;
  }

  .home .rh-reference-hero-text p {
    font-size: 16px;
  }

  .home .rh-reference-hero-actions {
    grid-template-columns: 1fr;
  }

  .home .rh-reference-hero-form {
    padding: 20px 16px 16px;
  }

  .home .rh-reference-proof-item {
    min-height: 76px;
    padding: 11px 8px;
  }

  .home .rh-reference-proof-item > span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .home .rh-reference-proof-item strong {
    font-size: 14px;
  }

  .home .rh-reference-topics {
    padding-block: 18px 22px;
  }

  .home .rh-reference-topic {
    min-height: 104px;
    gap: 7px;
  }

  .home .rh-reference-topic-icon {
    width: 34px;
    height: 34px;
  }

  .home .rh-reference-topic strong {
    font-size: 15px;
  }

  .home .rh-reference-journey,
  .home .rh-reference-knowledge,
  .home .rh-reference-decision,
  .home .rh-reference-actions {
    padding-block: 34px;
  }

  .home .rh-reference-decision-layout {
    gap: 24px;
  }

  .home .rh-reference-decision-copy h2 {
    font-size: 29px;
  }

  .home .rh-reference-decision-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .home .rh-reference-decision-copy .rh-reference-decision-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .home .rh-reference-decision-checks {
    padding-inline-start: 18px;
  }

  .home .rh-reference-decision-checks h3 {
    font-size: 20px;
  }

  .home .rh-reference-decision-link {
    width: 100%;
  }

  .home .rh-reference-section-heading {
    margin-bottom: 20px;
  }

  .home .rh-reference-section-heading h2 {
    padding-inline: 0;
    font-size: 29px;
  }

  .home .rh-reference-section-heading p {
    font-size: 15px;
  }

  .home .rh-reference-journey-grid,
  .home .rh-reference-actions-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home .rh-reference-journey-card {
    min-height: 0;
    grid-template-rows: auto auto 138px;
  }

  .home .rh-reference-card-image {
    height: 138px;
  }

  .home .rh-reference-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .rh-reference-knowledge-card {
    min-height: 128px;
    padding: 14px 8px;
    border-top: 1px solid #d7dde5;
  }

  .home .rh-reference-knowledge-card:nth-child(-n + 2) {
    border-top: 0;
  }

  .home .rh-reference-knowledge-card:nth-child(odd) {
    border-inline-start: 0;
  }

  .home .rh-reference-knowledge-card strong {
    font-size: 16px;
  }

  .home .rh-reference-knowledge-image {
    min-height: 180px;
  }

  .home .rh-reference-action-card {
    min-height: 0;
    grid-template-rows: auto auto 150px auto auto;
  }

  .home .rh-reference-action-image {
    height: 150px;
  }

  .rh-footer-main {
    width: min(calc(100% - 28px), var(--rh-container));
    padding-block: 20px;
  }

  .rh-footer-brand {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    text-align: center;
  }

  .rh-footer-brand .rh-brand-footer {
    justify-self: center;
  }

  .rh-footer-contact {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rh-footer-contact .rh-contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #e2e6eb;
    border-radius: 4px;
  }

  .rh-footer-contact .rh-contact-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 74px;
    gap: 8px;
    padding: 10px;
    border-inline-start: 1px solid #e2e6eb;
    border-bottom: 1px solid #e2e6eb;
  }

  .rh-footer-contact .rh-contact-item:nth-child(odd) {
    border-inline-start: 0;
  }

  .rh-footer-contact .rh-contact-item-email,
  .rh-footer-contact .rh-contact-item-address {
    grid-column: 1 / -1;
    border-inline-start: 0;
  }

  .rh-footer-contact .rh-contact-item-address {
    border-bottom: 0;
  }

  .rh-footer-contact-icon {
    width: 30px;
    height: 30px;
  }

  .rh-footer-contact-icon svg {
    width: 16px;
    height: 16px;
  }

  .rh-footer-contact .rh-contact-item a,
  .rh-footer-contact .rh-contact-item address {
    overflow-wrap: anywhere;
    font-size: 11px;
  }

  .rh-footer-actions {
    width: 100%;
  }

  .rh-footer-cta {
    width: auto;
    flex: 1 1 auto;
    text-align: center;
  }
}

@media (min-width: 1181px) {
  .home .rh-reference-hero-v2 {
    min-height: 540px;
  }

  .home .rh-reference-hero-inner {
    padding-block: 24px 70px;
  }

  .home .rh-reference-hero-form .rh-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 8px;
  }

  .home .rh-reference-hero-form .rh-form-grid .rh-form-row:last-child {
    grid-column: 1 / -1;
  }

  .home .rh-reference-hero-form .rh-form-title {
    font-size: 23px;
  }

  .home .rh-reference-hero-form input,
  .home .rh-reference-hero-form select {
    min-height: 36px;
  }

  .home .rh-reference-hero-form textarea {
    min-height: 52px;
    max-height: 62px;
  }

  .home .rh-reference-hero-wave {
    height: 64px;
  }
}

.home .rh-reference-action-card > .rh-reference-action-image {
  display: block;
  width: 100%;
  height: 92px;
  margin: 0;
  overflow: hidden;
  color: inherit;
  border-radius: 3px;
}

@media (max-width: 720px) {
  .home .rh-reference-action-card > .rh-reference-action-image {
    height: 150px;
  }
}

/* Footer v1.9.9: dark, structured reference treatment inspired by Yeadim. */
.rh-footer {
  position: relative;
  color: #f7f7f5;
  border-top: 0;
  background: #292929;
}

.rh-footer::before {
  display: none;
}

.rh-footer :where(h2, h3, p, li, span, strong, address, a) {
  color: inherit;
}

.rh-footer-invite {
  border-bottom: 1px solid #4a4a4a;
}

.rh-footer-invite > .rh-container {
  display: grid;
  max-width: 720px;
  justify-items: center;
  gap: 10px;
  padding-block: 48px 40px;
  text-align: center;
}

.rh-footer-invite-mark {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 4px;
  overflow: hidden;
  place-items: center;
  border: 1px solid #555555;
  border-radius: 50%;
  background: #ffffff;
}

.rh-footer-invite-mark svg,
.rh-footer-invite-mark img {
  width: 54px;
  height: 54px;
}

.rh-footer-invite h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.rh-footer-invite p {
  margin: 0;
  color: #efefeb;
  font-size: 17px;
  line-height: 1.6;
}

.rh-footer-invite-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.rh-footer .rh-footer-cta {
  display: inline-flex;
  min-height: 46px;
  margin: 0;
  padding: 10px 24px;
  align-items: center;
  justify-content: center;
  color: #17233a !important;
  border: 1px solid #f28a00;
  border-radius: 2px;
  background: #f28a00;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.rh-footer .rh-footer-cta:hover,
.rh-footer .rh-footer-cta:focus-visible {
  color: #ffffff !important;
  border-color: #ffffff;
  background: transparent;
}

.rh-footer-whatsapp-wide {
  display: inline-flex;
  width: auto;
  min-width: 150px;
  height: 46px;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  border: 1px solid #0b7f55;
  border-radius: 2px;
  background: #0b7f55;
  font-size: 14px;
  font-weight: 800;
}

.rh-footer-whatsapp-wide svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.rh-footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 1.25fr) minmax(150px, 0.78fr) minmax(170px, 0.85fr) minmax(250px, 1.2fr);
  align-items: start;
  gap: clamp(26px, 4vw, 64px);
  padding-block: 42px 38px;
}

.rh-footer-brand {
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
}

.rh-footer-brand .rh-brand-footer {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 0;
  color: #ffffff;
}

.rh-footer-brand .rh-brand-footer::after {
  display: none;
}

.rh-footer-brand .rh-brand-mark {
  border-color: #555555;
  background: #ffffff;
}

.rh-footer-brand .rh-brand-name,
.rh-footer-brand .rh-brand-tagline {
  color: #ffffff !important;
}

.rh-footer-brand p {
  max-width: 310px;
  margin: 0;
  color: #d9d9d6;
  font-size: 14px;
  line-height: 1.8;
}

.rh-footer-links,
.rh-footer-knowledge,
.rh-footer-contact {
  display: block;
  min-width: 0;
}

.rh-footer h3 {
  display: block;
  margin: 0 0 16px;
  padding-bottom: 9px;
  color: #f59a23;
  border-bottom: 1px solid #8c5d1c;
  font-size: 18px;
  line-height: 1.3;
}

.rh-footer-menu,
.rh-footer-knowledge ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-footer-menu li,
.rh-footer-knowledge li {
  margin: 0;
}

.rh-footer-menu a,
.rh-footer-knowledge a {
  display: inline-flex;
  padding-block: 1px;
  color: #f1f1ee;
  font-size: 14px;
  line-height: 1.55;
}

.rh-footer-menu a:hover,
.rh-footer-menu a:focus-visible,
.rh-footer-knowledge a:hover,
.rh-footer-knowledge a:focus-visible {
  color: #f7a531;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rh-footer-contact .rh-contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.rh-footer-contact .rh-contact-item,
.rh-footer-contact .rh-contact-item:first-child,
.rh-footer-contact .rh-contact-item:nth-child(odd),
.rh-footer-contact .rh-contact-item-email,
.rh-footer-contact .rh-contact-item-address {
  display: grid;
  grid-column: auto;
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 0;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.rh-footer-contact-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #f59a23;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  background: transparent;
}

.rh-footer-contact-icon svg {
  width: 16px;
  height: 16px;
}

.rh-footer-contact-copy {
  display: grid;
  gap: 2px;
}

.rh-footer-contact .rh-footer-contact-copy > span {
  color: #bfbfbb;
  font-size: 11px;
}

.rh-footer-contact .rh-contact-item a,
.rh-footer-contact .rh-contact-item address {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.rh-footer-contact .rh-contact-item a:hover,
.rh-footer-contact .rh-contact-item a:focus-visible {
  color: #f7a531;
}

.rh-footer-bottom {
  color: #e3e3df;
  border-top: 1px solid #474747;
  background: #202020;
}

.rh-footer-bottom .rh-container {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

.rh-footer-legal {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rh-footer-legal a {
  color: #e3e3df;
}

.rh-footer-legal a:hover,
.rh-footer-legal a:focus-visible {
  color: #f7a531;
}

@media (max-width: 1024px) {
  .rh-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 48px;
  }

  .rh-footer-brand {
    display: block;
    padding: 0;
    text-align: start;
    border: 0;
  }

  .rh-footer-brand .rh-brand-footer {
    justify-self: auto;
  }
}

/* v1.9.18: reliable calculator disclosure controls and official WhatsApp asset. */
.rh-calculator-mobile-toggle {
  display: none;
}

.rh-calculator-form[hidden] {
  display: none !important;
}

.rh-whatsapp-official-icon {
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: contain;
}

.rh-button-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.rh-inline-cta .rh-eyebrow,
.rh-official-page-cta .rh-eyebrow {
  color: #fff3d6;
}

@media (max-width: 680px) {
  .rh-calculator-mobile-toggle {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    padding: 11px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #102544;
    border: 1px solid #f28a00;
    border-radius: 4px;
    background: #ffffff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
  }

  .rh-calculator-mobile-toggle::after {
    content: "+";
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    background: #f28a00;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
  }

  .rh-calculator-mobile-toggle[aria-expanded="true"]::after {
    content: "−";
  }

  .rh-calculator-mobile-toggle:focus-visible {
    outline: 3px solid #102544;
    outline-offset: 3px;
  }
}

@media (max-width: 720px) {
  .rh-footer-invite > .rh-container {
    width: min(calc(100% - 32px), var(--rh-container));
    gap: 9px;
    padding-block: 36px 30px;
  }

  .rh-footer-invite-mark {
    width: 58px;
    height: 58px;
  }

  .rh-footer-invite-mark svg,
  .rh-footer-invite-mark img {
    width: 46px;
    height: 46px;
  }

  .rh-footer-invite h2 {
    font-size: 29px;
  }

  .rh-footer-invite p {
    font-size: 15px;
  }

  .rh-footer-invite-actions {
    width: 100%;
    flex-direction: column;
  }

  .rh-footer .rh-footer-cta,
  .rh-footer-whatsapp-wide {
    width: 100%;
    min-width: 0;
  }

  .rh-footer-main {
    width: min(calc(100% - 32px), var(--rh-container));
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 34px;
  }

  .rh-footer-brand {
    display: block;
    padding: 0;
    text-align: start;
    border: 0;
  }

  .rh-footer-brand .rh-brand-footer {
    justify-self: auto;
  }

  .rh-footer-brand p {
    max-width: none;
  }

  .rh-footer-menu,
  .rh-footer-knowledge ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
  }

  .rh-footer-bottom .rh-container {
    min-height: 0;
    padding-block: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .rh-footer-legal {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Branded WhatsApp control: clean vector mark without raster checkerboard. */
.rh-header-actions .rh-header-whatsapp {
  width: 48px !important;
  min-width: 48px;
  height: 48px;
  min-height: 48px !important;
  flex: 0 0 48px;
  justify-content: center;
  padding: 0 !important;
  color: #ffffff !important;
  border: 1px solid #0b7049;
  border-radius: 11px;
  background: #128c5e;
  box-shadow: 0 4px 12px rgba(18, 140, 94, 0.2);
}

.rh-header-actions .rh-header-whatsapp svg {
  width: 29px !important;
  height: 29px !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
}

.rh-header-actions .rh-header-whatsapp:hover,
.rh-header-actions .rh-header-whatsapp:focus-visible {
  color: #ffffff !important;
  border-color: #075e46;
  background: #0b7049;
}

@media (max-width: 720px) {
  .rh-header-actions .rh-header-whatsapp {
    width: 42px !important;
    min-width: 42px;
    height: 42px;
    min-height: 42px !important;
    flex-basis: 42px;
    border-radius: 10px;
  }

  .rh-header-actions .rh-header-whatsapp svg {
    width: 25px !important;
    height: 25px !important;
  }
}

/* Homepage testimonial and consultation form, placed directly before footer. */
.home .rh-reference-testimonial-lead {
  padding: 72px 0;
  color: #14263f;
  border-top: 1px solid #d9dee5;
  background: #f6f7f9;
}

.home .rh-reference-testimonial-lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  grid-template-areas: "review form";
  align-items: stretch;
  gap: clamp(34px, 5vw, 78px);
}

.home .rh-reference-testimonial {
  grid-area: review;
  align-self: center;
  min-width: 0;
  padding-inline: clamp(0px, 2vw, 24px);
}

.home .rh-reference-testimonial-kicker {
  margin: 0 0 12px;
  color: #a94b00;
  font-size: 15px;
  font-weight: 800;
}

.home .rh-reference-testimonial h2 {
  max-width: 730px;
  margin: 0 0 26px;
  color: #10233f;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.16;
}

.home .rh-reference-testimonial blockquote {
  position: relative;
  max-width: 760px;
  margin: 0;
  padding: 4px 34px 4px 0;
  border-right: 3px solid #ef8211;
}

.home .rh-reference-testimonial blockquote::before {
  position: absolute;
  top: -22px;
  right: 18px;
  color: #ef8211;
  font-family: Georgia, serif;
  font-size: 62px;
  line-height: 1;
  content: "\201D";
  opacity: 0.28;
}

.home .rh-reference-testimonial blockquote p {
  margin: 0 0 13px;
  color: #36465b;
  font-size: 18px;
  line-height: 1.85;
}

.home .rh-reference-testimonial blockquote p:last-of-type {
  margin-bottom: 18px;
}

.home .rh-reference-testimonial cite {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #10233f;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.home .rh-reference-testimonial cite::before {
  width: 28px;
  height: 2px;
  background: #ef8211;
  content: "";
}

.home .rh-reference-testimonial-form {
  grid-area: form;
  align-self: center;
  min-width: 0;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid #d6dce4;
  border-top: 4px solid #ef8211;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 35, 63, 0.08);
}

.home .rh-reference-testimonial-form .rh-form {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home .rh-reference-testimonial-form .rh-form-title {
  margin: 0 0 3px;
  color: #10233f;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.25;
  text-align: start;
}

.home .rh-reference-testimonial-form .rh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.home .rh-reference-testimonial-form .rh-form-grid .rh-form-row:nth-child(3) {
  grid-column: 1 / -1;
}

.home .rh-reference-testimonial-form .rh-form-row {
  display: grid;
  min-width: 0;
  gap: 7px;
  margin: 0;
}

.home .rh-reference-testimonial-form .rh-form-row label {
  color: #263a54;
  font-size: 14px;
  font-weight: 750;
}

.home .rh-reference-testimonial-form .rh-form :where(input, textarea) {
  width: 100%;
  min-width: 0;
  color: #10233f;
  border: 1px solid #b8c2cf;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: none;
}

.home .rh-reference-testimonial-form .rh-form input {
  min-height: 48px;
}

.home .rh-reference-testimonial-form .rh-form textarea {
  min-height: 108px;
  resize: vertical;
}

.home .rh-reference-testimonial-form .rh-form :where(input, textarea):focus {
  border-color: #1d5f7c;
  outline: 3px solid rgba(29, 95, 124, 0.16);
  outline-offset: 1px;
}

.home .rh-reference-testimonial-form .rh-form button[type="submit"] {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #174f69;
  border-radius: 3px;
  background: #1d5f7c;
  box-shadow: none;
}

.home .rh-reference-testimonial-form .rh-form button[type="submit"]:hover,
.home .rh-reference-testimonial-form .rh-form button[type="submit"]:focus-visible {
  color: #ffffff;
  border-color: #10233f;
  background: #10233f;
}

.home .rh-reference-testimonial-form .rh-form-submit-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.home .rh-reference-testimonial-trust {
  margin: 15px 0 0;
  color: #5b697b;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 980px) {
  .home .rh-reference-testimonial-lead-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "review"
      "form";
    gap: 36px;
  }

  .home .rh-reference-testimonial,
  .home .rh-reference-testimonial-form {
    width: min(100%, 720px);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .home .rh-reference-testimonial-lead {
    padding: 48px 0;
  }

  .home .rh-reference-testimonial h2 {
    font-size: 31px;
  }

  .home .rh-reference-testimonial blockquote {
    padding-right: 22px;
  }

  .home .rh-reference-testimonial blockquote p {
    font-size: 16px;
    line-height: 1.75;
  }

  .home .rh-reference-testimonial-form {
    padding: 24px 18px;
  }

  .home .rh-reference-testimonial-form .rh-form-grid {
    grid-template-columns: 1fr;
  }

  .home .rh-reference-testimonial-form .rh-form-grid .rh-form-row:nth-child(3) {
    grid-column: auto;
  }
}

/* Homepage icon restraint: one functional icon navigation band only. */
.home .rh-reference-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .rh-reference-proof-item {
  min-height: 54px;
  gap: 0;
  padding: 11px 16px;
}

.home .rh-reference-proof-item strong {
  color: #35445a;
  font-size: 14px;
  font-weight: 750;
}

.home .rh-reference-journey-card {
  min-height: 218px;
  grid-template-rows: minmax(48px, auto) 128px;
  gap: 12px;
  padding-top: 18px;
}

.home .rh-reference-journey-card h3 {
  align-self: center;
  min-height: 0;
  padding-inline: 14px;
}

.home .rh-reference-card-image {
  height: 128px;
}

.home .rh-reference-knowledge-layout {
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.8fr);
}

.home .rh-reference-knowledge-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
}

.home .rh-reference-knowledge-card {
  min-height: 112px;
  place-items: start;
  align-content: center;
  gap: 5px;
  padding: 20px 24px;
  border-inline-start: 1px solid #d7dde5;
  border-bottom: 1px solid #d7dde5;
  text-align: start;
}

.home .rh-reference-knowledge-card:nth-child(even) {
  border-inline-start: 0;
}

.home .rh-reference-knowledge-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home .rh-reference-knowledge-card strong {
  font-size: 19px;
}

.home .rh-reference-knowledge-card small {
  display: block;
  max-width: 34ch;
  color: #5b6879;
  font-size: 14px;
  line-height: 1.55;
}

.home .rh-reference-knowledge-image {
  min-height: 224px;
}

.home .rh-reference-action-card {
  min-height: 286px;
  grid-template-rows: minmax(44px, auto) 106px minmax(50px, 1fr) auto;
  gap: 9px;
  padding-top: 18px;
}

.home .rh-reference-action-image {
  height: 106px;
}

@media (max-width: 980px) {
  .home .rh-reference-knowledge-layout {
    grid-template-columns: 1fr;
  }

  .home .rh-reference-knowledge-image {
    min-height: 210px;
  }
}

@media (max-width: 720px) {
  .home .rh-reference-proof-item {
    min-height: 50px;
    padding: 9px 6px;
  }

  .home .rh-reference-proof-item strong {
    font-size: 12px;
  }

  .home .rh-reference-journey-card {
    grid-template-rows: auto 150px;
    padding-top: 16px;
  }

  .home .rh-reference-card-image {
    height: 150px;
  }

  .home .rh-reference-knowledge-grid {
    grid-template-columns: 1fr;
  }

  .home .rh-reference-knowledge-card,
  .home .rh-reference-knowledge-card:nth-child(even),
  .home .rh-reference-knowledge-card:nth-last-child(-n + 2) {
    min-height: 0;
    padding: 18px;
    border-inline-start: 0;
    border-bottom: 1px solid #d7dde5;
  }

  .home .rh-reference-knowledge-card:last-child {
    border-bottom: 0;
  }

  .home .rh-reference-action-card {
    grid-template-rows: auto 150px auto auto;
    min-height: 0;
  }

  .home .rh-reference-action-image {
    height: 150px;
  }
}

/* Editorial inner pages and light footer v1.9.14. */

:where(
  .rh-page-hero-editorial,
  .rh-page-hero-single,
  .rh-reference-inner-hero,
  .rh-official-page-hero,
  .rh-guide-hero
) {
  min-height: 0;
  padding-block: 34px;
  color: #17233a;
  border: 0;
  border-bottom: 1px solid #e5d8c6;
  background: linear-gradient(90deg, #ffffff 0%, #fff8ec 100%);
}

.rh-page-hero.rh-page-hero-editorial,
.rh-page-hero.rh-page-hero-single,
.rh-page-hero.rh-reference-inner-hero,
.rh-page-hero.rh-official-page-hero,
.rh-page-hero.rh-guide-hero {
  min-height: 0;
  padding-block: 34px;
  border: 0;
  border-bottom: 1px solid #e5d8c6;
}

:where(
  .rh-page-hero-editorial,
  .rh-page-hero-single,
  .rh-reference-inner-hero,
  .rh-official-page-hero,
  .rh-guide-hero
)::before,
:where(
  .rh-page-hero-editorial,
  .rh-page-hero-single,
  .rh-reference-inner-hero,
  .rh-official-page-hero,
  .rh-guide-hero
)::after {
  display: none;
  content: none;
}

.rh-page-hero-editorial .rh-page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.rh-page-hero-editorial h1,
.rh-page-hero-single h1 {
  max-width: 920px;
  margin: 4px 0 10px;
  color: #102544;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.14;
}

.rh-page-hero-editorial p:not(.rh-page-label),
.rh-page-hero-single p:not(.rh-page-label) {
  max-width: 720px;
  margin: 0;
  color: #42526a;
  font-size: 17px;
  line-height: 1.72;
}

.rh-page-hero-editorial .rh-hero-actions {
  margin-top: 18px;
}

.rh-standard-page-hero-media {
  width: 100%;
  max-width: 290px;
  margin: 0;
  overflow: hidden;
  justify-self: end;
  aspect-ratio: 4 / 3;
  border: 1px solid #d9dee6;
  border-bottom: 4px solid #f28a00;
  border-radius: 4px;
  background: #ffffff;
}

.rh-standard-page-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.rh-page-hero-single .rh-page-hero-inner {
  display: block;
}

.rh-page-hero-single .rh-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 12px;
  color: #596579;
  font-size: 14px;
}

.rh-about-hero-grid,
.rh-official-page-hero .rh-special-hero-grid,
.rh-guide-hero .rh-guide-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(30px, 4vw, 52px);
}

.rh-about-hero h1,
.rh-official-page-hero h1,
.rh-guide-hero h1 {
  margin: 0;
  color: #102544;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.1;
}

.rh-about-hero .rh-about-hero-lead,
.rh-official-page-hero .rh-special-hero-grid > div > p:last-of-type,
.rh-guide-hero .rh-guide-hero-grid > div > p:last-of-type {
  max-width: 720px;
  color: #42526a;
  font-size: 17px;
  line-height: 1.72;
}

.rh-about-hero-copy > h2 {
  font-size: 26px;
}

.rh-about-hero-body p {
  color: #42526a;
  font-size: 16.5px;
  line-height: 1.72;
}

.rh-about-hero .rh-about-portrait,
.rh-official-page-hero .rh-official-page-visual,
.rh-guide-hero .rh-official-page-visual,
.rh-guide-hero .rh-guide-portrait {
  height: 300px;
  border: 1px solid #d9dee6;
  border-bottom: 4px solid #f28a00;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 37, 68, 0.1);
}

.rh-about-hero .rh-about-portrait img,
.rh-official-page-hero .rh-official-page-visual img,
.rh-guide-hero .rh-official-page-visual img,
.rh-guide-hero .rh-guide-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}

.page-template-default .rh-section[data-rh-studio-section="content"],
.single .rh-section[data-rh-studio-section="content"],
.rh-official-source-section {
  padding-block: clamp(42px, 5vw, 68px);
  background: #ffffff;
}

.rh-content-wrap,
.rh-single-layout {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 290px);
  gap: clamp(30px, 4vw, 52px);
}

.rh-editorial-page-content,
.rh-single-content,
.rh-official-source-copy {
  width: 100%;
  max-width: none;
  padding: 0;
  color: #26384f;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 18px;
  line-height: 1.86;
}

.rh-content-intro {
  margin-bottom: 34px;
  padding: 18px 22px;
  border: 1px solid #eadcc6;
  border-inline-start: 4px solid #f28a00;
  border-radius: 3px;
  background: #fffaf3;
}

.rh-content-intro > :last-child {
  margin-bottom: 0;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) :where(p, li) {
  color: #35465d;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) p {
  max-width: 78ch;
  margin-block: 0 1.15em;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) h2 {
  max-width: 34ch;
  margin: 2em 0 0.72em;
  padding: 0 15px 0 0;
  color: #102544;
  border: 0;
  border-inline-start: 4px solid #f28a00;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) h3 {
  max-width: 42ch;
  margin: 1.6em 0 0.58em;
  color: #19395f;
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.3;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) :where(ul, ol) {
  display: grid;
  max-width: 78ch;
  gap: 8px;
  margin-block: 0 1.4em;
  padding-inline-start: 25px;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) blockquote {
  max-width: 78ch;
  margin: 30px 0;
  padding: 20px 24px;
  color: #102544;
  border: 0;
  border-inline-start: 4px solid #f28a00;
  background: #fff7e9;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) :where(img, video, iframe) {
  border-radius: 4px;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) figure {
  max-width: 920px;
  margin: 32px 0;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) :where(th, td) {
  min-width: 130px;
  padding: 11px 13px;
  border: 1px solid #d9dee6;
  text-align: start;
}

:where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) th {
  color: #102544;
  background: #fff3df;
}

.rh-sidebar {
  top: 104px;
  gap: 16px;
}

.rh-sidebar-box {
  padding: 22px;
  color: #26384f;
  border: 1px solid #d9dee6;
  border-top: 4px solid #f28a00;
  border-radius: 4px;
  background: #fffaf3;
}

.rh-sidebar-box :where(h2, h3) {
  color: #102544;
  font-size: 22px;
}

.rh-sidebar-box :where(p, li, span) {
  color: #42526a;
}

.rh-sidebar-contact .rh-contact-list {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.rh-sidebar-contact .rh-contact-list li {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
}

.rh-sidebar-contact .rh-contact-list a {
  color: #102544;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.rh-sidebar-contact .rh-button {
  width: 100%;
  justify-content: center;
}

.rh-about-credentials-section,
.rh-about-expertise-band,
.rh-about-method,
.rh-about-cta {
  padding-block: clamp(42px, 5vw, 66px);
}

.rh-about-credentials-section,
.rh-about-method {
  background: #ffffff;
}

.rh-about-expertise-band,
.rh-about-cta {
  background: #fffaf3;
}

/* Light, ordered footer: reference structure with Ran Hovav colors. */
.rh-footer {
  color: #102544;
  border-top: 1px solid #eadcc6;
  background: #ffffff;
}

.rh-footer :where(h2, h3, p, li, span, strong, address, a) {
  color: inherit;
}

.rh-footer-invite {
  color: #102544;
  border-bottom: 1px solid #eadcc6;
  background: #fff3df;
}

.rh-footer-invite > .rh-container {
  display: grid;
  max-width: var(--rh-container);
  grid-template-columns: 58px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: stretch;
  gap: 3px 18px;
  padding-block: 28px;
  text-align: start;
}

.rh-footer-invite-mark {
  width: 58px;
  height: 58px;
  grid-row: 1 / span 2;
  margin: 0;
  border: 1px solid #e3cfae;
  border-radius: 50%;
  background: #ffffff;
}

.rh-footer-invite-mark svg,
.rh-footer-invite-mark img {
  width: 46px;
  height: 46px;
}

.rh-footer-invite h2 {
  grid-column: 2;
  margin: 0;
  color: #102544;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.2;
}

.rh-footer-invite p {
  grid-column: 2;
  margin: 0;
  color: #42526a;
  font-size: 15px;
  line-height: 1.6;
}

.rh-footer-invite-actions {
  grid-column: 3;
  grid-row: 1 / span 2;
  margin: 0;
}

.rh-footer .rh-footer-cta {
  min-height: 46px;
  color: #ffffff !important;
  border: 1px solid #c96500;
  border-radius: 3px;
  background: #d87300;
}

.rh-footer .rh-footer-cta:hover,
.rh-footer .rh-footer-cta:focus-visible {
  color: #ffffff !important;
  border-color: #102544;
  background: #102544;
}

.rh-footer-whatsapp-wide {
  min-height: 46px;
  color: #ffffff !important;
  border: 1px solid #0a6847;
  border-radius: 3px;
  background: #0b7f55;
}

.rh-footer-whatsapp-wide:hover,
.rh-footer-whatsapp-wide:focus-visible {
  color: #ffffff !important;
  border-color: #075138;
  background: #075f41;
}

.rh-footer-main {
  grid-template-columns: minmax(240px, 1.2fr) minmax(145px, 0.7fr) minmax(170px, 0.82fr) minmax(260px, 1.18fr);
  gap: clamp(28px, 4vw, 56px);
  padding-block: 40px 36px;
  background: #ffffff;
}

.rh-footer-brand .rh-brand-footer {
  color: #102544;
}

.rh-footer-brand .rh-brand-mark {
  border-color: #e3cfae;
  background: #ffffff;
}

.rh-footer-brand .rh-brand-name {
  color: #102544 !important;
}

.rh-footer-brand .rh-brand-tagline {
  color: #596579 !important;
}

.rh-footer-brand p {
  color: #42526a;
}

.rh-footer h3 {
  margin-bottom: 14px;
  padding-bottom: 8px;
  color: #102544;
  border-bottom: 2px solid #f28a00;
  font-size: 18px;
}

.rh-footer-menu,
.rh-footer-knowledge ul {
  gap: 7px;
}

.rh-footer-menu a,
.rh-footer-knowledge a {
  color: #33465f;
  font-size: 14px;
}

.rh-footer-menu a:hover,
.rh-footer-menu a:focus-visible,
.rh-footer-knowledge a:hover,
.rh-footer-knowledge a:focus-visible {
  color: #a84400;
}

.rh-footer-contact .rh-contact-list {
  gap: 11px;
}

.rh-footer-contact .rh-contact-item,
.rh-footer-contact .rh-contact-item:first-child,
.rh-footer-contact .rh-contact-item:nth-child(odd),
.rh-footer-contact .rh-contact-item-email,
.rh-footer-contact .rh-contact-item-address {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
}

.rh-footer-contact-icon {
  width: 34px;
  height: 34px;
  color: #a84400;
  border: 1px solid #e6d5bb;
  background: #fff7e9;
}

.rh-footer-contact .rh-footer-contact-copy > span {
  color: #66758a;
  font-size: 11px;
}

.rh-footer-contact .rh-contact-item a,
.rh-footer-contact .rh-contact-item address {
  color: #102544;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.rh-footer-contact .rh-contact-item a:hover,
.rh-footer-contact .rh-contact-item a:focus-visible {
  color: #a84400;
}

.rh-footer-bottom {
  color: #42526a;
  border-top: 1px solid #d9dee6;
  background: #f5f6f8;
}

.rh-footer-legal a {
  color: #33465f;
}

.rh-footer-legal a:hover,
.rh-footer-legal a:focus-visible {
  color: #a84400;
}

@media (max-width: 1024px) {
  .rh-about-hero-grid,
  .rh-official-page-hero .rh-special-hero-grid,
  .rh-guide-hero .rh-guide-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
    gap: 28px;
  }

  .rh-footer-invite > .rh-container {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .rh-footer-invite-mark {
    width: 52px;
    height: 52px;
  }

  .rh-footer-invite-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: flex-start;
    margin-top: 12px;
  }

  .rh-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .rh-page-hero-editorial .rh-page-hero-inner,
  .rh-about-hero-grid,
  .rh-official-page-hero .rh-special-hero-grid,
  .rh-guide-hero .rh-guide-hero-grid,
  .rh-content-wrap,
  .rh-single-layout {
    grid-template-columns: 1fr;
  }

  .rh-standard-page-hero-media {
    width: min(100%, 420px);
    max-width: none;
    justify-self: start;
  }

  .rh-about-hero .rh-about-portrait,
  .rh-official-page-hero .rh-official-page-visual,
  .rh-guide-hero .rh-official-page-visual,
  .rh-guide-hero .rh-guide-portrait {
    width: min(100%, 520px);
    height: 280px;
  }

  .rh-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  :where(
    .rh-page-hero-editorial,
    .rh-page-hero-single,
    .rh-reference-inner-hero,
    .rh-official-page-hero,
    .rh-guide-hero
  ) {
    padding-block: 24px;
  }

  .rh-page-hero.rh-page-hero-editorial,
  .rh-page-hero.rh-page-hero-single,
  .rh-page-hero.rh-reference-inner-hero,
  .rh-page-hero.rh-official-page-hero,
  .rh-page-hero.rh-guide-hero {
    padding-block: 24px;
  }

  .rh-page-hero-editorial h1,
  .rh-page-hero-single h1,
  .rh-about-hero h1,
  .rh-official-page-hero h1,
  .rh-guide-hero h1 {
    font-size: 32px;
    line-height: 1.16;
  }

  .rh-page-hero-editorial p:not(.rh-page-label),
  .rh-page-hero-single p:not(.rh-page-label),
  .rh-about-hero .rh-about-hero-lead,
  .rh-about-hero-body p,
  .rh-official-page-hero .rh-special-hero-grid > div > p:last-of-type,
  .rh-guide-hero .rh-guide-hero-grid > div > p:last-of-type {
    font-size: 16px;
  }

  .rh-about-hero .rh-about-portrait,
  .rh-official-page-hero .rh-official-page-visual,
  .rh-guide-hero .rh-official-page-visual,
  .rh-guide-hero .rh-guide-portrait {
    height: 240px;
  }

  .page-template-default .rh-section[data-rh-studio-section="content"],
  .single .rh-section[data-rh-studio-section="content"],
  .rh-official-source-section {
    padding-block: 34px 44px;
  }

  .rh-editorial-page-content,
  .rh-single-content,
  .rh-official-source-copy {
    font-size: 17px;
    line-height: 1.82;
  }

  :where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) h2 {
    margin-top: 1.65em;
    font-size: 27px;
  }

  :where(.rh-editorial-page-content, .rh-single-content, .rh-official-source-copy) h3 {
    font-size: 22px;
  }

  .rh-footer-invite > .rh-container {
    width: min(calc(100% - 32px), var(--rh-container));
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
    gap: 8px;
    padding-block: 30px;
    text-align: center;
  }

  .rh-footer-invite-mark,
  .rh-footer-invite h2,
  .rh-footer-invite p,
  .rh-footer-invite-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .rh-footer-invite-actions {
    width: min(100%, 430px);
    margin-top: 10px;
  }

  .rh-footer-main {
    width: min(calc(100% - 32px), var(--rh-container));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
    padding-block: 32px;
  }

  .rh-footer-brand,
  .rh-footer-contact {
    grid-column: 1 / -1;
  }

  .rh-footer-menu,
  .rh-footer-knowledge ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .rh-standard-page-hero-media {
    aspect-ratio: 16 / 10;
  }

  .rh-footer-main {
    grid-template-columns: 1fr;
  }

  .rh-footer-brand,
  .rh-footer-contact {
    grid-column: auto;
  }

  .rh-footer-invite-actions {
    flex-direction: column;
  }

  .rh-footer .rh-footer-cta,
  .rh-footer-whatsapp-wide {
    width: 100%;
  }
}

/* v1.9.15: short sticky lead form for internal content pages. */
.rh-internal-content-layout,
.rh-internal-page-frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 300px);
  align-items: start;
  gap: clamp(28px, 3.5vw, 48px);
}

.rh-internal-page-frame {
  margin-block: clamp(34px, 4vw, 58px);
}

.rh-internal-content-main,
.rh-internal-page-body {
  min-width: 0;
}

.rh-internal-page-body > .rh-section {
  padding-block: clamp(34px, 4vw, 54px);
}

.rh-internal-page-body > .rh-section:first-child {
  padding-top: 0;
}

.rh-internal-page-body > .rh-section:last-child {
  padding-bottom: 0;
}

.rh-internal-page-body > .rh-section > .rh-container {
  width: 100%;
  max-width: none;
}

.rh-internal-lead-rail {
  position: sticky;
  top: 108px;
  z-index: 4;
  align-self: start;
  min-width: 0;
  padding: 22px;
  color: var(--rh-ink);
  border: 1px solid var(--rh-line);
  border-top: 4px solid var(--rh-orange);
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(16, 37, 68, 0.09);
}

.rh-sidebar-lead-box {
  padding: 22px;
  color: var(--rh-ink) !important;
  border: 1px solid var(--rh-line) !important;
  border-top: 4px solid var(--rh-orange) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 32px rgba(16, 37, 68, 0.09) !important;
}

.rh-compact-lead-form {
  display: grid;
  min-width: 0;
  gap: 15px;
  margin: 0;
}

.rh-compact-lead-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.rh-compact-lead-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--rh-navy);
}

.rh-compact-lead-icon svg {
  width: 23px;
  height: 23px;
}

.rh-compact-lead-form h2 {
  margin: 0 0 5px;
  color: var(--rh-navy) !important;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0;
}

.rh-compact-lead-form .rh-compact-lead-heading p {
  margin: 0;
  color: #4b5c72 !important;
  font-size: 15px;
  line-height: 1.55;
}

.rh-compact-lead-fields {
  display: grid;
  gap: 12px;
}

.rh-compact-lead-form .rh-form-row {
  display: grid;
  gap: 6px;
  margin: 0;
}

.rh-compact-lead-form label {
  color: var(--rh-navy);
  font-size: 14px;
  font-weight: 800;
}

.rh-compact-lead-form input:not([type="hidden"]) {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 9px 12px;
  color: #17233a;
  border: 1px solid #aeb8c6;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
}

.rh-compact-lead-form input:not([type="hidden"]):focus {
  outline: 3px solid rgba(242, 138, 0, 0.23);
  outline-offset: 1px;
  border-color: #9a4c00;
}

.rh-compact-lead-form > button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 16px;
  color: #ffffff;
  border: 1px solid #b55200;
  border-radius: 4px;
  background: #c75b00;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.rh-compact-lead-form > button:hover,
.rh-compact-lead-form > button:focus-visible {
  color: #ffffff;
  background: #9f4800;
}

.rh-compact-lead-form > button svg {
  width: 18px;
  height: 18px;
}

.rh-compact-lead-note {
  margin: -3px 0 0 !important;
  color: #596579 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: center;
}

.rh-compact-lead-form .rh-form-message {
  min-height: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.rh-compact-lead-form .rh-form-message:empty {
  display: none;
}

.rh-compact-lead-phone {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  padding-top: 15px;
  color: var(--rh-navy) !important;
  border-top: 1px solid var(--rh-line);
  font-weight: 800;
  text-decoration: none;
}

.rh-compact-lead-phone span {
  color: #596579 !important;
  font-size: 13px;
  font-weight: 700;
}

.rh-archive-with-lead .rh-archive-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Recognizable WhatsApp treatment based on the official green brand control. */
.rh-header-actions .rh-header-whatsapp {
  width: auto !important;
  min-width: 146px !important;
  height: 44px !important;
  min-height: 44px !important;
  flex: 0 0 auto !important;
  justify-content: center;
  gap: 9px;
  padding: 0 16px !important;
  color: #ffffff !important;
  border: 1px solid #128c4b !important;
  border-radius: 999px !important;
  background: #25d366 !important;
  box-shadow: 0 5px 14px rgba(18, 140, 75, 0.22) !important;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.rh-header-actions .rh-header-whatsapp svg {
  width: 23px !important;
  height: 23px !important;
  flex: 0 0 23px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
}

.rh-header-actions .rh-header-whatsapp svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.rh-header-actions .rh-header-whatsapp:hover,
.rh-header-actions .rh-header-whatsapp:focus-visible {
  color: #ffffff !important;
  border-color: #075e36 !important;
  background: #128c4b !important;
}

@media (max-width: 1120px) {
  .rh-internal-content-layout,
  .rh-internal-page-frame {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .rh-internal-lead-rail {
    position: static;
    order: -1;
    width: min(100%, 620px);
    justify-self: center;
  }

  .rh-internal-page-frame {
    margin-block: 30px;
  }

  .rh-archive-with-lead .rh-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-header-actions .rh-header-whatsapp {
    width: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
  }

  .rh-header-actions .rh-header-whatsapp span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (max-width: 900px) {
  .rh-sidebar {
    position: static;
  }

  .rh-sidebar-lead-box {
    width: min(100%, 620px);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .rh-internal-lead-rail,
  .rh-sidebar-lead-box {
    width: 100%;
    padding: 18px;
  }

  .rh-compact-lead-heading {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .rh-compact-lead-icon {
    width: 38px;
    height: 38px;
  }

  .rh-compact-lead-form h2 {
    font-size: 21px;
  }

  .rh-archive-with-lead .rh-archive-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* v1.9.16: reference-style lead card, canonical logo and unified WhatsApp control. */
.rh-internal-lead-rail,
.rh-sidebar-lead-box {
  padding: 24px !important;
  color: #ffffff !important;
  border: 2px solid #f28a00 !important;
  border-radius: 16px !important;
  background: #102544 !important;
  box-shadow: 0 16px 38px rgba(16, 37, 68, 0.18) !important;
}

.rh-compact-lead-form {
  gap: 16px;
  color: #ffffff;
  text-align: center;
}

.rh-compact-lead-heading {
  display: block;
}

.rh-compact-lead-form h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
  font-size: clamp(25px, 2.1vw, 31px);
  font-weight: 900;
  line-height: 1.15;
}

.rh-compact-lead-form .rh-compact-lead-heading p {
  margin: 0;
  color: #e9eef5 !important;
  font-size: 15px;
  line-height: 1.55;
}

.rh-compact-lead-fields {
  display: grid;
  gap: 10px;
}

.rh-compact-lead-form .rh-form-row {
  gap: 0;
}

.rh-compact-lead-form input:not([type="hidden"]) {
  height: 49px;
  padding: 10px 15px;
  color: #17233a;
  border: 1px solid #d6dee7;
  border-radius: 8px;
  background: #f2f5f7;
  font-size: 16px;
  text-align: right;
}

.rh-compact-lead-form input:not([type="hidden"])::placeholder {
  color: #667486;
  opacity: 1;
}

.rh-compact-lead-form input:not([type="hidden"]):focus {
  border-color: #f28a00;
  outline: 3px solid rgba(242, 138, 0, 0.28);
  outline-offset: 1px;
  background: #ffffff;
}

.rh-compact-lead-form > button {
  width: min(100%, 190px);
  min-height: 50px;
  margin-inline: auto;
  color: #102544;
  border: 1px solid #d67200;
  border-radius: 999px;
  background: #f5a623;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-size: 17px;
  font-weight: 900;
}

.rh-compact-lead-form > button:hover,
.rh-compact-lead-form > button:focus-visible {
  color: #ffffff;
  border-color: #b85400;
  background: #c75b00;
}

.rh-compact-lead-form .rh-form-message {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.rh-compact-lead-phone {
  color: #ffffff !important;
  border-top-color: rgba(255, 255, 255, 0.28);
}

.rh-compact-lead-phone span {
  color: #dfe7f0 !important;
}

.rh-brand-logo-original {
  display: block !important;
  width: 190px;
  height: 76px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.rh-brand-logo-original .rh-brand-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rh-footer-invite-logo {
  display: block;
  width: 180px;
  height: auto;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-inline: auto;
  object-fit: contain;
}

.rh-footer-invite > .rh-container {
  grid-template-columns: 190px minmax(0, 1fr) auto;
}

.rh-whatsapp-button {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  padding: 0 17px !important;
  color: #ffffff !important;
  border: 1px solid #128c4b !important;
  border-radius: 999px !important;
  background: #25d366 !important;
  box-shadow: 0 6px 16px rgba(18, 140, 75, 0.22) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.rh-whatsapp-button svg {
  width: 23px !important;
  height: 23px !important;
  flex: 0 0 23px;
}

.rh-whatsapp-button svg path:first-child {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
}

.rh-whatsapp-button svg path:last-child {
  fill: currentColor !important;
  stroke: none !important;
}

.rh-whatsapp-button:hover,
.rh-whatsapp-button:focus-visible {
  color: #ffffff !important;
  border-color: #075e36 !important;
  background: #128c4b !important;
}

.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button {
  color: #ffffff !important;
  border-color: #075e36 !important;
  background: #0f7a40 !important;
}

.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:hover,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:focus-visible,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:hover,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:focus-visible {
  color: #ffffff !important;
  background: #075e36 !important;
}

@media (min-width: 1181px) {
  .rh-header-main {
    grid-template-columns: 220px minmax(0, 1fr) auto !important;
  }

  .rh-brand {
    padding-inline: 0 !important;
  }

  .rh-brand::after {
    display: none !important;
  }

  .rh-brand-logo-original {
    display: block !important;
    width: 210px;
    height: 72px;
  }

  .rh-brand-footer .rh-brand-logo-original {
    width: 190px;
    height: 76px;
  }
}

@media (min-width: 621px) and (max-width: 1120px) {
  .rh-internal-lead-rail {
    width: min(100%, 760px);
  }

  .rh-internal-lead-rail .rh-compact-lead-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-footer-invite > .rh-container {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .rh-footer-invite-logo {
    width: 170px;
  }
}

@media (max-width: 620px) {
  .rh-internal-lead-rail,
  .rh-sidebar-lead-box {
    padding: 20px !important;
    border-radius: 13px !important;
  }

  .rh-compact-lead-form h2 {
    font-size: 25px;
  }

  .rh-brand-logo-original {
    width: 148px;
    height: 62px;
  }

  .rh-footer-invite-logo {
    width: 160px;
    grid-column: 1;
    grid-row: auto;
  }
}

@media (min-width: 621px) and (max-width: 780px) {
  .rh-footer-invite > .rh-container {
    grid-template-columns: 1fr;
  }

  .rh-footer-invite-logo {
    grid-column: 1;
    grid-row: auto;
  }
}

/* v1.9.17: one canonical footer logo; the invite strip stays text-led. */
.rh-footer-invite > .rh-container {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
}

.rh-footer-invite h2,
.rh-footer-invite p {
  grid-column: 1;
}

.rh-footer-invite-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
}

@media (max-width: 1024px) {
  .rh-footer-invite > .rh-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .rh-footer-invite h2,
  .rh-footer-invite p,
  .rh-footer-invite-actions {
    grid-column: 1;
  }

  .rh-footer-invite-actions {
    grid-row: auto;
  }
}

/* v1.9.19: one accessible WhatsApp green across every site control. */
.rh-whatsapp-button,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button {
  color: #062d22 !important;
  border-color: #25d366 !important;
  background: #25d366 !important;
}

.rh-whatsapp-button:hover,
.rh-whatsapp-button:focus-visible,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:hover,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:focus-visible,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:hover,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:focus-visible {
  color: #05291f !important;
  border-color: #1fbd5a !important;
  background: #1fbd5a !important;
}

/* v1.9.21: keep the homepage hero and its proof strip in one editor-owned unit. */
.home .rh-reference-hero-group {
  display: block;
  min-width: 0;
}

@media (max-width: 720px) {
  .home .rh-header-main {
    display: grid !important;
    grid-template-columns: 48px 48px minmax(0, 1fr) !important;
    gap: 8px !important;
    direction: ltr !important;
  }

  .home .rh-brand {
    grid-column: 3 !important;
    justify-self: end !important;
    direction: rtl !important;
  }

  .home .rh-menu-toggle {
    grid-column: 2 !important;
    justify-self: center !important;
  }

  .home .rh-header-actions {
    grid-column: 1 !important;
    justify-self: start !important;
    direction: rtl !important;
  }
}

/* v1.9.24: official WhatsApp green, recognizable logo and accessible text. */
.rh-whatsapp-button,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button {
  color: #062d22 !important;
  border-color: #0d7a3d !important;
  border-radius: 8px !important;
  background: #25d366 !important;
  box-shadow: 0 5px 14px rgba(13, 122, 61, 0.2) !important;
}

.rh-whatsapp-button:hover,
.rh-whatsapp-button:focus-visible,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:hover,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:focus-visible,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:hover,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:focus-visible {
  color: #05291f !important;
  border-color: #075e36 !important;
  background: #20c55f !important;
}

.rh-whatsapp-button .rh-whatsapp-official-icon {
  width: 28px !important;
  height: 28px !important;
  flex-basis: 28px !important;
  border-radius: 50% !important;
}

@media (min-width: 1181px) {
  .rh-header-actions .rh-header-whatsapp.rh-whatsapp-button {
    width: auto !important;
    min-width: 154px !important;
    padding-inline: 15px !important;
  }

  .rh-header-actions .rh-header-whatsapp.rh-whatsapp-button span {
    display: inline !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
  }
}

.home .rh-reference-hero-text p {
  padding: 12px 16px !important;
  color: #ffffff !important;
  border: 0 !important;
  border-inline-start: 4px solid #f28a00 !important;
  border-radius: 4px !important;
  background: rgba(8, 30, 48, 0.92) !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  text-shadow: none !important;
}

@media (max-width: 720px) {
  .rh-header-main,
  .home .rh-header-main {
    min-height: 72px !important;
    height: 72px !important;
    grid-template-columns: 44px 46px minmax(0, 1fr) !important;
    grid-template-rows: 72px !important;
    align-items: center !important;
    gap: 10px !important;
    padding-block: 0 !important;
  }

  .rh-brand,
  .home .rh-brand {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  .rh-menu-toggle,
  .home .rh-menu-toggle {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    order: 0 !important;
  }

  .rh-header-actions,
  .home .rh-header-actions {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  .rh-site-side-nav {
    position: fixed !important;
    inset: 86px 14px auto auto !important;
    z-index: 1500 !important;
  }

  body.admin-bar .rh-site-side-nav {
    inset-block-start: 132px !important;
  }

  .home .rh-reference-hero-media {
    aspect-ratio: 16 / 9 !important;
  }

  .home .rh-reference-hero-text p {
    padding: 12px 14px !important;
  }
}

/* v1.9.27: match the familiar WhatsApp pill without altering other header actions. */
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button {
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  direction: ltr !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #25d366 !important;
  box-shadow: 0 5px 12px rgba(19, 119, 60, 0.2) !important;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:hover,
.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:focus-visible {
  color: #ffffff !important;
  background: #1fc85c !important;
}

.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button:focus-visible {
  outline: 3px solid #0b1f38 !important;
  outline-offset: 3px !important;
}

.rh-header-actions .rh-header-whatsapp.rh-whatsapp-button .rh-whatsapp-official-icon {
  width: 29px !important;
  height: 29px !important;
  flex: 0 0 29px !important;
  border-radius: 0 !important;
}

@media (min-width: 1181px) {
  .rh-header-actions .rh-header-whatsapp.rh-whatsapp-button {
    width: auto !important;
    min-width: 184px !important;
    padding-inline: 22px !important;
  }
}

@media (max-width: 1120px) {
  .rh-header-actions .rh-header-whatsapp.rh-whatsapp-button {
    width: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
  }
}

/* v1.9.28: use the same recognizable WhatsApp pill in lower-page actions. */
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button,
.home .rh-consultation-actions .rh-button-whatsapp {
  min-width: 184px !important;
  min-height: 50px !important;
  padding-inline: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  direction: ltr !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #25d366 !important;
  box-shadow: 0 5px 12px rgba(19, 119, 60, 0.2) !important;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:hover,
.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:focus-visible,
.home .rh-consultation-actions .rh-button-whatsapp:hover,
.home .rh-consultation-actions .rh-button-whatsapp:focus-visible {
  color: #ffffff !important;
  background: #1fc85c !important;
}

.rh-footer .rh-footer-whatsapp.rh-whatsapp-button:focus-visible,
.home .rh-consultation-actions .rh-button-whatsapp:focus-visible {
  outline: 3px solid #0b1f38 !important;
  outline-offset: 3px !important;
}

.rh-footer .rh-footer-whatsapp.rh-whatsapp-button .rh-whatsapp-official-icon,
.home .rh-consultation-actions .rh-button-whatsapp .rh-whatsapp-official-icon {
  width: 29px !important;
  height: 29px !important;
  flex: 0 0 29px !important;
  border-radius: 0 !important;
}

@media (max-width: 720px) {
  .rh-footer .rh-footer-whatsapp.rh-whatsapp-button,
  .home .rh-consultation-actions .rh-button-whatsapp {
    width: 100% !important;
    min-width: 0 !important;
  }
}
