/* =========================================================
   LEARNING REWIRED STUDIO — FOUNDING MEMBER START
   File: /assets/css/studio-start.css
   Member orientation page before full auth/member layer
   ========================================================= */

.studio-start-page {
  overflow: hidden;
  background: #f5f5f7;
  color: #07111f;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.studio-start-page *,
.studio-start-page *::before,
.studio-start-page *::after {
  box-sizing: border-box;
}

.ss-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.studio-start-page h1,
.studio-start-page h2,
.studio-start-page h3,
.studio-start-page p {
  margin-top: 0;
}

.studio-start-page h1,
.studio-start-page h2,
.studio-start-page h3 {
  color: #07111f;
  text-wrap: balance;
}

.studio-start-page p {
  color: #5f6b7a;
}

.studio-start-page a {
  color: inherit;
}

/* =========================================================
   Labels + buttons
   ========================================================= */

.ss-eyebrow,
.ss-kicker {
  margin: 0 0 16px;
  color: #123f9c;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.ss-btn:hover {
  transform: translateY(-2px);
}

.ss-btn.primary {
  border: 0;
  background: linear-gradient(135deg, #07111f 0%, #123f9c 50%, #2563eb 100%);
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.24);
}

.ss-btn.primary:visited {
  color: #ffffff !important;
}

.ss-btn.secondary {
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #ffffff;
  color: #07111f !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.ss-btn.secondary:visited {
  color: #07111f !important;
}

.ss-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ss-actions.centered {
  justify-content: center;
}

/* =========================================================
   Hero
   ========================================================= */

.ss-hero {
  padding: clamp(62px, 8vw, 110px) 0 clamp(58px, 7vw, 96px);
  background:
    radial-gradient(circle at 84% 18%, rgba(37, 99, 235, 0.12), transparent 34%),
    radial-gradient(circle at 16% 82%, rgba(20, 184, 166, 0.10), transparent 32%),
    #ffffff;
}

.ss-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.ss-hero-copy {
  max-width: 820px;
}

.ss-hero h1 {
  margin: 0;
  padding-bottom: 0.12em;
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.064em;
  font-weight: 720;
}

.ss-hero h1 span {
  display: inline-block;
  padding-right: 0.06em;
  padding-bottom: 0.08em;
  background: linear-gradient(135deg, #2563eb 0%, #123f9c 58%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ss-deck {
  max-width: 740px;
  margin: 28px 0 0;
  color: #5f6b7a;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.68;
}

.ss-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ss-status-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #475569;
  font-size: 13px;
  font-weight: 850;
}

.ss-status-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
}

/* =========================================================
   Orientation panel
   ========================================================= */

.ss-orientation-panel {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 12%, rgba(37, 99, 235, 0.12), transparent 34%),
    #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.10);
}

.ss-orientation-list {
  display: grid;
  gap: 14px;
}

.ss-orientation-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.ss-orientation-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.10);
  color: #123f9c;
  font-size: 13px;
  font-weight: 950;
}

.ss-orientation-list h2 {
  margin: 0 0 8px;
  color: #07111f;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.ss-orientation-list p {
  margin: 0;
  color: #5f6b7a;
  font-size: 14.5px;
  line-height: 1.5;
}

/* =========================================================
   Sections + cards
   ========================================================= */

.ss-section {
  padding: clamp(54px, 7vw, 96px) 0;
}

.ss-muted-section {
  background: #ffffff;
}

.ss-answer-card,
.ss-split-card,
.ss-support-card,
.ss-final-card {
  border-radius: 44px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
}

.ss-answer-card,
.ss-split-card,
.ss-support-card {
  padding: clamp(28px, 5vw, 58px);
}

.ss-answer-copy {
  max-width: 900px;
}

.ss-answer-copy h2,
.ss-split-copy h2,
.ss-support-copy h2,
.ss-final-card h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.058em;
  font-weight: 700;
}

.ss-answer-copy p,
.ss-split-copy p,
.ss-support-copy p,
.ss-final-card p {
  margin: 20px 0 0;
  color: #5f6b7a;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.68;
}

/* =========================================================
   Start grid
   ========================================================= */

.ss-start-grid,
.ss-roadmap-grid,
.ss-path-grid,
.ss-ecosystem-grid,
.ss-support-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.ss-start-grid,
.ss-path-grid,
.ss-ecosystem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.ss-start-grid a,
.ss-path-grid a,
.ss-ecosystem-grid a,
.ss-support-grid a,
.ss-roadmap-grid article {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background:
    radial-gradient(circle at 86% 14%, rgba(37, 99, 235, 0.08), transparent 30%),
    #f8fafc;
  color: inherit;
  text-decoration: none !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.ss-start-grid a:hover,
.ss-path-grid a:hover,
.ss-ecosystem-grid a:hover,
.ss-support-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.08);
}

.ss-start-grid a.featured,
.ss-ecosystem-grid a.featured {
  background:
    radial-gradient(circle at 80% 16%, rgba(20, 184, 166, 0.16), transparent 30%),
    radial-gradient(circle at 14% 86%, rgba(37, 99, 235, 0.20), transparent 28%),
    #07111f;
}

.ss-start-grid a.featured span,
.ss-start-grid a.featured h3,
.ss-start-grid a.featured p,
.ss-start-grid a.featured em,
.ss-ecosystem-grid a.featured span,
.ss-ecosystem-grid a.featured h3,
.ss-ecosystem-grid a.featured p {
  color: #ffffff !important;
}

.ss-start-grid a.featured p,
.ss-ecosystem-grid a.featured p {
  color: rgba(255, 255, 255, 0.74) !important;
}

.ss-start-grid span,
.ss-roadmap-grid span,
.ss-path-grid span,
.ss-ecosystem-grid span,
.ss-support-grid span,
.ss-member-list span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #123f9c;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ss-start-grid h3,
.ss-roadmap-grid h3,
.ss-path-grid h3,
.ss-ecosystem-grid h3 {
  margin: 0 0 12px;
  color: #07111f;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 720;
}

.ss-start-grid p,
.ss-roadmap-grid p,
.ss-path-grid p,
.ss-ecosystem-grid p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.55;
}

.ss-start-grid em,
.ss-support-grid em {
  margin-top: auto;
  padding-top: 24px;
  color: #123f9c;
  font-size: 14px;
  font-style: normal;
  font-weight: 950;
}

/* =========================================================
   Split card
   ========================================================= */

.ss-split-card,
.ss-support-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.82fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
  background:
    radial-gradient(circle at 90% 12%, rgba(37, 99, 235, 0.10), transparent 34%),
    #ffffff;
}

.ss-member-list {
  display: grid;
  gap: 14px;
}

.ss-member-list article {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #f8fafc;
}

.ss-member-list strong,
.ss-support-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #07111f;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ss-member-list p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.55;
}

/* =========================================================
   Support
   ========================================================= */

.ss-support-grid {
  margin-top: 0;
}

.ss-support-grid a {
  min-height: 220px;
}

.ss-support-grid strong {
  font-size: 23px;
}

.ss-support-copy {
  max-width: 720px;
}

/* =========================================================
   Final
   ========================================================= */

.ss-final-section {
  padding: clamp(54px, 7vw, 96px) 0 clamp(88px, 10vw, 140px);
  background: #f5f5f7;
}

.ss-final-card {
  text-align: center;
  padding: clamp(32px, 6vw, 68px);
  border-radius: 44px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.14), transparent 36%),
    radial-gradient(circle at bottom right, rgba(20, 184, 166, 0.12), transparent 40%),
    #ffffff;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
}

.ss-final-card p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1080px) {
  .ss-hero-grid,
  .ss-split-card,
  .ss-support-card {
    grid-template-columns: 1fr;
  }

  .ss-start-grid,
  .ss-path-grid,
  .ss-ecosystem-grid,
  .ss-roadmap-grid,
  .ss-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss-support-grid {
    margin-top: 34px;
  }
}

@media (max-width: 760px) {
  .ss-shell {
    width: min(100% - 32px, 1180px);
  }

  .ss-hero {
    padding-top: 46px;
  }

  .ss-hero h1 {
    font-size: clamp(42px, 12vw, 66px);
    line-height: 1;
    letter-spacing: -0.056em;
  }

  .ss-deck {
    font-size: 18px;
    line-height: 1.58;
  }

  .ss-btn,
  .ss-actions {
    width: 100%;
  }

  .ss-status-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ss-status-row span {
    width: 100%;
    justify-content: flex-start;
    border-radius: 18px;
  }

  .ss-answer-copy h2,
  .ss-split-copy h2,
  .ss-support-copy h2,
  .ss-final-card h2 {
    font-size: clamp(34px, 9.5vw, 52px);
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .ss-start-grid,
  .ss-path-grid,
  .ss-ecosystem-grid,
  .ss-roadmap-grid,
  .ss-support-grid {
    grid-template-columns: 1fr;
  }

  .ss-start-grid a,
  .ss-path-grid a,
  .ss-ecosystem-grid a,
  .ss-support-grid a,
  .ss-roadmap-grid article {
    min-height: auto;
  }

  .ss-answer-card,
  .ss-split-card,
  .ss-support-card,
  .ss-final-card,
  .ss-orientation-panel {
    border-radius: 32px;
  }

  .ss-orientation-list article {
    grid-template-columns: 1fr;
  }

  .ss-final-card {
    text-align: left;
  }

  .ss-actions.centered {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .ss-shell {
    width: min(100% - 28px, 1180px);
  }

  .ss-answer-card,
  .ss-split-card,
  .ss-support-card,
  .ss-final-card,
  .ss-orientation-panel {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-btn,
  .ss-start-grid a,
  .ss-path-grid a,
  .ss-ecosystem-grid a,
  .ss-support-grid a {
    transition: none !important;
  }

  .ss-btn:hover,
  .ss-start-grid a:hover,
  .ss-path-grid a:hover,
  .ss-ecosystem-grid a:hover,
  .ss-support-grid a:hover {
    transform: none !important;
  }
}
