:root {
  --support-navy: #06283f;
  --support-paper: #fbf8ef;
  --support-ink: #122f3f;
  --support-muted: #5e717a;
  --support-gold: #d8ad57;
  --support-gold-light: #e4bf70;
  --support-teal: #1c6670;
  --support-line: rgba(8, 47, 73, 0.16);
  --support-serif: Georgia, "Times New Roman", serif;
  --support-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--support-ink);
  background: var(--support-paper);
  font-family: var(--support-sans);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #fff;
  background: var(--support-navy);
}

.skip-link:focus {
  transform: translateY(0);
}

.support-choice {
  padding: clamp(64px, 7vw, 100px) max(20px, calc((100vw - 1240px) / 2)) clamp(72px, 8vw, 112px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 4%, rgba(216, 173, 87, 0.2), transparent 25%),
    linear-gradient(120deg, var(--support-navy), #0b485b);
}

.support-choice-heading {
  max-width: 1080px;
  margin-bottom: clamp(44px, 6vw, 72px);
}

.support-kicker {
  margin: 0 0 14px;
  color: var(--support-gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--support-serif);
  font-weight: 500;
}

h1 {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(3.1rem, 6.8vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.support-choice-heading h1 span {
  color: var(--support-gold-light);
}

.support-choice-heading > p:last-child {
  max-width: 760px;
  margin: 28px 0 0;
  color: #dbe7e9;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
}

.support-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 32px);
}

.support-path {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  padding: clamp(32px, 4.5vw, 58px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.support-path-money {
  color: var(--support-navy);
  background: var(--support-gold-light);
}

.support-path-time {
  color: #fff;
  background: var(--support-teal);
}

.support-path-icon {
  position: absolute;
  top: 28px;
  right: 30px;
  color: currentColor;
  opacity: 0.11;
}

.support-path-icon-money {
  font-family: var(--support-serif);
  font-size: clamp(6rem, 10vw, 9rem);
  line-height: 0.78;
}

.support-path-icon-time {
  width: clamp(82px, 9vw, 112px);
  height: clamp(82px, 9vw, 112px);
  border: clamp(7px, 0.7vw, 10px) solid currentColor;
  border-radius: 50%;
}

.support-path-icon-time::before,
.support-path-icon-time::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  background: currentColor;
}

.support-path-icon-time::before {
  top: 15%;
  left: calc(50% - 4px);
  width: 8px;
  height: 38%;
}

.support-path-icon-time::after {
  top: calc(50% - 4px);
  left: 50%;
  width: 31%;
  height: 8px;
}

.support-path-label {
  position: relative;
  margin: 0 0 3px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-path h2 {
  position: relative;
  margin: 0;
  font-size: clamp(3.6rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.support-path-intro {
  position: relative;
  max-width: 540px;
  margin: 28px 0 0;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.68;
}

.support-path h3 {
  margin: 34px 0 0;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.support-benefits {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.support-benefits li {
  position: relative;
  border-top: 1px solid currentColor;
  padding: 13px 8px 13px 30px;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.45;
}

.support-benefits li:last-child {
  border-bottom: 1px solid currentColor;
}

.support-benefits li::before {
  position: absolute;
  top: 20px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: currentColor;
}

.support-path-money .support-benefits li {
  border-color: rgba(6, 40, 63, 0.28);
}

.support-path-time .support-benefits li {
  border-color: rgba(255, 255, 255, 0.28);
}

.support-path-status {
  display: inline-block;
  margin: 28px 0 0;
  border: 1px solid currentColor;
  padding: 11px 14px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-principle {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 7vw, 96px);
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 108px) 0;
}

.support-principle h2 {
  margin: 0;
  color: var(--support-navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.support-principle > p {
  align-self: center;
  margin: 0;
  color: var(--support-muted);
  font-size: 1rem;
  line-height: 1.82;
}

.support-footer {
  padding: 38px max(20px, calc((100% - 1240px) / 2)) 30px;
  color: #adc1ca;
  background: var(--support-navy);
}

.support-footer-brand {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 22px;
}

.support-footer-brand a {
  display: block;
  width: clamp(280px, 34vw, 430px);
}

.support-footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.support-footer-brand p {
  margin: 0 0 5px;
  font-size: 0.7rem;
}

.support-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
  max-width: 760px;
  margin: 30px 0;
}

.support-footer-links div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.support-footer-links strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-footer-links a {
  width: fit-content;
  font-size: 0.72rem;
  text-decoration: none;
}

.support-footer-links a:hover,
.support-footer-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.support-footer-links a[aria-current="page"] {
  color: var(--support-gold-light);
}

.support-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  color: #77919c;
  font-size: 0.63rem;
}

@media (max-width: 800px) {
  .support-paths,
  .support-principle {
    grid-template-columns: 1fr;
  }

  .support-path {
    min-height: auto;
  }
}

@media (max-width: 540px) {
  .support-choice {
    padding: 56px 20px 64px;
  }

  .support-choice-heading {
    margin-bottom: 36px;
  }

  .support-principle {
    gap: 28px;
    padding: 72px 0;
  }

  .support-footer-brand,
  .support-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-footer-links {
    grid-template-columns: 1fr 1fr;
  }
}
