/**
 * TLB landing UX layer
 * Buttons are pills. Cards are 12px. Accent is --tlb-orange only.
 * This file overrides broken primitives without replacing product widgets.
 */

:root {
  --ux-header: 72px;
  --ux-max: 72rem;
  --ux-radius: 12px;
  --ux-cta: 999px;
  --ux-ink: #ececec;
  --ux-muted: rgba(255, 255, 255, 0.58);
  --ux-line: rgba(255, 255, 255, 0.1);
  --ux-orange: #e8942a;
  --ux-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 10000;
  padding: 10px 16px;
  border-radius: 8px;
  background: #e8942a;
  color: #1a1208;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: none;
  transform: translateY(-140%);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  color: #1a1208;
  background: #e8942a;
  outline: 2px solid #fff;
  outline-offset: 3px;
}

section[id],
#start,
#products,
#faq,
#close {
  scroll-margin-top: calc(var(--ux-header) + 12px);
}

#main-content {
  display: block !important;
  opacity: 1 !important;
}

#loader {
  transition: opacity 520ms ease;
}

#loader.is-done {
  opacity: 0;
  pointer-events: none;
}

html.tlb-skip-loader #loader,
body.tlb-ready #loader {
  display: none !important;
}

/* ---- Broken global link invert ---- */
a:hover {
  color: inherit;
  background-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(232, 148, 42, 0.95);
  outline-offset: 3px;
}

.hdr-cta,
.ux-btn,
.ux-btn-ghost,
.hero-actions a,
#close .ux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--ux-cta);
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform 180ms var(--ux-ease), background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hdr-cta,
.ux-btn {
  background: #e8942a;
  color: #1a1208;
  border-color: #e8942a;
}

.hdr-cta:hover,
.ux-btn:hover {
  background: #f0a84a;
  color: #1a1208;
  transform: translateY(-1px);
}

.hdr-cta:active,
.ux-btn:active,
.ux-btn-ghost:active {
  transform: translateY(1px) scale(0.98);
}

.ux-btn-ghost,
.hero-actions .ux-btn-ghost {
  background: transparent;
  color: #f2f2f2 !important;
  border-color: rgba(255, 255, 255, 0.42);
}

.ux-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.hdr-cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .hdr-cta {
    display: none;
  }
}

a.floating-buy-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  font-weight: 600;
  letter-spacing: 0.06em;
}

a.floating-buy-btn:hover,
a.floating-buy-btn:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  color: #f4f4f4;
  border-color: rgba(232, 148, 42, 0.55);
  transform: translateY(-2px);
  box-shadow: none;
}

/* ---- Hero ---- */
#hero {
  min-height: 0 !important;
  padding: calc(var(--ux-header) + 20px) 0 36px !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 4px;
}

.hero-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.58);
}

#hero h1.hero-h1 {
  font-size: clamp(2.05rem, 5vw, 3.35rem);
  line-height: 1.08;
  margin-bottom: 14px;
}

.hero-sub {
  margin-bottom: 22px;
  max-width: 40rem;
  font-size: clamp(0.95rem, 1.5vw, 1.0625rem);
  color: rgba(255, 255, 255, 0.64);
}

.hero-tagline {
  margin: -4px 0 14px;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 620;
  letter-spacing: 0.01em;
  color: #e8942a;
}

.hero-proof {
  margin-top: 28px;
}

/* ---- Start · product switchboard ---- */
#start {
  padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 7vw, 82px);
  border-top: 1px solid var(--ux-line);
  overflow: visible;
}

.start-eye {
  display: block;
  margin: 0 0 12px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.68rem !important;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

#start .section-container,
#faq .section-container,
#close .section-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding-left: clamp(16px, 3vw, 32px);
  padding-right: clamp(16px, 3vw, 32px);
}

.start-title,
.faq-title,
.close-title,
h2.prod-title {
  display: block;
  color: #f4f4f4 !important;
  font-family: Fraunces, Georgia, serif !important;
  font-weight: 550 !important;
  letter-spacing: -0.03em;
  text-transform: none !important;
}

h2.start-title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: clamp(1.7rem, 3.7vw, 2.5rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.start-title::after,
.faq-title::after,
.close-title::after,
#start h2::after,
#faq h2::after,
#close h2::after {
  content: none !important;
  display: none !important;
}

.start-lead,
.faq-lead,
.close-lead {
  margin: 0 0 28px;
  max-width: 38rem;
  font-family: Geist, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ux-muted);
}

.prod-card,
.psec-cta,
.ux-btn-ghost {
  color: inherit;
}

.prod-card:hover {
  color: inherit;
}

nav#products.start-switch {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 !important;
  background: #111112;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.start-switch-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.start-switch-main,
.start-switch-main:visited {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 22px;
  grid-template-areas:
    "mark name go"
    "mark job  go";
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  padding: 16px 18px;
  text-decoration: none;
  color: #f4f4f4;
  background: transparent;
  transition: background 180ms var(--ux-ease), box-shadow 180ms var(--ux-ease);
}

.start-switch-main:hover,
.start-switch-main:focus-visible {
  color: #f4f4f4;
  background: rgba(232, 148, 42, 0.06);
  box-shadow: inset 2px 0 0 #e8942a;
  outline: none;
}

.start-switch-mark {
  grid-area: mark;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 56px;
  height: 36px;
}

.start-switch-mark img {
  max-width: 40px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.start-switch-mark img.start-switch-wide {
  max-width: 56px;
  max-height: 16px;
}

.start-switch-name {
  grid-area: name;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #f4f4f4;
}

.start-switch-job {
  grid-area: job;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

.start-switch-go {
  grid-area: go;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.28);
  transition: color 180ms var(--ux-ease), transform 180ms var(--ux-ease);
  justify-self: end;
}

.start-switch-main:hover .start-switch-go,
.start-switch-main:focus-visible .start-switch-go {
  color: #e8942a;
  transform: translateX(4px);
}

.start-switch-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0;
  padding: 0 18px 14px 88px;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.28);
}

.start-switch-link,
.start-switch-link:visited {
  color: #e8942a;
  font-weight: 600;
  text-decoration: none;
  background: none;
  border-bottom: 1px solid rgba(232, 148, 42, 0.4);
  padding: 0;
  display: inline;
}

.start-switch-link:hover,
.start-switch-link:focus-visible {
  color: #ffb45a;
  border-bottom-color: #e8942a;
  background: none;
}

@media (min-width: 720px) {
  .start-switch-main,
  .start-switch-main:visited {
    grid-template-columns: 64px minmax(0, 1fr) 24px;
    grid-template-areas:
      "mark name go"
      "mark job  go";
    padding: 18px 22px;
    column-gap: 18px;
  }

  .start-switch-mark img.start-switch-wide {
    max-width: 64px;
    max-height: 18px;
  }

  .start-switch-links {
    padding: 0 22px 16px 104px;
  }
}

.start-path {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.start-path > li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 16px 18px;
  background: #111112;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.start-path-n {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(232, 148, 42, 0.35);
  background: rgba(232, 148, 42, 0.08);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 650;
  color: #e8942a;
}

.start-path-h {
  margin: 4px 0 8px;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem !important;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f4f4f4;
  text-align: left !important;
}

.start-path-p {
  margin: 0 0 12px;
  max-width: 46ch;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.55);
}

.start-path-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.start-path-a {
  color: #e8942a;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 148, 42, 0.4);
}

.start-path-a:hover,
.start-path-a:focus-visible {
  color: #ffb45a;
  border-bottom-color: #e8942a;
}

@media (min-width: 900px) {
  .start-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

.start-pocket {
  display: grid;
  gap: 22px;
  margin-top: 28px;
  padding: 22px;
  isolation: isolate;
  background:
    radial-gradient(90% 80% at 0% 0%, rgba(232, 148, 42, 0.18), transparent 58%),
    radial-gradient(70% 60% at 100% 100%, rgba(232, 148, 42, 0.06), transparent 52%),
    #111112;
  border: 1px solid rgba(232, 148, 42, 0.28);
  border-radius: 14px;
}

.start-pocket-viz {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.start-pocket-av {
  width: 112px;
  height: 112px;
  border-radius: 22px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45), 0 0 32px rgba(232, 148, 42, 0.22);
}

.start-pocket-stat {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.start-pocket-stat span {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.1rem);
  font-weight: 550;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: #f4f4f4;
}

.start-pocket-stat em {
  font-family: Geist, system-ui, sans-serif;
  font-style: normal;
  font-size: 0.82rem !important;
  color: rgba(255, 255, 255, 0.48);
}

.start-pocket-k {
  margin: 0 0 8px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.62rem !important;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 148, 42, 0.9);
}

.start-pocket-h {
  margin: 0 0 4px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f4f4f4;
  text-align: left !important;
}

.start-pocket-handle {
  margin: 0 0 12px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.78rem !important;
  color: rgba(255, 255, 255, 0.42);
}

.start-pocket-lead {
  margin: 0 0 16px;
  max-width: 38rem;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.58);
}

.start-pocket-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.start-pocket-chips li {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232, 148, 42, 0.28);
  background: rgba(232, 148, 42, 0.08);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  color: #e8c48a;
}

.start-pocket .ux-btn {
  width: auto;
}

@media (min-width: 820px) {
  .start-pocket {
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    align-items: center;
    padding: 28px 30px;
    gap: 28px;
  }

  .start-pocket-av {
    width: 148px;
    height: 148px;
    border-radius: 26px;
  }
}

.start-bots {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  grid-template-columns: 1fr;
}

.start-bots a,
.start-bots a:visited {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #111112;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: #f4f4f4;
  text-decoration: none;
}

.start-bots a:hover,
.start-bots a:focus-visible {
  color: #f4f4f4;
  border-color: rgba(232, 148, 42, 0.32);
  background: rgba(232, 148, 42, 0.05);
}

.start-bots img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
}

.start-bots strong {
  display: block;
  margin: 0 0 3px;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
  color: #f0f0f0;
}

.start-bots span span {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 720px) {
  .start-bots {
    grid-template-columns: 1fr 1fr;
  }
}

.start-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px 36px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.start-logos a,
.start-logos a:visited,
.start-logos a:hover {
  display: flex;
  align-items: center;
  color: inherit;
  background: none;
}

.start-logos img {
  height: 32px !important;
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain;
  opacity: 0.86;
  filter: none;
  image-rendering: auto;
  transition: opacity 180ms var(--ux-ease);
}

.start-logo-bsf img {
  height: 32px !important;
  max-width: 200px !important;
  opacity: 0.9;
}

.start-logos a:hover img,
.start-logos a:focus-visible img {
  opacity: 1;
  transform: none;
}

.prod-eyebrow,
.psec-eyebrow,
.pt-eyebrow,
.x4-eyebrow,
.tok-eyebrow,
#inai .eyebrow,
.crew-eyebrow {
  display: inline-flex;
}

@media (max-width: 1100px) {
  .hdr-cta {
    display: none;
  }
}

.prod-eyebrow,
.psec-eyebrow,
.pt-eyebrow,
.crew-eyebrow,
#inai .eyebrow,
#x402 .x4-eyebrow,
#tokenomics .tok-eyebrow,
#builders-cove .builders-cove-kicker {
  text-transform: none;
  letter-spacing: 0.04em;
}

/* ---- FAQ ---- */
#faq {
  padding: 48px 0 32px;
  border-top: 1px solid var(--ux-line);
}

.faq-list {
  display: grid;
  gap: 0 40px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

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

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 28px 18px 0;
  font-family: Geist, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #f3f3f3;
  position: relative;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: #e8942a;
  font-weight: 500;
  display: inline-block;
  transition: transform 180ms var(--ux-ease);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0 0 18px;
  max-width: 52ch;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ux-muted);
}

/* ---- Close ---- */
#close {
  padding: 56px 0 72px;
}

.close-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 0;
  border-top: 1px solid var(--ux-line);
}

.close-copy {
  max-width: 34rem;
}

#close .close-title {
  margin-bottom: 8px;
}

#close .close-lead {
  margin-bottom: 0;
}

.footer-mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
}

.footer-mini-nav a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  text-decoration: none;
}

.footer-mini-nav a:hover {
  color: #e8942a;
}

@media (max-width: 900px) {
  .guide-steps,
  .guide-words,
  .faq-list {
    grid-template-columns: 1fr;
  }

  #hero {
    padding-top: calc(var(--ux-header) + 8px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow-dot,
  .rotating-image,
  #loader .loader-line,
  #loader .progress-bar::after {
    animation: none !important;
  }

  .hdr-cta,
  .ux-btn,
  .ux-btn-ghost,
  .prod-card,
  .hero-path,
  .start-switch-main,
  .start-switch-go {
    transition: none !important;
  }

  .hdr-cta:hover,
  .ux-btn:hover,
  .prod-card:hover,
  .hero-path:hover,
  .start-switch-main:hover .start-switch-go {
    transform: none !important;
  }
}

/* ---- Live product previews ---- */
h2.psec-title::after,
h2.pv-title::after,
h2.x4-title::after,
h2.tok-title::after,
h2.inai-title::after,
h2.prod-title::after,
h2.crew-title::after,
#x402 h2::after,
#primetriad h2::after {
  content: none !important;
  display: none !important;
}

h2.psec-title,
h2.pv-title,
h2.x4-title,
h2.tok-title,
h2.inai-title,
h2.prod-title,
h2.crew-title {
  color: #f4f4f4 !important;
}

.tw-rate {
  margin: 8px 0 4px;
  min-height: 1.2em;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
}

.tw-live-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin: 0 0 16px;
}

.tw-live-stats dt {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.tw-live-stats dd {
  margin: 4px 0 0;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 1.05rem;
  font-weight: 620;
  color: #f3f3f3;
}

.tw-free-meta,
.tw-free-tier {
  margin: 0 0 10px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.tw-weight {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.tw-weight #twMult {
  font-family: 'Geist Mono', ui-monospace, monospace;
  color: #e8942a;
}

.tw-weight-bar {
  grid-column: 1 / -1;
}

.ow-floor {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(239, 232, 214, 0.1);
}

.ow-floor-k {
  display: block;
  margin-bottom: 10px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(239, 232, 214, 0.4);
}

.ow-floor-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ow-drop {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
}

.ow-drop:hover {
  border-color: rgba(232, 148, 42, 0.4);
  color: inherit;
}

.ow-drop-img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  background: #161616;
}

.ow-drop-name {
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  color: #f2f2f2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ow-drop-meta {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x4-live {
  margin: 28px 0 8px;
}

.x4-live-k {
  margin: 0 0 12px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.x4-live-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.x4-tool {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #111112;
  text-decoration: none;
  color: inherit;
}

.x4-tool:hover {
  border-color: rgba(232, 148, 42, 0.45);
  color: inherit;
}

.x4-tool-name {
  font-size: 0.88rem;
  font-weight: 650;
  color: #f3f3f3;
}

.x4-tool-meta {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.42);
}

.inai-live {
  min-height: 0;
}

.inai-mock-titlebar {
  justify-content: flex-start;
}

.inai-frame-open {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 600;
  color: #e8942a;
  text-decoration: none;
}

.inai-frame {
  width: 100%;
  height: 420px;
  border: 0;
  background: #212121;
}

.inai-frame-note {
  margin: 0;
  padding: 10px 14px 14px;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.42);
}

button.inai-cta-primary {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.inai-gate {
  appearance: none;
  font: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 380px;
  margin: 0;
  padding: 36px 24px;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: inherit;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(232, 148, 42, 0.16), transparent 62%),
    #141414;
}

.inai-gate:hover {
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(232, 148, 42, 0.24), transparent 62%),
    #171717;
}

.inai-gate-play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(232, 148, 42, 0.5);
  background: rgba(232, 148, 42, 0.12);
  box-shadow: 0 0 0 8px rgba(232, 148, 42, 0.05);
}

.inai-gate-play::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 20px 0 0 24px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #e8942a;
}

.inai-gate-t {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 550;
  letter-spacing: -0.02em;
  color: #f4f4f4;
}

.inai-gate-d {
  max-width: 22rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.inai-stage-frame[hidden],
.inai-gate[hidden] {
  display: none !important;
}

.ow-result[hidden],
.ow-floor[hidden],
.x4-live[hidden] {
  display: none !important;
}

/* ---- Product previews (OBF wall + Terminal swap) ---- */
#onlybitfans {
  padding: clamp(48px, 7vw, 82px) 0;
  border-top: 0;
  background:
    radial-gradient(ellipse 70% 55% at 8% -8%, rgba(240, 201, 58, 0.22), transparent 58%),
    radial-gradient(ellipse 45% 40% at 96% 100%, rgba(239, 232, 214, 0.08), transparent 50%),
    #120f0b;
}

#terminal {
  padding: clamp(48px, 7vw, 82px) 0;
  border-top: 0;
  background:
    radial-gradient(ellipse 70% 55% at 94% -8%, rgba(232, 93, 4, 0.28), transparent 58%),
    radial-gradient(ellipse 45% 40% at 4% 100%, rgba(232, 148, 42, 0.1), transparent 50%),
    #0a0705;
}

.pv-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.pv-head {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 26px;
  padding: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  z-index: 1;
  flex-wrap: nowrap;
}

.pv-head > div {
  min-width: 0;
  flex: 1 1 auto;
}

.pv-head--term {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.pv-head--term > div {
  flex: none;
  width: 100%;
}

.pv-mark {
  width: clamp(64px, 8vw, 92px);
  height: auto;
  object-fit: contain;
  flex: none;
  border-radius: 14px;
}

.pv-mark--wide {
  width: clamp(150px, 18vw, 230px);
  height: auto;
  border-radius: 0;
}

.pv-kicker {
  margin: 0 0 6px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

h2.pv-title,
#onlybitfans h2.pv-title,
#terminal h2.pv-title {
  display: block !important;
  text-align: left !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  width: auto;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.7rem, 3.7vw, 2.5rem);
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #f4f4f4 !important;
  text-transform: none;
}

h2.pv-title::after,
h2.pv-title::before,
#onlybitfans h2.pv-title::after,
#terminal h2.pv-title::after {
  content: none !important;
  display: none !important;
}

.pv-lead {
  margin: 0;
  max-width: 38rem;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.pv-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.pv-chips li {
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(240, 201, 58, 0.28);
  background: rgba(240, 201, 58, 0.08);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(239, 232, 214, 0.82);
}

#terminal .pv-chips li {
  border-color: rgba(232, 93, 4, 0.32);
  background: rgba(232, 93, 4, 0.1);
  color: rgba(255, 176, 112, 0.92);
}

.pv-wall {
  width: 100%;
  margin: 0 0 18px;
}

.pv-wall-row {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, clamp(200px, 22vw, 260px));
  gap: 12px;
  min-height: 0;
}

.pv-tile {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111112;
  text-decoration: none;
  color: inherit;
}

.pv-tile:first-child {
  grid-row: 1 / span 2;
}

.pv-tile:hover {
  border-color: rgba(232, 148, 42, 0.45);
  color: inherit;
}

.pv-tile img,
.pv-tile-ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #161616;
}

.pv-tile-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 12px 10px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82) 70%);
}

.pv-tile-name {
  display: block;
  font-size: 0.88rem;
  font-weight: 650;
  color: #f4f4f4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pv-tile-meta {
  display: block;
  margin-top: 2px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pv-tile--ph {
  pointer-events: none;
  background: linear-gradient(90deg, #141414 20%, #1c1c1c 50%, #141414 80%);
  background-size: 200% 100%;
  animation: pv-shimmer 1.4s ease-in-out infinite;
}

.pv-wall-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px 8px;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
}

.pv-beyond {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  margin: 18px 0 0;
}

.pv-beyond-head {
  grid-column: 1 / -1;
  max-width: 36rem;
}

.pv-beyond-eye {
  margin: 0;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(239, 232, 214, 0.42);
}

.pv-beyond-h {
  margin: 6px 0 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #efe8d6;
}

.pv-beyond-lead {
  margin: 7px 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
}

.pv-beyond-door {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  min-height: 188px;
  padding: 16px 16px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 200ms ease;
}

.pv-beyond-door:hover {
  border-color: rgba(240, 201, 58, 0.42);
  color: inherit;
}

.pv-beyond-wash,
.pv-beyond-bmp-img,
.pv-beyond-star {
  pointer-events: none;
}

.pv-beyond-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pv-beyond-door--sats {
  background: #141210;
}

.pv-beyond-door--sats .pv-beyond-wash {
  background:
    radial-gradient(120% 90% at 82% 12%, rgba(217, 119, 6, 0.45) 0%, transparent 52%),
    linear-gradient(165deg, rgb(20, 18, 16) 0%, rgba(254, 243, 199, 0.22) 48%, rgb(12, 11, 9) 100%);
}

.pv-beyond-door--sats::after,
.pv-beyond-door--bmp::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(12, 11, 9, 0.88) 16%, rgba(12, 11, 9, 0.28) 52%, transparent 78%);
}

.pv-beyond-star {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  opacity: 0.82;
}

.pv-beyond-door--bmp {
  background: #120c08;
}

.pv-beyond-door--bmp .pv-beyond-wash {
  background:
    radial-gradient(90% 80% at 88% 8%, rgba(247, 147, 26, 0.42) 0%, transparent 55%),
    linear-gradient(165deg, #1a1008 0%, rgba(247, 147, 26, 0.2) 50%, #0c0b09 100%);
}

.pv-beyond-bmp-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 40%;
}

.pv-beyond-door > :not(.pv-beyond-wash):not(.pv-beyond-bmp-img):not(.pv-beyond-star) {
  position: relative;
  z-index: 2;
}

.pv-beyond-k {
  margin: 0;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(239, 232, 214, 0.62);
}

.pv-beyond-feat {
  margin: 4px 0 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 550;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #efe8d6;
}

.pv-beyond-d {
  margin: 6px 0 0;
  max-width: 34em;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(239, 232, 214, 0.62);
}

.pv-sat-ladder {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.pv-sat {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.pv-sat--mythic {
  background: #f3f0f7;
  color: #6b5b95;
  border-color: #e8e2f0;
}

.pv-sat--legendary {
  background: #fef3c7;
  color: #d97706;
  border-color: #fde68a;
}

.pv-sat--epic {
  background: #ecfdf5;
  color: #059669;
  border-color: #a7f3d0;
}

.pv-sat--rare {
  background: #f3e8ff;
  color: #9333ea;
  border-color: #e9d5ff;
}

.pv-sat--uncommon {
  background: rgba(239, 232, 214, 0.12);
  color: rgba(239, 232, 214, 0.72);
  border-color: rgba(239, 232, 214, 0.22);
}

.pv-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
}

.pv-foot .ux-btn,
.pv-foot .ux-btn-ghost {
  min-height: 40px;
  padding: 8px 16px;
  width: auto;
}

.pv-jobs {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.48);
}

.pv-term {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.pv-swap-card,
.pv-chart {
  position: relative;
  min-width: 0;
  max-width: 100%;
  background: #111112;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.pv-swap-card {
  display: flex;
  flex-direction: column;
  align-self: start;
  height: auto;
  padding: 16px;
  overflow: visible;
}

.pv-chart {
  overflow: hidden;
}

.pv-swap-kicker {
  margin: 0 0 10px;
  font-family: Geist, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 650;
  color: #f4f4f4;
}

.pv-term .tw-swap {
  gap: 4px;
}

.pv-term .tw-field {
  padding: 10px 12px 8px;
  border-radius: 14px;
  background: #0c0c0d;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pv-term .tw-field-k {
  letter-spacing: 0;
  text-transform: none;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
}

.pv-term .tw-field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.pv-term .tw-input {
  flex: 1;
  min-width: 0;
  text-align: right;
  font-size: 1.28rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pv-term .tw-asset {
  flex: none;
  border-radius: 999px;
  padding: 5px 10px;
}

.pv-term .tw-arrow {
  line-height: 1;
  padding: 2px 0;
}

.ux-btn.pv-swap-go {
  width: 100%;
  margin-top: 2px;
  border-radius: 10px;
  background: var(--primary);
  border-color: var(--primary);
  color: var(--dark);
}

.ux-btn.pv-swap-go:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--dark);
}

.pv-lp {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 16px 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
}

.pv-lp-k {
  margin: 0;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.5);
}

.pv-lp-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.pv-lp-steps li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 550;
  color: #efe8d6;
}

.pv-lp-steps li + li::before {
  content: '';
  width: 18px;
  height: 1px;
  margin: 0 10px 0 4px;
  background: rgba(255, 255, 255, 0.14);
}

.pv-lp-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 102, 0, 0.45);
  background: rgba(255, 102, 0, 0.12);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  color: #ff9c02;
}

.pv-term .tw-rate {
  margin: 8px 0 10px;
  overflow-wrap: anywhere;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

.pv-chart {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 10px;
  min-height: 360px;
}

.pv-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.pv-chart-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.pv-chart-price {
  margin: 4px 0 0;
  font-family: Geist, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f4f4f4;
}

.pv-chart-chg {
  margin-left: 8px;
  font-size: 0.85rem;
  font-weight: 620;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.45);
}

.pv-chart-chg.is-up { color: #7bc492; }
.pv-chart-chg.is-down { color: #e66; }

.pv-chart-sub {
  margin: 4px 0 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
}

.pv-chart-ranges {
  display: flex;
  flex-shrink: 0;
  gap: 2px;
}

.pv-chart-range {
  appearance: none;
  cursor: pointer;
  padding: 5px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-family: Geist, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
}

.pv-chart-range:hover {
  color: #f4f4f4;
}

.pv-chart-range.is-on {
  color: #e8942a;
  background: rgba(232, 148, 42, 0.1);
}

.pv-chart-plot {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 240px;
  overflow: hidden;
}

.pv-chart-plot canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes pv-shimmer {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

@media (max-width: 900px) {
  .pv-head {
    flex-wrap: wrap;
  }

  .pv-term {
    grid-template-columns: 1fr;
  }

  .pv-chart {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .pv-beyond {
    grid-template-columns: 1fr;
  }

  .pv-wall-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 190px 132px 132px;
    min-height: 0;
  }

  .pv-tile:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .ow-floor-row {
    grid-template-columns: 1fr;
  }

  .inai-frame,
  .inai-gate {
    min-height: 320px;
    height: auto;
  }

  .inai-frame {
    height: 360px;
  }

  .pv-wall-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 120px 120px;
  }

  .pv-head,
  .pt-head,
  .x4-head {
    gap: 12px;
  }

  .pv-mark {
    width: 44px;
    height: 44px;
  }

  .pv-mark--wide {
    width: min(180px, 72vw);
    height: auto;
  }

  .x4-head-logo {
    width: min(160px, 70vw);
  }

  .pt-head-logo {
    width: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pv-tile--ph {
    animation: none;
  }

  .inai-gate,
  .pv-tile,
  .start-pocket,
  .start-bots a,
  .start-path > li {
    transition: none;
  }
}

#start h3::after,
#start h3::before {
  content: none !important;
  display: none !important;
}

/* ---- Mobile: every live section ---- */
@media (max-width: 767px) {
  #start,
  #onlybitfans,
  #terminal,
  #primetriad,
  #x402,
  #tokenomics,
  #builders-cove,
  #inai,
  #faq,
  #community {
    padding-left: 0;
    padding-right: 0;
  }

  #start {
    padding: 32px 0 44px;
  }

  #start .section-container,
  #faq .section-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  h2.start-title,
  #onlybitfans h2.pv-title,
  #terminal h2.pv-title,
  #primetriad h2.pt-title,
  #x402 h2.x4-title,
  h2.tok-title,
  h2.inai-title,
  h2.faq-title,
  .builders-cove-title,
  #community .collaborators > h2 {
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
    line-height: 1.15 !important;
    text-align: left !important;
    max-width: 100%;
  }

  h2.start-title {
    max-width: 14ch;
  }

  .start-lead,
  .pv-lead,
  #primetriad .pt-lead,
  #x402 .x4-lead,
  .faq-lead,
  .tok-lead,
  .builders-cove-lead {
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
    max-width: none;
  }

  .start-path > li,
  .start-pocket,
  .start-bots a,
  .start-switch-item,
  .start-switch-main {
    min-width: 0;
  }

  .start-pocket {
    padding: 18px;
  }

  .start-pocket .ux-btn,
  .pv-foot .ux-btn,
  .pv-foot .ux-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .start-logo-bsf img {
    height: 32px !important;
    max-width: min(200px, calc(100vw - 48px)) !important;
  }

  .pv-foot,
  .pv-lp {
    flex-direction: column;
    align-items: stretch;
  }

  .pv-lp {
    padding: 12px 14px 14px;
    gap: 10px;
  }

  .pv-lp-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
  }

  .pv-lp-steps li {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .pv-lp-steps li + li::before {
    display: none;
  }

  .pv-beyond-d,
  .pv-beyond-feat {
    max-width: none;
  }

  .pt-services,
  .tok-grid {
    grid-template-columns: 1fr;
  }

  .x4-live {
    margin: 16px 0 4px;
  }

  .x4-live-k {
    margin: 0 0 8px;
    font-size: 0.6rem;
  }

  .x4-live-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .x4-tool {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px 12px;
    padding: 7px 10px;
    border-radius: 8px;
  }

  .x4-tool-name {
    font-size: 0.78rem;
    font-weight: 600;
    min-width: 0;
  }

  .x4-tool-meta {
    flex: none;
    font-size: 0.6rem;
    white-space: nowrap;
  }

  .faq-item summary {
    font-size: 0.98rem;
    padding-right: 32px;
  }

  .floating-buy-btn {
    bottom: 14px !important;
    right: 14px !important;
    padding: 8px 12px !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.04em;
  }

  .hero-proof-value {
    font-size: 1.25rem !important;
  }

  .inai-title {
    font-size: clamp(1.55rem, 7vw, 2.05rem) !important;
    text-align: left !important;
  }
}
