:root {
  color-scheme: light;
  --accent: #5c40eb;
  --accent-bright: #765cff;
  --accent-deep: #3824ad;
  --accent-ink: #29177f;
  --teal: #0f96ab;
  --ink: #11121a;
  --ink-soft: #2e2f3b;
  --muted: #70717d;
  --muted-light: #9898a4;
  --canvas: #f7f6fb;
  --card: #ffffff;
  --subtle: #eeecf7;
  --line: rgba(31, 27, 55, 0.11);
  --shadow: 0 28px 70px rgba(53, 43, 112, 0.13);
  --shadow-soft: 0 15px 44px rgba(53, 43, 112, 0.09);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 19px;
  --shell: min(1180px, calc(100% - 48px));
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 4% 9%, rgba(107, 77, 244, 0.11), transparent 25rem),
    radial-gradient(circle at 97% 30%, rgba(15, 150, 171, 0.08), transparent 26rem),
    var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(92, 64, 235, 0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 64, 235, 0.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

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

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(92, 64, 235, 0.35);
  outline-offset: 4px;
  border-radius: 8px;
}

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

h1,
h2,
h3 {
  letter-spacing: -0.04em;
  line-height: 1.05;
}

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

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.content-section {
  padding-block: 110px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 11px 16px;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  font-weight: 700;
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 18px 0;
  transition: padding 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
  border-bottom: 1px solid rgba(31, 27, 55, 0.08);
  background: rgba(247, 246, 251, 0.84);
  box-shadow: 0 8px 30px rgba(53, 43, 112, 0.06);
  backdrop-filter: blur(22px) saturate(160%);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 7px 18px rgba(63, 39, 191, 0.2);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  transition: color 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.site-nav .nav-support {
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  min-height: 760px;
  padding-block: 68px 100px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #c9bfff;
}

.hero h1 {
  max-width: 730px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6.4vw, 88px);
  font-weight: 860;
}

.hero h1 span {
  color: var(--accent);
  background: linear-gradient(115deg, var(--accent-deep), var(--accent-bright) 65%, var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 32px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.62;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 23px;
  border-radius: 17px;
  font-size: 15px;
  font-weight: 760;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(130deg, var(--accent-bright), var(--accent-deep));
  box-shadow: 0 15px 32px rgba(71, 46, 197, 0.28);
  color: white;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.button-secondary:hover {
  background: white;
  box-shadow: var(--shadow-soft);
}

.button-white {
  flex: 0 0 auto;
  background: white;
  color: var(--accent-deep);
  box-shadow: 0 13px 30px rgba(31, 20, 90, 0.18);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 13px;
}

.hero-meta span {
  position: relative;
}

.hero-meta span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b9b7c2;
  content: "";
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 650px;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(370px, 80vw);
  padding: 10px;
  border: 3px solid rgba(22, 19, 35, 0.95);
  border-radius: 54px;
  background: #12121a;
  box-shadow: 0 44px 90px rgba(52, 37, 127, 0.24), 0 10px 28px rgba(17, 18, 26, 0.15);
  transform: rotate(2deg);
}

.phone-frame img {
  width: 100%;
  border-radius: 42px;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.orb-one {
  width: 440px;
  height: 440px;
  background: linear-gradient(140deg, rgba(128, 99, 255, 0.28), rgba(216, 209, 255, 0.08));
}

.orb-two {
  right: 0;
  bottom: 30px;
  width: 230px;
  height: 230px;
  background: rgba(15, 150, 171, 0.11);
}

.float-card {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  min-width: 190px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.float-card span {
  grid-row: 1 / 3;
  align-self: center;
}

.float-card strong {
  font-size: 13px;
  line-height: 1.3;
}

.float-card small {
  color: var(--muted);
  font-size: 11px;
}

.float-json {
  top: 105px;
  right: -30px;
}

.float-private {
  bottom: 95px;
  left: -30px;
}

.mini-icon {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 16px;
  font-weight: 800;
}

.privacy-dot {
  width: 14px;
  height: 14px;
  border: 4px solid #c9f2e7;
  border-radius: 50%;
  background: #23a97d;
}

.flow-band {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
}

.flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  gap: 22px;
}

.flow-row > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.flow-row strong {
  font-size: 15px;
}

.flow-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--subtle);
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
}

.flow-arrow {
  color: #b8b6c1;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 50px;
}

.section-heading-center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.pro-copy h2,
.privacy-panel h2,
.final-cta h2,
.policy-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(38px, 5vw, 62px);
}

.section-heading p {
  max-width: 670px;
  margin-bottom: 0;
  font-size: 18px;
}

.steps-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-card,
.feature-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.step-card {
  min-height: 310px;
}

.step-card::after {
  position: absolute;
  right: -60px;
  bottom: -85px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(92, 64, 235, 0.07);
  content: "";
}

.step-index {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #b2afbc;
  font-size: 12px;
  font-weight: 800;
}

.feature-icon,
.privacy-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 40px;
  border-radius: 15px;
  background: #ece8ff;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 900;
}

.step-card h3,
.feature-card h3 {
  margin-bottom: 13px;
  font-size: 24px;
}

.step-card p,
.feature-card p {
  margin-bottom: 0;
  line-height: 1.68;
}

.feature-section {
  border-block: 1px solid var(--line);
  background: #efedf8;
}

.feature-grid {
  grid-auto-flow: dense;
}

.feature-card {
  min-height: 280px;
}

.feature-card-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 28px;
  align-items: end;
  background: white;
}

.feature-card-wide .feature-icon {
  margin-bottom: 28px;
}

.model-pills {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 8px;
}

.model-pills span {
  padding: 9px 12px;
  border: 1px solid rgba(92, 64, 235, 0.12);
  border-radius: 999px;
  background: #f4f2ff;
  color: var(--accent-ink);
  font-size: 12px;
  font-weight: 720;
}

.feature-card-dark {
  background: linear-gradient(145deg, #262036, #171522);
  color: white;
}

.feature-card-dark p {
  color: #c8c4d2;
}

.feature-card-dark a {
  display: inline-flex;
  margin-top: 24px;
  color: #cbbfff;
  font-size: 14px;
  font-weight: 750;
}

.feature-icon-light {
  background: rgba(255, 255, 255, 0.11);
  color: white;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

.screenshot-card {
  margin: 70px 0 0;
  padding: 12px 12px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.screenshot-card:nth-child(2) {
  margin-top: 0;
}

.screenshot-card img {
  width: 100%;
  border-radius: 24px;
}

.screenshot-card figcaption {
  display: grid;
  gap: 2px;
  padding: 19px 10px 0;
}

.screenshot-card figcaption span {
  color: var(--muted);
  font-size: 13px;
}

.pro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  padding: 74px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 84% 10%, rgba(125, 92, 255, 0.42), transparent 24rem),
    linear-gradient(140deg, #241b4c, #151322 70%);
  color: white;
  box-shadow: var(--shadow);
}

.pro-copy p {
  max-width: 610px;
  color: #c8c4d2;
  font-size: 18px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 25px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 27px;
  color: #eeecf5;
  font-size: 14px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: #9d87ff;
  font-weight: 900;
  content: "✓";
}

.pro-art {
  max-height: 520px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(4, 3, 12, 0.4);
}

.pro-art img {
  width: 100%;
  border-radius: 26px;
}

.privacy-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 55px;
  border-radius: var(--radius-xl);
  background: linear-gradient(125deg, var(--accent-deep), var(--accent) 62%, #6d55ef);
  color: white;
  box-shadow: 0 28px 66px rgba(62, 40, 184, 0.2);
}

.privacy-mark {
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.13);
  color: white;
  font-size: 25px;
}

.privacy-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4.5vw, 54px);
}

.privacy-panel p {
  max-width: 650px;
  margin-bottom: 0;
  color: #e0dbff;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 70px;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 27px 44px 27px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 26px;
  right: 4px;
  color: var(--accent);
  font-size: 24px;
  font-weight: 400;
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 45px 24px 0;
  margin-bottom: 0;
}

.faq-list a,
.policy-copy a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 110px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: white;
  box-shadow: var(--shadow-soft);
}

.final-cta img {
  border-radius: 23px;
  box-shadow: 0 12px 28px rgba(63, 39, 191, 0.2);
}

.final-cta h2 {
  margin-bottom: 6px;
  font-size: 31px;
}

.final-cta p {
  margin-bottom: 0;
}

.cta-actions {
  justify-content: flex-end;
  max-width: 225px;
}

.cta-actions a {
  color: var(--accent);
  font-size: 14px;
  font-weight: 750;
}

.coming-soon {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--subtle);
  color: var(--accent-ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  padding: 65px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #14131b;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding-bottom: 50px;
}

.brand-footer img {
  box-shadow: none;
}

.footer-grid p {
  margin: 12px 0 0;
  color: #93909e;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 130px;
}

.footer-links strong {
  margin-bottom: 4px;
  color: #817e8b;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a {
  color: #d8d5df;
  font-size: 14px;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #777480;
  font-size: 12px;
}

/* Privacy policy */
.policy-main {
  padding-bottom: 110px;
}

.policy-hero {
  max-width: 900px;
  padding-block: 90px 56px;
  text-align: center;
}

.policy-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(50px, 7vw, 82px);
}

.policy-hero > p {
  max-width: 720px;
  margin: 0 auto 22px;
  font-size: 19px;
}

.policy-date {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ece8ff;
  color: var(--accent-ink);
  font-size: 12px;
  font-weight: 750;
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 64px;
}

.privacy-summary article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
}

.privacy-summary span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: var(--subtle);
  color: var(--accent);
  font-weight: 900;
}

.privacy-summary h2 {
  margin-bottom: 9px;
  font-size: 19px;
}

.privacy-summary p {
  margin-bottom: 0;
  font-size: 14px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 52px;
}

.policy-toc {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 3px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.policy-toc strong {
  padding: 7px 10px 11px;
  color: var(--muted-light);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-toc a {
  padding: 8px 10px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 13px;
}

.policy-toc a:hover {
  background: var(--subtle);
  color: var(--accent);
}

.policy-copy {
  padding: 54px clamp(30px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: white;
  box-shadow: var(--shadow-soft);
}

.policy-copy section {
  padding-block: 6px 42px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.policy-copy section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.policy-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(27px, 3vw, 35px);
}

.policy-copy h3 {
  margin: 27px 0 10px;
  font-size: 19px;
}

.policy-copy p,
.policy-copy li {
  color: #5f606b;
}

.policy-copy ul {
  padding-left: 21px;
}

.policy-copy li + li {
  margin-top: 8px;
}

.policy-note {
  padding: 20px 22px;
  border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0;
  background: #f2f0fb;
}

.data-table-wrap {
  margin-block: 25px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 17px;
}

.data-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 13px;
}

.data-table th,
.data-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.data-table th {
  background: #f3f1f9;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.processor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 !important;
  list-style: none;
}

.processor-list li {
  padding: 18px;
  margin: 0 !important;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fbfaff;
}

.processor-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.contact-card {
  padding: 28px;
  border-radius: 21px;
  background: linear-gradient(130deg, #ece8ff, #f5f3ff);
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr 0.72fr;
    gap: 45px;
  }

  .float-card {
    display: none;
  }

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

  .feature-card-wide {
    grid-column: span 2;
  }

  .pro-section {
    grid-template-columns: minmax(0, 1fr) 310px;
    padding: 55px;
  }

  .privacy-panel {
    grid-template-columns: auto 1fr;
  }

  .privacy-panel .button {
    grid-column: 2;
    justify-self: start;
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .final-cta .cta-actions {
    grid-column: 2;
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 800px) {
  :root {
    --shell: min(100% - 32px, 650px);
  }

  .content-section {
    padding-block: 80px;
  }

  .site-header {
    padding: 12px 0;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 70px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px) scale(0.98);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav a,
  .site-nav .nav-support {
    padding: 12px 14px;
    border: 0;
    background: transparent;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 55px 75px;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero-meta {
    justify-content: center;
  }

  .hero-visual {
    min-height: 610px;
  }

  .flow-row {
    flex-direction: column;
    align-items: stretch;
    padding-block: 26px;
  }

  .flow-arrow {
    margin-left: 18px;
    transform: rotate(90deg);
    transform-origin: left center;
  }

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

  .screenshot-card,
  .screenshot-card:nth-child(2) {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .pro-section {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 650px);
    padding: 45px 30px 30px;
  }

  .pro-art {
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .final-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .final-cta img {
    margin-inline: auto;
  }

  .final-cta .cta-actions {
    grid-column: 1;
    justify-content: center;
  }

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

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-toc {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .policy-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  .hero h1 {
    font-size: clamp(44px, 14vw, 62px);
  }

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

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

  .hero-meta span:not(:last-child)::after {
    display: none;
  }

  .hero-meta {
    display: grid;
  }

  .hero-visual {
    min-height: 570px;
  }

  .phone-frame {
    width: min(330px, 88vw);
    border-radius: 48px;
  }

  .phone-frame img {
    border-radius: 37px;
  }

  .section-heading h2,
  .pro-copy h2,
  .privacy-panel h2,
  .policy-hero h1 {
    font-size: 38px;
  }

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

  .feature-card-wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .feature-card,
  .step-card {
    min-height: 0;
    padding: 26px;
  }

  .feature-icon {
    margin-bottom: 28px;
  }

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

  .privacy-panel {
    grid-template-columns: 1fr;
    padding: 35px 28px;
    text-align: left;
  }

  .privacy-panel .button {
    grid-column: 1;
    width: 100%;
  }

  .final-cta {
    margin-bottom: 80px;
    padding: 32px 23px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .privacy-summary {
    grid-template-columns: 1fr;
  }

  .policy-hero {
    padding-block: 65px 45px;
  }

  .policy-layout {
    gap: 25px;
  }

  .policy-toc {
    grid-template-columns: 1fr;
  }

  .policy-toc strong {
    grid-column: 1;
  }

  .policy-copy {
    padding: 35px 24px;
    border-radius: 25px;
  }

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

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

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

@media print {
  .site-header,
  .policy-toc,
  .site-footer,
  .privacy-summary {
    display: none;
  }

  body {
    background: white;
  }

  .policy-main,
  .policy-hero {
    padding: 0;
  }

  .policy-copy {
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}
