/* Student File Processing — mobile lead page (TikTok-first) */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #0f172a;
  background: #f5f6f8;
}

a {
  color: #1d4ed8;
}

img {
  max-width: 100%;
  height: auto;
}

.lp-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lp-skip:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 0.75rem;
  background: #0f172a;
  color: #fff;
  z-index: 9999;
  border-radius: 6px;
}

/* ——— Splash overlay ——— */
.lp-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 1;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

.lp-splash.is-out {
  opacity: 0;
  pointer-events: none;
}

.lp-splash.is-out .lp-splash__card {
  transform: scale(0.98);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-splash__card {
  position: relative;
  width: 100%;
  max-width: 22rem;
  background: #fff;
  padding: 1.9rem 1.5rem 1.4rem;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.lp-splash__corner {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border: 3px solid #dc2626;
  pointer-events: none;
}

.lp-splash__corner--tl { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.lp-splash__corner--tr { top: -2px; right: -2px; border-left: 0; border-bottom: 0; }
.lp-splash__corner--bl { bottom: -2px; left: -2px; border-right: 0; border-top: 0; }
.lp-splash__corner--br { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }

.lp-splash__tag {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
}

.lp-splash__hr {
  border: 0;
  height: 1px;
  background: #e5e7eb;
  margin: 0.85rem 0;
}

.lp-splash__sub {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #dc2626;
  text-transform: uppercase;
}

.lp-splash__title {
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0f172a;
  text-transform: uppercase;
  line-height: 1.4;
}

.lp-splash__bar {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.7rem;
}

.lp-splash__bar-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  border-radius: 999px;
  animation: lp-splash-fill 1.4s cubic-bezier(0.45, 0.05, 0.2, 1) forwards;
}

@keyframes lp-splash-fill {
  0% { width: 0; }
  100% { width: 100%; }
}

.lp-splash__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  color: #475569;
  font-weight: 500;
}

.lp-splash__spin {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #fecaca;
  border-top-color: #dc2626;
  border-radius: 50%;
  animation: lp-spin 0.8s linear infinite;
}

.lp-splash__foot {
  margin: 0.5rem 0 0;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #94a3b8;
  text-transform: uppercase;
}

/* ——— Top live bar ——— */
.lp-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.55rem 0.9rem 0.7rem;
  padding-top: calc(0.55rem + env(safe-area-inset-top, 0px));
  background: linear-gradient(90deg, #991b1b, #b91c1c 55%, #dc2626);
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 10px rgba(185, 28, 28, 0.3);
}

.lp-bar__top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fee2e2;
}

.lp-bar__lbl {
  white-space: nowrap;
}

.lp-bar__main {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.25;
}

.lp-bar__main strong {
  font-weight: 700;
}

.lp-bar__cd {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.lp-bar__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.35);
  animation: lp-blink 1.6s ease-in-out infinite;
  flex-shrink: 0;
  will-change: opacity;
}

@keyframes lp-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

/* ——— Page wrap ——— */
.lp-wrap {
  max-width: 32rem;
  margin: 0 auto;
  padding: 1rem 1rem 6rem;
}

/* ——— Questionnaire panel ——— */
.lp-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1.3rem 1rem 1rem;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-panel.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.lp-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.lp-panel__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.lp-panel__sep {
  color: #94a3b8;
  margin: 0 0.18rem;
}

.lp-panel__seal {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  border: 2px solid #ef4444;
  border-radius: 999px;
  position: relative;
}

.lp-panel__seal::after {
  content: "";
  position: absolute;
  inset: 0.22rem;
  border-radius: 999px;
  border: 1px solid #fca5a5;
}

.lp-stat {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fffbeb;
  border-left: 5px solid #facc15;
  border-radius: 10px;
  padding: 0.9rem 0.85rem;
  margin-bottom: 1.25rem;
}

.lp-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  border: 2px solid #facc15;
  color: #ca8a04;
  font-weight: 800;
  flex-shrink: 0;
  background: #fffef0;
}

.lp-stat p {
  margin: 0;
  color: #854d0e;
  font-size: 0.98rem;
  line-height: 1.45;
}

.lp-stat--bottom {
  margin-top: 1rem;
  margin-bottom: 0;
}

.lp-stat[hidden],
.lp-cta-btn[hidden] {
  display: none !important;
}

.lp-stat--red {
  background: #fef2f2;
  border-left-color: #dc2626;
}

.lp-stat--red .lp-stat__icon {
  border-color: #dc2626;
  background: #fff;
  color: #dc2626;
}

.lp-stat--red p {
  color: #7f1d1d;
}

.lp-stat--red strong {
  color: #991b1b;
}

/* ——— Step progress bar ——— */
.lp-progress {
  height: 5px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 0 1rem;
}

.lp-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  border-radius: 999px;
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.lp-progress__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  animation: lp-shine 2.4s ease-in-out infinite;
  will-change: transform;
}

@keyframes lp-shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.lp-step {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.13s ease, transform 0.13s ease;
}

.lp-step.is-swapping {
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
}

.lp-question {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
  min-height: 2.6em;
}

.lp-chat__opts {
  display: grid;
  gap: 0.7rem;
}

.lp-chip {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 14px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.05s;
}

.lp-chip:active {
  background: #f8fafc;
  transform: scale(0.985);
}

.lp-chip.is-selected {
  background: #fef2f2;
  border-color: #dc2626;
  box-shadow: 0 0 0 1px #dc2626 inset;
  color: #0f172a;
}

.lp-chip.is-tapped {
  background: #fee2e2;
  color: #0f172a;
}

/* ——— Primary CTA inside step (Q3) ——— */
.lp-cta-btn {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 1rem;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 6px 18px rgba(220, 38, 38, 0.28);
  transition: opacity 0.2s ease, transform 0.05s ease, box-shadow 0.2s ease;
}

.lp-cta-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.lp-cta-btn:not(:disabled):active {
  transform: scale(0.99);
}

.lp-cta-btn:not(:disabled):focus-visible {
  box-shadow: 0 8px 22px rgba(220, 38, 38, 0.35);
  outline: none;
}

.lp-chip:focus-visible {
  background: #f8fafc;
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  outline: none;
}

@media (hover: hover) {
  .lp-cta-btn:not(:disabled):hover {
    box-shadow: 0 8px 22px rgba(220, 38, 38, 0.35);
  }
  .lp-chip:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  }
}

/* ——— Inline panel loader (after Q3) ——— */
.lp-panel-load {
  padding: 2.25rem 1rem 1.5rem;
  text-align: center;
  animation: lp-fade-up 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-panel-load[hidden] {
  display: none !important;
}

.lp-panel-load__spin {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  border: 4px solid #fee2e2;
  border-top-color: #dc2626;
  animation: lp-spin 0.85s linear infinite;
}

.lp-panel-load__title {
  margin: 0 0 0.35rem;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.lp-panel-load__steps {
  list-style: none;
  padding: 0;
  margin: 1.1rem auto 0;
  max-width: 20rem;
  text-align: left;
}

.lp-panel-load__step {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.42rem 0;
  font-size: 0.92rem;
  color: #94a3b8;
  transition: color 0.25s ease;
}

.lp-panel-load__step-icon {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.lp-panel-load__step.is-active {
  color: #0f172a;
  font-weight: 600;
}

.lp-panel-load__step.is-active .lp-panel-load__step-icon {
  border-color: #dc2626;
  border-top-color: transparent;
  animation: lp-spin 0.7s linear infinite;
}

.lp-panel-load__step.is-done {
  color: #0f172a;
}

.lp-panel-load__step.is-done .lp-panel-load__step-icon {
  border-color: #16a34a;
  background: #16a34a;
  animation: none;
}

.lp-panel-load__step.is-done .lp-panel-load__step-icon::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 0.1rem;
  width: 0.32rem;
  height: 0.58rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

@keyframes lp-fade-up {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lp-spin {
  to { transform: rotate(360deg); }
}

/* ——— Full-screen takeover congratulations ——— */
.lp-congrats {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: #f5f6f8;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.25rem 1rem 2rem;
  padding-top: calc(1.25rem + env(safe-area-inset-top, 0px));
  padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  font-family: "Inter", system-ui, sans-serif;
  animation: lp-fade-up 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-congrats[hidden] {
  display: none !important;
}

.lp-congrats__inner {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 1.25rem 1.1rem 1.4rem;
}

.lp-congrats__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.lp-congrats__title {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.lp-congrats__title-sub {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0f172a;
}

.lp-congrats__seal {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  border: 2px solid #dc2626;
  color: #dc2626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp-congrats__seal-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.lp-congrats__green {
  background: #ecfdf5;
  border: 2px solid #a7f3d0;
  border-radius: 16px;
  text-align: center;
  padding: 1.1rem 1rem 1rem;
  margin: 0.4rem 0 0.9rem;
}

.lp-congrats__green-tag {
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #047857;
}

.lp-congrats__green-amount {
  margin: 0.2rem 0 0.45rem;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 9vw, 2.85rem);
  line-height: 1.1;
  font-weight: 800;
  color: #059669;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 0 rgba(16, 185, 129, 0.28), 0 4px 14px rgba(5, 150, 105, 0.22);
  animation: lp-congrats-amount-blink 2.25s ease-in-out infinite;
}

@keyframes lp-congrats-amount-blink {
  0%,
  100% {
    opacity: 1;
    filter: brightness(1);
  }
  50% {
    opacity: 0.78;
    filter: brightness(1.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-congrats__green-amount {
    animation: none;
  }
}

.lp-congrats__green-sub {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #047857;
}

.lp-congrats__urgent {
  text-align: center;
  margin: 0 0 1rem;
  color: #dc2626;
  font-weight: 700;
  font-size: 1rem;
}

.lp-congrats__approved {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 0.8rem 0.85rem;
  margin: 0 0 1rem;
}

.lp-congrats__approved p {
  margin: 0.15rem 0;
  font-size: 0.95rem;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-congrats__approved strong {
  color: #0f172a;
}

.lp-congrats__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  border: 1.5px solid #dc2626;
  color: #dc2626;
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
}

.lp-congrats__call {
  display: block;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  color: #fff;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 1rem 1rem;
  border-radius: 14px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 8px 22px rgba(220, 38, 38, 0.32);
  transition: box-shadow 0.2s ease, transform 0.05s ease;
}

.lp-congrats__call:focus-visible {
  box-shadow: 0 10px 26px rgba(220, 38, 38, 0.4);
  outline: none;
}

@media (hover: hover) {
  .lp-congrats__call:hover {
    box-shadow: 0 10px 26px rgba(220, 38, 38, 0.4);
  }
}

.lp-congrats__call:active {
  transform: scale(0.99);
}

.lp-congrats__sub {
  margin: 0.85rem 0 1rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #334155;
}

.lp-congrats__case {
  background: #fefce8;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 0.85rem 0.9rem 1rem;
  margin: 0 0 0.9rem;
}

.lp-congrats__case-id {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.lp-congrats__case-id strong {
  color: #0f172a;
  font-weight: 700;
}

.lp-congrats__case-tag {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  color: #b45309;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lp-congrats__case-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  color: #b45309;
}

.lp-congrats__counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.6rem;
}

.lp-congrats__counter-block {
  background: #dc2626;
  color: #fff;
  border-radius: 8px;
  padding: 0.45rem 0.55rem 0.5rem;
  text-align: center;
  min-width: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(220, 38, 38, 0.25);
}

.lp-congrats__counter-num {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.lp-congrats__counter-lbl {
  margin-top: 0.15rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.92;
}

.lp-congrats__counter-sep {
  font-size: 1.2rem;
  font-weight: 800;
  color: #dc2626;
  padding-bottom: 0.6rem;
}

.lp-congrats__case-foot {
  margin: 0;
  font-size: 0.78rem;
  color: #78716c;
  text-align: center;
}

.lp-congrats__image {
  margin: 1rem 0 0.25rem;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.lp-congrats__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  .lp-hd__h1 { font-size: 1.85rem; }
  .lp-out__h { font-size: 1.5rem; }
}

/* ——— Legal pages (Terms / Privacy) ——— */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 0.75rem 1rem;
  background: #1e3a5f;
  color: #fff;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e5ec;
}

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

.logo {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1e3a5f;
  text-decoration: none;
}

.nav-main {
  display: flex;
  gap: 1rem;
}

.nav-main a {
  font-size: 0.9rem;
  color: #1e3a5f;
  text-decoration: none;
  font-weight: 500;
}

.legal-page {
  padding: 1.75rem 0 3rem;
  max-width: 720px;
  margin: 0 auto;
}

.legal-page h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.8rem;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.legal-page h2 {
  font-size: 1.05rem;
  margin-top: 1.75rem;
  color: #0f172a;
}

.legal-page p,
.legal-page li {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.55;
}

.legal-page ul {
  padding-left: 1.25rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-weight: 500;
  color: #1d4ed8;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.site-footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.25rem 0;
  font-size: 0.85rem;
  text-align: center;
}

.site-footer a {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  margin: 0;
}
