/* Shared “Getting started” / PyPI install blocks — marketing site */

.gs-strip {
  padding: 0 2rem 2.5rem;
  position: relative;
  z-index: 2;
}
.gs-strip--below-nav {
  padding-top: 5.75rem;
}
.gs-strip-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 1.35rem 1.5rem 1.5rem;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.1) 0%, rgba(34, 211, 238, 0.06) 55%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}
.gs-strip-head {
  text-align: center;
  margin-bottom: 1.1rem;
}
.gs-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b5cf6;
  margin-bottom: 0.35rem;
}
.gs-strip-title {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #e2e8f0;
  line-height: 1.2;
}
.gs-strip-sub {
  font-size: 0.92rem;
  color: #64748b;
  margin-top: 0.45rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
.gs-cmd-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-bottom: 0.85rem;
}
.gs-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.gs-badges a {
  line-height: 0;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gs-badges a:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.gs-badges img {
  display: block;
  height: 24px;
  width: auto;
}
a.gs-cmd {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 12px;
  text-decoration: none;
  font-family: 'JetBrains Mono', JetBrains Mono, ui-monospace, monospace;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  font-weight: 500;
  color: #22d3ee;
  letter-spacing: -0.02em;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
a.gs-cmd:hover {
  border-color: rgba(34, 211, 238, 0.55);
  background: rgba(34, 211, 238, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
}
a.gs-cmd:focus-visible {
  outline: 2px solid rgba(34, 211, 238, 0.55);
  outline-offset: 3px;
}
a.gs-cmd code {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  padding: 0;
}
.gs-steps-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 1rem;
  text-align: center;
}
.gs-steps-inline code {
  font-family: 'JetBrains Mono', JetBrains Mono, ui-monospace, monospace;
  font-size: 0.92em;
  color: #22d3ee;
}
.gs-steps-inline .gs-step-sep {
  color: #334155;
  user-select: none;
}
.gs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}
a.gs-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
a.gs-btn-primary {
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #f8fafc;
  border: 1px solid rgba(139, 92, 246, 0.45);
}
a.gs-btn-primary:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
a.gs-btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
a.gs-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

/* Full section (landing page) */
section#getting-started {
  padding: 4.5rem 2rem;
  background: linear-gradient(180deg, rgba(12, 12, 21, 0.6) 0%, transparent 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.gs-section-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 1.75rem 2.25rem;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.12) 0%, rgba(34, 211, 238, 0.05) 100%);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
.gs-section-panel .gs-cmd-row {
  margin: 1.25rem 0 1rem;
}
.gs-step-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.gs-step-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  font-size: 0.92rem;
  color: #94a3b8;
  line-height: 1.55;
}
.gs-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.2);
  color: #c4b5fd;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
.gs-step-list strong {
  color: #e2e8f0;
  font-weight: 600;
}
.gs-step-list code {
  font-family: 'JetBrains Mono', JetBrains Mono, ui-monospace, monospace;
  font-size: 0.9em;
  color: #22d3ee;
}
.gs-prereq {
  font-size: 0.88rem;
  color: #64748b;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.6;
}
.gs-prereq a {
  color: #8b5cf6;
  text-decoration: none;
}
.gs-prereq a:hover {
  text-decoration: underline;
}

/* Hero bar on index (replaces inline hero-install) */
.gs-hero-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin: -0.5rem auto 2rem;
  max-width: 680px;
}
.gs-hero-bar .gs-cmd-row {
  margin-bottom: 0;
}
.gs-hero-bar .gs-actions {
  margin-top: 0.15rem;
}

.nav-get-started {
  color: #22d3ee !important;
  font-weight: 600 !important;
}

@media (max-width: 600px) {
  .gs-strip { padding: 0 1rem 2rem; }
  .gs-strip-inner { padding: 1.1rem 1rem 1.25rem; }
  section#getting-started { padding: 3rem 1rem; }
  .gs-section-panel { padding: 1.35rem 1rem 1.5rem; }
  a.gs-cmd { width: 100%; justify-content: center; }
}
