:root {
  --background: #ffffff;
  --ink: #071a38;
  --ink-soft: #314768;
  --teal: #087d7a;
  --teal-dark: #056d6a;
  --line: #dce3ea;
  --line-strong: #c6d0dc;
  --navy: #061b3a;
  --white: #ffffff;
  --max-width: 1392px;
  --page-gutter: clamp(24px, 4.7vw, 72px);
  --font-sans: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--background);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.container {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header {
  height: 78px;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  color: var(--ink);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  text-decoration: none;
}

.wordmark-strong {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wordmark-slash {
  font-weight: 500;
  letter-spacing: 0;
}

.header-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 500;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.header-link svg,
.primary-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  min-height: 400px;
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(32px, 7vw, 108px);
  padding-block: 42px 40px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero h1 {
  max-width: 810px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 4.15vw, 64px);
  font-weight: 760;
  letter-spacing: -0.047em;
  line-height: 1.08;
}

.hero-description {
  max-width: 760px;
  margin: 19px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 27px;
}

.primary-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 14px 25px;
  border: 1px solid var(--teal);
  border-radius: 10px;
  background: var(--teal);
  box-shadow: 0 9px 22px rgba(8, 125, 122, 0.14);
  color: var(--white);
  font-size: 17px;
  font-weight: 680;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.primary-button:hover {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  box-shadow: 0 12px 28px rgba(8, 125, 122, 0.19);
  transform: translateY(-1px);
}

.primary-button:active {
  transform: translateY(0);
}

.action-divider {
  width: 1px;
  height: 36px;
  background: var(--line-strong);
}

.email-link,
.steps-list a,
.site-footer a {
  color: var(--teal-dark);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.email-link {
  font-size: 16px;
  font-weight: 560;
}

.transaction-visual {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 320px;
  justify-self: end;
}

.visual-connector {
  position: absolute;
  inset: -8px -35px auto -45px;
  width: 545px;
  height: 370px;
  pointer-events: none;
  stroke: #7e92ad;
  stroke-width: 1.4;
}

.connector-arc {
  stroke: #cddbe8;
  stroke-width: 1.15;
}

.dot-field {
  fill: #9fbad0;
  stroke: none;
}

.receipt {
  position: absolute;
  top: 19px;
  right: 89px;
  display: flex;
  width: 244px;
  height: 310px;
  flex-direction: column;
  padding: 25px 28px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(7, 26, 56, 0.04);
}

.receipt-check {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
}

.receipt-check svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.receipt-line {
  display: block;
  height: 5px;
  border-radius: 99px;
  background: #c6cfd9;
}

.receipt-line-short {
  width: 108px;
  margin-top: 22px;
}

.receipt-line-long {
  width: 100%;
  height: 2px;
  margin-top: 23px;
  background: var(--ink);
}

.receipt-amount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.receipt-line-medium {
  width: 76px;
}

.receipt-amount {
  color: var(--ink);
  font-size: 21px;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.receipt-dashes {
  width: 100%;
  margin-top: 27px;
  border-top: 2px dashed #9aa9ba;
}

.receipt-line-body {
  width: 120px;
  margin-top: 32px;
}

.receipt-line-small {
  width: 72px;
  margin-top: 16px;
}

.bag-mark {
  position: absolute;
  right: 28px;
  bottom: 4px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  color: var(--teal);
}

.bag-mark svg {
  width: 59px;
  height: 59px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.steps-section {
  padding-block: 20px 28px;
  border-bottom: 1px solid var(--line);
}

.steps-section h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.step {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 74px 1fr;
  align-items: start;
  gap: 24px;
  padding: 7px 35px 0 0;
}

.step + .step {
  margin-left: 36px;
  padding-left: 36px;
  border-left: 1px solid var(--line-strong);
}

.step:not(:last-child)::after {
  position: absolute;
  top: 31px;
  right: -13px;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
  content: "";
  transform: rotate(45deg);
}

.step-number {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1.5px solid var(--teal);
  border-radius: 50%;
  color: var(--teal-dark);
  font-size: 28px;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.step h3 {
  margin: 10px 0 4px;
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.step p {
  max-width: 275px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.6;
}

.privacy-band {
  background: var(--navy);
  color: var(--white);
}

.privacy-inner {
  display: grid;
  min-height: 108px;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 52px;
}

.privacy-heading {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 24px;
}

.privacy-heading h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 730;
  letter-spacing: -0.012em;
}

.privacy-inner > p {
  margin: 0;
  padding-left: 52px;
  border-left: 1px solid rgba(255, 255, 255, 0.52);
  font-size: 16px;
  line-height: 1.5;
}

.icon-circle {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  place-items: center;
  border: 1.5px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.icon-circle svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.icon-circle-light {
  border-color: var(--white);
  color: var(--white);
}

.icon-circle-light svg {
  width: 36px;
  height: 36px;
}

.support-section {
  padding-block: 27px 30px;
  border-bottom: 1px solid var(--line);
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.support-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-inline: 76px 64px;
}

.support-item + .support-item {
  padding-inline: 74px 0;
  border-left: 1px solid var(--line-strong);
}

.support-item h2 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.support-item p {
  max-width: 420px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.6;
}

.site-footer {
  color: var(--ink-soft);
  font-size: 15px;
}

.footer-inner {
  display: flex;
  min-height: 73px;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.footer-divider {
  width: 1px;
  height: 30px;
  background: var(--line-strong);
}

:focus-visible {
  outline: 3px solid rgba(8, 125, 122, 0.3);
  outline-offset: 4px;
}

.reveal {
  animation: reveal 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal-delay {
  animation-delay: 120ms;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 28px;
  }

  .hero h1 br {
    display: none;
  }

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

  .action-divider {
    display: none;
  }

  .transaction-visual {
    transform: scale(0.9);
    transform-origin: right center;
  }

  .step {
    grid-template-columns: 60px 1fr;
    gap: 18px;
    padding-right: 22px;
  }

  .step + .step {
    margin-left: 22px;
    padding-left: 22px;
  }

  .step-number {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .step:not(:last-child)::after {
    display: none;
  }

  .support-item {
    padding-inline: 24px 48px;
  }

  .support-item + .support-item {
    padding-inline: 48px 0;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 70px;
  }

  .wordmark {
    gap: 9px;
    font-size: 19px;
  }

  .header-link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .header-link svg {
    width: 26px;
    height: 26px;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 54px 34px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(42px, 10vw, 56px);
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-actions {
    margin-top: 25px;
  }

  .transaction-visual {
    width: min(100%, 480px);
    height: 278px;
    justify-self: center;
    transform: scale(0.86);
    transform-origin: top center;
  }

  .steps-section {
    padding-block: 38px 42px;
  }

  .steps-section h2 {
    margin-bottom: 28px;
  }

  .steps-list {
    grid-template-columns: 1fr;
  }

  .step {
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding: 0;
  }

  .step + .step {
    margin: 26px 0 0;
    padding: 26px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .step-number {
    width: 62px;
    height: 62px;
  }

  .step h3 {
    margin-top: 4px;
  }

  .step p {
    max-width: 520px;
  }

  .privacy-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 30px;
  }

  .privacy-heading {
    justify-self: start;
  }

  .privacy-inner > p {
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    border-left: 0;
  }

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

  .support-item,
  .support-item + .support-item {
    padding-inline: 0;
  }

  .support-item + .support-item {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-block: 24px;
  }

  .footer-divider {
    display: none;
  }
}

@media (max-width: 520px) {
  :root {
    --page-gutter: 20px;
  }

  .wordmark {
    font-size: 18px;
  }

  .hero-grid {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(38px, 11.5vw, 48px);
    letter-spacing: -0.052em;
  }

  .hero-description {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: stretch;
  }

  .primary-button {
    width: 100%;
    padding-inline: 18px;
    font-size: 16px;
  }

  .email-link {
    align-self: flex-start;
    overflow-wrap: anywhere;
  }

  .transaction-visual {
    width: 100%;
    max-width: 360px;
    height: 260px;
    justify-self: center;
    transform: none;
  }

  .visual-connector {
    top: 0;
    left: -50px;
    transform: scale(0.78);
    transform-origin: left top;
  }

  .receipt {
    top: 0;
    right: 45px;
    transform: scale(0.82);
    transform-origin: top right;
  }

  .bag-mark {
    right: 0;
    bottom: 8px;
    transform: scale(0.82);
  }

  .steps-section h2 {
    font-size: 22px;
  }

  .step {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .step-number {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .step h3 {
    margin-top: 1px;
  }

  .privacy-heading {
    align-items: flex-start;
    gap: 18px;
  }

  .privacy-heading h2 {
    padding-top: 10px;
  }

  .icon-circle {
    width: 58px;
    height: 58px;
  }

  .support-item {
    align-items: flex-start;
    gap: 18px;
  }

  .support-item h2 {
    padding-top: 7px;
  }

  .site-footer {
    font-size: 14px;
  }

  .site-footer a {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
