.hero-preview {
  min-height: calc(100svh - var(--header-height));
  display: flex;
  align-items: center;
  overflow-x: clip;
}

.hero-preview-inner {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 36px;
}

.bento-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(116px, 1fr)) auto;
  gap: 16px;
}

.bento-cell {
  min-width: 0;
  border-radius: var(--radius-lg);
  transition: transform .18s ease, box-shadow .18s ease;
}

.bento-cell:hover {
  transform: translateY(-2px);
}

.bento-tier-one {
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.bento-tier-one:hover {
  box-shadow: var(--shadow-high);
}

.bento-tier-two {
  background: var(--color-panel-muted);
}

.bento-tier-three {
  border: 1px solid var(--color-line);
  background: var(--color-panel);
}

.bento-main {
  position: relative;
  z-index: 1;
  grid-column: 1 / 9;
  grid-row: 1 / 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 42px;
}

.hero-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  min-height: 29px;
  padding: 5px 12px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-pill);
  color: var(--color-ink-muted);
  font-size: 12px;
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 2px;
  background: var(--color-ink);
}

.hero-title {
  margin: 16px 0 14px;
  font-size: clamp(52px, 4.2vw, 58px);
  letter-spacing: -.02em;
}

.hero-title-accent {
  color: var(--color-accent);
}

.hero-subtitle {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--color-ink-muted);
  font-size: 16px;
}

.hero-subtitle strong {
  color: var(--color-ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 24px 0 20px;
}

.hero-actions .btn-primary {
  padding: 15px 34px;
  font-size: 16px;
}

.hero-actions .btn-secondary {
  padding: 14px 30px;
  font-size: 16px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.trust-chip {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: var(--color-page);
  color: var(--color-ink-muted);
  font-size: 12.5px;
}

.trust-tick {
  flex-shrink: 0;
  color: var(--color-success);
  font-size: 11px;
  font-weight: 800;
}

.bento-side {
  grid-column: 9 / 13;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  padding: 20px 22px;
}

.bento-platforms {
  grid-row: 1 / 2;
}

.bento-flags {
  grid-row: 2 / 3;
}

.bento-refund {
  grid-row: 3 / 4;
}

.side-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.side-title {
  font-size: 13px;
  font-weight: 750;
}

.side-code {
  color: var(--color-ink-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
}

.platform-chip-row,
.flag-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.platform-chip {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: var(--radius-sm);
  background: var(--color-page);
  font-size: 12px;
  font-weight: 550;
}

.platform-chip svg {
  width: 15px;
  height: 15px;
  color: var(--color-ink-muted);
}

.flag-chip-row {
  gap: 8px 13px;
}

.flag-chip {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}

.flag-chip svg {
  width: 24px;
  height: 16px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 3px;
}

.flag-red {
  color: var(--color-flag-red);
}

.flag-blue {
  color: var(--color-flag-blue);
}

.flag-green {
  color: var(--color-flag-green);
}

.flag-white {
  color: var(--color-flag-white);
}

.flag-gold {
  color: var(--color-flag-gold);
}

.refund-line {
  display: flex;
  align-items: center;
  gap: 9px;
}

.refund-mark {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-line);
  border-radius: 50%;
  background: var(--color-panel);
  color: var(--color-success);
}

.refund-title {
  font-size: 15px;
  font-weight: 800;
}

.refund-description {
  color: var(--color-ink-muted);
  font-size: 12.5px;
}

.trunk-card {
  grid-column: 1 / 13;
  grid-row: 4 / 5;
  padding: 20px 26px 14px;
}

.trunk-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.trunk-number {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xs);
  background: var(--color-accent);
  color: var(--color-panel);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 750;
}

.trunk-title {
  font-size: 13.5px;
  font-weight: 750;
}

.trunk-label {
  margin-left: auto;
  color: var(--color-ink-muted);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .1em;
}

.trunk-body {
  display: flex;
  height: 88px;
  align-items: center;
  gap: 18px;
}

.trunk-endpoint {
  flex-shrink: 0;
  padding: 8px 16px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  background: var(--color-panel);
  box-shadow: 0 1px 2px var(--color-shadow-soft);
  font-size: 13px;
  font-weight: 650;
}

.trunk-track {
  position: relative;
  height: 100%;
  flex: 1;
}

.trunk-line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background: var(--color-ink);
  transform: translateY(-50%);
}

.trunk-node {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
}

.trunk-node:nth-of-type(2) {
  left: 10%;
}

.trunk-node:nth-of-type(3) {
  left: 30%;
}

.trunk-node:nth-of-type(4) {
  left: 50%;
}

.trunk-node:nth-of-type(5) {
  left: 70%;
}

.trunk-node:nth-of-type(6) {
  left: 90%;
}

.trunk-node-dot {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid var(--color-ink);
  border-radius: 50%;
  background: var(--color-panel);
  animation: trunk-breathe 3.6s ease-in-out infinite;
}

.trunk-node:nth-of-type(3) .trunk-node-dot {
  animation-delay: .6s;
}

.trunk-node:nth-of-type(4) .trunk-node-dot {
  animation-delay: 1.2s;
}

.trunk-node:nth-of-type(5) .trunk-node-dot {
  animation-delay: 1.8s;
}

.trunk-node:nth-of-type(6) .trunk-node-dot {
  animation-delay: 2.4s;
}

.trunk-node-name {
  position: absolute;
  top: 19px;
  left: 50%;
  color: var(--color-ink-muted);
  font-family: var(--font-mono);
  font-size: 11px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.trunk-pulse-carrier {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  animation: trunk-run 7s linear infinite;
}

.trunk-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin: -4.5px 0 0 -4.5px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-accent-ring), 0 0 12px var(--color-accent-glow);
}

.trunk-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--color-line);
}

.trunk-scale {
  color: var(--color-ink-muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
}

@keyframes trunk-run {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  5%,
  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes trunk-breathe {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .7;
    transform: scale(1.22);
  }
}

.ticker {
  max-width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  background: var(--color-panel);
}

.ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.ticker-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 36px;
  padding: 14px 18px;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-ink-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  white-space: nowrap;
}

.ticker-item::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 2px;
  background: var(--color-accent);
  content: "";
}

.tabs {
  max-width: 100%;
}

.tab-list {
  display: inline-flex;
  max-width: 100%;
  gap: 4px;
  overflow-x: auto;
  padding: 4px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-panel-muted);
  -webkit-overflow-scrolling: touch;
}

.tab-list [role="tab"] {
  min-width: 76px;
  min-height: 40px;
  flex-shrink: 0;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 8px 15px;
  background: transparent;
  color: var(--color-ink-muted);
  font-weight: 650;
}

.tab-list [role="tab"][aria-selected="true"] {
  background: var(--color-panel);
  color: var(--color-ink);
  box-shadow: 0 1px 2px var(--color-shadow-soft);
}

.tab-panel {
  margin-top: 22px;
}

.tab-panel[hidden] {
  display: none;
}

.toc-tabs {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  max-width: 100%;
  gap: 6px;
  overflow-x: auto;
  margin-bottom: 32px;
  padding: 7px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.toc-tabs::-webkit-scrollbar {
  display: none;
}

.toc-tabs a {
  display: inline-flex;
  min-height: 38px;
  flex-shrink: 0;
  align-items: center;
  padding: 7px 13px;
  border-radius: var(--radius-sm);
  color: var(--color-ink-muted);
  font-size: 13px;
  font-weight: 650;
}

.toc-tabs a:hover,
.toc-tabs a.is-current {
  background: var(--color-page);
  color: var(--color-ink);
}

.toc-tabs a.is-current {
  box-shadow: inset 0 -2px var(--color-accent);
}

.faq-list {
  border-top: 1px solid var(--color-line);
}

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

.faq-item summary {
  position: relative;
  min-height: 58px;
  padding: 17px 42px 17px 0;
  list-style: none;
  font-weight: 750;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 20px;
  content: "+";
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  max-width: 780px;
  padding: 0 42px 20px 0;
  color: var(--color-ink-muted);
}

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

.price-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: var(--color-panel);
}

.price-card.is-current {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-high);
}

.price-card-best {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 9px;
  border-radius: var(--radius-xs);
  background: var(--color-accent);
  color: var(--color-panel);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 750;
}

.price-card h3 {
  padding-right: 68px;
}

.price-value {
  margin: 18px 0 8px;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1;
}

.price-unit,
.price-note {
  color: var(--color-ink-muted);
  font-size: 13px;
}

.price-features {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
  padding: 18px 0 0;
  border-top: 1px solid var(--color-line);
  list-style: none;
}

.price-features li {
  position: relative;
  padding-left: 20px;
}

.price-features li::before {
  position: absolute;
  left: 0;
  color: var(--color-success);
  content: "✓";
  font-weight: 800;
}

.price-card .btn,
.price-card .btn-primary,
.price-card .btn-secondary {
  width: 100%;
  margin-top: auto;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-panel);
  -webkit-overflow-scrolling: touch;
}

.data-table,
.server-table,
.compare-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
}

.data-table th,
.data-table td,
.server-table th,
.server-table td,
.compare-table th,
.compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-line);
  text-align: left;
  vertical-align: middle;
}

.data-table th,
.server-table th,
.compare-table th {
  background: var(--color-panel-muted);
  color: var(--color-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.data-table td:first-child,
.server-table td:first-child,
.compare-table td:first-child {
  color: var(--color-ink);
  font-weight: 650;
}

.data-table tr:last-child td,
.server-table tr:last-child td,
.compare-table tr:last-child td {
  border-bottom: 0;
}

.server-group-row th {
  background: var(--color-ink);
  color: var(--color-panel);
  font-family: var(--font-mono);
  letter-spacing: .08em;
}

.prose > .data-table {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.platform-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: var(--color-panel);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.platform-card:hover {
  box-shadow: var(--shadow-low);
  transform: translateY(-2px);
}

.platform-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
  background: var(--color-panel-muted);
  color: var(--color-ink);
}

.platform-icon svg {
  width: 22px;
  height: 22px;
}

.platform-card h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.platform-card p {
  margin-bottom: 18px;
  color: var(--color-ink-muted);
  font-size: 13px;
}

.platform-card .btn {
  width: 100%;
  margin-top: auto;
}

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

.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.article-card:hover {
  box-shadow: var(--shadow-high);
  transform: translateY(-2px);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 14px;
  color: var(--color-ink-muted);
  font-family: var(--font-mono);
  font-size: 11px;
}

.article-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.article-card p {
  color: var(--color-ink-muted);
  font-size: 14px;
}

.article-link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: var(--color-accent-strong);
  font-weight: 750;
}

.callout {
  position: relative;
  padding: 20px 22px 20px 26px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-panel);
}

.callout::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 0 var(--radius-xs) var(--radius-xs) 0;
  background: var(--color-accent);
  content: "";
}

.callout-title {
  margin-bottom: 6px;
  font-weight: 800;
}

.promo-block {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 56px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius-lg);
  background: var(--color-ink);
  color: var(--color-panel);
  box-shadow: var(--shadow-high);
}

.promo-brand {
  margin-bottom: 8px;
  color: var(--color-panel);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
}

.promo-block p {
  color: var(--color-footer-muted);
}

.float-cta {
  position: fixed;
  right: 28px;
  bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  color: var(--color-panel);
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 8px 22px var(--color-accent-ring), var(--shadow-low);
  transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.float-cta:hover {
  background: var(--color-accent-strong);
  transform: translateY(-2px);
}

.float-cta svg {
  width: 17px;
  height: 17px;
}

body:has(.float-cta)::after {
  display: block;
  height: calc(88px + env(safe-area-inset-bottom, 0px));
  content: "";
}

.feature-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 clamp(20px, 4vw, 38px);
  border-radius: var(--radius-lg);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.feature-entry {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 8px;
  border-bottom: 1px solid var(--color-line);
}

.feature-entry:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.feature-entry:nth-child(odd) {
  padding-right: 28px;
}

.feature-entry:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid var(--color-line);
}

.feature-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-xs);
  color: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 750;
}

.feature-entry h3 {
  margin-bottom: 9px;
  font-size: 19px;
}

.feature-entry p {
  color: var(--color-ink-muted);
  font-size: 14px;
}

.preview-page {
  padding-bottom: 96px;
}

.preview-nav {
  position: static;
}

.preview-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.preview-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.preview-heading {
  margin-bottom: 32px;
}

.preview-heading h2 {
  margin-bottom: 10px;
}

.preview-heading p {
  max-width: 680px;
  color: var(--color-ink-muted);
}

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

.swatch {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-panel);
}

.swatch-color {
  height: 92px;
}

.swatch-page {
  background: var(--color-page);
}

.swatch-panel {
  background: var(--color-panel);
}

.swatch-panel-muted {
  background: var(--color-panel-muted);
}

.swatch-accent {
  background: var(--color-accent);
}

.swatch-accent-strong {
  background: var(--color-accent-strong);
}

.swatch-ink {
  background: var(--color-ink);
}

.swatch-muted {
  background: var(--color-ink-muted);
}

.swatch-success {
  background: var(--color-success);
}

.swatch-warning {
  background: var(--color-warning);
}

.swatch-error {
  background: var(--color-error);
}

.swatch-label {
  padding: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
}

.type-specimen {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 5vw, 48px);
}

.type-display {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.type-body {
  max-width: 720px;
  color: var(--color-ink-muted);
  font-size: 18px;
}

.type-mono {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
}

.preview-button-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

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

.preview-component {
  min-width: 0;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--color-panel);
  box-shadow: var(--shadow-low);
}

.preview-component h3 {
  margin-bottom: 18px;
}

.preview-footer {
  margin-top: 84px;
}

.preview-footer .footer-grid {
  text-align: left;
}

@media (max-width: 1080px) {
  .hero-preview {
    min-height: auto;
  }

  .bento-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bento-main,
  .bento-side,
  .trunk-card {
    grid-column: 1 / 2;
    grid-row: auto;
  }

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

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

  .preview-nav-links {
    display: none;
  }

  .preview-nav .header-tools {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .bento-main {
    padding: 30px 24px;
  }

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

  .home-hero .hero-title .no-break {
    white-space: normal;
  }

  .home-fact-ticker {
    overflow: visible;
  }

  .home-fact-ticker .ticker-track {
    width: 100%;
    transform: none !important;
  }

  .home-fact-ticker .ticker-group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
  }

  .home-fact-ticker .ticker-group + .ticker-group {
    display: none;
  }

  .trunk-card {
    padding: 20px;
  }

  .trunk-body {
    height: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .trunk-track {
    min-height: 150px;
  }

  .trunk-line {
    top: 50%;
  }

  .trunk-node:nth-of-type(2) {
    left: 5%;
  }

  .trunk-node:nth-of-type(3) {
    left: 27%;
  }

  .trunk-node:nth-of-type(4) {
    left: 50%;
  }

  .trunk-node:nth-of-type(5) {
    left: 73%;
  }

  .trunk-node:nth-of-type(6) {
    left: 95%;
  }

  .trunk-node-name {
    top: 20px;
    font-size: 9px;
  }

  .pricing-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

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

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

  .feature-entry,
  .feature-entry:nth-child(odd),
  .feature-entry:nth-child(even) {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
    border-left: 0;
  }

  .feature-entry:nth-last-child(2) {
    border-bottom: 1px solid var(--color-line);
  }

  .feature-entry:last-child {
    border-bottom: 0;
  }

  .promo-block {
    grid-template-columns: 1fr;
  }

  .preview-component-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-actions,
  .hero-actions > * {
    width: 100%;
  }

  .trunk-label {
    display: none;
  }

  .trunk-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .platform-grid,
  .swatch-grid {
    grid-template-columns: 1fr;
  }

  .float-cta {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .preview-component {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trunk-pulse-carrier {
    animation: none;
    transform: translateX(50%);
  }

  .trunk-node-dot {
    animation: none;
  }

  .bento-cell,
  .bento-cell:hover,
  .platform-card:hover,
  .article-card:hover,
  .float-cta:hover {
    transform: none;
  }
}