:root {
  --bg: #fafaf8;
  --bg-elevated: #ffffff;
  --bg-muted: #f5f5f3;
  --bg-card: rgba(255, 255, 255, 0.62);
  --text: #1d1d1f;
  --text-headline-muted: #4a4a4e;
  --text-body: #55585c;
  --text-secondary: #5c5c60;
  --text-muted: #86868b;
  --border: #e5e5e5;
  --border-subtle: rgba(0, 0, 0, 0.06);
  --border-strong: rgba(0, 0, 0, 0.1);
  --accent: #1d1d1f;
  --accent-soft: rgba(29, 29, 31, 0.06);
  --accent-border: rgba(29, 29, 31, 0.22);
  --radius-xl: 22px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --radius-btn: 12px;
  --radius-pill: 999px;
  --shadow-palette: 0 28px 72px rgba(0, 0, 0, 0.07), 0 8px 24px rgba(0, 0, 0, 0.035);
  --shadow-palette-hero: 0 40px 100px rgba(0, 0, 0, 0.14), 0 14px 36px rgba(0, 0, 0, 0.07);
  --shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.03);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 140ms;
  --duration: 220ms;
  --duration-med: 400ms;
  --nav-height: 72px;
  --container: 1080px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--text-body);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

ul,
ol {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 28px;
  width: 100%;
}

.section {
  padding: 112px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--duration-med) var(--ease-out), transform var(--duration-med) var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.reveal.is-visible .hero-copy > *,
.reveal.is-visible .hero-visual,
.reveal.is-visible .difference-grid > *,
.reveal.is-visible .pricing-grid > *,
.reveal.is-visible .usecases-grid > *,
.reveal.is-visible .testimonials-grid > *,
.reveal.is-visible .faq-list > *,
.reveal.is-visible .insight-line,
.reveal.is-visible .shortcut-demo-copy,
.reveal.is-visible .shortcut-stage,
.reveal.is-visible .motion-values-copy,
.reveal.is-visible .motion-values-demo,
.reveal.is-visible .final-cta-inner > .btn {
  animation: rise-in 420ms var(--ease-out) both;
}

.reveal.is-visible .hero-copy > *:nth-child(1) { animation-delay: 0ms; }
.reveal.is-visible .hero-copy > *:nth-child(2) { animation-delay: 60ms; }
.reveal.is-visible .hero-copy > *:nth-child(3) { animation-delay: 110ms; }
.reveal.is-visible .hero-copy > *:nth-child(4) { animation-delay: 160ms; }
.reveal.is-visible .hero-visual { animation-delay: 140ms; }

.reveal.is-visible .difference-grid > *:nth-child(1),
.reveal.is-visible .pricing-grid > *:nth-child(1),
.reveal.is-visible .usecases-grid > *:nth-child(1),
.reveal.is-visible .testimonials-grid > *:nth-child(1),
.reveal.is-visible .faq-list > *:nth-child(1),
.reveal.is-visible .insight-line:nth-child(1) { animation-delay: 40ms; }

.reveal.is-visible .difference-grid > *:nth-child(2),
.reveal.is-visible .pricing-grid > *:nth-child(2),
.reveal.is-visible .usecases-grid > *:nth-child(2),
.reveal.is-visible .testimonials-grid > *:nth-child(2),
.reveal.is-visible .faq-list > *:nth-child(2),
.reveal.is-visible .insight-line:nth-child(2),
.reveal.is-visible .shortcut-stage,
.reveal.is-visible .motion-values-demo { animation-delay: 90ms; }

.reveal.is-visible .usecases-grid > *:nth-child(3),
.reveal.is-visible .testimonials-grid > *:nth-child(3),
.reveal.is-visible .faq-list > *:nth-child(3),
.reveal.is-visible .insight-line:nth-child(3) { animation-delay: 140ms; }

.reveal.is-visible .faq-list > *:nth-child(n + 4) { animation-delay: 180ms; }
.reveal.is-visible .faq-list > *:nth-child(n + 7) { animation-delay: 220ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible .hero-copy > *,
  .reveal.is-visible .hero-visual,
  .reveal.is-visible .difference-grid > *,
  .reveal.is-visible .pricing-grid > *,
  .reveal.is-visible .usecases-grid > *,
  .reveal.is-visible .testimonials-grid > *,
  .reveal.is-visible .faq-list > *,
  .reveal.is-visible .insight-line,
  .reveal.is-visible .shortcut-demo-copy,
  .reveal.is-visible .shortcut-stage,
  .reveal.is-visible .motion-values-copy,
  .reveal.is-visible .motion-values-demo,
  .reveal.is-visible .final-cta-inner > .btn {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .palette-caret,
  .palette-result:not([hidden]) {
    animation: none;
  }

  .btn:hover,
  .btn:active,
  .pricing-card:hover,
  .compare-card:hover,
  .usecase-card:hover,
  .testimonial-card:hover {
    transform: none;
  }

  .faq-panel,
  .faq-panel > p,
  .mobile-menu {
    transition: none;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 72px 0;
  }

  .container {
    padding: 0 20px;
  }
}


.logo {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.logo-mark {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  overflow: visible;
  width: 32px;
}

.logo-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.logo--sm .logo-mark {
  border-radius: 0;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.logo-word {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.028em;
}

.logo--sm .logo-word {
  font-size: 12px;
  font-weight: 500;
}

.navbar-brand .logo {
  gap: 10px;
}

.navbar-brand .logo-mark {
  flex: 0 0 52px;
  height: 52px;
  width: 52px;
}

.navbar-brand .logo-word {
  font-size: 20px;
  letter-spacing: -0.032em;
}

.footer-brand .logo-mark {
  flex: 0 0 36px;
  height: 36px;
  width: 36px;
}

.footer-brand .logo-word {
  font-size: 16px;
}

.keycap {
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: var(--text-muted);
  display: inline-flex;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 3px 6px;
  white-space: nowrap;
}


.btn {
  align-items: center;
  border-radius: var(--radius-btn);
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  letter-spacing: -0.018em;
  transition: transform var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease), border-color var(--duration-fast) var(--ease), opacity var(--duration-fast) var(--ease), box-shadow var(--duration) var(--ease-out);
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    transform: translateY(-1px);
  }
}

.btn:active {
  transform: scale(0.98);
}

.btn--sm {
  font-size: 13px;
  min-height: 34px;
  padding: 0 14px;
}

.btn--md {
  font-size: 14px;
  min-height: 40px;
  padding: 0 18px;
}

.btn--lg {
  font-size: 15px;
  min-height: 44px;
  padding: 0 20px;
}

.btn--dark {
  background: #1d1d1f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #ffffff;
}

.btn--dark:hover {
  background: #2c2c2e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.btn--outline {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  color: var(--text);
}

.btn--outline:hover {
  border-color: rgba(0, 0, 0, 0.14);
}

.btn--ghost {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--text-secondary);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.14);
  color: var(--text);
}


.navbar {
  background: rgba(250, 250, 248, 0.78);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent;
  left: 0;
  position: sticky;
  top: 0;
  transition: border-color 0.22s var(--ease), background-color 0.22s var(--ease);
  z-index: 100;
}

.navbar.is-scrolled {
  background: rgba(250, 250, 248, 0.92);
  border-bottom-color: var(--border-subtle);
}

.navbar-inner {
  align-items: center;
  display: flex;
  gap: 32px;
  height: var(--nav-height);
  justify-content: space-between;
}

.navbar-brand {
  flex: 0 0 auto;
}

.navbar-links {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 32px;
  justify-content: center;
}

.navbar-link {
  color: var(--text-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  transition: color 0.18s var(--ease);
}

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

.navbar-actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

.navbar-signin {
  color: var(--text-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  padding: 6px 2px;
  transition: color 0.18s var(--ease);
  white-space: nowrap;
}

.navbar-signin:hover {
  color: var(--text);
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 34px;
  justify-content: center;
  padding: 0 4px;
  width: 34px;
}

.navbar-toggle span {
  background: var(--text);
  border-radius: 1px;
  display: block;
  height: 1.5px;
  width: 17px;
}

.mobile-menu {
  background: var(--bg);
  border-bottom: 1px solid transparent;
  display: none;
  overflow: hidden;
  padding: 0 20px;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 0;
  overflow: hidden;
}

.mobile-menu-link {
  border-radius: 8px;
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 8px;
}

.mobile-menu-cta {
  margin-top: 10px;
  width: 100%;
}

@media (max-width: 768px) {
  .navbar-links,
  .navbar-actions .btn,
  .navbar-signin {
    display: none;
  }

  .navbar-toggle {
    display: flex;
  }

  .mobile-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 320ms var(--ease-out), padding 280ms var(--ease-out), border-color 220ms var(--ease);
  }

  .mobile-menu.is-open {
    border-bottom-color: var(--border-subtle);
    grid-template-rows: 1fr;
    padding: 12px 20px 20px;
  }

  .navbar-brand .logo-mark {
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
  }

  .navbar-brand .logo-word {
    font-size: 18px;
  }

  .navbar-inner {
    gap: 16px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    max-width: 100%;
    width: 100%;
  }

  .hero-eyebrow {
    max-width: 100%;
  }

  .hero-copy {
    max-width: 100%;
    padding: 0 2px;
  }

  .palette-search {
    gap: 10px;
    padding: 14px 14px;
  }

  .palette-search-text {
    font-size: 15px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .palette-result {
    gap: 8px;
    padding: 12px 14px;
  }

  .palette-result-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .palette-footer {
    gap: 8px;
    padding: 10px 14px;
  }

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

  .pricing-includes {
    padding: 22px 18px;
  }

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


.section-heading {
  margin-bottom: 56px;
  max-width: 560px;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-eyebrow {
  color: var(--accent);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section-title {
  color: var(--text);
  font-size: clamp(1.875rem, 3.2vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.section-title-line {
  display: block;
}

.section-subtitle {
  color: var(--text-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 14px;
}

.copy-break {
  display: block;
}

.mobile-break {
  display: inline;
}


.palette {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-palette);
  overflow: hidden;
  transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
  width: 100%;
}

.palette-search {
  align-items: center;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  gap: 12px;
  padding: 18px 20px;
}

.palette-search-icon {
  color: var(--text-muted);
  flex: 0 0 auto;
}

.palette-search-text {
  color: var(--text);
  flex: 1;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.2;
  min-height: 22px;
}

.palette-caret {
  animation: blink 1s step-end infinite;
  background: var(--accent);
  display: inline-block;
  height: 17px;
  margin-left: 1px;
  vertical-align: -3px;
  width: 1.5px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.palette-result {
  align-items: center;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 13px 20px;
  transition: background-color 0.22s var(--ease);
}

.palette-result:not([hidden]) {
  animation: resultIn 0.28s var(--ease);
}

@keyframes resultIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.palette-result.is-selected {
  background: var(--accent-soft);
}

.palette-result.is-applied {
  background: rgba(29, 29, 31, 0.05);
}

.palette-result-main {
  align-items: center;
  display: flex;
  gap: 11px;
  min-width: 0;
}

.palette-dot {
  background: var(--accent);
  border-radius: 50%;
  flex: 0 0 7px;
  height: 7px;
  width: 7px;
}

.palette-dot.is-check {
  align-items: center;
  background: var(--accent-soft);
  border: 1px solid var(--accent-border);
  color: var(--accent);
  display: flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.palette-result-name {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.palette-result-action {
  align-items: center;
  color: var(--accent);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
  letter-spacing: -0.01em;
}

.palette-list {
  border-bottom: 1px solid var(--border-subtle);
  padding: 4px 0;
}

.palette-list-row {
  align-items: center;
  color: var(--text-muted);
  display: flex;
  font-size: 13px;
  font-weight: 400;
  gap: 11px;
  letter-spacing: -0.01em;
  padding: 9px 20px;
}

.palette-list-icon {
  background: var(--bg-muted);
  border: 1px solid var(--border-subtle);
  border-radius: 3px;
  flex: 0 0 13px;
  height: 13px;
}

.palette-footer {
  align-items: center;
  background: #fafafa;
  color: var(--text-muted);
  display: flex;
  font-size: 11px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -0.005em;
  padding: 11px 20px;
}

.palette-footer-brand {
  align-items: center;
  display: flex;
  gap: 7px;
}

.palette-footer-count {
  color: var(--text-muted);
}

.palette-footer-action {
  align-items: center;
  color: var(--text-secondary);
  display: inline-flex;
  gap: 5px;
}

.palette--compact {
  max-width: 320px;
}

.palette--showcase {
  max-width: 400px;
}

.palette--hero {
  box-shadow: var(--shadow-palette-hero);
  margin: 0 auto;
  max-width: 540px;
  position: relative;
  z-index: 3;
}

.palette--compact .palette-list,
.palette--showcase .palette-list {
  display: none;
}


.pricing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 20px;
  max-width: 720px;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  position: relative;
  transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .pricing-card:hover {
    border-color: rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }
}

.pricing-card.is-featured {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--accent-border);
}

.pricing-card.is-featured:hover {
  border-color: var(--accent-border);
  box-shadow: 0 12px 32px rgba(29, 29, 31, 0.08);
}

.pricing-badge {
  background: var(--accent);
  border-radius: 6px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  position: absolute;
  right: 16px;
  top: 16px;
  text-transform: uppercase;
}

.pricing-plan {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.pricing-plan.is-accent {
  color: var(--accent);
}

.pricing-plan-aside {
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.pricing-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.pricing-amount {
  color: var(--text);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pricing-period {
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.pricing-description {
  color: var(--text-body);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.pricing-cta {
  margin-top: 14px;
  width: 100%;
}

.pricing-fineprint {
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 860px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-amount {
    font-size: 34px;
  }
}


.faq-section {
  background: var(--bg-muted);
}

.faq-shell {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.faq-intro {
  max-width: 560px;
  padding-top: 4px;
}

.faq-title {
  color: var(--text);
  font-size: clamp(1.875rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.faq-lede {
  color: var(--text-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-list {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  min-width: 0;
  overflow: hidden;
  padding: 6px 22px;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-trigger {
  align-items: center;
  color: var(--text);
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 16px;
  justify-content: space-between;
  letter-spacing: -0.02em;
  padding: 18px 0;
  text-align: left;
  transition: color 0.18s var(--ease);
  width: 100%;
}

.faq-trigger:hover {
  color: var(--text);
}

.faq-icon {
  align-items: center;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--text-muted);
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 16px;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  line-height: 1;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
  width: 28px;
}

.faq-item.is-open .faq-icon {
  background: var(--text);
  border-color: var(--text);
  color: #ffffff;
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding: 0;
  transition: grid-template-rows 320ms var(--ease-out), padding 280ms var(--ease-out);
}

.faq-panel > p {
  color: var(--text-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
  max-width: 54ch;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 240ms var(--ease-out), transform 240ms var(--ease-out);
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
  padding: 0 0 18px;
}

.faq-item.is-open .faq-panel > p {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .faq-intro {
    max-width: none;
  }

  .faq-list {
    padding: 4px 18px 8px;
  }

  .faq-panel p {
    max-width: none;
  }
}


.footer {
  border-top: 1px solid var(--border-subtle);
  padding: 56px 0 28px;
}

.footer-inner {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(160px, 220px) 1fr;
}

.footer-tagline {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}

.footer-nav {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-heading {
  color: var(--text);
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-col {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.footer-col a {
  color: var(--text-body);
  font-size: 14px;
  font-weight: 400;
  transition: color 0.18s var(--ease);
}

.footer-col a:hover {
  color: var(--text);
}

.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  margin-top: 40px;
  padding-top: 20px;
}

.footer-copy {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 24px;
  }

  .footer-inner {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-nav {
    gap: 28px;
    grid-template-columns: 1fr;
  }
}


.hero {
  padding-bottom: 20px;
  padding-top: 44px;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

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

.hero-eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  color: var(--text-body);
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 9px;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  padding: 6px 13px 6px 7px;
}

.hero-pr-logo {
  border-radius: 4px;
  display: block;
  flex: 0 0 18px;
  height: 18px;
  object-fit: contain;
  width: 18px;
}

.hero-title {
  font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.08;
  margin-bottom: 18px;
}

.hero-title-primary {
  color: var(--text);
  display: block;
}

.hero-title-secondary {
  color: var(--text-headline-muted);
  display: block;
}

.hero-subtitle {
  color: var(--text-body);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.55;
  margin: 0 auto 20px;
  max-width: 540px;
}

.hero-subtitle-line {
  display: block;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}

.hero-visual {
  margin: 0 auto;
  max-width: 920px;
  padding: 8px 0 28px;
  position: relative;
  width: 100%;
}

.hero-demo {
  background: #111;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.hero-demo-video {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  width: 100%;
}

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

  .hero-inner {
    gap: 28px;
  }

  .hero-title {
    font-size: clamp(1.9rem, 5.1vw, 2.55rem);
    letter-spacing: -0.04em;
    margin-bottom: 14px;
  }

  .hero-title-primary,
  .hero-title-secondary {
    white-space: nowrap;
  }

  .hero-subtitle {
    font-size: min(15px, calc((100vw - 32px) / 26.6));
    letter-spacing: -0.018em;
    margin-bottom: 18px;
    max-width: none;
  }

  .hero-subtitle-line {
    white-space: nowrap;
  }

  .hero-visual {
    padding-bottom: 20px;
  }

  .hero-demo {
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-title {
    font-size: min(2.2rem, calc((100vw - 24px) / 13.05));
    letter-spacing: -0.048em;
  }

  .hero-eyebrow {
    font-size: 11px;
    padding: 6px 12px 6px 7px;
  }

  .hero-pr-logo {
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
  }

  .container {
    padding: 0 16px;
  }
}

@media (min-width: 1440px) {
  .hero-copy {
    max-width: 800px;
  }

  .hero-title {
    font-size: clamp(2.5rem, 2.7vw, 3.25rem);
  }
}


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

.compare-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px 22px;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.compare-card:hover {
  transform: translateY(-2px);
}

.compare-card--new {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--accent-border);
}

.compare-label {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}

.compare-label.is-accent {
  color: var(--accent);
}

.compare-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.compare-steps li {
  align-items: center;
  color: var(--text);
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
  letter-spacing: -0.01em;
}

.compare-num {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text-muted);
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 11px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
}

.compare-foot {
  border-top: 1px solid var(--border-subtle);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 400;
  padding-top: 16px;
}

.compare-foot.is-accent {
  align-items: center;
  color: var(--accent);
  display: flex;
  font-size: 12px;
  gap: 7px;
}

.compare-foot-icon {
  align-items: center;
  color: #c4a035;
  display: inline-flex;
  flex: 0 0 auto;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.compare-foot-icon svg {
  display: block;
  height: 16px;
  width: 16px;
}

.compare-card--new .panel-demo--compare {
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .difference-grid {
    grid-template-columns: 1fr;
  }
}


.how-it-works {
  background: var(--bg);
  padding-bottom: 72px;
  padding-top: 72px;
}

.how-it-works .section-heading {
  margin-bottom: 40px;
  text-align: center;
}

.steps-flow {
  align-items: stretch;
  display: flex;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 920px;
  padding: 0;
}

.steps-flow-item {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
}

.steps-flow-arrow {
  color: var(--text-muted);
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0 4px;
  opacity: 0.55;
}

.steps-flow-card {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px;
  text-align: center;
}

.steps-flow-icon {
  align-items: center;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--text);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 4px;
  width: 52px;
}

.steps-flow-num {
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.steps-flow-title {
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0;
}

.steps-flow-copy {
  color: var(--text-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  max-width: 18ch;
}

@media (max-width: 720px) {
  .steps-flow {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    max-width: 320px;
  }

  .steps-flow-item {
    flex-direction: column;
  }

  .steps-flow-arrow {
    margin: 2px 0;
    transform: rotate(90deg);
  }

  .steps-flow-copy {
    max-width: none;
  }
}

.pricing-includes {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin: 0 auto;
  max-width: 680px;
  padding: 26px 24px;
}

.pricing-includes h3 {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.pricing-includes ul {
  display: grid;
  gap: 10px;
}

.pricing-includes li {
  align-items: center;
  color: var(--text-body);
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 10px;
  line-height: 1.45;
}

.pricing-check {
  align-items: center;
  color: var(--accent);
  display: inline-flex;
  flex: 0 0 16px;
}


.final-cta {
  padding-bottom: 96px;
}

.final-cta-inner {
  border-top: 1px solid var(--border-subtle);
  padding: 80px 0 0;
  text-align: center;
}

.final-cta-inner h2 {
  color: var(--text);
  font-size: clamp(1.875rem, 3.2vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin-bottom: 14px;
}

.final-cta-inner h2 span {
  display: block;
}

.final-cta-inner p {
  color: var(--text-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 28px;
}



.motion-values {
  background: var(--bg-muted);
}

.motion-values-inner {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.motion-values-title {
  color: var(--text);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 18px;
  max-width: 18ch;
}

.motion-values-subtitle {
  color: var(--text-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 14px;
  max-width: 38ch;
}

.motion-values-note {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 38ch;
}

.motion-values-demo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}

.motion-values-demo .panel-demo--showcase {
  margin: 0;
  max-width: none;
  width: 100%;
}

@media (max-width: 900px) {
  .motion-values-inner {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .motion-values-title {
    max-width: none;
  }

  .motion-values-subtitle,
  .motion-values-note {
    max-width: none;
  }

  .motion-values-demo {
    max-width: 100%;
  }
}


.shortcut-demo {
  overflow-x: clip;
  padding-top: 72px;
}

.shortcut-demo-inner {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  min-width: 0;
}

.shortcut-demo-copy,
.shortcut-stage {
  min-width: 0;
  width: 100%;
}

.shortcut-demo-copy .section-subtitle {
  max-width: 40ch;
}

.shortcut-demo-hint {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 40ch;
}

.shortcut-demo-hint-mobile {
  display: none;
}

.shortcut-stage {
  background: transparent;
  container-name: shortcut-stage;
  container-type: inline-size;
  cursor: pointer;
  isolation: isolate;
  min-height: 380px;
  overflow: visible;
  perspective: 1200px;
  position: relative;
}

.shortcut-keys {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.shortcut-combo {
  align-items: center;
  display: flex;
  gap: clamp(8px, 2.2cqi, 16px);
  justify-content: center;
  max-width: min(100%, 520px);
  width: min(92%, 520px);
}

.shortcut-key {
  display: block;
  flex: 0 1 auto;
  height: auto;
  object-fit: contain;
  transform-origin: 50% 100%;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.34s ease;
  width: auto;
}

.shortcut-key[data-key="control"] {
  width: 37%;
}

.shortcut-key[data-key="shift"] {
  width: 25%;
}

.shortcut-key[data-key="p"] {
  width: 26%;
}

.shortcut-plus {
  color: #c5c5c7;
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  user-select: none;
}

.shortcut-stage.is-press-control .shortcut-key[data-key="control"],
.shortcut-stage.is-press-shift .shortcut-key[data-key="shift"],
.shortcut-stage.is-press-p .shortcut-key[data-key="p"] {
  filter: brightness(0.9);
  transform: translateY(8px) scale(0.975);
}

.shortcut-stage.is-open .shortcut-keys {
  filter: blur(8px);
  opacity: 0;
  transform: translateY(16px) scale(0.96);
}

.shortcut-stage.is-open.is-closing .shortcut-keys {
  filter: none;
  opacity: 1;
  transform: none;
}

.shortcut-panel-layer {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  max-width: 100%;
  padding: 18px 12px 8px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.shortcut-panel-layer .panel-demo {
  max-width: min(400px, 100%);
  opacity: 0;
  transform: translate3d(0, 36px, 0) scale(0.92);
  transform-origin: 50% 60%;
  width: 100%;
}

.shortcut-stage.is-open .shortcut-panel-layer .panel-demo {
  animation: shortcut-panel-in 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.shortcut-stage.is-open.is-closing .shortcut-panel-layer .panel-demo {
  animation: shortcut-panel-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes shortcut-panel-in {
  0% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    filter: blur(8px);
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.94);
  }
  100% {
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    filter: none;
    opacity: 1;
    transform: none;
  }
}

@keyframes shortcut-panel-out {
  0% {
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    filter: none;
    opacity: 1;
    transform: none;
  }
  100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    filter: blur(8px);
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.96);
  }
}

.panel-demo--shortcut {
  margin: 0;
}

.panel-demo--shortcut .panel-demo-results {
  min-height: 184px;
}

.panel-demo--shortcut .panel-demo-query {
  color: var(--pd-muted);
}

@media (max-width: 900px) {
  .shortcut-demo {
    padding-top: 24px;
  }

  .shortcut-demo-inner {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
  }

  .shortcut-demo-copy .section-subtitle,
  .shortcut-demo-hint {
    max-width: none;
  }

  .shortcut-stage {
    min-height: min(360px, 96vw);
  }

  .shortcut-plus {
    font-size: 24px;
  }

  .shortcut-panel-layer {
    padding: 8px 0 0;
  }

  .shortcut-panel-layer .panel-demo {
    max-width: 100%;
  }

  .panel-demo--shortcut .panel-demo-results {
    min-height: 148px;
  }
}

@media (max-width: 480px) {
  .shortcut-demo-inner {
    gap: 18px;
  }

  .shortcut-demo-hint-desktop {
    display: none;
  }

  .shortcut-demo-hint-mobile {
    display: inline;
  }

  .shortcut-stage {
    min-height: min(332px, 100vw);
  }

  .shortcut-combo {
    gap: 10px;
  }

  .shortcut-plus {
    font-size: 22px;
  }

  .panel-demo--shortcut {
    border-radius: 12px;
    font-size: 12px;
  }

  .panel-demo--shortcut .panel-demo-header {
    padding: 8px 10px 4px 12px;
  }

  .panel-demo--shortcut .panel-demo-search {
    margin: 0 8px 8px;
    min-height: 44px;
    padding: 0 10px;
  }

  .panel-demo--shortcut .panel-demo-results {
    min-height: 0;
  }

  .panel-demo--shortcut .panel-demo-row {
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shortcut-keys,
  .shortcut-key,
  .shortcut-panel-layer .panel-demo {
    animation: none;
    filter: none;
    transition: none;
  }

  .shortcut-stage.is-open .shortcut-keys {
    opacity: 0;
    transform: none;
  }

  .shortcut-stage.is-open .shortcut-panel-layer .panel-demo {
    opacity: 1;
    transform: none;
  }
}

.insight {
  padding-bottom: 116px;
  padding-top: 116px;
}

.insight-inner {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.insight-line {
  color: var(--text-headline-muted);
  font-size: clamp(1.5rem, 3.6vw, 2.375rem);
  font-weight: 600;
  letter-spacing: -0.033em;
  line-height: 1.22;
}

.insight-line--accent {
  color: var(--text);
}

@media (max-width: 768px) {
  .insight {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}


.proof-foot {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 24px auto 0;
  max-width: 720px;
  text-align: center;
}


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

.usecase-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.usecase-card:hover {
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.usecase-icon {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 10px;
  color: var(--accent);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  margin-bottom: 16px;
  width: 36px;
}

.usecase-title {
  color: var(--text);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 12px;
}

.usecase-title span {
  display: block;
}

.usecase-copy {
  color: var(--text-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .usecases-grid {
    grid-template-columns: 1fr;
  }
}


.testimonials-intro {
  margin-bottom: 32px;
  max-width: min(100%, 760px);
}

.testimonials-eyebrow {
  color: var(--text);
  margin-bottom: 12px;
}

.testimonials-title {
  color: var(--text);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.15;
  white-space: nowrap;
}

.testimonials-lede {
  color: var(--text-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 10px;
}

.testimonials-title-line,
.testimonials-lede-line {
  display: inline;
}

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

.testimonial-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  padding: 18px 18px 16px;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease);
}

.testimonial-card blockquote {
  flex: 1 1 auto;
  margin: 0;
}

.testimonial-title {
  color: var(--text);
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -0.024em;
  line-height: 1.3;
  margin: 0 0 8px;
}

.testimonial-body {
  color: var(--text-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

.testimonial-stars {
  display: block;
  height: 14px;
  margin: 0 0 12px;
  width: 70px;
}

.testimonial-meta {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.testimonial-photo {
  background: #ecece8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  flex: 0 0 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
  width: 40px;
}

.testimonial-identity {
  min-width: 0;
}

.testimonial-name {
  color: var(--text);
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.3;
}

.testimonial-role {
  color: var(--text-muted);
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin-top: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .testimonial-card:hover {
    border-color: rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 22px rgba(29, 29, 31, 0.045);
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-card {
    transition: none;
  }

  .testimonial-card:hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mobile-break {
    display: block;
    white-space: nowrap;
  }

  .section-title-line,
  .copy-break {
    white-space: nowrap;
  }

  .pricing .section-title {
    font-size: min(1.75rem, calc((100vw - 32px) / 14.4));
    letter-spacing: -0.04em;
  }

  .section-subtitle {
    font-size: min(16px, calc((100vw - 32px) / 24.2));
    letter-spacing: -0.014em;
  }

  .proof-foot {
    font-size: min(13px, calc((100vw - 32px) / 28.4));
  }

  .insight-line--accent {
    font-size: min(1.7rem, calc((100vw - 32px) / 14.8));
  }

  .motion-values-subtitle,
  .motion-values-note {
    font-size: min(16px, calc((100vw - 32px) / 26.2));
  }

  .final-cta-inner p {
    font-size: min(16px, calc((100vw - 32px) / 24.2));
  }

  .testimonial-title {
    font-size: min(16px, calc((100vw - 72px) / 21.6));
    white-space: nowrap;
  }

  .testimonials-intro {
    margin-bottom: 24px;
    max-width: none;
  }

  .testimonials-title {
    font-size: min(1.65rem, calc((100vw - 32px) / 13.4));
    letter-spacing: -0.038em;
    white-space: normal;
  }

  .testimonials-lede {
    font-size: min(15px, calc((100vw - 32px) / 22.4));
    letter-spacing: -0.014em;
  }

  .testimonials-title-line,
  .testimonials-lede-line {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .testimonial-card {
    padding: 16px 16px 14px;
  }
}


.legal-page {
  padding: 48px 0 96px;
}

.legal-doc {
  margin: 0 auto;
  max-width: 820px;
  padding: 0 24px;
}

.legal-doc h1 {
  color: var(--text);
  font-size: 40px;
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.legal-updated {
  color: var(--text-muted);
  font-size: 13px;
  margin: 12px 0 36px;
}

.legal-doc h2:first-of-type {
  border-top: 0;
  margin-top: 28px;
  padding-top: 0;
}

.legal-doc h2 {
  border-top: 1px solid var(--border-subtle);
  color: var(--text);
  font-size: 20px;
  font-weight: 560;
  letter-spacing: -0.03em;
  margin: 36px 0 12px;
  padding-top: 28px;
}

.legal-doc h3 {
  color: var(--text);
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -0.02em;
  margin: 22px 0 8px;
}

.legal-doc p,
.legal-doc li {
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.65;
  max-width: none;
}

.legal-doc p + p {
  margin-top: 14px;
}

.legal-doc ul {
  display: grid;
  gap: 8px;
  list-style: disc;
  margin: 12px 0 18px;
  padding-left: 1.2em;
}

.legal-doc a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 28px 0 72px;
  }

  .legal-doc h1 {
    font-size: 32px;
  }
}


/* PickFX panel chrome - mirrors src/panel/styles/panel.css */

.panel-demo {
  --pd-bg: #171717;
  --pd-search-top: #242424;
  --pd-search-bot: #1f1f1f;
  --pd-row-selected: #282828;
  --pd-footer: #1a1a1a;
  --pd-text: #f5f5f7;
  --pd-secondary: #a1a1a6;
  --pd-muted: #6f6f73;
  --pd-dim: #777777;
  --pd-border: rgba(255, 255, 255, 0.08);
  --pd-inset: rgba(255, 255, 255, 0.06);
  --pd-success: #8bc49a;
  --pd-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pd-ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  background: var(--pd-bg);
  border: 1px solid var(--pd-border);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  color: var(--pd-secondary);
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 460px;
  overflow: hidden;
  overflow-anchor: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  z-index: 3;
}

.panel-demo-header {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 10px 14px 6px 16px;
}

.panel-demo-brand {
  align-items: center;
  color: var(--pd-text);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 9px;
  letter-spacing: -0.025em;
  min-width: 0;
}

.panel-demo-brand img {
  display: block;
  flex: 0 0 28px;
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.panel-demo-menu {
  align-items: center;
  color: var(--pd-muted);
  display: inline-flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.panel-demo-menu svg {
  display: block;
  height: 14px;
  width: 14px;
}

.panel-demo-search {
  align-items: center;
  background: linear-gradient(180deg, var(--pd-search-top) 0%, var(--pd-search-bot) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.045) inset, 0 10px 28px rgba(0, 0, 0, 0.28);
  display: flex;
  flex: 0 0 auto;
  gap: 11px;
  margin: 0 14px 10px;
  min-height: 56px;
  padding: 0 14px;
}

.panel-demo-search-icon {
  align-items: center;
  color: var(--pd-muted);
  display: inline-flex;
  flex: 0 0 18px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.panel-demo-search-icon svg {
  display: block;
  height: 18px;
  width: 18px;
}

.panel-demo-query {
  color: var(--pd-text);
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.024em;
  line-height: 1.2;
  min-height: 22px;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.panel-demo-query .palette-caret {
  animation: panelCaret 1s steps(1) infinite;
  background: var(--pd-text);
  display: inline-block;
  height: 1.05em;
  margin-left: 1px;
  vertical-align: text-bottom;
  width: 1.5px;
}

@keyframes panelCaret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.panel-demo-esc {
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: var(--pd-dim);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  padding: 3px 6px;
  text-transform: lowercase;
}

.panel-demo-results {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  overflow: hidden;
  overflow-anchor: none;
  padding: 2px 10px 8px;
}

#hero-palette .panel-demo-results {
  flex: 0 0 auto;
  height: 248px;
  min-height: 248px;
}

#new-way-panel .panel-demo-results {
  flex: 0 0 auto;
  height: 220px;
  min-height: 220px;
}

.panel-demo-row[hidden],
.panel-demo-result-sub[hidden],
.panel-demo-action[hidden] {
  display: none !important;
}

.panel-demo-row {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  margin: 0 0 2px;
  min-height: 46px;
  padding: 0 10px;
  transition: background 160ms var(--pd-ease), box-shadow 160ms var(--pd-ease);
}

.panel-demo-row.is-selected {
  background: var(--pd-row-selected);
  box-shadow: inset 0 0 0 1px var(--pd-inset), 0 6px 18px rgba(0, 0, 0, 0.18);
}

.panel-demo-row.is-success {
  background: var(--pd-row-selected);
  box-shadow: inset 0 0 0 1px var(--pd-inset);
}

.panel-demo-icon-well {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.panel-demo-effect-icon {
  align-items: center;
  color: #8e8e93;
  display: flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.panel-demo-row.is-selected .panel-demo-effect-icon,
.panel-demo-row.is-success .panel-demo-effect-icon {
  color: var(--pd-secondary);
}

.panel-demo-row.is-success .panel-demo-effect-icon {
  color: var(--pd-success);
}

.panel-demo-effect-icon svg {
  display: block;
  height: 18px;
  width: 18px;
}

.panel-demo-result-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.panel-demo-effect-name {
  color: var(--pd-text);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-demo-row.is-selected .panel-demo-effect-name,
.panel-demo-row.is-success .panel-demo-effect-name {
  font-weight: 500;
}

.panel-demo-result-sub {
  color: var(--pd-dim);
  font-size: 11px;
  font-weight: 400;
  opacity: 0.72;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-demo-row.is-success .panel-demo-result-sub {
  color: var(--pd-secondary);
  font-size: 12px;
  opacity: 1;
}

.panel-demo-row.is-muted .panel-demo-effect-name {
  color: var(--pd-muted);
  font-size: 15px;
  font-weight: 400;
}

.panel-demo-row.is-muted .panel-demo-effect-icon {
  color: #5c5c60;
}

.panel-demo-action {
  align-items: center;
  color: var(--pd-secondary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 400;
  gap: 6px;
  letter-spacing: -0.01em;
  opacity: 0;
  transition: opacity 140ms var(--pd-ease);
}

.panel-demo-row.is-selected .panel-demo-action {
  opacity: 1;
}

.panel-demo-key,
.panel-demo-action .keycap {
  background: #333333;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: var(--pd-secondary);
  font-size: 10px;
  line-height: 1;
  padding: 3px 6px;
}

.panel-demo-footer {
  align-items: center;
  background: var(--pd-footer);
  border-top: 1px solid var(--pd-border);
  color: var(--pd-dim);
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  justify-content: space-between;
  min-height: 32px;
  padding: 7px 14px;
}

.panel-demo-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  min-width: 0;
}

.panel-demo-footer-brand img {
  display: block;
  flex: 0 0 14px;
  height: 14px;
  object-fit: contain;
  opacity: 0.92;
  width: 14px;
}

.panel-demo-footer-brand > span:first-of-type {
  color: var(--pd-secondary);
  font-weight: 500;
}

.panel-demo-sep {
  color: #505050;
}

.panel-demo-count {
  color: var(--pd-dim);
}

.panel-demo-footer-action,
.panel-demo-footer-keys {
  align-items: center;
  color: var(--pd-dim);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
}

.panel-demo-footer-hint {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  white-space: nowrap;
}

.panel-demo-footer-action .panel-demo-key,
.panel-demo-footer-hint .panel-demo-key {
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  color: var(--pd-dim);
  font-size: 9px;
  line-height: 1;
  padding: 2px 5px;
}

/* Compact variants */
.panel-demo--compare,
.panel-demo--showcase {
  max-width: none;
}

.panel-demo--compare {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.panel-demo--compare .panel-demo-footer-keys,
.panel-demo--showcase .panel-demo-footer-keys {
  gap: 8px;
}

.panel-demo--compare .panel-demo-footer,
.panel-demo--showcase .panel-demo-footer {
  gap: 8px;
}

.panel-demo--showcase {
  max-width: 420px;
}

.panel-demo--compare .panel-demo-results,
.panel-demo--showcase .panel-demo-results {
  min-height: 0;
}

.panel-demo--compare .panel-demo-query,
.panel-demo--showcase .panel-demo-query {
  font-size: 16px;
}

.panel-demo--compare .panel-demo-search,
.panel-demo--showcase .panel-demo-search {
  min-height: 50px;
}

.panel-demo--compare .panel-demo-row,
.panel-demo--showcase .panel-demo-row {
  min-height: 42px;
}

.panel-demo--compare .panel-demo-effect-name,
.panel-demo--showcase .panel-demo-effect-name {
  font-size: 15px;
}

.panel-demo--compare .panel-demo-brand img,
.panel-demo--showcase .panel-demo-brand img {
  flex-basis: 24px;
  height: 24px;
  width: 24px;
}

@media (max-width: 768px) {
  .panel-demo {
    max-width: 100%;
  }

  .panel-demo-query {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .panel-demo:not(.panel-demo--compare):not(.panel-demo--showcase) {
    max-width: 500px;
  }
}

html.is-checkout-open,
body.is-checkout-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-checkout-open {
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
}

.checkout-overlay {
  height: 100%;
  height: 100dvh;
  inset: 0;
  max-height: 100%;
  max-height: 100dvh;
  position: fixed;
  z-index: 200;
}

.checkout-overlay[hidden] {
  display: none;
}

.checkout-overlay-backdrop {
  backdrop-filter: blur(10px);
  background: rgba(15, 15, 16, 0.46);
  inset: 0;
  position: absolute;
}

.checkout-overlay-dialog {
  background: #111113;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  color: #f5f5f7;
  display: grid;
  grid-template-columns: 42% 58%;
  height: min(760px, calc(100vh - 48px));
  left: 50%;
  max-width: calc(100vw - 48px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-50% + 10px)) scale(0.985);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  width: 1160px;
  opacity: 0;
}

.checkout-overlay.is-open .checkout-overlay-dialog {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.checkout-overlay-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 40px;
  z-index: 2;
}

.checkout-overlay-close:hover {
  color: #ffffff;
}

.checkout-overlay-summary {
  background: #161618;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 36px 32px 28px;
}

.checkout-overlay-brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.checkout-overlay-brand img {
  border-radius: 8px;
  height: 36px;
  width: 36px;
}

.checkout-overlay-word {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.checkout-overlay-product {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  letter-spacing: -0.01em;
  margin-top: 2px;
}

.checkout-overlay-plan {
  margin-top: 36px;
}

.checkout-overlay-plan h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.checkout-overlay-price {
  align-items: baseline;
  color: #ffffff;
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.checkout-overlay-price span:first-child {
  font-size: 34px;
  font-weight: 560;
  letter-spacing: -0.04em;
  line-height: 1;
}

#checkout-plan-period {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
}

.checkout-overlay-billing {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  margin-top: 8px;
}

.checkout-overlay-points {
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 14px;
  gap: 10px;
  letter-spacing: -0.015em;
  margin-top: 32px;
}

.checkout-overlay-points li {
  padding-left: 18px;
  position: relative;
}

.checkout-overlay-points li::before {
  color: rgba(255, 255, 255, 0.55);
  content: "✓";
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 1px;
}

.checkout-overlay-change {
  color: rgba(255, 255, 255, 0.48);
  display: inline-block;
  font-size: 13px;
  margin-top: 22px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-overlay-change:hover {
  color: rgba(255, 255, 255, 0.78);
}

.checkout-overlay-legal {
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 24px;
}

.checkout-overlay-legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-overlay-legal a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.checkout-overlay-pay {
  background: #111113;
  min-height: 0;
  min-width: 0;
  overflow: auto;
  position: relative;
}

.checkout-overlay-status {
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 14px;
  inset: 0;
  justify-content: center;
  letter-spacing: -0.015em;
  padding: 32px;
  position: absolute;
  text-align: center;
}

.checkout-overlay-status[hidden] {
  display: none;
}

.checkout-overlay-status img {
  border-radius: 7px;
  height: 28px;
  width: 28px;
}

.checkout-overlay-progress {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  display: block;
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 88px;
}

.checkout-overlay-progress::after {
  animation: checkout-progress 1.1s var(--ease) infinite;
  background: rgba(255, 255, 255, 0.72);
  content: "";
  height: 100%;
  position: absolute;
  width: 36%;
}

.checkout-overlay-status--error {
  gap: 10px;
}

.checkout-overlay-error-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.checkout-overlay-frame {
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.checkout-overlay-pay.is-ready .checkout-overlay-frame {
  opacity: 1;
  pointer-events: auto;
}

.checkout-overlay-pay.is-ready .checkout-overlay-status:not(.checkout-overlay-status--error) {
  display: none;
}

.checkout-overlay-frame iframe {
  border: 0;
  display: block;
  width: 100%;
}

@keyframes checkout-progress {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-overlay-dialog {
    transition: none;
  }

  .checkout-overlay.is-open .checkout-overlay-dialog {
    transform: translate(-50%, -50%) scale(1);
  }

  .checkout-overlay-progress::after {
    animation: none;
  }
}

@media (max-width: 900px) {
  .checkout-overlay-dialog {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: 100%;
    height: 100dvh;
    left: 0;
    max-height: 100%;
    max-height: 100dvh;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    top: 0;
    transform: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .checkout-overlay.is-open .checkout-overlay-dialog {
    transform: none;
  }

  .checkout-overlay-close {
    align-self: flex-end;
    flex: 0 0 auto;
    margin: 0 6px -44px 0;
    position: sticky;
    top: env(safe-area-inset-top, 0px);
    z-index: 3;
  }

  .checkout-overlay-summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-right: 0;
    flex: 0 0 auto;
    overflow: visible;
    padding: 52px 20px 20px;
  }

  .checkout-overlay-pay {
    flex: 0 0 auto;
    min-height: min(72vh, 720px);
    overflow: visible;
  }

  .checkout-overlay-frame,
  .checkout-overlay-frame iframe {
    min-height: min(72vh, 720px);
  }

  .checkout-overlay-plan {
    margin-top: 18px;
  }

  .checkout-overlay-plan h2 {
    font-size: 20px;
  }

  .checkout-overlay-price span:first-child {
    font-size: 28px;
  }

  .checkout-overlay-points {
    margin-top: 16px;
  }

  .checkout-overlay-legal {
    margin-top: 16px;
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  .checkout-overlay-summary {
    padding: 16px 16px 18px;
  }

  .checkout-overlay-points {
    font-size: 13px;
    gap: 8px;
  }

  .checkout-overlay-close {
    height: 44px;
    width: 44px;
  }
}
