:root {
  --bg: #090c11;
  --bg-elevated: #10151c;
  --bg-soft: #171d27;
  --card: rgba(16, 22, 31, 0.78);
  --card-strong: rgba(16, 21, 29, 0.92);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f5f7fb;
  --muted: rgba(245, 247, 251, 0.74);
  --soft: rgba(245, 247, 251, 0.5);
  --accent: #f47b20;
  --accent-soft: rgba(244, 123, 32, 0.12);
  --success: #9bde56;
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 22px;
  --radius-sm: 18px;
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 14px 32px rgba(0, 0, 0, 0.18);
  --shell: 1120px;
  --content: 1080px;
  --control-height: 56px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 14% 0%, rgba(155, 222, 86, 0.04), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(244, 123, 32, 0.06), transparent 24%),
    linear-gradient(180deg, #0b0e13 0%, #090c10 42%, #080a0f 100%);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 24%),
    radial-gradient(circle at center top, rgba(255, 255, 255, 0.022), transparent 40%);
  z-index: 0;
}

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

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

.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;
}

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

.site-bg-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  opacity: 0.24;
  z-index: 0;
}

.site-bg-glow-a {
  top: -220px;
  left: -120px;
  background: rgba(155, 222, 86, 0.08);
}

.site-bg-glow-b {
  top: 12%;
  right: -180px;
  background: rgba(244, 123, 32, 0.08);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(9, 12, 17, 0.94), rgba(9, 12, 17, 0.78));
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header-bar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.main-nav ul,
.footer-links,
.mode-list,
.bullet-list,
.bullet-links,
.related-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav ul {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--soft);
  font-size: 0.95rem;
}

.main-nav a:hover,
.language-switch a:hover,
.related-panel a:hover,
.bullet-links a:hover,
.footer-links a:hover {
  color: var(--text);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-cta {
  font-weight: 600;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
}

.language-current,
.language-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}

.language-link {
  color: rgba(245, 247, 251, 0.66);
}

.language-current {
  color: var(--text);
}

.language-separator {
  color: rgba(245, 247, 251, 0.24);
  font-size: 0.74rem;
}

.footer-lang {
  color: var(--soft);
}

.footer-lang.is-current {
  color: #0e141d;
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
}

.site-main {
  padding: 28px 0 72px;
}

.hero,
.page-hero,
.content-section,
.waitlist-panel,
.related-panel {
  width: min(100%, var(--content));
  margin-left: auto;
  margin-right: auto;
}

.hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 340px);
  gap: clamp(22px, 3.4vw, 38px);
  align-items: center;
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 0%, rgba(155, 222, 86, 0.06), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(244, 123, 32, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
    var(--card-strong);
  box-shadow: var(--shadow-lg);
}

.page-hero-text {
  margin-top: 8px;
}

.hero-copy,
.page-hero-copy,
.waitlist-copy,
.section-heading {
  display: grid;
  gap: 16px;
}

.hero-copy-top {
  display: grid;
  gap: 14px;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 0.94;
  max-width: 14.2ch;
}

h2 {
  font-size: clamp(1.9rem, 2.35vw, 2.65rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.08rem, 0.55vw + 1rem, 1.32rem);
  line-height: 1.14;
}

.accent-text {
  color: var(--accent);
}

.hero-title-focus {
  display: inline;
}

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

.hero-lead,
.hero-support,
.waitlist-copy p,
.page-figure figcaption {
  max-width: 40rem;
}

.hero-support,
.page-figure figcaption {
  color: var(--soft);
  font-size: 0.95rem;
}

.section {
  width: min(100%, var(--content));
  margin: 36px auto 0;
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.section-body {
  max-width: 54ch;
}

.hero-eyebrow {
  color: var(--accent);
}

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

.hero-actions-mobile {
  display: none;
  width: 100%;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-benefit {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 251, 0.88);
  font-size: 0.99rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero-proof-inline {
  display: grid;
  gap: 8px;
  width: min(100%, 35ch);
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(244, 123, 32, 0.12);
  background:
    linear-gradient(180deg, rgba(244, 123, 32, 0.035), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.hero-proof-label {
  margin: 0;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-proof-body {
  margin: 0;
  color: rgba(245, 247, 251, 0.84);
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.platform-note {
  color: var(--soft);
  font-size: 0.9rem;
}

.btn {
  min-height: var(--control-height);
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition:
    transform 0.22s var(--ease),
    border-color 0.22s var(--ease),
    background-color 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    opacity 0.22s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #0f141c;
  background: linear-gradient(180deg, #ffffff, #f3f5f8);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.08);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.92rem;
}

.mode-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.mode-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  color: var(--soft);
  font-size: 0.92rem;
  white-space: nowrap;
}

.mode-row-label {
  color: var(--text);
  font-weight: 600;
}

.mode-row-block,
.step-number {
  color: var(--accent);
  font-weight: 700;
}

.hero-visual,
.page-figure {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.page-figure img {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-md);
}

.phone-frame {
  width: min(100%, 338px);
  padding: 12px;
  border-radius: 40px;
  background: linear-gradient(160deg, #1b2531, #0f141c);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
  position: relative;
  aspect-ratio: 1320 / 2868;
  overflow: hidden;
}

.hero-screen {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: cover;
  border-radius: 30px;
  background: #0b0d12;
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease), filter 0.24s var(--ease);
}

.hero-home-image {
  opacity: 1;
}

.hero-video {
  opacity: 0;
}

.hero-shield-image {
  opacity: 0;
  transform: scale(1.012);
}

.hero-phone-scene.is-playing .hero-home-image,
.hero-phone-scene.is-playing .hero-video {
  opacity: 1;
}

.hero-phone-scene.is-finished .hero-video {
  opacity: 0;
  transform: scale(1.008);
  filter: blur(1px);
}

.hero-phone-scene.is-finished .hero-shield-image {
  opacity: 1;
  transform: scale(1);
}

.pain-grid,
.scope-grid,
.gain-grid,
.how-grid,
.modes-grid,
.how-points,
.link-columns {
  display: grid;
  gap: 14px;
}

.pain-grid,
.scope-grid,
.gain-grid,
.how-points,
.modes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-followup {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 18px;
}

.pain-followup-copy {
  display: grid;
  gap: 10px;
}

.pain-followup-copy h3 {
  font-size: clamp(1.22rem, 0.95vw + 1rem, 1.56rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pain-card,
.scope-card,
.gain-card,
.how-card,
.simple-card,
.link-list-block {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
    rgba(17, 22, 31, 0.9);
  border-radius: 22px;
}

.pain-card,
.scope-card,
.simple-card,
.link-list-block {
  padding: 22px;
}

.pain-card,
.scope-card {
  display: grid;
  gap: 12px;
}

.pain-card h3::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(158, 214, 107, 0.86));
}

.gain-card {
  padding: 16px 18px;
  color: rgba(245, 247, 251, 0.94);
  font-weight: 700;
  line-height: 1.4;
}

.how-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.how-card {
  display: grid;
  gap: 16px;
  padding: 22px 24px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.how-card + .how-card {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.how-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(244, 123, 32, 0.12);
  border: 1px solid rgba(244, 123, 32, 0.2);
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
}

.how-note {
  margin: 18px 0 0;
  color: rgba(245, 247, 251, 0.88);
  font-weight: 700;
}

.how-points {
  margin-top: 18px;
}

.simple-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.simple-mark {
  width: 12px;
  height: 12px;
  margin-top: 0.35rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent), #ffb273);
  box-shadow: 0 0 0 6px rgba(244, 123, 32, 0.1);
}

.simple-card p {
  color: rgba(245, 247, 251, 0.92);
  font-weight: 600;
}

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

.link-list-block {
  display: grid;
  gap: 14px;
}

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

.link-list li {
  position: relative;
  padding-left: 18px;
}

.link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.link-list a {
  color: var(--muted);
}

.link-list a:hover {
  color: var(--text);
}

.intro-grid,
.split-section,
.footer-grid,
.steps-grid {
  display: grid;
  gap: 18px;
}

.content-section {
  margin-top: 34px;
}

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

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

.surface-card,
.step-card,
.waitlist-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
    var(--card);
  box-shadow: var(--shadow-md);
}

.surface-card,
.step-card {
  padding: 22px;
}

.step-card {
  display: grid;
  gap: 10px;
}

.bullet-list,
.bullet-links,
.footer-links {
  display: grid;
  gap: 10px;
}

.bullet-list li,
.bullet-links li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.bullet-list li::before,
.bullet-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.waitlist-panel {
  margin-top: 36px;
  padding: clamp(22px, 3vw, 30px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: center;
}

.waitlist-compact {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}

.waitlist-form {
  display: grid;
  gap: 12px;
}

.waitlist-form label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 0.92rem;
}

.waitlist-form input {
  min-height: 54px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 0 16px;
  font: inherit;
}

.waitlist-form input:focus {
  outline: 2px solid rgba(244, 123, 32, 0.26);
  outline-offset: 2px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.waitlist-status {
  min-height: 24px;
  color: var(--soft);
  font-size: 0.92rem;
}

.waitlist-status.is-success {
  color: var(--success);
}

.waitlist-status.is-error {
  color: #ff9a8a;
}

.related-panel h2,
.footer-title {
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.site-footer {
  padding: 20px 0 42px;
}

.footer-grid {
  width: min(100%, var(--content));
  margin: 0 auto;
  grid-template-columns: 1.25fr 0.8fr 0.9fr;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-copy,
.footer-links a {
  color: var(--soft);
}

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

.footer-language {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--soft);
}

.footer-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.related-panel {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.related-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-panel li {
  padding: 0;
}

.related-panel a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--soft);
  font-size: 0.92rem;
}

.related-panel a:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

.breadcrumbs {
  width: min(100%, var(--content));
  margin: 0 auto 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 247, 251, 0.46);
  font-size: 0.84rem;
}

.breadcrumbs a:hover {
  color: var(--text);
}

.breadcrumbs-sep {
  color: rgba(255, 255, 255, 0.22);
}

.home-grid-tight {
  margin-top: 18px;
}

.mode-card-grid,
.faq-grid,
.support-card-grid {
  display: grid;
  gap: 18px;
}

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

.faq-grid {
  margin-top: 18px;
}

.mode-card,
.faq-card,
.support-link-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
    var(--card);
  box-shadow: var(--shadow-md);
}

.mode-card,
.faq-card {
  padding: 22px;
}

.mode-card {
  display: grid;
  gap: 12px;
}

.mode-card-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mode-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--soft);
  font-size: 0.9rem;
}

.faq-card {
  display: grid;
  gap: 10px;
}

.comparison-table {
  margin-top: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
    var(--card);
  box-shadow: var(--shadow-md);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row-head {
  color: var(--soft);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.comparison-label {
  color: var(--text);
  font-weight: 600;
}

.section-note {
  margin-top: 16px;
}

.support-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.support-link-card {
  padding: 20px 22px;
  display: grid;
  gap: 10px;
  transition:
    transform 0.22s var(--ease),
    border-color 0.22s var(--ease),
    background-color 0.22s var(--ease);
}

.support-link-card:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
}

.support-link-card span {
  color: var(--soft);
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }

  .hero,
  .page-hero,
  .waitlist-panel,
  .waitlist-compact,
  .pain-grid,
  .scope-grid,
  .gain-grid,
  .how-grid,
  .modes-grid,
  .how-points,
  .link-columns,
  .intro-grid,
  .split-section,
  .footer-grid,
  .steps-grid,
  .mode-card-grid,
  .faq-grid,
  .support-card-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    justify-items: center;
  }

  .hero-copy,
  .page-hero-copy,
  .waitlist-copy {
    width: 100%;
  }

  .hero-visual,
  .page-figure {
    order: 2;
  }

  .footer-grid {
    gap: 18px;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--shell), calc(100% - 28px));
  }

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

  .site-main {
    padding-top: 18px;
  }

  .header-bar {
    min-height: 68px;
  }

  .header-tools {
    gap: 8px;
  }

  .language-switch {
    gap: 6px;
  }

  .header-tools .btn {
    display: none;
  }

  .hero,
  .page-hero {
    gap: 18px;
    padding: 20px;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.9rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(1.6rem, 7vw, 2.1rem);
  }

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

  .hero-benefits {
    gap: 8px;
  }

  .hero-benefit {
    white-space: normal;
  }

  .hero-actions-desktop {
    display: none;
  }

  .hero-actions-mobile {
    display: flex;
  }

  .hero-actions-mobile .btn {
    width: 100%;
  }

  .hero-proof-inline {
    width: 100%;
  }

  .mode-row {
    justify-content: space-between;
    white-space: normal;
  }

  .phone-frame {
    width: min(100%, 334px);
  }

  .waitlist-form .btn {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 28px;
  }

.breadcrumbs {
  margin-bottom: 12px;
  font-size: 0.84rem;
}
}

/* Home shell: restore the original landing composition without touching inner SEO pages. */
.page-home {
  position: relative;
}

.page-home .site-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.24;
}

.page-home .site-glow-a {
  top: -220px;
  left: -120px;
  background: rgba(155, 222, 86, 0.08);
}

.page-home .site-glow-b {
  top: 12%;
  right: -180px;
  background: rgba(244, 123, 32, 0.08);
}

.page-home .shell {
  width: min(var(--shell), calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-home .header-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(9, 12, 17, 0.94), rgba(9, 12, 17, 0.78));
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.page-home .header {
  width: min(100%, var(--content));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.page-home .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.page-home .brand-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.page-home .header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}

.page-home .locale-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.page-home .locale-option {
  color: rgba(245, 247, 251, 0.66);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.22s var(--ease);
}

.page-home .locale-option:hover {
  color: rgba(245, 247, 251, 0.9);
}

.page-home .locale-option.is-active {
  color: var(--text);
}

.page-home .locale-separator {
  color: rgba(245, 247, 251, 0.24);
  font-size: 0.74rem;
}

.page-home .main-content {
  padding: 10px 0 56px;
}

.page-home h1,
.page-home h2,
.page-home h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.page-home h1 {
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 0.94;
  max-width: 14.2ch;
}

.page-home h2 {
  font-size: clamp(1.9rem, 2.35vw, 2.65rem);
  line-height: 1;
}

.page-home h3 {
  font-size: clamp(1.08rem, 0.55vw + 1rem, 1.32rem);
  line-height: 1.14;
}

.page-home .eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(245, 247, 251, 0.54);
}

.page-home .hero-eyebrow,
.page-home .hero-proof-label,
.page-home .final-eyebrow {
  color: var(--accent);
}

.page-home .hero,
.page-home .section,
.page-home .final-card {
  width: min(100%, var(--content));
  margin-left: auto;
  margin-right: auto;
}

.page-home .hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 368px);
  gap: clamp(28px, 4.2vw, 52px);
  align-items: start;
  padding: clamp(6px, 1.2vw, 14px) 0 0;
  border: none;
  background: none;
  box-shadow: none;
}

.page-home .hero-copy {
  display: grid;
  gap: 18px;
  align-content: center;
  max-width: 720px;
}

.page-home .hero-copy-top {
  display: grid;
  gap: 12px;
}

.page-home .hero-title-focus {
  display: inline;
}

.page-home h1 {
  font-size: clamp(3.45rem, 7.4vw, 5.9rem);
  line-height: 0.84;
  max-width: 10.4ch;
  letter-spacing: -0.07em;
}

.page-home .hero-lead,
.page-home .hero-support,
.page-home .section-body,
.page-home .pain-card p,
.page-home .gain-card,
.page-home .how-card p,
.page-home .mode-context,
.page-home .simple-card p,
.page-home .faq-body,
.page-home .final-body,
.page-home .waitlist-status {
  margin: 0;
  color: var(--muted);
}

.page-home .hero-lead {
  max-width: 24ch;
  color: rgba(245, 247, 251, 0.96);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.page-home .hero-support {
  max-width: 38ch;
  font-size: 0.98rem;
  color: rgba(245, 247, 251, 0.72);
}

.page-home .hero-conversion {
  display: grid;
  gap: 12px;
  width: min(100%, 560px);
}

.page-home .hero-scope {
  margin: 0;
  max-width: 42ch;
  color: rgba(245, 247, 251, 0.84);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page-home .hero-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: stretch;
  width: min(100%, 560px);
  margin-top: 2px;
}

.page-home .hero-input {
  min-width: 0;
  min-height: 56px;
  width: 100%;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font: inherit;
  font-size: 0.96rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-home .hero-input::placeholder {
  color: rgba(245, 247, 251, 0.42);
}

.page-home .hero-input:focus {
  outline: none;
  border-color: rgba(244, 123, 32, 0.42);
  box-shadow:
    0 0 0 4px rgba(244, 123, 32, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-home .hero-submit {
  min-width: 172px;
  white-space: nowrap;
}

.page-home .hero-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-self: start;
}

.page-home .hero-actions .btn {
  min-width: 232px;
}

.page-home .hero-actions-mobile {
  display: none;
}

.page-home .hero-actions-desktop {
  display: flex;
}

.page-home .section-nav {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .section-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(245, 247, 251, 0.72);
  font-size: 0.92rem;
  font-weight: 500;
}

.page-home .section-nav-link:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-home .hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-home .hero-benefit {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 251, 0.88);
  font-size: 0.99rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.page-home .hero-proof-inline {
  display: grid;
  gap: 8px;
  width: min(100%, 38ch);
  padding: 10px 0 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.page-home .hero-proof-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.page-home .hero-proof-body {
  margin: 0;
  max-width: 34ch;
  color: rgba(245, 247, 251, 0.86);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.36;
}

.page-home .hero-visual {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-self: start;
  padding-top: clamp(18px, 5vh, 56px);
}

.page-home .hero-demo-shell {
  width: 362px;
  max-width: 100%;
}

.page-home .preview-phone-wrap {
  width: 332px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px;
  border-radius: 40px;
  background: linear-gradient(160deg, #1c2430, #0f141c);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
}

.page-home .hero-phone-wrap {
  width: 100%;
  aspect-ratio: 1320 / 2868;
  position: relative;
  overflow: hidden;
}

.page-home .hero-phone-screen,
.page-home .preview-image {
  width: 100%;
  aspect-ratio: 1320 / 2868;
  object-fit: cover;
  border-radius: 28px;
  background: #0b0d12;
}

.page-home .hero-phone-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.22s var(--ease), transform 0.28s var(--ease), filter 0.22s var(--ease);
}

.page-home .hero-video-layer {
  opacity: 1;
  transform: scale(1);
  filter: saturate(0.9) brightness(0.84);
}

.page-home .hero-shield-layer {
  opacity: 0;
  transform: scale(1.012);
}

.page-home .hero-phone-scene.is-finished .hero-video-layer {
  opacity: 0;
  transform: scale(1.012);
  filter: blur(1px);
}

.page-home .hero-phone-scene.is-finished .hero-shield-layer {
  opacity: 1;
  transform: scale(1);
}

.page-home .section {
  margin-top: clamp(38px, 5vw, 56px);
}

.page-home .section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.page-home .pain-grid,
.page-home .scope-grid,
.page-home .gain-grid,
.page-home .how-grid,
.page-home .modes-grid,
.page-home .how-points {
  display: grid;
  gap: 14px;
}

.page-home .pain-grid,
.page-home .scope-grid,
.page-home .gain-grid,
.page-home .how-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .pain-followup {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 18px;
}

.page-home .pain-followup-copy {
  display: grid;
  gap: 10px;
}

.page-home .pain-followup-copy h3 {
  font-size: clamp(1.22rem, 0.95vw + 1rem, 1.56rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-home .pain-card,
.page-home .scope-card,
.page-home .gain-card,
.page-home .how-card,
.page-home .mode-card,
.page-home .simple-card,
.page-home .faq-item,
.page-home .final-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
    rgba(17, 22, 31, 0.9);
  box-shadow: none;
}

.page-home .pain-card,
.page-home .scope-card,
.page-home .gain-card,
.page-home .how-card,
.page-home .mode-card,
.page-home .simple-card {
  min-height: 100%;
  padding: 22px;
  border-radius: 22px;
}

.page-home .pain-card,
.page-home .scope-card {
  display: grid;
  gap: 12px;
}

.page-home .pain-card h3::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(155, 222, 86, 0.86));
}

.page-home .gain-card {
  display: grid;
  place-items: start;
  text-align: left;
  min-height: 0;
  padding: 16px 18px;
  color: rgba(245, 247, 251, 0.94);
  font-weight: 700;
  line-height: 1.4;
}

.page-home .how-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
  padding: 0;
  border-top: none;
}

.page-home .how-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.008)),
    rgba(15, 20, 28, 0.82);
}

.page-home .how-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(244, 123, 32, 0.12);
  border: 1px solid rgba(244, 123, 32, 0.2);
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
}

.page-home .how-note {
  margin: 22px 0 0;
  color: rgba(245, 247, 251, 0.88);
  font-weight: 700;
}

.page-home .how-points {
  margin-top: 18px;
}

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

.page-home .mode-card {
  --mode-accent: var(--accent);
  display: grid;
  gap: 14px;
}

.page-home .mode-card-featured {
  border-color: rgba(255, 255, 255, 0.14);
}

.page-home .mode-card-soft {
  --mode-accent: var(--success);
}

.page-home .mode-card-medium {
  --mode-accent: var(--accent);
}

.page-home .mode-card-hard {
  --mode-accent: #ff453a;
}

.page-home .mode-name {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--mode-accent);
}

.page-home .mode-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .mode-chip {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 700;
}

.page-home .mode-chip-usage {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 251, 0.92);
}

.page-home .mode-chip-block {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.96);
}

.page-home .simple-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.page-home .simple-mark {
  width: 12px;
  height: 12px;
  margin-top: 0.35rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent), #ffb273);
  box-shadow: 0 0 0 6px rgba(244, 123, 32, 0.1);
}

.page-home .simple-card p {
  color: rgba(245, 247, 251, 0.92);
  font-weight: 600;
}

.page-home .faq-list {
  display: grid;
  gap: 12px;
  width: 100%;
}

.page-home .faq-item {
  overflow: hidden;
  border-radius: 22px;
}

.page-home .faq-item[open] {
  border-color: var(--line-strong);
}

.page-home .faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  font-size: 0.98rem;
  font-weight: 700;
}

.page-home .faq-item summary::-webkit-details-marker {
  display: none;
}

.page-home .faq-item summary::after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    rgba(255, 255, 255, 0.06)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='rgba(255,255,255,0.82)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 14px no-repeat;
  transition: transform 0.22s var(--ease), background-color 0.22s var(--ease);
}

.page-home .faq-item[open] summary::after {
  transform: rotate(180deg);
  background-color: rgba(244, 123, 32, 0.12);
}

.page-home .faq-body {
  padding: 0 22px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .final-card {
  scroll-margin-top: 96px;
  margin-top: clamp(38px, 5vw, 56px);
  padding: clamp(28px, 4vw, 42px);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 123, 32, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(17, 22, 31, 0.9);
}

.page-home .final-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 20px;
  align-items: start;
}

.page-home .final-copy {
  display: grid;
  gap: 12px;
}

.page-home .waitlist-preview {
  display: none;
  gap: 10px;
}

.page-home .preview-shot {
  margin: 0;
  display: grid;
  gap: 10px;
}

.page-home .preview-shot img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.page-home .preview-shot figcaption {
  display: grid;
  gap: 3px;
}

.page-home .preview-shot strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}

.page-home .preview-shot span {
  color: var(--soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.page-home .final-card h2 {
  max-width: 12ch;
}

.page-home .final-body {
  max-width: 34ch;
}

.page-home .final-form-panel {
  padding: 16px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 11, 16, 0.34);
}

.page-home .launch-panel {
  display: grid;
  gap: 12px;
}

.page-home .final-form {
  margin-top: 0;
  max-width: none;
}

.page-home .final-label {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(245, 247, 251, 0.92);
  font-size: 0.94rem;
  font-weight: 700;
}

.page-home .hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-home .final-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
}

.page-home .final-input {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
}

.page-home .final-input::placeholder {
  color: var(--soft);
}

.page-home .final-input:focus {
  outline: none;
  border-color: rgba(244, 123, 32, 0.36);
  box-shadow: 0 0 0 4px rgba(244, 123, 32, 0.12);
}

.page-home .final-submit {
  min-width: 176px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.page-home .waitlist-status {
  min-height: 24px;
  margin-top: 10px;
  font-size: 0.94rem;
}

.page-home .waitlist-status.is-success {
  color: var(--success);
}

.page-home .waitlist-status.is-error {
  color: #ff9a8a;
}

.page-home .footer {
  margin: 36px auto 28px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .footer p,
.page-home .footer a {
  margin: 0;
  color: var(--soft);
  text-decoration: none;
  font-size: 0.9rem;
}

.page-home .footer nav {
  display: inline-flex;
  gap: 14px;
}

.page-home .footer-navs,
.page-home .footer-guide-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.page-home .footer-guide-nav span {
  color: rgba(245, 247, 251, 0.38);
  font-size: 0.9rem;
}

.page-home .footer-guide-nav a {
  color: rgba(245, 247, 251, 0.46);
}

@media (min-width: 721px) and (max-height: 820px) {
  .page-home .header {
    min-height: 68px;
  }

  .page-home .main-content {
    padding-top: 8px;
  }

  .page-home .hero {
    grid-template-columns: minmax(0, 1.06fr) minmax(250px, 318px);
    gap: 20px 30px;
    padding: 6px 0 0;
  }

  .page-home .hero-copy {
    gap: 14px;
  }

  .page-home h1 {
    font-size: clamp(3rem, 6vw, 4.45rem);
  }

  .page-home .hero-lead {
    font-size: 1.08rem;
  }

  .page-home .hero-proof-body {
    font-size: 0.92rem;
  }
}

@media (min-width: 721px) and (max-height: 760px) {
  .page-home .header {
    min-height: 64px;
  }

  .page-home .main-content {
    padding-top: 6px;
  }

  .page-home .hero {
    grid-template-columns: minmax(0, 1.06fr) minmax(220px, 286px);
    gap: 16px 24px;
    padding: 4px 0 0;
  }

  .page-home .hero-copy {
    gap: 12px;
  }

  .page-home h1 {
    font-size: clamp(2.5rem, 4.1vw, 3.4rem);
  }

  .page-home .hero-lead {
    max-width: 24ch;
    font-size: 1rem;
  }

  .page-home .hero-proof-body {
    font-size: 0.88rem;
  }

  .page-home .hero-proof-inline {
    width: min(100%, 34ch);
    padding-top: 6px;
  }

  .page-home .hero-demo-shell {
    width: min(100%, 288px);
  }

  .page-home .preview-phone-wrap {
    width: min(100%, 280px);
    padding: 10px;
    border-radius: 34px;
  }

  .page-home .hero-phone-screen,
  .page-home .preview-image {
    border-radius: 24px;
  }

  .page-home .hero-phone-screen {
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 721px) and (max-height: 700px) {
  .page-home .header {
    min-height: 60px;
  }

  .page-home .main-content {
    padding-top: 4px;
  }

  .page-home .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(198px, 258px);
    gap: 12px 20px;
    padding: 2px 0 0;
  }

  .page-home .hero-copy {
    gap: 9px;
  }

  .page-home h1 {
    font-size: clamp(2.2rem, 3.4vw, 3rem);
  }

  .page-home .hero-lead {
    max-width: 22ch;
    font-size: 0.92rem;
  }

  .page-home .hero-proof-inline {
    font-size: 0.84rem;
  }

  .page-home .hero-proof-inline {
    width: min(100%, 32ch);
    padding-top: 4px;
  }

  .page-home .hero-demo-shell {
    width: min(100%, 256px);
  }

  .page-home .preview-phone-wrap {
    width: min(100%, 248px);
    padding: 8px;
    border-radius: 30px;
  }

  .page-home .hero-phone-screen,
  .page-home .preview-image {
    border-radius: 20px;
  }

  .page-home .hero-phone-screen {
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 920px) {
  .page-home .shell {
    width: min(var(--shell), calc(100% - 28px));
  }

  .page-home .hero {
    grid-template-columns: minmax(0, 1fr) minmax(232px, 292px);
    gap: 22px;
  }

  .page-home .hero-visual {
    padding-top: 28px;
  }

  .page-home .hero-demo-shell,
  .page-home .preview-phone-wrap {
    width: 292px;
    max-width: 100%;
  }

  .page-home .pain-grid,
  .page-home .scope-grid,
  .page-home .gain-grid,
  .page-home .how-grid,
  .page-home .modes-grid,
  .page-home .how-points {
    grid-template-columns: 1fr;
  }

  .page-home .pain-followup {
    gap: 16px;
  }

  .page-home .how-grid {
    gap: 16px;
    margin-top: 14px;
    padding-top: 0;
  }

  .page-home .how-card {
    padding: 20px 18px;
  }
}

@media (max-width: 720px) {
  .page-home .header {
    min-height: 70px;
  }

  .page-home .brand {
    gap: 10px;
    min-width: 0;
    font-size: 0.96rem;
  }

  .page-home .brand-icon {
    width: 28px;
    height: 28px;
  }

  .page-home .brand span {
    display: block;
    min-width: 0;
    white-space: nowrap;
  }

  .page-home .header-actions {
    gap: 6px;
  }

  .page-home .locale-switch {
    gap: 6px;
  }

  .page-home .locale-option {
    font-size: 0.84rem;
  }

  .page-home .header .btn-small {
    display: none;
  }

  .page-home .main-content {
    padding: 12px 0 28px;
  }

  .page-home h1 {
    font-size: clamp(2.7rem, 11.2vw, 4.15rem);
    line-height: 0.88;
    max-width: none;
  }

  .page-home h2 {
    font-size: clamp(1.88rem, 8vw, 2.48rem);
    line-height: 1;
    max-width: 11.5ch;
  }

  .page-home .hero {
    grid-template-columns: 1fr;
    padding: 8px 0 0;
    gap: 18px;
    align-items: start;
  }

  .page-home .hero-copy {
    gap: 10px;
    max-width: none;
    align-content: start;
  }

  .page-home .hero-copy-top {
    gap: 10px;
  }

  .page-home .hero-lead {
    max-width: 22ch;
    font-size: 1.08rem;
  }

  .page-home .hero-support,
  .page-home .hero-scope {
    max-width: 34ch;
  }

  .page-home .hero-form {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .page-home .hero-submit,
  .page-home .hero-input {
    width: 100%;
  }

  .page-home .hero-actions {
    flex-direction: column;
    margin-top: 0;
  }

  .page-home .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .page-home .hero-actions-desktop {
    display: none;
  }

  .page-home .hero-actions-mobile {
    display: flex;
  }

  .page-home .section-nav {
    justify-content: center;
  }

  .page-home .hero-demo-shell {
    width: 100%;
    margin: 0 auto;
  }

  .page-home .hero-visual {
    width: 100%;
    justify-content: center;
    align-self: start;
    padding-top: 0;
  }

  .page-home .preview-phone-wrap {
    width: min(100%, 320px);
    padding: 10px;
    border-radius: 32px;
  }

  .page-home .hero-phone-screen,
  .page-home .preview-image {
    border-radius: 22px;
  }

  .page-home .hero-proof-inline {
    width: auto;
    max-width: none;
    padding-top: 2px;
  }

  .page-home .hero-proof-body {
    font-size: 0.93rem;
  }

  .page-home .hero-phone-screen {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .page-home .final-card {
    padding: 22px 18px;
  }

  .page-home .final-card h2,
  .page-home .final-body {
    max-width: none;
  }

  .page-home .final-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-home .waitlist-preview {
    display: grid;
  }

  .page-home .final-form-panel {
    padding: 16px;
  }

  .page-home .final-form-row {
    grid-template-columns: 1fr;
  }

  .page-home .final-submit {
    width: 100%;
  }

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

  .page-home .footer-navs,
  .page-home .footer-guide-nav {
    align-items: flex-start;
  }
}
