:root {
  --bg: #ffffff;
  --bg-soft: #f7f8fb;
  --ink: #111318;
  --muted: #68707d;
  --quiet: #8a929e;
  --line: rgba(17, 19, 24, 0.1);
  --line-strong: rgba(17, 19, 24, 0.16);
  --blue: #0a72f0;
  --blue-dark: #0755b8;
  --green: #18a06c;
  --teal: #0c8d86;
  --shadow-soft: 0 24px 70px rgba(45, 61, 84, 0.12);
  --shadow-panel: 0 34px 90px rgba(40, 58, 82, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(10, 114, 240, 0.09) 0%, rgba(255, 255, 255, 0) 22rem),
    linear-gradient(180deg, #fff 0%, #fbfcff 44%, #fff 100%);
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(rgba(17, 19, 24, 0.08) 0.55px, transparent 0.55px);
  background-size: 6px 6px;
  opacity: 0.07;
}

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

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

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-soft);
  transition: top 500ms var(--ease);
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  margin: 18px auto 0;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 50px rgba(45, 61, 84, 0.08);
  backdrop-filter: blur(22px) saturate(1.45);
}

.brand,
.footer > div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: inherit;
  opacity: 0.92;
}

.brand img,
.footer img {
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(45, 61, 84, 0.14);
}

.site-header .brand {
  transform: scale(1.3);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.site-header.is-scrolled .brand {
  transform: scale(1);
}

.brand span,
.footer > div span {
  letter-spacing: 0;
  font-weight: 300;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav a,
.nav-cta,
.text-link {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 520;
  transition: color 420ms var(--ease), background 420ms var(--ease), transform 420ms var(--ease);
}

.nav a {
  padding: 9px 13px;
  border-radius: 999px;
}

.nav a:hover {
  color: var(--ink);
  background: rgba(17, 19, 24, 0.045);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.nav-cta:hover {
  transform: translateY(-1px);
  color: #fff;
  background: #262a33;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.07);
  cursor: pointer;
  transition: background 320ms var(--ease);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.6px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 320ms var(--ease), opacity 320ms var(--ease);
}

.site-header.is-nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(5.6px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-5.6px) rotate(-45deg);
}

.hero,
.proof,
.section,
.footer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 92px 0 110px;
  text-align: center;
}

.hero-copy {
  min-width: 0;
  max-width: 780px;
}

.kicker,
.mini-kicker {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  font-size: 6.2rem;
}

h2 {
  max-width: 760px;
  font-size: 4.7rem;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 620;
  letter-spacing: 0;
}

.lede {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 6px 8px 6px 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 620;
  transition: transform 520ms var(--ease), box-shadow 520ms var(--ease), background 520ms var(--ease);
}

.button span:last-child {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 520ms var(--ease), background 520ms var(--ease);
}

.button:hover span:last-child {
  transform: translateX(2px);
  background: rgba(255, 255, 255, 0.24);
}

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 40px rgba(17, 19, 24, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.button-primary:hover {
  transform: translateY(-2px);
  background: #252934;
  box-shadow: 0 22px 52px rgba(17, 19, 24, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button-disabled,
.button-disabled:hover {
  cursor: default;
  transform: none;
  background: #252934;
  box-shadow: 0 16px 40px rgba(17, 19, 24, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.button-disabled:hover span:last-child {
  transform: none;
}

.button-full {
  width: 100%;
}

.text-link {
  color: var(--blue-dark);
}

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

.trial-line {
  margin: 22px 0 0;
  color: var(--quiet);
  font-size: 0.94rem;
}

.hero-demo {
  min-width: 0;
  margin: 0;
}

.screen-shell {
  max-width: 100%;
  padding: 10px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow-panel);
}

.mac-window {
  overflow: hidden;
  max-width: 100%;
  border: 1px solid rgba(17, 19, 24, 0.08);
  border-radius: 25px;
  background: #f8f9fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.window-top {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.07);
  background: rgba(255, 255, 255, 0.86);
}

.traffic-lights {
  display: flex;
  gap: 8px;
}

.traffic-lights span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff5f57;
}

.traffic-lights span:nth-child(2) {
  background: #ffbd2e;
}

.traffic-lights span:nth-child(3) {
  background: #28c840;
}

.window-top > span {
  justify-self: center;
  color: #505967;
  font-size: 0.84rem;
  font-weight: 600;
}

.window-pill {
  padding: 6px 10px;
  border-radius: 999px;
  color: #697282;
  background: #f0f2f6;
  font-size: 0.78rem;
  font-weight: 600;
}

.demo-stage {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 248, 251, 0.9)),
    repeating-linear-gradient(90deg, rgba(17, 19, 24, 0.035), rgba(17, 19, 24, 0.035) 1px, transparent 1px, transparent 42px);
}

.dictation-strip,
.clipboard-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(17, 19, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(45, 61, 84, 0.08);
}

.dictation-strip strong {
  margin-left: auto;
  color: var(--green);
  font-size: 0.82rem;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(24, 160, 108, 0.12);
  animation: pulse 1.6s ease-in-out infinite;
}

.speech-flow {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.speech-card {
  max-width: 86%;
  padding: 18px;
  border: 1px solid rgba(17, 19, 24, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(45, 61, 84, 0.08);
}

.speech-card span,
.mini-panel span,
.model-grid span,
.price-header span,
.roadmap-label {
  display: block;
  margin-bottom: 8px;
  color: var(--quiet);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.speech-card p {
  margin: 0;
  color: #27303d;
  font-size: 1.05rem;
}

.speech-card.english {
  justify-self: end;
}

.speech-card.mixed {
  max-width: 100%;
  border-color: rgba(10, 114, 240, 0.2);
  background: #f8fbff;
}

.clipboard-line {
  justify-content: space-between;
  border-color: rgba(24, 160, 108, 0.16);
}

.clipboard-line span {
  color: var(--green);
  font-weight: 700;
}

.clipboard-line code {
  color: #5c6572;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
}

figcaption {
  margin: 14px 0 0;
  color: var(--quiet);
  font-size: 0.78rem;
  text-align: center;
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
  box-shadow: var(--shadow-soft);
}

.proof div {
  min-height: 132px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
}

.proof strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.proof span {
  display: block;
  max-width: 28ch;
  color: var(--muted);
  font-size: 0.94rem;
}

.section {
  padding: 124px 0;
}

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

.section-heading > p:not(.kicker),
.pricing-copy > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 76px;
  align-items: start;
}

.sticky {
  position: sticky;
  top: 116px;
}

.feature-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
  box-shadow: var(--shadow-soft);
}

.feature-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  min-height: 168px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.82);
}

.feature-list article > span {
  color: var(--blue-dark);
  font-size: 0.84rem;
  font-weight: 700;
}

.feature-list p,
.shot-card p,
.model-grid p,
.price-card p,
.footer p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 14px;
  margin-top: 42px;
}

.shot-card {
  min-width: 0;
  display: grid;
  gap: 22px;
  align-content: space-between;
  min-height: 360px;
  padding: 18px;
  border-radius: 28px;
  background: var(--bg-soft);
}

.shot-card.large {
  grid-row: span 2;
  min-height: 734px;
}

.menu-preview {
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(17, 19, 24, 0.07);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.94)),
    repeating-linear-gradient(0deg, rgba(17, 19, 24, 0.04), rgba(17, 19, 24, 0.04) 1px, transparent 1px, transparent 36px);
}

.preview-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 200px;
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(45, 61, 84, 0.22);
}

.mini-panel {
  display: grid;
  align-content: end;
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(17, 19, 24, 0.07);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(45, 61, 84, 0.08);
}

.mini-panel strong {
  color: #1d2530;
  font-size: 1.35rem;
  line-height: 1.12;
}

.mini-panel.dark {
  color: #fff;
  background: #151922;
  box-shadow: 0 18px 46px rgba(17, 19, 24, 0.18);
}

.mini-panel.dark strong {
  color: #fff;
}

.model-section {
  padding-top: 36px;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.model-grid article {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 84px;
  align-items: center;
}

.price-card {
  padding: 24px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow-panel);
}

.price-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.price {
  margin: 18px 0 10px;
  font-size: 4.6rem;
  line-height: 0.96;
  font-weight: 700;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
  color: #3a4350;
}

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

.faq-section {
  padding-top: 60px;
}

.narrow {
  max-width: 720px;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(45, 61, 84, 0.07);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 620;
}

.faq-list p {
  padding: 0 22px 22px;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "mark   copy  nav"
    "legal  legal legal";
  align-items: center;
  gap: 10px 32px;
  padding: 38px 0 46px;
  border-top: 1px solid var(--line);
}

.footer > div {
  grid-area: mark;
}

.footer > p:not(.footer-legal) {
  grid-area: copy;
  max-width: 420px;
  font-size: 0.94rem;
}

.footer nav {
  grid-area: nav;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-legal {
  grid-area: legal;
  justify-self: center;
  margin: 0;
  color: var(--quiet);
  font-size: 0.78rem;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 420ms var(--ease), transform 420ms var(--ease);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

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

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 7px rgba(24, 160, 108, 0.12);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(24, 160, 108, 0.04);
  }
}

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

  .nav-toggle {
    display: flex;
    justify-self: end;
  }

  .nav-cta-desktop {
    display: none;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(22px) saturate(1.45);
  }

  .site-header.is-nav-open .nav {
    display: block;
  }

  .nav div {
    display: grid;
  }

  .split-section,
  .pricing-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero {
    padding-top: 72px;
  }

  h1 {
    font-size: 4.3rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .sticky {
    position: static;
  }

  .proof,
  .model-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .shot-card.large {
    grid-row: auto;
    min-height: 520px;
  }

  .footer {
    grid-template-areas:
      "mark nav"
      "copy copy"
      "legal legal";
  }

  .footer-legal {
    justify-self: start;
    text-align: left;
  }

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

@media (max-width: 640px) {
  .site-header,
  .hero,
  .proof,
  .section,
  .footer {
    width: min(100% - 24px, 1120px);
  }

  .site-header .brand {
    transform: none;
  }

  .hero {
    padding: 54px 0 60px;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .lede {
    font-size: 1.06rem;
  }

  .screen-shell {
    padding: 6px;
    border-radius: 24px;
  }

  .mac-window {
    border-radius: 19px;
  }

  .window-top {
    grid-template-columns: 70px 1fr;
  }

  .window-pill {
    display: none;
  }

  .demo-stage {
    padding: 16px;
  }

  .clipboard-line {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .speech-card {
    max-width: 100%;
  }

  .section {
    padding: 78px 0;
  }

  .feature-list article {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .shot-card,
  .model-grid article,
  .price-card,
  .proof {
    border-radius: 22px;
  }

  .preview-icon {
    margin-bottom: 90px;
  }

  .price {
    font-size: 3.5rem;
  }
}

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