body.studio-marketing-page {
  background:
    radial-gradient(circle at 12% 7%, rgba(6, 182, 212, 0.13), transparent 25rem),
    radial-gradient(circle at 92% 30%, rgba(45, 212, 191, 0.1), transparent 28rem),
    linear-gradient(180deg, #02070f 0%, #071321 45%, #020617 100%);
}

body.studio-marketing-page main.container {
  padding-top: 0 !important;
}

body.studio-marketing-page .app-footer {
  margin-top: 0;
  background: #020617;
}

.studio-marketing {
  --studio-panel: rgba(7, 20, 34, 0.82);
  --studio-line: rgba(125, 211, 252, 0.18);
  --studio-cyan: #67e8f9;
  --studio-teal: #5eead4;
  --studio-muted: rgba(226, 232, 240, 0.7);
  color: #f8fafc;
}

.studio-marketing svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.studio-marketing-hero {
  position: relative;
  min-height: calc(100svh - 5.2rem);
  padding: clamp(4.5rem, 8vw, 7rem) 0 0;
  isolation: isolate;
}

.studio-marketing-hero-backdrop {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(125, 211, 252, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(94, 234, 212, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 20% 36%, rgba(8, 145, 178, 0.27), transparent 28rem),
    radial-gradient(circle at 78% 28%, rgba(13, 148, 136, 0.18), transparent 30rem),
    linear-gradient(135deg, #020a12 0%, #071827 48%, #030711 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

.studio-marketing-hero-backdrop::before,
.studio-marketing-hero-backdrop::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.studio-marketing-hero-backdrop::before {
  inset: 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px),
    radial-gradient(circle at 68% 12%, rgba(103, 232, 249, 0.62) 0 1px, transparent 1.6px),
    radial-gradient(circle at 38% 72%, rgba(94, 234, 212, 0.45) 0 1px, transparent 1.5px),
    radial-gradient(circle at 90% 67%, rgba(255, 255, 255, 0.4) 0 1px, transparent 1.5px);
  background-position: 0 0, 41px 73px, 109px 35px, 158px 112px;
  background-size: 340px 310px, 390px 360px, 430px 400px, 470px 440px;
  opacity: 0.58;
}

.studio-marketing-hero-backdrop::after {
  top: 5%;
  right: 3%;
  width: min(48rem, 60vw);
  height: min(48rem, 60vw);
  background: radial-gradient(circle, rgba(34, 211, 238, 0.12), transparent 66%);
  filter: blur(18px);
  animation: studio-marketing-glow 9s ease-in-out infinite alternate;
}

.studio-marketing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(31rem, 1.08fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  min-height: min(41rem, calc(100svh - 12rem));
}

.studio-marketing-hero-copy {
  position: relative;
  z-index: 2;
  animation: studio-marketing-rise 0.75s ease-out both;
}

.studio-marketing-eyebrow,
.studio-marketing-kicker {
  color: var(--studio-cyan);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-marketing-eyebrow {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.52rem 0.78rem;
  background: rgba(8, 47, 73, 0.48);
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.studio-marketing-eyebrow > span {
  display: inline-flex;
  font-size: 1.05rem;
}

.studio-marketing-hero-copy h1 {
  max-width: 47rem;
  margin: 1.35rem 0 1.25rem;
  color: #ffffff;
  font-size: clamp(3rem, 5.6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.studio-marketing-hero-copy h1 em {
  display: block;
  color: transparent;
  font-style: normal;
  background: linear-gradient(100deg, #e0f2fe 0%, #67e8f9 45%, #5eead4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 22px rgba(34, 211, 238, 0.16));
}

.studio-marketing-hero-copy > p {
  max-width: 42rem;
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  font-weight: 350;
  line-height: 1.7;
}

.studio-marketing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 2rem;
}

.studio-marketing-actions .btn {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  padding: 0.85rem 1.45rem;
  font-size: 0.96rem;
  font-weight: 800;
  border-radius: 0.62rem !important;
}

.studio-marketing-actions .btn-primary {
  color: #031525;
  background: linear-gradient(135deg, #e0f2fe 0%, #67e8f9 45%, #2dd4bf 100%);
  border: 1px solid rgba(224, 242, 254, 0.8);
  box-shadow:
    0 18px 42px rgba(45, 212, 191, 0.22),
    0 0 28px rgba(103, 232, 249, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.studio-marketing-actions .btn-primary:hover,
.studio-marketing-actions .btn-primary:focus {
  color: #020617;
  background: linear-gradient(135deg, #f0f9ff 0%, #7dd3fc 42%, #5eead4 100%);
  box-shadow:
    0 22px 52px rgba(45, 212, 191, 0.28),
    0 0 34px rgba(103, 232, 249, 0.28);
}

.studio-marketing-actions .btn-primary span {
  display: inline-flex;
  font-size: 1.1rem;
  transition: transform 0.18s ease;
}

.studio-marketing-actions .btn-primary:hover span,
.studio-marketing-actions .btn-primary:focus span {
  transform: translateX(0.2rem);
}

.studio-marketing-actions .btn-outline-light {
  color: #e0f2fe;
  background: rgba(2, 6, 23, 0.38);
  border-color: rgba(186, 230, 253, 0.38);
  box-shadow:
    0 16px 36px rgba(2, 6, 23, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.studio-marketing-actions .btn-outline-light:hover,
.studio-marketing-actions .btn-outline-light:focus {
  color: #ffffff;
  background: rgba(8, 47, 73, 0.6);
  border-color: rgba(224, 242, 254, 0.66);
}

.studio-marketing-hero-note {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  max-width: 38rem;
  margin-top: 1.5rem;
  color: rgba(186, 230, 253, 0.68);
}

.studio-marketing-hero-note > span {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 0.18rem;
  color: var(--studio-teal);
  font-size: 1.15rem;
}

.studio-marketing-hero-note p {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.55;
}

.studio-command-preview {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(9, 26, 43, 0.98), rgba(3, 12, 23, 0.99));
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 0.8rem;
  box-shadow:
    0 44px 100px rgba(2, 6, 23, 0.62),
    0 0 60px rgba(34, 211, 238, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform: perspective(1200px) rotateY(-2.4deg) rotateX(0.8deg);
  animation: studio-command-enter 0.9s 0.12s ease-out both;
}

.studio-command-preview::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  content: "";
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.07), transparent 24%);
}

.studio-command-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 4.4rem;
  padding: 0.85rem 1.15rem;
  background: rgba(2, 10, 20, 0.76);
  border-bottom: 1px solid rgba(125, 211, 252, 0.13);
}

.studio-command-topbar > div,
.studio-command-topbar > div > span:last-child {
  display: flex;
  align-items: center;
}

.studio-command-topbar > div {
  gap: 0.7rem;
}

.studio-command-topbar > div > span:last-child {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

.studio-command-topbar small,
.studio-command-main small {
  color: rgba(186, 230, 253, 0.52);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.studio-command-topbar strong {
  color: #f8fafc;
  font-size: 0.9rem;
}

.studio-command-brandmark {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  color: #04131f;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #67e8f9, #2dd4bf);
  border-radius: 0.46rem;
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.2);
}

.studio-command-live,
.studio-ready-pill {
  padding: 0.34rem 0.55rem;
  color: #a7f3d0;
  font-size: 0.62rem;
  font-weight: 800;
  background: rgba(6, 78, 59, 0.3);
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 999px;
}

.studio-command-live {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
}

.studio-command-live i {
  width: 0.38rem;
  height: 0.38rem;
  background: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 10px #34d399;
}

.studio-command-body {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr);
  min-height: 30rem;
}

.studio-command-nav {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  align-items: center;
  padding: 1.15rem 0.65rem;
  background: rgba(2, 8, 18, 0.55);
  border-right: 1px solid rgba(125, 211, 252, 0.1);
}

.studio-command-nav span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  color: rgba(186, 230, 253, 0.44);
  border-radius: 0.48rem;
}

.studio-command-nav span.active {
  color: var(--studio-cyan);
  background: rgba(8, 145, 178, 0.22);
  border: 1px solid rgba(103, 232, 249, 0.18);
}

.studio-command-main {
  min-width: 0;
  padding: 1.25rem;
}

.studio-command-heading {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.studio-command-heading > span:first-child,
.studio-readiness-card > div:last-child {
  display: flex;
  flex-direction: column;
}

.studio-command-heading strong {
  color: #ffffff;
  font-size: 1.15rem;
}

.studio-readiness-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem;
  background:
    linear-gradient(100deg, rgba(8, 145, 178, 0.11), transparent 62%),
    rgba(15, 31, 48, 0.68);
  border: 1px solid rgba(103, 232, 249, 0.13);
  border-radius: 0.56rem;
}

.studio-readiness-ring {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  padding-top: 1.05rem;
  color: #e0f2fe;
  background:
    radial-gradient(circle, #081624 55%, transparent 57%),
    conic-gradient(#2dd4bf 0 92%, rgba(125, 211, 252, 0.12) 92% 100%);
  border-radius: 50%;
}

.studio-readiness-ring strong {
  font-size: 1.1rem;
  line-height: 1;
}

.studio-readiness-ring small {
  margin-left: 0.05rem;
  font-size: 0.55rem;
}

.studio-readiness-card span {
  color: var(--studio-cyan);
  font-size: 0.65rem;
  font-weight: 750;
}

.studio-readiness-card strong {
  margin: 0.12rem 0;
  color: #f8fafc;
  font-size: 0.86rem;
}

.studio-command-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin: 0.75rem 0;
}

.studio-command-stats div {
  display: flex;
  flex-direction: column;
  padding: 0.7rem;
  background: rgba(15, 31, 48, 0.5);
  border: 1px solid rgba(125, 211, 252, 0.1);
  border-radius: 0.48rem;
}

.studio-command-stats strong {
  color: #ffffff;
  font-size: 1rem;
}

.studio-command-stats span {
  color: rgba(186, 230, 253, 0.5);
  font-size: 0.58rem;
}

.studio-command-checklist {
  overflow: hidden;
  background: rgba(2, 10, 20, 0.38);
  border: 1px solid rgba(125, 211, 252, 0.09);
  border-radius: 0.5rem;
}

.studio-command-checklist > div {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.studio-command-checklist > div:last-child {
  border-bottom: 0;
}

.studio-command-checklist > div > span {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  font-size: 0.76rem;
  border-radius: 50%;
}

.studio-command-checklist .is-complete {
  color: #5eead4;
  background: rgba(13, 148, 136, 0.16);
}

.studio-command-checklist .is-pending {
  color: #fbbf24;
  background: rgba(180, 83, 9, 0.16);
}

.studio-command-checklist p {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
}

.studio-command-checklist p strong {
  color: #e2e8f0;
  font-size: 0.69rem;
}

.studio-command-checklist p small {
  color: rgba(186, 230, 253, 0.46);
  font-size: 0.58rem;
}

.studio-command-checklist b {
  color: #5eead4;
  font-size: 0.56rem;
}

.studio-command-checklist b.pending {
  color: #fbbf24;
}

.studio-marketing-trust {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(3.5rem, 7vw, 6rem);
  border-top: 1px solid rgba(125, 211, 252, 0.14);
  border-bottom: 1px solid rgba(125, 211, 252, 0.14);
}

.studio-marketing-trust > div {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  padding: 1.15rem clamp(0.7rem, 2vw, 1.35rem);
  border-right: 1px solid rgba(125, 211, 252, 0.12);
}

.studio-marketing-trust > div:last-child {
  border-right: 0;
}

.studio-marketing-trust > div > span {
  display: grid;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  color: var(--studio-cyan);
  background: rgba(8, 145, 178, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.14);
  border-radius: 0.48rem;
}

.studio-marketing-trust p {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
}

.studio-marketing-trust strong {
  color: #f8fafc;
  font-size: 0.76rem;
}

.studio-marketing-trust small {
  color: rgba(186, 230, 253, 0.46);
  font-size: 0.64rem;
}

.studio-marketing-section {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding:
    clamp(5.5rem, 10vw, 8.5rem)
    max(calc((100vw - 1140px) / 2), calc(var(--bs-gutter-x) * 0.5));
}

.studio-marketing-heading {
  max-width: 53rem;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}

.studio-marketing-heading-left {
  max-width: 49rem;
  margin-left: 0;
  text-align: left;
}

.studio-marketing-heading h2,
.studio-team-copy h2,
.studio-marketing-cta h2 {
  margin: 0.7rem 0 1rem;
  color: #ffffff;
  font-size: clamp(2.25rem, 4.4vw, 3.8rem);
  font-weight: 880;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.studio-marketing-heading p,
.studio-team-copy > p,
.studio-marketing-cta > p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.studio-workflow-section {
  background:
    radial-gradient(circle at 50% 5%, rgba(8, 145, 178, 0.14), transparent 28rem),
    linear-gradient(180deg, #06111d, #081827);
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.studio-workflow-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.studio-workflow-rail::before {
  position: absolute;
  top: 3.5rem;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.38), transparent);
}

.studio-workflow-rail article {
  position: relative;
  min-height: 19rem;
  padding: 1.35rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(14, 35, 55, 0.86), rgba(4, 16, 29, 0.92));
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 0.68rem;
  box-shadow:
    0 24px 56px rgba(2, 6, 23, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.studio-workflow-rail article:hover {
  z-index: 2;
  border-color: rgba(103, 232, 249, 0.34);
  box-shadow:
    0 30px 64px rgba(2, 6, 23, 0.36),
    0 0 28px rgba(34, 211, 238, 0.07);
  transform: translateY(-0.35rem);
}

.studio-workflow-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(186, 230, 253, 0.28);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.studio-workflow-icon,
.studio-capability-icon {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  color: var(--studio-cyan);
  font-size: 1.45rem;
  background:
    linear-gradient(145deg, rgba(8, 145, 178, 0.22), rgba(13, 148, 136, 0.11)),
    rgba(8, 47, 73, 0.22);
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 0.6rem;
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.08);
}

.studio-workflow-rail h3 {
  margin: 2.15rem 0 0.75rem;
  color: #f8fafc;
  font-size: 1.15rem;
  font-weight: 800;
}

.studio-workflow-rail p {
  margin: 0;
  color: rgba(203, 213, 225, 0.66);
  font-size: 0.88rem;
  line-height: 1.7;
}

.studio-capabilities-section {
  background:
    radial-gradient(circle at 5% 30%, rgba(14, 116, 144, 0.13), transparent 28rem),
    radial-gradient(circle at 95% 72%, rgba(13, 148, 136, 0.1), transparent 30rem),
    #030b15;
}

.studio-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.studio-capability-card {
  position: relative;
  min-height: 23rem;
  padding: clamp(1.6rem, 3vw, 2.35rem);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(11, 30, 48, 0.88), rgba(3, 14, 26, 0.95));
  border: 1px solid rgba(125, 211, 252, 0.13);
  border-radius: 0.72rem;
  box-shadow:
    0 28px 70px rgba(2, 6, 23, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.studio-capability-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 13rem;
  height: 13rem;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at top right, rgba(34, 211, 238, 0.08), transparent 68%);
}

.studio-capability-card-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(20rem, 0.94fr);
  grid-column: 1 / -1;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.studio-capability-card-featured,
.studio-capability-card-reporting {
  background: linear-gradient(112deg, rgba(7, 33, 50, 0.96), rgba(4, 16, 29, 0.97));
}

.studio-capability-card-featured {
  min-height: 32rem;
}

.studio-capability-label {
  display: block;
  margin-top: 1.35rem;
  color: var(--studio-cyan);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.studio-capability-card h3 {
  max-width: 38rem;
  margin: 0.6rem 0 0.85rem;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.studio-capability-card p {
  max-width: 39rem;
  margin: 0;
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.94rem;
  line-height: 1.75;
}

.studio-capability-card ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.35rem 0 0;
  padding: 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.82rem;
  list-style: none;
}

.studio-capability-card li {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.studio-capability-card li svg {
  flex: 0 0 auto;
  color: var(--studio-teal);
  font-size: 0.9rem;
}

.studio-talent-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: rgba(2, 11, 21, 0.66);
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 0.64rem;
  box-shadow:
    0 28px 60px rgba(2, 6, 23, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.studio-talent-visual-heading {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  color: rgba(186, 230, 253, 0.54);
  font-size: 0.68rem;
  font-weight: 750;
  background: rgba(8, 47, 73, 0.28);
  border-bottom: 1px solid rgba(125, 211, 252, 0.1);
}

.studio-talent-visual-heading strong {
  color: var(--studio-teal);
}

.studio-talent-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.studio-talent-row:last-child {
  border-bottom: 0;
}

.studio-avatar {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  color: #cffafe;
  font-size: 0.62rem;
  font-weight: 850;
  background: linear-gradient(135deg, #0e7490, #0f766e);
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 50%;
}

.studio-avatar-alt {
  background: linear-gradient(135deg, #0369a1, #155e75);
}

.studio-avatar-warn {
  color: #fef3c7;
  background: linear-gradient(135deg, #92400e, #7c2d12);
  border-color: rgba(251, 191, 36, 0.2);
}

.studio-talent-row p {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.studio-talent-row p strong {
  color: #e2e8f0;
  font-size: 0.76rem;
}

.studio-talent-row p small {
  overflow: hidden;
  color: rgba(186, 230, 253, 0.45);
  font-size: 0.61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-talent-row > b {
  padding: 0.3rem 0.48rem;
  color: #5eead4;
  font-size: 0.56rem;
  background: rgba(13, 148, 136, 0.13);
  border-radius: 999px;
}

.studio-talent-row > b.waiting {
  color: #fbbf24;
  background: rgba(180, 83, 9, 0.15);
}

.studio-mini-status {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  justify-content: space-between;
  padding-top: 0.9rem;
  color: rgba(186, 230, 253, 0.6);
  font-size: 0.7rem;
  border-top: 1px solid rgba(125, 211, 252, 0.1);
}

.studio-mini-status span {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.studio-mini-status i {
  width: 0.42rem;
  height: 0.42rem;
  background: #5eead4;
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(94, 234, 212, 0.55);
}

.studio-mini-status strong {
  color: #e0f2fe;
}

.studio-mini-status-cyan i {
  background: #67e8f9;
  box-shadow: 0 0 9px rgba(103, 232, 249, 0.55);
}

.studio-capability-card-reporting {
  min-height: 29rem;
}

.studio-report-visual {
  position: relative;
  min-height: 19rem;
}

.studio-report-sheet {
  position: absolute;
  inset: 1rem 0 0 2rem;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(15, 40, 58, 0.96), rgba(5, 19, 32, 0.98));
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 0.6rem;
  box-shadow: 0 28px 50px rgba(2, 6, 23, 0.44);
  transform: rotate(-1deg);
}

.studio-report-sheet-back {
  inset: 0 1.5rem 1rem 0;
  opacity: 0.46;
  transform: rotate(3deg);
}

.studio-report-sheet > span {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1.25rem;
  place-items: center;
  color: var(--studio-teal);
  background: rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(94, 234, 212, 0.14);
  border-radius: 0.5rem;
}

.studio-report-sheet small {
  color: var(--studio-cyan);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-report-sheet strong {
  margin: 0.25rem 0 1.35rem;
  color: #ffffff;
  font-size: 1.22rem;
}

.studio-report-sheet i {
  width: 100%;
  height: 0.42rem;
  margin-bottom: 0.55rem;
  background: rgba(125, 211, 252, 0.1);
  border-radius: 999px;
}

.studio-report-sheet i:nth-of-type(2) {
  width: 78%;
}

.studio-report-sheet i:nth-of-type(3) {
  width: 88%;
}

.studio-report-sheet b {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.4rem 0.55rem;
  color: #a7f3d0;
  font-size: 0.58rem;
  background: rgba(6, 95, 70, 0.24);
  border: 1px solid rgba(52, 211, 153, 0.15);
  border-radius: 999px;
}

.studio-team-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(30rem, 1.1fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.024) 1px, transparent 1px),
    linear-gradient(rgba(94, 234, 212, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 83% 46%, rgba(8, 145, 178, 0.18), transparent 27rem),
    #071522;
  background-size: 58px 58px, 58px 58px, auto, auto;
  border-top: 1px solid rgba(125, 211, 252, 0.08);
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.studio-team-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.45rem);
}

.studio-team-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.2rem;
  margin-top: 1.8rem;
}

.studio-team-points span {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.78rem;
  line-height: 1.45;
}

.studio-team-points svg {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--studio-teal);
}

.studio-permissions-visual {
  overflow: hidden;
  background: linear-gradient(145deg, rgba(9, 28, 45, 0.96), rgba(3, 13, 25, 0.98));
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 0.72rem;
  box-shadow:
    0 36px 80px rgba(2, 6, 23, 0.48),
    0 0 50px rgba(34, 211, 238, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.studio-permissions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  background: rgba(2, 10, 20, 0.55);
  border-bottom: 1px solid rgba(125, 211, 252, 0.1);
}

.studio-permissions-header > span:first-child {
  display: flex;
  flex-direction: column;
}

.studio-permissions-header small {
  color: var(--studio-cyan);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-permissions-header strong {
  color: #f8fafc;
  font-size: 1rem;
}

.studio-permissions-secure {
  display: inline-flex;
  gap: 0.42rem;
  align-items: center;
  padding: 0.4rem 0.55rem;
  color: #a7f3d0;
  font-size: 0.6rem;
  font-weight: 750;
  background: rgba(6, 95, 70, 0.2);
  border: 1px solid rgba(52, 211, 153, 0.14);
  border-radius: 999px;
}

.studio-permission-row {
  display: grid;
  grid-template-columns: minmax(9rem, 1.8fr) repeat(3, 0.7fr);
  align-items: center;
  min-height: 4rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.studio-permission-row > span:not(:first-child) {
  justify-self: center;
}

.studio-permission-labels {
  min-height: 2.7rem;
  color: rgba(186, 230, 253, 0.42);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(8, 47, 73, 0.14);
}

.studio-permission-row > span:first-child {
  display: flex;
  gap: 0.62rem;
  align-items: center;
}

.studio-permission-row b {
  color: #e2e8f0;
  font-size: 0.72rem;
}

.studio-role-dot {
  width: 0.62rem;
  height: 0.62rem;
  background: #22d3ee;
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(34, 211, 238, 0.42);
}

.role-producer {
  background: #2dd4bf;
  box-shadow: 0 0 9px rgba(45, 212, 191, 0.42);
}

.role-coordinator {
  background: #38bdf8;
  box-shadow: 0 0 9px rgba(56, 189, 248, 0.42);
}

.studio-permission-row .has-access {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  color: var(--studio-teal);
  font-size: 0.72rem;
  background: rgba(13, 148, 136, 0.13);
  border-radius: 50%;
}

.studio-permission-row .no-access {
  color: rgba(148, 163, 184, 0.32);
  font-size: 0.8rem;
}

.studio-permission-footer {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(8, 47, 73, 0.16);
}

.studio-permission-footer > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: var(--studio-cyan);
  background: rgba(8, 145, 178, 0.13);
  border-radius: 0.4rem;
}

.studio-permission-footer p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.studio-permission-footer strong {
  color: #e2e8f0;
  font-size: 0.7rem;
}

.studio-permission-footer small {
  color: rgba(186, 230, 253, 0.43);
  font-size: 0.59rem;
}

.studio-marketing-cta {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: clamp(5.5rem, 10vw, 8rem) max(calc((100vw - 960px) / 2), 1.25rem);
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(125, 211, 252, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(94, 234, 212, 0.025) 1px, transparent 1px),
    linear-gradient(135deg, #03101d, #071b2b 55%, #03101d);
  background-size: 60px 60px, 60px 60px, auto;
}

.studio-marketing-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50rem;
  height: 30rem;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(34, 211, 238, 0.13), transparent 68%);
  transform: translate(-50%, -50%);
}

.studio-marketing-cta > *:not(.studio-marketing-cta-glow) {
  position: relative;
  z-index: 1;
}

.studio-marketing-cta h2,
.studio-marketing-cta > p {
  max-width: 51rem;
  margin-right: auto;
  margin-left: auto;
}

.studio-marketing-cta > p {
  max-width: 42rem;
}

.studio-marketing-cta .studio-marketing-actions {
  justify-content: center;
}

@keyframes studio-marketing-rise {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes studio-command-enter {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateY(-4deg) rotateX(1deg) translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: perspective(1200px) rotateY(-2.4deg) rotateX(0.8deg) translateY(0);
  }
}

@keyframes studio-marketing-glow {
  from {
    opacity: 0.68;
    transform: translate3d(0, 0, 0) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate3d(-1rem, 0.7rem, 0) scale(1.04);
  }
}

@media (max-width: 1199.98px) {
  .studio-marketing-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
    gap: 2.5rem;
  }

  .studio-command-preview {
    transform: none;
  }

  @keyframes studio-command-enter {
    from {
      opacity: 0;
      transform: translateY(1.5rem);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 991.98px) {
  .studio-marketing-hero {
    padding-top: 4rem;
  }

  .studio-marketing-hero-grid,
  .studio-team-section {
    grid-template-columns: 1fr;
  }

  .studio-marketing-hero-grid {
    min-height: auto;
  }

  .studio-marketing-hero-copy {
    max-width: 48rem;
  }

  .studio-command-preview {
    width: min(100%, 45rem);
    margin: 0 auto;
  }

  .studio-marketing-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-marketing-trust > div:nth-child(2) {
    border-right: 0;
  }

  .studio-marketing-trust > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(125, 211, 252, 0.12);
  }

  .studio-workflow-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-workflow-rail::before {
    display: none;
  }

  .studio-capability-card-wide {
    grid-template-columns: 1fr;
  }

  .studio-team-section {
    gap: 3rem;
  }

  .studio-permissions-visual {
    width: min(100%, 43rem);
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .studio-marketing-hero {
    min-height: auto;
    padding-top: 3.25rem;
  }

  .studio-marketing-hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .studio-marketing-trust {
    margin-top: 3.5rem;
  }

  .studio-marketing-section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .studio-workflow-rail,
  .studio-capability-grid {
    grid-template-columns: 1fr;
  }

  .studio-workflow-rail article,
  .studio-capability-card,
  .studio-capability-card-wide {
    min-height: auto;
  }

  .studio-capability-card-wide {
    grid-column: auto;
  }

  .studio-mini-status {
    position: static;
    margin-top: 2rem;
  }

  .studio-report-visual {
    min-height: 18rem;
  }
}

@media (max-width: 575.98px) {
  .studio-marketing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .studio-marketing-actions .btn {
    width: 100%;
  }

  .studio-command-topbar {
    align-items: flex-start;
  }

  .studio-command-live {
    padding: 0.32rem;
    font-size: 0;
  }

  .studio-command-body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .studio-command-nav {
    flex-direction: row;
    padding: 0.55rem 0.75rem;
    border-right: 0;
    border-bottom: 1px solid rgba(125, 211, 252, 0.1);
  }

  .studio-command-nav span {
    width: 2rem;
    height: 2rem;
  }

  .studio-command-main {
    padding: 0.85rem;
  }

  .studio-ready-pill {
    max-width: 6rem;
    text-align: center;
  }

  .studio-command-checklist > div {
    grid-template-columns: 1.8rem minmax(0, 1fr);
  }

  .studio-command-checklist b {
    display: none;
  }

  .studio-marketing-trust {
    grid-template-columns: 1fr;
  }

  .studio-marketing-trust > div,
  .studio-marketing-trust > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(125, 211, 252, 0.12);
  }

  .studio-marketing-trust > div:last-child {
    border-bottom: 0;
  }

  .studio-capability-card {
    padding: 1.35rem;
  }

  .studio-talent-row {
    padding: 0.8rem;
  }

  .studio-team-points {
    grid-template-columns: 1fr;
  }

  .studio-permissions-header,
  .studio-permission-row,
  .studio-permission-footer {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .studio-permission-row {
    grid-template-columns: minmax(7rem, 1.6fr) repeat(3, 0.62fr);
  }

  .studio-permission-labels {
    font-size: 0.5rem;
  }

  .studio-permission-row b {
    font-size: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-marketing-hero-copy,
  .studio-command-preview,
  .studio-marketing-hero-backdrop::after {
    animation: none;
  }

  .studio-workflow-rail article,
  .studio-marketing-actions .btn-primary span {
    transition: none;
  }
}

html[data-high-contrast="true"] .studio-marketing-hero-backdrop,
html[data-high-contrast="true"] .studio-workflow-section,
html[data-high-contrast="true"] .studio-capabilities-section,
html[data-high-contrast="true"] .studio-team-section,
html[data-high-contrast="true"] .studio-marketing-cta,
html[data-high-contrast="true"] .studio-command-preview,
html[data-high-contrast="true"] .studio-workflow-rail article,
html[data-high-contrast="true"] .studio-capability-card,
html[data-high-contrast="true"] .studio-permissions-visual {
  background: #000000;
}

html[data-high-contrast="true"] .studio-command-preview,
html[data-high-contrast="true"] .studio-workflow-rail article,
html[data-high-contrast="true"] .studio-capability-card,
html[data-high-contrast="true"] .studio-permissions-visual {
  border-color: #ffffff;
}

/* Studio product-tour refinements */
.studio-marketing-hero-backdrop {
  box-shadow: inset 0 -13rem 9rem -9rem #06111d;
}

.studio-marketing-hero-copy h1 {
  max-width: 43rem;
  font-size: clamp(2.8rem, 4.65vw, 4.35rem);
  line-height: 1.01;
}

.studio-marketing-trust {
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

body.studio-marketing-page .app-footer {
  background: linear-gradient(180deg, #020617 0%, #01030a 100%);
  border-top: 0;
}

.studio-workflow-section {
  background:
    linear-gradient(
      180deg,
      #06111d 0,
      rgba(6, 17, 29, 0.78) 4rem,
      rgba(6, 17, 29, 0) 12rem
    ),
    radial-gradient(circle at 50% 14%, rgba(8, 145, 178, 0.15), transparent 32rem),
    linear-gradient(180deg, #06111d 0%, #071827 56%, #030b15 100%);
  border: 0;
}

.studio-capabilities-section {
  background:
    radial-gradient(circle at 5% 30%, rgba(14, 116, 144, 0.13), transparent 28rem),
    radial-gradient(circle at 95% 72%, rgba(13, 148, 136, 0.1), transparent 30rem),
    linear-gradient(180deg, #030b15 0%, #030b15 72%, #071522 100%);
}

.studio-team-section {
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.024) 1px, transparent 1px),
    linear-gradient(rgba(94, 234, 212, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 83% 46%, rgba(8, 145, 178, 0.18), transparent 27rem),
    linear-gradient(180deg, #071522 0%, #071827 100%);
  background-size: 58px 58px, 58px 58px, auto, auto;
  border: 0;
}

.studio-marketing-cta {
  background:
    linear-gradient(90deg, rgba(125, 211, 252, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(94, 234, 212, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #071827 0%, #04101d 48%, #020617 100%);
  background-size: 60px 60px, 60px 60px, auto;
}

.studio-app-windowbar {
  display: grid;
  grid-template-columns: 4rem 1fr 4rem;
  align-items: center;
  min-height: 1.65rem;
  padding: 0 0.7rem;
  color: rgba(186, 230, 253, 0.36);
  background: #020813;
  border-bottom: 1px solid rgba(125, 211, 252, 0.1);
}

.studio-app-windowbar > span,
.studio-workflow-stage-bar > span {
  display: flex;
  gap: 0.3rem;
}

.studio-app-windowbar > span i,
.studio-workflow-stage-bar > span i {
  width: 0.38rem;
  height: 0.38rem;
  background: rgba(148, 163, 184, 0.42);
  border-radius: 50%;
}

.studio-app-windowbar > span i:first-child,
.studio-workflow-stage-bar > span i:first-child {
  background: rgba(248, 113, 113, 0.68);
}

.studio-app-windowbar > span i:nth-child(2),
.studio-workflow-stage-bar > span i:nth-child(2) {
  background: rgba(251, 191, 36, 0.68);
}

.studio-app-windowbar > span i:last-child,
.studio-workflow-stage-bar > span i:last-child {
  background: rgba(52, 211, 153, 0.68);
}

.studio-app-windowbar small {
  justify-self: center;
  font-size: 0.5rem;
  letter-spacing: 0.035em;
}

.studio-command-user {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.studio-command-user > b {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  color: #cffafe;
  font-size: 0.58rem;
  background: linear-gradient(135deg, #0e7490, #0f766e);
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 50%;
}

.studio-command-body {
  grid-template-columns: 8.25rem minmax(0, 1fr);
  min-height: 31rem;
}

.studio-command-nav {
  align-items: stretch;
  gap: 0.25rem;
  padding: 1rem 0.65rem;
}

.studio-command-nav > strong {
  display: block;
  margin: 0 0.4rem 0.65rem;
  overflow: hidden;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.59rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-command-nav span {
  display: flex;
  gap: 0.48rem;
  align-items: center;
  width: auto;
  height: 1.85rem;
  padding: 0 0.48rem;
  font-size: 0.72rem;
}

.studio-command-nav span i {
  overflow: hidden;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-command-main {
  padding: 1rem;
}

.studio-command-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 0.7rem;
}

.studio-command-stats div {
  min-width: 0;
  padding: 0.58rem;
}

.studio-command-stats div span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-command-stats div strong {
  margin: 0.1rem 0;
}

.studio-command-stats div small {
  overflow: hidden;
  color: rgba(186, 230, 253, 0.38);
  font-size: 0.49rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-command-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(9rem, 0.7fr);
  gap: 0.65rem;
}

.studio-command-production,
.studio-command-activity {
  min-width: 0;
  overflow: hidden;
  background: rgba(2, 10, 20, 0.34);
  border: 1px solid rgba(125, 211, 252, 0.09);
  border-radius: 0.5rem;
}

.studio-command-panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.65rem 0.75rem;
  background: rgba(8, 47, 73, 0.16);
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.studio-command-panel-heading > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.studio-command-panel-heading small {
  color: rgba(103, 232, 249, 0.6);
  font-size: 0.49rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.studio-command-panel-heading strong {
  overflow: hidden;
  color: #e2e8f0;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-command-panel-heading > b {
  color: var(--studio-cyan);
  font-size: 0.49rem;
}

.studio-command-production .studio-readiness-card {
  margin: 0.65rem;
}

.studio-command-production .studio-command-checklist {
  margin: 0 0.65rem 0.65rem;
}

.studio-command-activity > div:not(.studio-command-panel-heading) {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  padding: 0.68rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.07);
}

.studio-command-activity > div:last-child {
  border-bottom: 0;
}

.studio-command-activity > div > i {
  width: 0.46rem;
  height: 0.46rem;
  margin-top: 0.16rem;
  background: #fbbf24;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.45);
}

.studio-command-activity > div > i.complete {
  background: #2dd4bf;
  box-shadow: 0 0 8px rgba(45, 212, 191, 0.45);
}

.studio-command-activity p {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
}

.studio-command-activity p strong {
  overflow: hidden;
  color: #dbeafe;
  font-size: 0.56rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-command-activity p small {
  overflow: hidden;
  color: rgba(186, 230, 253, 0.38);
  font-size: 0.47rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-workflow-tour {
  position: relative;
}

.studio-workflow-rail {
  z-index: 2;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.studio-workflow-rail::before {
  top: auto;
  right: 4%;
  bottom: -1.05rem;
  left: 4%;
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.3), transparent);
}

.studio-workflow-rail button {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  min-width: 0;
  min-height: 9.2rem;
  padding: 1rem;
  overflow: hidden;
  color: #f8fafc;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(14, 35, 55, 0.8), rgba(4, 16, 29, 0.9)),
    #071522;
  border: 1px solid rgba(125, 211, 252, 0.13);
  border-radius: 0.68rem;
  box-shadow:
    0 18px 42px rgba(2, 6, 23, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.studio-workflow-rail button::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(110deg, rgba(34, 211, 238, 0.11), transparent 42%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.studio-workflow-rail button:hover,
.studio-workflow-rail button:focus-visible,
.studio-workflow-rail button.is-active {
  z-index: 2;
  background:
    linear-gradient(145deg, rgba(10, 54, 73, 0.9), rgba(4, 22, 36, 0.96)),
    #071522;
  border-color: rgba(103, 232, 249, 0.42);
  outline: none;
  box-shadow:
    0 24px 52px rgba(2, 6, 23, 0.36),
    0 0 30px rgba(34, 211, 238, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(-0.3rem);
}

.studio-workflow-rail button:hover::before,
.studio-workflow-rail button:focus-visible::before,
.studio-workflow-rail button.is-active::before {
  opacity: 1;
}

.studio-workflow-rail button .studio-workflow-number {
  top: 0.78rem;
  right: 0.8rem;
}

.studio-workflow-rail button .studio-workflow-icon {
  position: relative;
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.15rem;
}

.studio-workflow-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  padding-top: 0.16rem;
  flex-direction: column;
}

.studio-workflow-copy strong {
  color: #f8fafc;
  font-size: 0.87rem;
  font-weight: 800;
  line-height: 1.3;
}

.studio-workflow-copy small {
  margin-top: 0.35rem;
  color: rgba(203, 213, 225, 0.58);
  font-size: 0.67rem;
  line-height: 1.5;
}

.studio-tour-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.18rem;
  overflow: hidden;
  background: rgba(125, 211, 252, 0.05);
}

.studio-tour-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #22d3ee, #5eead4);
  box-shadow: 0 0 10px rgba(94, 234, 212, 0.45);
}

.studio-workflow-rail button.is-active .studio-tour-progress i {
  width: 100%;
  animation: studio-workflow-progress 5s linear both;
}

.studio-workflow-tour.is-paused .studio-workflow-rail button.is-active .studio-tour-progress i {
  animation-play-state: paused;
}

.studio-workflow-stage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(7, 25, 42, 0.98), rgba(2, 10, 20, 0.99)),
    #061321;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 0.8rem;
  box-shadow:
    0 42px 90px rgba(2, 6, 23, 0.48),
    0 0 64px rgba(34, 211, 238, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.studio-workflow-stage::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 20%),
    radial-gradient(circle at 82% 15%, rgba(34, 211, 238, 0.08), transparent 27rem);
}

.studio-workflow-stage-bar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 7rem 1fr 7rem;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.8rem;
  color: rgba(186, 230, 253, 0.43);
  background: #020914;
  border-bottom: 1px solid rgba(125, 211, 252, 0.1);
}

.studio-workflow-stage-bar > small {
  justify-self: center;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.studio-workflow-stage-bar > b {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  justify-self: end;
  color: #a7f3d0;
  font-size: 0.52rem;
}

.studio-workflow-stage-bar > b i {
  width: 0.38rem;
  height: 0.38rem;
  background: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(52, 211, 153, 0.7);
}

.studio-workflow-screens {
  position: relative;
  min-height: 32rem;
}

.studio-workflow-screen {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(0.5rem) scale(0.99);
}

.studio-workflow-screen.is-active {
  position: relative;
  opacity: 1;
  transform: none;
  animation: studio-workflow-screen-in 0.5s ease-out both;
}

.workflow-sim-shell {
  display: grid;
  grid-template-columns: 3.6rem minmax(0, 1fr);
  min-height: 32rem;
}

.workflow-sim-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
  padding: 1.05rem 0.55rem;
  background: rgba(2, 8, 18, 0.58);
  border-right: 1px solid rgba(125, 211, 252, 0.09);
}

.workflow-sim-sidebar span {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  color: rgba(186, 230, 253, 0.35);
  border-radius: 0.45rem;
}

.workflow-sim-sidebar span.active {
  color: var(--studio-cyan);
  background: rgba(8, 145, 178, 0.2);
  border: 1px solid rgba(103, 232, 249, 0.16);
}

.workflow-sim-main {
  min-width: 0;
  padding: 1.25rem;
}

.workflow-sim-heading {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.workflow-sim-heading > span {
  display: flex;
  flex-direction: column;
}

.workflow-sim-heading small,
.workflow-review-kicker,
.workflow-report-options > small {
  color: var(--studio-cyan);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.workflow-sim-heading strong {
  color: #f8fafc;
  font-size: 1.1rem;
}

.workflow-sim-heading > b {
  padding: 0.35rem 0.5rem;
  color: #a7f3d0;
  font-size: 0.55rem;
  background: rgba(6, 95, 70, 0.2);
  border: 1px solid rgba(52, 211, 153, 0.14);
  border-radius: 999px;
}

.workflow-sim-checkpoints {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0.9rem;
  overflow: hidden;
  background: rgba(2, 10, 20, 0.38);
  border: 1px solid rgba(125, 211, 252, 0.09);
  border-radius: 0.48rem;
}

.workflow-sim-checkpoints span {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  padding: 0.65rem;
  color: rgba(186, 230, 253, 0.42);
  font-size: 0.58rem;
  font-weight: 700;
  border-right: 1px solid rgba(125, 211, 252, 0.08);
}

.workflow-sim-checkpoints span:last-child {
  border-right: 0;
}

.workflow-sim-checkpoints span.active {
  color: #e0f2fe;
  background: rgba(8, 145, 178, 0.14);
}

.workflow-sim-checkpoints b {
  color: var(--studio-cyan);
  font-size: 0.52rem;
}

.workflow-sim-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(13rem, 0.6fr);
  gap: 0.9rem;
}

.workflow-sim-form,
.workflow-sim-slate,
.workflow-talent-summary,
.workflow-talent-table,
.workflow-scene-list,
.workflow-scene-review,
.workflow-report-options,
.workflow-report-preview {
  background: rgba(3, 14, 26, 0.58);
  border: 1px solid rgba(125, 211, 252, 0.1);
  border-radius: 0.55rem;
}

.workflow-sim-form {
  display: grid;
  gap: 0.68rem;
  padding: 0.85rem;
}

.workflow-sim-form > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.68rem;
}

.workflow-sim-form label {
  display: flex;
  min-width: 0;
  padding: 0.6rem 0.68rem;
  flex-direction: column;
  background: rgba(15, 36, 54, 0.62);
  border: 1px solid rgba(125, 211, 252, 0.1);
  border-radius: 0.4rem;
}

.workflow-sim-form label span {
  color: rgba(186, 230, 253, 0.43);
  font-size: 0.5rem;
  font-weight: 700;
}

.workflow-sim-form label strong {
  overflow: hidden;
  margin-top: 0.18rem;
  color: #e2e8f0;
  font-size: 0.65rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workflow-sim-slate {
  display: flex;
  padding: 1rem;
  flex-direction: column;
}

.workflow-sim-slate > small {
  color: var(--studio-cyan);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workflow-sim-slate > strong {
  margin: 0.25rem 0 1rem;
  color: #f8fafc;
  font-size: 1rem;
}

.workflow-sim-slate dl {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.workflow-sim-slate dl div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.workflow-sim-slate dt,
.workflow-sim-slate dd {
  margin: 0;
  font-size: 0.58rem;
}

.workflow-sim-slate dt {
  color: rgba(186, 230, 253, 0.42);
}

.workflow-sim-slate dd {
  color: #dbeafe;
  font-weight: 750;
}

.workflow-sim-slate > span {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  margin-top: auto;
  padding: 0.55rem;
  color: #a7f3d0;
  font-size: 0.56rem;
  background: rgba(6, 95, 70, 0.16);
  border-radius: 0.38rem;
}

.workflow-talent-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.workflow-talent-summary > div {
  display: flex;
  padding: 0.72rem;
  flex-direction: column;
  border-right: 1px solid rgba(125, 211, 252, 0.08);
}

.workflow-talent-summary > div:last-child {
  border-right: 0;
}

.workflow-talent-summary strong {
  color: #f8fafc;
  font-size: 1rem;
}

.workflow-talent-summary span {
  color: rgba(186, 230, 253, 0.42);
  font-size: 0.53rem;
}

.workflow-talent-summary .workflow-talent-score strong {
  color: var(--studio-teal);
}

.workflow-talent-table {
  overflow: hidden;
}

.workflow-talent-table > div {
  display: grid;
  grid-template-columns: minmax(10rem, 1.5fr) repeat(3, 0.45fr) minmax(5.5rem, 0.8fr);
  align-items: center;
  min-height: 4rem;
  padding: 0 0.85rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.workflow-talent-table > div:last-child {
  border-bottom: 0;
}

.workflow-talent-table .workflow-table-labels {
  min-height: 2.25rem;
  color: rgba(186, 230, 253, 0.38);
  font-size: 0.49rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(8, 47, 73, 0.15);
}

.workflow-talent-table > div > span:first-child {
  display: flex;
  gap: 0.58rem;
  align-items: center;
  min-width: 0;
}

.workflow-talent-table > div > span > i,
.workflow-review-performers > span > i {
  display: grid;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: #cffafe;
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 850;
  background: #0e7490;
  border-radius: 50%;
}

.workflow-talent-table > div > span > i.alt,
.workflow-review-performers > span > i.alt {
  background: #0369a1;
}

.workflow-talent-table > div > span > i.warn,
.workflow-review-performers > span > i.warn {
  color: #fef3c7;
  background: #92400e;
}

.workflow-talent-table > div > span > b,
.workflow-review-performers > span > b {
  display: flex;
  min-width: 0;
  color: #e2e8f0;
  font-size: 0.65rem;
  flex-direction: column;
}

.workflow-talent-table > div > span > b small,
.workflow-review-performers > span > b small {
  overflow: hidden;
  color: rgba(186, 230, 253, 0.4);
  font-size: 0.49rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workflow-talent-table em {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  color: var(--studio-teal);
  font-size: 0.65rem;
  font-style: normal;
  background: rgba(13, 148, 136, 0.13);
  border-radius: 50%;
}

.workflow-talent-table em.waiting {
  color: #fbbf24;
  font-size: 0.5rem;
  background: rgba(180, 83, 9, 0.13);
}

.workflow-talent-table > div > strong {
  justify-self: start;
  padding: 0.3rem 0.45rem;
  color: #5eead4;
  font-size: 0.52rem;
  background: rgba(13, 148, 136, 0.12);
  border-radius: 999px;
}

.workflow-talent-table > div > strong.waiting {
  color: #fbbf24;
  background: rgba(180, 83, 9, 0.13);
}

.workflow-scene-layout,
.workflow-report-layout {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1.3fr);
  gap: 0.75rem;
}

.workflow-scene-list {
  overflow: hidden;
}

.workflow-scene-list > span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
  min-height: 4rem;
  padding: 0 0.7rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.workflow-scene-list > span:last-child {
  border-bottom: 0;
}

.workflow-scene-list > span.active {
  background:
    linear-gradient(90deg, rgba(8, 145, 178, 0.17), transparent),
    rgba(8, 47, 73, 0.14);
  box-shadow: inset 2px 0 #22d3ee;
}

.workflow-scene-list > span > i {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  color: var(--studio-cyan);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 800;
  background: rgba(8, 145, 178, 0.13);
  border-radius: 0.38rem;
}

.workflow-scene-list > span > i.complete {
  color: var(--studio-teal);
  background: rgba(13, 148, 136, 0.13);
}

.workflow-scene-list > span > b {
  display: flex;
  color: #e2e8f0;
  font-size: 0.62rem;
  flex-direction: column;
}

.workflow-scene-list > span > b small {
  color: rgba(186, 230, 253, 0.38);
  font-size: 0.47rem;
  font-weight: 500;
}

.workflow-scene-list > span > em {
  color: #5eead4;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 750;
}

.workflow-scene-list > span.active > em {
  color: #fbbf24;
}

.workflow-scene-review {
  padding: 1rem;
}

.workflow-scene-review h3 {
  margin: 0.25rem 0 0.8rem;
  color: #f8fafc;
  font-size: 1.1rem;
}

.workflow-review-performers {
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.08);
  border-radius: 0.45rem;
}

.workflow-review-performers > span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.6rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.07);
}

.workflow-review-performers > span:last-child {
  border-bottom: 0;
}

.workflow-review-performers > span > em {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  color: var(--studio-teal);
  font-size: 0.65rem;
  font-style: normal;
  background: rgba(13, 148, 136, 0.13);
  border-radius: 50%;
}

.workflow-review-performers > span > em.waiting {
  color: #fbbf24;
  background: rgba(180, 83, 9, 0.13);
}

.workflow-review-alert {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.7rem;
  padding: 0.62rem;
  color: #fde68a;
  font-size: 0.55rem;
  background: rgba(146, 64, 14, 0.13);
  border: 1px solid rgba(251, 191, 36, 0.1);
  border-radius: 0.4rem;
}

.workflow-report-options {
  display: flex;
  padding: 0.9rem;
  flex-direction: column;
}

.workflow-report-options > strong {
  margin: 0.25rem 0 0.75rem;
  color: #f8fafc;
  font-size: 0.85rem;
}

.workflow-report-options label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  padding: 0.6rem;
  border-top: 1px solid rgba(125, 211, 252, 0.07);
}

.workflow-report-options label > span {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  color: rgba(148, 163, 184, 0.5);
  background: rgba(148, 163, 184, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 0.3rem;
}

.workflow-report-options label.selected > span {
  color: var(--studio-teal);
  background: rgba(13, 148, 136, 0.13);
  border-color: rgba(94, 234, 212, 0.15);
}

.workflow-report-options label > b {
  display: flex;
  color: #dbeafe;
  font-size: 0.6rem;
  flex-direction: column;
}

.workflow-report-options label > b small {
  color: rgba(186, 230, 253, 0.38);
  font-size: 0.48rem;
  font-weight: 500;
}

.workflow-report-preview {
  display: grid;
  min-height: 25rem;
  padding: 1rem;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(8, 47, 73, 0.18), transparent),
    rgba(3, 14, 26, 0.58);
}

.workflow-report-paper {
  display: flex;
  width: min(100%, 19rem);
  min-height: 21rem;
  padding: 1.35rem;
  flex-direction: column;
  color: #e2e8f0;
  background: linear-gradient(180deg, #102d41, #081c2d);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 0.45rem;
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.42);
  transform: rotate(1deg);
}

.workflow-report-paper > span {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--studio-teal);
  background: rgba(13, 148, 136, 0.13);
  border-radius: 0.4rem;
}

.workflow-report-paper > small {
  color: var(--studio-cyan);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.workflow-report-paper > strong {
  margin-top: 0.18rem;
  color: #ffffff;
  font-size: 1rem;
}

.workflow-report-paper > b {
  margin: 0.2rem 0 1.2rem;
  color: rgba(226, 232, 240, 0.62);
  font-size: 0.61rem;
}

.workflow-report-paper > i {
  width: 100%;
  height: 0.38rem;
  margin-bottom: 0.5rem;
  background: rgba(125, 211, 252, 0.1);
  border-radius: 999px;
}

.workflow-report-paper > i:nth-of-type(2) {
  width: 75%;
}

.workflow-report-paper > i:nth-of-type(3) {
  width: 88%;
}

.workflow-report-paper > em {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.38rem 0.5rem;
  color: #a7f3d0;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 750;
  background: rgba(6, 95, 70, 0.24);
  border-radius: 999px;
}

.studio-workflow-stage-footer {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.9rem;
  color: rgba(186, 230, 253, 0.43);
  background: rgba(2, 9, 20, 0.94);
  border-top: 1px solid rgba(125, 211, 252, 0.09);
}

.studio-workflow-stage-footer > span {
  font-size: 0.54rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.studio-workflow-stage-footer > div {
  display: flex;
  gap: 0.35rem;
}

.studio-workflow-stage-footer > div i {
  width: 0.38rem;
  height: 0.38rem;
  background: rgba(125, 211, 252, 0.17);
  border-radius: 50%;
  transition:
    width 0.2s ease,
    background 0.2s ease;
}

.studio-workflow-stage-footer > div i.is-active {
  width: 1.1rem;
  background: linear-gradient(90deg, #22d3ee, #5eead4);
  border-radius: 999px;
}

@keyframes studio-workflow-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes studio-workflow-screen-in {
  from {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.99);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .studio-command-body {
    grid-template-columns: 7.35rem minmax(0, 1fr);
  }

  .studio-command-nav {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }

  .studio-command-main {
    padding: 0.8rem;
  }

  .studio-command-workspace {
    grid-template-columns: minmax(0, 1fr) minmax(7.8rem, 0.55fr);
  }
}

@media (max-width: 991.98px) {
  .studio-workflow-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-workflow-rail button {
    min-height: 8.2rem;
  }

  .studio-command-body {
    grid-template-columns: 8rem minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .studio-marketing-hero-copy h1 {
    font-size: clamp(2.55rem, 11vw, 3.55rem);
  }

  .studio-command-body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .studio-command-nav {
    flex-direction: row;
    gap: 0.3rem;
    align-items: center;
    padding: 0.5rem 0.65rem;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(125, 211, 252, 0.1);
    scrollbar-width: none;
  }

  .studio-command-nav::-webkit-scrollbar {
    display: none;
  }

  .studio-command-nav > strong,
  .studio-command-nav span i {
    display: none;
  }

  .studio-command-nav span {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    padding: 0;
    justify-content: center;
  }

  .studio-command-workspace {
    grid-template-columns: 1fr;
  }

  .studio-command-activity {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .studio-command-activity .studio-command-panel-heading {
    grid-column: 1 / -1;
  }

  .studio-command-activity > div:not(.studio-command-panel-heading) {
    border-right: 1px solid rgba(125, 211, 252, 0.07);
    border-bottom: 0;
  }

  .studio-command-activity > div:last-child {
    border-right: 0;
  }

  .studio-workflow-rail::before {
    display: none;
  }

  .studio-workflow-stage-bar {
    grid-template-columns: 4rem 1fr;
  }

  .studio-workflow-stage-bar > b {
    display: none;
  }

  .studio-workflow-screens,
  .workflow-sim-shell {
    min-height: 0;
  }

  .workflow-sim-shell {
    grid-template-columns: 1fr;
  }

  .workflow-sim-sidebar {
    display: none;
  }

  .workflow-sim-main {
    padding: 0.85rem;
  }

  .workflow-sim-form-layout,
  .workflow-scene-layout,
  .workflow-report-layout {
    grid-template-columns: 1fr;
  }

  .workflow-sim-slate {
    min-height: 12rem;
  }

  .workflow-report-preview {
    min-height: 23rem;
  }
}

@media (max-width: 575.98px) {
  .studio-app-windowbar {
    grid-template-columns: 3.5rem 1fr 3.5rem;
  }

  .studio-command-user .studio-command-live {
    display: none;
  }

  .studio-command-main {
    padding: 0.65rem;
  }

  .studio-command-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-command-activity {
    grid-template-columns: 1fr;
  }

  .studio-command-activity .studio-command-panel-heading {
    grid-column: auto;
  }

  .studio-command-activity > div:not(.studio-command-panel-heading) {
    border-right: 0;
    border-bottom: 1px solid rgba(125, 211, 252, 0.07);
  }

  .studio-workflow-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .studio-workflow-rail button {
    display: flex;
    min-height: 9.4rem;
    padding: 0.8rem;
    flex-direction: column;
    gap: 0.6rem;
  }

  .studio-workflow-rail button .studio-workflow-icon {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 1rem;
  }

  .studio-workflow-copy strong {
    font-size: 0.76rem;
  }

  .studio-workflow-copy small {
    font-size: 0.58rem;
  }

  .studio-workflow-stage-bar {
    grid-template-columns: 3.4rem 1fr;
  }

  .studio-workflow-stage-bar > small {
    overflow: hidden;
    font-size: 0.49rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .workflow-sim-heading > b {
    max-width: 7.5rem;
    text-align: center;
  }

  .workflow-sim-checkpoints {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-sim-checkpoints span:nth-child(2) {
    border-right: 0;
  }

  .workflow-sim-checkpoints span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(125, 211, 252, 0.08);
  }

  .workflow-sim-form > div {
    grid-template-columns: 1fr;
  }

  .workflow-talent-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-talent-summary > div:nth-child(2) {
    border-right: 0;
  }

  .workflow-talent-summary > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(125, 211, 252, 0.08);
  }

  .workflow-talent-table > div {
    grid-template-columns: minmax(7rem, 1.4fr) repeat(3, 0.35fr) minmax(4.4rem, 0.75fr);
    padding: 0 0.5rem;
  }

  .workflow-talent-table > div > span > i {
    width: 1.65rem;
    height: 1.65rem;
  }

  .workflow-talent-table > div > span > b small {
    display: none;
  }

  .workflow-talent-table > div > strong {
    padding: 0.24rem 0.3rem;
    font-size: 0.43rem;
    text-align: center;
  }

  .studio-workflow-stage-footer {
    align-items: flex-start;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-workflow-screen.is-active,
  .studio-workflow-rail button.is-active .studio-tour-progress i {
    animation: none;
  }
}

html[data-high-contrast="true"] .studio-workflow-stage,
html[data-high-contrast="true"] .studio-workflow-rail button,
html[data-high-contrast="true"] .workflow-sim-form,
html[data-high-contrast="true"] .workflow-sim-slate,
html[data-high-contrast="true"] .workflow-talent-summary,
html[data-high-contrast="true"] .workflow-talent-table,
html[data-high-contrast="true"] .workflow-scene-list,
html[data-high-contrast="true"] .workflow-scene-review,
html[data-high-contrast="true"] .workflow-report-options,
html[data-high-contrast="true"] .workflow-report-preview {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
}

/* Final hero scale and section transition */
.studio-marketing-hero-copy h1 {
  max-width: 39rem;
  font-size: clamp(2.45rem, 3.85vw, 3.7rem);
  line-height: 1.03;
}

.studio-marketing-hero-backdrop {
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 62%,
      rgba(6, 17, 29, 0.34) 76%,
      #06111d 100%
    ),
    linear-gradient(90deg, rgba(125, 211, 252, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(94, 234, 212, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 20% 36%, rgba(8, 145, 178, 0.27), transparent 28rem),
    radial-gradient(circle at 78% 28%, rgba(13, 148, 136, 0.18), transparent 30rem),
    linear-gradient(135deg, #020a12 0%, #071827 48%, #030711 100%);
  background-size: auto, 64px 64px, 64px 64px, auto, auto, auto;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .studio-marketing-hero {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .studio-marketing-hero-copy h1 {
    font-size: clamp(2.25rem, 9.8vw, 3.1rem);
  }

  .studio-marketing-trust {
    margin-bottom: 0;
  }
}
