:root {
  color-scheme: light;
  --ink: #10151b;
  --muted: #66717f;
  --line: #d9e1ea;
  --paper: #f7f9fc;
  --white: #ffffff;
  --blue: #0793f7;
  --green: #18b77a;
  --coral: #ff6b4a;
  --yellow: #f4c542;
  --on-accent: #ffffff;
  --cta-bg: var(--ink);
  --cta-fg: #ffffff;
  --theme-toggle-color: #253247;
  --body-background: linear-gradient(180deg, rgba(7, 147, 247, 0.08), transparent 460px), var(--paper);
  --header-bg: rgba(255, 255, 255, 0.76);
  --header-border: rgba(16, 21, 27, 0.08);
  --header-shadow: 0 14px 40px rgba(12, 31, 54, 0.08);
  --soft-surface: rgba(255, 255, 255, 0.78);
  --floating-surface: rgba(255, 255, 255, 0.86);
  --button-secondary-bg: var(--white);
  --button-hover: #027fdb;
  --chip-bg: #eef4fb;
  --chip-text: #3f4b58;
  --list-text: #374351;
  --phone-frame: #11161d;
  --modal-scrim: rgba(16, 21, 27, 0.42);
  --focus-ring: rgba(7, 147, 247, 0.12);
  --blue-soft: rgba(7, 147, 247, 0.12);
  --blue-selected: rgba(7, 147, 247, 0.15);
  --green-soft: rgba(24, 183, 122, 0.13);
  --coral-soft: rgba(255, 107, 74, 0.13);
  --blue-outline: rgba(7, 147, 247, 0.35);
  --accent-shadow: 0 16px 36px rgba(7, 147, 247, 0.24);
  --signal-shadow: 0 22px 60px rgba(12, 31, 54, 0.16);
  --shadow: 0 28px 80px rgba(12, 31, 54, 0.18);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f4f8fc;
  --muted: #a6b3c3;
  --line: #263747;
  --paper: #071019;
  --white: #101b26;
  --blue: #20a6ff;
  --green: #35d391;
  --coral: #ff7d65;
  --yellow: #ffd05c;
  --on-accent: #ffffff;
  --cta-bg: #f4f8fc;
  --cta-fg: #071019;
  --theme-toggle-color: var(--yellow);
  --body-background: linear-gradient(180deg, rgba(20, 118, 199, 0.18), transparent 520px), var(--paper);
  --header-bg: rgba(9, 18, 28, 0.78);
  --header-border: rgba(255, 255, 255, 0.08);
  --header-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  --soft-surface: rgba(16, 29, 42, 0.78);
  --floating-surface: rgba(17, 31, 45, 0.88);
  --button-secondary-bg: #111d29;
  --button-hover: #1497e8;
  --chip-bg: #172534;
  --chip-text: #d4e0ea;
  --list-text: #d7e0ea;
  --phone-frame: #03070c;
  --modal-scrim: rgba(0, 0, 0, 0.66);
  --focus-ring: rgba(32, 166, 255, 0.22);
  --blue-soft: rgba(32, 166, 255, 0.16);
  --blue-selected: rgba(32, 166, 255, 0.2);
  --green-soft: rgba(53, 211, 145, 0.16);
  --coral-soft: rgba(255, 125, 101, 0.17);
  --blue-outline: rgba(32, 166, 255, 0.38);
  --accent-shadow: 0 16px 36px rgba(32, 166, 255, 0.22);
  --signal-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color-scheme: dark;
    --ink: #f4f8fc;
    --muted: #a6b3c3;
    --line: #263747;
    --paper: #071019;
    --white: #101b26;
    --blue: #20a6ff;
    --green: #35d391;
    --coral: #ff7d65;
    --yellow: #ffd05c;
    --on-accent: #ffffff;
    --cta-bg: #f4f8fc;
    --cta-fg: #071019;
    --theme-toggle-color: var(--yellow);
    --body-background: linear-gradient(180deg, rgba(20, 118, 199, 0.18), transparent 520px), var(--paper);
    --header-bg: rgba(9, 18, 28, 0.78);
    --header-border: rgba(255, 255, 255, 0.08);
    --header-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
    --soft-surface: rgba(16, 29, 42, 0.78);
    --floating-surface: rgba(17, 31, 45, 0.88);
    --button-secondary-bg: #111d29;
    --button-hover: #1497e8;
    --chip-bg: #172534;
    --chip-text: #d4e0ea;
    --list-text: #d7e0ea;
    --phone-frame: #03070c;
    --modal-scrim: rgba(0, 0, 0, 0.66);
    --focus-ring: rgba(32, 166, 255, 0.22);
    --blue-soft: rgba(32, 166, 255, 0.16);
    --blue-selected: rgba(32, 166, 255, 0.2);
    --green-soft: rgba(53, 211, 145, 0.16);
    --coral-soft: rgba(255, 125, 101, 0.17);
    --blue-outline: rgba(32, 166, 255, 0.38);
    --accent-shadow: 0 16px 36px rgba(32, 166, 255, 0.22);
    --signal-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  }
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--body-background);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 18px 22px auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid var(--header-border);
  border-radius: 28px;
  background: var(--header-bg);
  backdrop-filter: blur(16px);
  box-shadow: var(--header-shadow);
}

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

.brand img {
  border-radius: 9px;
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 650;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--button-secondary-bg);
  color: var(--theme-toggle-color);
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--blue);
}

.theme-icon {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.theme-icon-sun {
  display: none;
}

:root[data-theme="dark"] .theme-icon-moon {
  display: none;
}

:root[data-theme="dark"] .theme-icon-sun {
  display: block;
}

.header-cta {
  border-radius: 999px;
  background: var(--cta-bg);
  color: var(--cta-fg);
  padding: 10px 16px;
  font-weight: 750;
}

.hero {
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: 38px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 122px 28px 48px;
  position: relative;
  overflow: hidden;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.3vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.hero-subtitle,
.section p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.hero-subtitle {
  max-width: 620px;
  margin-bottom: 26px;
  font-size: 1.25rem;
}

.hero-actions,
.shadow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

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

.button.primary {
  background: var(--blue);
  color: var(--on-accent);
  box-shadow: var(--accent-shadow);
}

.button.primary:hover {
  background: var(--button-hover);
}

.button.secondary {
  background: var(--button-secondary-bg);
  color: var(--ink);
  border: 1px solid var(--line);
}

.button.full {
  width: 100%;
}

.app-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  max-width: 100%;
  border-radius: 12px;
  transition: transform 0.16s ease, filter 0.16s ease;
}

.app-store-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.app-store-link.compact {
  width: 100%;
}

.app-store-badge-img {
  display: block;
  width: 100%;
  height: auto;
}

.trust-line {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.launch-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin-top: 22px;
}

.launch-status span {
  min-height: 74px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft-surface);
  padding: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.launch-status strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
}

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

.phone-shell {
  width: min(390px, 78vw);
  aspect-ratio: 1206 / 2622;
  position: relative;
  border: 12px solid var(--phone-frame);
  border-radius: 48px;
  overflow: hidden;
  background: var(--phone-frame);
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}

.phone-shot {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.phone-shot-app-dark {
  opacity: 1;
}

:root[data-theme="dark"] .phone-shot-app-dark {
  opacity: 0;
}

:root[data-theme="dark"] .phone-shot-app-light {
  opacity: 1;
}

.signal-strip {
  position: absolute;
  left: 2%;
  bottom: 16%;
  display: flex;
  align-items: end;
  gap: 7px;
  padding: 18px 20px;
  border-radius: 999px;
  background: var(--floating-surface);
  box-shadow: var(--signal-shadow);
}

.signal-strip span {
  width: 9px;
  height: 34px;
  border-radius: 99px;
  background: var(--green);
  opacity: 0.48;
}

.signal-strip .active {
  height: 54px;
  background: var(--blue);
  opacity: 1;
}

.signal-strip .tall {
  height: 72px;
  background: var(--coral);
  opacity: 1;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1124px;
  margin: 0 auto 36px;
  padding: 0 28px;
}

.proof-band div {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
}

.proof-band div:first-child {
  border-radius: 18px 0 0 18px;
}

.proof-band div:last-child {
  border-radius: 0 18px 18px 0;
}

.proof-band strong,
.proof-band span {
  display: block;
}

.proof-band strong {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.proof-band span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  max-width: 1124px;
  margin: 0 auto;
  padding: 82px 28px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
}

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

.feature-grid article,
.plan,
.transcript-demo,
.email-section,
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.feature-grid article {
  min-height: 190px;
  padding: 22px;
}

.feature-card {
  position: relative;
}

.status-pill {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 6px 9px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.feature-card.in-progress .status-pill {
  background: var(--coral-soft);
  color: var(--coral);
}

.feature-grid p,
.plan p,
.faq p {
  color: var(--muted);
  line-height: 1.55;
}

.mini-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: var(--blue);
  position: relative;
}

.mini-icon.bars {
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.mini-icon.translate {
  background: linear-gradient(135deg, var(--coral), var(--yellow));
}

.mini-icon.mic {
  background: linear-gradient(135deg, var(--ink), var(--blue));
}

.mini-icon.memory {
  background: linear-gradient(135deg, var(--green), #72ddaa);
}

.mini-icon.ads {
  background: linear-gradient(135deg, var(--coral), #ff9a62);
}

.mini-icon.progress {
  background: linear-gradient(135deg, #4b5cf5, var(--blue));
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px;
  align-items: center;
}

.transcript-demo {
  padding: 26px;
  box-shadow: var(--shadow);
}

.time {
  color: var(--muted);
  font-weight: 700;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.chips span {
  border-radius: 10px;
  background: var(--chip-bg);
  padding: 9px 12px;
  color: var(--chip-text);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 700;
}

.chips .selected {
  background: var(--blue-selected);
  color: var(--blue);
}

.translation {
  margin-bottom: 18px;
  color: var(--muted);
}

.shadow-row span {
  flex: 1;
  min-width: 120px;
  border-radius: 999px;
  background: var(--chip-bg);
  padding: 14px 16px;
  text-align: center;
  font-weight: 800;
}

.shadow-row .recording {
  background: var(--coral-soft);
  color: var(--coral);
}

.pricing-head {
  max-width: 760px;
  margin-bottom: 28px;
}

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

.roadmap-grid article {
  min-height: 188px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 20px;
}

.roadmap-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--blue-soft);
  padding: 6px 9px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.roadmap-grid span.available {
  background: var(--green-soft);
  color: var(--green);
}

.roadmap-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.plan {
  padding: 24px;
}

.plan.featured {
  border-color: var(--blue-outline);
  box-shadow: var(--shadow);
}

.plan-name {
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 850;
}

.price {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 2.35rem);
  font-weight: 850;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.plan-note {
  min-height: 48px;
}

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

.plan li {
  display: flex;
  gap: 10px;
  color: var(--list-text);
  line-height: 1.45;
}

.plan li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--green);
}

.store-note {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.email-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.email-section p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.signup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.signup-form input {
  min-width: 0;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  outline: none;
  background: var(--button-secondary-bg);
  color: var(--ink);
}

.signup-form input::placeholder {
  color: var(--muted);
}

.signup-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px var(--focus-ring);
}

.signup-form p {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-size: 0.94rem;
}

.faq {
  max-width: 880px;
}

.faq details {
  margin-top: 12px;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq details p {
  margin: 12px 0 0;
}

.site-footer {
  max-width: 1124px;
  margin: 0 auto;
  padding: 38px 28px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
  background: var(--modal-scrim);
}

.modal-panel {
  width: min(520px, 100%);
  position: relative;
  border-radius: 22px;
  background: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
}

.modal-panel code {
  border-radius: 6px;
  background: var(--chip-bg);
  padding: 2px 6px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--chip-bg);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

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

@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }

  .hero,
  .split,
  .showcase,
  .email-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 104px;
  }

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

  .proof-band,
  .plans,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .proof-band div,
  .proof-band div:first-child,
  .proof-band div:last-child {
    border-radius: 16px;
  }
}

@media (max-width: 560px) {
  .site-header {
    inset: 10px 10px auto;
    max-width: calc(100vw - 20px);
  }

  .header-cta {
    display: none;
  }

  .theme-toggle {
    flex: 0 0 44px;
  }

  .hero,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button,
  .hero-actions .app-store-link {
    flex: 1 1 100%;
  }

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

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

  .launch-status {
    grid-template-columns: 1fr;
  }

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

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