/* ==========================================================================
   LogiFret Solutions — feuille de style unique
   ========================================================================== */

:root {
  /* Marque */
  --navy: #0b2545;
  --navy-dark: #071834;
  --navy-light: #123a6b;
  --red: #e2231a;
  --red-dark: #b81a13;

  /* Neutres */
  --white: #fff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-400: #99a1af;
  --gray-500: #6a7282;
  --gray-600: #4a5565;

  /* Typographie */
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-heading: "Poppins", "Inter", sans-serif;

  /* Formes */
  --radius: 4px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --shadow-card: 0 2px 18px rgba(11, 37, 69, 0.06);
  --shadow-card-hover: 0 6px 28px rgba(11, 37, 69, 0.12);
  --container: 80rem;
}

/* --------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */

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

* { margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--navy-dark);
  background: var(--white);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}

main {
  flex: 1;
  width: 100%;
  overflow-x: hidden;
}

img,
svg,
iframe { display: block; }

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

ul { list-style: none; }

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
}

button { cursor: pointer; }
textarea { resize: vertical; }

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.2;
}

:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* --------------------------------------------------------------------------
   Utilitaires de mise en page
   -------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1rem;
}

/* Évite les débordements de grille CSS avec de longs contenus */
.hero__grid > *,
.highlights__grid > *,
.cards > *,
.cards--3 > *,
.cards--4 > *,
.split > *,
.tiles > *,
.features > *,
.contact__grid > *,
.footer__grid > * {
  min-width: 0;
}

.section { padding-block: 4rem; }
.section--white { background: var(--white); }
.section--gray { background: var(--gray-50); }
.section--navy { background: var(--navy-dark); }

/* Compense l'en-tête collant lors d'une navigation par ancre. */
section[id],
div[id] { scroll-margin-top: 5rem; }

.icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.sprite { display: none; }

.center {
  margin-top: 2.5rem;
  text-align: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (min-width: 64rem) {
  .container { padding-inline: 1.5rem; }
  .section { padding-block: 5.5rem; }
}

@media (min-width: 80rem) {
  .container { padding-inline: 2rem; }
  .section { padding-block: 6rem; }
}

/* --------------------------------------------------------------------------
   Boutons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: var(--radius);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.btn--red {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.btn--red:hover { background: var(--red-dark); }

.btn--flat { box-shadow: none; }

.btn--outline {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.btn--outline:hover { background: rgba(255, 255, 255, 0.15); }

.btn--compact { padding: 0.75rem 1.25rem; }

/* --------------------------------------------------------------------------
   Titres de section
   -------------------------------------------------------------------------- */

.eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
}

.section-head {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin-top: 0.5rem;
  font-size: 1.875rem;
  color: var(--navy-dark);
}

.section-head .rule {
  width: 4rem;
  height: 4px;
  margin: 1rem auto 0;
  background: var(--red);
}

@media (min-width: 40rem) {
  .section-head h2 { font-size: 2.25rem; }
}

/* --------------------------------------------------------------------------
   En-tête
   -------------------------------------------------------------------------- */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.header .container {
  max-width: 100%;
  padding-inline: clamp(1rem, 2vw, 2rem);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  padding-block: 0.625rem;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  text-decoration: none;
}

.header__logo img {
  height: clamp(2.5rem, 3.5vw, 3.25rem);
  width: auto;
  object-fit: contain;
  display: block;
}

.header__brand {
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 1.15vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--navy-dark);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__brand .accent {
  color: var(--red);
}

.header__brand-sub {
  color: var(--navy);
  font-size: clamp(0.6875rem, 0.75vw, 0.8125rem);
  font-weight: 700;
}

.nav,
.header__aside { display: none; }

.nav a {
  font-size: clamp(0.8125rem, 0.85vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.025em;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.nav a:hover,
.nav a[aria-current="true"] { color: var(--red); }

.header__contact {
  display: grid;
  gap: 0.125rem;
  font-size: 0.8125rem;
  line-height: 1.25;
}

.header__contact a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
  white-space: nowrap;
}

.header__contact .icon { color: var(--red); }
.header__contact a:hover { color: var(--red); }
.header__contact .tel { font-weight: 700; }
.header__contact .mail { color: var(--navy-light); }

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: var(--radius);
  color: var(--navy-dark);
}

.burger .icon {
  width: 1.75rem;
  height: 1.75rem;
}

@media (min-width: 82rem) {
  .nav,
  .header__aside {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1.2vw, 1.25rem);
  }

  .burger { display: none; }
}

/* --------------------------------------------------------------------------
   Menu mobile
   -------------------------------------------------------------------------- */

.drawer {
  display: none;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  border-top: 1px solid var(--gray-100);
  background: var(--white);
}

.drawer[data-open="true"] { display: block; }

.drawer nav {
  display: grid;
  padding-block: 0.25rem 0.75rem;
}

.drawer nav a {
  padding: 0.875rem 0.25rem;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.9375rem;
  font-weight: 600;
}

.drawer nav a:hover { color: var(--red); }

.drawer__actions {
  display: grid;
  gap: 0.75rem;
  padding-block: 0.25rem 1.25rem;
}

.drawer__actions a { width: 100%; }

.drawer__actions .btn--navy {
  background: var(--navy);
  color: var(--white);
}

.drawer__actions .btn--navy:hover { background: var(--navy-light); }

@media (min-width: 82rem) {
  .drawer,
  .drawer[data-open="true"] { display: none; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-dark);
}

.hero__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-block: 3rem;
}

.hero__text {
  position: relative;
  z-index: 10;
}

.hero__eyebrow {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.8);
}

.hero h1 {
  margin-top: 0.5rem;
  font-size: 2.25rem;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--white);
}

.hero h1 .accent {
  display: block;
  color: var(--red);
}

.hero__lead {
  margin-top: 1.25rem;
  max-width: 32rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.85);
}

.hero__cta {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero__media { margin-inline: -1rem; }
.hero__media img { width: 100%; object-fit: cover; }

@media (min-width: 40rem) {
  .hero__eyebrow { font-size: 1rem; }
  .hero h1 { font-size: 3rem; }
  .hero__lead { font-size: 1.125rem; }
  .hero__cta { flex-direction: row; }
}

@media (min-width: 64rem) {
  .hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 2.5vw, 2.5rem);
    padding-block: 0;
    align-items: center;
  }

  .hero__text { padding-block: clamp(3rem, 5vw, 5rem); }
  .hero h1 { font-size: clamp(2.2rem, 3.2vw, 3.4rem); overflow-wrap: break-word; }
  .hero__media { margin-inline: 0; }

  .hero__media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: var(--radius-2xl) 0 0 var(--radius-2xl);
  }
}

/* --------------------------------------------------------------------------
   Bandeau de points forts
   -------------------------------------------------------------------------- */

.highlights { background: var(--navy); }

.highlights__grid {
  display: grid;
  gap: 1.5rem;
  padding-block: 2.5rem;
}

.highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

.highlight > div:last-child {
  min-width: 0;
  overflow-wrap: break-word;
}

.highlight__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.highlight__icon .icon {
  width: 22px;
  height: 22px;
}

.highlight h3 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--white);
  overflow-wrap: break-word;
  word-break: break-word;
}

.highlight p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.375;
  color: rgba(255, 255, 255, 0.7);
  overflow-wrap: break-word;
}

@media (min-width: 40rem) {
  .highlights__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 56rem) {
  .highlights__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 76rem) {
  .highlights__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
    padding-block: 1.75rem;
  }
}

/* --------------------------------------------------------------------------
   Cartes de services
   -------------------------------------------------------------------------- */

.cards {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

.service {
  padding: 1.75rem;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  background: var(--white);
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.15s ease;
}

.service:hover { box-shadow: var(--shadow-card-hover); }

.service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
}

.service__icon .icon {
  width: 1.75rem;
  height: 1.75rem;
}

.service h3 {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--navy-dark);
}

.service p {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--gray-500);
}

@media (min-width: 40rem) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 64rem) {
  .cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   Blocs deux colonnes (logistique, à propos)
   -------------------------------------------------------------------------- */

.split {
  display: grid;
  gap: 3rem;
}

.split h2 {
  margin-top: 0.5rem;
  font-size: 1.875rem;
  color: var(--navy-dark);
}

.split__lead {
  margin-top: 1rem;
  line-height: 1.625;
  color: var(--gray-600);
}

.split .btn { margin-top: 1.75rem; }

.section--navy .split h2 { color: var(--white); }
.section--navy .split__lead { color: rgba(255, 255, 255, 0.75); }

.tiles {
  display: grid;
  gap: 1rem;
}

.tile {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.05);
}

.tile > .icon {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--red);
}

.tile h3 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}

.tile p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 40rem) {
  .split h2 { font-size: 2.25rem; }
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 64rem) {
  .split {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
  }
}

/* --------------------------------------------------------------------------
   Flotte
   -------------------------------------------------------------------------- */

.fleet {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: 0 2px 18px rgba(11, 37, 69, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fleet:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(11, 37, 69, 0.12);
}

.fleet img {
  height: 11.5rem;
  width: 100%;
  object-fit: cover;
  background: var(--gray-100);
  transition: transform 0.3s ease;
}

.fleet:hover img {
  transform: scale(1.03);
}

.fleet__body { padding: 1.25rem; }

.fleet h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-dark);
}

.specs {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
}

.specs li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--gray-600);
}

.specs .icon {
  margin-top: 0.125rem;
  color: var(--red);
}

/* --------------------------------------------------------------------------
   À propos
   -------------------------------------------------------------------------- */

.prose .eyebrow { margin-top: 0; }

.prose p {
  margin-top: 1rem;
  line-height: 1.625;
  color: var(--gray-600);
}

.features {
  display: grid;
  gap: 1.25rem;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
}

.feature__icon .icon {
  width: 22px;
  height: 22px;
}

.feature h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-dark);
}

.feature p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--gray-500);
}

/* --------------------------------------------------------------------------
   Contact : formulaire de devis + coordonnées
   -------------------------------------------------------------------------- */

.contact { background: var(--navy-dark); }

.contact__grid { display: grid; }

.quote {
  background: var(--white);
  padding: 3.5rem 1rem;
}

.quote h2 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: var(--navy-dark);
}

.form {
  margin-top: 1.75rem;
  display: grid;
  gap: 1rem;
}

.form__row {
  display: grid;
  gap: 1rem;
}

.form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
}

.field {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  background: var(--white);
  font-size: 0.875rem;
  color: var(--navy-dark);
}

.field::placeholder { color: var(--gray-400); }
.field:focus { border-color: var(--navy); }
.field[aria-invalid="true"] { border-color: var(--red); }

/* Le select affiche son libellé en gris tant qu'aucun choix n'est fait. */
select.field { color: var(--gray-400); }
select.field[data-filled="true"] { color: var(--navy-dark); }
select.field option { color: var(--navy-dark); }

.form__note {
  font-size: 0.75rem;
  line-height: 1.625;
  color: var(--gray-400);
}

.form__status {
  display: none;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form__status[data-state="error"] {
  display: block;
  border: 1px solid #fcd34d;
  background: #fffbeb;
  color: #92400e;
}

.form__status[data-state="sent"] {
  display: block;
  border: 1px solid rgba(11, 37, 69, 0.1);
  background: var(--gray-50);
  color: var(--navy);
}

@media (min-width: 40rem) {
  .quote h2 { font-size: 1.875rem; }
  .form__row { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 64rem) {
  .quote {
    padding: 4rem 2.5rem;
    border-radius: var(--radius-2xl) 0 0 var(--radius-2xl);
  }
}

.coords {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--navy-dark);
}

.coords__body {
  padding: 3.5rem 1rem;
  color: var(--white);
}

.coords h2 { font-size: 1.5rem; }

.coords__list {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.25rem;
}

.coords__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}

.coords__list a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.15s ease;
}

.coords__list a:hover { color: var(--red); }
.coords__list .tel { font-weight: 600; }

.coords__list .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: var(--red);
}

.coords__list span.stack { display: grid; }

.map {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

@media (min-width: 40rem) {
  .coords h2 { font-size: 1.875rem; }
}

@media (min-width: 64rem) {
  .contact__grid { grid-template-columns: 1fr 1fr; }
  .coords__body { padding: 4rem 2.5rem; }
  .map { border-radius: 0 0 var(--radius-2xl) 0; }
}

/* --------------------------------------------------------------------------
   Pied de page
   -------------------------------------------------------------------------- */

.footer { background: var(--navy); }

.footer__grid {
  display: grid;
  gap: 2.5rem;
  padding-top: 3.5rem;
}

.footer__wordmark {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--white);
}

.footer__wordmark span { color: var(--red); }

.footer__tagline {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
}

.footer__about {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.7);
  overflow-wrap: break-word;
}

.footer h3 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.footer ul {
  margin-top: 1rem;
  display: grid;
  gap: 0.625rem;
}

.footer li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  overflow-wrap: break-word;
}

.footer a {
  transition: color 0.15s ease;
  overflow-wrap: break-word;
  word-break: break-word;
}
.footer a:hover { color: var(--red); }

.footer__contact ul { gap: 0.75rem; }

.footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
}

.footer__contact a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer__contact .icon {
  margin-top: 0.125rem;
  color: var(--red);
  flex-shrink: 0;
}

.footer__bottom {
  margin-top: 3rem;
  padding-block: 1.5rem 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer__legal {
  display: flex;
  gap: 1.25rem;
}

.footer__legal a:hover { color: var(--white); }

@media (min-width: 40rem) {
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 64rem) {
  .footer__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   Pages légales
   -------------------------------------------------------------------------- */

.legal { padding-block: 3.5rem; }

.legal__inner { max-width: 48rem; }

.legal h1 {
  font-size: 1.875rem;
  color: var(--navy-dark);
}

.legal h2 {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  color: var(--navy-dark);
}

.legal p,
.legal li {
  margin-top: 0.75rem;
  line-height: 1.625;
  color: var(--gray-600);
}

.legal ul { padding-left: 1.25rem; list-style: disc; }

.legal a { color: var(--red); text-decoration: underline; }

.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--red);
}

.legal__todo {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #fcd34d;
  border-radius: var(--radius);
  background: #fffbeb;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #92400e;
}
