/* LoansPilot — base + header + hero (section 1) */

:root {
  --lp-navy: #103a68;
  --lp-navy-deep: #0a2748;
  --lp-navy-soft: #1a4f85;
  --lp-teal: #0a9b9d;
  --lp-teal-soft: #e6f5f5;
  --lp-ink: #1a2430;
  --lp-muted: #5b6b7c;
  --lp-line: #d7e0ea;
  --lp-bg: #eef4fa;
  --lp-white: #ffffff;
  --lp-radius: 4px;
  --lp-display: "Plus Jakarta Sans", "Manrope", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--lp-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--lp-display);
  letter-spacing: -0.03em;
}

a { color: var(--lp-navy); text-decoration: none; }
a:hover { color: var(--lp-teal); }

.site-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow-x: clip;
}

/* ========== HEADER ========== */
.site-header {
  background: #fff;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(16, 58, 104, 0.06);
}

/* Anchor for Find My Loan / Get Started — top of hero, not mid-form */
.section-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

#home,
#apply {
  scroll-margin-top: 0;
}

@media (max-width: 991.98px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  #home,
  #apply {
    scroll-margin-top: 4.75rem;
  }
}

.site-header .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand-logo {
  height: clamp(32px, 4vw, 40px);
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  color: var(--lp-ink);
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
}

.site-nav a:hover { color: var(--lp-navy); }

.btn-start {
  background: var(--lp-navy);
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.55rem 1.1rem !important;
  margin-left: 0.25rem;
  white-space: nowrap;
}

.btn-start:hover { background: var(--lp-navy-soft); }

/* ========== HERO ========== */
.hero-section {
  --char-right: clamp(140px, 32vw, 460px);
  --char-left: clamp(110px, 26vw, 380px);
  --form-size: clamp(240px, 42vw, 360px);
  position: relative;
  overflow: hidden;
  /* min-height: clamp(560px, 72vw, 780px); */
  background:
    radial-gradient(circle clamp(180px, 28vw, 340px) at 50% 42%, rgba(10, 155, 157, 0.12) 0%, transparent 70%),
    linear-gradient(180deg, #f4f8fc 0%, #eef7f7 42%, #ffffff 100%);
  text-align: center;
  padding: 25px 25px 0 25px;
}

.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-deco.a {
  width: clamp(280px, 45vw, 560px);
  height: clamp(280px, 45vw, 560px);
  border: 2px solid rgba(16, 58, 104, 0.08);
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-deco.b {
  width: clamp(200px, 34vw, 420px);
  height: clamp(200px, 34vw, 420px);
  background: rgba(10, 155, 157, 0.08);
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-deco.c {
  width: clamp(36px, 5vw, 72px);
  height: clamp(36px, 5vw, 72px);
  background: rgba(16, 58, 104, 0.1);
  top: 210px;
  left: 11%;
}

.hero-deco.d {
  width: clamp(24px, 3.5vw, 44px);
  height: clamp(24px, 3.5vw, 44px);
  background: var(--lp-teal);
  opacity: 0.22;
  top: 330px;
  right: 13%;
}

.hero-content {
  position: static;
  max-width: 900px;
  margin: 0 auto;
}

.hero-content h1,
.hero-lead {
  position: relative;
  z-index: 2;
}

.hero-stage {
  position: static;
}

.hero-content h1 {
  font-size: clamp(1.85rem, 5.2vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--lp-navy-deep);
  margin: 0 auto clamp(1rem, 2.5vw, 1.75rem);
  max-width: 17ch;
}

.hero-content h1 em {
  font-style: normal;
  color: var(--lp-teal);
}

.hero-form-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  width: var(--form-size);
  height: var(--form-size);
  margin: 0 auto 1.25rem;
  z-index: 2;
}

.hero-form-circle {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--lp-teal) 0%, #08888a 42%, var(--lp-navy) 100%);
  border-radius: 50%;
  box-shadow: 0 28px 64px rgba(16, 58, 104, 0.28);
  transform-origin: center center;
}

.hero-form-circle.is-breathing {
  will-change: transform, box-shadow;
  animation: heroBreathe 3.2s ease-in-out 1;
}

.hero-form-circle::after {
  content: "";
  position: absolute;
  inset: clamp(10px, 1.4vw, 16px);
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.hero-form {
  position: relative;
  z-index: 2;
  width: min(230px, 64%);
  text-align: left;
}

.hero-form .form-label {
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  margin-bottom: 0.45rem;
}

.hero-form .form-select,
.hero-form .form-control {
  border-radius: 999px;
  border: none;
  padding: clamp(0.65rem, 1.2vw, 0.8rem) clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 600;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hero-form .form-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.hero-form .form-actions .btn-back[hidden] {
  display: none !important;
}

.hero-form .form-actions.is-first-step .btn-next {
  flex: 1;
}

.hero-form .btn-back {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-weight: 700;
  padding: clamp(0.5rem, 1vw, 0.65rem);
  font-size: clamp(0.85rem, 1.4vw, 1rem);
}

.hero-form .btn-next {
  flex: 1.2;
  background: var(--lp-navy);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  padding: clamp(0.5rem, 1vw, 0.65rem);
  font-size: clamp(0.85rem, 1.4vw, 1rem);
}

.step-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.step-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.step-dots span.on { background: #fff; }

.hero-step[hidden] {
  display: none !important;
}

.hero-step.is-active {
  display: block;
}

.hero-form .form-control.is-invalid,
.hero-form .form-select.is-invalid,
.hero-ssn.is-invalid {
  outline: 2px solid #ffb4b4;
  outline-offset: 1px;
}

.hero-ssn {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 0 clamp(0.55rem, 1.2vw, 0.75rem);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  min-height: clamp(2.35rem, 4vw, 2.75rem);
}

.hero-ssn__prefix {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: clamp(0.82rem, 1.4vw, 0.92rem);
  color: var(--lp-muted);
  letter-spacing: 0.02em;
  user-select: none;
}

.hero-ssn__input {
  flex: 1 1 auto;
  min-width: 0;
  border: none !important;
  box-shadow: none !important;
  padding: clamp(0.65rem, 1.2vw, 0.8rem) 0.35rem !important;
  background: transparent !important;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-ssn__input:focus {
  outline: none;
  box-shadow: none !important;
}

.hero-step--loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
}

.hero-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-loading__spinner {
  width: 2.75rem;
  height: 2.75rem;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: heroSpin 0.85s linear infinite;
}

@keyframes heroSpin {
  to { transform: rotate(360deg); }
}

.hero-lead {
  max-width: 38ch;
  margin: 0 auto;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  line-height: 1.55;
  color: var(--lp-muted);
  padding-inline: 0.5rem;
}

.hero-lead strong { color: var(--lp-navy-deep); }

.hero-character-right,
.hero-character-left {
  position: absolute;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
  transform-origin: bottom center;
  will-change: transform;
}

.hero-character-right {
  right: -4%;
  bottom: -17%;
  width: 37%;
  max-height: 700px;
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(16, 58, 104, 0.16));
  animation: heroFloat 4.5s ease-in-out infinite;
}

.hero-character-left {
  left: -1%;
  bottom: -10px;
  width: 37%;
  max-height: 750px;
  z-index: 3;
  filter: drop-shadow(0 16px 28px rgba(16, 58, 104, 0.14));
  animation: heroFloat 5s ease-in-out infinite;
  animation-delay: -1.2s;
}

.hero-character-left img {
  display: block;
  width: 100%;
  height: auto;
  max-height: inherit;
  object-fit: contain;
}

/* Eye blink overlays — aligned to PNG eye centers (~23%/30% x, ~28%/26% y) */
.hero-blink {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-blink__lid {
  position: absolute;
  width: 4.6%;
  height: 2.6%;
  background: #e8a090;
  border-radius: 50%;
  box-shadow: 0 0 0 0.5px rgba(175, 114, 86, 0.25);
  transform: scaleY(0);
  transform-origin: center;
  animation: heroBlink 8s ease-in-out infinite;
}

.hero-blink__lid--l {
  left: 20.5%;
  top: 26.6%;
}

.hero-blink__lid--r {
  left: 27.7%;
  top: 24.8%;
  animation-delay: 0.04s;
}

/* Soft heart-rate breathe: lub → dub → rest */
@keyframes heroBreathe {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 28px 64px rgba(16, 58, 104, 0.28);
  }
  14% {
    transform: scale(1.045);
    box-shadow: 0 34px 76px rgba(16, 58, 104, 0.36);
  }
  28% {
    transform: scale(1.012);
    box-shadow: 0 30px 68px rgba(16, 58, 104, 0.3);
  }
  42% {
    transform: scale(1.055);
    box-shadow: 0 36px 80px rgba(10, 155, 157, 0.28);
  }
  58% {
    transform: scale(1);
    box-shadow: 0 28px 64px rgba(16, 58, 104, 0.28);
  }
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes heroFloatMobile {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Blink once every 8s (~180ms closed) */
@keyframes heroBlink {
  0%,
  96.8%,
  100% { transform: scaleY(0); }
  97.4%,
  98.2% { transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-character-right,
  .hero-character-left,
  .hero-form-circle.is-breathing,
  .hero-loading__spinner { animation: none; }
  .hero-blink__lid { animation: none; }
}

/* ---- Header / hero responsive ---- */
@media (max-width: 1100px) {
  .hero-section {
    --char-right: clamp(160px, 30vw, 320px);
    --char-left: clamp(130px, 24vw, 260px);
    --form-size: clamp(260px, 40vw, 340px);
    /* min-height: clamp(560px, 18vw, 700px); */
  }
}

@media (max-width: 991.98px) {
  .hero-character-left {
    left: -4%;
  }

  .hero-lead {
    margin: 0 auto 0;
  }
}

/* Large phone / small tablet: 577px – 640px */
@media (min-width: 577px) and (max-width: 640px) {
  .hero-lead {
    max-width: 28ch;
  }

  .hero-character-left {
    left: -30px !important;
    bottom: -20px;
    width: 42%;
  }

  .hero-character-right {
    right: -4%;
    bottom: -7%;
    width: 40%;
    z-index: 81;
  }
}

/* Tablet: 769px – 991px */
@media (min-width: 769px) and (max-width: 991.98px) {
  .hero-character-right {
    right: -4%;
    bottom: -11%;
    width: 37%;
    max-height: 700px;
  }

  .hero-character-left {
    left: -4%;
    bottom: -10px;
    width: 42%;
    max-height: 750px;
  }
}

@media (max-width: 768px) {
  .site-header .inner { padding: 0.75rem 1rem; }
  .site-nav a { padding: 0.4rem 0.55rem; }

  .hero-section {
    --form-size: min(280px, 72vw);
    min-height: 0;
    /* padding-bottom: clamp(5.5rem, 22vw, 7.5rem); */
  }

  .hero-content {
    padding-inline: clamp(3.5rem, 12vw, 5rem);
  }

  .hero-content h1 { max-width: 17ch; }
  .hero-deco.c,
  .hero-deco.d { display: none; }
}

/* Phones: 320–576 — form left, only right character beside it */
@media (max-width: 576px) {
  .site-nav a:not(.btn-start) { display: none; }

  .hero-section {
    --form-size: min(245px, 73vw);
    min-height: 0;
    padding: 1rem 0.75rem 1.25rem;
    overflow: hidden;
  }

  .hero-content {
    padding-inline: 0.5rem;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: clamp(1.55rem, 7.2vw, 2rem);
    max-width: 16ch;
    margin-bottom: 1rem;
  }

  .hero-character-left {
    display: none !important;
  }

  .hero-stage {
    --hero-form-shift: clamp(0px, calc((70vw - 320px) * 0.656), 168px);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: clamp(0.35rem, 2.5vw, 0.85rem);
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .hero-form-wrap {
    flex: 0 0 auto;
    margin: 0;
    margin-left: var(--hero-form-shift);
  }

  .hero-form {
    width: min(259px, 72%);
    margin-bottom: 35px;
    display: block;
  }

  .hero-form .form-actions { gap: 0.35rem; }

  .hero-character-right {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    flex: 0 1 auto;
    width: min(48%, 190px);
    max-width: 190px;
    max-height: min(250px, 42vh);
    height: auto;
    z-index: 1;
    object-fit: contain;
    object-position: right bottom;
    animation-name: heroFloatMobile;
    margin: 0 0 0 auto;
  }

  .hero-lead {
    position: relative;
    z-index: 2;
    max-width: 94ch;
    padding: 1rem 2rem;
    margin: -4px auto 0;
    /* border: 2px #0e4c70 solid; */
    background: #d7e8ec;
    border-radius: 13px;
  }

  .hero-deco.a,
  .hero-deco.b {
    width: min(280px, 85vw);
    height: min(280px, 85vw);
  }
}

@media (max-width: 360px) {
  .hero-section {
    --form-size: min(200px, 70vw);
  }

  .hero-character-right {
    position: absolute;
    right: -20px;
    z-index: 13;
    width: min(46%, 150px);
    max-width: 150px;
    max-height: 200px;
  }

  .hero-form-wrap {
    z-index: 0;
  }
}

/* ========== SECTION 2: PILLS BAND ========== */
.pills-band {
  background: #fff;
  padding: 2rem 1.5rem 2.5rem;
  border-bottom: 1px solid var(--lp-line);
}

.pills-band .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.info-pill {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: #fff;
  border: 1.5px solid var(--lp-navy);
  border-radius: 999px;
  padding: 0.8rem 1.1rem 0.8rem 0.85rem;
  text-align: left;
  min-height: 82px;
  overflow: visible;
}

.info-pill .ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--lp-navy);
  color: #fff;
}

.info-pill.teal .ico { background: var(--lp-teal); }

.info-pill.soft {
  border-color: var(--lp-line);
  background: var(--lp-bg);
}

.info-pill.soft .ico {
  background: #fff;
  color: var(--lp-navy);
  border: 1.5px solid var(--lp-navy);
}

.info-pill .copy { min-width: 0; }

.info-pill h3 {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--lp-navy-deep);
  margin: 0 0 0.12rem;
  line-height: 1.2;
}

.info-pill p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--lp-muted);
  line-height: 1.3;
}

@media (max-width: 1100px) {
  .pills-band .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pills-band {
    padding: 1.25rem 1rem 1.75rem;
  }

  .info-pill {
    min-height: 64px;
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  .pills-band .inner {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

/* ========== SECTION 3: HOW IT WORKS ========== */
.how-it-works {
  padding: 5rem 1.5rem 4rem;
  background: #fff;
  text-align: center;
}

.how-it-works h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--lp-navy-deep);
  margin-bottom: 2.75rem;
}

.how-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.5vw, 1.25rem);
}

.how-step {
  flex: 1 1 0;
  width: min(280px, 100%);
  max-width: 280px;
}

.how-arrow {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--lp-teal);
  opacity: 0.9;
}

.how-arrow svg {
  display: block;
  width: clamp(28px, 3.5vw, 40px);
  height: auto;
}

.how-circle {
  width: 100%;
  aspect-ratio: 1;
  border: 2px dashed var(--lp-navy);
  border-radius: 50%;
  background: #fafcfd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  text-align: center;
}

.how-circle .ico {
  width: 64px;
  height: 64px;
  background: var(--lp-bg);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--lp-navy);
}

.how-circle h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--lp-navy-deep);
  margin-bottom: 0.5rem;
}

.how-circle p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 22ch;
}

.how-cta {
  display: none;
}

.feature-row {
  max-width: 1000px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  text-align: left;
}

.feature-block {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
}

.feature-block .ico {
  width: 52px;
  height: 52px;
  background: var(--lp-teal-soft);
  color: var(--lp-teal);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.feature-block h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
  color: var(--lp-navy-deep);
}

.feature-block p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.95rem;
}

@media (max-width: 991.98px) {
  .how-step {
    max-width: 220px;
  }

  .how-circle {
    padding: 1.5rem 1.1rem;
  }

  .how-circle h3 {
    font-size: 1.05rem;
  }

  .how-circle p {
    font-size: 0.85rem;
    max-width: 18ch;
  }

  .how-cta {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 2rem auto 0;
    padding: 0.85rem 1.75rem;
    background: var(--lp-teal);
    color: #fff;
    font-weight: 800;
    border-radius: 999px;
    text-align: center;
  }

  .how-cta:hover {
    background: #088688;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .how-it-works {
    padding: 3.5rem 0 3rem;
  }

  .how-it-works h2 {
    padding-inline: 1.25rem;
    margin-bottom: 1.75rem;
  }

  .how-cta {
    width: calc(100% - 2.5rem);
    margin-inline: 1.25rem;
  }

  /* Swipeable horizontal steps — centered snap */
  .how-wrapper {
    --how-card: min(78vw, 280px);
    --how-side: calc((100% - var(--how-card)) / 2);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.65rem;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--how-side);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    /* Side padding lets first/last cards snap dead-center */
    padding: 0.25rem var(--how-side) 1rem;
    touch-action: pan-x;
  }

  .how-wrapper::-webkit-scrollbar {
    display: none;
  }

  .how-step {
    flex: 0 0 var(--how-card);
    width: var(--how-card);
    max-width: var(--how-card);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .how-arrow {
    flex: 0 0 auto;
    align-self: center;
    scroll-snap-align: none;
    opacity: 0.75;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-inline: 1.25rem;
  }
}

/* ========== SECTION 4: LOAN OPTIONS ========== */
.options {
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, #0a2748 0%, #103a68 50%, #0e4a5a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.options .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.options-head {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title cta"
    "lead  lead";
  column-gap: 2rem;
  row-gap: 1rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

.options h2 {
  grid-area: title;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 800;
  max-width: 28ch;
  margin: 0;
}

.options .lead {
  grid-area: lead;
  color: rgba(255, 255, 255, 0.78);
  max-width: none;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

.options .btn-find {
  grid-area: cta;
  display: inline-block;
  background: var(--lp-teal);
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  white-space: nowrap;
  margin-top: 0.25rem;
  justify-self: end;
}

.options .btn-find:hover {
  background: #088688;
  color: #fff;
}

.options .btn-find-end {
  display: none;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.benefit {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "ico title"
    "text text";
  column-gap: 0.75rem;
  row-gap: 0.5rem;
  align-items: center;
}

.benefit .ico {
  grid-area: ico;
  width: 40px;
  height: 40px;
  background: rgba(10, 155, 157, 0.28);
  color: #7fe0e2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0;
}

.benefit h3 {
  grid-area: title;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.benefit p {
  grid-area: text;
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.options-deco {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  opacity: 0.06;
  pointer-events: none;
}

.options-deco.a {
  width: 220px;
  height: 220px;
  top: -50px;
  right: 8%;
}

.options-deco.b {
  width: 110px;
  height: 110px;
  bottom: 40px;
  left: 5%;
  background: var(--lp-teal);
  opacity: 0.22;
}

@media (max-width: 991.98px) {
  .options-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "lead"
      "cta";
  }

  .options .btn-find {
    margin-top: 0;
    width: 100%;
    text-align: center;
    justify-self: stretch;
  }

  .options .btn-find-end {
    display: block;
    margin-top: 1.75rem;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .options {
    padding: 3.5rem 1.25rem;
  }

  .options h2 {
    font-size: 1.55rem;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== SECTION 5: TRUST & SECURITY ========== */
.trust {
  padding: 5rem 1.5rem;
  background: var(--lp-bg);
  text-align: center;
}

.trust h2 {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--lp-navy-deep);
  margin-bottom: 2.5rem;
}

.trust-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: left;
}

.trust-card {
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  padding: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "ico title"
    "text text";
  column-gap: 0.85rem;
  row-gap: 0.6rem;
  align-items: center;
}

.trust-card .ico {
  grid-area: ico;
  width: 52px;
  height: 52px;
  background: var(--lp-navy);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0;
}

.trust-card.alt .ico {
  background: var(--lp-teal);
}

.trust-card h3 {
  grid-area: title;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--lp-navy-deep);
  margin: 0;
}

.trust-card p {
  grid-area: text;
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.55;
}

@media (max-width: 768px) {
  .trust {
    padding: 3.5rem 1.25rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== SECTION 6: CTA BAND ========== */
.cta-band {
  background: linear-gradient(90deg, var(--lp-navy) 0%, var(--lp-navy-soft) 55%, #0a7a7c 100%);
  padding: 3rem 1.5rem;
}

.cta-band .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;
}

.cta-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 28rem;
}

.cta-band h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.35rem;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.mini-form {
  flex: 0 1 auto;
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  gap: 0.65rem;
  align-items: end;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.mini-form .form-label {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--lp-ink);
}

.mini-form .form-select,
.mini-form .form-control {
  border-radius: 999px;
  border: 1.5px solid var(--lp-line);
  min-width: 140px;
  max-width: 180px;
  padding: 0.65rem 0.9rem;
}

.mini-form .btn-go {
  background: var(--lp-navy);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.7rem 1.35rem;
  white-space: nowrap;
}

.mini-form .btn-go:hover {
  background: var(--lp-navy-soft);
  color: #fff;
}

.mini-form .form-control.is-invalid,
.mini-form .form-select.is-invalid {
  border-color: #e05252;
}

@media (max-width: 991.98px) {
  .cta-band .inner {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .cta-copy {
    max-width: none;
  }

  .mini-form {
    flex-wrap: wrap;
    width: 100%;
  }

  .mini-form > div {
    flex: 1 1 140px;
  }

  .mini-form .form-select,
  .mini-form .form-control {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .mini-form .btn-go {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .cta-band {
    padding: 2.5rem 1.25rem;
  }

  .mini-form > div {
    flex: 1 1 100%;
  }
}

/* ========== SECTION 7: FAQ ========== */
.faq {
  padding: 5rem 1.5rem;
  background: #fff;
}

.faq .inner {
  max-width: 820px;
  margin: 0 auto;
}

.faq h2 {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--lp-navy-deep);
  margin-bottom: 2rem;
}

.faq .accordion-item {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius) !important;
  margin-bottom: 0.7rem;
  overflow: hidden;
}

.faq .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion-button {
  font-weight: 700;
  color: var(--lp-navy-deep);
  box-shadow: none !important;
  font-family: var(--lp-display);
}

.faq .accordion-button:not(.collapsed) {
  background: var(--lp-bg);
  color: var(--lp-navy);
}

.faq .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent;
}

.faq .accordion-body {
  color: var(--lp-muted);
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  #faq {
    scroll-margin-top: 4.75rem;
  }
}

@media (max-width: 576px) {
  .faq {
    padding: 3.5rem 1.25rem;
  }

  .faq .accordion-button {
    font-size: 0.95rem;
  }
}

/* ========== FOOTER ========== */
.site-footer {
  background: var(--lp-navy-deep);
  color: rgba(255, 255, 255, 0.78);
  padding: 3.5rem 1.5rem 2rem;
}

.site-footer .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer .brand-logo {
  height: 36px;
  width: auto;
}

.site-footer .footer-tagline {
  max-width: 28ch;
  margin: 1rem 0 0;
  line-height: 1.5;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.25rem;
  padding-top: 1.15rem;
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ========== DISCLOSURES ========== */
.disclosure {
  background: #eef2f6;
  padding: 2.5rem 1.5rem 3rem;
  border-top: 1px solid #d5dde6;
}

.disclosure .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.disclosure h3 {
  font-family: var(--lp-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--lp-navy-deep);
  margin: 1.5rem 0 0.7rem;
}

.disclosure h3:first-child {
  margin-top: 0;
}

.disclosure p {
  font-size: 0.78rem;
  color: #6b7a8a;
  line-height: 1.55;
  margin-bottom: 0.85rem;
}

.disclosure p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #disclosures {
    scroll-margin-top: 4.75rem;
  }
}

@media (max-width: 576px) {
  .site-footer {
    padding: 2.75rem 1.25rem 1.75rem;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
  }

  .disclosure {
    padding: 2rem 1.25rem 2.5rem;
  }
}

/* ========== LEGAL PAGES (/pages/*) ========== */
.page-legal .site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 58, 104, 0.08);
}

.legal-page {
  position: relative;
  padding: 1.5rem 0 4.5rem;
  min-height: 60vh;
  overflow: hidden;
}

.legal-page__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(10, 155, 157, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 20%, rgba(16, 58, 104, 0.08), transparent 50%),
    linear-gradient(180deg, var(--lp-bg) 0%, #f4f8fc 45%, #fff 100%);
  pointer-events: none;
}

.legal-page__backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 58, 104, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 58, 104, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
}

.legal-page__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

/* Breadcrumb */
.legal-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.875rem;
  color: var(--lp-muted);
  margin-bottom: 1.75rem;
}

.legal-breadcrumb a {
  color: var(--lp-navy-soft);
  font-weight: 600;
  transition: color 0.15s;
}

.legal-breadcrumb a:hover {
  color: var(--lp-teal);
}

.legal-breadcrumb__sep {
  display: inline-flex;
  color: #b8c5d4;
}

.legal-breadcrumb__current {
  color: var(--lp-ink);
  font-weight: 600;
}

/* Hero */
.legal-hero {
  position: relative;
  background: linear-gradient(135deg, var(--lp-navy-deep) 0%, var(--lp-navy) 52%, var(--lp-navy-soft) 100%);
  color: #fff;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.75rem);
  border-radius: 20px;
  margin-bottom: 1.75rem;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(10, 39, 72, 0.06),
    0 20px 48px rgba(10, 39, 72, 0.18);
}

.legal-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 55%;
  height: 140%;
  background: radial-gradient(circle, rgba(10, 155, 157, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.legal-hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 45%;
  height: 90%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.legal-hero > * {
  position: relative;
  z-index: 1;
}

.legal-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.legal-hero h1 {
  font-family: var(--lp-display);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  line-height: 1.15;
  max-width: 28ch;
}

.legal-hero--compact h1 {
  max-width: none;
}

.legal-hero__lead,
.legal-hero__subtitle {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.65;
  margin: 0;
  max-width: 62ch;
}

.legal-hero__lead strong {
  color: #fff;
  font-weight: 700;
}

.legal-hero__lead a {
  color: #7ee8ea;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-hero__lead a:hover {
  color: #fff;
}

.legal-hero__meta,
.legal-hero__note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  margin: 0.85rem 0 0;
  line-height: 1.55;
}

.legal-hero__meta strong,
.legal-hero__note em {
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
}

/* Content sections */
.legal-page__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.legal-section {
  background: var(--lp-white);
  border: 1px solid rgba(16, 58, 104, 0.08);
  border-radius: 16px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: #3d4f63;
  line-height: 1.75;
  font-size: 0.98rem;
  box-shadow:
    0 1px 2px rgba(16, 58, 104, 0.04),
    0 8px 24px rgba(16, 58, 104, 0.05);
}

.legal-section__title {
  font-family: var(--lp-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.legal-section h2 {
  font-family: var(--lp-display);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin: 2.25rem 0 0.75rem;
  padding-left: 0.85rem;
  border-left: 3px solid var(--lp-teal);
  letter-spacing: -0.02em;
}

.legal-section > h2:first-child,
.legal-section > ol > li:first-child h2 {
  margin-top: 0;
}

.legal-section h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lp-navy-soft);
  margin: 1.75rem 0 0.6rem;
}

.legal-section p {
  margin: 0 0 1rem;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section ul,
.legal-section ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.legal-section li {
  margin-bottom: 0.45rem;
}

.legal-section li::marker {
  color: var(--lp-teal);
}

.legal-section a {
  color: var(--lp-navy-soft);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}

.legal-section a:hover {
  color: var(--lp-teal);
}

.legal-note {
  font-size: 0.9rem;
  color: var(--lp-muted);
}

.legal-note--callout {
  margin: 1.25rem 0 0;
  padding: 1rem 1.15rem;
  background: var(--lp-teal-soft);
  border-left: 3px solid var(--lp-teal);
  border-radius: 0 10px 10px 0;
  color: #2d5a5b;
  line-height: 1.6;
}

.legal-note--callout a {
  color: var(--lp-navy);
}

/* Tables */
.legal-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 12px;
  border: 1px solid rgba(16, 58, 104, 0.08);
  box-shadow: 0 2px 8px rgba(16, 58, 104, 0.04);
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.legal-table th,
.legal-table td {
  padding: 0.85rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(16, 58, 104, 0.06);
}

.legal-table tr:last-child td {
  border-bottom: none;
}

.legal-table th {
  background: linear-gradient(180deg, #f0f5fa 0%, #e8eef5 100%);
  font-weight: 700;
  color: var(--lp-navy);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.legal-table tbody tr:nth-child(even) td {
  background: rgba(238, 244, 250, 0.45);
}

.legal-table tbody tr:hover td {
  background: rgba(10, 155, 157, 0.06);
}

/* Contact page */
.legal-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.legal-contact__intro {
  color: var(--lp-muted);
  font-size: 0.92rem;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

.legal-contact__cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.legal-contact__card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: var(--lp-bg);
  border: 1px solid rgba(16, 58, 104, 0.07);
  border-radius: 12px;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.legal-contact__card:hover {
  border-color: rgba(10, 155, 157, 0.35);
  box-shadow: 0 4px 16px rgba(16, 58, 104, 0.06);
}

.legal-contact__card-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--lp-white);
  color: var(--lp-teal);
  border: 1px solid rgba(10, 155, 157, 0.2);
}

.legal-contact__card-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lp-muted);
  margin-bottom: 0.2rem;
}

.legal-contact__card a {
  color: var(--lp-navy);
  font-weight: 600;
  word-break: break-word;
}

.legal-contact__form-wrap {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: var(--lp-bg);
  border-radius: 14px;
  border: 1px solid rgba(16, 58, 104, 0.06);
}

.legal-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.legal-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.legal-form-field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lp-navy);
  letter-spacing: 0.01em;
}

.legal-form-optional {
  font-weight: 500;
  color: var(--lp-muted);
}

.legal-contact__form .form-control,
.legal-unsubscribe__form .form-control {
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  padding: 0.75rem 0.95rem;
  font-size: 0.95rem;
  font-family: inherit;
  background: var(--lp-white);
  color: var(--lp-ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.legal-contact__form .form-control::placeholder,
.legal-unsubscribe__form .form-control::placeholder {
  color: #9aa8b8;
}

.legal-contact__form .form-control:focus,
.legal-unsubscribe__form .form-control:focus {
  border-color: var(--lp-teal);
  box-shadow: 0 0 0 3px rgba(10, 155, 157, 0.15);
  outline: none;
}

.btn-legal-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  background: linear-gradient(135deg, var(--lp-navy) 0%, var(--lp-navy-soft) 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.8rem 1.65rem;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  box-shadow: 0 4px 14px rgba(16, 58, 104, 0.25);
}

.btn-legal-submit:hover {
  background: linear-gradient(135deg, var(--lp-navy-soft) 0%, var(--lp-teal) 100%);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(16, 58, 104, 0.3);
}

.btn-legal-submit:active {
  transform: translateY(0);
}

.legal-contact__status,
.legal-unsubscribe__status {
  font-size: 0.9rem;
  color: #0a7c5c;
  margin: 0.5rem 0 0;
  padding: 0.65rem 0.85rem;
  background: #ecfdf5;
  border-radius: 8px;
  border: 1px solid rgba(10, 124, 92, 0.15);
}

.legal-unsubscribe__form {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 440px;
  margin: 1.25rem 0 1.5rem;
}

/* Trust bar */
.legal-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--lp-white);
  border: 1px solid rgba(16, 58, 104, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(16, 58, 104, 0.05);
}

.legal-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.legal-trust__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--lp-teal-soft);
  color: var(--lp-teal);
}

.legal-trust__item strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 0.2rem;
  font-family: var(--lp-display);
}

.legal-trust__item span {
  font-size: 0.82rem;
  color: var(--lp-muted);
  line-height: 1.5;
}

/* Related links */
.legal-related {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(16, 58, 104, 0.08);
}

.legal-related__title {
  font-family: var(--lp-display);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lp-muted);
  margin: 0 0 0.85rem;
}

.legal-related__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.legal-related__link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--lp-navy);
  background: var(--lp-white);
  border: 1px solid rgba(16, 58, 104, 0.1);
  border-radius: 999px;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.legal-related__link:hover {
  color: var(--lp-teal);
  border-color: rgba(10, 155, 157, 0.4);
  background: var(--lp-teal-soft);
}

@media (max-width: 991px) {
  .legal-trust {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 767px) {
  .legal-page {
    padding: 1rem 0 3rem;
  }

  .legal-hero {
    border-radius: 16px;
    padding: 1.75rem 1.25rem;
  }

  .legal-hero h1 {
    max-width: none;
  }

  .legal-section {
    padding: 1.35rem 1.15rem;
    border-radius: 14px;
  }

  .legal-contact__grid {
    grid-template-columns: 1fr;
  }

  .legal-form-row {
    grid-template-columns: 1fr;
  }

  .legal-trust {
    padding: 1.15rem;
  }
}
