:root {
  color-scheme: light;
  --ink: #17202c;
  --ink-soft: #344152;
  --muted: #617083;
  --line: #d5dee7;
  --line-strong: #aebdcb;
  --paper: #ffffff;
  --soft: #f2f6f8;
  --night: #101a26;
  --night-soft: #1d2b3a;
  --green: #19ad69;
  --green-dark: #0d7546;
  --green-soft: #dff5e9;
  --blue: #246cae;
  --warm: #f3b843;
  --warm-soft: #fff4d9;
  --danger: #ad3636;
  --danger-soft: #fff0f0;
  --max-width: 1180px;
  --reading-width: 760px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #6ab3f1;
  outline-offset: 3px;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  border-bottom: 1px solid rgba(23, 32, 44, 0.13);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  width: min(var(--max-width), calc(100% - 48px));
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.brand-lockup .brand-copy {
  gap: 3px;
  line-height: 1;
}

.brand-lockup strong {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.brand-lockup small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  font-weight: 700;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a:not(.nav-action):hover,
.primary-nav a[aria-current="page"] {
  color: var(--green-dark);
}

.nav-sign-in {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.nav-action {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--ink);
  border-radius: 4px;
}

.nav-action:hover {
  color: #fff;
  background: var(--ink);
}

.menu-button {
  display: none;
  min-width: 68px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: #34404b;
  background-position: center;
  background-size: cover;
}

.hero-home {
  height: min(76svh, 700px);
  background-image: url("/assets/swipe-retail-hero.png");
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(9, 17, 27, 0.62);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - var(--max-width)) / 2));
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #73e2aa;
}

.hero h1 {
  margin: 0;
  font-size: 86px;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lead {
  margin: 22px 0 0;
  color: #fff;
  font-size: 28px;
  font-weight: 750;
  line-height: 1.25;
}

.hero-copy {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
}

.hero-caption {
  position: absolute;
  right: max(24px, calc((100vw - var(--max-width)) / 2));
  bottom: 20px;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  color: #071f15;
  background: #62dfa2;
}

.button-primary:hover {
  color: #fff;
  background: var(--green-dark);
}

.button-secondary {
  color: #fff;
  background: var(--night);
}

.button-secondary:hover {
  background: var(--blue);
}

.button-outline {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

.button-outline:hover {
  color: #fff;
  background: var(--ink);
}

.button-on-dark {
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
  background: rgba(16, 26, 38, 0.56);
}

.button-on-dark:hover {
  background: var(--night);
}

.text-link {
  display: inline-block;
  color: var(--blue);
  font-weight: 800;
  text-underline-offset: 4px;
}

.light-link {
  color: #7be5b2;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0;
}

.proof-strip div {
  min-width: 0;
  padding: 4px 28px;
  border-left: 1px solid var(--line);
}

.proof-strip div:first-child {
  padding-left: 0;
  border-left: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 4px;
  font-size: 17px;
}

.proof-strip span {
  color: var(--muted);
  font-size: 14px;
}

.content-band,
.workspace-band,
.evidence-band,
.cta-band,
.page-section,
.legal-layout,
.page-hero-inner {
  padding-right: max(24px, calc((100vw - var(--max-width)) / 2));
  padding-left: max(24px, calc((100vw - var(--max-width)) / 2));
}

.content-band,
.workspace-band,
.evidence-band,
.page-section {
  padding-top: 94px;
  padding-bottom: 94px;
}

.workflow-band,
.market-band {
  background: var(--soft);
}

.section-intro {
  max-width: 800px;
  margin-bottom: 52px;
}

.section-intro h2,
.evidence-band h2,
.cta-band h2,
.page-section h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.split-intro {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
  gap: 72px;
  align-items: end;
}

.split-intro > p,
.section-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.workflow-steps li {
  min-width: 0;
  padding: 28px 24px 12px;
  border-left: 1px solid var(--line-strong);
}

.workflow-steps li:first-child {
  padding-left: 0;
  border-left: 0;
}

.step-number {
  display: block;
  margin-bottom: 28px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
}

.workflow-steps h3,
.workspace-grid h3,
.market-grid strong {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.workflow-steps p,
.workspace-grid p {
  margin: 0;
  color: var(--muted);
}

.workspace-band {
  color: #fff;
  background: var(--night);
}

.workspace-band .section-intro {
  max-width: 850px;
}

.workspace-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #526172;
}

.workspace-grid article {
  min-height: 330px;
  padding: 28px;
  border-left: 1px solid #526172;
}

.workspace-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.workspace-grid h3 {
  max-width: 290px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
}

.workspace-grid p:not(.workspace-kicker) {
  min-height: 110px;
  color: #bfc9d4;
}

.workspace-kicker {
  margin: 0 0 46px;
  color: #7be5b2;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.market-grid a {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 30px;
  border-left: 1px solid var(--line-strong);
  text-decoration: none;
}

.market-grid a:first-child {
  padding-left: 0;
  border-left: 0;
}

.market-grid a:hover strong,
.market-grid a:focus-visible strong {
  color: var(--green-dark);
}

.market-grid span {
  margin-bottom: 54px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.market-grid strong {
  display: block;
  max-width: 300px;
}

.market-grid small {
  margin-top: auto;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.evidence-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 82px;
}

.evidence-list {
  border-top: 1px solid var(--line-strong);
}

.evidence-list p {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-strong);
}

.evidence-list strong {
  font-size: 17px;
}

.evidence-list span {
  color: var(--muted);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding-top: 72px;
  padding-bottom: 72px;
  color: #fff;
  background: #245440;
}

.cta-band h2 {
  max-width: 760px;
  font-size: 44px;
}

.cta-band .button {
  flex: 0 0 auto;
}

.page-hero {
  color: var(--ink);
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
  gap: 80px;
  align-items: end;
  min-height: 430px;
  padding-top: 82px;
  padding-bottom: 72px;
}

.page-hero h1 {
  margin: 0;
  font-size: 62px;
  line-height: 1.03;
  letter-spacing: 0;
}

.page-hero .page-lead {
  margin: 0;
  color: var(--muted);
  font-size: 21px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb a {
  text-underline-offset: 3px;
}

.page-section {
  background: #fff;
}

.page-section.soft-section {
  background: var(--soft);
}

.feature-rows {
  border-top: 1px solid var(--line-strong);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.65fr) minmax(0, 1.35fr);
  gap: 64px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line-strong);
  scroll-margin-top: 100px;
}

.feature-row h2,
.feature-row h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.feature-row p {
  max-width: 700px;
  margin: 0 0 14px;
  color: var(--muted);
}

.feature-row ul,
.plain-list {
  margin: 20px 0 0;
  padding-left: 20px;
}

.feature-row li,
.plain-list li {
  margin: 8px 0;
}

.outcome-grid,
.contact-grid,
.access-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.outcome-grid article,
.contact-grid article,
.access-grid article,
.help-grid article {
  min-height: 230px;
  padding: 28px;
  border-left: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.outcome-grid article:first-child,
.contact-grid article:first-child,
.access-grid article:first-child,
.help-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.outcome-grid h3,
.contact-grid h2,
.contact-grid h3,
.access-grid h2,
.access-grid h3,
.help-grid h2,
.help-grid h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.2;
}

.outcome-grid p,
.contact-grid p,
.access-grid p,
.help-grid p {
  margin: 0 0 22px;
  color: var(--muted);
}

.status-note,
.notice {
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  background: #eaf3fb;
}

.notice-warm {
  border-left-color: #d99b24;
  background: var(--warm-soft);
}

.notice-danger {
  border-left-color: var(--danger);
  background: var(--danger-soft);
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, var(--reading-width));
  gap: 72px;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 100px;
}

.legal-nav {
  position: sticky;
  top: 104px;
  align-self: start;
  border-top: 1px solid var(--line-strong);
}

.legal-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a[aria-current="page"] {
  color: var(--green-dark);
}

.legal-copy h2 {
  margin: 48px 0 14px;
  font-size: 30px;
  line-height: 1.2;
  scroll-margin-top: 100px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy h3 {
  margin: 28px 0 10px;
  font-size: 20px;
}

.legal-copy p,
.legal-copy li {
  color: var(--ink-soft);
}

.legal-copy li {
  margin: 8px 0;
}

.legal-copy a {
  color: var(--blue);
  text-underline-offset: 3px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  color: #fff;
  background: var(--night);
}

.footer-main,
.footer-legal {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 80px;
  padding: 58px 0 48px;
}

.brand-on-dark {
  color: #fff;
}

.footer-brand-block p {
  max-width: 320px;
  margin: 18px 0 0;
  color: #b8c4d0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.footer-links strong,
.footer-links a {
  display: block;
}

.footer-links strong {
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
}

.footer-links a {
  margin: 9px 0;
  color: #b8c4d0;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #7be5b2;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 26px;
  border-top: 1px solid #3a4959;
  color: #aebbc8;
  font-size: 12px;
}

.footer-legal a {
  text-underline-offset: 3px;
}

.error-page {
  display: grid;
  min-height: 70svh;
  place-items: center;
  padding: 64px 24px;
  background: var(--soft);
}

.error-content {
  width: min(620px, 100%);
  text-align: center;
}

.error-content img {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  border-radius: 8px;
}

.error-content h1 {
  margin: 0 0 14px;
  font-size: 50px;
  line-height: 1.05;
}

.error-content p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 19px;
}

@media (max-width: 960px) {
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .primary-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 20px;
    border-bottom: 1px solid var(--line-strong);
    background: #fff;
  }

  .primary-nav[data-open="true"] {
    display: flex;
  }

  .primary-nav a {
    min-height: 48px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav .nav-sign-in {
    padding-left: 0;
    border-left: 0;
  }

  .primary-nav .nav-action {
    margin-top: 10px;
    padding: 12px;
    text-align: center;
  }

  .hero-home {
    height: 72svh;
    min-height: 590px;
    background-position: 62% center;
  }

  .hero-shade {
    background: rgba(9, 17, 27, 0.68);
  }

  .split-intro,
  .evidence-band,
  .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-steps li:nth-child(3) {
    border-left: 0;
  }

  .workspace-grid,
  .market-grid,
  .outcome-grid,
  .contact-grid,
  .access-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .workspace-grid article,
  .market-grid a,
  .outcome-grid article,
  .contact-grid article,
  .access-grid article,
  .help-grid article {
    min-height: 0;
    padding: 28px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .workspace-grid p:not(.workspace-kicker) {
    min-height: 0;
  }

  .workspace-kicker,
  .market-grid span {
    margin-bottom: 16px;
  }

  .market-grid small {
    margin-top: 26px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 680px) {
  .header-inner,
  .footer-main,
  .footer-legal {
    width: calc(100% - 32px);
  }

  .header-inner {
    gap: 12px;
  }

  .site-header,
  .header-inner {
    min-height: 64px;
  }

  .primary-nav {
    top: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-lockup strong {
    font-size: 17px;
  }

  .brand-lockup small {
    font-size: 9px;
    max-width: 155px;
    white-space: normal;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .hero-home {
    height: 76svh;
    min-height: 590px;
    align-items: flex-end;
    background-position: 66% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 62px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-caption {
    display: none;
  }

  .button-row,
  .button-row .button {
    width: 100%;
  }

  .proof-strip {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .proof-strip div,
  .proof-strip div:first-child {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .content-band,
  .workspace-band,
  .evidence-band,
  .page-section {
    padding: 68px 20px;
  }

  .section-intro h2,
  .evidence-band h2,
  .cta-band h2,
  .page-section h2 {
    font-size: 37px;
  }

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

  .workflow-steps li,
  .workflow-steps li:first-child,
  .workflow-steps li:nth-child(3) {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line-strong);
    border-left: 0;
  }

  .step-number {
    margin: 4px 0 0;
  }

  .evidence-list p {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .cta-band {
    align-items: stretch;
    flex-direction: column;
    padding: 58px 20px;
  }

  .page-hero-inner {
    min-height: 370px;
    padding: 62px 20px 54px;
  }

  .page-hero h1 {
    font-size: 44px;
  }

  .page-hero .page-lead {
    font-size: 18px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 20px 72px;
  }

  .legal-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-nav a:nth-child(even) {
    padding-left: 14px;
    border-left: 1px solid var(--line);
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-legal {
    flex-direction: column;
  }

  .error-content h1 {
    font-size: 38px;
  }
}

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