/* ════════════════════════════════════════════════════════════════
   First Nation Fidelity — homepage light shell
   Punchy-institutional. Navy / brass / white.
   Red is reserved for the “on qualified deals” note.
   ════════════════════════════════════════════════════════════════ */

.page-light {
  --header-h: 52px;
  scroll-padding-top: calc(var(--header-h) + 12px);
  overflow-x: clip;
  --navy: #00213D;
  --navy-mid: #003A6B;
  --navy-soft: #1B5A96;
  --brass: #C4A05A;
  --brass-deep: #A07F3A;
  --brass-pale: #E8D7A8;
  --shell: #F5F8FC;
  --white: #FFFFFF;
  --ink: #0E2438;
  --muted: #5B6B7C;
  --line: #D5DEE8;
  --stamp: #C41E3A;
  --display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --body: "Lato", "Segoe UI", system-ui, sans-serif;
  --mono: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --paper: var(--shell);
  --on-paper: var(--ink);
  --on-paper-dim: var(--muted);
  --on-paper-mute: #7A8896;
  background: var(--shell);
  color: var(--ink);
  font-family: var(--body);
}

.page-light .skip-link {
  background: var(--brass);
  color: var(--navy);
}

/* ── Chrome — fixed, bank-grade, never vanishes ── */
.site-chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(0, 33, 61, 0.04);
}

.page-light .nav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 5px 0;
  background: transparent;
  border-bottom: 0;
}

.page-light main#main {
  padding-top: var(--header-h);
}

.page-light .nav.is-scrolled {
  padding: 5px 0;
}

.site-chrome:has(.is-scrolled) {
  box-shadow: 0 10px 28px rgba(0, 33, 61, 0.08);
}

html:has(.page-light) {
  scroll-padding-top: calc(var(--header-h, 64px) + 12px);
}

/* ── Gold scroll progress — sits on the header’s bottom edge ── */
.page-light .scroll-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: rgba(196, 160, 90, 0.18);
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.page-light .scroll-progress-fill {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--brass);
  transform-origin: left center;
  transform: scaleX(var(--scroll, 0));
  will-change: transform;
}

/* ── Left section jumper — desktop dots; title on active + hover ── */
.section-jumper {
  display: none;
}

@media (min-width: 1180px) {
  .section-jumper {
    position: fixed;
    top: calc(var(--header-h) + 28px);
    left: 14px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: auto;
    max-width: 168px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}

.section-jumper-kicker { display: none; }

.section-jumper a {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 22px;
  padding: 5px 0;
  border: 0;
  background: none;
  color: var(--navy);
  text-decoration: none;
  text-shadow: none;
}

.section-jumper .jumper-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--navy);
  background: transparent;
  box-shadow: none;
}

.section-jumper .jumper-label {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2px);
  white-space: nowrap;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--navy);
  pointer-events: none;
}

.section-jumper a[aria-current="true"] .jumper-dot {
  width: 9px;
  height: 9px;
  background: var(--brass);
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(196, 160, 90, 0.28);
}

.section-jumper a[aria-current="true"] .jumper-label {
  opacity: 1;
  visibility: visible;
  transform: none;
  font-weight: 800;
  color: var(--navy);
}

.section-jumper a:hover .jumper-dot,
.section-jumper a:focus-visible .jumper-dot {
  border-color: var(--brass);
}

.section-jumper a:hover .jumper-label,
.section-jumper a:focus-visible .jumper-label {
  opacity: 1;
  visibility: visible;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .section-jumper .jumper-label { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .page-light .scroll-progress-fill {
    will-change: auto;
  }
}

.page-light .nav-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-light .brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: auto;
  min-width: 0;
  color: var(--navy);
  opacity: 1;
  visibility: visible;
}

.brand-mark {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}

.brand-lockup-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1;
}

.brand-name {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #0A0F1C;
  white-space: nowrap;
}

.brand-rule {
  display: block;
  width: 132px;
  max-width: 100%;
  height: 1.5px;
  margin: 3px 0 3px;
  background: #D4B06A;
}

.brand-sub {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 8.5px;
  letter-spacing: 0.01em;
  color: #5A6578;
  white-space: nowrap;
}

.page-light .nav-links {
  display: flex;
  align-items: center;
  gap: 0;
}

.page-light .nav-links a {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--navy);
  padding: 0 11px;
  border-left: 1px solid var(--line);
  white-space: nowrap;
}

.page-light .nav-links a:first-child {
  border-left: 0;
  padding-left: 0;
}

.page-light .nav-links a:hover { color: var(--navy-soft); }

.lang-switch {
  position: relative;
  flex-shrink: 0;
}

.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lang-switch-btn[aria-expanded="true"] {
  border-color: var(--navy);
}

.lang-globe,
.lang-flag,
.lang-flag svg {
  display: block;
  flex-shrink: 0;
}

.lang-flag {
  width: 16px;
  height: 12px;
  box-shadow: 0 0 0 1px rgba(0, 33, 61, 0.12);
}

.lang-flag svg {
  width: 16px;
  height: 12px;
}

.lang-switch-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 90;
  min-width: 180px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--navy);
  box-shadow: 0 10px 24px rgba(0, 33, 61, 0.12);
}

.lang-switch-menu[hidden] { display: none; }

.lang-switch-menu button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  background: transparent;
}

.lang-switch-menu button[aria-selected="true"],
.lang-switch-menu button:hover {
  background: #F4F7FB;
}

.page-light .nav-quick {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  border: 1px solid var(--navy-soft);
  background: var(--white);
  border-radius: 4px;
  padding: 7px 12px;
  min-height: 36px;
  margin-right: 0;
}

.page-light .nav-quick:hover {
  background: var(--navy);
  color: var(--white);
}

.page-light .nav-cta {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--brass);
  color: #fff;
  border-radius: 4px;
  padding: 7px 12px;
  min-height: 36px;
}

.page-light .nav-cta:hover { background: var(--brass-pale); }

.page-light .menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.page-light .menu-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--navy);
}

.nav-drawer {
  display: none;
}

@media (max-width: 1180px) {
  .page-light .nav-links,
  .page-light .nav-quick { display: none; }
  .page-light .menu-toggle { display: flex; }
}

@media (max-width: 520px) {
  .page-light { --header-h: 52px; }
  .page-light .nav,
  .page-light .nav.is-scrolled { padding: 5px 0; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 13px; }
  .brand-rule { display: block; width: 132px; }
  .brand-sub { display: block; font-size: 8.5px; }
  .lang-current { display: inline; }
  .page-light .nav-inner > .nav-cta {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
  }
}

/* ── Drawer ── */
.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-nav) + 2);
  pointer-events: none;
}

.nav-drawer.is-open {
  display: block;
  pointer-events: auto;
}

.nav-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 33, 61, 0.42);
}

.nav-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 88vw);
  height: 100%;
  background: var(--white);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: -16px 0 40px rgba(0, 33, 61, 0.16);
}

.nav-drawer-close {
  align-self: flex-end;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}

.nav-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav-drawer-links a {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--navy);
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.nav-drawer-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.nav-drawer-actions .nav-quick,
.nav-drawer-actions .nav-cta {
  display: flex;
  justify-content: center;
}

body.drawer-open { overflow: hidden; }

/* ── Buttons ── */
.page-light .btn {
  font-family: var(--display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  border-radius: 4px;
  padding: 8px 14px;
  min-height: 36px;
  box-shadow: none;
}

.page-light .btn-primary {
  background: var(--brass);
  color: var(--navy);
  border-color: var(--brass);
}

.page-light .btn-primary:hover {
  background: var(--brass-pale);
  border-color: var(--brass-pale);
}

.page-light .btn-secondary {
  background: var(--white);
  color: var(--navy);
  border: 1px solid var(--navy-soft);
}

.page-light .btn-secondary:hover {
  background: var(--navy);
  color: var(--white);
}

.page-light .btn-link {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy);
  border-bottom-color: var(--navy);
}

.page-light .btn-link:hover {
  color: var(--navy-soft);
  border-bottom-color: var(--navy-soft);
}

/* ── Hero ── */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 10px;
  background:
    radial-gradient(ellipse 70% 50% at 12% 0%, rgba(27, 90, 150, 0.10), transparent 60%),
    var(--shell);
}

.parallax-wash {
  position: absolute;
  inset: -20% -10% auto;
  height: 80%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 50% 60% at 80% 20%, rgba(0, 33, 61, 0.08), transparent 70%),
    radial-gradient(ellipse 40% 50% at 10% 70%, rgba(196, 160, 90, 0.10), transparent 65%);
  will-change: transform;
}

.parallax-wash.is-deep {
  inset: -30% 0 auto;
  height: 120%;
  background: radial-gradient(ellipse 60% 80% at 80% 40%, rgba(196, 160, 90, 0.16), transparent 60%);
}

.closing-light { position: relative; overflow: hidden; }

.home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 48px;
  align-items: center;
}

.icp-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid var(--navy-soft);
  border-radius: 999px;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--white);
}

.home-hero-title {
  margin: 10px 0 10px;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--navy);
  text-transform: uppercase;
}

.home-hero-title .hero-accent { color: var(--navy-soft); }

.home-hero-sub {
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

.hero-panel {
  background: var(--navy);
  color: #F4F7FB;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 33, 61, 0.12);
}

.hero-panel-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #001829;
  overflow: hidden;
}

.hero-panel-visual video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-panel-copy {
  background: var(--white);
  color: var(--ink);
  margin: 10px;
  padding: 12px 14px;
  border-radius: 6px;
}

.hero-panel-copy h2 {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.hero-panel-copy p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

/* ── Trust band: capsule metrics + dense scrolling marquee ── */
.trust-band {
  padding: 0 0 12px;
}

.cred-capsule {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 33, 61, 0.06);
  overflow: hidden;
}

.cred-capsule li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 22px;
}

.cred-capsule li + li {
  border-left: 1px solid var(--brass);
}

.cred-capsule strong {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1;
}

.cred-capsule span {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.cred-marquee {
  position: relative;
  overflow: hidden;
  height: 56px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(196, 160, 90, 0.16), transparent 42%),
    linear-gradient(180deg, #0A3A66 0%, #00213D 100%);
  box-shadow:
    inset 0 1px 0 rgba(232, 215, 168, 0.22),
    inset 0 -10px 18px rgba(0, 0, 0, 0.22);
}

.cred-marquee-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: cred-marquee-scroll 32s linear infinite;
}

.cred-marks {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

.cred-marks li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 4px 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);
}

.cred-mark {
  display: block;
  width: auto;
  height: 26px;
  object-fit: contain;
}

.cred-marquee-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  z-index: 2;
  pointer-events: none;
}

.cred-marquee-fade-left {
  left: 0;
  background: linear-gradient(90deg, #00213D, rgba(0, 33, 61, 0));
}

.cred-marquee-fade-right {
  right: 0;
  background: linear-gradient(270deg, #00213D, rgba(0, 33, 61, 0));
}

@keyframes cred-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .cred-marquee-track {
    animation: none;
    width: 100%;
    justify-content: center;
  }

  .cred-marquee-track .cred-marks[aria-hidden="true"] {
    display: none;
  }
}

.footer-compact .pay-marks {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 0 auto;
  padding: 0 0 0 10px;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-compact .pay-marks li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 3px 8px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.footer-compact .pay-marks li.pay-pill-discover {
  padding: 4px 10px;
}

.footer-compact .pay-mark {
  display: block;
  width: auto;
  height: 14px;
  object-fit: contain;
  filter: none;
}

.footer-compact .pay-pill-discover .pay-mark {
  height: 12px;
}

@media (max-width: 800px) {
  .cred-capsule {
    width: 100%;
    border-radius: 8px;
  }

  .cred-capsule li {
    flex: 1;
    justify-content: center;
    padding: 8px 12px;
  }

  .cred-marquee { height: 52px; }
  .cred-mark { height: 22px; }
  .footer-compact .pay-marks {
    flex-wrap: wrap;
    width: 100%;
    margin: 8px 0 0;
    padding-left: 0;
    border-left: 0;
  }
}

/* ── Promo ── */
.promo {
  padding: 8px 0 32px;
}

.promo-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: var(--white);
  border: 2.5px solid #C9A04E;
  border-radius: 0;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(201, 160, 78, 0.4),
    0 12px 32px rgba(201, 160, 78, 0.2),
    0 8px 20px rgba(0, 33, 61, 0.06);
}

.promo-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
  padding: 26px 26px 22px;
  border-right: 1px solid rgba(201, 160, 78, 0.38);
}

.promo-cell:last-child { border-right: 0; }

.promo-qualify {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.promo-qualify .btn {
  min-height: 44px;
  padding: 12px 28px;
  font-size: 13px;
}

.promo-products {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}

.qualified-note {
  display: block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--stamp);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.promo-cell h2 {
  font-family: var(--display);
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.promo-cell p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

/* ── Shared section chrome ── */
.light-section { padding: 44px 0; }

.light-section .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
  padding-top: 0;
  border-top: 0;
}

.light-section .section-head.is-compact {
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}

.kicker {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-soft);
}

.light-section h2,
.section-title {
  font-family: var(--display);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--navy);
  line-height: 1.12;
}

/* ── Capabilities — connected rows, not a card farm ── */
.cap-rail {
  border-top: 1px solid var(--navy);
}

.cap-row {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
}

.cap-row:hover { background: rgba(255, 255, 255, 0.55); }

.cap-row .cap-num {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass-deep);
  padding-top: 3px;
}

.cap-row h3 {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.cap-row p { color: var(--muted); line-height: 1.5; font-size: 14px; }

.cap-row .cap-go {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  padding-top: 4px;
  white-space: nowrap;
}

/* ── Approach ── */
.approach-light {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
}

.approach-light blockquote {
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--navy);
}

.approach-light p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.approach-light strong { color: var(--ink); }

/* ── Connected file timeline ── */
.file-timeline {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  position: relative;
}

.file-timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--brass), var(--navy-soft));
  z-index: 0;
}

.timeline-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}

.timeline-node {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 0 6px var(--shell);
}

.timeline-copy {
  margin-top: 16px;
  width: 100%;
}

.timeline-copy h3 {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.timeline-copy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .file-timeline {
    grid-template-columns: 1fr;
    padding-left: 28px;
  }
  .file-timeline::before {
    top: 0;
    bottom: 0;
    left: 17px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--brass), var(--navy-soft));
  }
  .timeline-step {
    align-items: flex-start;
    text-align: left;
    padding: 0 0 28px;
  }
  .timeline-node { box-shadow: 0 0 0 6px var(--shell); }
}

/* ── Tables ── */
.table-wrap { overflow-x: auto; }

.light-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.light-table th,
.light-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.light-table th {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  background: #EEF3F8;
}

.light-table td { color: var(--muted); }

.light-table .product {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.light-table .is-fnf,
.light-table .claim {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy);
}

.light-table .is-fnf { color: var(--navy-soft); }

/* ── Client Success ── */
.stories-wall {
  background: var(--white);
  padding-block: 56px;
}

.stories-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.story-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.story-phone {
  position: relative;
  aspect-ratio: 9 / 16;
  max-height: 168px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
}

.story-card.is-featured .story-phone { max-height: 200px; }

.story-phone video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-play-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 33, 61, 0.62) 100%);
}

.story-play-layer .btn { width: 100%; justify-content: center; }

.story-card.is-playing .story-play-layer {
  opacity: 0;
  pointer-events: none;
}

.story-quote {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--navy);
}

.story-card.is-featured .story-quote { font-size: 14px; }

.story-name {
  font-size: 14px;
  color: var(--muted);
}

.story-name strong { color: var(--navy); }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; }

.faq-item { border-top: 1px solid var(--line); }

.faq-item:last-child { border-bottom: 1px solid var(--line); }

.faq-summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
}

.faq-summary::-webkit-details-marker { display: none; }

.faq-toggle {
  width: 22px;
  height: 22px;
  position: relative;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background: var(--navy);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-toggle::before { width: 14px; height: 1.5px; }
.faq-toggle::after { width: 1.5px; height: 14px; }
.faq-item[open] .faq-toggle::after { opacity: 0; }

.faq-body {
  padding: 0 0 22px;
  max-width: 68ch;
  color: var(--muted);
}

/* ── Closing + footer ── */
.closing-light {
  background: var(--navy);
  color: #F4F7FB;
  padding: 48px 0;
}

.closing-light h2 {
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.closing-light p {
  margin: 14px 0 24px;
  max-width: 46ch;
  color: rgba(244, 247, 251, 0.72);
}

.page-light .site-footer {
  background: linear-gradient(180deg, #0A3A66 0%, #00213D 52%, #00101F 100%);
  color: #F4F7FB;
  padding: 8px 0 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.footer-compact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}

.footer-mark {
  display: inline-flex;
  align-items: center;
  color: #F4F7FB;
}

.footer-mark svg,
.footer-mark img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
}

.footer-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-inline a {
  color: rgba(244, 247, 251, 0.72);
  padding: 0 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  white-space: nowrap;
}

.footer-inline a:first-child {
  border-left: 0;
  padding-left: 0;
}

.footer-inline a:hover { color: var(--brass); }

.footer-copy {
  width: 100%;
  margin: 0;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  color: rgba(244, 247, 251, 0.42);
}

@media (max-width: 1024px) {
  .home-hero-inner,
  .light-section .section-head,
  .approach-light,
  .file-timeline {
    grid-template-columns: 1fr;
  }
  .cap-row {
    grid-template-columns: 6rem minmax(0, 1fr);
  }
  .cap-row .cap-go { grid-column: 2; }
}

@media (max-width: 800px) {
  .home-hero { padding-top: 32px; }
  .promo-card { grid-template-columns: 1fr; }
  .promo-cell {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .promo-cell:last-child { border-bottom: 0; }
  .stories-rail {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
  }
  .stories-rail .story-card {
    flex: 0 0 min(48vw, 168px);
    scroll-snap-align: start;
  }
}

/* ── Guarantees — tabs on top, gold selected ── */
.warranty-switcher {
  border: 1px solid var(--navy);
  background: var(--white);
}

.warranty-panels {
  min-height: 168px;
}

.warranty-panel {
  padding: 28px 32px 24px;
}

.warranty-panel[hidden] { display: none; }

.warranty-index {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin-bottom: 8px;
}

.warranty-panel h3 {
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.warranty-panel p {
  max-width: 62ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.warranty-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--navy);
}

.warranty-tabs [role="tab"] {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 10px 12px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #F4F7FB;
  color: var(--navy);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.25;
}

.warranty-tabs [role="tab"]:last-child { border-right: 0; }

.warranty-tabs [role="tab"][aria-selected="true"] {
  background: #F8F1DC;
  color: var(--navy);
  box-shadow: inset 0 0 0 2px #C9A04E;
  position: relative;
  z-index: 1;
}

.warranty-tabs [role="tab"]:hover:not([aria-selected="true"]) {
  background: var(--white);
}

@media (max-width: 800px) {
  .warranty-tabs { grid-template-columns: 1fr 1fr; }
  .warranty-tabs [role="tab"]:nth-child(2) { border-right: 0; }
  .warranty-tabs [role="tab"]:nth-child(1),
  .warranty-tabs [role="tab"]:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
  .warranty-panel { padding: 22px 18px 20px; }
}

/* ── Investor Insights / blog ── */
.blog-hero {
  padding: 28px 0 12px;
}

.blog-hero h1 {
  font-family: var(--display);
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--navy);
  text-transform: uppercase;
  margin: 8px 0 10px;
}

.blog-hero p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 48px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  color: inherit;
  min-height: 0;
}

.blog-card:hover { border-color: var(--brass); }

.blog-card .kicker { margin-bottom: 2px; }

.blog-card h2 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.blog-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.blog-card .cap-go { margin-top: 8px; }

.post-wrap {
  padding: 28px 0 56px;
  max-width: 68ch;
}

.post-wrap h1 {
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.025em;
  margin: 8px 0 12px;
}

.post-wrap .post-lede {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.post-wrap p {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.post-wrap h2 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin: 22px 0 8px;
}

.post-back {
  display: inline-flex;
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-soft);
}

.post-back:hover { color: var(--navy); }

@media (max-width: 800px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* ── Let’s talk dock — first-party, navy/gold (not Intercom) ── */
.talk-dock {
  position: fixed;
  right: 18px;
  top: 50%;
  bottom: auto;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  transform: translateY(-50%);
}

.talk-launcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 28px rgba(0, 33, 61, 0.28);
}

.talk-launcher:hover { background: var(--navy-mid); }

.talk-launcher-dot,
.talk-agent-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3DDC84;
  box-shadow: 0 0 0 4px rgba(61, 220, 132, 0.18);
}

.talk-panel {
  width: min(360px, calc(100vw - 28px));
  max-height: min(420px, calc(100vh - 120px));
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--navy);
  border-radius: 10px;
  box-shadow: 0 22px 48px rgba(0, 33, 61, 0.22);
}

.talk-panel[hidden] { display: none; }

.talk-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #0A3A66 0%, #00213D 100%);
  color: #fff;
}

.talk-agent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.talk-agent-label {
  margin: 0;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
}

.talk-agent-status {
  margin: 2px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
}

.talk-close {
  border: 0;
  background: transparent;
  color: var(--brass-pale);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.talk-panel-body { padding: 14px; }

.talk-title {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
}

.talk-sub,
.talk-guard,
.talk-prefer {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.talk-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.talk-shortcuts button {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #F4F7FB;
  color: var(--navy);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
}

.talk-shortcuts button:hover {
  border-color: var(--brass);
  color: var(--navy);
}

.talk-field {
  display: block;
  margin-bottom: 10px;
}

.talk-field-label {
  display: block;
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.talk-field textarea {
  width: 100%;
  resize: vertical;
  min-height: 72px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  color: var(--ink);
}

.talk-ask {
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 6px;
  background: var(--brass);
  color: #0A0A0A;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
}

.talk-ask:hover { background: var(--brass-pale); }

.talk-thread {
  margin: 0 0 12px;
  padding: 10px;
  border-left: 3px solid var(--brass);
  background: #F4F7FB;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.talk-people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.talk-people a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid var(--navy);
  border-radius: 6px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
}

.talk-people a:hover {
  background: var(--navy);
  color: #fff;
}

.talk-dock.is-over-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 768px) {
  .talk-dock {
    right: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-height: calc(100dvh - var(--header-h) - 12px);
  }

  .talk-panel {
    width: min(340px, calc(100vw - 88px));
    max-height: min(360px, calc(100dvh - var(--header-h) - 72px));
  }

  .talk-launcher {
    min-height: 44px;
    padding: 10px 14px;
  }

  .home-hero-actions,
  .promo-qualify,
  .closing-light {
    margin-right: 72px;
  }
}

.talk-lead {
  margin: 0 0 12px;
}

.talk-lead-kicker,
.talk-lead-ack {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.talk-lead input {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  color: var(--ink);
}

.talk-calendly {
  word-break: normal;
}

/* ── Exit-intent — navy / gold; does not cover the language switcher ── */
.exit-intent {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.exit-intent[hidden] { display: none; }

.exit-intent-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 16, 31, 0.62);
}

.exit-intent-panel {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 32px));
  padding: 28px 24px 22px;
  background: linear-gradient(180deg, #0A3A66 0%, #00213D 100%);
  border: 2px solid #C9A04E;
  color: #fff;
  box-shadow: 0 22px 48px rgba(0, 33, 61, 0.36);
}

.exit-intent-mark {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
}

.exit-intent-title {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 800;
}

.exit-intent-body {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.exit-intent-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #C9A04E;
  color: #0A0A0A;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 800;
}

.exit-intent-cta:hover { background: var(--brass-pale); color: #0A0A0A; }

.exit-intent-dismiss {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
}

/* ── Breakpoint sync — same chrome at ~390 / ~768 / desktop ── */
@media (max-width: 1179px) {
  .section-jumper {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .lang-switch { z-index: 95; }
  .lang-switch-btn {
    min-width: 44px;
    min-height: 44px;
    padding: 8px 10px;
  }
  .lang-switch-menu button {
    min-height: 44px;
    padding: 12px;
  }
  .page-light .nav-cta,
  .page-light .menu-toggle,
  .page-light .btn,
  .page-light .btn-primary {
    min-height: 44px;
  }
  .page-light .menu-toggle {
    width: 44px;
    height: 44px;
  }
  .promo-cell {
    padding: 22px 20px 20px;
  }
  .promo-cell h2 {
    font-size: clamp(20px, 5.4vw, 26px);
  }
  .promo-cell p {
    font-size: 15px;
    line-height: 1.5;
  }
  .warranty-tabs [role="tab"] {
    min-height: 52px;
    font-size: 12px;
    padding: 12px;
  }
  .warranty-panel p {
    font-size: 15px;
  }
  .footer-compact {
    padding-bottom: 4px;
  }
  .exit-intent {
    padding: 16px;
  }
}

@media (max-width: 390px) {
  .page-light .nav-inner { gap: 6px; }
  .page-light .nav-cta { padding: 8px 10px; }
  .lang-globe { display: none; }
  .talk-people { grid-template-columns: 1fr; }
  .talk-people a,
  .talk-ask,
  .talk-calendly {
    min-height: 44px;
  }
}
