:root {
  color-scheme: light;
  --ink: #07101f;
  --ink-soft: #253144;
  --muted: #637084;
  --quiet: #8995a6;
  --line: #e2e8f0;
  --paper: #f7f9fc;
  --surface: #ffffff;
  --blue: #0877ff;
  --blue-strong: #005ed6;
  --blue-soft: #eaf4ff;
  --navy: #061427;
  --navy-2: #0a315f;
  --green: #11864a;
  --green-soft: #e9f7ef;
  --shadow: 0 24px 70px rgba(6, 16, 31, 0.1);
  --max: 1160px;
  --side: max(20px, calc((100vw - var(--max)) / 2));
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Yu Gothic UI", Meiryo, system-ui, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: calc(14px + var(--safe-top)) var(--side) 14px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.brand span {
  font-size: 17px;
}

.brand small {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.header-nav a {
  padding: 8px 0;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--ink);
}

.header-cta,
.primary-link,
.secondary-link {
  display: inline-grid;
  place-items: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.header-cta {
  min-height: 40px;
  padding: 0 16px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
}

.primary-link {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 32px rgba(8, 119, 255, 0.24);
}

.primary-link:hover,
.primary-link:focus-visible {
  background: var(--blue-strong);
}

.secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.section {
  padding: clamp(62px, 7vw, 92px) var(--side);
}

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

.eyebrow {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.section h2 {
  max-width: 940px;
  color: var(--ink);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.section h3 {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.section p {
  color: var(--muted);
  line-height: 1.72;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.section-heading.narrow {
  max-width: 820px;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading p {
  max-width: 760px;
  font-weight: 720;
}

.section-cta {
  display: flex;
  justify-content: center;
  width: min(var(--max), calc(100vw - 40px));
  margin: 28px auto 0;
}

.section-cta .primary-link {
  min-width: min(100%, 300px);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 119, 255, 0.18), rgba(8, 119, 255, 0) 42%),
    linear-gradient(135deg, var(--navy) 0%, #092b58 54%, #064b91 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(30px, 4vw, 56px);
  width: min(var(--max), calc(100vw - 40px));
  min-height: 700px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 82px) 0 clamp(58px, 7vw, 84px);
}

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

.hero .eyebrow,
.beta-section .eyebrow,
.apply-section .eyebrow {
  color: #8cc6ff;
}

.hero h1 {
  font-size: clamp(46px, 5.2vw, 68px);
  line-height: 1.02;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  max-width: 640px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 760;
  line-height: 1.58;
}

.hero-problem {
  max-width: 640px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 720;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-facts span {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

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

.hero-visual {
  position: relative;
  min-width: 0;
}

.result-phone-showcase {
  display: grid;
  place-items: center;
  min-height: 610px;
}

.result-phone-showcase::before {
  content: "";
  position: absolute;
  inset: 56px 16px 42px 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.result-phone {
  position: relative;
  z-index: 3;
  width: min(382px, 88vw);
  aspect-ratio: 9 / 18.3;
  padding: 12px;
  border-radius: 54px;
  background: linear-gradient(145deg, #2b3444 0%, #050912 48%, #202838 100%);
  box-shadow:
    0 44px 100px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 0 10px rgba(8, 119, 255, 0.12);
}

.result-phone::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border: 1px solid rgba(168, 211, 255, 0.24);
  border-radius: 64px;
}

.result-phone-notch {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 8;
  width: 102px;
  height: 28px;
  border-radius: 999px;
  background: #02050b;
  transform: translateX(-50%);
}

.result-phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 43px;
  background: #fff;
}

.result-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.result-phone-screen.zoomed img {
  width: 126%;
  max-width: none;
  height: auto;
  transform: translateX(-8%);
  object-fit: initial;
}

.hero-ui-screen {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 66px 17px 18px;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.mock-product-head,
.mock-next-action,
.mock-reason-grid div,
.mock-fee-line,
.mock-metric-grid div,
.product-metric-grid div,
.product-fee-list div {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.mock-product-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
}

.mock-product-head strong,
.mock-product-head small {
  display: block;
}

.mock-product-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mock-product-head small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.mock-decision {
  display: inline-grid;
  place-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.mock-decision.buy {
  background: #e9f7ef;
  color: #0b7b43;
}

.mock-decision.review {
  background: #fff5db;
  color: #9a6400;
}

.mock-decision.skip {
  background: #eef2f7;
  color: #506070;
}

.mock-next-action {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #f7fbff;
}

.mock-next-action span,
.mock-metric-grid span,
.mock-reason-grid span,
.mock-fee-line span,
.product-metric-grid span,
.product-fee-list span {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 950;
}

.mock-next-action strong,
.mock-reason-grid strong,
.mock-fee-line strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.mock-fee-line small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

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

.mock-metric-grid div {
  display: grid;
  gap: 5px;
  min-height: 82px;
  align-content: center;
  padding: 12px;
}

.mock-metric-grid strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.mock-reason-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 10px;
}

.mock-reason-grid div,
.mock-fee-line {
  display: grid;
  gap: 5px;
  padding: 12px;
}

.mock-fee-line {
  background: #f7f7ff;
}

.hero-metric-card {
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 5px;
  min-width: 130px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.hero-metric-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.hero-metric-card strong {
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

.hero-decision-card {
  top: 72px;
  left: -26px;
}

.hero-decision-card strong {
  color: var(--green);
}

.hero-profit-card {
  top: 178px;
  left: -28px;
}

.hero-roi-card {
  right: -16px;
  top: 282px;
}

.hero-speed-card {
  right: -10px;
  bottom: 78px;
}

.demo-section,
.before-after-section,
.compare-section,
.faq-section {
  background: #fff;
}

.result-section,
.fit-section,
.notice-section {
  background: var(--paper);
}

.demo-steps,
.product-shot-grid,
.fit-grid {
  display: grid;
  gap: 12px;
}

.demo-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.demo-step,
.fit-grid article,
.product-shot-card,
.before-after-grid article,
.notice-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.demo-step {
  display: grid;
  grid-template-rows: auto auto minmax(190px, 1fr);
  gap: 12px;
  min-height: 300px;
  padding: 18px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(6, 16, 31, 0.05);
}

.demo-step > span,
.before-after-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.scan-card,
.input-card,
.demo-ui {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.scan-card,
.input-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 16px;
}

.scan-frame {
  display: flex;
  gap: 6px;
  align-items: stretch;
  height: 72px;
  padding: 14px;
  border: 2px solid rgba(8, 119, 255, 0.42);
  border-radius: 8px;
  background: #fff;
}

.scan-frame i {
  display: block;
  width: 6px;
  background: var(--ink);
}

.scan-frame i:nth-child(2),
.scan-frame i:nth-child(5) {
  width: 14px;
}

.scan-card strong,
.input-card strong {
  color: var(--ink);
  font-size: 20px;
}

.input-card small,
.input-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.demo-ui {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 16px;
  background: #fff;
}

.demo-decision-ui strong {
  color: var(--ink);
  font-size: 22px;
}

.demo-decision-ui small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

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

.demo-metrics-ui div {
  display: grid;
  gap: 5px;
  min-height: 72px;
  align-content: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.demo-metrics-ui span {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 950;
}

.demo-metrics-ui strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}

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

.product-shot-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 240px;
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 18px 44px rgba(6, 16, 31, 0.05);
}

.product-shot-card p {
  font-size: 14px;
  font-weight: 760;
}

.decision-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.decision-stack .mock-decision {
  min-height: 52px;
  padding: 0 18px;
  font-size: clamp(18px, 2vw, 22px);
}

.product-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-metric-grid div,
.product-fee-list div {
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 98px;
  padding: 14px;
}

.product-metric-grid strong,
.product-fee-list strong {
  color: var(--ink);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.05;
}

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

.product-fee-list div {
  grid-template-columns: minmax(90px, auto) minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
}

.product-fee-list div:last-child {
  grid-column: 1 / -1;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.headline-line {
  display: block;
}

.mobile-heading {
  display: none;
}

.keep-together {
  white-space: nowrap;
}

.before-after-grid article {
  padding: clamp(22px, 3vw, 30px);
}

.before-after-grid h3 {
  max-width: 520px;
  margin-top: 8px;
  font-size: clamp(24px, 2.7vw, 34px);
}

.before-after-grid ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.before-after-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink-soft);
  font-weight: 850;
}

.before-after-grid li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--quiet);
}

.after-card {
  border-color: rgba(8, 119, 255, 0.24);
  background: linear-gradient(180deg, #fff, #f3f8ff);
}

.after-card li::before {
  background: var(--blue);
}

.compare-table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 16, 31, 0.06);
}

.compare-note {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(8, 119, 255, 0.16);
  border-radius: 999px;
  background: #eef7ff;
  color: var(--blue-strong) !important;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: #344052;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table thead th {
  background: #f4f8ff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.compare-table thead th:nth-child(2) {
  background: #f1f3f6;
  color: #7d8794;
}

.compare-table thead th:nth-child(3) {
  background: #dcecff;
  color: var(--blue-strong);
}

.compare-table tbody th {
  width: 28%;
  color: var(--ink);
  font-weight: 900;
}

.compare-table tbody td:nth-child(2) {
  background: #f5f7fa;
  color: #858e9b;
}

.compare-table tbody td:nth-child(3) {
  background: #e1f0ff;
}

.compare-table tbody tr.compare-strong-row th,
.compare-table tbody tr.compare-strong-row td:nth-child(3) {
  background: #cfe6ff;
}

.compare-table tbody tr.compare-strong-row th {
  color: var(--blue-strong);
}

.compare-table strong {
  color: var(--blue);
  font-weight: 950;
}

.compare-mark {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.compare-table tbody td:nth-child(3) .compare-mark {
  width: 31px;
  height: 31px;
  margin-right: 10px;
  font-size: 16px;
}

.compare-mark.ok {
  background: #e9f7ef;
  color: #0b7b43;
}

.compare-mark.warn {
  background: #fff5db;
  color: #8f6500;
}

.compare-mark.no {
  background: #eef2f7;
  color: #637084;
}

.compare-card-list {
  display: none;
}

.fit-layout,
.beta-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

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

.fit-grid article {
  display: grid;
  min-height: 116px;
  align-content: center;
  padding: 20px;
}

.fit-grid h3 {
  font-size: 17px;
}

.beta-section,
.apply-section {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 119, 255, 0.14), rgba(8, 119, 255, 0) 40%),
    var(--navy);
}

.beta-section h2,
.apply-section h2 {
  color: #fff;
}

.beta-section p,
.apply-section p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 720;
}

.pricing-card {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid rgba(140, 198, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.price-row span {
  color: #9bb0c7;
  font-size: 13px;
  font-weight: 900;
}

.price-row strong {
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1;
}

.pricing-card .primary-link {
  justify-self: start;
  margin-top: 4px;
}

.beta-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(8, 119, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f6f9fc 0%, #fff 54%, #f7fbff 100%);
}

.beta-page-header {
  position: static;
}

.beta-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.beta-back-link:hover {
  border-color: rgba(8, 119, 255, 0.28);
  color: var(--blue);
}

.beta-page-main {
  padding-bottom: 72px;
}

.beta-page-form-section {
  background: transparent;
  padding-top: clamp(42px, 7vw, 76px);
}

.beta-page-form-layout {
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.beta-form-intro {
  position: sticky;
  top: 28px;
}

.beta-form-intro h1 {
  max-width: 9em;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.beta-form-note {
  padding: 12px 14px;
  border: 1px solid rgba(8, 119, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 119, 255, 0.06);
  color: var(--ink-soft) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.beta-form-section {
  background: #fff;
}

.beta-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.beta-signup-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(8, 119, 255, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  box-shadow: 0 24px 70px rgba(6, 16, 31, 0.08);
}

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

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

.form-field-full {
  grid-column: 1 / -1;
}

.form-field span,
.form-checkset legend {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.form-field em,
.form-checkset em {
  color: var(--blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.form-field small,
.form-checkset small {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 900;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 720;
  outline: none;
}

.form-field textarea {
  min-height: 118px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(8, 119, 255, 0.56);
  box-shadow: 0 0 0 4px rgba(8, 119, 255, 0.1);
}

.form-checkset {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-checkset.has-error .check-grid {
  border-color: rgba(216, 66, 66, 0.45);
  background: #fff8f8;
}

.check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.check-grid label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

.check-grid input {
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
}

.form-message {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
}

.form-error {
  border: 1px solid rgba(216, 66, 66, 0.24);
  background: #fff3f3;
  color: #9d2222 !important;
}

.form-success {
  border: 1px solid rgba(17, 134, 74, 0.24);
  background: var(--green-soft);
  color: #0b6c3b !important;
}

.form-submit-button {
  width: min(100%, 320px);
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-submit-button:disabled {
  cursor: default;
  opacity: 0.72;
}

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

.notice-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.notice-card {
  padding: 16px 18px;
  background: #fff;
}

.notice-card p {
  max-width: 980px;
  color: #6b7788;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.notice-card strong {
  color: var(--ink-soft);
  font-weight: 900;
}

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

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.faq-list details p {
  padding: 0 20px 20px;
  font-size: 14px;
  font-weight: 700;
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta .primary-link {
  min-width: min(100%, 320px);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px var(--side) calc(28px + var(--safe-bottom));
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  color: var(--blue);
}

@media (max-width: 1040px) {
  .hero-shell,
  .fit-layout,
  .beta-layout,
  .beta-form-layout,
  .faq-layout,
  .notice-card {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: auto;
  }

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

  .result-phone-showcase {
    min-height: 570px;
  }

  .hero-decision-card,
  .hero-profit-card {
    left: calc(50% - 246px);
  }

  .hero-roi-card,
  .hero-speed-card {
    right: calc(50% - 246px);
  }

  .demo-steps,
  .product-shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-nav {
    display: none;
  }

  .desktop-heading {
    display: none;
  }

  .mobile-heading {
    display: block;
  }

  .demo-steps,
  .product-shot-grid,
  .fit-grid,
  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .compare-table-wrap {
    display: none;
  }

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

  .compare-card-list article {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .compare-card-list article.compare-highlight-card {
    border-color: rgba(8, 119, 255, 0.24);
    background: #f2f8ff;
  }

  .compare-card-list h3 {
    font-size: 18px;
  }

  .compare-card-list p {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 10px;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: var(--paper);
    font-size: 14px;
    font-weight: 720;
  }

  .compare-card-list p:last-child {
    background: var(--blue-soft);
  }

  .compare-card-list span {
    grid-column: 1 / -1;
    color: var(--quiet);
    font-size: 12px;
    font-weight: 900;
  }

  .compare-card-list em {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    font-style: normal;
    font-weight: 950;
  }

  .compare-card-list strong {
    color: var(--blue);
    font-weight: 950;
  }

  .compare-summary-card {
    border-color: rgba(8, 119, 255, 0.18);
  }

  .compare-summary-card p {
    display: block;
    padding: 14px;
    background: #f2f8ff;
    color: var(--ink-soft);
    font-weight: 780;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :root {
    --side: 18px;
  }

  .site-header {
    gap: 12px;
    padding-top: calc(12px + var(--safe-top));
    padding-bottom: 12px;
  }

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

  .brand small {
    display: none;
  }

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

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section h2 {
    font-size: clamp(29px, 8.3vw, 38px);
    line-height: 1.16;
  }

  #before-after .mobile-heading .headline-line {
    white-space: nowrap;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-cta {
    width: calc(100vw - 36px);
    margin-top: 22px;
  }

  .hero-shell {
    width: calc(100vw - 36px);
    gap: 18px;
    padding: 36px 0 40px;
  }

  .hero h1 {
    font-size: clamp(36px, 9.2vw, 40px);
    line-height: 1.04;
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.56;
  }

  .hero-problem {
    margin-top: 10px;
    font-size: 13px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
  }

  .hero-facts {
    gap: 7px;
    margin-top: 18px;
  }

  .hero-facts span {
    min-height: 32px;
    font-size: 12px;
  }

  .result-phone-showcase {
    min-height: 460px;
  }

  .result-phone-showcase::before {
    inset: 28px 0 18px;
  }

  .result-phone {
    width: min(260px, 72vw);
    padding: 10px;
    border-radius: 48px;
  }

  .result-phone::before {
    border-radius: 58px;
  }

  .result-phone-notch {
    top: 22px;
    width: 84px;
    height: 23px;
  }

  .result-phone-screen {
    border-radius: 38px;
  }

  .hero-ui-screen {
    gap: 8px;
    padding: 56px 12px 14px;
  }

  .mock-product-head {
    gap: 8px;
    padding: 10px;
  }

  .mock-product-head strong {
    font-size: 13px;
  }

  .mock-decision {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .mock-next-action,
  .mock-reason-grid div,
  .mock-fee-line {
    padding: 10px;
  }

  .mock-metric-grid {
    gap: 8px;
  }

  .mock-metric-grid div {
    min-height: 64px;
    padding: 10px;
  }

  .mock-metric-grid strong {
    font-size: 20px;
  }

  .hero-metric-card {
    min-width: 98px;
    padding: 10px 11px;
    border-radius: 12px;
  }

  .hero-metric-card span {
    font-size: 10px;
  }

  .hero-metric-card strong {
    font-size: 18px;
  }

  .hero-decision-card {
    top: 66px;
    left: 2px;
  }

  .hero-profit-card {
    top: 132px;
    left: 2px;
  }

  .hero-roi-card {
    top: 222px;
    right: 0;
  }

  .hero-speed-card {
    right: 4px;
    bottom: 48px;
  }

  .demo-step {
    grid-template-rows: auto auto minmax(170px, 1fr);
    min-height: 270px;
    padding: 16px;
  }

  .scan-card,
  .input-card,
  .demo-ui {
    min-height: 170px;
  }

  .fit-grid article {
    min-height: auto;
    padding: 18px;
  }

  .product-shot-card {
    min-height: auto;
  }

  .product-metric-grid {
    grid-template-columns: 1fr;
  }

  .product-metric-grid div,
  .product-fee-list div {
    min-height: 74px;
  }

  .product-fee-list div {
    grid-template-columns: 1fr;
  }

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

  .before-after-grid h3 {
    font-size: 24px;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .beta-signup-form {
    padding: 18px;
  }

  .beta-page-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .beta-back-link {
    min-height: 40px;
    padding: 0 12px;
  }

  .beta-page-main {
    padding-bottom: 56px;
  }

  .beta-page-form-section {
    padding-top: 36px;
  }

  .beta-page-form-layout {
    grid-template-columns: 1fr;
  }

  .beta-form-intro {
    position: static;
  }

  .beta-form-intro h1 {
    max-width: 8em;
    font-size: 38px;
  }

  .check-grid {
    padding: 10px;
  }

  .check-grid label {
    width: 100%;
    border-radius: 8px;
  }

  .form-submit-button {
    width: 100%;
  }

  .notice-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .notice-card {
    padding: 14px;
  }

  .faq-list summary {
    padding: 16px 18px;
  }

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

@media (max-width: 380px) {
  :root {
    --side: 16px;
  }

  .brand span {
    font-size: 16px;
  }

  .header-cta {
    padding: 0 10px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .result-phone {
    width: min(270px, 82vw);
  }
}
