:root {
  color-scheme: light;
  --bg: #f2f4f8;
  --bg-warm: #fbfaf7;
  --ink: #14162a;
  --ink-2: #2d3147;
  --muted: #6b7080;
  --subtle: #9da3b2;
  --surface: #ffffff;
  --surface-2: #f7f8fc;
  --line: rgba(60, 60, 67, 0.16);
  --line-strong: rgba(60, 60, 67, 0.24);
  --indigo: #5b5bf0;
  --indigo-2: #4a4adc;
  --indigo-soft: #eceefd;
  --teal: #2e8fe5;
  --teal-soft: #e5f1fb;
  --green: #2dbe7c;
  --green-soft: #e1f5ea;
  --amber: #e8a53a;
  --amber-soft: #fbf0df;
  --live: #e5455a;
  --dark: #0b0c12;
  --dark-2: #161822;
  --shadow: 0 24px 80px rgba(15, 19, 38, 0.14);
  --shadow-soft: 0 12px 38px rgba(20, 22, 42, 0.08);
  --radius-card: 8px;
  --radius-panel: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 8%, rgba(91, 91, 240, 0.14), transparent 34rem),
    radial-gradient(circle at 92% 12%, rgba(46, 143, 229, 0.12), transparent 32rem),
    linear-gradient(180deg, var(--bg), #f8f9fc 38%, var(--bg-warm));
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.34)),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.78), transparent 36rem);
}

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

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 18px auto 0;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 40px rgba(16, 20, 42, 0.08);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(3, 4px);
  align-items: end;
  justify-content: center;
  gap: 3px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--indigo), var(--teal));
  box-shadow: 0 10px 26px rgba(91, 91, 240, 0.28);
}

.brand-mark span {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.brand-mark span:nth-child(1) {
  height: 9px;
}

.brand-mark span:nth-child(2) {
  height: 17px;
}

.brand-mark span:nth-child(3) {
  height: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a,
.footer-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--indigo-2);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.header-cta {
  padding: 0 18px;
  color: #ffffff;
  background: var(--ink);
}

.button {
  padding: 0 20px;
  border: 1px solid transparent;
}

.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--indigo), var(--teal));
  box-shadow: 0 16px 34px rgba(91, 91, 240, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(20, 22, 42, 0.14);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--indigo-2);
  font-size: 14px;
  font-weight: 800;
}

.button:hover,
.header-cta:hover,
.text-link:hover {
  transform: translateY(-2px);
}

main {
  overflow: hidden;
}

.hero-section,
.capture-band,
.workflow-section,
.review-section,
.privacy-section,
.compatibility-section,
.availability-section,
.site-footer {
  width: min(var(--max-width), calc(100% - 40px));
  margin-inline: auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 54px;
  align-items: center;
  padding: 72px 0 42px;
}

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

.product-line {
  margin: 0 0 14px;
  color: var(--indigo-2);
  font-size: 18px;
  font-weight: 760;
}

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

h1 {
  margin-bottom: 16px;
  font-size: 78px;
  line-height: 0.96;
  font-weight: 800;
}

.hero-lede {
  max-width: 540px;
  margin-bottom: 26px;
  color: var(--ink-2);
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

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

.trust-row li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(20, 22, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  min-height: 640px;
}

.phone {
  position: relative;
  width: 318px;
  border-radius: 42px;
  background: #161822;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 28px 90px rgba(15, 19, 38, 0.24);
}

.mockup-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(15, 19, 38, 0.16);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.phone::before {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 2;
  width: 86px;
  height: 25px;
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
  background: #07080d;
}

.phone-shell {
  min-height: 640px;
  margin: 10px;
  padding: 24px 18px 20px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 8%, rgba(91, 91, 240, 0.16), transparent 12rem),
    radial-gradient(circle at 88% 10%, rgba(46, 143, 229, 0.14), transparent 12rem),
    linear-gradient(180deg, #f8f9fc, #eef1f7);
}

.phone-shell.dark {
  color: #f2f3fa;
  background:
    radial-gradient(circle at 18% 0, rgba(91, 91, 240, 0.35), transparent 13rem),
    radial-gradient(circle at 92% 5%, rgba(46, 143, 229, 0.2), transparent 12rem),
    linear-gradient(155deg, #0b0c12, #161822 52%, #292a57);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  font-size: 12px;
  font-weight: 700;
}

.status-icons {
  color: var(--muted);
}

.app-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.trial-chip,
.privacy-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: #16774d;
  font-size: 11px;
  font-weight: 800;
}

.round-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(20, 22, 42, 0.08);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 800;
}

.phone h2 {
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1.08;
}

.search-field {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--subtle);
  font-size: 13px;
  font-weight: 650;
  box-shadow: inset 0 0 0 1px rgba(20, 22, 42, 0.05);
}

.memo-card {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
  margin-bottom: 10px;
  border: 1px solid rgba(20, 22, 42, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 22px rgba(20, 22, 42, 0.05);
}

.memo-card.featured {
  background: #ffffff;
}

.memo-card h3 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.2;
}

.memo-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.memo-time {
  color: var(--subtle) !important;
  font-size: 11px !important;
  font-weight: 800;
}

.action-count,
.tag {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  align-self: flex-start;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--indigo-soft);
  color: var(--indigo-2);
  font-size: 12px;
  font-weight: 850;
}

.tag {
  background: var(--teal-soft);
  color: #17649e;
}

.capture-dock {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  border-radius: 999px;
  background: rgba(11, 12, 18, 0.92);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(11, 12, 18, 0.24);
}

.pulse,
.live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--live);
  box-shadow: 0 0 0 8px rgba(229, 69, 90, 0.16);
}

.phone-library {
  position: absolute;
  top: 0;
  right: 66px;
  transform: rotate(2deg);
}

.floating-panel {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.recording-panel {
  left: 34px;
  top: 126px;
  width: 206px;
  padding: 18px;
  color: #ffffff;
  background: rgba(16, 18, 30, 0.84);
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 750;
}

.recording-panel strong {
  display: block;
  margin-bottom: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 34px;
  font-weight: 400;
}

.waveform,
.large-waveform {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 52px;
}

.waveform span,
.large-waveform span {
  display: block;
  flex: 1;
  min-width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--teal), var(--indigo));
  animation: pulseBar 1.9s ease-in-out infinite;
}

.waveform span:nth-child(2n),
.large-waveform span:nth-child(2n) {
  animation-delay: 180ms;
}

.waveform span:nth-child(3n),
.large-waveform span:nth-child(3n) {
  animation-delay: 320ms;
}

.recording-panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 750;
}

.action-panel {
  right: 4px;
  bottom: 84px;
  width: 214px;
  padding: 16px;
}

.panel-kicker,
.card-label {
  display: block;
  color: var(--indigo-2);
  font-size: 12px;
  font-weight: 850;
}

.action-panel p {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 800;
}

.route-row {
  display: flex;
  gap: 8px;
}

.route-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 32px;
  border-radius: 999px;
  background: var(--indigo-soft);
  color: var(--indigo-2);
  font-size: 12px;
  font-weight: 800;
}

.capture-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(20, 22, 42, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.64fr) minmax(0, 1.36fr);
  gap: 42px;
  align-items: start;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 76px auto 0;
  padding: 0 8px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--indigo-2);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.story-section h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
}

.story-section p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-copy h2,
.privacy-copy h2,
.availability-section h2 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.05;
}

.section-copy p,
.privacy-copy p,
.availability-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.capture-sources {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.source-card {
  min-height: 150px;
  padding: 16px;
  text-align: left;
  border: 1px solid rgba(20, 22, 42, 0.08);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(20, 22, 42, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.source-card:hover,
.source-card.active {
  border-color: rgba(91, 91, 240, 0.38);
  background: #ffffff;
  transform: translateY(-2px);
}

.source-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--indigo-soft);
  color: var(--indigo-2);
  font-size: 17px;
  font-weight: 900;
}

.source-card strong,
.source-card small {
  display: block;
}

.source-card strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.source-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.workflow-section,
.compatibility-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 62px;
  align-items: center;
  padding: 112px 0;
}

.workflow-visual {
  display: flex;
  justify-content: center;
}

.phone-recording {
  transform: rotate(-2deg);
}

.recording-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 750;
}

.record-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.record-time {
  display: block;
  margin-bottom: 42px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
}

.large-waveform {
  height: 92px;
  margin-bottom: 42px;
}

.pipeline-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.pipeline-card h3 {
  margin: 10px 0 16px;
  font-size: 20px;
}

.pipeline-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.pipeline-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pipeline-card li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.workflow-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.workflow-list li {
  display: flex;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(20, 22, 42, 0.08);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 28px rgba(20, 22, 42, 0.04);
}

.workflow-list span {
  display: inline-grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.workflow-list strong {
  display: block;
  margin-bottom: 2px;
}

.workflow-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.review-section {
  padding: 76px 0 112px;
}

.section-copy.wide {
  max-width: 790px;
  margin-bottom: 34px;
}

.review-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 14px;
}

.review-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(20, 22, 42, 0.08);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.review-card h3 {
  max-width: 410px;
  margin: 20px 0 10px;
  font-size: 28px;
  line-height: 1.12;
}

.review-card p {
  color: var(--muted);
}

.action-card {
  grid-row: span 2;
  display: grid;
  align-content: start;
  gap: 14px;
}

.task-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(20, 22, 42, 0.08);
}

.task-line strong {
  display: block;
  margin-bottom: 6px;
}

.task-line p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.45;
}

.task-line button,
.transcript-card button {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: var(--indigo-soft);
  color: var(--indigo-2);
  font-size: 12px;
  font-weight: 850;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: #17649e;
  font-size: 12px;
  font-weight: 800;
}

.transcript-card {
  min-height: 196px;
}

.transcript-card p {
  margin: 18px 0;
  font-size: 15px;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: center;
  padding: 64px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 12%, rgba(91, 91, 240, 0.42), transparent 22rem),
    radial-gradient(circle at 88% 16%, rgba(46, 143, 229, 0.3), transparent 22rem),
    linear-gradient(145deg, #0b0c12, #171925 64%, #262851);
  box-shadow: 0 34px 90px rgba(11, 12, 18, 0.28);
}

.privacy-copy p {
  color: rgba(255, 255, 255, 0.72);
}

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

.privacy-matrix div {
  min-height: 142px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.08);
}

.privacy-matrix strong {
  display: block;
  margin-bottom: 8px;
}

.privacy-matrix p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.compatibility-section {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.phone-settings {
  justify-self: center;
  transform: rotate(2deg);
}

.phone-settings .phone-shell {
  min-height: 594px;
}

.settings-row {
  display: flex;
  gap: 12px;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 22, 42, 0.07);
}

.settings-row p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.ok {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px var(--green-soft);
}

.ok.teal {
  background: var(--teal);
  box-shadow: 0 0 0 7px var(--teal-soft);
}

.ok.amber {
  background: var(--amber);
  box-shadow: 0 0 0 7px var(--amber-soft);
}

.compatibility-notes {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.compatibility-notes p {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(20, 22, 42, 0.08);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 15px;
}

.compatibility-notes strong {
  color: var(--ink);
}

.availability-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
  padding: 38px;
  border: 1px solid rgba(20, 22, 42, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.availability-section div {
  max-width: 730px;
}

.availability-section p {
  margin-bottom: 0;
}

.availability-section .section-kicker {
  margin-bottom: 10px;
}

.legal-main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 48px;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(46px, 8vw, 82px);
}

.legal-hero p:last-child {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.legal-card {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.legal-section + .legal-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: 0;
}

.legal-section p,
.legal-section li {
  color: var(--ink-2);
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-section a {
  color: var(--indigo-2);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.testflight-actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 32px 0 46px;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

@keyframes pulseBar {
  0%,
  100% {
    transform: scaleY(0.74);
  }

  50% {
    transform: scaleY(1);
  }
}

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

@media (max-width: 1040px) {
  .hero-section {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

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

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

  .phone-library {
    right: 50%;
    transform: translateX(50%) rotate(1deg);
  }

  .recording-panel {
    left: 8%;
  }

  .action-panel {
    right: 8%;
  }

  .capture-band,
  .story-section,
  .workflow-section,
  .privacy-section,
  .compatibility-section {
    grid-template-columns: 1fr;
  }

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

  .workflow-section,
  .compatibility-section {
    padding: 82px 0;
  }

  .privacy-section {
    padding: 44px;
  }
}

@media (max-width: 760px) {
  .site-header,
  .hero-section,
  .capture-band,
  .story-section,
  .workflow-section,
  .review-section,
  .privacy-section,
  .compatibility-section,
  .availability-section,
  .legal-main,
  .site-footer {
    width: min(100% - 28px, var(--max-width));
  }

  .site-header {
    margin-top: 12px;
    border-radius: 22px;
  }

  .nav-links {
    display: none;
  }

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

  .hero-section {
    gap: 30px;
    padding: 42px 0 26px;
  }

  .product-line {
    font-size: 16px;
  }

  h1 {
    font-size: 56px;
  }

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

  .hero-stage {
    min-height: 590px;
  }

  .phone {
    width: 292px;
  }

  .phone-shell {
    min-height: 594px;
  }

  .phone-library {
    top: 8px;
  }

  .recording-panel {
    left: 0;
    top: 350px;
    width: 176px;
    padding: 14px;
  }

  .recording-panel strong {
    font-size: 28px;
  }

  .action-panel {
    right: 0;
    bottom: 22px;
    width: 176px;
    padding: 14px;
  }

  .action-panel p {
    font-size: 20px;
  }

  .capture-band {
    padding: 22px;
    border-radius: 22px;
  }

  .story-section {
    gap: 18px;
    margin-top: 58px;
    padding: 0;
  }

  .story-section h2 {
    font-size: 30px;
  }

  .story-section p:last-child {
    font-size: 16px;
  }

  .capture-sources,
  .review-grid,
  .privacy-matrix {
    grid-template-columns: 1fr;
  }

  .source-card {
    min-height: 118px;
  }

  .source-icon {
    margin-bottom: 16px;
  }

  .section-copy h2,
  .privacy-copy h2,
  .availability-section h2 {
    font-size: 34px;
  }

  .section-copy p,
  .privacy-copy p,
  .availability-section p {
    font-size: 16px;
  }

  .workflow-section,
  .compatibility-section {
    gap: 40px;
    padding: 64px 0;
  }

  .workflow-section .section-copy {
    order: -1;
  }

  .review-section {
    padding: 58px 0 72px;
  }

  .task-line {
    grid-template-columns: 1fr;
  }

  .task-line button {
    justify-self: start;
  }

  .privacy-section {
    gap: 28px;
    padding: 28px;
    border-radius: 22px;
  }

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

  .testflight-actions {
    align-items: stretch;
    width: 100%;
  }

  .availability-section {
    padding: 28px;
    border-radius: 22px;
  }

  .legal-main {
    padding: 54px 0 34px;
  }

  .legal-hero h1 {
    font-size: 46px;
  }

  .legal-card {
    padding: 26px;
    border-radius: 22px;
  }

  .legal-section h2 {
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .brand {
    gap: 8px;
    font-size: 15px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .header-cta {
    max-width: 120px;
    text-align: center;
  }

  h1 {
    font-size: 48px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .trust-row li {
    width: 100%;
    justify-content: center;
  }

  .hero-stage {
    min-height: 640px;
  }

  .phone {
    width: 270px;
  }

  .phone-shell {
    min-height: 566px;
    padding-inline: 14px;
  }

  .phone h2 {
    font-size: 27px;
  }

  .memo-card {
    padding: 12px;
  }

  .memo-card h3 {
    font-size: 15px;
  }

  .capture-dock {
    right: 24px;
    left: 24px;
  }

  .recording-panel {
    top: 386px;
    width: 164px;
  }

  .action-panel {
    width: 164px;
  }

  .record-time {
    font-size: 48px;
  }

  .large-waveform {
    height: 78px;
  }
}
