.support-page {
  background: #f7f4ee;
}

.support-hero {
  position: relative;
  display: flex;
  min-height: 510px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #081d32 url("/assets/swipe-support-hero-v1.webp") center / cover no-repeat;
  border-bottom: 1px solid #2d4c64;
  isolation: isolate;
}

.support-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(5, 20, 34, 0.98) 0%, rgba(5, 20, 34, 0.9) 35%, rgba(5, 20, 34, 0.34) 66%, rgba(5, 20, 34, 0.05) 100%);
}

.support-hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0;
}

.support-hero-copy {
  width: min(660px, 57%);
}

.support-kicker {
  margin: 0 0 18px;
  color: #10d187;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.support-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 5.8vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.support-lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: #d7e3eb;
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.5;
}

.support-contact-actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 18px;
}

.support-hero-action {
  flex: 0 0 auto;
}

.support-email {
  color: #fff;
  font-weight: 750;
  text-decoration-color: #10d187;
  text-underline-offset: 4px;
}

.support-email:hover {
  color: #10d187;
}

.support-page .button-primary {
  border-color: #10d187;
  color: #062317;
  background: #10d187;
}

.support-page .button-primary:hover {
  border-color: #087b50;
  color: #fff;
  background: #087b50;
}

.support-routes {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0 96px;
}

.support-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.support-heading h2,
.support-details h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.support-heading h2 {
  color: #0b2135;
}

.support-heading p {
  margin: 14px 0 0;
  color: #5a6b78;
  font-size: 18px;
}

.support-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.support-route {
  display: flex;
  min-height: 330px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid #cbd7dc;
  border-top: 4px solid #10d187;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 29, 50, 0.07);
}

.support-route-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 12px;
  color: #0b2135;
  background: #e7f7f0;
}

.support-route-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.support-route h3 {
  margin: 0;
  color: #0b2135;
  font-size: 29px;
  letter-spacing: -0.025em;
}

.support-route p {
  margin: 14px 0 28px;
  color: #566976;
  font-size: 17px;
  line-height: 1.65;
}

.support-route .button {
  align-self: flex-start;
  margin-top: auto;
}

.support-details {
  color: #fff;
  background: #081d32;
}

.support-details-inner {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 80px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 30px 76px;
}

.support-details h2 {
  color: #fff;
}

.support-details-copy > p:last-child {
  max-width: 490px;
  margin: 20px 0 0;
  color: #b9cad5;
  font-size: 18px;
  line-height: 1.65;
}

.support-checklist {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  list-style: none;
}

.support-checklist li {
  position: relative;
  min-height: 46px;
  padding: 11px 0 11px 30px;
  color: #e7eef2;
  border-bottom: 1px solid #2d4c64;
  line-height: 1.45;
}

.support-checklist li::before {
  position: absolute;
  top: 12px;
  left: 0;
  color: #10d187;
  content: "✓";
  font-weight: 900;
}

.support-safety {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 18px 20px;
  color: #d7e3eb;
  border: 1px solid #2d4c64;
  border-radius: 10px;
  background: #0c2942;
}

.support-safety strong {
  color: #10d187;
}

@media (max-width: 960px) {
  .support-hero-copy {
    width: min(620px, 76%);
  }

  .support-details-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 680px) {
  .support-hero {
    min-height: 440px;
    background-position: 67% center;
  }

  .support-hero::before {
    background: rgba(5, 20, 34, 0.74);
  }

  .support-hero-inner,
  .support-routes,
  .support-details-inner {
    width: calc(100% - 32px);
  }

  .support-hero-inner {
    padding: 62px 0;
  }

  .support-hero-copy {
    width: 100%;
  }

  .support-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
    white-space: normal;
  }

  .support-contact-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .support-routes {
    padding: 62px 0 72px;
  }

  .support-route-grid,
  .support-checklist {
    grid-template-columns: 1fr;
  }

  .support-route {
    min-height: 0;
    padding: 26px;
  }

  .support-route .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .support-details-inner {
    padding: 62px 0 66px;
  }
}
