:root {
  --bg: #06070a;
  --bg-soft: #0e1016;
  --panel: rgba(12, 14, 21, 0.78);
  --panel-strong: rgba(19, 22, 33, 0.96);
  --border: rgba(255, 255, 255, 0.08);
  --text: #f5f7fb;
  --muted: rgba(245, 247, 251, 0.64);
  --soft: rgba(245, 247, 251, 0.32);
  --lime: #82f08d;
  --mint: #42d9b0;
  --violet: #b487ff;
  --pink: #ff6ba9;
  --amber: #ffb95e;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at top left, rgba(130, 240, 141, 0.12), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(180, 135, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #05060a 0%, #080a10 48%, #05060a 100%);
  overscroll-behavior: none;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(130, 240, 141, 0.12), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(180, 135, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #05060a 0%, #080a10 48%, #05060a 100%);
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  overscroll-behavior: none;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 88%);
}

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

.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 20;
}

.nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 22px;
  background: rgba(7, 10, 10, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  justify-self: start;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #04110a;
  background: linear-gradient(135deg, var(--lime), var(--mint));
  box-shadow: 0 0 24px rgba(130, 240, 141, 0.35);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-text {
  letter-spacing: -0.03em;
}

.pill,
.live-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(130, 240, 141, 0.2);
  background: rgba(130, 240, 141, 0.1);
  color: var(--lime);
  font-size: 0.71rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.65rem;
}

.nav-links,
.nav-actions,
.hero-meta,
.transport,
.timeline-header,
.track {
  display: flex;
  align-items: center;
}

.nav-links,
.nav-actions {
  gap: 12px;
}

.nav-links {
  width: 100%;
  justify-content: center;
  justify-self: center;
}

.nav-actions {
  width: 100%;
  justify-content: flex-end;
  justify-self: end;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  color: #08110d;
  background: linear-gradient(135deg, var(--lime), var(--mint));
  box-shadow: 0 18px 40px rgba(66, 217, 176, 0.2);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border);
}

.social-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 251, 0.92);
  font-weight: 600;
  transition: background 180ms ease, transform 180ms ease;
}

.social-button:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.social-button svg {
  width: 18px;
  height: 18px;
}

.social-button-linkedin {
  color: #dbeafe;
  background: rgba(10, 102, 194, 0.16);
  border-color: rgba(10, 102, 194, 0.28);
}

.social-button-linkedin:hover {
  background: rgba(10, 102, 194, 0.24);
}

.social-button-icon-only {
  justify-content: center;
  width: 46px;
  min-width: 46px;
  padding: 0;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 42px;
  min-height: 100vh;
  align-items: center;
  padding: 140px 0 48px;
}

.eyebrow,
.hero-meta li,
.card-kicker,
.kicker,
.panel-label,
.node-card span,
.app-key,
.timeline,
.faq-list p,
.hero-text,
.section-heading p,
.feature-row p:last-child,
.stat span {
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(130, 240, 141, 0.14);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  font-size: 0.88rem;
}

.hero-badge {
  margin-bottom: 24px;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(130, 240, 141, 0.9);
}

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

h1 {
  font-size: clamp(4rem, 9vw, 6.8rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  max-width: 11ch;
}

h1 span {
  display: inline-block;
  background: linear-gradient(90deg, var(--lime), var(--mint), var(--violet));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 6s linear infinite;
}

.hero-text {
  max-width: 620px;
  margin-top: 24px;
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.hero-copy.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-copy.centered .hero-text {
  max-width: 860px;
}

.hero-copy.centered .hero-meta {
  justify-content: center;
}

.hero-subtext {
  margin-top: 16px;
  color: rgba(245, 247, 251, 0.38);
  font-size: 0.98rem;
}

.hero-meta {
  gap: 14px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.hero-meta li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  width: 100%;
}

.hero-visual-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
}

.hero-visual-glow-a {
  inset: 10% auto auto -4%;
  width: 300px;
  height: 300px;
  background: rgba(130, 240, 141, 0.15);
}

.hero-visual-glow-b {
  inset: auto 0 6% auto;
  width: 340px;
  height: 340px;
  background: rgba(180, 135, 255, 0.15);
}

.hero-shot {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(12, 14, 21, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shot-poster,
.hero-shot-video {
  transition: opacity 240ms ease;
}

.hero-shot-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  background: #000;
}

.hero-shot-primary.is-playing .hero-shot-poster {
  opacity: 0;
}

.hero-shot-primary.is-playing .hero-shot-video {
  opacity: 1;
}

.hero-shot-primary {
  height: fit-content;
}

.stats,
.showcase,
.workflow-grid,
.feature-list,
.faq-list,
.download-grid {
  display: grid;
}

.stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 80px;
}

.stat,
.info-card,
.feature-row,
.faq-list details {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(18px);
}

.stat {
  padding: 22px;
}

.showcase {
  gap: 24px;
  padding: 28px 0 104px;
}

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

.showcase-row-reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.showcase-row-reverse .showcase-media {
  order: 2;
}

.showcase-row-reverse .showcase-copy {
  order: 1;
}

.showcase-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(12, 14, 21, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 42%, rgba(0, 0, 0, 0.26) 100%);
  opacity: 0.42;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.showcase-media img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 320ms ease;
}

.showcase-row:hover .showcase-media img {
  transform: scale(1.035);
}

.showcase-row:hover .showcase-media::after {
  opacity: 0.72;
}

.showcase-copy {
  max-width: 540px;
}

.showcase-copy h3 {
  margin: 12px 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.showcase-copy p:last-child {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.showcase-row:nth-of-type(odd).reveal-on-scroll {
  transform: translate3d(-72px, 80px, 0);
}

.showcase-row:nth-of-type(even).reveal-on-scroll {
  transform: translate3d(72px, 80px, 0);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.download-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.download-menu {
  position: relative;
}

.download-menu summary {
  list-style: none;
}

.download-menu summary::-webkit-details-marker {
  display: none;
}

.download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 80px;
  padding: 20px 22px;
  color: #08110d;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 245, 244, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.download-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
}

.download-card-trigger {
  cursor: pointer;
}

.download-card-main {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.download-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.download-icon svg {
  width: 100%;
  height: 100%;
}

.download-label {
  font-size: clamp(1.15rem, 2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.download-chevron {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  border-right: 3px solid rgba(8, 17, 13, 0.56);
  border-bottom: 3px solid rgba(8, 17, 13, 0.56);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.download-menu[open] .download-chevron {
  transform: rotate(225deg) translateY(-1px);
}

.download-menu-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  right: 0;
  z-index: 4;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(15, 15, 17, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
}

.download-menu-option {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 34px;
  color: rgba(255, 255, 255, 0.96);
  transition: background 180ms ease;
}

.download-menu-option + .download-menu-option {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.download-menu-option:hover {
  background: rgba(255, 255, 255, 0.03);
}

.download-menu-option strong {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.download-menu-option small {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.8rem;
}

.download-menu-linux .download-icon {
  width: 34px;
  height: 34px;
}

.download-menu-linux .download-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

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

.hero-downloads {
  width: 100%;
  max-width: 1120px;
  margin-top: 36px;
}

.mac-fix {
  width: 100%;
  max-width: 760px;
  margin-top: 22px;
}

.mac-fix-label {
  margin-bottom: 10px;
  text-align: center;
  color: rgba(245, 247, 251, 0.34);
  font-size: 0.93rem;
}

.mac-fix-command {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(14, 29, 22, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.mac-fix-command code {
  display: block;
  overflow-x: auto;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.98rem;
  color: rgba(245, 247, 251, 0.52);
  white-space: nowrap;
}

.stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin: 10px 0 14px;
}

.section-heading p:last-child {
  font-size: 1.02rem;
  line-height: 1.75;
}

.workflow,
.features,
.faq {
  padding: 48px 0 112px;
}

.workflow-grid {
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.info-card {
  min-height: 240px;
  padding: 28px;
}

.feature-large {
  background:
    radial-gradient(circle at top right, rgba(130, 240, 141, 0.12), transparent 36%),
    var(--panel-strong);
}

.info-card h3,
.feature-row h3 {
  font-size: 1.6rem;
  margin: 12px 0 10px;
}

.info-card p:last-child,
.feature-row p:last-child,
.faq-list p {
  line-height: 1.7;
}

.feature-list {
  gap: 14px;
}

.feature-row {
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: start;
  gap: 24px;
  padding: 24px 28px;
}

.faq-list {
  gap: 12px;
}

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

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-size: 1.02rem;
  font-weight: 500;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  padding: 0 0 22px;
  max-width: 72ch;
}

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

  100% {
    background-position: 200% 50%;
  }
}

@media (max-width: 1100px) {
  .hero {
    padding-top: 120px;
  }

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

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

  .hero-shot-primary {
    height: auto;
  }

  .stats,
  .showcase-row,
  .workflow-grid,
  .download-grid {
    grid-template-columns: 1fr;
  }

  .showcase-row-reverse {
    grid-template-columns: 1fr;
  }

  .showcase-row-reverse .showcase-media,
  .showcase-row-reverse .showcase-copy {
    order: initial;
  }
}

@media (max-width: 840px) {
  .site-header {
    top: 12px;
  }

  .nav {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 18px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
    padding-top: 176px;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.68;
  }

  .stats {
    padding-bottom: 56px;
  }

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

  .hero-downloads {
    grid-template-columns: 1fr;
  }

  .showcase-row {
    gap: 20px;
    padding: 10px 0;
  }

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

  .showcase-copy {
    max-width: none;
  }

  .showcase-copy h3 {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 20px, 1120px);
  }

  .noise {
    opacity: 0.05;
    background-size: 48px 48px;
  }

  .nav {
    width: min(100% - 20px, 1120px);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .brand {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand-copy {
    gap: 4px;
  }

  .brand-text {
    font-size: 0.98rem;
  }

  .pill {
    padding: 0.28rem 0.56rem;
    font-size: 0.64rem;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.3rem);
    max-width: 8ch;
    line-height: 0.92;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    width: calc(100% + 4px);
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 6px;
    margin-inline: -2px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.88rem;
  }

  .nav-actions {
    width: auto;
    justify-content: flex-end;
    gap: 10px;
  }

  .social-button {
    min-height: 42px;
    padding: 0 14px;
  }

  .social-button-github span {
    display: none;
  }

  .hero {
    gap: 22px;
    padding: 184px 0 22px;
  }

  .hero-badge,
  .eyebrow {
    justify-content: center;
    padding-inline: 12px;
    margin-bottom: 18px;
    font-size: 0.8rem;
  }

  .hero-subtext {
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero-meta {
    gap: 10px;
    margin-top: 22px;
  }

  .hero-meta li {
    width: auto;
    text-align: center;
    font-size: 0.8rem;
    padding: 8px 12px;
  }

  .hero-visual {
    margin-top: 6px;
    overflow: clip;
  }

  .hero-visual-glow-a {
    inset: 4% auto auto -16%;
    width: 180px;
    height: 180px;
  }

  .hero-visual-glow-b {
    inset: auto -10% 2% auto;
    width: 190px;
    height: 190px;
  }

  .hero-shot {
    border-radius: 20px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.36);
  }

  .hero-shot-primary {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: rgba(5, 7, 10, 0.96);
  }

  .hero-shot-primary img,
  .hero-shot-primary video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .download-menu-panel {
    position: static;
    margin-top: 10px;
    border-radius: 18px;
  }

  .download-card {
    min-height: 72px;
    padding: 18px;
    border-radius: 20px;
  }

  .download-card-main {
    gap: 14px;
  }

  .download-label {
    font-size: 1.05rem;
  }

  .hero-downloads {
    margin-top: 18px;
    gap: 12px;
  }

  .mac-fix {
    margin-top: 14px;
  }

  .mac-fix-label {
    font-size: 0.82rem;
  }

  .mac-fix-command {
    padding: 14px 15px;
    border-radius: 14px;
  }

  .stats {
    gap: 12px;
    padding-bottom: 48px;
  }

  .stat {
    padding: 18px;
    border-radius: 18px;
  }

  .stat strong {
    font-size: 1rem;
  }

  .showcase {
    gap: 16px;
    padding: 10px 0 72px;
  }

  .showcase-row,
  .showcase-row-reverse {
    gap: 14px;
    padding: 0;
  }

  .showcase-media {
    border-radius: 20px;
    order: 1;
  }

  .showcase-copy {
    order: 2;
    padding: 0 2px 6px;
  }

  .showcase-copy h3 {
    margin: 8px 0 10px;
    font-size: clamp(1.45rem, 8vw, 2rem);
    line-height: 1.06;
  }

  .card-kicker,
  .kicker {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
  }

  .showcase-copy p:last-child,
  .section-heading p:last-child,
  .info-card p:last-child,
  .feature-row p:last-child,
  .faq-list p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .workflow,
  .features,
  .faq {
    padding: 28px 0 72px;
  }

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

  .section-heading h2 {
    margin: 8px 0 10px;
    font-size: clamp(1.8rem, 10vw, 2.5rem);
  }

  .workflow-grid {
    gap: 12px;
  }

  .info-card,
  .feature-row,
  .stat,
  .faq-list details {
    padding-left: 18px;
    padding-right: 18px;
  }

  .info-card {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .info-card h3,
  .feature-row h3 {
    font-size: 1.28rem;
  }

  .feature-list,
  .faq-list {
    gap: 10px;
  }

  .feature-row {
    gap: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-list summary {
    padding: 18px 0;
    font-size: 0.98rem;
  }

  .faq-list p {
    padding-bottom: 18px;
  }

  .timeline-header {
    flex-wrap: wrap;
  }

  .mac-fix-command code {
    font-size: 0.84rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .reveal-on-scroll,
  .showcase-row:nth-of-type(odd).reveal-on-scroll,
  .showcase-row:nth-of-type(even).reveal-on-scroll {
    transform: translate3d(0, 32px, 0);
  }
}

@media (max-width: 420px) {
  .site-header {
    top: max(12px, env(safe-area-inset-top));
  }

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

  .brand,
  .nav-actions {
    width: 100%;
  }

  .nav-actions {
    justify-content: space-between;
  }

  .nav-links {
    gap: 10px 14px;
  }

  .nav-links a {
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 214px;
  }

  .hero-text {
    margin-top: 18px;
  }

  .hero-shot-primary {
    aspect-ratio: 4 / 3;
  }

  .download-icon {
    width: 26px;
    height: 26px;
  }
}
