:root {
  color-scheme: dark;
  --ink: #07101d;
  --ink-2: #0c1627;
  --ink-3: #15233e;
  --surface: rgba(13, 20, 22, 0.76);
  --surface-strong: rgba(19, 29, 31, 0.94);
  --line: rgba(234, 242, 232, 0.16);
  --line-strong: rgba(120, 235, 156, 0.36);
  --text: #f7fbf2;
  --muted: #b8c3b5;
  --faint: #7f8d83;
  --green: #61d6a0;
  --lime: #b9f34a;
  --blue: #72b7ff;
  --gold: #f7c95f;
  --coral: #ff7a67;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(115deg, rgba(97, 214, 160, 0.08) 0 1px, transparent 1px 80px),
    linear-gradient(180deg, #050a12 0%, #07101d 45%, #070b14 72%, #05090f 100%),
    var(--ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(114, 183, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 183, 255, 0.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(185, 243, 74, 0.92);
  outline-offset: 4px;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
}

.site-shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 16, 29, 0.78);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.brand,
.topbar-actions,
.topnav,
.lang-switcher,
.cta-row,
.hero-proof,
.footer,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 10px;
}

.brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

.brand-name {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.topbar-actions {
  gap: 12px;
  min-width: 0;
}

.topnav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.topnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  transition: color 160ms ease;
}

.topnav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--lime));
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
}

.topnav a:hover,
.topnav a.is-active {
  color: var(--text);
}

.topnav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.lang-switcher {
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.lang-button {
  min-width: 42px;
  border: 0;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
}

.lang-button.is-active {
  color: #07100b;
  background: linear-gradient(120deg, var(--green), var(--lime));
}

.topbar-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.topbar-cta {
  min-height: 40px;
  padding: 0 16px;
  color: #07100b;
  background: linear-gradient(120deg, var(--green), var(--lime));
}

.topbar-cta:hover,
.btn:hover,
.store-card:hover:not(:disabled) {
  transform: translateY(-2px);
}

:where(main > section[id], #download) {
  scroll-margin-top: 108px;
}

.section-band {
  padding: clamp(58px, 7vw, 88px) 0;
}

.flow-section,
.value-section,
.pricing-section {
  position: relative;
}

.hero {
  --hero-x: 0;
  --hero-y: 0;
  position: relative;
  display: block;
  min-height: clamp(620px, calc(100svh - 104px), 760px);
  margin-top: 18px;
  padding: clamp(76px, 10vw, 116px) min(36vw, 430px) clamp(78px, 9vw, 118px) 0;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(234, 242, 232, 0.12);
  background:
    linear-gradient(90deg, rgba(5, 10, 18, 0.99) 0%, rgba(7, 16, 29, 0.88) 50%, rgba(7, 16, 29, 0.62) 100%),
    radial-gradient(circle at 82% 30%, rgba(97, 214, 160, 0.1), transparent 24rem);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--ink));
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

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

h1,
h2,
h3 {
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: "Sora", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  padding-bottom: 0.05em;
  font-size: clamp(3.35rem, 8vw, 5.55rem);
  line-height: 1.08;
}

h2 {
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1.08;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-punch {
  max-width: 680px;
  margin: 0 0 14px;
  color: rgba(247, 251, 242, 0.92);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.85rem, 4.4vw, 3.15rem);
  font-weight: 800;
  line-height: 1.05;
}

.lead {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(247, 251, 242, 0.82);
  font-size: 1.13rem;
  line-height: 1.55;
}

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

.btn {
  min-height: 56px;
  padding: 0 23px;
}

.btn-primary {
  color: #07100b;
  background: linear-gradient(120deg, var(--green), var(--lime));
  box-shadow: 0 22px 58px rgba(97, 214, 160, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 26px 76px rgba(185, 243, 74, 0.26);
}

.btn-secondary {
  border: 1px solid rgba(247, 251, 242, 0.22);
  color: var(--text);
  background: rgba(255, 255, 255, 0.075);
}

.hero-proof {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span,
.screenshot-notes span,
.match-stack span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(247, 251, 242, 0.86);
  background: rgba(255, 255, 255, 0.065);
  font-weight: 850;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  font-size: 0.86rem;
}

.hero-proof span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--lime));
  box-shadow: 0 0 18px rgba(97, 214, 160, 0.44);
}

.hero-device-wrap {
  position: absolute;
  top: 50%;
  right: clamp(12px, 4vw, 56px);
  transform: translateY(-50%);
  z-index: 2;
  width: min(28vw, 310px);
  min-width: 0;
  pointer-events: none;
}

.hero-device-wrap.reveal {
  transform: translateY(calc(-50% + 18px));
}

.hero-device-wrap.reveal.is-visible {
  transform: translateY(-50%);
}

.hero-device {
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translate3d(
    calc(var(--hero-x) * 10px),
    calc(var(--hero-y) * 8px),
    0
  );
  transition: transform 260ms ease;
}

.hero-preview-image {
  width: auto;
  max-height: min(640px, calc(100svh - 190px));
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(234, 242, 232, 0.16);
  border-radius: 30px;
  filter: drop-shadow(0 42px 86px rgba(0, 0, 0, 0.56));
}

.live-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  min-width: 172px;
  padding: 13px 14px;
  border: 1px solid rgba(234, 242, 232, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 16, 29, 0.82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.live-card span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.live-card strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
}

.live-card--top {
  top: 9%;
  left: 0;
}

.live-card--bottom {
  right: 0;
  bottom: 16%;
}

.hero-live-rail {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 2;
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.hero-live-track {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding-right: 10px;
  animation: railDrift 30s linear infinite;
  will-change: transform;
}

.hero-live-rail span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(234, 242, 232, 0.16);
  border-radius: 999px;
  color: rgba(247, 251, 242, 0.86);
  background: rgba(7, 16, 29, 0.64);
  font-size: 0.84rem;
  font-weight: 850;
}

.section-head {
  min-width: 0;
  max-width: 800px;
}

.section-head.centered {
  margin: 0 auto;
  text-align: center;
}

.section-head p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.section-head.centered p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.how-section {
  display: block;
}

.how-grid,
.scenario-track,
.feature-layout,
.feature-grid,
.feature-screens {
  display: grid;
  gap: 14px;
}

.how-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.how-card,
.scenario-card,
.mini-feature {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.how-card {
  display: grid;
  gap: 8px;
  min-height: 146px;
  padding: 20px;
}

.how-card strong,
.mini-feature strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.how-card span,
.mini-feature span {
  color: var(--muted);
  line-height: 1.5;
}

.scenario-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.scenario-card {
  min-height: 214px;
  padding: 22px;
}

.product-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.68fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  border-top: 1px solid rgba(234, 242, 232, 0.1);
}

.product-section--reverse {
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 0.92fr);
}

.product-section--reverse .product-copy {
  order: 2;
}

.product-section--reverse .phone-showcase {
  order: 1;
  justify-self: start;
}

.product-copy {
  min-width: 0;
  max-width: 560px;
}

.product-copy p:not(.eyebrow),
.feature-section .section-head p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.56;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  min-width: 0;
  padding-left: 24px;
  color: rgba(247, 251, 242, 0.86);
  line-height: 1.48;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--lime));
}

.phone-showcase {
  position: relative;
  justify-self: end;
  width: min(100%, 350px);
  margin: 0;
}

.phone-showcase::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border: 1px solid rgba(234, 242, 232, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(97, 214, 160, 0.12), rgba(114, 183, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

.phone-showcase img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(234, 242, 232, 0.14);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
}

.feature-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.9fr);
  align-items: center;
  margin-top: 34px;
}

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

.mini-feature {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 20px;
}

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

.phone-showcase--small {
  width: min(100%, 250px);
}

.feature-screens .phone-showcase:nth-child(2) {
  margin-top: 0;
}

.flow-grid,
.value-grid,
.trust-grid,
.pricing-grid,
.store-grid {
  display: grid;
  gap: 14px;
}

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

.flow-card,
.value-card,
.trust-card,
.plan-card,
.store-card,
.legal-document {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.flow-card,
.value-card,
.trust-card,
.plan-card,
.how-card,
.scenario-card,
.mini-feature {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.flow-card {
  min-width: 0;
  min-height: 190px;
  padding: 22px;
}

.flow-card:hover,
.value-card:hover,
.trust-card:hover,
.plan-card:hover,
.how-card:hover,
.scenario-card:hover,
.mini-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(97, 214, 160, 0.36);
  background: rgba(22, 34, 35, 0.82);
}

.step-number,
.story-index,
.plan-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.flow-card p,
.value-card p,
.trust-card span,
.plan-card p,
.final-cta p,
.legal-subtitle,
.legal-clause p {
  color: var(--muted);
  line-height: 1.56;
}

.value-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 34px;
}

.value-card {
  grid-column: span 3;
  min-width: 0;
  min-height: 236px;
  padding: 26px;
}

.value-card--wide {
  grid-column: span 6;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  gap: 24px;
  align-items: center;
  min-height: 300px;
  border-color: rgba(97, 214, 160, 0.3);
  background:
    linear-gradient(135deg, rgba(97, 214, 160, 0.12), rgba(114, 183, 255, 0.1)),
    rgba(16, 28, 29, 0.88);
}

.value-copy {
  min-width: 0;
}

.match-stack {
  display: grid;
  gap: 12px;
}

.match-stack span {
  display: block;
  border-radius: var(--radius);
  padding: 16px;
  font-size: 0.96rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.match-stack span:nth-child(2) {
  margin-left: 22px;
  color: var(--blue);
}

.match-stack span:nth-child(3) {
  margin-left: 44px;
  color: var(--gold);
}

.app-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  gap: 34px;
  align-items: center;
}

.app-copy {
  min-width: 0;
  max-width: 520px;
}

.app-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.56;
}

.screenshot-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.screenshot-notes span {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(247, 251, 242, 0.86);
  font-size: 0.9rem;
}

.screenshot-runway {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.03), rgba(7, 16, 29, 0.58)),
    url("/landing-background.png?v=21") center / cover;
}

.screenshot-runway::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(234, 242, 232, 0.12);
  border-radius: var(--radius);
}

.screenshot-runway img {
  position: relative;
  width: min(86%, 520px);
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 34px 74px rgba(0, 0, 0, 0.52));
  transform: rotate(2deg);
}

.trust-section {
  padding-top: 16px;
}

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

.trust-card {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 20px;
}

.trust-card strong {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin: 34px auto 0;
}

.plan-card {
  min-width: 0;
  min-height: 322px;
  padding: 28px;
  background: linear-gradient(160deg, rgba(26, 38, 39, 0.92), rgba(11, 18, 20, 0.78));
}

.plan-card--pro {
  border-color: rgba(247, 201, 95, 0.34);
  background:
    linear-gradient(150deg, rgba(247, 201, 95, 0.12), transparent 42%),
    linear-gradient(160deg, rgba(26, 38, 39, 0.92), rgba(11, 18, 20, 0.78));
}

.plan-card h3 {
  font-family: "Sora", sans-serif;
  font-size: 2.9rem;
  line-height: 1.18;
}

.plan-price {
  margin-top: 10px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.24rem;
  font-weight: 800;
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(247, 251, 242, 0.84);
  line-height: 1.46;
}

.plan-card li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
}

.plan-card--pro li::before {
  background: var(--gold);
}

.final-cta {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 78px 0 72px;
  border-top: 1px solid rgba(97, 214, 160, 0.24);
  border-bottom: 1px solid rgba(97, 214, 160, 0.16);
  text-align: center;
}

.final-cta p:not(.eyebrow) {
  max-width: 580px;
  margin: 18px auto 0;
  font-size: 1.05rem;
}

.store-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 640px;
  margin: 32px auto 0;
}

.store-card {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 18px;
  color: var(--text);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.store-card:not(:disabled) {
  border-color: rgba(97, 214, 160, 0.3);
  background:
    linear-gradient(135deg, rgba(97, 214, 160, 0.14), rgba(114, 183, 255, 0.1)),
    var(--surface);
}

.store-card:not(:disabled):hover {
  border-color: rgba(185, 243, 74, 0.46);
  background:
    linear-gradient(135deg, rgba(97, 214, 160, 0.2), rgba(114, 183, 255, 0.14)),
    var(--surface-strong);
}

.store-card span,
.store-card small {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.store-card strong {
  display: block;
  margin: 4px 0 8px;
  font-size: 1.35rem;
}

.store-card--disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.footer {
  justify-content: space-between;
  gap: 18px;
  padding-top: 30px;
  color: var(--muted);
}

.footer-brand .brand-mark {
  width: 36px;
  height: 36px;
}

.footer p {
  margin: 0;
}

.footer-links {
  gap: 14px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 800;
}

.legal-page {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.legal-hero {
  padding-bottom: 34px;
}

.legal-hero h1 {
  max-width: 900px;
  font-size: clamp(2.65rem, 6vw, 4.4rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.legal-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.legal-meta-row span,
.legal-meta-row a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.legal-documents {
  display: grid;
  gap: 22px;
  padding-top: 20px;
}

.legal-document {
  min-width: 0;
  padding: 28px;
  overflow-wrap: anywhere;
}

.legal-document-head {
  min-width: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}

.legal-document-head h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.08;
}

.legal-clause {
  min-width: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(234, 242, 232, 0.11);
}

.legal-clause h3 {
  overflow-wrap: anywhere;
}

.legal-clause:last-child {
  border-bottom: 0;
}

.legal-notice {
  padding: 22px;
  border: 1px solid rgba(247, 201, 95, 0.36);
  border-radius: var(--radius);
  background: rgba(247, 201, 95, 0.08);
}

.support-page {
  width: 100%;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.76fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  min-height: calc(100vh - 170px);
}

.support-copy {
  position: sticky;
  top: 128px;
  min-width: 0;
}

.support-copy h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.support-signal-grid {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin-top: 28px;
}

.support-signal-grid span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.052);
  font-weight: 800;
}

.support-form {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(97, 214, 160, 0.08), rgba(114, 183, 255, 0.06)),
    rgba(8, 16, 28, 0.86);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.form-row label {
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 900;
}

.form-row input,
.form-row textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(234, 242, 232, 0.2);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.065);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.form-row textarea {
  resize: vertical;
  min-height: 160px;
}

.support-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.support-contact-grid input:last-child {
  grid-column: 1 / -1;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(184, 195, 181, 0.68);
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: rgba(185, 243, 74, 0.72);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 4px rgba(185, 243, 74, 0.1);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.support-submit {
  min-height: 50px;
  border: 0;
  cursor: pointer;
}

.support-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.support-form-note,
.support-form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.support-form-status:empty {
  display: none;
}

.support-form-status.is-success {
  color: var(--green);
}

.support-form-status.is-error {
  color: var(--coral);
}

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

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

@keyframes railDrift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 1180px) {
  .topnav {
    display: none;
  }

  h1 {
    font-size: clamp(3.1rem, 8vw, 4.7rem);
  }

  h2 {
    font-size: 2.75rem;
  }

  .hero {
    min-height: 0;
    padding-right: min(30vw, 320px);
    padding-bottom: 84px;
  }

  .hero-copy {
    max-width: 560px;
  }

  .hero-device-wrap {
    width: min(28vw, 260px);
  }

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

  .how-section,
  .product-section,
  .product-section--reverse,
  .feature-layout {
    grid-template-columns: 1fr;
  }

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

  .product-section--reverse .product-copy,
  .product-section--reverse .phone-showcase {
    order: initial;
  }

  .phone-showcase {
    justify-self: center;
  }
}

@media (max-width: 860px) {
  .site-shell {
    width: min(100% - 28px, 720px);
    padding-top: 12px;
  }

  .topbar {
    top: 8px;
  }

  .brand-name {
    display: none;
  }

  .section-band {
    padding: 64px 0;
  }

  .hero {
    min-height: 0;
    padding: 54px 0 76px;
    background:
      linear-gradient(180deg, rgba(5, 10, 18, 0.96) 0%, rgba(7, 16, 29, 0.78) 54%, rgba(5, 9, 15, 0.98) 100%),
      radial-gradient(circle at 70% 18%, rgba(97, 214, 160, 0.09), transparent 18rem);
  }

  .hero-copy {
    max-width: none;
  }

  .hero-device-wrap {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: min(100%, 320px);
    min-width: 0;
    margin: 18px auto 0;
  }

  .hero-device-wrap.reveal,
  .hero-device-wrap.reveal.is-visible {
    transform: none;
  }

  .hero-preview-image {
    max-height: 560px;
  }

  .hero-device {
    transform: none;
  }

  .value-card--wide,
  .app-section,
  .how-section,
  .product-section,
  .product-section--reverse,
  .feature-layout,
  .support-hero {
    grid-template-columns: 1fr;
  }

  .support-copy {
    position: static;
  }

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

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

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

  .value-card,
  .value-card--wide {
    grid-column: auto;
  }

  .trust-grid,
  .pricing-grid,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .match-stack span:nth-child(2),
  .match-stack span:nth-child(3) {
    margin-left: 0;
  }

  .app-copy {
    max-width: none;
  }

  .screenshot-runway {
    min-height: 520px;
  }

  .legal-hero h1 {
    font-size: clamp(2.35rem, 9vw, 3.15rem);
  }

  .legal-document-head h2 {
    font-size: clamp(2rem, 8vw, 2.35rem);
  }

  .support-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 10vw, 3.6rem);
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 24px, 480px);
  }

  .topbar-actions {
    gap: 8px;
    margin-left: auto;
  }

  .topbar-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .lang-button {
    min-width: 38px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.18rem;
  }

  .hero-punch {
    font-size: 1.78rem;
  }

  .hero-preview-image {
    max-height: 520px;
  }

  .lead {
    font-size: 1rem;
  }

  .btn,
  .cta-row {
    width: 100%;
  }

  .hero-proof {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero-proof span {
    flex: 1 1 152px;
    min-width: 0;
    white-space: normal;
  }

  .hero-live-rail {
    display: none;
  }

  .live-card {
    display: none;
  }

  .flow-grid,
  .scenario-track {
    grid-template-columns: 1fr;
  }

  .flow-card,
  .value-card,
  .trust-card,
  .legal-document,
  .plan-card,
  .how-card,
  .scenario-card,
  .mini-feature {
    padding: 20px;
  }

  .product-section {
    gap: 30px;
  }

  .phone-showcase {
    width: min(100%, 292px);
  }

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

  .phone-showcase--small {
    width: min(100%, 260px);
  }

  .feature-screens .phone-showcase:nth-child(2) {
    margin-top: 0;
  }

  .screenshot-runway {
    min-height: 430px;
  }

  .screenshot-runway::before {
    inset: 14px;
  }

  .screenshot-runway img {
    width: min(92%, 380px);
  }

  .final-cta {
    padding: 58px 0;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .legal-hero {
    padding-bottom: 24px;
  }

  .legal-meta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legal-meta-row span,
  .legal-meta-row a {
    justify-content: center;
    width: 100%;
    border-radius: var(--radius);
    text-align: center;
  }

  .support-form {
    padding: 20px;
  }

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

  .support-contact-grid input:last-child {
    grid-column: auto;
  }

  .support-signal-grid span {
    min-height: 42px;
  }
}

/* Landing refresh */
.hero {
  min-height: clamp(520px, 72svh, 640px);
  width: 100vw;
  margin: 18px 0 0 calc(50% - 50vw);
  padding:
    clamp(48px, 6vw, 62px)
    max(20px, calc((100vw - 1220px) / 2 + 20px))
    clamp(36px, 4vw, 44px);
  border-top: 1px solid rgba(234, 242, 232, 0.12);
  border-bottom: 1px solid rgba(234, 242, 232, 0.12);
  background:
    linear-gradient(90deg, rgba(5, 10, 18, 0.99) 0%, rgba(7, 16, 29, 0.92) 36%, rgba(7, 16, 29, 0.55) 64%, rgba(5, 10, 18, 0.96) 100%),
    linear-gradient(135deg, rgba(97, 214, 160, 0.16), rgba(114, 183, 255, 0.08) 48%, rgba(247, 201, 95, 0.08));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(234, 242, 232, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234, 242, 232, 0.05) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), #000 42%, rgba(0, 0, 0, 0.74));
}

.hero::after {
  height: 190px;
  background:
    linear-gradient(180deg, transparent, rgba(5, 9, 15, 0.96) 72%, var(--ink));
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(700px, 58vw);
  max-width: 700px;
}

.hero h1 {
  margin-bottom: 10px;
  font-size: clamp(3.25rem, 6.2vw, 4.85rem);
  line-height: 0.98;
}

.hero-punch {
  max-width: 650px;
  font-size: clamp(1.62rem, 3vw, 2.15rem);
  line-height: 1.12;
}

.hero .lead {
  max-width: 590px;
  color: rgba(247, 251, 242, 0.84);
}

.hero .cta-row {
  margin-top: 24px;
}

.hero .hero-proof {
  gap: 8px;
  margin-top: 18px;
}

.hero .hero-proof span {
  padding: 8px 10px;
  font-size: 0.8rem;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-phone {
  position: absolute;
  margin: 0;
  transform-style: preserve-3d;
  will-change: transform;
}

.hero-phone img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(234, 242, 232, 0.18);
  border-radius: 30px;
  box-shadow:
    0 38px 92px rgba(0, 0, 0, 0.52),
    0 0 0 10px rgba(255, 255, 255, 0.026);
}

.hero-phone--primary {
  top: 6%;
  right: max(20px, calc((100vw - 1220px) / 2 + 28px));
  width: clamp(230px, 23vw, 330px);
  animation: phoneFloatPrimary 8s ease-in-out infinite;
}

.hero-phone--details {
  top: 17%;
  right: max(250px, calc((100vw - 1220px) / 2 + 278px));
  width: clamp(210px, 20vw, 300px);
  opacity: 0.92;
  animation: phoneFloatSecondary 9.5s ease-in-out infinite;
}

.hero-phone--chat {
  right: max(18px, calc((100vw - 1220px) / 2 + 42px));
  bottom: -160px;
  width: clamp(180px, 16vw, 244px);
  opacity: 0.82;
  animation: phoneFloatTertiary 10.5s ease-in-out infinite;
}

.hero-phone--smart {
  right: max(430px, calc((100vw - 1220px) / 2 + 520px));
  bottom: -190px;
  width: clamp(180px, 17vw, 260px);
  opacity: 0.72;
  animation: phoneFloatSmart 11s ease-in-out infinite;
}

.hero-phone[data-parallax-layer] {
  --depth-x: 1;
  --depth-y: 1;
}

.hero-phone--primary[data-parallax-layer] {
  transform: translate3d(calc(var(--hero-x) * 20px), calc(var(--hero-y) * 16px), 0) rotate(4deg);
}

.hero-phone--details[data-parallax-layer] {
  transform: translate3d(calc(var(--hero-x) * -14px), calc(var(--hero-y) * 12px), 0) rotate(-7deg);
}

.hero-phone--chat[data-parallax-layer] {
  transform: translate3d(calc(var(--hero-x) * 10px), calc(var(--hero-y) * -10px), 0) rotate(-3deg);
}

.hero-phone--smart[data-parallax-layer] {
  transform: translate3d(calc(var(--hero-x) * -9px), calc(var(--hero-y) * -8px), 0) rotate(5deg);
}

.hero-live-rail {
  right: max(20px, calc((100vw - 1220px) / 2 + 20px));
  bottom: 18px;
  left: max(20px, calc((100vw - 1220px) / 2 + 20px));
}

.hero-live-rail span {
  background: rgba(7, 16, 29, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.how-card,
.scenario-card,
.mini-feature,
.plan-card,
.store-card {
  border-radius: var(--radius);
}

.how-section {
  padding-top: clamp(24px, 3vw, 30px);
}

.how-card::after,
.scenario-card::after,
.mini-feature::after,
.plan-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(97, 214, 160, 0.54), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.how-card:hover::after,
.scenario-card:hover::after,
.mini-feature:hover::after,
.plan-card:hover::after {
  opacity: 1;
}

.screenshot-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  border-top: 1px solid rgba(234, 242, 232, 0.1);
  border-bottom: 1px solid rgba(234, 242, 232, 0.1);
  background:
    linear-gradient(180deg, rgba(12, 22, 39, 0.62), rgba(5, 9, 15, 0.78)),
    linear-gradient(90deg, rgba(97, 214, 160, 0.06), rgba(114, 183, 255, 0.07), rgba(247, 201, 95, 0.05));
}

.screenshot-section .section-head {
  width: min(860px, calc(100% - 40px));
}

.screenshot-viewport {
  position: relative;
  margin-top: 38px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.screenshot-rail {
  display: flex;
  width: max-content;
  gap: 0;
  padding: 18px 0 32px;
  animation: screenDrift 48s linear infinite;
  will-change: transform;
}

.screenshot-set {
  display: flex;
  flex: 0 0 auto;
  gap: clamp(14px, 2vw, 24px);
  padding-right: clamp(14px, 2vw, 24px);
}

.screenshot-viewport:hover .screenshot-rail {
  animation-play-state: paused;
}

.screen-card {
  position: relative;
  flex: 0 0 clamp(206px, 18vw, 268px);
  margin: 0;
  padding: 8px 8px 14px;
  border: 1px solid rgba(234, 242, 232, 0.16);
  border-radius: var(--radius);
  background: rgba(7, 16, 29, 0.74);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, border-color 180ms ease;
}

.screen-card:hover {
  transform: translateY(-6px);
  border-color: rgba(97, 214, 160, 0.42);
}

.screen-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(234, 242, 232, 0.14);
  border-radius: 26px;
  background: #101827;
}

.screen-card figcaption {
  padding: 12px 4px 0;
  color: rgba(247, 251, 242, 0.9);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.product-section {
  min-height: 620px;
  padding-top: clamp(68px, 8vw, 104px);
  padding-bottom: clamp(68px, 8vw, 104px);
}

.product-copy h2,
.feature-section h2,
.pricing-section h2,
.final-cta h2 {
  max-width: 900px;
}

.phone-showcase {
  width: min(100%, 364px);
}

.phone-showcase::before {
  inset: -12px;
  background:
    linear-gradient(160deg, rgba(97, 214, 160, 0.13), rgba(114, 183, 255, 0.08), rgba(247, 201, 95, 0.07)),
    rgba(255, 255, 255, 0.035);
}

.feature-screens {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.phone-showcase--small {
  width: min(100%, 214px);
}

.feature-screens .phone-showcase:nth-child(1) {
  transform: translateY(26px) rotate(-2deg);
}

.feature-screens .phone-showcase:nth-child(2) {
  transform: translateY(-18px) rotate(2deg);
}

.feature-screens .phone-showcase:nth-child(3) {
  transform: translateY(36px) rotate(-1deg);
}

.plan-card--pro::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 28px rgba(247, 201, 95, 0.72);
  animation: pulseDot 2.8s ease-in-out infinite;
}

@keyframes screenDrift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes phoneFloatPrimary {
  0%,
  100% {
    translate: 0 0;
    rotate: 4deg;
  }

  50% {
    translate: 0 -14px;
    rotate: 2deg;
  }
}

@keyframes phoneFloatSecondary {
  0%,
  100% {
    translate: 0 0;
    rotate: -7deg;
  }

  50% {
    translate: 0 12px;
    rotate: -5deg;
  }
}

@keyframes phoneFloatTertiary {
  0%,
  100% {
    translate: 0 0;
    rotate: -3deg;
  }

  50% {
    translate: 0 -10px;
    rotate: -1deg;
  }
}

@keyframes phoneFloatSmart {
  0%,
  100% {
    translate: 0 0;
    rotate: 5deg;
  }

  50% {
    translate: 0 16px;
    rotate: 3deg;
  }
}

@keyframes pulseDot {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.68;
  }

  50% {
    transform: scale(1.55);
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .hero {
    padding-right: max(20px, calc((100vw - 720px) / 2 + 20px));
  }

  .hero-copy {
    width: min(560px, 56vw);
  }

  .hero-phone--details {
    right: 230px;
  }

  .hero-phone--smart {
    right: 390px;
  }

  .feature-screens {
    justify-items: center;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 0;
    padding:
      54px
      max(14px, calc((100vw - 720px) / 2 + 14px))
      218px;
    background:
      linear-gradient(180deg, rgba(5, 10, 18, 0.99) 0%, rgba(7, 16, 29, 0.92) 48%, rgba(5, 9, 15, 0.98) 100%),
      linear-gradient(135deg, rgba(97, 214, 160, 0.13), rgba(114, 183, 255, 0.08), rgba(247, 201, 95, 0.08));
  }

  .hero-copy {
    width: 100%;
    max-width: 680px;
  }

  .hero-stage {
    opacity: 0.76;
  }

  .hero-phone--primary {
    top: auto;
    right: 6%;
    bottom: -116px;
    width: min(34vw, 210px);
  }

  .hero-phone--details {
    top: auto;
    right: 36%;
    bottom: -142px;
    width: min(33vw, 196px);
  }

  .hero-phone--chat {
    right: auto;
    bottom: -168px;
    left: 5%;
    width: min(30vw, 176px);
  }

  .hero-phone--smart {
    display: none;
  }

  .hero-live-rail {
    right: 14px;
    bottom: 10px;
    left: 14px;
  }

  .screenshot-section .section-head {
    width: min(720px, calc(100% - 28px));
  }

  .screenshot-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    mask-image: none;
    scrollbar-width: none;
  }

  .screenshot-viewport::-webkit-scrollbar {
    display: none;
  }

  .screenshot-rail {
    padding-right: 14px;
    padding-left: 14px;
    animation: none;
  }

  .screenshot-set {
    padding-right: 0;
  }

  .screenshot-set[aria-hidden="true"] {
    display: none;
  }

  .screen-card {
    flex-basis: 224px;
  }

  .product-section {
    min-height: 0;
  }

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

  .feature-screens .phone-showcase:nth-child(n) {
    transform: none;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 38px;
    padding-bottom: 132px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3rem);
    white-space: nowrap;
  }

  .hero-punch {
    font-size: clamp(1.38rem, 6.6vw, 1.68rem);
  }

  .hero .lead {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .hero .cta-row {
    gap: 8px;
    margin-top: 20px;
  }

  .hero .btn {
    min-height: 50px;
  }

  .hero .hero-proof {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 14px;
    padding-bottom: 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero .hero-proof::-webkit-scrollbar {
    display: none;
  }

  .hero .hero-proof span {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hero-phone--primary {
    right: 1%;
    bottom: -104px;
    width: 142px;
  }

  .hero-phone--details {
    right: 33%;
    bottom: -118px;
    width: 132px;
  }

  .hero-phone--chat {
    left: 2%;
    bottom: -132px;
    width: 120px;
  }

  .hero-live-rail {
    display: flex;
  }

  .hero-live-rail span {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 0.78rem;
  }

  .screen-card {
    flex-basis: 210px;
  }

  .product-copy h2,
  .feature-section h2,
  .pricing-section h2,
  .final-cta h2 {
    font-size: clamp(2rem, 10vw, 2.35rem);
  }

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

  .phone-showcase--small {
    width: min(100%, 270px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

  .hero-device,
  .screenshot-runway img {
    transform: none;
  }
}
