@font-face {
  font-family: "Blob Sora";
  src: url("assets/fonts/Sora-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blob Sora";
  src: url("assets/fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blob Inter";
  src: url("assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blob Inter";
  src: url("assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blob Inter";
  src: url("assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f6f4f1;
  --stage-top: #fbfaf7;
  --stage-bottom: #eef0f3;
  --surface: #ffffff;
  --surface-soft: #fbfaf7;
  --surface-tint: #f4f0ff;
  --ink: #20113f;
  --ink-soft: #33205f;
  --text: #0f172a;
  --muted: #475569;
  --faint: #64748b;
  --purple: #7c5cff;
  --purple-dark: #6a4fe0;
  --purple-soft: #eee9ff;
  --purple-glow: rgba(124, 92, 255, 0.2);
  --blue: #3b82f6;
  --sky: #0ea5e9;
  --green: #22c55e;
  --mint: #6ee7b7;
  --amber: #f59e0b;
  --gold: #fbbf24;
  --pink: #f472b6;
  --red: #ef4444;
  --line: rgba(15, 23, 42, 0.09);
  --line-strong: rgba(124, 92, 255, 0.14);
  --slab: #d8d5de;
  --slab-purple: #c9bffd;
  --slab-strong: #cbc7d3;
  --card-tint-rgb: 124 92 255;
  --blob-card-bg: color-mix(in srgb, var(--surface) 94%, rgb(var(--card-tint-rgb)) 6%);
  --blob-card-bg-strong: color-mix(in srgb, var(--surface) 90%, rgb(var(--card-tint-rgb)) 10%);
  --depth-soft: 0 5px 0 var(--slab), 0 18px 38px rgba(32, 17, 63, 0.08);
  --depth-card: 0 7px 0 var(--slab), 0 24px 48px rgba(32, 17, 63, 0.1);
  --depth-purple: 0 7px 0 var(--slab-purple), 0 18px 36px rgba(124, 92, 255, 0.25);
  --shadow-soft: 0 18px 42px rgba(32, 17, 63, 0.08);
  --shadow-strong: 0 28px 80px rgba(32, 17, 63, 0.2);
  --wide: 1160px;
  --spring: cubic-bezier(0.2, 0.84, 0.24, 1);
  font-family: "Blob Inter", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--stage-bottom);
  color: var(--text);
  font-weight: 500;
  line-height: 1.55;
}

body,
button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Blob Sora", ui-rounded, "SF Pro Rounded", "SF Pro Display", system-ui, sans-serif;
  color: var(--text);
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 5.8rem;
  line-height: 0.92;
}

.hero h1 {
  width: max-content;
  max-width: 100%;
  color: var(--purple);
}

h2 {
  margin-bottom: 16px;
  font-size: 3.25rem;
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
  line-height: 1.16;
}

p {
  color: var(--muted);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px max(24px, calc((100% - var(--wide)) / 2));
  background: rgba(251, 250, 247, 0.78);
  border-bottom: 1px solid rgba(216, 213, 222, 0.72);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--ink);
  font-family: "Blob Sora", ui-rounded, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1;
}

.brand img,
.download-band > img {
  border-radius: 14px;
  box-shadow: 0 6px 0 var(--slab-purple), 0 15px 28px rgba(124, 92, 255, 0.22);
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(124, 92, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(216, 213, 222, 0.92), 0 16px 30px rgba(32, 17, 63, 0.07);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
}

.nav-links a,
.site-footer a {
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--purple);
  background: rgba(124, 92, 255, 0.09);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.header-cta {
  justify-self: end;
  padding: 0 18px;
  color: white;
  background: var(--purple);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.94rem;
  box-shadow: var(--depth-purple);
}

.header-cta:hover,
.button-primary:hover {
  background: var(--purple-dark);
  box-shadow: 0 8px 0 var(--slab-purple), 0 22px 42px rgba(124, 92, 255, 0.32);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: min(650px, calc(100svh - 92px));
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: 44px;
  width: min(100% - 48px, var(--wide));
  margin: 0 auto;
  padding: 34px 0 30px;
  isolation: isolate;
}

.hero-grid {
  position: absolute;
  inset: 0 calc(50% - 50vw) auto;
  z-index: -4;
  height: 44%;
  opacity: 0.16;
  background-size: 64px 64px;
  background-image:
    linear-gradient(rgba(124, 92, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 92, 255, 0.18) 1px, transparent 1px);
  mask-image: linear-gradient(180deg, black 0, transparent 100%);
}

.hero-content {
  max-width: 620px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 8px 12px;
  color: var(--purple);
  background: rgba(124, 92, 255, 0.11);
  border: 1px solid rgba(124, 92, 255, 0.14);
  border-radius: 999px;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--gold);
  background: rgba(251, 191, 36, 0.13);
  border-color: rgba(251, 191, 36, 0.24);
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.24rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
}

.button-primary {
  color: white;
  background: var(--purple);
  box-shadow: var(--depth-purple);
}

.button-secondary {
  color: var(--purple);
  background: color-mix(in srgb, var(--surface) 90%, var(--purple) 10%);
  border-color: rgba(124, 92, 255, 0.12);
  box-shadow: 0 4px 0 rgba(216, 213, 222, 0.72);
}

.button-secondary:hover {
  background: color-mix(in srgb, var(--surface) 84%, var(--purple) 16%);
  border-color: rgba(124, 92, 255, 0.24);
  box-shadow: 0 6px 0 rgba(216, 213, 222, 0.82), 0 14px 26px rgba(32, 17, 63, 0.08);
  transform: translateY(-1px);
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 34px 0 0;
}

.proof-points div {
  --card-tint-rgb: 124 92 255;
  min-width: 0;
  padding: 14px 16px;
  background: var(--blob-card-bg);
  border: 1px solid rgba(124, 92, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 5px 0 rgba(216, 213, 222, 0.86), 0 16px 28px rgba(32, 17, 63, 0.07);
}

.proof-points div:nth-child(2) {
  --card-tint-rgb: 59 130 246;
}

.proof-points div:nth-child(3) {
  --card-tint-rgb: 34 197 94;
}

.proof-points dt {
  color: var(--ink);
  font-family: "Blob Sora", ui-rounded, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.proof-points dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-product {
  position: relative;
  justify-self: end;
  width: min(540px, 100%);
  min-height: 560px;
  transform-style: preserve-3d;
}

.phone-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid #15111f;
  border-radius: 42px;
  background:
    radial-gradient(ellipse 120% 120px at 50% 24%, var(--stage-top) 0 48%, transparent 49%),
    linear-gradient(180deg, var(--stage-top) 0 38%, var(--stage-bottom) 39% 100%);
  box-shadow: 0 8px 0 rgba(15, 12, 23, 0.22), var(--shadow-strong);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-primary {
  right: 24px;
  top: 0;
  z-index: 3;
  width: 276px;
  aspect-ratio: 1320 / 2868;
  transform: rotate(1.5deg) translateZ(32px);
}

.phone-secondary {
  position: absolute;
  left: 12px;
  top: 116px;
  z-index: 2;
  width: 214px;
  aspect-ratio: 1320 / 2868;
  transform: rotate(-4deg) translateZ(12px);
}

.intro-band {
  position: relative;
  z-index: 1;
  padding: 0 max(24px, calc((100% - var(--wide)) / 2)) 78px;
}

.loop-strip {
  --card-tint-rgb: 124 92 255;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: var(--blob-card-bg-strong);
  border: 1px solid rgba(124, 92, 255, 0.08);
  border-radius: 34px;
  box-shadow: 0 8px 0 var(--slab-strong), 0 26px 52px rgba(32, 17, 63, 0.12);
  overflow: hidden;
}

.loop-strip li {
  min-width: 0;
  padding: 18px 20px;
  background: transparent;
  border-radius: 26px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.loop-strip li:hover {
  background: var(--purple-soft);
  transform: translateY(-1px);
}

.loop-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 26px;
  margin-bottom: 8px;
  color: var(--purple);
  background: rgba(124, 92, 255, 0.11);
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.76rem;
}

.loop-strip strong {
  display: block;
  color: var(--text);
  font-family: "Blob Sora", ui-rounded, system-ui, sans-serif;
  font-size: 1.04rem;
  line-height: 1.2;
}

.section {
  padding: 92px 0;
}

.section-light {
  background: var(--paper);
  border-top: 1px solid rgba(216, 213, 222, 0.72);
  border-bottom: 1px solid rgba(216, 213, 222, 0.72);
}

.section-inner {
  width: min(100% - 48px, var(--wide));
  margin: 0 auto;
}

.section-heading {
  max-width: 710px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.feature-card {
  --card-tint-rgb: 124 92 255;
  min-width: 0;
  min-height: 178px;
  padding: 24px;
  background: var(--blob-card-bg);
  border: 1px solid rgba(124, 92, 255, 0.08);
  border-radius: 22px;
  box-shadow: var(--depth-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--depth-card);
}

.feature-card:nth-child(2) {
  --card-tint-rgb: 59 130 246;
}

.feature-card:nth-child(3) {
  --card-tint-rgb: 34 197 94;
}

.feature-card:nth-child(4) {
  --card-tint-rgb: 245 158 11;
}

.feature-card:nth-child(5) {
  --card-tint-rgb: 244 114 182;
}

.feature-card:nth-child(6) {
  --card-tint-rgb: 14 165 233;
}

.feature-rule {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 42px;
  border-radius: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 4px 0 rgba(216, 213, 222, 0.65);
}

.feature-rule-purple {
  background: var(--purple);
}

.feature-rule-blue {
  background: var(--blue);
}

.feature-rule-green {
  background: var(--green);
}

.feature-rule-amber {
  background: var(--amber);
}

.feature-rule-pink {
  background: var(--pink);
}

.feature-rule-sky {
  background: var(--sky);
}

.feature-card p {
  margin-bottom: 0;
}

.section-dark {
  color: white;
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(32, 17, 63, 0.16);
  box-shadow: inset 0 -8px 0 rgba(32, 17, 63, 0.16);
}

.section-dark h2,
.section-dark h3,
.section-dark p {
  color: white;
}

.section-dark .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: start;
}

.step-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 7px 0 rgba(15, 12, 23, 0.18), 0 18px 34px rgba(15, 12, 23, 0.14);
}

.step-list li > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 15px;
  font-family: "Blob Sora", ui-rounded, system-ui, sans-serif;
  font-weight: 800;
}

.step-list h3 {
  margin-bottom: 4px;
}

.step-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.showcase {
  width: min(100% - 48px, var(--wide));
  margin: 0 auto;
  padding: 96px 0 104px;
}

.showcase-copy {
  max-width: 740px;
  margin-bottom: 34px;
}

.showcase-copy p:not(.eyebrow) {
  max-width: 660px;
  font-size: 1.08rem;
}

.screenshot-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.app-shot {
  --card-tint-rgb: 124 92 255;
  min-width: 0;
  overflow: hidden;
  background: var(--blob-card-bg);
  border: 1px solid rgba(124, 92, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--depth-card);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.app-shot:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 0 var(--slab-strong), 0 30px 62px rgba(32, 17, 63, 0.13);
}

.app-shot:nth-child(2) {
  --card-tint-rgb: 59 130 246;
}

.app-shot:nth-child(3) {
  --card-tint-rgb: 124 92 255;
}

.app-shot:nth-child(4) {
  --card-tint-rgb: 245 158 11;
}

.app-shot:nth-child(5) {
  --card-tint-rgb: 251 191 36;
}

.app-shot:nth-child(6) {
  --card-tint-rgb: 34 197 94;
}

.app-shot:nth-child(7) {
  --card-tint-rgb: 59 130 246;
}

.app-shot-device {
  margin: 0;
  aspect-ratio: 1320 / 2868;
  overflow: hidden;
  background: var(--surface);
  border-radius: 24px;
}

.app-shot-device img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.58fr);
  gap: 58px;
  align-items: center;
  padding: 86px max(24px, calc((100% - var(--wide)) / 2));
  background: var(--stage-top);
  border-top: 1px solid rgba(216, 213, 222, 0.72);
  border-bottom: 1px solid rgba(216, 213, 222, 0.72);
}

.privacy-copy {
  max-width: 710px;
}

.privacy-copy p:not(.eyebrow) {
  font-size: 1.08rem;
}

.text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.text-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--purple);
  background: color-mix(in srgb, var(--surface) 90%, var(--purple) 10%);
  border: 1px solid rgba(124, 92, 255, 0.12);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 4px 0 rgba(216, 213, 222, 0.72);
}

.text-links a:hover {
  color: var(--purple);
  border-color: rgba(124, 92, 255, 0.28);
}

.privacy-visual {
  margin: 0;
  justify-self: center;
  width: min(330px, 100%);
}

.privacy-visual img {
  filter: drop-shadow(0 22px 32px rgba(32, 17, 63, 0.16));
}

.support-band {
  padding: 82px max(24px, calc((100% - var(--wide)) / 2));
  background: var(--paper);
  border-bottom: 1px solid rgba(216, 213, 222, 0.72);
}

.support-panel {
  --card-tint-rgb: 124 92 255;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.52fr);
  gap: 32px;
  align-items: center;
  padding: 28px;
  background: var(--blob-card-bg-strong);
  border: 1px solid rgba(124, 92, 255, 0.08);
  border-radius: 28px;
  box-shadow: var(--depth-card);
}

.support-copy h2 {
  max-width: 700px;
}

.support-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.support-card {
  min-width: 0;
  padding: 22px;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 7px 0 rgba(65, 43, 112, 0.42), 0 22px 44px rgba(32, 17, 63, 0.16);
}

.support-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.support-card a {
  display: inline-flex;
  max-width: 100%;
  color: white;
  font-family: "Blob Sora", ui-rounded, system-ui, sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.support-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.78fr);
  gap: 60px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  --card-tint-rgb: 124 92 255;
  padding: 20px 22px;
  background: var(--blob-card-bg);
  border: 1px solid rgba(124, 92, 255, 0.08);
  border-radius: 20px;
  box-shadow: var(--depth-soft);
}

.faq-list summary {
  cursor: pointer;
  color: var(--text);
  font-family: "Blob Sora", ui-rounded, system-ui, sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
}

.faq-list p {
  margin: 14px 0 0;
}

.download-band {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 78px 24px 88px;
  text-align: center;
  color: white;
  background: var(--ink);
  box-shadow: inset 0 -6px 0 rgba(32, 17, 63, 0.13);
}

.download-band h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: white;
}

.download-band p {
  max-width: 560px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(24px, calc((100% - var(--wide)) / 2));
  color: var(--muted);
  background: var(--stage-top);
  border-top: 1px solid rgba(216, 213, 222, 0.72);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
  color: inherit;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms var(--spring),
    transform 650ms var(--spring);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.loop-strip.reveal {
  opacity: 1;
  transform: none;
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 4.7rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    min-height: auto;
    padding-top: 44px;
  }

  .hero-content {
    max-width: 720px;
  }

  .hero-product {
    justify-self: center;
    width: min(620px, 100%);
    min-height: 500px;
  }

  .phone-primary {
    right: 9%;
    top: 2px;
    width: 244px;
  }

  .phone-secondary {
    left: 12%;
    top: 104px;
    width: 194px;
  }

  .loop-strip,
  .feature-grid,
  .screenshot-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .faq-layout,
  .privacy-band,
  .support-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .privacy-visual {
    width: min(300px, 70vw);
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .site-header {
    min-height: 64px;
    padding: 12px 18px;
  }

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

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .hero {
    width: min(100% - 32px, var(--wide));
    min-height: auto;
    padding: 26px 0 22px;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

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

  .button {
    min-height: 48px;
    padding: 0 16px;
  }

  .proof-points {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 20px;
  }

  .proof-points div {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10px;
    align-items: baseline;
    padding: 10px 12px;
  }

  .proof-points dd {
    margin-top: 0;
  }

  .hero-product {
    min-height: 430px;
  }

  .phone-frame {
    border-width: 8px;
    border-radius: 30px;
  }

  .phone-primary {
    right: 6%;
    top: 16px;
    width: 206px;
  }

  .phone-secondary {
    left: 5%;
    top: 86px;
    width: 168px;
  }

  .intro-band {
    padding: 0 16px 54px;
  }

  .section {
    padding: 64px 0;
  }

  .section-inner,
  .showcase {
    width: min(100% - 32px, var(--wide));
  }

  .section-heading > p:not(.eyebrow),
  .showcase-copy p:not(.eyebrow),
  .privacy-copy p:not(.eyebrow),
  .download-band p {
    font-size: 1rem;
  }

  .feature-grid,
  .screenshot-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-card {
    min-height: auto;
  }

  .feature-rule {
    margin-bottom: 30px;
  }

  .privacy-band {
    padding: 64px 16px;
  }

  .support-band {
    padding: 64px 16px;
  }

  .support-panel {
    padding: 18px;
  }

  .site-footer {
    flex-direction: column;
    padding: 24px 18px;
  }

  .site-footer div {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .proof-points {
    display: none;
  }

  .hero-product {
    min-height: 372px;
  }

  .phone-primary {
    right: 5%;
    top: 10px;
    width: 164px;
    transform: rotate(1.5deg);
  }

  .phone-secondary {
    left: 5%;
    top: 58px;
    width: 140px;
    transform: rotate(-3deg);
  }

  .loop-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .loop-strip li {
    border-bottom: 0;
  }

  .loop-strip li:last-child {
    border-bottom: 0;
  }

}
