/* SpinOut U Marketplace Experience v1 — messaging and orchestration overlay.
   Preserves the v12 visual authority while simplifying discovery and evidence language. */

.experience-hidden { display: none !important; }

.experience-menu-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: .65rem .2rem;
}

.experience-hero-support {
  max-width: 42rem;
  margin: .65rem 0 1.15rem;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.5;
  color: rgba(255,255,255,.9);
}

.experience-flexible-start {
  appearance: none;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(5,12,18,.28);
  color: #fff;
  border-radius: 999px;
  padding: .72rem 1rem;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin-bottom: 1rem;
}
.experience-flexible-start:hover,
.experience-flexible-start:focus-visible {
  background: rgba(255,255,255,.16);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.experience-guided-starts {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  margin: 1.1rem 0 .85rem;
}
.experience-guided-starts button {
  appearance: none;
  border: 1px solid rgba(18,34,44,.16);
  background: #fff;
  border-radius: 999px;
  padding: .65rem .9rem;
  color: #16242c;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.experience-guided-starts button:last-child {
  background: #eefbfa;
  border-color: #74d6d0;
}
.experience-guided-starts button:hover,
.experience-guided-starts button:focus-visible {
  border-color: #138f89;
  outline: 2px solid #138f89;
  outline-offset: 2px;
}

.experience-result-groups {
  display: grid;
  gap: 2.25rem;
}
.experience-result-group > h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  letter-spacing: -.025em;
}
.experience-result-grid {
  margin: 0;
}
.experience-reveal-more {
  justify-self: center;
  appearance: none;
  border: 1px solid rgba(18,34,44,.18);
  background: #fff;
  border-radius: 999px;
  padding: .85rem 1.2rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.experience-reveal-more:hover,
.experience-reveal-more:focus-visible {
  border-color: #138f89;
  outline: 2px solid #138f89;
  outline-offset: 2px;
}

.experience-injected-block {
  border-top: 1px solid rgba(18,34,44,.12);
}

html[data-marketplace-experience="spinoutu-marketplace-experience-v1"] .stage {
  display: none !important;
}

html[data-marketplace-experience="spinoutu-marketplace-experience-v1"] .hero-story-cta b {
  display: none;
}

html[data-marketplace-experience="spinoutu-marketplace-experience-v1"] .footer-brand-block p {
  white-space: pre-line;
}

@media (max-width: 900px) {
  .experience-menu-button { display: none; }
  .experience-guided-starts {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .35rem;
    scrollbar-width: none;
  }
  .experience-guided-starts::-webkit-scrollbar { display: none; }
  .experience-guided-starts button { flex: 0 0 auto; }
}

@media (max-width: 640px) {
  .experience-hero-support { max-width: 25rem; }
  .experience-result-groups { gap: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-flexible-start,
  .experience-guided-starts button,
  .experience-reveal-more { transition: none !important; }
}
