/* ============ TOKENS ============ */
:root {
  --ink: #171D1F;
  --ink-soft: #2A3336;
  --petrol: #1E4A4C;
  --petrol-deep: #133233;
  --petrol-light: #3C7A7D;
  --paper: #EDEAE1;
  --card: #F8F6F0;
  --white: #FFFFFF;
  --amber: #D9971F;
  --amber-deep: #B87B12;
  --stone: #6B6459;
  --line: #D6D0C1;
  --line-dark: #33484A;

  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;

  --container: 1180px;
  --radius: 3px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, svg {
  display: block;
  max-width: 100%;
}

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

ul {
  list-style: none;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  background: var(--amber);
  color: var(--petrol-deep);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: var(--radius);
  z-index: 100;
  transition: top .15s ease;
}

.skip-link:focus {
  top: 16px;
}

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber-deep);
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--amber-deep);
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  max-height: 50px;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.btn--primary {
  background: var(--amber);
  color: var(--petrol-deep);
}

.btn--primary:hover {
  background: var(--amber-deep);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--paper);
  border-color: rgba(237, 234, 225, 0.35);
}

.btn--ghost:hover {
  border-color: var(--paper);
}

.btn--dark {
  background: var(--petrol);
  color: var(--paper);
}

.btn--dark:hover {
  background: var(--petrol-deep);
  transform: translateY(-1px);
}

.btn__arrow {
  transition: transform .15s ease;
}

.btn:hover .btn__arrow {
  transform: translateX(3px);
}

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(23, 29, 31, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line-dark);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: var(--paper);
}

.brand__mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.brand__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--petrol-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav__links {
  display: flex;
  gap: 30px;
}

.nav__links a {
  font-size: 14px;
  color: rgba(237, 234, 225, 0.78);
  transition: color .15s ease;
}

.nav__links a:hover {
  color: var(--paper);
}

.nav__cta {
  display: flex;
  gap: 12px;
}

.nav-toggle {
  display: none;
}

@media (max-width: 860px) {
  .nav__links {
    display: none;
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(237, 234, 225, 0.3);
    color: var(--paper);
    border-radius: var(--radius);
    cursor: pointer;
  }

  .nav__cta .btn--ghost {
    display: none;
  }
}

/* ============ HERO ============ */
.hero {
  background: var(--petrol-deep);
  background-image: radial-gradient(circle at 82% -10%, rgba(60, 122, 125, 0.5), transparent 55%);
  color: var(--paper);
  padding: 84px 0 96px;
  position: relative;
  overflow: hidden;
}

.hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.hero__eyebrow {
  color: var(--amber);
  margin-bottom: 22px;
}

.hero__eyebrow::before {
  background: var(--amber);
}

.hero h1 {
  color: var(--white);
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.06;
  margin-bottom: 22px;
}

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

.hero p {
  font-size: 17px;
  color: rgba(237, 234, 225, 0.82);
  max-width: 480px;
  margin-bottom: 34px;
}

.hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero__meta {
  display: flex;
  gap: 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(237, 234, 225, 0.55);
}

.hero__meta strong {
  color: var(--paper);
  font-weight: 600;
}

/* ---- signature ticket ---- */
.ticket {
  background: var(--card);
  color: var(--ink);
  border-radius: 4px;
  position: relative;
  padding: 26px 26px 22px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55);
  transform: rotate(1.2deg);
}

.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: var(--petrol-deep);
  border-radius: 50%;
}

.ticket::before {
  left: -11px;
}

.ticket::after {
  right: -11px;
}

.ticket__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.ticket__ref {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--stone);
}

.ticket__ref span {
  color: var(--ink);
}

.ticket__badge {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  background: rgba(30, 74, 76, 0.1);
  color: var(--petrol);
  border-radius: 2px;
}

.ticket__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.ticket__sub {
  font-size: 13px;
  color: var(--stone);
  margin-bottom: 18px;
}

.ticket__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tstep {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  opacity: 0;
  transform: translateX(-6px);
  animation: tstep-in .45s ease forwards;
}

.tstep:nth-child(1) {
  animation-delay: .2s;
}

.tstep:nth-child(2) {
  animation-delay: .65s;
}

.tstep:nth-child(3) {
  animation-delay: 1.1s;
}

.tstep:nth-child(4) {
  animation-delay: 1.55s;
}

.tstep:nth-child(5) {
  animation-delay: 2.0s;
}

@keyframes tstep-in {
  to {
    opacity: 1;
    transform: none;
  }
}

.tstep__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid var(--line);
  flex-shrink: 0;
  position: relative;
}

.tstep--done .tstep__dot {
  background: var(--petrol);
  border-color: var(--petrol);
}

.tstep__line {
  position: absolute;
  left: 0.094rem;
  top: 7px;
  width: 2px;
  height: 27px;
  background: var(--line);
}

.tstep--done .tstep__line {
  background: var(--petrol);
}

.tstep:last-child .tstep__line {
  display: none;
}

.tstep__label {
  font-size: 13px;
  font-weight: 500;
  flex: 1;
}

.tstep--done .tstep__label {
  color: var(--ink);
}

.tstep:not(.tstep--done) .tstep__label {
  color: var(--stone);
}

.tstep__time {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--stone);
}

.ticket__stamp {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  animation: stamp-land .5s cubic-bezier(.2, 1.4, .4, 1) forwards;
  animation-delay: 2.3s;
}

@keyframes stamp-land {
  0% {
    opacity: 0;
    transform: scale(2.2) rotate(-18deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(-8deg);
  }
}

.stamp {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--amber-deep);
  border: 2px solid var(--amber-deep);
  border-radius: 3px;
  padding: 6px 10px;
  transform: rotate(-8deg);
}

@media (prefers-reduced-motion: reduce) {
  .tstep {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .ticket__stamp {
    opacity: 1;
    animation: none;
    transform: rotate(-8deg);
  }
}

@media (max-width: 900px) {
  .hero .wrap {
    grid-template-columns: 1fr;
  }

  .ticket {
    transform: none;
    max-width: 440px;
  }
}

/* ============ SECTION SHELL ============ */
section {
  padding: 88px 0;
}

.section__head {
  max-width: 620px;
  margin-bottom: 48px;
}

.section__head h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-top: 14px;
  line-height: 1.15;
}

.section__head p {
  color: var(--stone);
  font-size: 16px;
  margin-top: 14px;
}

.section--dark {
  background: var(--ink);
  color: var(--paper);
}

.section--dark .section__head h2 {
  color: var(--white);
}

.section--dark .section__head p {
  color: rgba(237, 234, 225, 0.65);
}

/* ============ WHO WE SERVE ============ */
.audience {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.audience__item {
  background: var(--card);
  padding: 26px 22px;
}

.audience__item .eyebrow {
  font-size: 10px;
  margin-bottom: 10px;
  color: var(--stone);
}

.audience__item .eyebrow::before {
  background: var(--stone);
}

.audience__item h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.audience__item p {
  font-size: 13.5px;
  color: var(--stone);
}

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

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

/* ============ SERVICES ============ */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.svc {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 30px 26px 28px;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}

.svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px -18px rgba(23, 29, 31, 0.35);
}

.svc__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--petrol);
  background: rgba(30, 74, 76, 0.08);
  padding: 5px 9px;
  border-radius: 2px;
  align-self: flex-start;
  margin-bottom: 20px;
}

.svc h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.svc p {
  font-size: 14.5px;
  color: var(--stone);
  margin-bottom: 20px;
  flex: 1;
}

.svc__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.svc__list li {
  font-size: 13px;
  color: var(--ink-soft);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.svc__list li::before {
  content: "—";
  color: var(--amber-deep);
  flex-shrink: 0;
}

.svc__foot {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--stone);
  border-top: 1px dashed var(--line);
  padding-top: 14px;
}

.svc__foot b {
  color: var(--ink);
}

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

/* ============ HOW IT WORKS ============ */
.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.process::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line-dark);
}

.pstep {
  padding-right: 20px;
  position: relative;
}

.pstep__num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--amber);
  background: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.pstep h3 {
  color: var(--white);
  font-size: 15.5px;
  margin-bottom: 8px;
}

.pstep p {
  font-size: 13px;
  color: rgba(237, 234, 225, 0.6);
}

@media (max-width: 900px) {
  .process {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }

  .process::before {
    display: none;
  }
}

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

/* ============ COVERAGE ============ */
.coverage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.coverage__map {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coverage__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coverage__tags span {
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 9px 13px;
  border: 1px solid var(--petrol);
  color: var(--petrol);
  border-radius: 999px;
}

.coverage__tags span.is-primary {
  background: var(--petrol);
  color: var(--paper);
}

.coverage__list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.coverage__list li {
  font-size: 14.5px;
  color: var(--ink-soft);
  display: flex;
  gap: 10px;
}

.coverage__list li b {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--amber-deep);
}

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

/* ============ REPORT PREVIEW ============ */
.report {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.report__doc {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 26px;
  box-shadow: 0 24px 50px -24px rgba(23, 29, 31, 0.25);
}

.report__doc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.report__doc-head .eyebrow {
  margin-bottom: 0;
}

.report__doc-head span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--stone);
}

.report__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.report__cell {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 3px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--stone);
}

.report__row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 13px;
}

.report__row span:first-child {
  color: var(--stone);
}

.report__row span:last-child {
  font-weight: 600;
}

.report__row.is-final span:last-child {
  color: var(--petrol);
}

/* ============ WHY ============ */
.why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why__item h3 {
  font-size: 17px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.why__item h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--amber);
  border-radius: 50%;
  flex-shrink: 0;
}

.why__item p {
  font-size: 14px;
  color: var(--stone);
}

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

/* ============ FAQ ============ */
.faq {
  max-width: 760px;
  border-top: 1px solid var(--line);
}

.faq__item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq__item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.faq__item p {
  font-size: 14.5px;
  color: var(--stone);
  max-width: 620px;
}

/* ============ CTA BAND ============ */
.cta-band {
  background: var(--petrol);
  background-image: radial-gradient(circle at 10% 20%, rgba(60, 122, 125, 0.5), transparent 50%);
  color: var(--paper);
  padding: 72px 0;
}

.cta-band .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-band h2 {
  color: var(--white);
  font-size: clamp(24px, 3vw, 32px);
  max-width: 480px;
}

.cta-band__ctas {
  display: flex;
  gap: 14px;
}

/* ============ FOOTER ============ */
footer {
  background: var(--ink);
  color: rgba(237, 234, 225, 0.6);
  padding: 56px 0 30px;
  font-size: 13.5px;
}

.foot__top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line-dark);
  margin-bottom: 24px;
}

.foot__brand .brand__mark {
  color: var(--white);
}

.foot__brand p {
  margin-top: 14px;
  max-width: 260px;
  color: rgba(237, 234, 225, 0.5);
}

.foot__col h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(237, 234, 225, 0.4);
  margin-bottom: 14px;
}

.foot__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot__col a {
  transition: color .15s ease;
}

.foot__col a:hover {
  color: var(--paper);
}

.foot__legal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(237, 234, 225, 0.35);
}

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

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

/* ============ CONTACT MODAL ============ */
.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(19, 50, 51, 0.55);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 200;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__card {
  background: var(--card);
  border-radius: 6px;
  max-width: 440px;
  width: 100%;
  padding: 34px 30px 30px;
  position: relative;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.45);
  transform: translateY(8px);
  transition: transform .18s ease;
}

.contact-modal.is-open .contact-modal__card {
  transform: translateY(0);
}

.contact-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 50%;
  color: var(--stone);
  cursor: pointer;
  font-size: 13px;
}

.contact-modal__close:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.contact-modal__title {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.contact-modal__subtitle {
  font-size: 14px;
  color: var(--stone);
  margin-bottom: 22px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 10px 12px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--petrol);
  box-shadow: 0 0 0 3px rgba(30, 74, 76, 0.12);
}

.field input.is-invalid,
.field textarea.is-invalid {
  border-color: #B3453A;
}

.field__error {
  display: block;
  font-size: 12px;
  color: #B3453A;
  margin-top: 5px;
  min-height: 15px;
}

.contact-modal__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-modal__submit {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.contact-modal__success {
  text-align: center;
  padding: 12px 0 6px;
}

.contact-modal__success .btn {
  margin-top: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .contact-modal, .contact-modal__card {
    transition: none;
  }
}

/* ============ LEGAL PAGES ============ */
.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 28px 90px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  color: var(--petrol);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
}

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

.legal-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 40px 36px 46px;
}

.legal-title {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  margin-bottom: 6px;
}

.legal-updated {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--stone);
  margin-bottom: 30px;
}

.legal-card h2 {
  font-family: var(--font-display);
  font-size: 17px;
  margin: 30px 0 10px;
  color: var(--ink);
}

.legal-card p,
.legal-card li {
  color: var(--ink-soft);
  line-height: 1.75;
  font-size: 15px;
}

.legal-card ul {
  padding-left: 20px;
  margin: 8px 0;
}

.legal-card a {
  color: var(--petrol);
  font-weight: 600;
}

.legal-card a:hover {
  text-decoration: underline;
}
