:root {
  --bg: #eef2f8;
  --surface: #f7fafc;
  --surface-soft: #f3f7ff;
  --ink: #0f172a;
  --muted: #425066;
  --line: #d8e1ea;
  --brand: #0f172a;
  --accent: #1d4ed8;
  --shadow: 0 22px 48px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 400px at 8% -20%, rgba(147, 197, 253, 0.25), transparent 65%),
    radial-gradient(900px 400px at 92% -20%, rgba(196, 181, 253, 0.18), transparent 65%),
    linear-gradient(180deg, #f8fafe 0%, #eef2f8 100%);
  overflow-x: hidden;
}

a { color: inherit; }

.topbar {
  position: static;
  top: 0;
  z-index: 40;
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
}

.topbar-inner,
.container {
  width: min(1120px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
}

.footer {
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}

.brand-logo {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: block;
}

.nav-links {
  display: inline-flex;
  gap: 38px;
}

.nav-links a {
  text-decoration: none;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(15, 23, 42, 0.10); }

.btn-light {
  background: var(--surface);
}

.btn-dark {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.26);
  background-image: linear-gradient(120deg, #111827, #0f172a, #1e293b);
  background-size: 180% 180%;
  animation: btnShimmer 7s ease infinite;
}

.btn-ghost {
  background: var(--surface);
}

.container {
  margin-top: 8px;
  margin-bottom: 56px;
  display: grid;
  gap: 32px;
}

.container > * {
  min-width: 0;
}

.hero,
.speed-showcase,
.manifesto,
.logo-wall,
.dictate-showcase,
.features,
.trust,
.privacy-showcase,
.testimonials,
.faq,
.download {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
  max-width: 100%;
}

.hero {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  display: block;
  padding: 120px 0 104px;
}

.speed-showcase {
  border: none;
  box-shadow: none;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(280px, 0.31fr) minmax(0, 0.69fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
  margin: 0 auto 100px;
  padding: 0 0 18px;
}

.manifesto {
  border: none;
  box-shadow: none;
  margin-bottom: 80px;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(214, 227, 241, 0.36), transparent 56%),
    radial-gradient(120% 100% at 100% 100%, rgba(231, 238, 245, 0.42), transparent 60%),
    linear-gradient(180deg, #f2f6fa 0%, #ebf1f6 100%);
  border-radius: 32px;
  padding: 26px 24px;
}

.manifesto-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0 4px;
}

.manifesto-title {
  margin: 0 auto;
  max-width: 1040px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #090c12;
}

.manifesto-title span {
  color: #7f8792;
}

.manifesto-grid {
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 20px;
  align-items: stretch;
}

.manifesto-panel {
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(219, 234, 254, 0.32), transparent 58%),
    linear-gradient(165deg, #f8fbff 0%, #eef4fb 56%, #f7fbff 100%);
  border: 1px solid #dbe5ee;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.manifesto-panel-quote {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(224, 231, 255, 0.34), transparent 58%),
    linear-gradient(165deg, #f4f7fb 0%, #eef2f7 56%, #f5f8fb 100%);
}

.manifesto-quote {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #111827;
}

.manifesto-copy {
  display: grid;
  gap: 18px;
}

.manifesto-copy p {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
  color: #6f7884;
  font-weight: 500;
}

.manifesto-close {
  margin: 42px auto 0;
  max-width: 860px;
  display: grid;
  gap: 8px;
}

.manifesto-close p {
  color: #171c23;
  font-size: clamp(20px, 1.9vw, 28px);
  line-height: 1.4;
  font-weight: 600;
}

.speed-card {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #d3dae3;
  isolation: isolate;
}

.speed-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('./assets/speed-showcase-texture.svg');
  background-repeat: no-repeat;
  transform: scale(1.02);
  transform-origin: center;
}

.speed-card-typing {
  background: linear-gradient(180deg, #e6e6e6 0%, #d8dade 100%);
}

.speed-card-typing::before {
  background-size: cover;
  background-position: left center;
  filter: grayscale(1) saturate(0.2) brightness(1.04);
  opacity: 0.88;
}

.speed-card-voice {
  background: linear-gradient(145deg, #edf5fb 0%, #e3eef8 44%, #d6e8f7 100%);
  border-color: #b6d6f2;
}

.speed-card-voice::before {
  background-size: cover;
  background-position: right center;
  filter: saturate(1.02) brightness(1.02);
  opacity: 0.92;
}

.speed-card-typing::after,
.speed-card-voice::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.speed-card-typing::after {
  background:
    radial-gradient(80% 78% at 48% 22%, rgba(255,255,255,0.54), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(210,214,219,0.24));
}

.speed-card-voice::after {
  background:
    radial-gradient(32% 58% at 41% 54%, rgba(240, 135, 95, 0.12), transparent 42%),
    radial-gradient(54% 72% at 64% 38%, rgba(255, 247, 234, 0.18), transparent 48%),
    radial-gradient(90% 100% at 100% 0%, rgba(208, 231, 255, 0.18), transparent 44%),
    radial-gradient(90% 100% at 0% 100%, rgba(191, 223, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
}

.speed-metric {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  z-index: 1;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 18px 28px;
}

.speed-metric-wide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.speed-label {
  display: block;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.speed-value {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-top: 10px;
}

.speed-value strong {
  color: #0a0d12;
  font-family: 'Sora', sans-serif;
  font-size: clamp(38px, 3.8vw, 62px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.speed-value span {
  color: #707987;
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 7px;
}

.speed-save {
  text-align: right;
}

.speed-scene {
  position: absolute;
  inset: 108px 0 0;
  z-index: 1;
}

.typing-textbox,
.voice-output-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.typing-textbox {
  width: 68%;
  margin: 98px auto 0;
  min-height: 132px;
  padding: 22px 21px;
}

.typing-textbox p {
  margin: 0;
  color: #141922;
  font-size: 22px;
  line-height: 1.3;
  overflow: hidden;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  position: relative;
}

.typing-line,
.voice-line {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  max-width: 100%;
}

.typing-line {
  max-width: 0;
  display: block;
}

.typing-line-full {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  clip-path: none;
  animation: none;
}

.typing-caret {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  margin-left: 3px;
  background: #141922;
  vertical-align: -0.1em;
  animation: blinkCaret 900ms steps(1, end) infinite;
  position: absolute;
  margin-left: 0;
  right: 2px;
  top: 0.08em;
}

.keyboard-grid {
  width: 58%;
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 7px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
}

.keyboard-grid span {
  height: 13px;
  border-radius: 5px;
  background: rgba(203, 210, 219, 0.46);
}

.keyboard-grid .active {
  background: #7f848d;
  animation: keyPulse 1.4s ease-in-out infinite;
}

.keyboard-grid .wide {
  grid-column: span 2;
}

.voice-output-card {
  width: calc(100% - 172px);
  margin: 116px auto 0;
  min-height: 126px;
  padding: 21px 23px;
}

.voice-output-card p {
  margin: 0;
  color: #111827;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.34;
  overflow: hidden;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.voice-line {
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  clip-path: none;
  animation: none;
}

.voice-pill {
  display: flex;
  margin: 54px auto 0;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.1);
  width: max-content;
  max-width: max-content;
}

.voice-pill.os-pill {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
}

.voice-pill.os-ctrl-pill {
  padding: 7px 14px;
  gap: 12px;
  cursor: default;
}

.voice-pill-btn {
  pointer-events: none;
  user-select: none;
}

.voice-pill .os-circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  flex-shrink: 0;
}

.voice-pill .os-circle-btn svg {
  display: block;
  width: 10px;
  height: 10px;
}

.voice-pill .os-stop-sq {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #ff3b30;
}

.voice-pill .os-wave-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 54px;
  height: 24px;
  padding: 0;
}

.voice-pill .os-wave-bar {
  width: 2px;
  min-height: 3px;
  border-radius: 9999px;
  background: linear-gradient(
    180deg,
    rgba(170, 210, 255, 0.95) 0%,
    rgba(126, 181, 255, 0.9) 52%,
    rgba(211, 236, 255, 0.86) 100%
  );
  box-shadow:
    0 0 0.5px rgba(255, 255, 255, 0.5),
    0 0 6px rgba(126, 181, 255, 0.42);
  transform-origin: center center;
  transition: height 34ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 34ms linear;
  will-change: height, opacity;
}

.hero-copy {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(48px, 6.8vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 700;
  white-space: nowrap;
}

.hero-title .hero-lead {
  color: #a3a9b2;
}

.hero-title .hero-brand {
  color: #090c12;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.92),
    0 0 42px rgba(191, 223, 255, 0.52),
    0 0 74px rgba(226, 232, 240, 0.78);
}

.hero-subtitle {
  margin: 40px auto 0;
  max-width: 1180px;
  color: #8b919b;
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.42;
  font-weight: 500;
}

.hero-subtitle strong {
  color: #171c23;
  font-weight: 700;
}

.hero-actions {
  margin-top: 46px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-cta,
.topbar-cta {
  border-radius: 999px;
  padding: 18px 38px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: none;
  background: #1a1414;
  border-color: #1a1414;
}

.topbar-cta {
  padding: 16px 30px;
  font-size: 16px;
}

@keyframes wave {
  0%, 100% { transform: scaleY(0.8); opacity: 0.7; }
  50% { transform: scaleY(1.15); opacity: 1; }
}

@keyframes typingLineReveal {
  0%, 10% { clip-path: inset(0 100% 0 0); }
  56%, 100% { clip-path: inset(0 0 0 0); }
}

@keyframes typingRevealWide {
  0%, 10% { max-width: 0; }
  58%, 100% { max-width: 50ch; }
}

@keyframes voiceLineReveal {
  0%, 10% { clip-path: inset(0 100% 0 0); }
  58%, 100% { clip-path: inset(0 0 0 0); }
}

@keyframes typingRevealMobile {
  0%, 10% { clip-path: inset(0 100% 0 0); }
  56%, 100% { clip-path: inset(0 0 0 0); }
}

@keyframes typingRevealVoiceMobile {
  0%, 10% { max-width: 0; }
  58%, 100% { max-width: 34ch; }
}

@keyframes blinkCaret {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@keyframes keyPulse {
  0%, 100% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(-1px); opacity: 1; }
}

@keyframes voicePillPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.02); }
}

@keyframes waveBar {
  0%, 100% { transform: scaleY(0.72); opacity: 0.75; }
  50% { transform: scaleY(1.16); opacity: 1; }
}

@keyframes marqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 6px)); }
}

@keyframes marqueeRight {
  from { transform: translateX(calc(-50% - 6px)); }
  to { transform: translateX(0); }
}

.logo-wall,
.dictate-showcase,
.features,
.trust,
.privacy-showcase,
.testimonials,
.faq,
.download {
  padding: 22px;
}

.logo-wall {
  width: calc(100vw - 64px);
  max-width: calc(100vw - 64px);
  margin-left: calc(50% - 50vw + 32px);
  margin-right: calc(50% - 50vw + 32px);
  margin-bottom: 100px;
  padding: 30px 0;
  background:
    radial-gradient(140% 120% at 10% 0%, rgba(203, 213, 225, 0.32), transparent 62%),
    radial-gradient(90% 100% at 90% 100%, rgba(191, 219, 254, 0.20), transparent 70%),
    linear-gradient(165deg, #edf1f4 0%, #e3e9ee 48%, #d3dbe3 100%);
  border-color: #d9e1e8;
  border-radius: 28px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.features {
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(219, 234, 254, 0.28), transparent 58%),
    linear-gradient(165deg, #f8fbff 0%, #f1f6fc 55%, #f8fbff 100%);
}

.trust {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(224, 231, 255, 0.24), transparent 58%),
    linear-gradient(165deg, #f9fbff 0%, #f2f6fc 55%, #f8fbff 100%);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(280px, 0.35fr);
  gap: 26px;
  align-items: start;
}

.about-kicker {
  margin: 0 0 14px;
  color: #87919d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-copy h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #0a0d12;
}

.about-intro {
  margin: 20px 0 0;
  max-width: 760px;
  color: #6f7884;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.55;
  font-weight: 500;
}

.about-panel {
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(224, 231, 255, 0.26), transparent 58%),
    linear-gradient(165deg, #f8fbff 0%, #f1f6fc 55%, #f8fbff 100%);
  border: 1px solid #dbe5ee;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 16px;
}

.about-stat {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.about-stat:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-stat-label,
.about-card-label {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-stat strong {
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
}

.about-details {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-card {
  border-radius: 22px;
  padding: 22px;
  border: 1px solid #dbe3ec;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,253,0.98) 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.about-card h3 {
  margin: 12px 0 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #111827;
}

.about-founder-avatar {
  width: 72px;
  height: 72px;
  margin-top: 14px;
  border-radius: 999px;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(0.84);
  transform-origin: center;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.about-card p {
  margin: 12px 0 0;
  color: #6b7682;
  font-size: 16px;
  line-height: 1.6;
}

.about-card a {
  color: #111827;
  text-decoration: none;
  font-weight: 700;
}

.privacy-showcase {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  margin: 80px 0;
  padding: 38px 34px;
  background:
    radial-gradient(130% 100% at 8% 0%, rgba(186, 211, 236, 0.45), transparent 62%),
    radial-gradient(120% 120% at 92% 75%, rgba(232, 220, 222, 0.34), transparent 68%),
    linear-gradient(90deg, #d8e2ec 0%, #e2e8ef 52%, #e9e5e7 100%);
  border: none;
  box-shadow: none;
  border-radius: 28px;
}

.privacy-title {
  margin: 0;
  text-align: left;
  font-size: clamp(30px, 3.9vw, 46px);
  white-space: nowrap;
}

.privacy-title .title-lead {
  font-weight: 600;
}

.privacy-title .title-brand {
  font-weight: 700;
}

.privacy-intro {
  text-align: left;
  margin: 14px 0 0;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.55;
}

.privacy-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.privacy-badge {
  border: 1px solid #c9d5e3;
  background: rgba(255, 255, 255, 0.58);
  color: #334155;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.privacy-points {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}

.privacy-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.privacy-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5f6874;
  opacity: 0.95;
  margin-top: 4px;
}

.privacy-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.privacy-item h3 {
  margin: 0;
  font-size: clamp(20px, 1.85vw, 22px);
  line-height: 1.42;
  color: #0f172a;
  font-weight: 700;
}

.privacy-item p {
  margin: 8px 0 0;
  max-width: 560px;
  color: #646f7c;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
  font-weight: 500;
}

.privacy-right {
  position: relative;
  min-height: 400px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(80% 100% at 65% 56%, rgba(232, 236, 241, 0.52), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
}

.shield-glow {
  position: absolute;
  inset: 6% 8%;
  border-radius: 44px;
  background:
    radial-gradient(55% 58% at 52% 56%, rgba(246, 248, 251, 0.72), rgba(230, 236, 242, 0.20) 68%, transparent 100%);
  filter: blur(5px);
}

.privacy-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(340px, 70%);
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.92;
  filter: drop-shadow(0 28px 48px rgba(15, 23, 42, 0.12));
}

.faq {
  background:
    radial-gradient(120% 100% at 0% 100%, rgba(209, 250, 229, 0.18), transparent 58%),
    linear-gradient(165deg, #f9fcff 0%, #f3f8fd 55%, #f8fbff 100%);
}

.download {
  background:
    radial-gradient(120% 100% at 100% 100%, rgba(191, 219, 254, 0.22), transparent 60%),
    linear-gradient(165deg, #f9fcff 0%, #f2f7fd 55%, #f8fbff 100%);
}

.logo-wall h2,
.logo-wall-heading,
.dictate-showcase h2,
.features h2,
.trust h2,
.testimonials h2,
.faq h2,
.download h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 3.9vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111827;
}

.logo-wall-heading {
  font-size: clamp(42px, 5.5vw, 72px);
  color: #8a9098;
  font-weight: 700;
  margin: 26px 0 14px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  white-space: nowrap;
}

.logo-wall-heading .emphasis {
  color: #0a0d12;
  font-weight: 800;
}

.dictate-showcase {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 8px 0 18px;
}

.dictate-title {
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0a0d12;
}

.dictate-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.52fr);
  gap: 34px;
  align-items: center;
  margin-top: 34px;
}

.dictate-row:nth-of-type(even) .dictate-copy {
  order: 2;
}

.dictate-row:nth-of-type(even) .dictate-visual {
  order: 1;
}

.dictate-copy h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(28px, 2.9vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0a0d12;
}

.dictate-copy p {
  margin: 14px 0 0;
  max-width: 620px;
  color: #7c8590;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45;
  font-weight: 500;
}

.dictate-visual {
  min-width: 0;
}

.visual-shell {
  position: relative;
  min-height: 470px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(90% 110% at 14% 100%, rgba(167, 210, 250, 0.38), transparent 55%),
    radial-gradient(80% 100% at 88% 0%, rgba(198, 225, 250, 0.26), transparent 48%),
    radial-gradient(70% 70% at 48% 14%, rgba(255, 248, 240, 0.6), transparent 52%),
    linear-gradient(145deg, #f8f8f3 0%, #f1efe9 24%, #e8eef6 56%, #dae6f2 100%);
}

.visual-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(50% 50% at 24% 28%, rgba(255,255,255,0.78), transparent 52%),
    radial-gradient(40% 40% at 72% 24%, rgba(255,255,255,0.62), transparent 46%),
    radial-gradient(54% 56% at 62% 72%, rgba(255,255,255,0.44), transparent 54%);
  filter: blur(6px);
}

.speech-bubble,
.output-card {
  position: absolute;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
}

.speech-bubble {
  top: 27%;
  left: 22%;
  right: 16%;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.95);
}

.speech-bubble::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -12px;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.95);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.speech-bubble p {
  margin: 0;
  color: #101827;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.38;
  font-weight: 700;
}

.output-card {
  left: 14%;
  right: 18%;
  bottom: 15%;
  padding: 28px 28px 30px;
}

.output-card p {
  margin: 0;
  color: #111827;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.45;
  font-weight: 700;
}

.output-card p + p {
  margin-top: 20px;
}

.tone-mint { background: #effaf5; }
.tone-lavender { background: #f1f0ff; }
.tone-cream { background: #fbf2d8; }
.tone-rose { background: #f8eaea; }
.tone-lilac { background: #f0efff; }

.wave-glyph {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  justify-content: center;
}

.wave-glyph span {
  width: 4px;
  border-radius: 999px;
  background: #111827;
}

.wave-glyph span:nth-child(1) { height: 14px; }
.wave-glyph span:nth-child(2) { height: 28px; }
.wave-glyph span:nth-child(3) { height: 20px; }
.wave-glyph span:nth-child(4) { height: 32px; }
.wave-glyph span:nth-child(5) { height: 16px; }

.highlight-green,
.highlight-lilac,
.highlight-amber {
  padding: 0 4px;
  border-radius: 2px;
}

.highlight-green { background: rgba(172, 225, 210, 0.95); }
.highlight-lilac { background: rgba(204, 210, 255, 0.92); }
.highlight-amber { background: rgba(245, 221, 157, 0.96); }

.strike {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.ghost-lines {
  display: grid;
  gap: 14px;
}

.ghost-lines.compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-content: start;
  margin-top: 2px;
}

.ghost-lines.spacious {
  gap: 18px;
}

.ghost-lines span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: #cfd3db;
}

.ghost-lines.compact span:nth-child(1) { width: 92%; }
.ghost-lines.compact span:nth-child(2) { width: 100%; }
.ghost-lines.compact span:nth-child(3) { width: 86%; }
.ghost-lines.compact span:nth-child(4) { width: 92%; }
.ghost-lines.compact span:nth-child(5) { width: 76%; }
.ghost-lines.compact span:nth-child(6) { width: 86%; }
.ghost-lines.compact span:nth-child(7) { width: 64%; }
.ghost-lines.compact span:nth-child(8) { width: 58%; }
.ghost-lines.compact span:nth-child(9) { width: 74%; }
.ghost-lines.compact span:nth-child(10) { width: 66%; }
.ghost-lines.compact span:nth-child(11) { width: 70%; }
.ghost-lines.compact span:nth-child(12) { width: 82%; }
.ghost-lines.compact span:nth-child(13) { width: 78%; }

.ghost-lines .accent {
  background: #b9b1ff;
}

.ghost-lines.spacious span:nth-child(1) { width: 100%; }
.ghost-lines.spacious span:nth-child(2) { width: 96px; }
.ghost-lines.spacious span:nth-child(3) { width: 72%; }
.ghost-lines.spacious span:nth-child(4) { width: 58%; }
.ghost-lines.spacious span:nth-child(5) { width: 88%; }
.ghost-lines.spacious span:nth-child(6) { width: 96px; }
.ghost-lines.spacious span:nth-child(7) { width: 64%; }
.ghost-lines.spacious span:nth-child(8) { width: 34%; }
.ghost-lines.spacious span:nth-child(9) { width: 82px; }
.ghost-lines.spacious span:nth-child(10) { width: 54%; }

.ghost-lines .pill {
  background: linear-gradient(180deg, #7b61ff, #6546ef);
  position: relative;
}

.ghost-lines .pill::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ghost-lines .short {
  width: 22%;
}

.logo-marquee {
  margin-top: 24px;
  padding: 10px 0 12px;
  display: grid;
  gap: 20px;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 12px;
  will-change: transform;
  min-width: 0;
}

.marquee-left {
  animation: marqueeLeft 28s linear infinite;
}

.marquee-right {
  animation: marqueeRight 30s linear infinite;
}

.marquee-group {
  display: inline-flex;
  gap: 12px;
}

.logo-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  min-height: 46px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.logo-pill:hover {
  transform: translateY(-1px);
  border-color: #b6c7e6;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.logo-pill img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.feature-grid,
.trust-grid,
.faq-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.features {
  width: calc(100vw - 32px);
  max-width: calc(100vw - 32px);
  margin-left: calc(50% - 50vw + 16px);
  margin-right: calc(50% - 50vw + 16px);
  position: relative;
  overflow: hidden;
  padding: 34px 28px 30px;
  border: 1px solid #d8e2ec;
  border-radius: 30px;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(219, 234, 254, 0.38), transparent 56%),
    radial-gradient(90% 120% at 100% 100%, rgba(191, 219, 254, 0.22), transparent 66%),
    linear-gradient(180deg, #fbfdff 0%, #f3f7fc 58%, #eef4fb 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.features::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% 45%;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.features-head {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.features-kicker {
  margin: 0 0 12px;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features-head h2 {
  margin: 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.features-intro {
  margin: 16px 0 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #66727f;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.feature-spotlight {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(191, 204, 220, 0.74);
  border-radius: 28px;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(224, 231, 255, 0.34), transparent 58%),
    radial-gradient(90% 100% at 100% 100%, rgba(191, 219, 254, 0.18), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 249, 253, 0.98) 100%);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feature-spotlight-copy h3 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.feature-spotlight-copy p {
  margin: 0;
  max-width: 620px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.feature-spotlight-metrics {
  display: grid;
  gap: 12px;
}

.feature-metric {
  display: grid;
  gap: 8px;
  padding: 18px 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.feature-metric-label {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-metric strong {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.feature-grid {
  margin-top: 20px;
  gap: 16px;
}

.feature-grid article,
.trust-grid article,
.faq-grid article,
.quotes blockquote {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  padding: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-grid article:hover,
.trust-grid article:hover,
.faq-grid article:hover,
.quotes blockquote:hover {
  transform: translateY(-2px);
  border-color: #becee6;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.10);
}

.feature-grid h3,
.trust-grid h3,
.faq-grid h3 {
  margin: 0;
  font-size: 16px;
}

.feature-grid p,
.trust-grid p,
.faq-grid p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.feature-card {
  min-height: 176px;
  position: relative;
  padding: 20px 18px 18px !important;
  border-radius: 20px !important;
  border-color: rgba(191, 204, 220, 0.82) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 254, 0.98) 100%) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(96, 165, 250, 0.95) 0%, rgba(147, 197, 253, 0.45) 100%);
}

.feature-card:nth-child(2n)::before {
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.92) 0%, rgba(165, 180, 252, 0.44) 100%);
}

.feature-card:nth-child(3n)::before {
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.92) 0%, rgba(125, 211, 252, 0.42) 100%);
}

.feature-card h3 {
  font-size: 18px !important;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin-top: 10px !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
  color: #64748b !important;
}

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

.quotes blockquote {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.quotes cite {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.testimonials {
  width: calc(100vw - 72px);
  max-width: calc(100vw - 72px);
  margin-left: calc(50% - 50vw + 36px);
  margin-right: calc(50% - 50vw + 36px);
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: linear-gradient(180deg, #f2f4f6 0%, #eef1f4 100%);
  padding: 34px 0 22px;
}

.testimonials-title {
  margin: 0;
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #8a9098;
  font-weight: 600;
}

.testimonials-title .title-lead {
  color: #7f8690;
  font-weight: 700;
}

.testimonials-title .title-brand {
  color: #0a0d12;
  font-weight: 800;
}

.testimonials-subtitle {
  margin: 16px auto 0;
  max-width: 860px;
  text-align: center;
  color: #7d8590;
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.35;
}

.testimonials-marquee {
  margin-top: 34px;
  overflow: hidden;
  padding: 6px 22px 14px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 46px, #000 calc(100% - 46px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 46px, #000 calc(100% - 46px), transparent 100%);
}

.testimonials-track {
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
  animation: testimonialsMarquee 52s linear infinite;
}

.testimonials-group {
  display: inline-flex;
  gap: 18px;
}

@keyframes testimonialsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.testimonial-card {
  flex: 0 0 430px;
  min-height: 290px;
  border: 1px solid #d9dee5;
  border-radius: 30px;
  background: linear-gradient(180deg, #f4f6f8 0%, #eff2f5 100%);
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.testimonial-card:hover {
  transform: translateY(-2px);
  border-color: #c4d0de;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.testimonials-marquee:hover .testimonials-track {
  animation-play-state: paused;
}

.testimonial-text {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 600;
}

.testimonial-person {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-person img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-person strong {
  display: block;
  font-size: 19px;
  line-height: 1.2;
}

.testimonial-person span {
  display: block;
  margin-top: 2px;
  color: #5e6773;
  font-size: 15px;
}

.faq {
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(219, 234, 254, 0.2), transparent 58%),
    linear-gradient(165deg, #f9fbfe 0%, #f2f6fb 55%, #f8fbfd 100%);
  padding: 28px 28px 30px;
}

.faq-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.faq-head p {
  margin: 0;
  color: #77818d;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
  font-weight: 500;
}

.faq-grid {
  margin-top: 24px;
  grid-template-columns: 1fr;
  gap: 16px;
}

.faq-card {
  min-height: 0;
  border-radius: 22px;
  padding: 22px 22px 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,253,0.98) 100%);
  border: 1px solid #dbe3ec;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  display: block;
}

.faq-card:hover {
  transform: translateY(-2px);
  border-color: #c8d6e6;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.faq-card.is-open {
  border-color: #c5d8ec;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(241,246,252,0.98) 100%);
}

.faq-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #eef3f8;
  border: 1px solid #d7e0e8;
  color: #9aa3ae;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.faq-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  outline: none;
}

.faq-grid h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #111827;
}

.faq-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 999px;
  background: #eef3f8;
  border: 1px solid #d7e0e8;
}

.faq-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
  border-radius: 14px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: #51606f;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-toggle[aria-expanded='true'] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-answer {
  padding: 14px 0 0 74px;
}

.faq-answer[hidden] {
  display: none;
}

.faq-grid p {
  margin-top: 0;
  color: #6b7682;
  font-size: 16px;
  line-height: 1.6;
}

.download > p {
  margin: 10px 0 0;
  color: var(--muted);
}

.download {
  padding: 30px 30px 32px;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(219, 234, 254, 0.24), transparent 58%),
    linear-gradient(165deg, #f9fbfe 0%, #f2f6fb 55%, #f8fbfd 100%);
}

.pricing-hero {
  max-width: 880px;
}

.pricing-kicker {
  margin: 0 0 14px;
  color: #87919d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-hero h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(38px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #0a0d12;
}

.pricing-subtitle {
  margin: 16px 0 0;
  max-width: 760px;
  color: #717b87;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.45;
  font-weight: 500;
}

.pricing-overview {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #dbe3ec;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,253,0.98) 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.pricing-card-pro {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(224, 231, 255, 0.26), transparent 58%),
    linear-gradient(165deg, #f7fbff 0%, #eef4fb 55%, #f7fbff 100%);
}

.pricing-card-primary {
  border-color: #cbdcf0;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.pricing-card-supporting {
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(241, 245, 249, 0.55), transparent 58%),
    linear-gradient(165deg, #fbfcfe 0%, #f4f7fb 55%, #fbfcfe 100%);
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef3f8;
  border: 1px solid #d7e0e8;
  color: #6f7a86;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-badge-dark {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.pricing-card h3 {
  margin: 16px 0 0;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.pricing-copy {
  margin: 14px 0 0;
  color: #6f7884;
  font-size: 17px;
  line-height: 1.55;
}

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

.pricing-points li {
  position: relative;
  padding-left: 18px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
}

.pricing-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9fb6cf;
}

.download-grid,
.billing-plans {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.download-card,
.billing-plan {
  text-decoration: none;
  border: 1px solid #dbe3ec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
  padding: 18px;
}

.download-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.download-card:hover {
  transform: translateY(-2px);
  border-color: #bfd0eb;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.10);
}

.download-card h3 {
  margin: 0;
  font-size: 18px;
}

.download-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.download-card span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.download-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.install-hero {
  padding: 26px 0 0;
  text-align: center;
}

.install-kicker {
  margin: 0;
  color: #8f96a1;
  font-size: 14px;
  font-weight: 600;
}

.install-hero h1 {
  margin: 16px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(52px, 5.6vw, 82px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.install-subtitle {
  margin: 10px auto 0;
  max-width: 560px;
  color: #9aa3ad;
  font-size: 13px;
  line-height: 1.45;
}

.install-steps {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.install-card {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.install-card:nth-child(4) {
  grid-column: 2;
}

.install-step-number {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #05070b;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.install-visual {
  width: 100%;
  min-height: 250px;
  border-radius: 18px;
  border: 1px solid #f0f2f5;
  background: linear-gradient(180deg, #fbfbfc 0%, #f5f6f8 100%);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.install-card p {
  margin: 0;
  max-width: 340px;
  color: #5f6773;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.install-card strong {
  color: #111827;
}

.install-illustration {
  display: block;
  width: calc(100% - 24px);
  max-width: 420px;
  margin: 22px auto 0;
  border-radius: 24px;
}

.install-illustration-downloads {
  box-shadow: none;
}

.install-badge {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 21px;
  border-radius: 16px;
  border: 1px solid #edf0f4;
  background: #fff;
  box-shadow: 0 9px 18px rgba(15, 23, 42, 0.06);
  font-size: 15px;
  font-weight: 700;
}

.install-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border-right: 1px solid #e6edf5;
  border-bottom: 1px solid #e6edf5;
  rotate: 45deg;
}

.install-dock {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 18px;
  padding: 18px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.install-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: transparent;
  border: none;
  position: relative;
}

.install-divider {
  width: 1px;
  height: 56px;
  background: #d9e0e8;
  border-radius: 999px;
  opacity: 0.9;
}

.install-icon.note::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffe27a 0 24%, #fff5c7 24% 100%);
  border: 1px solid #e3e7ec;
  box-shadow: 0 5px 10px rgba(15, 23, 42, 0.04);
}

.install-icon.calendar::before {
  content: "JUL";
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  text-align: center;
  color: #ef4444;
  font-size: 14px;
  font-weight: 800;
}

.install-icon.calendar::after {
  content: "17";
  position: absolute;
  left: 0;
  right: 0;
  top: 19px;
  text-align: center;
  color: #111827;
  font-size: 35px;
  font-weight: 800;
}

.install-icon.calendar {
  border-radius: 17px;
  background: #fff;
  border: 1px solid #e2e7ee;
  box-shadow: 0 5px 10px rgba(15, 23, 42, 0.04);
}

.install-icon.dmg::before {
  content: none;
}

.install-icon.dmg.active {
  transform: translateY(-4px) scale(1.02);
}

.install-dmg-sheet {
  position: absolute;
  left: 18px;
  top: 8px;
  width: 28px;
  height: 40px;
  border-radius: 3px;
  background:
    linear-gradient(135deg, transparent 0 8px, #d7dde5 8px 9px, #fbfcfe 9px 100%);
  border: 1px solid #d6dde6;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.install-dmg-preview {
  position: absolute;
  left: 21px;
  top: 18px;
  width: 19px;
  height: 13px;
  border-radius: 2px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #bbc5cf 0%, #e0e7ee 100%);
  border: 1px solid #bcc7d2;
  z-index: 1;
}

.install-dmg-preview::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
}

.install-icon-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: grayscale(0.12) contrast(0.9) brightness(0.92);
  opacity: 0.72;
  transform: scale(0.78);
}

.install-cursor {
  position: absolute;
  left: 33px;
  top: 35px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 22px solid #000;
  transform: rotate(48deg);
  z-index: 2;
  filter: drop-shadow(0 1px 2px rgba(255,255,255,0.95)) drop-shadow(0 2px 4px rgba(15, 23, 42, 0.18));
}

.install-cursor::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 17px solid #fff;
}

.trash-lid {
  position: absolute;
  left: 17px;
  top: 15px;
  width: 28px;
  height: 4px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fafc, #d8e0e8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.trash-lid::before {
  content: "";
  position: absolute;
  left: 9px;
  top: -3px;
  width: 10px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #eef3f7, #d6dee7);
}

.trash-body {
  position: absolute;
  left: 17px;
  top: 19px;
  width: 28px;
  height: 27px;
  border: 1px solid #d8e0e8;
  border-top: none;
  border-radius: 0 0 9px 9px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(231,237,243,0.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.trash-body::before,
.trash-body::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: rgba(194, 204, 215, 0.7);
}

.trash-body::before {
  left: 8px;
}

.trash-body::after {
  right: 8px;
}

.install-window {
  position: absolute;
  inset: 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.install-window-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid #e7edf4;
  background: rgba(255, 255, 255, 0.86);
}

.install-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d7dee7;
}

.install-window-body {
  height: calc(100% - 38px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.install-app-tile,
.install-folder-tile {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.install-app-tile img {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.install-folder {
  width: 78px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(180deg, #7cc1f6 0%, #5aa8ea 100%);
  position: relative;
  box-shadow: 0 12px 22px rgba(46, 117, 182, 0.18);
}

.install-folder::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -6px;
  width: 28px;
  height: 12px;
  border-radius: 8px 8px 0 0;
  background: #92cffb;
}

.install-arrow {
  color: #aab3be;
  font-size: 30px;
  font-weight: 700;
}

.install-applications {
  position: absolute;
  inset: 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.install-applications-head {
  padding: 20px 22px 14px;
  border-bottom: 1px solid #e6edf5;
  color: #111827;
  font-size: 22px;
  font-weight: 700;
}

.install-applications-item {
  margin: 20px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #66a5ff;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.install-applications-item img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.install-terminal {
  position: absolute;
  inset: 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, #12161c 0%, #0c1015 100%);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.install-terminal-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.install-terminal-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.install-terminal-body {
  padding: 18px 18px 0;
  display: grid;
  gap: 12px;
}

.install-terminal-body p {
  margin: 0;
  color: #c8d0db;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}

.install-terminal-body code {
  display: block;
  padding: 14px 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f5f7fb;
  font-size: 12px;
  line-height: 1.55;
  word-break: break-word;
}

.install-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #7a8491;
  font-size: 15px;
}

.install-actions p {
  margin: 0;
}

.install-actions a {
  color: #111827;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.install-page .container {
  margin-top: 6px;
  width: min(1230px, calc(100% - 56px));
}

.install-page .footer {
  display: none;
}

.download-block {
  margin-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  padding-top: 22px;
}

.download-head h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.download-head p {
  margin: 10px 0 0;
  color: #717b87;
  font-size: 16px;
  line-height: 1.5;
}

.billing {
  margin-top: 22px;
  border: 1px solid #dbe3ec;
  border-radius: 24px;
  background: linear-gradient(180deg, #fafdff 0%, #f4f8fd 100%);
  padding: 22px;
}

.billing h3 { margin: 0; font-size: 28px; letter-spacing: -0.02em; }

.billing-subtext {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.billing-context {
  margin-top: 16px;
}

.billing-context-card {
  border: 1px solid #dbe3ec;
  border-radius: 18px;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(219, 234, 254, 0.18), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, #f7fafe 100%);
  padding: 18px;
  display: grid;
  gap: 14px;
}

.billing-context-top {
  display: grid;
  gap: 14px;
}

.billing-context-eyebrow {
  display: inline-block;
  color: #7a8694;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.billing-context-title {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.billing-context-body {
  margin: 10px 0 0;
  color: #66717f;
  font-size: 15px;
  line-height: 1.6;
  max-width: 720px;
}

.billing-context-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.billing-chip {
  border: 1px solid #dbe3ec;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.billing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.billing-message {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  background: var(--surface-soft);
}

.billing-message.success {
  border-color: #b7dfc2;
  background: #edf8f0;
  color: #215f3b;
}

.billing-message.error {
  border-color: #eac3ca;
  background: #fff1f3;
  color: #7a2332;
}

.billing-plan h4 { margin: 0; font-size: 18px; }
.billing-plan p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.billing-price { margin-top: 14px; font-size: 28px; font-weight: 800; letter-spacing: -0.03em; }

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

.billing-features li {
  position: relative;
  padding-left: 18px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.billing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9fb6cf;
}

.billing-cta {
  margin-top: 16px;
  border: 1px solid #cfd9e4;
  border-radius: 999px;
  background: #fff;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.billing-cta.billing-cta-dark {
  margin-top: 0;
  border-color: rgba(9, 12, 18, 0.86);
  background: #111318;
  color: #fff;
}

.billing-cta:hover {
  transform: translateY(-1px);
  border-color: #b7c8e6;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.billing-cta:disabled { opacity: 0.6; cursor: not-allowed; }

.footer {
  margin-bottom: 30px;
  border: 1px solid #dbe3ec;
  border-radius: 28px;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(219, 234, 254, 0.22), transparent 56%),
    linear-gradient(180deg, #f9fbfe 0%, #eff4fa 100%);
  padding: 26px 28px 20px;
  display: grid;
  gap: 24px;
}

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

.footer-intro {
  display: grid;
  gap: 14px;
}

.footer-summary {
  margin: 0;
  max-width: 520px;
  color: #66727f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 32px;
  align-items: center;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 220px));
  gap: 28px;
  justify-content: end;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-label {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a {
  text-decoration: none;
  color: #475569;
  font-size: 15px;
  font-weight: 600;
}

.footer a:hover {
  color: #111827;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #7d8793;
  font-size: 14px;
  font-weight: 500;
}

.downloads-page .container {
  margin-top: 18px;
}

.about-page .container {
  margin-top: 18px;
}

.manifesto-page .container,
.pricing-page .container {
  margin-top: 18px;
}

.downloads-hero {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 36px 0 8px;
  max-width: 900px;
}

.about-page-hero {
  max-width: 980px;
}

.manifesto-page-hero,
.pricing-page .pricing-hero {
  max-width: 980px;
}

.about-page-section {
  margin-top: 18px;
}

.manifesto-page-section,
.pricing-page-section {
  margin-top: 18px;
}

.downloads-kicker {
  margin: 0 0 14px;
  color: #87919d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.downloads-hero h1 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #0a0d12;
}

.downloads-subtitle {
  margin: 18px 0 0;
  max-width: 760px;
  color: #717b87;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.45;
  font-weight: 500;
}

.downloads-section {
  padding: 26px 28px 30px;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(219, 234, 254, 0.2), transparent 58%),
    linear-gradient(165deg, #f9fbfe 0%, #f2f6fb 55%, #f8fbfd 100%);
}

.downloads-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(280px, 0.45fr);
  gap: 20px;
  align-items: end;
}

.downloads-section-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #87919d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.downloads-section-head h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.downloads-section-head p {
  margin: 0;
  color: #717b87;
  font-size: 16px;
  line-height: 1.55;
}

.downloads-platform-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.downloads-platform {
  border-radius: 24px;
  border: 1px solid #dbe3ec;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,253,0.98) 100%);
  padding: 22px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.downloads-platform-live:hover {
  transform: translateY(-2px);
  border-color: #c8d8ea;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.downloads-platform h3 {
  margin: 18px 0 0;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #111827;
}

.downloads-platform p {
  margin: 10px 0 0;
  color: #6b7682;
  font-size: 16px;
  line-height: 1.55;
}

.downloads-platform strong {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.downloads-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.downloads-pill-soon {
  background: #eef3f8;
  color: #73808d;
}

.downloads-platform-grid-soon {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.downloads-platform-soon {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(224, 231, 255, 0.16), transparent 58%),
    linear-gradient(165deg, #fbfcfe 0%, #f4f7fb 55%, #fbfcfe 100%);
}

.container > section {
  opacity: 0;
  transform: translateY(10px);
  animation: sectionIn 520ms ease forwards;
}

.container > section:nth-child(1) { animation-delay: 40ms; }
.container > section:nth-child(2) { animation-delay: 90ms; }
.container > section:nth-child(3) { animation-delay: 140ms; }
.container > section:nth-child(4) { animation-delay: 190ms; }
.container > section:nth-child(5) { animation-delay: 240ms; }
.container > section:nth-child(6) { animation-delay: 290ms; }
.container > section:nth-child(7) { animation-delay: 340ms; }

@keyframes sectionIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes btnShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .feature-grid,
  .trust-grid,
  .faq-grid,
  .quotes,
  .download-grid,
  .billing-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 22px;
  }

  .privacy-right {
    min-height: 320px;
  }

  .privacy-item h3 {
    font-size: clamp(20px, 3vw, 26px);
  }

  .privacy-item p {
    font-size: clamp(14px, 2vw, 18px);
  }

  .privacy-badges {
    gap: 6px;
  }

  .privacy-badge {
    font-size: 11px;
    padding: 6px 9px;
  }

  .hero {
    padding: 90px 0 72px;
  }

  .hero-title {
    font-size: clamp(58px, 10vw, 92px);
  }

  .hero-subtitle {
    max-width: 900px;
    font-size: clamp(19px, 2.2vw, 26px);
  }

  .speed-showcase {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .manifesto-title {
    font-size: clamp(38px, 8vw, 56px);
  }

  .billing-context-card {
    padding: 16px;
  }

  .billing-context-title {
    font-size: 22px;
  }

  .about-hero,
  .about-details,
  .pricing-overview,
  .install-steps,
  .downloads-section-head,
  .downloads-platform-grid,
  .downloads-platform-grid-soon {
    grid-template-columns: 1fr;
  }

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

  .faq-card {
    min-height: 0;
  }

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

  .manifesto-quote {
    font-size: clamp(24px, 4.2vw, 34px);
  }

  .manifesto-copy p,
  .manifesto-close p {
    font-size: 20px;
  }

  .speed-card {
    min-height: 520px;
  }

  .voice-output-card {
    width: calc(100% - 72px);
    margin-top: 124px;
  }

  .dictate-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .visual-shell {
    min-height: 400px;
  }

  .speech-bubble {
    left: 16%;
    right: 12%;
  }

  .output-card {
    left: 10%;
    right: 12%;
  }

  .testimonial-card {
    flex-basis: 360px;
    min-height: 250px;
  }

  .testimonial-text {
    font-size: 21px;
  }

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

  .install-card {
    gap: 14px;
  }

  .install-card:nth-child(4) {
    grid-column: auto;
  }

  .install-visual {
    min-height: 240px;
  }

  .install-page .footer {
    display: none;
  }
}

@media (max-width: 720px) {
  .topbar-inner,
  .container,
  .footer {
    width: calc(100% - 20px);
  }

  .logo-wall,
  .testimonials {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero,
  .speed-showcase,
  .manifesto,
  .logo-wall,
  .dictate-showcase,
  .features,
  .trust,
  .privacy-showcase,
  .testimonials,
  .faq,
  .download {
    padding: 16px;
    border-radius: 14px;
  }

  .topbar {
    padding-top: 4px;
  }

  .topbar-inner {
    min-height: 72px;
    padding-top: 8px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-logo {
    width: 18px;
    height: 18px;
  }

  .feature-grid,
  .trust-grid,
  .faq-grid,
  .quotes,
  .download-grid,
  .billing-plans,
  .hero-kpis {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 20px 18px 18px;
    gap: 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-summary {
    max-width: none;
    font-size: 15px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 18px;
  }

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

  .hero {
    padding: 62px 0 48px;
    border-radius: 0;
  }

  .hero-title {
    font-size: clamp(46px, 13vw, 72px);
    line-height: 0.98;
    white-space: normal;
  }

  .hero-subtitle {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 30px;
  }

  .speed-showcase {
    padding: 0;
  }

  .speed-card {
    min-height: 420px;
    border-radius: 24px;
  }

  .manifesto-inner {
    text-align: left;
    padding: 0;
  }

  .manifesto-title {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.02;
  }

  .about-copy h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .pricing-hero h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .downloads-hero h1 {
    font-size: clamp(38px, 8vw, 56px);
  }

  .install-hero {
    padding-top: 28px;
  }

  .install-hero h1 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .install-subtitle,
  .install-card p,
  .install-actions {
    font-size: 16px;
  }

  .install-visual {
    min-height: 220px;
    border-radius: 22px;
  }

  .install-page .container {
    width: calc(100% - 20px);
  }

  .install-window,
  .install-applications {
    inset: 18px;
    border-radius: 18px;
  }

  .install-window-body {
    padding: 16px;
    gap: 12px;
  }

  .install-app-tile img {
    width: 54px;
    height: 54px;
  }

  .install-folder {
    width: 60px;
    height: 46px;
  }

  .install-applications-head {
    font-size: 20px;
  }

  .install-applications-item {
    margin: 16px;
    font-size: 17px;
  }

  .pricing-subtitle,
  .pricing-copy {
    font-size: 17px;
  }

  .about-intro {
    font-size: 17px;
  }

  .about-panel,
  .about-card {
    padding: 18px;
    border-radius: 18px;
  }

  .faq {
    padding: 20px 18px 22px;
  }

  .download {
    padding: 22px 18px 24px;
  }

  .downloads-section {
    padding: 20px 18px 22px;
  }

  .downloads-platform h3 {
    font-size: 22px;
  }

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

  .faq-grid h3 {
    font-size: 20px;
  }

  .faq-grid p {
    font-size: 15px;
  }

  .manifesto-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .manifesto-quote {
    font-size: 26px;
    line-height: 1.12;
  }

  .manifesto-copy {
    margin-top: 24px;
    gap: 14px;
  }

  .manifesto-copy p,
  .manifesto-close p {
    font-size: 18px;
    line-height: 1.5;
  }

  .manifesto-close {
    margin-top: 28px;
  }

  .speed-metric {
    left: 10px;
    right: 10px;
    top: 10px;
    padding: 16px 18px;
    border-radius: 22px;
  }

  .speed-metric-wide {
    gap: 14px;
  }

  .speed-label {
    font-size: 12px;
  }

  .speed-value strong {
    font-size: 42px;
  }

  .speed-value span {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .speed-scene {
    inset: 94px 0 0;
  }

  .typing-textbox {
    width: 74%;
    min-height: 130px;
    margin-top: 74px;
    padding: 20px;
  }

  .typing-textbox p {
    font-size: 18px;
  }

  .typing-line-full {
    animation: typingRevealMobile 3.2s steps(16, end) infinite alternate;
  }

  .keyboard-grid {
    width: 62%;
    margin-top: 54px;
  }

  .voice-output-card {
    width: calc(100% - 36px);
    min-height: 124px;
    margin-top: 92px;
    padding: 20px 22px;
  }

  .voice-output-card p {
    font-size: 18px;
  }

  .voice-line {
    animation: typingRevealVoiceMobile 4.2s steps(40, end) infinite alternate;
  }

  .voice-pill {
    margin-top: 40px;
  }

  .voice-pill.os-ctrl-pill {
    padding: 6px 12px;
    gap: 10px;
  }

  .voice-pill .os-circle-btn {
    padding: 5px;
  }

  .voice-pill .os-circle-btn svg {
    width: 9px;
    height: 9px;
  }

  .voice-pill .os-stop-sq {
    width: 10px;
    height: 10px;
    border-radius: 3px;
  }

  .voice-pill .os-wave-row {
    min-width: 48px;
    height: 22px;
  }

  .hero-cta,
  .topbar-cta {
    padding: 14px 24px;
    font-size: 15px;
  }

  .testimonials-title {
    text-align: left;
    font-size: clamp(38px, 10vw, 56px);
  }

  .dictate-title {
    text-align: left;
    font-size: clamp(40px, 11vw, 64px);
  }

  .dictate-copy h3 {
    font-size: 24px;
  }

  .dictate-copy p {
    font-size: 16px;
  }

  .visual-shell {
    min-height: 310px;
    border-radius: 22px;
  }

  .speech-bubble {
    top: 16%;
    left: 8%;
    right: 8%;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding: 16px 16px 18px;
    border-radius: 18px;
  }

  .speech-bubble p {
    font-size: 15px;
  }

  .output-card {
    left: 6%;
    right: 8%;
    bottom: 12%;
    padding: 18px 18px 20px;
    border-radius: 18px;
  }

  .output-card p {
    font-size: 15px;
  }

  .wave-glyph span:nth-child(1) { height: 10px; }
  .wave-glyph span:nth-child(2) { height: 20px; }
  .wave-glyph span:nth-child(3) { height: 14px; }
  .wave-glyph span:nth-child(4) { height: 22px; }
  .wave-glyph span:nth-child(5) { height: 12px; }

  .privacy-title {
    font-size: clamp(26px, 7vw, 38px);
    white-space: normal;
  }

  .privacy-item {
    grid-template-columns: 22px 1fr;
  }

  .privacy-icon {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }

  .privacy-item h3 {
    font-size: 20px;
  }

  .privacy-item p {
    font-size: 14px;
  }

  .privacy-intro {
    font-size: 14px;
  }

  .privacy-right {
    min-height: 240px;
    border-radius: 16px;
  }

  .privacy-visual {
    width: min(220px, 68%);
  }

  .testimonials-subtitle {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .testimonial-card {
    flex-basis: min(88vw, 340px);
    min-height: 230px;
    border-radius: 24px;
    padding: 22px 20px;
  }

  .testimonial-text {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
