@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/geist/geist-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/geist/geist-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/geist/geist-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/geist/geist-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/geist/geist-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/geist/geist-900.woff2') format('woff2');
}

:root {
  --landing-bg: #05070d;
  --landing-bg-deep: #09152f;
  --landing-panel: rgba(10, 17, 34, 0.82);
  --landing-panel-strong: rgba(10, 18, 39, 0.92);
  --landing-panel-soft: rgba(255, 255, 255, 0.06);
  --landing-text: #f8fbff;
  --landing-muted: rgba(232, 239, 255, 0.78);
  --landing-line: rgba(130, 173, 255, 0.16);
  --landing-brand-primary: #141414;
  --landing-brand-accent: #ff2d8f;
  --landing-accent: #ff8a00;
  --landing-accent-strong: #ff5b2e;
  --landing-highlight: #2f6bff;
  --landing-cta: #ff1788;
  --landing-cta-hover: #ff3596;
  --landing-nav-bg: #ffe75e;
  --landing-nav-text: #111827;
  --landing-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
  --landing-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--landing-text);
  font-family: 'Geist', Arial, sans-serif;
  line-height: 1.55;
  background: radial-gradient(circle at 50% 80%, rgba(0, 142, 255, 0.42), transparent 38%), radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.14), transparent 30%), linear-gradient(180deg, #6c1cff 0%, #4f39ff 42%, #a604ff 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

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

a {
  color: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: 'Geist', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

h1 {
  line-height: 1;
}

p {
  margin: 0;
}

p:not(article p) {
	font-size: 24px;
}

ul {
  margin: 0;
  padding: 0;
}

.landing-page {
  position: relative;
  overflow: clip;
}

.landing-page::before,
.landing-page::after {
  content: '';
  position: absolute;
  inset: auto auto 8% -12%;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 107, 255, 0.18), transparent 70%);
  pointer-events: none;
  filter: blur(18px);
  z-index: 0;
}

.landing-page::after {
  inset: 12rem -14% auto auto;
  background: radial-gradient(circle, rgba(255, 91, 46, 0.16), transparent 70%);
}

.landing-container {
  position: relative;
  z-index: 1;
  width: min(var(--landing-container), calc(100% - 32px));
  margin: 0 auto;
}

#one-link {
	min-height: 80vh;
	display: flex;
	align-items: center;
}

#one-link .landing-container {
	display: flex;
  min-height: 65vh;
	align-items: center;
}

.landing-card {
	color: white;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffee58;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.landing-nav-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.landing-brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-size: clamp(1.75rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.landing-brand-wordmark-primary {
  color: var(--landing-brand-primary);
}

.landing-brand-wordmark-accent {
  color: var(--landing-brand-accent);
}

.landing-nav-links,
.landing-nav-actions {
  display: flex;
  align-items: center;
}

.landing-nav-links {
  justify-content: center;
  gap: 14px;
}

.landing-nav-link,
.landing-nav-links .landing-nav-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: rgba(17, 24, 39, 0.92);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.landing-nav-links .landing-nav-mobile-cta {
  display: none;
}

.landing-nav-link:hover,
.landing-nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.4);
}

.landing-nav-link.is-current {
  background: #bcf96e;
  color: var(--landing-nav-text);
}

.landing-nav-actions {
  justify-content: flex-end;
}

.landing-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  color: var(--landing-nav-text);
  cursor: pointer;
}

.landing-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto 4px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.landing-nav-toggle span:last-child {
  margin-bottom: 0;
}

.landing-nav-toggle[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.landing-nav-toggle[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}

.landing-nav-toggle[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.button-fat {
  padding: 24px 32px;
}

.landing-button:hover,
.landing-button:focus-visible {
  transform: translateY(-1px);
}

.landing-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--landing-cta) 0%, #ff5d71 100%);
  box-shadow: 0 18px 34px rgba(255, 23, 136, 0.26);
}

.landing-button-primary:hover,
.landing-button-primary:focus-visible {
  background: linear-gradient(135deg, var(--landing-cta-hover) 0%, #ff6f7f 100%);
}

.landing-button-primary:not(header a) {
	font-size: 150%;
	text-align: center;
	line-height: 1.25;
	border: fuchsia 2px solid;
}

.landing-button-secondary {
  border-color: rgba(0, 0, 0, 0.18);
  background: rgba(255, 215, 0, 0.09);
}

.landing-button-secondary:hover,
.landing-button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.landing-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 0;
}

.landing-hero-grid,
.landing-grid-two,
.landing-grid-three,
.landing-flow,
.landing-faq {
  display: grid;
  gap: 24px;
}

.landing-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 40px;
}

.landing-hero-copy,
.landing-hero-visual {
  animation: landing-rise 0.7s ease both;
}

.landing-hero-visual {
  animation-delay: 0.08s;
}

.landing-eyebrow, .landing-section-label, .landing-card-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 9999999px;
	border: 1px solid #ffb2b2;
	background: #fafada;
	color: black !important;
}

.white-background .landing-section-label {
	border-color: black !important;
}

.landing-eyebrow,
.landing-section-label {
  /** color */
}

.landing-card-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.landing-eyebrow-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--landing-accent), var(--landing-cta));
  box-shadow: 0 0 20px rgba(255, 138, 0, 0.48);
}

.landing-hero h1 {
  margin-top: 20px;
  font-size: 72px;
  font-weight: 800;
}

.landing-accent {
  color: #ffe778;
}

.landing-lead {
  margin-top: 24px;
  max-width: 37rem;
  font-size: 24px;
  color: #f5f8ff;
  line-height: 1.4;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.landing-support-line {
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 500;
	opacity: 0.5;
	font-style: italic;
	max-width: 90%;
}

.landing-hero-note,
.landing-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.landing-chip,
.landing-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f8ff;
  font-size: 0.92rem;
  font-weight: 700;
}

.landing-hero-visual {
  position: relative;
  min-height: 620px;
}

.landing-hero-card,
.landing-card,
.landing-flow-step,
.landing-cta-box {
  box-shadow: 0 34px 80px #0003;
}

.landing.card {
  box-shadow: none;
  backdrop-filter: none;
  border: none;
  background: #0000001a;
}

#how-it-works {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#how-it-works .landing-step-no {
  background: rgb(255, 131, 0);
  color: white; 
}

#how-it-works .landing-section-cta {
  margin-top: 3em;
}

#about .landing-section-cta {
  margin-top: 64px;
  text-align: center;
}

.landing-hero-card,
.landing-card,
.landing-flow-step,
.landing-cta-box,
.landing-faq-item {
  border-radius: 28px;
  border: 2px solid var(--landing-line);
}

.landing-hero-card,
.landing-card,
.landing-flow-step {
  padding: 26px;
}

#how-it-works .landing-flow-step {
  background: linear-gradient(145deg, rgb(153, 255, 155) 1%,rgb(255, 251, 9) 100%);
  box-shadow: 0px 10px 32px #2223;
  cursor: pointer;
}

#how-it-works .landing-step-no {
	background: rgb(255, 69, 209);
	color: white;
	box-shadow: 0px 0px 24px #2223;
}

.landing-hero-card {
  position: relative;
  z-index: 2;
  width: min(430px, 100%);
}

.landing-preview-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #dbe7ff;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.landing-preview-badge {
  color: #1a1a1a;
  background: #ffe778;
  padding: 0.38rem 0.6rem;
  border-radius: 999px;
}

.landing-preview-avatar {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-top: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--landing-accent) 0%, var(--landing-cta) 100%);
  color: #ffffff;
  font-family: 'Geist', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.landing-preview-title {
  margin-top: 18px;
  font-size: clamp(2.2rem, 5vw, 2.8rem);
}

.landing-preview-copy {
  margin-top: 12px;
  color: #e5edff;
}

.landing-preview-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-preview-link strong,
.landing-preview-link small {
  display: block;
}

.landing-preview-link strong {
  color: #ffffff;
  font-size: 1rem;
}

.landing-preview-link small {
  margin-top: 4px;
  color: rgba(233, 239, 255, 0.72);
}

.landing-preview-link-arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffe778;
  font-size: 0.9rem;
  font-weight: 700;
}

.landing-preview-microcopy {
  margin-top: 16px;
  color: rgba(233, 239, 255, 0.74);
  font-size: 0.92rem;
}

.landing-device-frame {
  position: absolute;
  right: -12%;
  width: min(440px, 72%);
  padding: 18px 20px 0;
  border-radius: 40px;
  perspective: 1400px;
}

.landing-device-frame {
	position: absolute;
	right: -5%;
	width: 140%;
	padding: 20px 0;
	border-radius: 40px;
	perspective: 1400px;
	top: -12vh;
}

.landing-device-frame img {
	width: 100%;
	transform: rotateZ(4deg) rotateY(-7deg);
	transform-origin: center center;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	will-change: transform;
	animation: landing-device-sway 8.5s cubic-bezier(0.42, 0, 0.2, 1) infinite alternate;
	filter: drop-shadow(0 34px 96px rgba(0, 255, 183, 0.86));
}

.landing-section {
  padding: 10vh 16px;
  margin-top: 2em;
}

.white-background {
  background: #ffffff;
  color: black !important;
}

#faq .landing-section-head {
	text-align: center;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#about {
  margin-top: 0;
}

#about .landing-section-head {
  text-align: center;
  margin-bottom: 42px;
}

#about .landing-section-head h2 {
  margin-top: 14px;
  margin-bottom: 0.5em;
}

#how-it-works .landing-section-head {
  text-align: center;
}

.landing-section-head {
  margin-bottom: 24px;
}

.landing-section-head h2,
.landing-card h2,
.landing-cta-box h2 {
  margin-top: 14px;
  font-size: 450%;
  margin-bottom: 0.5em;
  line-height: 1.1;
}

.landing-section-head p,
.landing-card p,
.landing-flow-step p,
.landing-cta-box p {
  margin-top: 14px;
}

.landing-card p {
  margin-top: 6px;
}

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

#about .landing-grid-two {
  margin: 2em auto;
}

.landing-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-grid-two-wide > :first-child {
  min-height: 100%;
}

.landing-card {
  cursor: pointer;
}

.landing-card-homebase {
  background: radial-gradient(circle at top right, rgba(47, 107, 255, 0.18), transparent 34%), linear-gradient(-150deg, rgba(0, 219, 255, 0.96), rgba(20, 0, 255, 0.96));
}

.landing-card-moment,
.landing-card-accent {
  background: radial-gradient(circle at top right, rgba(47, 107, 255, 0.18), transparent 34%), linear-gradient(-150deg, rgba(255, 143, 0, 0.96), rgba(255, 0, 203, 0.96));
}

.landing-card-glow {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 23, 136, 0.16), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(47, 107, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(12, 18, 36, 0.96), rgba(8, 13, 25, 0.96));
}

.landing-card-balance {
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 231, 94, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(12, 19, 34, 0.96), rgba(8, 13, 24, 0.96));
}

.landing-card-statement {
  background:
    radial-gradient(circle at top right, rgba(47, 107, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(10, 18, 36, 0.96), rgba(8, 13, 24, 0.96));
}

.landing-card-zerobs h2 {
	margin-top: 8px;
}

.landing-card-zerobs p:not(.landing-section-label) {
	margin-top: 1em;
	font-size: 120%;
}

.landing-card h3, .landing-flow-step h3, .landing-faq-item h3 {
	margin-top: 10px;
	font-size: 150%;
}

.landing-feature-grid {
  gap: 18px;
}

.landing-feature-card {
  position: relative;
  overflow: hidden;
  color: #222d;
  background: linear-gradient(145deg, rgb(153, 255, 155) 1%,rgb(255, 205, 9) 100%);
}

.landing-feature-card::before {
  content: '';
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--landing-highlight), var(--landing-accent), var(--landing-cta));
  opacity: 0.9;
}

.landing-feature-card:nth-child(3n + 2)::before {
  background: linear-gradient(90deg, #40c4ff, #2f6bff);
}

.landing-feature-card:nth-child(3n + 3)::before {
  background: linear-gradient(90deg, #ffe778, #ff8a00);
}

#features .landing-feature-card {
  background: none;
  color: white;  
  position: static;
}

.landing-feature-index {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #ffbf00;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: black !important;
}

.align-items-center {
  align-items: center !important;
}

.landing-flow {
  margin-top: 1.5em;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-flow-step {
  min-height: 100%;
}

.landing-step-no {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffe778;
  font-size: 1rem;
  font-weight: 900;
}

.landing-list {
  margin-top: 18px;
  padding-left: 1.15rem;
  color: var(--landing-muted);
}

.landing-list li + li {
  margin-top: 10px;
}

.landing-faq {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-faq-accordion {
	grid-template-columns: 1fr;
	max-width: 860px;
	margin: 0 auto;
}

.landing-faq-item {
  padding: 0;
  overflow: hidden;
  background: white;
  color: black !important;
}

.landing-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.landing-faq-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.4rem;
  line-height: 1;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.landing-faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.28s ease, opacity 0.22s ease;
  will-change: height, opacity;
}

.landing-faq-answer-inner {
  padding: 0 26px 24px;
}

.landing-faq-answer p {
  margin-top: 0;
}

.landing-faq-item.is-open .landing-faq-icon {
  transform: rotate(45deg);
  background: rgba(255, 231, 120, 0.14);
}

.landing-section-cta {
  margin-top: 24px;
}

.landing-cta {
  display: flex;
  text-align: center;
  padding: 10vh 16px;
  min-height: 85vh;
  align-items: center;
}

.landing-cta .landing-container {
  max-width: 920px;
}

.landing-cta h2 {
  margin-top: 0.5em;
}

#how-it-works .landing-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

#features .landing-container {
  width: 100%;
  max-width: 1024px;
}

#how-it-works .landing-container {
  max-width: 1200px;
}

#about .landing-container {
  width: 100%;
  max-width: 920px;
}

.landing-card-zerobs h2,
.landing-cta h2 {
  font-size: 64px;
}

.landing-cta p:not(.landing-section-label) {
  margin-top: 1em;
  font-size: 150%;
}

.landing-cta .landing-hero-actions {
  justify-content: center;
}

.landing-footer {
	background: radial-gradient(circle, rgba(47, 107, 255, 0.18), transparent 70%);
	color: white !important;
}

.landing-footer-inner {
	display: flex;
	flex-direction: column;
	padding: 36px 0 44px;
	align-items: center;
}

.landing-footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 10px;
}

.landing-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  align-content: flex-start;
}

.landing-footer-links a {
  color: rgba(232, 239, 255, 0.74);
  text-decoration: none;
  font-weight: 700;
}

.landing-footer-links a:hover,
.landing-footer-links a:focus-visible {
  color: #ffffff;
}

footer {
  font-weight: 600;
}

[id] {
  scroll-margin-top: 112px;
}

.heading-highlight {
	transform: rotateZ(-0.5deg);
	text-transform: uppercase;
	display: inline-block;
	font-weight: 800;
}

.heading-highlight.element1 {
  background: gold;
}

.heading-highlight.element2 {
  background: #b5fcff;
}

.heading-underline {
  transform: rotateZ(-0.5deg);
	text-transform: uppercase;
	display: inline-block;
	font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 9px;
  text-decoration-skip-ink: none;
  text-decoration-color: red;
}

@keyframes landing-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes landing-device-sway {
  0% {
    transform: rotateZ(4deg) rotateY(-7deg) translateY(-2px);
  }

  50% {
    transform: rotateZ(3.5deg) rotateY(0deg) translateY(2px);
  }

  100% {
    transform: rotateZ(4deg) rotateY(7deg) translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-device-frame img {
    animation: none;
    transform: rotateZ(4deg);
  }
}

@media (max-width: 1120px) {
  .landing-hero-grid,
  .landing-grid-three,
  .landing-faq,
  .landing-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .landing-nav-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 16px 0;
    gap: 16px;
  }

  .landing-nav-toggle {
    display: inline-block;
  }

  .landing-nav-links,
  .landing-nav-actions {
    grid-column: 1 / -1;
  }

  .landing-nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.32);
  }

  .landing-nav-links.is-open {
    display: flex;
  }

  .landing-nav-link,
  .landing-nav-links .landing-nav-mobile-cta {
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.32);
  }

  .landing-nav-actions {
    display: none;
  }

  .landing-nav-links .landing-nav-mobile-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 4px;
    justify-content: center;
  }

  .landing-section-head h2,
  .landing-card h2,
  .landing-cta-box h2 {
    font-size: 300%;
  }

  #top .landing-eyebrow {
    margin-top: 7px;
  }

  .landing-button-primary:not(header a) {
    padding: 16px 8px;
  }

  .landing-device-frame img {
    width: 90%;
    transform: rotateZ(4deg) rotateY(-7deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
    animation: landing-device-sway 8.5s cubic-bezier(0.42, 0, 0.2, 1) infinite alternate;
    filter: drop-shadow(0 34px 96px rgba(0, 255, 183, 0.86));
  }

  .landing-hero-visual {
    height: 420px;
    margin-top: 100px;
  }

  .landing-hero {
    padding-top: 34px;
  }

  .landing-hero-grid,
  .landing-grid-two,
  .landing-grid-three,
  .landing-flow,
  .landing-faq {
    grid-template-columns: 1fr;
  }

  .landing-hero h1 {
    font-size: 56px;
  }


  .landing-hero-visual {
    min-height: 0;
    display: grid;
    gap: 24px;
  }

  .landing-device-frame {
    position: relative;
    right: auto;
    width: min(360px, 100%);
    margin-left: auto;
  }

  .landing-footer-inner {
    flex-direction: column;
  }

  .landing-footer-links {
    justify-content: flex-start;
  }

  .landing-card-zerobs h2,
  .landing-cta h2 {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .landing-container {
    width: min(var(--landing-container), calc(100% - 20px));
  }

  .landing-button,
  .landing-hero-actions .landing-button {
    width: 100%;
  }

  .landing-hero-card,
  .landing-card,
  .landing-flow-step,
  .landing-cta-box {
    padding: 22px;
  }

  .landing-faq-toggle {
    padding: 0;
  }

  .landing-faq-answer {
    padding: 0;
    margin-top: 8px;
  }

  .landing-faq-answer-inner {
    padding: 0;
  }

  .landing-chip,
  .landing-tag {
    width: 100%;
    justify-content: flex-start;
  }

  .landing-preview-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
