:root {
  --navy: #0b1730;
  --navy-light: #142541;
  --blue: #2563eb;
  --lime: #d5fc76;
  --text: #18253c;
  --muted: #5d6b80;
  --line: #e0e6ef;
  --light: #f3f6fb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  font-family: Inter, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: white;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid #77a4ff;
  outline-offset: 5px;
}
a,
p,
h1,
h2,
h3 {
  overflow-wrap: break-word;
}
figure,
dl,
dd {
  margin: 0;
}
.container {
  width: min(1240px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: white;
  color: var(--navy);
  padding: 12px;
  z-index: 10;
}
.skip-link:focus {
  transform: none;
}
.hero-shell {
  background: var(--navy);
  color: white;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 108px;
  padding-block: 20px;
  border-bottom: 1px solid #ffffff20;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
}
.brand-symbol {
  width: 43px;
  height: 43px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--lime);
  color: var(--navy);
  font-size: 31px;
  font-weight: 750;
}
.brand-caption {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #b4c0d6;
  letter-spacing: 0.2px;
  margin-top: 6px;
}
.header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  color: #c9d3e4;
  font-size: 14px;
}
.header nav a {
  padding-block: 7px;
}
.header nav a:hover,
.text-link:hover {
  color: var(--lime);
}
.header-cta {
  padding: 11px 16px;
  border: 1px solid #66738c;
  border-radius: 8px;
  font-size: 14px;
  flex-shrink: 0;
}
.header-cta span {
  margin-left: 16px;
  color: var(--lime);
}
.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: center;
  gap: 56px;
  padding-block: 75px 66px;
}
.hero-copy,
.hero-visual {
  min-width: 0;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #b8c8e2;
  margin: 0 0 24px;
}
.blue {
  color: var(--blue);
}
h1 {
  font-size: clamp(42px, 4.45vw, 65px);
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: -2.5px;
  margin: 0 0 28px;
}
h1 span,
.drivers-section h2 span {
  color: var(--lime);
}
.hero-description {
  color: #b6c4da;
  font-size: 17px;
  max-width: 480px;
  margin: 0;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 650;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-lime {
  color: var(--navy);
  background: var(--lime);
}
.button-lime:hover {
  background: #e3ff9e;
}
.button-dark {
  background: var(--navy);
  color: white;
}
.button-dark:hover {
  background: #203858;
}
.text-link {
  font-size: 14px;
  padding-block: 10px;
}
.text-link span {
  margin-left: 5px;
}
.hero-note {
  color: #97aac6;
  font-size: 14px;
  margin: 26px 0 0;
}
.hero-note span {
  margin-inline: 8px;
}
.visual-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #cad6eb;
  margin-bottom: 17px;
}
.visual-label > span {
  color: #98abc9;
  font-size: 12px;
  white-space: nowrap;
}
.parking-board {
  background: white;
  color: var(--text);
  border: 1px solid #52607a;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 25px 64px #0005;
}
.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 43px;
  padding: 8px 18px;
  background: #eef2f8;
  border-bottom: 1px solid #dce3ee;
  font-size: 12px;
  color: #596983;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  background: #b7c4d7;
  border-radius: 50%;
}
.window-mark {
  font-weight: 800;
  font-size: 16px;
}
.board-body {
  padding: 24px;
}
.board-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.board-heading p {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--muted);
  margin: 0 0 6px;
}
.board-heading h2 {
  font-size: 23px;
  letter-spacing: -0.6px;
}
.board-total {
  color: var(--muted);
  font-size: 12px;
  flex-shrink: 0;
}
.board-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-block: 20px;
}
.board-stats dt {
  font-size: 12px;
  color: var(--muted);
}
.board-stats dd {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}
.spot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}
.spot {
  padding: 11px 3px;
  min-height: 72px;
  border: 1px solid;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.spot b {
  font-size: 16px;
  line-height: 1.3;
}
.spot span {
  font-size: 12px;
  line-height: 1.3;
}
.free {
  color: #126544;
  background: #e9f7ef;
  border-color: #a8d7bc;
}
.occupied {
  color: #9b3240;
  background: #fff0f1;
  border-color: #eab7bf;
}
.reserved {
  color: #825e05;
  background: #fff8df;
  border-color: #e7d28f;
}
.awaiting {
  color: #9a4614;
  background: #fff0e6;
  border-color: #edb48f;
}
.board-payment {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f3f6fb;
  border-radius: 9px;
  padding: 14px;
  margin-top: 20px;
}
.payment-time {
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  color: #9a4614;
}
.board-payment p {
  margin: 0;
  line-height: 1.5;
}
.board-payment strong {
  display: block;
  font-size: 14px;
  font-weight: 650;
}
.board-payment p > span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.payment-symbol {
  margin-left: auto;
  font-size: 21px;
  color: var(--muted);
}
.module-strip {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #b9c7df;
  border-top: 1px solid #ffffff24;
  margin-top: 27px;
  padding-top: 18px;
  font-size: 14px;
}
.module-strip b {
  color: #8a9fc0;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}
.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
  border-top: 1px solid #ffffff20;
  color: #9eafca;
  font-size: 14px;
}
.hero-footer p {
  margin: 0;
}
.hero-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  color: #d2dcee;
}
.section {
  padding-block: 96px;
}
h2 {
  font-size: clamp(31px, 3.25vw, 45px);
  line-height: 1.2;
  letter-spacing: -1.6px;
  margin: 0;
  font-weight: 720;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 44px;
}
.section-intro {
  max-width: 345px;
  color: var(--muted);
  margin: 0 0 3px;
}
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.feature-card {
  padding: 29px 27px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 29px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #edf3ff;
  border-radius: 12px;
}
.feature-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--blue);
  stroke-width: 1.5;
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.card-number {
  color: #6a7a90;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.feature-card h3 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.65px;
  margin: 0 0 16px;
}
.feature-card p {
  color: var(--muted);
  margin: 0 0 20px;
}
.feature-card ul {
  list-style: none;
  padding: 0;
  margin: auto 0 24px;
  font-size: 14px;
}
.feature-card li {
  padding-left: 19px;
  position: relative;
  margin: 10px 0;
}
.feature-card li::before {
  content: '✓';
  color: var(--blue);
  position: absolute;
  left: 0;
}
.feature-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 19px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 650;
}
.feature-card > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.places-section {
  background: var(--light);
  border-block: 1px solid #e9edf4;
  padding-block: 84px;
}
.places-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 86px;
  align-items: center;
}
.places-copy > p:not(.eyebrow),
.team-copy > p:not(.eyebrow) {
  color: var(--muted);
  margin: 25px 0 29px;
}
.status-list {
  display: grid;
  gap: 14px;
}
.status-list article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  gap: 19px;
  background: white;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.status-badge {
  border: 1px solid;
  border-radius: 7px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 650;
}
.status-list h3 {
  font-size: 17px;
  margin: 0 0 6px;
  letter-spacing: -0.2px;
}
.status-list p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}
.team-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.team-list article {
  display: flex;
  gap: 24px;
  padding-block: 25px;
  border-bottom: 1px solid var(--line);
}
.team-list article:first-child {
  padding-top: 0;
}
.team-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.feature-num {
  color: var(--blue);
  font-size: 14px;
  font-weight: 650;
  padding-top: 3px;
}
.team-list h3 {
  font-size: 21px;
  letter-spacing: -0.4px;
  margin: 0 0 8px;
}
.team-list p {
  color: var(--muted);
  margin: 0;
}
.drivers-section {
  background: var(--navy);
  color: white;
  padding-block: 80px;
}
.drivers-section .section-intro {
  color: #b6c4da;
}
.driver-steps {
  list-style: none;
  padding: 0;
  margin: 48px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
.driver-steps li {
  border-top: 1px solid #ffffff35;
  padding-top: 24px;
}
.step-number {
  font-size: 14px;
  color: var(--lime);
}
.driver-steps h3 {
  font-size: 23px;
  line-height: 1.3;
  margin: 19px 0 15px;
  letter-spacing: -0.4px;
}
.driver-steps p {
  color: #b6c4da;
  margin: 0;
}
.drivers-bottom {
  display: flex;
  align-items: center;
  gap: 32px;
}
.drivers-bottom p {
  color: #b6c4da;
  font-size: 14px;
  margin: 0;
}
.drivers-bottom p > a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.getting-started {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.start-description {
  color: var(--muted);
  max-width: 480px;
  margin: 24px 0 0;
}
.start-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  background: var(--light);
}
.start-symbol {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--navy);
  font-size: 30px;
  font-weight: 750;
}
.start-card h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 23px 0 13px;
  letter-spacing: -0.7px;
}
.start-card p {
  color: var(--muted);
  margin: 0 0 24px;
}
.start-card .button {
  width: 100%;
}
.existing-account {
  display: block;
  margin-top: 17px;
  font-size: 14px;
  text-align: center;
  color: var(--muted);
  padding-block: 5px;
}
.existing-account:hover {
  color: var(--blue);
  text-decoration: underline;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-block: 32px;
}
.footer-brand {
  font-size: 17px;
}
.footer-brand .brand-symbol {
  width: 32px;
  height: 32px;
  font-size: 23px;
  background: var(--navy);
  color: white;
  border-radius: 7px;
}
.footer p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.footer nav {
  display: flex;
  gap: 12px 22px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--muted);
}
.footer nav a {
  padding-block: 6px;
}
.footer nav a:hover {
  color: var(--blue);
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .header {
    flex-wrap: wrap;
  }
  .header nav {
    gap: 12px 20px;
  }
  .hero {
    gap: 30px;
  }
  h1 {
    font-size: 50px;
  }
  .board-body {
    padding: 18px;
  }
  .feature-card {
    padding: 25px 21px;
  }
  .feature-card h3 {
    font-size: 23px;
  }
  .places-layout {
    gap: 38px;
  }
  .status-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .status-badge {
    justify-self: start;
  }
  .team-section,
  .getting-started {
    gap: 55px;
  }
}
@media (max-width: 800px) {
  .header {
    gap: 18px;
  }
  .header nav {
    order: 3;
    width: 100%;
    border-top: 1px solid #ffffff20;
    padding-top: 12px;
    justify-content: space-between;
  }
  .header-cta {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 48px;
  }
  h1 {
    font-size: 62px;
  }
  .hero-description {
    max-width: 570px;
  }
  .hero-visual {
    width: 100%;
    max-width: 600px;
  }
  .board-body {
    padding: 26px;
  }
  .spot {
    min-height: 84px;
  }
  .hero-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .hero-footer > div {
    gap: 12px 24px;
  }
  .section {
    padding-block: 64px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 33px;
  }
  .section-intro {
    max-width: 550px;
  }
  .feature-cards {
    grid-template-columns: 1fr;
  }
  .feature-card {
    padding: 28px;
  }
  .feature-card h3 {
    font-size: 26px;
  }
  .feature-card h3 br {
    display: none;
  }
  .feature-card p {
    max-width: 570px;
  }
  .places-layout,
  .team-section,
  .getting-started {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .places-section,
  .drivers-section {
    padding-block: 60px;
  }
  .status-list article {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
  }
  .team-list article {
    gap: 20px;
  }
  .driver-steps {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-block: 33px;
  }
  .driver-steps li {
    padding-top: 19px;
  }
  .driver-steps h3 {
    margin-block: 12px;
  }
  .drivers-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .getting-started {
    gap: 32px;
  }
  .start-description {
    max-width: none;
  }
  .footer {
    gap: 16px 24px;
  }
  .footer p {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    width: calc(100% - 36px);
  }
  .brand {
    font-size: 18px;
    gap: 9px;
  }
  .brand-symbol {
    width: 35px;
    height: 35px;
    font-size: 27px;
  }
  .brand-caption {
    max-width: 125px;
    font-size: 12px;
    line-height: 1.4;
  }
  .header-cta {
    font-size: 14px;
    padding: 9px 10px;
  }
  .header-cta span {
    display: none;
  }
  .header nav {
    gap: 5px 18px;
    justify-content: flex-start;
  }
  .eyebrow {
    letter-spacing: 1px;
    margin-bottom: 21px;
  }
  h1 {
    font-size: clamp(38px, 10.2vw, 49px);
    letter-spacing: -1.7px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.1px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-note span {
    margin-inline: 3px;
  }
  .visual-label {
    align-items: flex-start;
    gap: 8px;
  }
  .visual-label > span {
    white-space: normal;
    text-align: right;
  }
  .board-body {
    padding: 16px 12px;
  }
  .board-heading h2 {
    font-size: 21px;
  }
  .board-stats {
    gap: 7px;
  }
  .board-stats dd {
    font-size: 24px;
  }
  .spot-grid {
    gap: 7px;
  }
  .spot {
    min-height: 74px;
  }
  .board-payment {
    gap: 11px;
    padding: 12px 10px;
  }
  .payment-symbol {
    display: none;
  }
  .module-strip {
    gap: 8px;
  }
  .module-strip b {
    margin-right: 6px;
  }
  .feature-card {
    padding: 25px 22px;
  }
  .status-list article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }
  .start-card {
    padding: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

/* Service and legal pages share the landing's typography and colors. */
.inline-link,
.legal-content a:not(.button),
.legal-footer address a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-main {
  padding-block: 40px 80px;
}
.legal-back {
  color: var(--muted);
  font-size: 14px;
}
.legal-heading {
  max-width: 850px;
  margin-block: 40px 32px;
}
.legal-heading h1 {
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.12;
  letter-spacing: -1.6px;
  margin: 14px 0 20px;
}
.legal-heading > p:not(.eyebrow) {
  color: var(--muted);
}
.legal-revision {
  font-size: 13px;
}
.legal-tabs,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  font-size: 14px;
}
.legal-tabs {
  padding-block: 20px;
  margin-bottom: 40px;
  border-block: 1px solid var(--line);
}
.legal-tabs a[aria-current='page'] {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.legal-tabs a:hover,
.legal-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-content {
  max-width: 1040px;
}
.legal-content > section {
  max-width: 850px;
  margin-bottom: 40px;
}
.legal-content h2 {
  font-size: clamp(22px, 2.5vw, 29px);
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0 0 18px;
}
.legal-content p {
  margin: 0 0 16px;
}
.legal-content ul,
.legal-content ol {
  padding-left: 24px;
  margin-block: 16px 24px;
}
.legal-content li + li {
  margin-top: 10px;
}
.legal-content .legal-callout,
.contact-card {
  border: 1px solid var(--line);
  background: var(--light);
  border-radius: 16px;
  padding: 28px;
}
.legal-content .legal-callout > :last-child {
  margin-bottom: 0;
}
.service-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}
.service-offer {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-offer .offer-price {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.service-offer > .button {
  margin-top: auto;
}
.legal-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-block: 24px;
}
.legal-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
.legal-table th,
.legal-table td {
  padding: 14px 16px;
  border: 1px solid var(--line);
  vertical-align: top;
}
.legal-table th {
  background: var(--light);
}
.legal-table code {
  overflow-wrap: anywhere;
}
.legal-details > div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding-block: 15px;
  border-bottom: 1px solid var(--line);
}
.legal-details > div:last-child {
  border-bottom: 0;
}
.legal-details dt {
  color: var(--muted);
}
.legal-footer {
  border-top: 1px solid var(--line);
  padding-block: 32px;
}
.legal-footer-top,
.legal-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.legal-footer-top > p {
  color: var(--muted);
  font-size: 14px;
}
.legal-footer .legal-links {
  padding-block: 22px;
}
.legal-footer-bottom {
  align-items: flex-start;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.legal-footer address {
  max-width: 650px;
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}
.payment-brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  background: white;
  width: fit-content;
  max-width: 100%;
  padding: 0 12px;
  border-radius: 8px;
}
.payment-brands img {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
.payment-caption {
  max-width: 300px;
  font-size: 12px;
  color: var(--muted);
  margin: 5px 0 0;
}
@media (max-width: 760px) {
  .service-offers {
    grid-template-columns: 1fr;
  }
  .legal-footer-top,
  .legal-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .legal-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .service-offer,
  .legal-content .legal-callout,
  .contact-card {
    padding: 22px;
  }
  .legal-table th,
  .legal-table td {
    padding: 10px;
  }
  .legal-content {
    font-size: 15px;
  }
  .legal-heading {
    margin-top: 28px;
  }
}
