:root {
  --rt-navy: #0d2b55;
  --rt-navy-2: #163f73;
  --rt-teal: #2aa7a1;
  --rt-orange: #e8821a;
  --rt-blue-soft: #eef7fb;
  --rt-surface: #ffffff;
  --rt-surface-soft: #f7f9fc;
  --rt-border: #dbe5ef;
  --rt-text: #243244;
  --rt-muted: #65758a;
  --rt-shadow: 0 18px 45px rgba(13, 43, 85, 0.12);
  --rt-radius: 18px;
}

* { box-sizing: border-box; }

body.rt-directory-page,
.rt-directory-page {
  margin: 0;
  color: var(--rt-text);
  background: var(--rt-surface);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

.rt-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--rt-border);
  backdrop-filter: blur(14px);
}

.rt-nav-inner,
.rt-footer-inner,
.sn-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.rt-nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rt-logo {
  color: var(--rt-navy);
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 auto;
}

.rt-logo-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.rt-logo-main span { color: var(--rt-orange); }

.rt-logo-sub {
  color: var(--rt-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1 1 auto;
}

.rt-primary-nav a,
.rt-footer-links a {
  color: var(--rt-text);
  font-weight: 700;
  text-decoration: none;
}

.rt-primary-nav a {
  padding: 10px 12px;
  border-radius: 999px;
}

.rt-primary-nav a:hover { background: var(--rt-blue-soft); color: var(--rt-navy); }

.rt-nav-cta,
.sn-btn,
.rt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.rt-nav-cta,
.sn-btn-primary,
.rt-button-primary {
  color: #fff !important;
  background: var(--rt-orange);
  box-shadow: 0 10px 26px rgba(232, 130, 26, 0.28);
}

.rt-nav-cta { padding: 12px 20px; }
.sn-btn-lg { padding: 16px 28px; font-size: 17px; }
.sn-btn-primary { padding: 14px 24px; }
.sn-btn-outline {
  padding: 14px 24px;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.rt-nav-cta:hover,
.sn-btn:hover,
.rt-button:hover { transform: translateY(-1px); opacity: 0.94; }

.sn-section { padding: 82px 0; }
.sn-section-sm { padding: 34px 0; }
.sn-bg-white { background: var(--rt-surface); }
.sn-bg-soft { background: var(--rt-surface-soft); }
.sn-bg-navy { background: var(--rt-navy); color: #fff; }
.sn-section-header { text-align: center; margin-bottom: 42px; }

.sn-h1,
.sn-h2,
.rt-card h3,
.rt-faq-item h3 {
  margin: 0 0 16px;
  color: var(--rt-navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
}

.sn-h1 { font-size: clamp(42px, 7vw, 72px); }
.sn-h2 { font-size: clamp(30px, 4vw, 48px); }
.sn-h1.light,
.sn-h2.light { color: #fff; }
.center { text-align: center; }

.sn-lead {
  max-width: 780px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
}

.sn-text,
.sn-text-sm { color: var(--rt-muted); }
.sn-text { font-size: 17px; }
.sn-text-sm { font-size: 15px; }

.sn-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sn-badge-orange { color: #a7510d; background: #fff1df; }
.sn-badge-ghost { color: #d9fbff; background: rgba(255, 255, 255, 0.13); border: 1px solid rgba(255, 255, 255, 0.28); }

.sn-hero-section {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--rt-navy), var(--rt-navy-2));
  text-align: center;
}

.sn-hero-overlay {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.22;
}

.sn-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(42, 167, 161, 0.28), transparent 36%), linear-gradient(180deg, rgba(13, 43, 85, 0.55), rgba(13, 43, 85, 0.88));
}

.sn-hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  padding: 80px 0;
}

.sn-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.sn-hero-micro {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.sn-stats-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}

.sn-stat-number {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
}

.sn-stat-label { color: rgba(255, 255, 255, 0.76); font-size: 14px; font-weight: 700; }
.sn-stat-divider { display: none; }

.rt-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: center;
}

.rt-image-card,
.rt-card,
.rt-facility-card,
.rt-faq-item,
.rt-city-card {
  border: 1px solid var(--rt-border);
  border-radius: var(--rt-radius);
  background: var(--rt-surface);
  box-shadow: var(--rt-shadow);
}

.rt-image-card { overflow: hidden; }
.rt-image-card img { display: block; width: 100%; height: auto; }

.rt-card,
.rt-facility-card,
.rt-faq-item,
.rt-city-card { padding: 26px; }

.rt-card-grid,
.rt-facility-grid,
.rt-faq-grid,
.sn-grid-states {
  display: grid;
  gap: 20px;
}

.rt-card-grid,
.rt-facility-grid,
.rt-faq-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sn-grid-states { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.rt-facility-card h3 { font-size: 24px; }
.rt-facility-card p { margin: 10px 0; }
.rt-placeholder-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff6e8;
  color: #a7510d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sn-state-link,
.rt-city-card {
  color: var(--rt-navy);
  text-decoration: none;
  font-weight: 800;
}

.sn-state-link {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--rt-border);
  border-radius: 14px;
  background: #fff;
}

.sn-state-link:hover,
.rt-city-card:hover { border-color: var(--rt-teal); box-shadow: 0 14px 30px rgba(42, 167, 161, 0.14); }

.rt-cta-panel {
  padding: clamp(34px, 5vw, 56px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--rt-navy), #102f5e 70%, #164a79);
  color: #fff;
  text-align: center;
  box-shadow: var(--rt-shadow);
}

.rt-cta-panel p { color: rgba(255, 255, 255, 0.82); }
.rt-disclaimer { color: var(--rt-muted); font-size: 14px; }

.rt-site-footer {
  background: #081f3f;
  color: rgba(255, 255, 255, 0.78);
  padding: 58px 0 24px;
}

.rt-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1.4fr;
  gap: 34px;
}

.rt-logo-footer .rt-logo-main { color: #fff; }
.rt-footer-links { display: flex; flex-direction: column; gap: 9px; }
.rt-footer-links h2,
.rt-footer-disclaimer h2 { margin: 0 0 8px; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: 0.1em; }
.rt-footer-links a { color: rgba(255, 255, 255, 0.82); }
.rt-footer-bottom { width: min(1180px, calc(100% - 40px)); margin: 34px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 13px; }

@media (max-width: 920px) {
  .rt-primary-nav { display: none; }
  .rt-split,
  .rt-footer-inner { grid-template-columns: 1fr; }
  .rt-card-grid,
  .rt-facility-grid,
  .rt-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sn-grid-states,
  .sn-stats-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .rt-nav-inner,
  .rt-footer-inner,
  .sn-container,
  .sn-stats-inner { width: min(100% - 28px, 1180px); }
  .rt-nav-inner { min-height: 66px; gap: 12px; }
  .rt-logo-main { font-size: 22px; }
  .rt-nav-cta { padding: 10px 14px; font-size: 14px; }
  .sn-section { padding: 58px 0; }
  .sn-hero-section { min-height: 520px; }
  .rt-card-grid,
  .rt-facility-grid,
  .rt-faq-grid,
  .sn-grid-states,
  .sn-stats-inner { grid-template-columns: 1fr; }
  .sn-btn-group { flex-direction: column; align-items: stretch; }
}

/* Location.txt-compatible support sections */
.sn-bg-bluelight { background: var(--rt-blue-soft); }
.sn-bg-gradient { background: linear-gradient(135deg, var(--rt-navy), #102f5e 70%, #164a79); color: #fff; }
.sn-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sn-card-step { padding: 26px; border: 1px solid var(--rt-border); border-radius: var(--rt-radius); background: #fff; box-shadow: var(--rt-shadow); }
.sn-img-block { overflow: hidden; margin-bottom: 22px; border-radius: 12px; }
.sn-img-block img { display: block; width: 100%; height: 220px; object-fit: cover; }
.sn-step-number { width: 38px; height: 38px; display: inline-grid; place-items: center; margin-bottom: 14px; border-radius: 999px; color: #fff; font-weight: 900; }
.sn-step-blue { background: var(--rt-navy-2); }
.sn-step-green { background: var(--rt-teal); }
.sn-step-orange { background: var(--rt-orange); }
.sn-h3 { margin: 0 0 10px; color: var(--rt-navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.2; }
.sn-btn-sm { padding: 10px 18px; font-size: 14px; }
.rt-cta-split { display: grid; grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr); gap: 34px; align-items: center; text-align: left; }
.rt-cta-split .rt-image-card { box-shadow: none; }
.rt-left { text-align: left; margin-bottom: 24px; }
.rt-faq-list { display: grid; gap: 16px; }
.rt-mobile-reverse { align-items: start; }

@media (max-width: 920px) {
  .sn-grid-3,
  .rt-cta-split { grid-template-columns: 1fr; }
  .rt-cta-split { text-align: center; }
}

@media (max-width: 620px) {
  .sn-img-block img { height: 190px; }
}

/* Comprehensive header / navigation */
.rt-skip-link { position: absolute; left: -999px; top: 10px; z-index: 999; background: var(--rt-orange); color: #fff; padding: 10px 14px; border-radius: 8px; }
.rt-skip-link:focus { left: 12px; }
.rt-topbar { background: var(--rt-navy); color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; }
.rt-topbar-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.rt-topbar a { color: #fff; text-decoration: none; }
.rt-nav { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--rt-border); box-shadow: 0 10px 30px rgba(13,43,85,.06); }
.rt-nav-links { display: flex; align-items: center; justify-content: center; gap: 2px; flex: 1 1 auto; list-style: none; margin: 0; padding: 0; }
.rt-nav-item { position: relative; }
.rt-nav-link { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: var(--rt-text); border-radius: 999px; padding: 10px 13px; font: inherit; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; }
.rt-nav-link:hover, .rt-has-dropdown:hover .rt-nav-link { background: var(--rt-blue-soft); color: var(--rt-navy); }
.rt-dropdown { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px); min-width: 280px; display: grid; grid-template-columns: 1fr; gap: 18px; padding: 22px; background: #fff; border: 1px solid var(--rt-border); border-radius: 18px; box-shadow: 0 22px 60px rgba(13,43,85,.18); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; z-index: 80; }
.rt-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.rt-mega { width: min(760px, calc(100vw - 40px)); grid-template-columns: 1fr 1fr 1.1fr; }
.rt-has-dropdown:hover .rt-dropdown, .rt-has-dropdown:focus-within .rt-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.rt-dropdown-heading { margin: 0 0 10px; color: var(--rt-muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rt-dropdown-col { display: flex; flex-direction: column; gap: 8px; }
.rt-dropdown-col a { color: var(--rt-text); text-decoration: none; font-size: 14px; font-weight: 700; padding: 6px 0; }
.rt-dropdown-col a:hover { color: var(--rt-teal); }
.rt-dropdown hr { width: 100%; border: 0; border-top: 1px solid var(--rt-border); margin: 5px 0; }
.rt-dropdown-all { color: var(--rt-navy) !important; font-weight: 900 !important; }
.rt-dropdown-panel { padding: 18px; border-radius: 16px; background: linear-gradient(135deg, var(--rt-blue-soft), #fff7eb); }
.rt-dropdown-panel p { margin: 8px 0 16px; color: var(--rt-muted); font-size: 14px; }
.rt-mini-cta { display: inline-flex; color: #fff; background: var(--rt-orange); text-decoration: none; border-radius: 999px; padding: 10px 14px; font-weight: 900; }
.rt-nav-cta { flex-direction: column; align-items: flex-start; line-height: 1.1; min-width: 158px; }
.rt-nav-cta-number { color: #fff; font-size: 16px; }
.rt-nav-cta-label { color: rgba(255,255,255,.86); font-size: 10px; font-weight: 700; }
.rt-hamburger { display: none; width: 44px; height: 44px; border: 1px solid var(--rt-border); border-radius: 12px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.rt-hamburger span { width: 21px; height: 2px; background: var(--rt-navy); border-radius: 99px; }
.rt-mobile-panel { display: none; width: min(1180px, calc(100% - 28px)); margin: 0 auto 14px; padding: 14px; background: #fff; border: 1px solid var(--rt-border); border-radius: 18px; box-shadow: var(--rt-shadow); }
.rt-mobile-panel.rt-open { display: grid; gap: 4px; }
.rt-mobile-panel a { padding: 11px 12px; border-radius: 10px; color: var(--rt-text); text-decoration: none; font-weight: 750; }
.rt-mobile-panel a:hover { background: var(--rt-blue-soft); }
.rt-mobile-panel hr { width: 100%; border: 0; border-top: 1px solid var(--rt-border); }
.rt-mobile-section-label { padding: 8px 12px 2px; color: var(--rt-muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rt-mobile-cta { margin-top: 8px; text-align: center; background: var(--rt-orange) !important; color: #fff !important; }
.rt-bottom-callbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--rt-orange); padding: 12px 18px; text-align: center; box-shadow: 0 -10px 28px rgba(13,43,85,.18); }
.rt-bottom-callbar a { color: #fff; text-decoration: none; font-weight: 900; }

/* Footer expansion */
.rt-footer-cta { width: min(1180px, calc(100% - 40px)); margin: 0 auto 44px; }
.rt-footer-cta-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 32px; border-radius: 24px; background: linear-gradient(135deg, #123b70, #0f574f); color: #fff; }
.rt-footer-cta h2 { margin: 8px 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 38px); }
.rt-footer-cta p { margin: 0; color: rgba(255,255,255,.82); }
.rt-footer-cta-button { flex: 0 0 auto; color: #fff; background: var(--rt-orange); border-radius: 999px; padding: 16px 22px; font-weight: 900; text-decoration: none; box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.rt-footer-phone a { color: #fff; font-size: 20px; font-weight: 900; text-decoration: none; }
.rt-footer-phone span { color: rgba(255,255,255,.68); font-size: 13px; }
.rt-footer-bottom { display: flex; justify-content: space-between; gap: 18px; }

/* Archive and single templates */
.rt-archive-hero, .rt-single-hero { padding: 84px 0; background: radial-gradient(circle at 80% 20%, rgba(42,167,161,.24), transparent 34%), linear-gradient(135deg, var(--rt-navy), #123f74); color: #fff; }
.rt-archive-hero h1, .rt-single-hero h1 { margin: 0 0 16px; max-width: 840px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 68px); line-height: 1.08; }
.rt-archive-hero p, .rt-single-hero p { max-width: 740px; margin: 0; color: rgba(255,255,255,.82); font-size: 19px; }
.rt-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: rgba(255,255,255,.72); font-size: 14px; }
.rt-breadcrumb a { color: #fff; text-decoration: none; }
.rt-archive-layout, .rt-single-layout { width: min(1180px, calc(100% - 40px)); margin: 64px auto; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; align-items: start; }
.rt-posts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.rt-post-card { overflow: hidden; border: 1px solid var(--rt-border); border-radius: var(--rt-radius); background: #fff; box-shadow: var(--rt-shadow); }
.rt-post-card-img img { display: block; width: 100%; height: 230px; object-fit: cover; }
.rt-post-card-body { padding: 24px; }
.rt-post-card-title { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.18; }
.rt-post-card-title a { color: var(--rt-navy); text-decoration: none; }
.rt-post-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--rt-muted); font-size: 13px; font-weight: 700; }
.rt-read-more { display: inline-flex; margin-top: 18px; color: var(--rt-teal); font-weight: 900; text-decoration: none; }
.rt-sidebar-card { padding: 24px; border: 1px solid var(--rt-border); border-radius: var(--rt-radius); background: #fff; box-shadow: var(--rt-shadow); margin-bottom: 22px; }
.rt-sidebar-card h2, .rt-sidebar-card h3 { margin-top: 0; color: var(--rt-navy); font-family: Georgia, "Times New Roman", serif; }
.rt-sidebar-card a { color: var(--rt-navy); font-weight: 800; text-decoration: none; }
.rt-single-article { min-width: 0; }
.rt-single-featured img { display: block; width: 100%; height: auto; border-radius: 22px; box-shadow: var(--rt-shadow); margin-bottom: 30px; }
.rt-article-body { font-size: 18px; }
.rt-article-body h2, .rt-article-body h3 { color: var(--rt-navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
.rt-article-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.rt-article-tags a { padding: 8px 12px; border-radius: 999px; background: var(--rt-blue-soft); color: var(--rt-navy); text-decoration: none; font-weight: 800; }

@media (max-width: 1040px) {
  .rt-nav-links, .rt-nav-cta { display: none; }
  .rt-hamburger { display: inline-flex; }
  .rt-bottom-callbar { display: block; }
  body.rt-directory-site { padding-bottom: 56px; }
  .rt-archive-layout, .rt-single-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .rt-topbar-inner, .rt-footer-cta-inner, .rt-footer-bottom { flex-direction: column; align-items: flex-start; }
  .rt-posts-grid { grid-template-columns: 1fr; }
  .rt-mega { width: min(360px, calc(100vw - 30px)); grid-template-columns: 1fr; }
}
/* =========================================================
   Polish pass: navigation, buttons, logo states, footer links
   Paste at the end of the stylesheet so these overrides win.
   ========================================================= */

:root {
  --rt-nav-weight: 600;
  --rt-link-weight: 500;
  --rt-strong-weight: 700;
  --rt-interactive-bg: rgba(238, 247, 251, 0.82);
  --rt-interactive-border: rgba(13, 43, 85, 0.08);
}

/* Links/buttons should not inherit browser tap artifacts or inconsistent transitions */
.rt-logo,
.rt-logo-main,
.rt-logo-sub,
.rt-primary-nav a,
.rt-nav-link,
.rt-dropdown-col a,
.rt-footer-links a,
.rt-footer-phone a,
.rt-nav-cta,
.sn-btn,
.rt-button,
.rt-mini-cta,
.rt-footer-cta-button,
.rt-mobile-panel a,
.rt-bottom-callbar a {
  -webkit-tap-highlight-color: transparent;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

/* Logo: keep the brand colors stable on hover/focus instead of shifting to generic link colors */
.rt-logo,
.rt-logo:visited,
.rt-logo:hover,
.rt-logo:focus,
.rt-logo:active {
  color: var(--rt-navy);
  text-decoration: none;
}

.rt-logo:hover .rt-logo-main,
.rt-logo:focus-visible .rt-logo-main,
.rt-logo:hover .rt-logo-sub,
.rt-logo:focus-visible .rt-logo-sub {
  color: inherit;
}

.rt-logo:hover .rt-logo-main span,
.rt-logo:focus-visible .rt-logo-main span {
  color: var(--rt-orange);
}

.rt-logo:focus-visible,
.rt-nav-link:focus-visible,
.rt-primary-nav a:focus-visible,
.rt-dropdown-col a:focus-visible,
.rt-footer-links a:focus-visible,
.rt-nav-cta:focus-visible,
.sn-btn:focus-visible,
.rt-button:focus-visible,
.rt-mini-cta:focus-visible,
.rt-footer-cta-button:focus-visible,
.rt-mobile-panel a:focus-visible {
  outline: 3px solid rgba(42, 167, 161, 0.28);
  outline-offset: 3px;
}

/* Header: one coherent nav system; lighter weights reduce the clunky look */
.rt-nav-inner {
  min-height: 72px;
  gap: clamp(14px, 2vw, 22px);
}

.rt-primary-nav,
.rt-nav-links {
  min-width: 0;
}

.rt-nav-links {
  flex-wrap: nowrap;
  gap: 4px;
}

.rt-primary-nav a,
.rt-nav-link {
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 12px;
  color: var(--rt-text);
  font-size: 14px;
  font-weight: var(--rt-nav-weight);
  letter-spacing: 0.005em;
  line-height: 1.15;
}

.rt-primary-nav a:hover,
.rt-primary-nav a:focus-visible,
.rt-nav-link:hover,
.rt-nav-link:focus-visible,
.rt-has-dropdown:hover .rt-nav-link {
  background: var(--rt-interactive-bg);
  color: var(--rt-navy);
  box-shadow: inset 0 0 0 1px var(--rt-interactive-border);
}

/* Header CTA: do not force the button into a tall two-line block */
.rt-nav-cta,
.sn-btn,
.rt-button,
.rt-mini-cta,
.rt-footer-cta-button,
.rt-mobile-cta {
  min-height: 44px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.15;
}

.rt-nav-cta {
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 11px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: var(--rt-strong-weight);
  letter-spacing: 0.01em;
}

.rt-nav-cta-number {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.rt-nav-cta-label {
  display: none;
}

.rt-nav-cta:hover,
.sn-btn:hover,
.rt-button:hover,
.rt-mini-cta:hover,
.rt-footer-cta-button:hover,
.rt-mobile-cta:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 12px 28px rgba(232, 130, 26, 0.24);
}

.sn-btn,
.rt-button,
.rt-mini-cta,
.rt-footer-cta-button {
  width: fit-content;
  max-width: 100%;
  font-weight: var(--rt-strong-weight);
  letter-spacing: 0.005em;
}

.sn-btn-lg {
  padding: 15px 24px;
  font-size: 16px;
}

.sn-btn-primary,
.sn-btn-outline {
  padding: 13px 22px;
}

.sn-btn-group {
  align-items: center;
  gap: 12px;
}

.sn-btn-group .sn-btn,
.sn-btn-group .rt-button {
  flex: 0 1 auto;
}

/* Dropdowns: less empty space, more consistent rows, no over-bold links */
.rt-dropdown {
  top: calc(100% + 10px);
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
}

.rt-mega {
  width: min(720px, calc(100vw - 40px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.rt-dropdown-heading {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: var(--rt-strong-weight);
  letter-spacing: 0.11em;
}

.rt-dropdown-col {
  gap: 4px;
  min-width: 0;
}

.rt-dropdown-col a,
.rt-dropdown-all {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 10px;
  color: var(--rt-text) !important;
  font-size: 14px;
  font-weight: var(--rt-link-weight) !important;
  line-height: 1.25;
}

.rt-dropdown-all {
  color: var(--rt-navy) !important;
  font-weight: var(--rt-nav-weight) !important;
}

.rt-dropdown-col a:hover,
.rt-dropdown-col a:focus-visible {
  background: var(--rt-interactive-bg);
  color: var(--rt-navy) !important;
}

.rt-dropdown-panel {
  min-width: 0;
  padding: 16px;
}

.rt-dropdown-panel p {
  line-height: 1.45;
}

.rt-mini-cta {
  justify-content: center;
  border-radius: 12px;
  font-size: 13px;
}

/* Mobile menu: lighter type and better row rhythm */
.rt-mobile-panel {
  gap: 5px;
}

.rt-mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: var(--rt-link-weight);
  line-height: 1.25;
}

.rt-mobile-panel a:hover,
.rt-mobile-panel a:focus-visible {
  background: var(--rt-interactive-bg);
  color: var(--rt-navy);
}

.rt-mobile-section-label {
  font-weight: var(--rt-strong-weight);
}

/* Footer: remove heavy menu styling; make columns and link rows feel intentional */
.rt-site-footer {
  padding-top: 52px;
}

.rt-footer-inner {
  grid-template-columns: minmax(240px, 1.25fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr) minmax(240px, 1.15fr);
  align-items: start;
  gap: clamp(24px, 3vw, 34px);
}

.rt-logo-footer .rt-logo-main,
.rt-logo-footer:hover .rt-logo-main,
.rt-logo-footer:focus-visible .rt-logo-main {
  color: #fff;
}

.rt-logo-footer .rt-logo-sub,
.rt-logo-footer:hover .rt-logo-sub,
.rt-logo-footer:focus-visible .rt-logo-sub {
  color: rgba(255, 255, 255, 0.68);
}

.rt-logo-footer:hover .rt-logo-main span,
.rt-logo-footer:focus-visible .rt-logo-main span {
  color: var(--rt-orange);
}

.rt-footer-links {
  gap: 4px;
}

.rt-footer-links h2,
.rt-footer-disclaimer h2 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: var(--rt-strong-weight);
  letter-spacing: 0.09em;
}

.rt-footer-links a {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: var(--rt-link-weight);
  line-height: 1.25;
}

.rt-footer-links a:hover,
.rt-footer-links a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.rt-footer-disclaimer,
.rt-footer-disclaimer p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.rt-footer-cta-inner {
  flex-wrap: wrap;
  align-items: center;
}

.rt-footer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 14px;
}

.rt-footer-phone a {
  font-size: 18px;
  font-weight: var(--rt-strong-weight);
}

.rt-footer-phone span {
  display: block;
  margin-top: 2px;
}

.rt-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 18px;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .rt-nav-links {
    gap: 2px;
  }

  .rt-nav-link {
    padding-inline: 9px;
    font-size: 13px;
  }
}

@media (max-width: 1040px) {
  .rt-nav-inner {
    min-height: 68px;
  }

  .rt-nav-links,
  .rt-nav-cta {
    display: none;
  }

  .rt-hamburger {
    display: inline-flex;
  }

  .rt-bottom-callbar {
    display: block;
  }
}

@media (max-width: 920px) {
  .rt-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rt-topbar-inner,
  .rt-footer-cta-inner,
  .rt-footer-bottom {
    align-items: stretch;
  }

  .rt-footer-cta-button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .rt-nav-inner,
  .rt-footer-inner,
  .sn-container,
  .sn-stats-inner,
  .rt-topbar-inner,
  .rt-footer-cta,
  .rt-footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .sn-btn,
  .rt-button,
  .sn-btn-group .sn-btn,
  .sn-btn-group .rt-button,
  .rt-footer-cta-button,
  .rt-mobile-cta {
    width: 100%;
  }

  .sn-btn-group {
    gap: 10px;
  }

  .sn-btn-lg,
  .sn-btn-primary,
  .sn-btn-outline {
    padding: 14px 18px;
  }

  .rt-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rt-footer-links a {
    width: 100%;
    min-height: 36px;
  }

  .rt-footer-cta-inner {
    padding: 24px;
  }

  .rt-footer-bottom {
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .rt-logo-main {
    font-size: 20px;
  }

  .rt-hamburger {
    width: 42px;
    height: 42px;
  }
}

/* =========================================================
   Footer redesign consistency pass - May 2026
   Fixes cramped 5-item footer inside older 4-column grid,
   adds breathing room, lighter link hierarchy, and cleaner CTA.
   ========================================================= */

.rt-site-footer {
  position: relative;
  overflow: hidden;
  padding: 0 0 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(42, 167, 161, 0.18), transparent 34%),
    linear-gradient(180deg, #092246 0%, #071b37 100%);
  color: rgba(255, 255, 255, 0.78);
}

.rt-footer-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(44px, 5vw, 64px);
  padding-top: clamp(44px, 5vw, 64px);
}

.rt-footer-cta-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px 36px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #123b70 0%, #0d5a52 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.rt-mini-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.rt-footer-cta h2 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

.rt-footer-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.rt-footer-cta-button {
  min-height: 50px;
  padding: 15px 22px;
  border-radius: 14px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
}

.rt-footer-inner {
  width: min(1180px, calc(100% - 40px));
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 50px) clamp(28px, 4vw, 52px);
  align-items: start;
}

.rt-footer-brand {
  grid-column: span 4;
  max-width: 390px;
}

.rt-footer-brand p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.72;
}

.rt-footer-phone {
  padding-top: 4px;
}

.rt-footer-phone a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.rt-footer-phone span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.rt-footer-links {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  gap: 7px;
  min-width: 0;
}

.rt-footer-links h2,
.rt-footer-disclaimer h2 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rt-footer-links a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  padding: 2px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.rt-footer-links a:hover,
.rt-footer-links a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.rt-footer-disclaimer {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.rt-footer-disclaimer h2 {
  margin-bottom: 8px;
}

.rt-footer-disclaimer p {
  max-width: 1040px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.72;
}

.rt-footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 30px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px 22px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .rt-footer-inner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .rt-footer-brand {
    grid-column: 1 / -1;
    max-width: 720px;
  }

  .rt-footer-links {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .rt-footer-cta,
  .rt-footer-inner,
  .rt-footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .rt-footer-cta-inner {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .rt-footer-cta-button {
    width: 100%;
  }

  .rt-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .rt-footer-brand,
  .rt-footer-links,
  .rt-footer-disclaimer {
    grid-column: 1 / -1;
  }

  .rt-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .rt-footer-links h2 {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  .rt-footer-links a {
    width: 100%;
    padding: 9px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
    line-height: 1.25;
  }

  .rt-footer-links a:hover,
  .rt-footer-links a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    transform: none;
  }

  .rt-footer-bottom {
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  .rt-footer-links {
    grid-template-columns: 1fr;
  }

  .rt-footer-disclaimer {
    padding: 18px;
  }
}

/* =========================================================
   Header + nav consistency pass - May 2026
   Fixes oversized CTA, heavy nav typography, dropdown rhythm,
   logo hover state, topbar balance, and mobile menu spacing.
   Append after the original recover.today stylesheet.
   ========================================================= */

.rt-site-header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 28px rgba(13, 43, 85, 0.06);
}

.rt-topbar {
  background: #0d2b55;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.rt-topbar-inner {
  min-height: 34px;
  gap: 18px;
}

.rt-topbar-inner span,
.rt-topbar-inner a {
  line-height: 1.35;
}

.rt-topbar a {
  font-weight: 650;
  text-decoration: none;
}

.rt-topbar a:hover,
.rt-topbar a:focus-visible {
  color: #fff1df;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rt-nav {
  background: rgba(255, 255, 255, 0.985);
  border-bottom: 1px solid rgba(219, 229, 239, 0.88);
  box-shadow: none;
}

.rt-nav-inner {
  min-height: 76px;
  gap: clamp(16px, 2vw, 28px);
}

.rt-logo,
.rt-logo:visited {
  color: var(--rt-navy);
}

.rt-logo:hover,
.rt-logo:focus-visible {
  color: var(--rt-navy);
  text-decoration: none;
}

.rt-logo-main {
  color: var(--rt-navy);
  transition: color 0.18s ease;
}

.rt-logo-main span {
  color: var(--rt-orange);
}

.rt-logo:hover .rt-logo-main,
.rt-logo:focus-visible .rt-logo-main {
  color: var(--rt-navy-2);
}

.rt-logo:hover .rt-logo-main span,
.rt-logo:focus-visible .rt-logo-main span {
  color: var(--rt-orange);
}

.rt-logo-sub {
  color: rgba(101, 117, 138, 0.9);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.rt-nav-links {
  gap: 4px;
}

.rt-nav-link {
  min-height: 40px;
  padding: 9px 12px;
  color: #334155;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.rt-nav-link span[aria-hidden="true"] {
  color: rgba(101, 117, 138, 0.85);
  font-size: 12px;
  transform: translateY(1px);
}

.rt-nav-link:hover,
.rt-nav-link:focus-visible,
.rt-has-dropdown:hover > .rt-nav-link,
.rt-has-dropdown:focus-within > .rt-nav-link {
  background: var(--rt-blue-soft);
  color: var(--rt-navy);
  box-shadow: inset 0 0 0 1px rgba(13, 43, 85, 0.05);
  outline: none;
}

.rt-dropdown {
  top: calc(100% + 10px);
  min-width: 292px;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(13, 43, 85, 0.16);
}

.rt-mega {
  width: min(780px, calc(100vw - 40px));
  grid-template-columns: 1fr 1fr minmax(220px, 0.95fr);
  align-items: stretch;
}

.rt-dropdown-col {
  gap: 5px;
  min-width: 0;
}

.rt-dropdown-heading {
  margin: 0 0 8px;
  color: rgba(101, 117, 138, 0.95);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.rt-dropdown-col a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.rt-dropdown-col a:hover,
.rt-dropdown-col a:focus-visible {
  background: var(--rt-blue-soft);
  color: var(--rt-navy);
  transform: none;
  outline: none;
}

.rt-dropdown-all {
  color: var(--rt-navy) !important;
  font-weight: 650 !important;
}

.rt-dropdown hr {
  margin: 7px 0;
  border-top-color: rgba(219, 229, 239, 0.9);
}

.rt-dropdown-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 20px;
  border-radius: 16px;
}

.rt-dropdown-panel p {
  margin: 8px 0 18px;
  font-size: 14px;
  line-height: 1.55;
}

.rt-mini-cta {
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.rt-nav-cta {
  flex: 0 0 auto;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 44px;
  padding: 12px 16px !important;
  border-radius: 14px;
  color: #fff !important;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(232, 130, 26, 0.22);
}

.rt-nav-cta-number {
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
}

.rt-nav-cta-label {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.rt-nav-cta-label::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 2px 0 0;
  vertical-align: -2px;
  background: rgba(255, 255, 255, 0.35);
}

.rt-nav-cta:hover,
.rt-nav-cta:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(232, 130, 26, 0.28);
  outline: none;
}

.rt-hamburger {
  border-radius: 14px;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.rt-hamburger:hover,
.rt-hamburger:focus-visible,
.rt-hamburger.rt-open {
  border-color: rgba(13, 43, 85, 0.18);
  background: var(--rt-blue-soft);
  box-shadow: 0 8px 18px rgba(13, 43, 85, 0.08);
  outline: none;
}

.rt-mobile-panel {
  margin-top: 0;
  padding: 12px;
  border-radius: 18px;
}

.rt-mobile-panel.rt-open {
  gap: 6px;
}

.rt-mobile-panel a {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #334155;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.25;
}

.rt-mobile-panel a:hover,
.rt-mobile-panel a:focus-visible {
  background: var(--rt-blue-soft);
  color: var(--rt-navy);
  outline: none;
}

.rt-mobile-section-label {
  padding: 10px 12px 2px;
  font-size: 11px;
  font-weight: 700;
}

.rt-mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px !important;
  margin-top: 10px;
  border-radius: 14px !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.rt-bottom-callbar {
  padding: 11px 16px;
}

.rt-bottom-callbar a {
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .rt-nav-link {
    padding-inline: 10px;
    font-size: 14px;
  }

  .rt-nav-cta-label {
    display: none;
  }

  .rt-nav-cta-label::before {
    display: none;
  }
}

@media (max-width: 1040px) {
  .rt-nav-inner {
    min-height: 70px;
  }

  .rt-nav-links,
  .rt-nav-cta {
    display: none !important;
  }

  .rt-hamburger {
    display: inline-flex;
    flex: 0 0 auto;
  }
}

@media (max-width: 760px) {
  .rt-topbar-inner {
    width: min(100% - 28px, 1180px);
    min-height: 0;
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .rt-topbar {
    font-size: 12px;
  }

  .rt-nav-inner {
    width: min(100% - 28px, 1180px);
    min-height: 66px;
  }

  .rt-logo-main {
    font-size: 22px;
  }

  .rt-logo-sub {
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .rt-mobile-panel {
    width: min(100% - 28px, 1180px);
  }
}

@media (max-width: 420px) {
  .rt-topbar-inner span {
    max-width: 260px;
  }

  .rt-logo-main {
    font-size: 21px;
  }

  .rt-logo-sub {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
