:root {
  --rei-navy: #071f3f;
  --rei-navy-2: #0b2c55;
  --rei-orange: #ff6a13;
  --rei-orange-dark: #e95908;
  --rei-cream: #fff7f0;
  --rei-mist: #f4f7fa;
  --rei-ink: #10233f;
  --rei-muted: #5c6d82;
  --rei-border: #dbe3ec;
  --rei-white: #fff;
  --rei-green: #078a65;
  --rei-radius: 18px;
  --rei-shadow: 0 18px 45px rgba(7, 31, 63, 0.12);
  --rei-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--rei-white);
  color: var(--rei-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .rei24-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  clip: auto !important; width: auto; height: auto; margin: 0;
  padding: 12px 18px; background: #fff; color: #000; z-index: 100000;
}
.rei24-skip-link { top: 10px; left: 10px; }
.rei24-container { width: min(calc(100% - 40px), var(--rei-container)); margin-inline: auto; }
.rei24-reading-width { max-width: 840px; margin-left: max(20px, calc((100vw - var(--rei-container)) / 2)); margin-right: 20px; }
.rei24-main { min-height: 58vh; }

.rei24-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(219, 227, 236, 0.9);
  backdrop-filter: blur(12px);
}
.rei24-header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.rei24-brand { flex: 0 0 auto; }
.rei24-wordmark { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; color: var(--rei-navy); }
.rei24-wordmark-main { font-size: 25px; font-weight: 950; letter-spacing: -1.6px; }
.rei24-wordmark-main span { color: var(--rei-orange); }
.rei24-wordmark-sub { margin-top: 5px; color: #607289; font-size: 6px; font-weight: 800; letter-spacing: 2.25px; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-height: 47px; }
.rei24-desktop-nav { margin-left: auto; }
.rei24-nav-list { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.rei24-nav-list a { color: var(--rei-navy); text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; }
.rei24-nav-list a:hover, .rei24-nav-list a:focus-visible { color: var(--rei-orange); }
.rei24-header-actions { display: flex; align-items: center; gap: 14px; }
.rei24-languages { display: flex; gap: 5px; font-size: 11px; font-weight: 800; }
.rei24-languages a { padding: 4px; color: #8796aa; text-decoration: none; }
.rei24-languages a.is-current { color: var(--rei-navy); }
.rei24-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--rei-mist); padding: 12px; }
.rei24-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--rei-navy); transition: transform .2s, opacity .2s; }
.rei24-mobile-nav { border-top: 1px solid var(--rei-border); background: #fff; }
.rei24-mobile-nav .rei24-nav-list { display: grid; gap: 0; padding: 10px 0 18px; }
.rei24-mobile-nav a { display: block; padding: 11px 0; font-size: 15px; }

.rei24-button,
.wpcf7-submit,
button.rei24-button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border: 1px solid var(--rei-orange); border-radius: 10px;
  background: var(--rei-orange); color: #fff; font-weight: 850; line-height: 1.2; text-decoration: none;
  cursor: pointer; transition: transform .16s, background .16s, box-shadow .16s;
}
.rei24-button:hover, .rei24-button:focus-visible, .wpcf7-submit:hover { background: var(--rei-orange-dark); box-shadow: 0 10px 25px rgba(255, 106, 19, .24); transform: translateY(-1px); }
.rei24-button-small { min-height: 40px; padding: 10px 15px; border-radius: 9px; font-size: 12px; }
.rei24-button-secondary { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.12); color: #fff; }
.rei24-button-secondary:hover { background: #fff; color: var(--rei-navy); }
.rei24-button-outline { border-color: var(--rei-border); background: #fff; color: var(--rei-navy); }
.rei24-text-link { color: var(--rei-orange); font-weight: 800; text-decoration: none; }
.rei24-text-link:hover { text-decoration: underline; }

.rei24-home-hero {
  position: relative; overflow: hidden; background: var(--rei-navy); color: #fff;
  min-height: 610px; display: flex; align-items: center;
}
.rei24-home-hero::before {
  position: absolute; inset: 0; content: "";
  background:
    linear-gradient(90deg, rgba(7,31,63,.99) 0%, rgba(7,31,63,.96) 43%, rgba(7,31,63,.69) 72%, rgba(7,31,63,.55) 100%),
    url("../images/hero-home.jpg") center 48% / cover no-repeat;
}
.rei24-home-hero::after {
  position: absolute; inset: 0; content: ""; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 56px 56px;
}
.rei24-home-hero .rei24-container { position: relative; z-index: 1; }
.rei24-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .64fr); gap: clamp(50px, 7vw, 96px); align-items: center; padding: 68px 0; }
.rei24-hero-grid > :last-child { width: 100%; max-width: 440px; justify-self: end; }
.rei24-eyebrow { margin: 0 0 14px; color: var(--rei-orange); font-size: 12px; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.rei24-home-hero h1, .rei24-page-hero h1, .rei24-article-hero h1 {
  margin: 0; max-width: 850px; color: inherit; font-size: clamp(42px, 6vw, 76px); font-weight: 950; letter-spacing: -.055em; line-height: .99;
}
.rei24-home-hero h1 { max-width: 720px; }
.rei24-hero-lead { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.rei24-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rei24-trust-list { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 30px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }
.rei24-trust-list li::before { content: "✓"; margin-right: 8px; color: var(--rei-orange); font-weight: 950; }

.rei24-form-card { padding: 23px; border-radius: var(--rei-radius); background: #fff; color: var(--rei-ink); box-shadow: var(--rei-shadow); }
.rei24-form-card h2 { margin: 3px 0 5px; color: var(--rei-navy); font-size: 23px; line-height: 1.18; }
.rei24-form-card > p { margin: 0 0 14px; color: var(--rei-muted); font-size: 13px; line-height: 1.5; }
.rei24-form-card > .rei24-eyebrow { margin-bottom: 8px; color: var(--rei-orange); font-size: 11px; font-weight: 950; letter-spacing: .17em; }
.rei24-form-card .wpcf7-form p { margin: 0 0 9px; }
.rei24-form-card label, .rei24-field-label { display: block; margin-bottom: 5px; color: var(--rei-navy); font-size: 12px; font-weight: 800; }
.rei24-form-card input:not([type="checkbox"]):not([type="radio"]),
.rei24-form-card select,
.rei24-form-card textarea {
  width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #cbd6e2; border-radius: 9px; outline: 0; background: #f7f9fb; color: var(--rei-ink);
}
.rei24-form-card textarea { min-height: 62px; resize: vertical; }
.rei24-form-card input:focus, .rei24-form-card select:focus, .rei24-form-card textarea:focus { border-color: var(--rei-orange); box-shadow: 0 0 0 3px rgba(255,106,19,.12); }
.rei24-form-card .wpcf7-list-item { margin: 0; }
.rei24-form-card .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 8px; color: var(--rei-muted); font-weight: 500; line-height: 1.45; }
.rei24-form-card .wpcf7-submit { width: 100%; }
.rei24-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.rei24-form-grid .rei24-field-wide { grid-column: 1 / -1; }
.rei24-form-progress { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 15px; }
.rei24-form-progress span { display: flex; align-items: center; gap: 7px; min-width: 0; padding: 8px 10px; border: 1px solid var(--rei-border); border-radius: 9px; color: var(--rei-muted); font-size: 11px; font-weight: 800; }
.rei24-form-progress span b { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: var(--rei-mist); color: var(--rei-muted); font-size: 10px; }
.rei24-form-progress span.is-active { border-color: #ffb98f; background: var(--rei-cream); color: var(--rei-navy); }
.rei24-form-progress span.is-active b { background: var(--rei-orange); color: #fff; }
.rei24-form-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.rei24-has-steps .rei24-form-step:not(.is-active) { display: none; }
.rei24-form-actions { display: flex; gap: 9px; margin-top: 4px; }
.rei24-form-actions .rei24-step-next { width: 100%; }
.rei24-form-actions-final .wpcf7-submit { flex: 1 1 auto; width: auto; }
.rei24-form-actions .rei24-button-outline { flex: 0 0 auto; border-color: var(--rei-border); background: #fff; color: var(--rei-navy); }
.rei24-form-actions .rei24-button-outline:hover, .rei24-form-actions .rei24-button-outline:focus-visible { border-color: var(--rei-orange); background: var(--rei-cream); color: var(--rei-navy); box-shadow: none; }
.rei24-step-error { min-height: 0; margin: 0 0 8px !important; color: #b42318; font-size: 12px; }
.rei24-step-field-error { border-color: #b42318 !important; }
.rei24-form-optional { margin: 0 0 10px; border: 1px solid var(--rei-border); border-radius: 9px; background: #fff; }
.rei24-form-optional summary { padding: 10px 12px; color: var(--rei-navy); font-size: 12px; font-weight: 850; cursor: pointer; }
.rei24-form-optional[open] summary { border-bottom: 1px solid var(--rei-border); }
.rei24-form-optional > p { margin: 10px 12px 7px !important; color: var(--rei-muted); font-size: 11px; line-height: 1.45; }
.rei24-photo-fields { display: grid; gap: 7px; padding: 0 12px 12px; }
.rei24-photo-fields .wpcf7-form-control-wrap { display: block; }
.rei24-photo-fields input[type="file"] { min-height: 38px; padding: 6px 8px; font-size: 11px; }
.rei24-form-note { margin-top: 11px !important; padding: 9px 11px; border-left: 3px solid var(--rei-orange); background: var(--rei-cream); color: var(--rei-muted); font-size: 10.5px; line-height: 1.45; }
.wpcf7-not-valid-tip { color: #b42318; font-size: 12px; }
.wpcf7 form .wpcf7-response-output { margin: 14px 0 0; padding: 10px 12px; border-radius: 8px; font-size: 13px; }

.rei24-section { padding: 84px 0; }
.rei24-section-soft { background: var(--rei-mist); }
.rei24-section-dark { background: var(--rei-navy); color: #fff; }
.rei24-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 45px; align-items: end; margin-bottom: 34px; }
.rei24-section-heading h2, .rei24-section-title { margin: 0; color: var(--rei-navy); font-size: clamp(32px, 4vw, 50px); font-weight: 950; letter-spacing: -.04em; line-height: 1.05; }
.rei24-section-dark .rei24-section-heading h2, .rei24-section-dark .rei24-section-title { color: #fff; }
.rei24-section-heading p { margin: 0; color: var(--rei-muted); }
.rei24-section-dark .rei24-section-heading p { color: rgba(255,255,255,.66); }
.rei24-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rei24-card { display: flex; min-width: 0; min-height: 220px; flex-direction: column; padding: 25px; border: 1px solid var(--rei-border); border-radius: var(--rei-radius); background: #fff; transition: transform .18s, border-color .18s, box-shadow .18s; }
.rei24-card:hover { transform: translateY(-3px); border-color: #ffc6a4; box-shadow: 0 18px 34px rgba(7,31,63,.09); }
.rei24-card-number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--rei-cream); color: var(--rei-orange); font-weight: 950; }
.rei24-card h3 { margin: 18px 0 7px; color: var(--rei-navy); font-size: 20px; line-height: 1.24; }
.rei24-card h3:first-child { margin-top: 0; }
.rei24-card-title { color: inherit; text-decoration: none; }
.rei24-card-title:hover, .rei24-card-title:focus-visible { color: var(--rei-orange); }
.rei24-card p { margin: 0; color: var(--rei-muted); font-size: 14px; }
.rei24-card-action { margin-top: auto; padding-top: 18px; }
.rei24-card .rei24-text-link { display: inline-block; font-size: 13px; }
.rei24-process { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rei24-step { position: relative; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.rei24-step::before { counter-increment: steps; content: "0" counter(steps); color: var(--rei-orange); font-size: 12px; font-weight: 950; }
.rei24-step h3 { margin: 10px 0 8px; color: #fff; font-size: 19px; }
.rei24-step p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }
.rei24-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rei24-region-link { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 16px 19px; border: 1px solid var(--rei-border); border-radius: 13px; background: #fff; color: var(--rei-navy); font-weight: 850; text-decoration: none; }
.rei24-region-link:hover { border-color: var(--rei-orange); color: var(--rei-orange); }

.rei24-page-hero, .rei24-article-hero { padding: 76px 0; background: var(--rei-navy); color: #fff; }
.rei24-page-hero-compact { padding: 58px 0; }
.rei24-page-hero h1, .rei24-article-hero h1 { max-width: 930px; font-size: clamp(38px, 5vw, 62px); }
.rei24-page-hero .rei24-hero-lead { max-width: 790px; }
.rei24-page-shell { padding: 72px 0 90px; }
.rei24-two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .55fr); gap: 58px; align-items: start; }
.rei24-sticky { position: sticky; top: 106px; }
.rei24-feature-list { display: grid; gap: 13px; margin: 28px 0; }
.rei24-feature { display: flex; align-items: flex-start; gap: 14px; padding: 17px; border: 1px solid var(--rei-border); border-radius: 13px; background: #fff; }
.rei24-feature-index { display: grid; flex: 0 0 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--rei-orange); color: #fff; font-weight: 950; }
.rei24-feature strong { display: block; color: var(--rei-navy); }
.rei24-feature span { color: var(--rei-muted); font-size: 14px; }
.rei24-alert { padding: 19px; border: 1px solid #ffd0b5; border-radius: 13px; background: var(--rei-cream); color: #5f4a3d; }
.rei24-alert-dark { border-color: transparent; background: var(--rei-navy); color: rgba(255,255,255,.75); }
.rei24-alert strong { color: var(--rei-navy); }
.rei24-alert-dark strong { color: #fff; }

.rei24-prose { padding-top: 58px; padding-bottom: 80px; text-align: left; }
.rei24-prose > * { max-width: 100%; }
.rei24-prose h2 { margin: 50px 0 14px; color: var(--rei-navy); font-size: clamp(28px, 3.4vw, 38px); line-height: 1.15; letter-spacing: -.025em; }
.rei24-prose h2:first-child { margin-top: 0; }
.rei24-prose h3 { margin: 32px 0 10px; color: var(--rei-navy); font-size: 22px; line-height: 1.25; }
.rei24-prose p { margin: 0 0 18px; color: #43566e; line-height: 1.8; }
.rei24-prose ul, .rei24-prose ol { margin: 0 0 22px; padding-left: 24px; color: #43566e; }
.rei24-prose li { margin-bottom: 8px; }
.rei24-prose a { color: #c94600; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.rei24-faq { margin-top: 64px; padding-top: 42px; border-top: 1px solid var(--rei-border); text-align: left; }
.rei24-faq-header { margin-bottom: 22px; }
.rei24-faq details { border: 1px solid var(--rei-border); border-radius: 11px; background: #fff; margin-bottom: 10px; }
.rei24-faq summary { position: relative; padding: 17px 46px 17px 18px; color: var(--rei-navy); font-weight: 850; cursor: pointer; list-style: none; }
.rei24-faq summary::-webkit-details-marker { display: none; }
.rei24-faq summary::after { position: absolute; top: 17px; right: 18px; content: "+"; color: var(--rei-orange); font-size: 22px; line-height: 1; }
.rei24-faq details[open] summary::after { content: "−"; }
.rei24-faq-answer { padding: 0 18px 17px; color: var(--rei-muted); }
.rei24-faq-answer p { margin: 0; }
.rei24-sources { margin-top: 48px; padding: 20px; border-radius: 12px; background: var(--rei-mist); }
.rei24-sources h2 { margin: 0 0 10px; font-size: 20px; }
.rei24-sources ul { margin-bottom: 0; }
.rei24-content-cta { margin-top: 46px; padding: 27px; border-radius: var(--rei-radius); background: var(--rei-navy); color: #fff; }
.rei24-content-cta h2 { margin-top: 0; color: #fff; font-size: 27px; }
.rei24-content-cta p { color: rgba(255,255,255,.7); }
.rei24-marketing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.rei24-marketing-item { padding: 22px; border: 1px solid var(--rei-border); border-radius: 14px; background: #fff; }
.rei24-marketing-item h3 { margin: 10px 0 7px; font-size: 18px; }
.rei24-marketing-item p { margin: 0; font-size: 14px; }
.rei24-marketing-icon { color: var(--rei-orange); font-weight: 950; }

.rei24-article-hero { padding: 70px 0 64px; }
.rei24-article-meta { display: flex; gap: 10px; margin-top: 23px; color: rgba(255,255,255,.64); font-size: 13px; }
.rei24-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 58px; padding-bottom: 80px; }
.rei24-post-card { display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--rei-border); border-radius: var(--rei-radius); }
.rei24-card-meta { margin: 0; color: var(--rei-orange); font-size: 12px; font-weight: 850; }
.rei24-post-card h2 { margin: 11px 0 10px; color: var(--rei-navy); font-size: 22px; line-height: 1.2; }
.rei24-post-card h2 a { text-decoration: none; }
.rei24-post-card p:not(.rei24-card-meta) { margin: 0 0 18px; color: var(--rei-muted); font-size: 14px; }
.rei24-post-card .rei24-text-link { margin-top: auto; }
.rei24-pagination { grid-column: 1 / -1; margin-top: 20px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--rei-border); border-radius: 8px; text-decoration: none; }
.page-numbers.current { border-color: var(--rei-orange); background: var(--rei-orange); color: #fff; }

.rei24-latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rei24-latest-card { display: flex; flex-direction: column; min-height: 245px; padding: 23px; border: 1px solid var(--rei-border); border-radius: var(--rei-radius); background: #fff; text-decoration: none; }
.rei24-latest-card:hover { border-color: #ffb98f; box-shadow: 0 15px 30px rgba(7,31,63,.08); }
.rei24-latest-card time { color: var(--rei-orange); font-size: 12px; font-weight: 800; }
.rei24-latest-card h3 { margin: 12px 0 8px; color: var(--rei-navy); font-size: 20px; line-height: 1.25; }
.rei24-latest-card p { margin: 0 0 18px; color: var(--rei-muted); font-size: 14px; }
.rei24-latest-card strong { margin-top: auto; color: var(--rei-orange); font-size: 13px; }

.rei24-calculator { padding: 26px; border: 1px solid var(--rei-border); border-radius: var(--rei-radius); background: #fff; box-shadow: var(--rei-shadow); }
.rei24-calculator-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.rei24-calculator label { color: var(--rei-navy); font-size: 13px; font-weight: 800; }
.rei24-calculator input, .rei24-calculator select { width: 100%; min-height: 46px; margin-top: 6px; padding: 10px; border: 1px solid var(--rei-border); border-radius: 9px; }
.rei24-calculator-output { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.rei24-calculator-output div { padding: 17px; border-radius: 12px; background: var(--rei-mist); }
.rei24-calculator-output span { display: block; color: var(--rei-muted); font-size: 12px; }
.rei24-calculator-output strong { display: block; margin-top: 4px; color: var(--rei-navy); font-size: 22px; }
.rei24-calculator-disclaimer { margin: 15px 0 0; color: var(--rei-muted); font-size: 12px; }

.rei24-contact-grid { display: grid; grid-template-columns: .75fr 1.15fr; gap: 35px; }
.rei24-contact-card { padding: 25px; border: 1px solid var(--rei-border); border-radius: var(--rei-radius); }
.rei24-contact-card h2 { margin-top: 0; }
.rei24-contact-card address { color: var(--rei-muted); font-style: normal; }

.rei24-footer { padding: 65px 0 0; background: #04162e; color: rgba(255,255,255,.68); }
.rei24-footer .rei24-wordmark { color: #fff; }
.rei24-footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 70px; }
.rei24-footer h2 { margin: 0 0 16px; color: #fff; font-size: 15px; }
.rei24-footer ul { margin: 0; padding: 0; list-style: none; }
.rei24-footer li { margin: 8px 0; }
.rei24-footer a { color: inherit; text-decoration: none; }
.rei24-footer a:hover { color: #fff; }
.rei24-footer-intro { max-width: 380px; margin: 20px 0; }
.rei24-footer address { font-style: normal; }
.rei24-company-codes { font-size: 12px; }
.rei24-socials { display: flex; gap: 9px; margin-top: 18px; }
.rei24-social { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff !important; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.rei24-social:hover { border-color: var(--rei-orange); background: var(--rei-orange); }
.rei24-footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 50px; padding-top: 22px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.rei24-empty-state { display: flex; min-height: 560px; align-items: center; background: var(--rei-mist); }
.rei24-empty-state h1 { margin: 0; color: var(--rei-navy); font-size: 52px; }
.rei24-empty-state p { color: var(--rei-muted); }

@media (max-width: 1120px) {
  .rei24-desktop-nav { display: none; }
  .rei24-menu-toggle { display: block; }
  .rei24-header-actions { margin-left: auto; }
  .rei24-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  body.admin-bar .rei24-header { top: 46px; }
  .rei24-hero-grid, .rei24-two-column, .rei24-contact-grid { grid-template-columns: 1fr; }
  .rei24-hero-grid { padding: 60px 0; }
  .rei24-hero-grid > :last-child { max-width: 520px; justify-self: start; }
  .rei24-home-hero { min-height: auto; }
  .rei24-section-heading { grid-template-columns: 1fr; gap: 15px; }
  .rei24-process { grid-template-columns: repeat(2, 1fr); }
  .rei24-region-grid, .rei24-post-grid, .rei24-latest-grid { grid-template-columns: repeat(2, 1fr); }
  .rei24-marketing-grid { grid-template-columns: repeat(2, 1fr); }
  .rei24-sticky { position: static; }
  .rei24-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .rei24-footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .rei24-container { width: min(calc(100% - 28px), var(--rei-container)); }
  .rei24-reading-width { margin-left: 14px; margin-right: 14px; }
  .rei24-header-inner { min-height: 67px; gap: 10px; }
  .rei24-header-actions { gap: 8px; }
  .rei24-header-actions > .rei24-button { display: none; }
  .rei24-wordmark-main { font-size: 22px; }
  .rei24-home-hero h1 { font-size: 42px; }
  .rei24-home-hero::before { background: rgba(7,31,63,.96); }
  .rei24-hero-grid { gap: 34px; padding: 46px 0; }
  .rei24-form-card { padding: 20px; }
  .rei24-form-progress span { padding: 7px 8px; }
  .rei24-hero-actions .rei24-button { width: 100%; }
  .rei24-section, .rei24-page-shell { padding: 60px 0; }
  .rei24-card-grid, .rei24-process, .rei24-region-grid, .rei24-post-grid, .rei24-latest-grid, .rei24-marketing-grid { grid-template-columns: 1fr; }
  .rei24-form-grid, .rei24-calculator-grid, .rei24-calculator-output { grid-template-columns: 1fr; }
  .rei24-form-grid .rei24-field-wide { grid-column: auto; }
  .rei24-page-hero, .rei24-article-hero { padding: 52px 0; }
  .rei24-footer-grid { grid-template-columns: 1fr; }
  .rei24-footer-grid > :first-child { grid-column: auto; }
  .rei24-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
