

/* Desktop homepage conversion polish */
.app-view[data-view="home"] {
  --home-label-size: 0.72rem;
  --home-body-size: clamp(0.92rem, 0.92vw, 1rem);
  --home-card-heading-size: clamp(1.12rem, 1.22vw, 1.34rem);
  --home-subhead-size: clamp(1.12rem, 1.42vw, 1.38rem);
  --home-section-heading-size: clamp(2.25rem, 3.25vw, 2.75rem);
  --home-hero-heading-size: clamp(3.5rem, 5vw, 4rem);
}

.app-view[data-view="home"] .metric-label, .app-view[data-view="home"] .hero-kicker {
  font-size: var(--home-label-size);
  letter-spacing: 0.1em;
}

.app-view[data-view="home"] .section-copy, .app-view[data-view="home"] p {
  font-size: var(--home-body-size);
}

.app-view[data-view="home"] .section-head h2, .app-view[data-view="home"] .home-suite-head h2, .app-view[data-view="home"] .home-access-head h2, .app-view[data-view="home"] .home-built-head h2, .app-view[data-view="home"] .founder-proof-head h2 {
  font-size: var(--home-section-heading-size);
  line-height: 1.02;
}

.home-iconic-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px 28px 68px;
  color: #ffffff;
  background: #030504;
}

.home-iconic-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    url("../public/media/brand/og-home-pitch-photo-hero-desktop.webp"),
    url("../public/media/brand/og-home-pitch-macro-desktop.webp");
  background-position: center;
  background-size: cover;
}

.home-iconic-hero::before, .home-iconic-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.home-iconic-hero::before {
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.4) 62%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.76)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.68));
}

.home-iconic-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.48);
}

.home-iconic-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 24px;
  width: min(760px, 100%);
  text-align: center;
}

.home-iconic-lockup::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -80px -120px -70px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0) 74%);
  pointer-events: none;
}

.home-iconic-pill {
  display: block;
  width: min(320px, 50vw);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
  object-fit: contain;
}

.home-iconic-wordmark {
  display: block;
  width: min(580px, 74vw);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.3));
  object-fit: contain;
}

.home-iconic-divider {
  width: min(230px, 44vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.64);
}

.home-iconic-divider-short {
  width: min(170px, 34vw);
  background: rgba(255, 255, 255, 0.42);
}

.home-iconic-tagline, .home-iconic-meta, .home-iconic-domain {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.72;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.home-iconic-meta, .home-iconic-domain {
  font-size: 0.92rem;
  font-weight: 700;
}

.home-iconic-founder-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 58px;
  margin-top: 8px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.92rem;
  font-weight: 720;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.home-iconic-founder-cta:hover, .home-iconic-founder-cta:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.home-iconic-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 28px;
  height: 28px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  transform: translateX(-50%) rotate(45deg);
}

.home-iconic-intro-section {
  display: grid;
  gap: 30px;
  justify-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 72px;
  text-align: center;
}

.home-iconic-intro-rule {
  width: min(360px, 80%);
  height: 1px;
  background: rgba(247, 246, 241, 0.28);
}

.home-iconic-intro-copy {
  display: grid;
  gap: 16px;
  max-width: 780px;
}

.home-iconic-intro-copy .metric-label {
  color: #f7f6f1;
  font-size: 1.35rem;
  font-weight: 760;
}

.home-iconic-intro-copy p {
  margin: 0;
  color: rgba(247, 246, 241, 0.76);
  font-size: 1.12rem;
  line-height: 1.62;
}

.home-iconic-trust-line {
  margin: 0;
  color: rgba(247, 246, 241, 0.56);
  font-size: 0.82rem;
  font-weight: 680;
}

.home-iconic-mobile-break {
  display: none;
}

.home-founder-stack-section {
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 30px;
  background: transparent;
}

.home-founder-stack-section .home-suite-head {
  max-width: 860px;
  margin-inline: auto;
}

.home-founder-stack-section .home-suite-head .metric-label {
  color: var(--mint);
}

.home-founder-stack-section .home-suite-grid, .home-suite-section .home-suite-grid, .home-built-grid, .home-access-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
}

.home-founder-stack-section .home-suite-card, .home-suite-section .home-suite-card, .home-built-card, .home-access-card {
  padding: clamp(20px, 2vw, 28px);
}

.home-founder-stack-section .home-suite-card strong, .home-suite-section .home-suite-card strong, .home-built-card strong, .home-access-card strong {
  font-size: var(--home-card-heading-size);
  line-height: 1.18;
}

.home-founder-stack-section .home-suite-card p {
  margin: 0;
}

.home-sample-signal-section {
  grid-template-columns: minmax(260px, 0.58fr) minmax(620px, 1.12fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  max-width: none;
  padding: clamp(28px, 3.8vw, 54px);
  border: 1px solid rgba(157, 255, 232, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 10%, rgba(157, 255, 232, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(18, 34, 31, 0.62), rgba(7, 15, 15, 0.18));
}

.home-sample-signal-copy {
  display: grid;
  gap: 14px;
  max-width: 470px;
}

.home-sample-signal-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.15rem, 3.7vw, 3.45rem);
  line-height: 1.04;
}

.home-how-og-works-section {
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid rgba(157, 255, 232, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(157, 255, 232, 0.075), transparent 38%),
    linear-gradient(180deg, rgba(12, 24, 22, 0.64), rgba(7, 15, 15, 0.16));
}

.home-how-og-works-section .og-signal-flow-head h2 {
  font-size: var(--home-section-heading-size);
  line-height: 1.02;
}

.home-how-og-works-section .og-signal-flow-head strong {
  color: var(--mint);
  font-size: var(--home-subhead-size);
  line-height: 1.22;
}

.home-how-og-works-section .og-flow-steps {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
}

.home-sample-signal-copy p {
  margin: 0;
  color: var(--muted);
  font-size: var(--home-subhead-size);
  line-height: 1.52;
}

.home-sample-signal-frame {
  display: grid;
  justify-items: stretch;
  min-width: 0;
  width: 100%;
}

.home-sample-signal-card {
  min-height: 0;
}

.home-access-section {
  padding: clamp(24px, 3vw, 42px);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(20, 39, 34, 0.54), rgba(8, 17, 16, 0.2));
}

.home-footer {
  border-radius: 24px;
}

.home-hero-prediction-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
}

.home-hero-prediction-groups article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(157, 255, 232, 0.16);
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.055);
}

.home-hero-prediction-groups p {
  margin: 0;
  color: #d8ebe6;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.45;
}

.home-sample-signal-section {
  display: grid;
  max-width: 780px;
  margin-inline: auto;
}

.home-product-preview-card {
  display: grid;
  gap: 18px;
  height: 100%;
  min-height: clamp(520px, 58vh, 660px);
  align-content: space-between;
  padding: clamp(24px, 2.8vw, 38px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(78, 222, 163, 0.24);
  background:
    radial-gradient(circle at 78% 0%, rgba(87, 199, 183, 0.2), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(246, 179, 109, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(18, 35, 30, 0.94), rgba(6, 15, 15, 0.98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.home-preview-top, .home-preview-fixture, .home-preview-market {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-preview-state {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: #06110f;
  background: linear-gradient(135deg, var(--mint), #8fffe4);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.home-preview-fixture {
  align-items: flex-end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(122, 148, 132, 0.18);
}

.home-preview-fixture div {
  display: grid;
  gap: 8px;
}

.home-preview-fixture span, .home-preview-market span, .home-preview-metrics span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-preview-fixture strong {
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-preview-kickoff {
  text-align: right;
}

.home-preview-market {
  display: grid;
  gap: 8px;
  align-items: start;
  justify-content: start;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(78, 222, 163, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

.home-preview-market strong {
  color: var(--mint);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.home-preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-preview-metrics article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.18);
  background: rgba(0, 0, 0, 0.16);
}

.home-preview-metrics strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.82rem);
  line-height: 1;
}

.home-preview-token-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-preview-token-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(78, 222, 163, 0.18);
  color: rgba(232, 244, 240, 0.9);
  background: rgba(78, 222, 163, 0.07);
  font-size: 0.8rem;
  font-weight: 820;
}

.home-sample-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-sample-signal-grid span {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.16);
}

.home-sample-signal-grid b {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-sample-signal-grid strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.16;
}

.home-sample-signal-note {
  margin: 0;
  color: var(--muted);
  font-weight: 820;
  line-height: 1.45;
}

.home-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.home-action-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(78, 222, 163, 0.16);
  color: inherit;
  background:
    linear-gradient(180deg, rgba(21, 39, 35, 0.92), rgba(9, 18, 18, 0.98)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.home-action-card:hover, .home-action-card:focus-visible {
  border-color: rgba(87, 199, 183, 0.45);
  background:
    linear-gradient(180deg, rgba(27, 52, 46, 0.96), rgba(10, 22, 22, 0.98)),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.home-product-preview-card:hover {
  border-color: rgba(157, 255, 232, 0.28);
  box-shadow:
    0 42px 104px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(157, 255, 232, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.home-action-card strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-action-card span:last-child {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.45;
}

.home-action-card-premium {
  border-color: rgba(246, 179, 109, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(22, 39, 33, 0.94), rgba(10, 18, 17, 0.98));
}

.home-paid-desk-section {
  padding-top: clamp(8px, 1.8vw, 22px);
}

.home-paid-desk-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: center;
}

.home-paid-desk-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(157, 255, 232, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(246, 179, 109, 0.12), transparent 26%);
  background-size: 64px 64px, 64px 64px, auto;
  opacity: 0.8;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.92));
}

.home-paid-desk-panel > * {
  position: relative;
  z-index: 1;
}

.home-paid-desk-panel h2 {
  max-width: 760px;
  margin: 8px 0 12px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1;
  letter-spacing: 0;
}

.home-paid-desk-panel .section-copy {
  max-width: 780px;
  margin: 0;
}

.home-paid-desk-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-paid-desk-points span {
  display: grid;
  min-height: 74px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  color: var(--ink);
  background: rgba(244, 255, 251, 0.052);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  font-weight: 860;
}

.home-paid-desk-panel .cta-row {
  grid-column: 1 / -1;
}

.home-access-section, .home-faq-section, .home-final-cta {
  display: grid;
  gap: 24px;
}

.home-access-head {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.home-access-head h2, .home-final-cta h2 {
  max-width: 940px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 5.8vw, 6.1rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.home-access-head p, .home-final-cta p {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.56;
}

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

.home-access-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 260px;
  padding: clamp(24px, 2.6vw, 34px);
  border-radius: 24px;
  color: inherit;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(9, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.08),
    0 22px 70px rgba(0, 0, 0, 0.24);
}

.home-access-card span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-access-card strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.12;
}

.home-access-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.home-access-card .button {
  width: fit-content;
  margin-top: auto;
}

.home-access-card-featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 255, 232, 0.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(246, 179, 109, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.98), rgba(8, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.17),
    0 30px 86px rgba(0, 0, 0, 0.34);
}

.home-faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

.home-faq-item {
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.home-faq-item summary {
  cursor: pointer;
  min-height: 64px;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 880;
  list-style: none;
}

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

.home-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.55;
}

.home-final-cta {
  justify-items: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 255, 232, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 28px 90px rgba(0, 0, 0, 0.3);
}

.home-final-cta .cta-row {
  justify-content: center;
}

.launch-proof-section .home-proof-head h2 {
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.home-proof-head {
  margin: 0;
}

.home-proof-head h2 {
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.app-view[data-view="home"] {
  display: grid;
  gap: clamp(62px, 7.2vw, 112px);
}

.app-view[data-view="home"] > .hero, .app-view[data-view="home"] > .section {
  margin-bottom: 0;
}

.app-view[data-view="home"] .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  filter: blur(6px);
  animation: none;
  transition:
    opacity 720ms cubic-bezier(0.22, 0.72, 0, 1),
    transform 720ms cubic-bezier(0.22, 0.72, 0, 1),
    filter 720ms cubic-bezier(0.22, 0.72, 0, 1),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.app-view[data-view="home"] > .hero.scroll-reveal {
  transform: translate3d(0, 14px, 0) scale(0.996);
}

.app-view[data-view="home"] .scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.app-view[data-view="home"] .home-action-card.scroll-reveal.is-visible:hover, .app-view[data-view="home"] .home-action-card.scroll-reveal.is-visible:focus-visible {
  transform: translate3d(0, -3px, 0);
}

.app-view[data-view="home"] .og-flow-step.scroll-reveal.is-visible:hover {
  transform: translate3d(0, -2px, 0);
}

.app-view[data-view="home"] .section-head {
  margin-bottom: 24px;
}

.app-view[data-view="home"] .section-head h2, .app-view[data-view="home"] .section-head h3 {
  font-size: clamp(2.15rem, 4vw, 3.85rem);
  line-height: 1;
  letter-spacing: 0;
}

.app-view[data-view="home"] .panel {
  padding: clamp(24px, 2.4vw, 34px);
  border-color: rgba(130, 255, 220, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(9, 18, 16, 0.98));
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.28);
}

.app-view[data-view="home"] .split {
  gap: 24px;
}

@media (prefers-reduced-motion: reduce) {

  .app-view[data-view="home"] .scroll-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }}

.home-product-preview-card {
  position: relative;
  display: grid;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: clamp(500px, 56vh, 580px);
  padding: clamp(24px, 2.35vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(157, 255, 232, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(rgba(130, 255, 220, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 255, 220, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 86% 0%, rgba(157, 255, 232, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.96), rgba(9, 20, 18, 0.98));
  background-size:
    42px 42px,
    42px 42px,
    auto,
    auto;
  box-shadow: 0 38px 96px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-product-preview-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(157, 255, 232, 0.08);
  pointer-events: none;
}

.home-preview-top, .home-preview-fixture, .home-preview-market, .home-preview-probability, .home-preview-score-strip, .home-preview-proof-grid, .home-preview-token-list, .home-product-preview-card > .button {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.home-preview-top {
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(157, 255, 232, 0.1);
}

.home-preview-state {
  min-height: 36px;
  padding: 0 14px;
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 28px rgba(88, 224, 196, 0.18);
  letter-spacing: 0.08em;
}

.home-preview-fixture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 15px 0 8px;
  border: 0;
}

.home-preview-team {
  display: grid;
  gap: 8px;
}

.home-preview-team-away {
  justify-items: end;
  text-align: right;
}

.home-preview-crest {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid rgba(88, 224, 196, 0.22);
  border-radius: 50%;
  color: #06110f;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.2), transparent 35%),
    linear-gradient(145deg, rgba(88, 224, 196, 0.2), rgba(157, 255, 232, 0.1));
  font-size: 0.76rem;
  font-weight: 950;
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 15, 0.48),
    0 14px 32px rgba(0, 0, 0, 0.28);
}

.home-preview-crest img {
  position: absolute;
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  object-fit: contain;
  filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.34));
}

.home-preview-crest-away {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.2), transparent 35%),
    linear-gradient(145deg, rgba(157, 255, 232, 0.18), rgba(88, 224, 196, 0.09));
}

.home-preview-team strong {
  color: #f4fffb;
  font-size: clamp(1.46rem, 2vw, 1.98rem);
  line-height: 1.05;
}

.home-preview-versus {
  color: #78908a;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-preview-fixture-meta {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(157, 255, 232, 0.12);
}

.home-preview-fixture-meta span, .home-preview-market span, .home-preview-probability span, .home-preview-proof-grid span {
  color: #b8c9c4;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-preview-fixture-meta span {
  display: block;
  overflow: hidden;
  font-size: 0.74rem;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-preview-kickoff {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #9dffe8;
  background: rgba(157, 255, 232, 0.09);
  text-align: right;
}

.home-preview-market {
  padding: 0;
  border: 0;
  background: transparent;
}

.home-preview-market strong {
  color: #f4fffb;
  font-size: clamp(1.42rem, 1.9vw, 1.88rem);
  line-height: 1;
}

.home-preview-market em {
  color: #b8c9c4;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.home-edge-meter, .home-probability-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.home-edge-meter span, .home-probability-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #58e0c4, #9dffe8);
  box-shadow: 0 0 18px rgba(88, 224, 196, 0.24);
}

.home-preview-probability {
  display: grid;
  gap: 9px;
  padding: 14px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.06), rgba(244, 255, 251, 0.035)),
    rgba(0, 0, 0, 0.08);
}

.home-preview-probability > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
}

.home-preview-probability strong {
  color: #f4fffb;
  font-size: 1.18rem;
  line-height: 1;
}

.home-preview-probability i {
  display: block;
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.home-preview-probability i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #58e0c4, #9dffe8);
  box-shadow: 0 0 18px rgba(88, 224, 196, 0.24);
}

.home-preview-probability i.home-probability-bar-draw em {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.72), rgba(255, 231, 165, 0.92));
}

.home-preview-probability i.home-probability-bar-away em {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.74), rgba(88, 224, 196, 0.94));
}

.home-preview-score-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.home-preview-score-strip span {
  display: grid;
  place-items: center;
  gap: 5px;
  min-height: 62px;
  padding: 10px 8px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.032)),
    rgba(0, 0, 0, 0.08);
}

.home-preview-score-strip strong {
  color: #f4fffb;
  font-size: clamp(1.18rem, 2vw, 1.56rem);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  line-height: 1;
}

.home-preview-score-strip small {
  color: #b8c9c4;
  font-size: 0.76rem;
  font-weight: 900;
}

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

.home-preview-proof-grid div {
  display: grid;
  gap: 8px;
  min-height: 68px;
  padding: 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.032)),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.home-preview-proof-grid strong {
  color: var(--mint);
  font-size: 1.08rem;
  line-height: 1;
}

.home-probability-bar {
  grid-column: 1 / -1;
}

.home-probability-bar-market span {
  background: linear-gradient(90deg, #78908a, #b8c9c4);
  box-shadow: none;
}

.home-preview-token-list {
  gap: 8px;
}

.home-preview-token-list span {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  color: #e9fff9;
  background:
    linear-gradient(180deg, rgba(157, 255, 232, 0.12), rgba(157, 255, 232, 0.055)),
    rgba(244, 255, 251, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-product-preview-card > .button {
  min-height: 50px;
  width: 100%;
}

.home-action-grid {
  gap: 24px;
}

.home-action-card {
  min-height: 250px;
  padding: clamp(28px, 3vw, 40px);
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.98), rgba(9, 19, 17, 0.98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.home-action-card:hover, .home-action-card:focus-visible {
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.98), rgba(10, 24, 21, 0.98));
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(88, 224, 196, 0.24);
  transform: translateY(-4px);
}

.home-action-card strong {
  font-size: clamp(1.55rem, 2vw, 2.12rem);
  line-height: 1.12;
}

.home-action-card span:last-child {
  color: #b8c9c4;
  font-size: 1rem;
  line-height: 1.5;
}

.home-action-card-premium {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(24, 44, 36, 0.98), rgba(10, 20, 18, 0.98));
}

.home-prediction-desk-section {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(88, 224, 196, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(11, 23, 20, 0.78), rgba(7, 17, 15, 0.36));
}

.home-suite-section {
  display: grid;
  gap: 28px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(11, 23, 20, 0.82), rgba(7, 17, 15, 0.42));
}

.home-suite-head {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.home-suite-head h2 {
  margin: 0;
  color: #f4fffb;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1;
}

.home-suite-head p {
  margin: 0;
  color: #b8c9c4;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.58;
}

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

.home-suite-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 220px;
  padding: 22px;
  border-radius: 22px;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.025)),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-suite-card:hover, .home-suite-card:focus-visible {
  transform: translateY(-3px);
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.075), rgba(244, 255, 251, 0.032)),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.16), 0 18px 42px rgba(0, 0, 0, 0.18);
  outline: 0;
}

.home-suite-card span {
  color: #9dffe8;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-suite-card strong {
  color: #f4fffb;
  font-size: clamp(1.12rem, 1.35vw, 1.34rem);
  line-height: 1.18;
}

.home-suite-card p {
  margin: 0;
  color: #b8c9c4;
  font-size: 0.94rem;
  line-height: 1.5;
}

.home-built-section {
  display: grid;
  gap: 28px;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(157, 255, 232, 0.1), transparent 34%),
    radial-gradient(circle at 94% 18%, rgba(88, 224, 196, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.92), rgba(7, 17, 15, 0.58));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.home-built-head {
  display: grid;
  gap: 14px;
  max-width: 920px;
}

.home-built-head h2 {
  margin: 0;
  color: #f4fffb;
  font-size: clamp(2.45rem, 5vw, 4.4rem);
  line-height: 1;
}

.home-built-head p {
  margin: 0;
  color: #b8c9c4;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.6;
}

.home-built-head strong {
  display: block;
  margin-top: 4px;
  color: #9dffe8;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.25;
}

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

.home-built-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 236px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-built-card:hover {
  transform: translateY(-3px);
  background: rgba(244, 255, 251, 0.06);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.14), 0 18px 44px rgba(0, 0, 0, 0.2);
}

.home-built-card span {
  color: #9dffe8;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-built-card strong {
  color: #f4fffb;
  font-size: clamp(1.2rem, 1.45vw, 1.48rem);
  line-height: 1.16;
}

.home-built-card p {
  margin: 0;
  color: #b8c9c4;
  font-size: 0.96rem;
  line-height: 1.55;
}

.home-built-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-built-stack span {
  min-height: 34px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.07);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.2;
}

.home-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 8px;
  border-top: 1px solid rgba(130, 255, 220, 0.1);
  color: #78908a;
  font-size: 0.9rem;
}

.home-footer span {
  color: #b8c9c4;
  font-weight: 850;
}

.home-footer a {
  color: #b8c9c4;
  text-decoration: none;
}

.home-footer a:hover, .home-footer a:focus-visible {
  color: #9dffe8;
}

.home-ladder {
  display: grid;
  gap: 12px;
}

@media (max-width: 780px) {

  .home-product-preview-card {
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }

  .home-action-grid, .home-preview-metrics {
    grid-template-columns: 1fr;
  }

  .home-preview-fixture, .home-preview-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-preview-kickoff {
    text-align: left;
  }

  .home-preview-fixture strong {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .home-action-card {
    min-height: auto;
  }}

@media (max-width: 1080px) {
  .app-view[data-view="home"] {
    gap: 56px;
  }

  .home-product-preview-card {
    min-height: auto;
  }

  .home-sample-signal-section {
    grid-template-columns: 1fr;
  }

  .home-sample-signal-copy {
    max-width: 760px;
  }

  .home-action-grid {
    grid-template-columns: 1fr;
  }

  .home-paid-desk-panel {
    grid-template-columns: 1fr;
  }

  .home-access-grid {
    grid-template-columns: 1fr;
  }}

@media (max-width: 780px) {
  .app-view[data-view="home"] {
    gap: 48px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .home-hero-prediction-groups {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-hero-prediction-groups {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: calc(100vw - 72px);
  }

  .home-hero-prediction-groups article {
    padding: 12px;
  }

  .home-hero-prediction-groups p {
    font-size: 0.82rem;
    overflow-wrap: anywhere;
  }

  .home-product-preview-card {
    padding: 24px;
    border-radius: 24px;
  }

  .home-preview-top, .home-preview-fixture, .home-preview-fixture-meta, .home-preview-market, .home-preview-probability, .home-preview-score-strip, .home-preview-proof-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-preview-fixture {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .home-preview-team-away {
    justify-items: start;
    text-align: left;
  }

  .home-preview-versus {
    display: none;
  }

  .home-preview-probability > div {
    grid-template-columns: 1fr;
  }

  .home-action-card {
    min-height: auto;
    padding: 24px;
  }

  .home-suite-section {
    padding: 22px;
    border-radius: 24px;
  }

  .home-suite-grid {
    grid-template-columns: 1fr;
  }

  .home-suite-card {
    min-height: auto;
    padding: 22px;
  }

  .home-paid-desk-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .home-paid-desk-points {
    grid-template-columns: 1fr;
  }

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

  .home-access-card {
    min-height: auto;
  }

  .home-access-head h2, .home-final-cta h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .home-final-cta {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .home-prediction-desk-section {
    padding: 22px;
    border-radius: 24px;
  }

  .app-view[data-view="home"] .section-head h2, .app-view[data-view="home"] .section-head h3 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }

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

@media (max-width: 780px) {

  .home-founder-stack-section {
    padding: 18px;
    border-radius: 24px;
  }

  .home-founder-stack-section .home-suite-head {
    gap: 8px;
  }

  .home-founder-stack-section .home-suite-head h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .home-founder-stack-section .home-suite-head p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-founder-stack-section .home-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-founder-stack-section .home-suite-card {
    min-height: 0;
    gap: 8px;
    padding: 14px;
    border-radius: 16px;
  }

  .home-founder-stack-section .home-suite-card span {
    font-size: 0.64rem;
  }

  .home-founder-stack-section .home-suite-card strong {
    font-size: 0.98rem;
    line-height: 1.15;
  }

  .home-founder-stack-section .home-suite-card p {
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .home-sample-signal-section {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 18px;
    border-radius: 24px;
  }

  .home-sample-signal-copy {
    gap: 10px;
  }

  .home-sample-signal-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .home-sample-signal-copy p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .home-sample-signal-card {
    gap: 12px;
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .home-sample-signal-card .home-preview-fixture {
    gap: 10px;
    padding-bottom: 12px;
  }

  .home-sample-signal-card .home-preview-crest {
    width: 42px;
    height: 42px;
  }

  .home-sample-signal-card .home-preview-fixture strong {
    font-size: clamp(1.35rem, 7vw, 1.95rem);
  }

  .home-preview-market-compact {
    padding: 14px;
  }

  .home-preview-market-compact strong {
    font-size: clamp(1.1rem, 5vw, 1.45rem);
  }

  .home-sample-signal-grid {
    grid-template-columns: 1fr;
  }

  .home-sample-signal-grid span {
    min-height: 0;
    padding: 12px;
  }

  .home-built-grid, .home-access-grid, .home-paid-desk-panel {
    grid-template-columns: 1fr;
  }

  .home-built-card {
    min-height: auto;
    padding: 18px;
  }

  .home-built-card strong {
    font-size: clamp(1.08rem, 5.2vw, 1.34rem);
  }}

@media (max-width: 460px) {

  .home-founder-stack-section .home-suite-grid {
    grid-template-columns: 1fr;
  }}

@media (max-width: 780px) {

  .home-iconic-hero {
    min-height: 100svh;
    padding: 116px 28px 56px;
  }

  .home-iconic-hero-bg {
    background-image:
      url("../public/media/brand/og-home-pitch-photo-hero-mobile.webp"),
      url("../public/media/brand/og-home-pitch-macro-mobile.webp");
    background-position: center;
  }

  .home-iconic-lockup {
    gap: 24px;
    align-self: end;
    padding-bottom: 70px;
  }

  .home-iconic-lockup::before {
    inset: -56px -42px -48px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0) 76%);
  }

  .home-iconic-pill {
    width: min(304px, 68vw);
  }

  .home-iconic-wordmark {
    width: min(430px, 74vw);
  }

  .home-iconic-mobile-break {
    display: block;
  }

  .home-iconic-tagline {
    font-size: 0.88rem;
    line-height: 1.85;
  }

  .home-iconic-meta, .home-iconic-domain {
    font-size: 0.78rem;
  }

  .home-iconic-founder-cta {
    width: min(82vw, 330px);
    min-width: 0;
    min-height: 52px;
    margin-top: 12px;
    padding: 0 22px;
  }

  .home-iconic-scroll-cue {
    display: none;
  }

  .home-iconic-intro-section {
    padding: 58px 24px 0;
  }

  .home-iconic-intro-copy .metric-label {
    font-size: 1.1rem;
  }

  .home-iconic-intro-copy p {
    font-size: 1rem;
  }}

@media (max-width: 430px) {

  .home-iconic-lockup {
    gap: 22px;
    padding-bottom: 62px;
  }

  .home-iconic-pill {
    width: min(292px, 70vw);
  }

  .home-iconic-wordmark {
    width: min(390px, 74vw);
  }

  .home-iconic-divider {
    width: 178px;
  }

  .home-iconic-founder-cta {
    width: min(82vw, 320px);
    min-height: 52px;
  }}

.app-view[data-view="home"] {
  --og-pitch: #06120f;
  --og-pitch-2: #0a1a15;
  --og-line: rgba(247, 246, 241, 0.14);
  --og-line-strong: rgba(247, 246, 241, 0.24);
  --og-text: #f7f6f1;
  --og-muted: rgba(247, 246, 241, 0.68);
  --og-soft: rgba(247, 246, 241, 0.08);
  --og-signal: #8fdc45;
  --og-card-radius: 8px;
  display: grid;
  gap: 0;
  max-width: none;
  color: var(--og-text);
  background:
    linear-gradient(180deg, #020403 0%, #06100d 24%, #020403 100%);
}

.app-view[data-view="home"] > .section:not(.home-iconic-intro-section) {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
  border-radius: 0;
}

.app-view[data-view="home"] .metric-label {
  color: var(--og-signal);
  font-weight: 820;
}

.home-iconic-intro-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: 76px max(24px, calc((100vw - 1040px) / 2)) 84px;
  border-top: 1px solid rgba(247, 246, 241, 0.08);
  border-bottom: 1px solid rgba(247, 246, 241, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 220, 69, 0.08), transparent 34%),
    #020403;
}

.home-iconic-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.98), rgba(2, 4, 3, 0.72), rgba(2, 4, 3, 0.98)),
    linear-gradient(180deg, rgba(2, 4, 3, 0.92), rgba(2, 4, 3, 0.8)),
    url("../public/media/brand/og-home-pitch-photo-about.webp") center / cover no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.home-iconic-intro-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 220, 69, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(2, 4, 3, 0.42), rgba(2, 4, 3, 0.88));
  pointer-events: none;
}

.home-iconic-intro-section > * {
  position: relative;
  z-index: 1;
}

.home-iconic-intro-copy .metric-label {
  color: var(--og-text);
}

.home-iconic-trust-line {
  color: rgba(247, 246, 241, 0.58);
}

.home-prediction-coverage-section, .home-philosophy-section, .home-founder-stack-section, .home-sample-signal-section, .home-how-og-works-section, .home-access-section, .home-faq-section, .home-final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(42px, 5vw, 72px) 0;
  border-top: 1px solid var(--og-line);
  background: transparent;
  box-shadow: none;
}

.home-prediction-coverage-section::before, .home-sample-signal-section::before, .home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 220, 69, 0.08), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(247, 246, 241, 0.045), transparent 34%);
  pointer-events: none;
}

.home-prediction-coverage-section::before {
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.98), rgba(2, 4, 3, 0.7), rgba(2, 4, 3, 0.98)),
    radial-gradient(circle at 12% 0%, rgba(143, 220, 69, 0.12), transparent 32%),
    url("../public/media/brand/og-home-pitch-photo-features.webp") center / cover no-repeat;
  opacity: 0.34;
}

.home-access-section::before, .home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.96), rgba(2, 4, 3, 0.74), rgba(2, 4, 3, 0.96)),
    radial-gradient(circle at 80% 8%, rgba(143, 220, 69, 0.12), transparent 34%),
    url("../public/media/brand/og-home-pitch-photo-founder.webp") center / cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.home-prediction-coverage-section > *, .home-sample-signal-section > *, .home-access-section > *, .home-final-cta > * {
  position: relative;
  z-index: 1;
}

.home-coverage-head, .home-built-head, .home-suite-head, .home-access-head, .home-how-og-works-section .og-signal-flow-head {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.home-coverage-head h2, .home-built-head h2, .home-suite-head h2, .home-access-head h2, .home-final-cta h2, .home-how-og-works-section .og-signal-flow-head h2 {
  max-width: 980px;
  margin: 0;
  color: var(--og-text);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.home-coverage-head p, .home-built-head p, .home-suite-head p, .home-access-head p, .home-final-cta p, .home-how-og-works-section .og-signal-flow-head .section-copy, .home-sample-signal-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--og-muted);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.58;
}

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

.home-coverage-card, .home-built-card, .home-suite-card, .home-access-card, .home-faq-item {
  border-radius: var(--og-card-radius);
  border: 1px solid var(--og-line);
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.055), rgba(247, 246, 241, 0.022)),
    rgba(2, 4, 3, 0.48);
  box-shadow: none;
}

.home-coverage-card {
  display: grid;
  gap: 18px;
  min-height: 360px;
  padding: clamp(24px, 3vw, 34px);
}

.home-coverage-card > span, .home-built-card span, .home-suite-card span, .home-access-card span {
  color: var(--og-signal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-coverage-card p {
  margin: 0;
  color: var(--og-muted);
  line-height: 1.55;
}

.home-coverage-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.home-coverage-card li {
  min-height: 38px;
  padding: 10px 12px;
  border-top: 1px solid rgba(247, 246, 241, 0.1);
  color: var(--og-text);
  font-weight: 720;
}

.home-built-grid, .home-founder-stack-section .home-suite-grid, .home-access-grid, .home-how-og-works-section .og-flow-steps {
  display: grid;
  gap: 14px;
}

.home-built-grid, .home-how-og-works-section .og-flow-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-founder-stack-section .home-suite-grid {
  grid-template-columns: repeat(7, minmax(150px, 1fr));
}

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

.home-built-card, .home-suite-card, .home-access-card {
  min-height: 0;
  padding: clamp(20px, 2vw, 28px);
  color: var(--og-text);
  text-decoration: none;
}

.home-built-card strong, .home-suite-card strong, .home-access-card strong {
  color: var(--og-text);
  font-size: clamp(1.04rem, 1.25vw, 1.28rem);
  line-height: 1.2;
}

.home-built-card p, .home-suite-card p, .home-access-card p {
  color: var(--og-muted);
  font-size: 0.95rem;
  line-height: 1.52;
}

.home-sample-signal-section {
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
  align-items: center;
  width: min(100% - 40px, 1240px);
  padding-inline: 0;
}

.home-sample-signal-copy h2 {
  color: var(--og-text);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.home-product-preview-card {
  border-radius: var(--og-card-radius);
  border: 1px solid var(--og-line-strong);
  background:
    linear-gradient(180deg, rgba(10, 26, 21, 0.96), rgba(2, 4, 3, 0.98));
  box-shadow: none;
}

.home-preview-state, .home-edge-meter span, .home-probability-bar em, .home-probability-bar-draw em, .home-probability-bar-away em {
  background: var(--og-signal);
}

.home-preview-crest {
  border-radius: 50%;
  border: 1px solid var(--og-line-strong);
  background: rgba(247, 246, 241, 0.08);
}

.home-sample-signal-note, .home-final-cta .footer-note, .home-founder-stack-section .footer-note {
  color: rgba(247, 246, 241, 0.58);
}

.home-access-card-featured {
  border-color: rgba(143, 220, 69, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 220, 69, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(10, 30, 20, 0.96), rgba(2, 4, 3, 0.98));
}

.home-faq-list {
  max-width: 980px;
  margin-inline: auto;
}

.home-faq-item summary {
  color: var(--og-text);
}

.home-faq-item p {
  color: var(--og-muted);
}

.home-final-cta {
  justify-items: center;
  text-align: center;
  border-bottom: 1px solid var(--og-line);
}

.home-final-cta .cta-row {
  justify-content: center;
}

.home-footer {
  width: min(100% - 40px, 1240px);
  margin: 0 auto 32px;
  border-top: 1px solid var(--og-line);
  border-radius: 0;
  color: rgba(247, 246, 241, 0.7);
  background: transparent;
}

@media (max-width: 1080px) {
  .home-built-grid, .home-how-og-works-section .og-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-founder-stack-section .home-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-sample-signal-section, .home-access-grid {
    grid-template-columns: 1fr;
  }}

@media (max-width: 680px) {
  .app-view[data-view="home"] > .section:not(.home-iconic-intro-section), .home-footer {
    width: min(100% - 28px, 1240px);
  }

  .home-iconic-intro-section {
    padding: 58px 22px 64px;
  }

  .home-coverage-grid, .home-built-grid, .home-founder-stack-section .home-suite-grid, .home-how-og-works-section .og-flow-steps {
    grid-template-columns: 1fr;
  }

  .home-coverage-card {
    min-height: 0;
  }

  .home-prediction-coverage-section, .home-philosophy-section, .home-founder-stack-section, .home-sample-signal-section, .home-how-og-works-section, .home-access-section, .home-faq-section, .home-final-cta {
    padding-block: 42px;
  }}