* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1b1b1f;
  background-color: #f5f6fa;
  line-height: 1.6;
}

a {
  color: #0b63ce;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(7, 28, 54, 0.98);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 16px;
}

.logo {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo span {
  color: #26c281;
}

.main-nav {
  display: flex;
  gap: 16px;
  font-size: 0.9rem;
}

.main-nav a {
  color: #e7ecf5;
  font-weight: 500;
}

.main-nav a:hover {
  color: #ffffff;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(7, 28, 54, 0.98);
  min-width: 220px;
  padding: 8px 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  color: #e7ecf5;
  font-size: 0.85rem;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.top-bar-phone {
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
}

.hero {
  background: radial-gradient(circle at top left, #1a3c72 0, #071c36 55%, #020712 100%);
  color: #fff;
  padding: 80px 0 64px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 40px;
  align-items: center;
}

@media (min-width: 901px) {
  .hero {
    min-height: 720px;
  }

  .hero-inner {
    min-height: calc(720px - 144px);
  }
}

.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9fb5d8;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: clamp(2.1rem, 3.2vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 14px;
}

.hero-sub {
  font-size: 1rem;
  color: #d7e1f0;
  max-width: 540px;
  margin-bottom: 20px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, #26c281, #1ab06f);
  color: #031018;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #2bd68f, #1ab06f);
}

.btn-outline {
  background: transparent;
  color: #f3f7ff;
  border-color: rgba(196, 208, 230, 0.65);
}

.btn-outline:hover {
  border-color: #ffffff;
}

.btn-full {
  width: 100%;
}

.hero-bullets {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 0.9rem;
  color: #c4d2ea;
}

.hero-bullets li::before {
  content: "•";
  margin-right: 6px;
  color: #26c281;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  max-width: 760px;
}

.hero-proof-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(159, 181, 216, 0.22);
  border-radius: 14px;
  padding: 14px 16px;
}

.hero-proof-item strong {
  display: block;
  color: #ffffff;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.hero-proof-item span {
  display: block;
  color: #c4d2ea;
  font-size: 0.84rem;
}

.hero-image figure {
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 60%);
  border-radius: 16px;
  padding: 10px;
  border: 1px solid rgba(142, 174, 214, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.hero-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.hero-image figcaption {
  font-size: 0.75rem;
  color: #b4c6e6;
  margin-top: 6px;
}

.trust-strip {
  background: #020712;
  color: #d7e1f0;
  padding: 14px 0;
  border-bottom: 1px solid #121829;
}

.trust-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
  font-size: 0.85rem;
}

.section {
  padding: 64px 0;
}

.section-alt {
  background: #ffffff;
}

.section-title {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.section-intro {
  max-width: 680px;
  font-size: 0.98rem;
  color: #4a5668;
  margin-bottom: 28px;
}

.split {
  padding: 64px 0;
  background: #f0f3fa;
}

.split-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 32px;
  align-items: flex-start;
}

.split-text p {
  margin-bottom: 16px;
}

.checklist {
  list-style: none;
  margin-top: 8px;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.95rem;
  color: #374052;
}

.checklist li::before {
  content: "✔";
  color: #26c281;
  margin-top: 2px;
}

.split-form-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 20px 22px;
  box-shadow: 0 18px 45px rgba(19, 33, 68, 0.22);
}

.split-form-card h3 {
  margin-bottom: 14px;
}

.field {
  margin-bottom: 10px;
}

.field-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  color: #4a5668;
}

input,
textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #cbd4e4;
  padding: 8px 10px;
  font-size: 0.9rem;
  font-family: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid #26c281;
  border-color: transparent;
}

.form-footnote {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #6a7485;
}

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

.card {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e7f0;
}

.card h3 {
  margin-bottom: 8px;
}

.card p {
  font-size: 0.92rem;
  color: #4a5668;
  margin-bottom: 10px;
}

.card ul {
  list-style: none;
  font-size: 0.9rem;
  color: #374052;
}

.card ul li::before {
  content: "•";
  margin-right: 6px;
  color: #26c281;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step {
  background: #f5f7fc;
  border-radius: 12px;
  padding: 16px 14px 18px;
  border: 1px solid #e0e4f0;
}

.step-number {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #071c36;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-bottom: 6px;
}

.step h3 {
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.step p {
  font-size: 0.88rem;
  color: #4a5668;
}

.compliance-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.8fr);
  gap: 24px;
}

.compliance-callout {
  background: #071c36;
  color: #f5f7ff;
  border-radius: 14px;
  padding: 18px 18px 20px;
}

.compliance-callout h3 {
  margin-bottom: 8px;
}

.compliance-callout ul {
  list-style: none;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.compliance-callout li + li {
  margin-top: 3px;
}

.small {
  font-size: 0.82rem;
}

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

.columns-tight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.columns-tight ul {
  list-style: none;
  font-size: 0.92rem;
}

.center {
  text-align: center;
  margin-top: 18px;
}

.cta-footer {
  background: #071c36;
  color: #ffffff;
  padding: 32px 0;
}

.cta-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cta-footer-inner > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.cta-footer-inner > .cta-footer-actions {
  flex: 0 0 auto;
}

.cta-footer p {
  font-size: 0.95rem;
  color: #d7e1f0;
}

.cta-footer-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.cta-footer-actions .btn {
  white-space: nowrap;
}

.site-footer {
  background: #020712;
  color: #9ea7bb;
  padding: 16px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-left p {
  max-width: 340px;
}

@media (max-width: 960px) {
  .hero-inner,
  .split-inner,
  .cards-grid,
  .steps-grid,
  .compliance-grid,
  .section-alt .columns,
  .columns-tight,
  .cta-footer-inner,
  .footer-inner {
    grid-template-columns: 1fr !important;
    flex-direction: column;
  }

  .hero-inner,
  .split-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-image {
    order: -1;
  }

  .main-nav {
    display: none;
  }

  .top-bar-inner {
    justify-content: space-between;
  }

  .cta-footer-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 64px 0 44px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-bullets {
    flex-direction: column;
  }

  .cta-footer-actions {
    justify-content: center;
    width: 100%;
  }

  .split {
    padding: 48px 0;
  }

  .section {
    padding: 48px 0;
  }
}


.value-cards-top-space { margin-top: 36px !important; }


.service-area-list--three {
  column-count: 3;
  column-gap: 28px;
}

.service-area-list--three li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

@media (max-width: 900px) {
  .service-area-list--three { column-count: 2; }
  .hero-proof { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .service-area-list--three { column-count: 1; }
}


:root {
  --navy: #1B2A4A;
  --navy-deep: #12203a;
  --amber: #D4922A;
  --amber-soft: #efcf96;
  --white: #ffffff;
  --paper: #f5f6f8;
  --ink: #20242c;
  --muted: #667085;
  --line: #d7dbe3;
  --shadow: 0 20px 50px rgba(17, 28, 51, 0.15);
}

html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--paper);
}
a { color: var(--navy); }
a:hover { color: var(--amber); text-decoration: none; }
.top-bar {
  background: rgba(18, 32, 58, 0.98);
  backdrop-filter: blur(12px);
}
.logo.lockup {
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1;
}
.logo-jr {
  color: var(--amber-soft);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform:none;
  transform: rotate(-8deg);
  transform-origin:left center;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  letter-spacing: 0.02em;
}
.logo-main {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.logo.lockup:hover, .logo.lockup:hover .logo-main, .logo.lockup:hover .logo-jr { color: inherit; }
.main-nav a { color: #eef2f8; }
.main-nav a:hover { color: var(--amber-soft); }
.dropdown-menu { background: rgba(18, 32, 58, 0.99); }
.top-bar-phone {
  background: rgba(212,146,42,0.12);
  border: 1px solid rgba(212,146,42,0.35);
  padding: 10px 14px;
  border-radius: 999px;
}
.hero-rv {
  position: relative;
  background:
    linear-gradient(110deg, rgba(18,32,58,0.96) 0%, rgba(18,32,58,0.92) 42%, rgba(18,32,58,0.75) 60%, rgba(18,32,58,0.55) 100%),
    url('/images/hero-rv-background.webp') center/cover no-repeat;
  padding: 96px 0 76px;
}
.hero-overlay { display:none; }
.hero-card {
  background: rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 24px 50px rgba(0,0,0,0.3);
}
.hero-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}
.eyebrow { color: var(--amber-soft); }
.hero-sub { color: #e7ebf3; }
.subtle { color: #d4dae7; }
.btn {
  border-radius: 10px;
  padding: 13px 22px;
  font-weight: 700;
}
.btn-primary {
  background: linear-gradient(180deg, #e0a742 0%, var(--amber) 100%);
  color: #1c2230;
}
.btn-primary:hover { background: linear-gradient(180deg, #e7b65d 0%, #d4922a 100%); color:#111827; }
.btn-outline {
  border-color: rgba(255,255,255,0.55);
  color: #fff;
}
.btn-outline:hover { border-color: var(--amber-soft); color: var(--amber-soft); }
.hero-bullets li::before,
.checklist li::before { color: var(--amber); }
.trust-strip-rv {
  background: #fff;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
}
.trust-inner { font-weight: 600; }
.split-rv {
  background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}
.service-callout-card {
  border: 1px solid rgba(27,42,74,0.08);
  box-shadow: var(--shadow);
}
.service-logo {
  width: 120px;
  height: auto;
  border-radius: 16px;
  display:block;
  margin-bottom: 18px;
}
.service-callout-top p,
.callout-points li,
.reason-card p,
.faq-item p,
.section-note,
.split-text p { color: #465062; }
.callout-points {
  list-style:none;
  margin: 16px 0 18px;
}
.callout-points li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.callout-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--amber);
}
.callout-actions { display:flex; flex-direction:column; gap:12px; }
.section-title { color: var(--navy); font-size: clamp(1.9rem, 2.4vw, 2.5rem); }
.section-intro { color: var(--muted); }
.cards-grid-rv,
.reasons-grid,
.city-grid,
.faq-grid {
  display:grid;
  gap: 24px;
}
.cards-grid-rv { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reasons-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.city-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin: 24px 0;
}
.city-grid div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 600;
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(20,30,55,0.05);
}
.faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card,
.reason-card,
.faq-item {
  background:#fff;
  border: 1px solid rgba(27,42,74,0.08);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 12px 35px rgba(18,32,58,0.08);
}
.card h3,
.reason-card h3,
.faq-item h3,
.compliance-callout h3,
.step h3 { color: var(--navy); }
.quality-section,
.area-section,
.faq-section,
.partners-section { background:#fff; }
.process-section { background:#f4f6fa; }
.ownership-section { background:#eef2f7; }

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.partner-logo-card {
  background: #fff;
  border: 1px solid rgba(27,42,74,0.08);
  border-radius: 18px;
  padding: 22px;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 35px rgba(18,32,58,0.08);
}

.partner-logo-card:hover {
  text-decoration: none;
}

.partner-logo-card img {
  max-width: 100%;
  max-height: 82px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.quality-callout-grid,
.compliance-grid {
  display:grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 28px;
  align-items:start;
}
.rv-callout {
  background: linear-gradient(180deg, #1b2a4a 0%, #16233f 100%);
  color:#fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(18,32,58,0.22);
}
.rv-callout ul { padding-left: 18px; }
.rv-callout li { margin-bottom: 12px; color:#e9edf7; }
.section-actions.center { text-align:center; }
.cta-footer {
  background: linear-gradient(90deg, #16233f 0%, #1b2a4a 65%, #25365e 100%);
}
.site-footer {
  background: #101a30;
}
.footer-lockup .logo-main { font-size: 1rem; }
.footer-lockup .logo-jr { font-size: 0.85rem; }
@media (max-width: 980px) {
  .hero-inner,
  .split-inner,
  .quality-callout-grid,
  .compliance-grid,
  .cards-grid-rv,
  .reasons-grid,
  .faq-grid,
  .city-grid,
  .partners-grid {
    grid-template-columns: 1fr;
  }
  .top-bar-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-bar-phone { width: 100%; text-align: center; }
}
@media (max-width: 720px) {
  .hero-rv { padding-top: 82px; }
  .main-nav { font-size: 0.85rem; gap: 12px; }
  .btn { width: 100%; }
  .hero-ctas { flex-direction: column; }
  .trust-inner { justify-content:flex-start; }
}

.brand-lockup {
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-text {
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1;
}
.header-logo-mark {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.18);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  background:#fff;
}
.footer-logo-mark {
  width: 50px;
  height: 50px;
  border-color: rgba(212,146,42,0.3);
}
.callout-photo {
  width:100%;
  height:auto;
  border-radius: 16px;
  margin: 6px 0 18px;
  box-shadow: 0 12px 28px rgba(17,28,51,0.12);
}

.service-visual-stack {
  display: grid;
  gap: 18px;
}

.service-visual-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7, 28, 54, 0.12);
  border: 1px solid rgba(15, 31, 59, 0.08);
}

.service-visual-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.service-visual-card .visual-caption {
  padding: 14px 16px 16px;
}

.service-visual-card .visual-caption strong {
  display: block;
  color: #071c36;
  margin-bottom: 6px;
}

.service-visual-card .visual-caption p {
  color: #445066;
  font-size: 0.95rem;
}

.brand-title-lockup {
  display:flex;
  align-items:center;
  gap:14px;
  min-width: 0;
  flex-shrink: 0;
}
.brand-title-inline {
  color:#fff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-right {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  margin-left:auto;
  flex:1;
}
.main-nav {
  justify-content:flex-end;
  margin-left:auto;
}
.hero-image-spacer {
  min-height: 320px;
}
.centered-callout-top {
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.service-form-card .service-logo {
  margin-left:auto;
  margin-right:auto;
}
.left-content-photo {
  margin-top: 24px;
}
.service-request-form {
  margin-top: 16px;
}
.field label {
  display:block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.field input,
.field textarea {
  width:100%;
  border:1px solid #cfd6e1;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  background:#fff;
  color:#1f2937;
}
.field textarea {
  resize: vertical;
  min-height: 130px;
}
.field input:focus,
.field textarea:focus {
  outline:none;
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(212,146,42,0.12);
}
.field-grid.two-col {
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
@media (max-width: 980px) {
  .header-right {
    width:100%;
    flex-direction:column;
    align-items:center;
    gap:12px;
  }
  .main-nav {
    justify-content:center;
    margin-left:0;
  }
}
@media (max-width: 720px) {
  .brand-title-inline {
    font-size: 0.86rem;
    white-space: normal;
    line-height: 1.1;
  }
  .field-grid.two-col {
    grid-template-columns: 1fr;
  }
  .hero-image-spacer {
    display:none;
  }
}

.footer-left-clean {
  text-align:left;
}
.footer-company-name {
  color:#ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-right-clean {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-end;
}
.footer-copyright {
  margin-top:auto;
  text-align:right;
}
.inline-cta-callout {
  margin-top: 22px;
  background: linear-gradient(180deg, #16233f 0%, #1b2a4a 100%);
  color:#fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(18,32,58,0.18);
}
.inline-cta-callout h3 {
  color:#fff;
  margin-bottom: 10px;
}
.inline-cta-callout p {
  color:#e6eaf3;
  margin-bottom: 16px;
}
@media (max-width: 980px) {
  .footer-right-clean {
    align-items:flex-start;
    width:100%;
  }
  .footer-copyright {
    text-align:left;
  }
}

.footer-inner {
  align-items: stretch;
}
.footer-left-clean,
.footer-right-clean {
  min-height: 96px;
}
.footer-right-clean {
  padding-top: 22px;
}
.footer-nav {
  margin-top: auto;
}
.footer-copyright {
  margin-top: 18px;
}

.header-logo-mark {
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.footer-copyright {
  margin-top: 8px;
}

.header-logo-mark {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.24);
  transform-origin: center;
  overflow: hidden;
}
.brand-title-lockup {
  overflow: hidden;
}
.footer-right-clean {
  padding-top: 10px;
}
.footer-nav {
  margin-bottom: 2px !important;
}
.footer-copyright {
  margin-top: 2px;
  line-height: 1.2;
}

.top-bar-grid {
  display:grid;
  grid-template-columns: auto 1fr;
  align-items:center;
  gap: 24px;
}
.header-logo-shell {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}
.header-logo-mark {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.brand-title-lockup {
  display:flex;
  align-items:center;
  gap:16px;
  min-width: 0;
  overflow: visible;
}
.brand-title-inline {
  display:block;
  color:#fff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-right {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  min-width:0;
}
.main-nav {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  flex-wrap:nowrap;
}
.footer-inner {
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:end;
  gap: 24px;
}
.footer-left-clean {
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  text-align:left;
}
.footer-right-clean {
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-end;
  padding-top: 0;
}
.footer-nav {
  margin-bottom: 6px !important;
}
.footer-copyright {
  margin-top: 0;
  text-align:right;
}
@media (max-width: 980px) {
  .top-bar-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .brand-title-inline {
    white-space: normal;
  }
  .header-right,
  .footer-right-clean {
    justify-content:flex-start;
    align-items:flex-start;
  }
  .main-nav {
    flex-wrap:wrap;
    justify-content:flex-start;
  }
  .footer-copyright {
    text-align:left;
  }
}

.rv-callout {
  display:flex;
  align-items:center;
  min-height: 100%;
}
.rv-callout-inner {
  width:100%;
}
.rv-callout-eyebrow {
  color: #efcf96;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rv-callout h3 {
  color:#fff;
  font-size: 1.45rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
