/* GoLive.LA public site */
:root {
  --black: #030608;
  --ink: #071114;
  --panel: rgba(7, 17, 20, 0.84);
  --panel-solid: #0b171a;
  --teal: #00a8b8;
  --teal-bright: #34e5e5;
  --gold: #f7b733;
  --gold-soft: #ffe19a;
  --coral: #ff6b4a;
  --sunset: #f24535;
  --text: #f7fbfb;
  --muted: #b6c7c9;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --radius: 20px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(0, 168, 184, 0.28) 0, rgba(3, 6, 8, 0.42) 330px, var(--black) 760px),
    radial-gradient(circle at 10% 12%, rgba(247, 183, 51, 0.25), transparent 32rem),
    radial-gradient(circle at 88% 8%, rgba(52, 229, 229, 0.18), transparent 34rem),
    radial-gradient(circle at 50% 100%, rgba(255, 107, 74, 0.13), transparent 30rem),
    var(--black);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(247, 183, 51, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(52, 229, 229, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 68%);
}

a {
  color: inherit;
}

.top-strip {
  height: 5px;
  background: linear-gradient(90deg, var(--teal-bright), var(--gold), var(--coral), var(--teal));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(3, 6, 8, 0.82);
  border-bottom: 1px solid var(--line);
}

.container {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.85)) drop-shadow(0 0 14px rgba(247, 183, 51, 0.22));
}

.brand span {
  display: block;
  font-size: 1rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--gold-soft);
}

.nav-links .pill-link {
  color: #061112;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  padding: 9px 14px;
  border-radius: 999px;
}

.hero {
  position: relative;
  padding: 84px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
}

/* GoLive.LA cinematic landing hero */
.landing-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100svh - 79px);
  place-items: center;
  overflow: hidden;
  padding: 54px 0 70px;
  background:
    radial-gradient(circle at 50% 20%, rgba(0, 168, 184, 0.17), transparent 31rem),
    radial-gradient(circle at 24% 38%, rgba(247, 183, 51, 0.12), transparent 27rem),
    radial-gradient(circle at 82% 54%, rgba(255, 107, 74, 0.12), transparent 28rem),
    linear-gradient(180deg, rgba(8, 29, 32, 0.74), rgba(3, 6, 8, 0.98));
}

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

.landing-hero::before {
  opacity: 0.58;
  background-image:
    radial-gradient(circle at 12% 16%, rgba(52, 229, 229, 0.85) 0 1px, transparent 2px),
    radial-gradient(circle at 23% 72%, rgba(247, 183, 51, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 40% 28%, rgba(255, 255, 255, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 14%, rgba(52, 229, 229, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 31%, rgba(247, 183, 51, 0.74) 0 1px, transparent 2px),
    radial-gradient(circle at 91% 69%, rgba(255, 107, 74, 0.76) 0 1px, transparent 2px),
    radial-gradient(circle at 54% 86%, rgba(255, 255, 255, 0.62) 0 1px, transparent 2px);
  background-size: 430px 390px, 520px 470px, 610px 540px, 480px 420px, 560px 510px, 640px 590px, 700px 620px;
}

.landing-hero::after {
  background:
    linear-gradient(126deg, transparent 0 33%, rgba(52, 229, 229, 0.055) 33.2%, transparent 33.7%),
    linear-gradient(42deg, transparent 0 67%, rgba(247, 183, 51, 0.05) 67.2%, transparent 67.8%),
    radial-gradient(ellipse at 50% 100%, rgba(0, 168, 184, 0.1), transparent 46%);
}

.landing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.landing-logo {
  display: block;
  width: min(370px, 72vw);
  height: auto;
  margin: -18px auto 4px;
  filter:
    drop-shadow(0 9px 10px rgba(0, 0, 0, 0.9))
    drop-shadow(0 0 22px rgba(52, 229, 229, 0.2))
    drop-shadow(0 0 30px rgba(247, 183, 51, 0.2));
  animation: landing-float 6s ease-in-out infinite;
}

@keyframes landing-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.landing-ident {
  display: grid;
  gap: 6px;
  margin-top: -8px;
  text-transform: uppercase;
}

.landing-stream,
.landing-market {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.42em;
}

.landing-stream { color: var(--teal-bright); }
.landing-market { color: var(--gold); }

.landing-headline {
  display: grid;
  gap: 4px;
  margin: 26px 0 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.6rem, 5.4vw, 4.25rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.landing-headline-main,
.landing-headline em {
  display: block;
}

.landing-headline-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  column-gap: 0.18em;
  row-gap: 0;
}

.landing-headline-main b,
.landing-headline-main i {
  font: inherit;
  font-style: normal;
}

.headline-radio {
  color: var(--teal-bright);
  text-shadow: 0 0 24px rgba(52, 229, 229, 0.16);
}

.headline-tv {
  color: var(--gold);
  text-shadow: 0 0 24px rgba(247, 183, 51, 0.16);
}

.headline-connector { color: #fff; }

.headline-social {
  color: var(--coral);
  text-shadow: 0 0 24px rgba(255, 107, 61, 0.16);
}

.landing-headline em {
  padding-bottom: 8px;
  font-style: normal;
  background: linear-gradient(100deg, var(--teal-bright) 8%, var(--teal-bright) 44%, var(--gold) 58%, var(--coral) 88%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.landing-copy {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.landing-actions .button {
  min-width: 190px;
  min-height: 52px;
  padding-inline: 25px;
}

.landing-primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--coral));
  box-shadow: 0 12px 34px rgba(255, 107, 74, 0.3);
}

.landing-secondary {
  background: rgba(5, 13, 16, 0.64);
  border-color: rgba(255, 255, 255, 0.3);
}

.landing-portal {
  color: var(--teal-bright);
  background: rgba(5, 13, 16, 0.64);
  border-color: rgba(52, 229, 229, 0.58);
}

.landing-owner {
  margin: 20px 0 0;
  color: rgba(182, 199, 201, 0.76);
  font-size: 0.82rem;
  font-weight: 750;
}

.landing-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(660px, 100%);
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(3, 6, 8, 0.56);
  backdrop-filter: blur(14px);
}

.landing-stats div {
  padding: 13px 16px;
}

.landing-stats div + div {
  border-left: 1px solid var(--line);
}

.landing-stats strong {
  display: block;
  color: var(--gold);
  font-size: 1.18rem;
  line-height: 1;
}

.landing-stats span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(247, 183, 51, 0.42);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(247, 183, 51, 0.11);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
}

h1 {
  margin-top: 18px;
  font-size: clamp(3rem, 8vw, 6.2rem);
  letter-spacing: -0.035em;
}

h1 .accent,
h2 .accent {
  color: var(--gold);
}

.hero-copy {
  margin: 22px 0 0;
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
}

.hero-copy strong {
  color: var(--text);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.button.primary {
  border: 0;
  color: #061112;
  background: linear-gradient(135deg, var(--teal-bright), var(--gold));
}

.button.coral {
  border: 0;
  background: linear-gradient(135deg, var(--gold), var(--coral));
  color: #061112;
}

.button:hover {
  transform: translateY(-1px);
}

.logo-card {
  border: 1px solid rgba(247, 183, 51, 0.22);
  background:
    linear-gradient(160deg, rgba(0, 168, 184, 0.2), rgba(247, 183, 51, 0.08)),
    rgba(7, 17, 20, 0.86);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  overflow: hidden;
}

.logo-card img {
  display: block;
  width: min(100%, 390px);
  margin: 0 auto;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.88)) drop-shadow(0 0 22px rgba(52, 229, 229, 0.25));
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.quick-stats div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: rgba(3, 6, 8, 0.5);
}

.quick-stats strong {
  display: block;
  color: var(--gold);
  font-size: 1.45rem;
  line-height: 1;
}

.quick-stats span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: 54px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.025em;
}

.section-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(9, 38, 42, 0.74), rgba(7, 17, 20, 0.92));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
  padding: 22px;
}

.card.gold {
  border-color: rgba(247, 183, 51, 0.34);
  background: linear-gradient(180deg, rgba(247, 183, 51, 0.14), rgba(7, 17, 20, 0.92));
}

.card.teal {
  border-color: rgba(52, 229, 229, 0.28);
}

.card h3 {
  font-size: 1.25rem;
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.card li + li {
  margin-top: 7px;
}

/* The paid-event page follows the Vegas submission flow while keeping LA copy and destinations. */
.apply-page {
  position: relative;
  padding: 70px 0 92px;
  background:
    radial-gradient(circle at 10% 12%, rgba(117, 37, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 88% 14%, rgba(255, 107, 74, 0.13), transparent 30rem),
    linear-gradient(180deg, rgba(17, 9, 44, 0.34), rgba(3, 6, 8, 0.2));
}

.apply-container {
  width: min(1280px, calc(100vw - 32px));
}

.apply-intro {
  max-width: 790px;
}

.apply-eyebrow,
.apply-kicker {
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.apply-intro h1 {
  max-width: 860px;
  margin-top: 12px;
  font-size: clamp(2.8rem, 6vw, 5rem);
  letter-spacing: -0.03em;
}

.apply-subtitle {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.apply-body-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.apply-layout {
  display: grid;
  grid-template-columns: minmax(235px, 300px) minmax(0, 1fr) minmax(235px, 300px);
  gap: 24px;
  align-items: start;
  margin-top: 38px;
}

.apply-sidebar {
  display: grid;
  gap: 20px;
  min-width: 0;
  position: sticky;
  top: 96px;
}

.apply-card,
.apply-form-card,
.apply-step {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(24, 24, 34, 0.9), rgba(11, 15, 22, 0.94));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
}

.apply-card {
  padding: 20px;
}

.apply-card h2,
.apply-form-card h2 {
  margin-top: 8px;
  color: var(--text);
  font-size: 1.2rem;
}

.apply-card p,
.apply-form-copy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.apply-pricing-card {
  border-color: rgba(247, 183, 51, 0.42);
  background: linear-gradient(180deg, rgba(87, 54, 11, 0.36), rgba(15, 18, 23, 0.94));
}

.apply-placement-card {
  border-color: rgba(52, 229, 229, 0.26);
}

.apply-placement-card .apply-kicker,
.apply-tips .apply-kicker {
  color: var(--teal-bright);
}

.apply-plan {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(247, 183, 51, 0.4);
  border-radius: 12px;
  background: rgba(247, 183, 51, 0.1);
}

.apply-plan-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-size: 0.92rem;
}

.apply-plan-heading strong:last-child {
  flex: 0 0 auto;
  color: var(--gold-soft);
}

.apply-plan p {
  margin-top: 8px;
  font-size: 0.8rem;
}

.apply-bullets,
.apply-tips ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.apply-bullets li,
.apply-tips li,
.apply-rule-list li {
  display: flex;
  gap: 9px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.apply-bullets li > span:first-child,
.apply-tips li > span:first-child {
  flex: 0 0 auto;
  color: var(--teal-bright);
  font-weight: 900;
}

.apply-rule-list li > span:first-child {
  flex: 0 0 auto;
  color: var(--gold);
  font-weight: 900;
}

.apply-tips {
  padding: 20px;
  border: 1px solid rgba(52, 229, 229, 0.3);
  border-radius: 16px;
  background: rgba(0, 168, 184, 0.1);
}

.apply-tips ul {
  margin-top: 12px;
}

.apply-steps {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.apply-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.apply-number {
  display: inline-flex;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #8b2cff, #c128ff);
  font-size: 0.86rem;
  font-weight: 900;
}

.apply-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.apply-disclaimer {
  margin: 18px 4px 0;
  color: rgba(182, 199, 201, 0.8);
  font-size: 0.84rem;
}

.apply-form-card {
  margin-top: 20px;
  padding: 24px;
  border-color: rgba(183, 84, 255, 0.32);
  background: linear-gradient(180deg, rgba(26, 18, 39, 0.9), rgba(11, 15, 22, 0.96));
}

.apply-form-card h2 {
  font-size: 1.45rem;
}

.apply-form {
  margin-top: 20px;
}

.apply-form input[type="file"] {
  padding: 8px 10px;
}

.apply-form input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  color: #fff;
  background: #8b2cff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

.apply-preview-card {
  overflow: hidden;
}

.apply-preview-frame {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 20px 40px rgba(68, 16, 103, 0.22);
}

.apply-preview-screen {
  min-height: 250px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, #1d1d23, #030303);
}

.apply-preview-notch {
  display: block;
  width: 56px;
  height: 6px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.apply-preview-list {
  display: grid;
  gap: 8px;
}

.apply-preview-item {
  padding: 11px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  color: #d9d9df;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  font-weight: 800;
}

.apply-preview-item.is-active {
  border-color: rgba(247, 183, 51, 0.42);
  color: var(--gold-soft);
  background: rgba(247, 183, 51, 0.12);
}

.apply-side-card h2 {
  font-size: 1.1rem;
}

.apply-form-actions {
  margin-top: 8px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.badge {
  border: 1px solid rgba(52, 229, 229, 0.28);
  background: rgba(52, 229, 229, 0.08);
  color: var(--teal-bright);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.76rem;
  font-weight: 900;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}

.mini-form {
  display: grid;
  gap: 12px;
}

.mini-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mini-form input,
.mini-form select,
.mini-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(3, 6, 8, 0.65);
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
}

.mini-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--gold) 50%) calc(100% - 18px) 50% / 8px 8px no-repeat,
    linear-gradient(135deg, var(--gold) 50%, transparent 50%) calc(100% - 13px) 50% / 8px 8px no-repeat,
    rgba(3, 6, 8, 0.65);
  padding-right: 36px;
}

.mini-form textarea {
  min-height: 124px;
  resize: vertical;
}

.mini-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mini-form .form-checks {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
}

.mini-form .form-checks legend {
  padding: 0 5px;
  color: var(--gold-soft);
  font-weight: 900;
}

.mini-form .check-row {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
}

.mini-form .check-row input {
  width: auto;
  min-height: 0;
  margin-top: 3px;
  accent-color: var(--gold);
}

@media (max-width: 640px) {
  .mini-form .form-grid {
    grid-template-columns: 1fr;
  }
}

.mini-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  border: 1px solid rgba(52, 229, 229, 0.3);
  border-radius: 14px;
  background: rgba(52, 229, 229, 0.08);
  color: var(--teal-bright);
  padding: 12px 14px;
  font-weight: 850;
}

.form-status[data-type="success"] {
  border-color: rgba(247, 183, 51, 0.42);
  background: rgba(247, 183, 51, 0.1);
  color: var(--gold-soft);
}

.form-status[data-type="warn"] {
  border-color: rgba(247, 183, 51, 0.45);
  background: rgba(247, 183, 51, 0.13);
  color: var(--gold-soft);
}

.form-status[data-type="error"] {
  border-color: rgba(255, 107, 74, 0.5);
  background: rgba(255, 107, 74, 0.12);
  color: #ffd0c5;
}

.form-fallback {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-fallback a {
  color: var(--gold-soft);
  font-weight: 900;
}

.notice {
  border-left: 4px solid var(--gold);
  background: rgba(247, 183, 51, 0.1);
  padding: 14px 16px;
  border-radius: 14px;
  color: var(--gold-soft);
  font-size: 0.94rem;
}

.route-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.route-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: var(--muted);
  font-weight: 800;
}

.route-list a:hover {
  color: var(--gold-soft);
  border-color: rgba(247, 183, 51, 0.35);
}

.legal-copy {
  color: var(--muted);
}

/* GLA ecosystem hub-and-spoke chart */
.ecosystem-page-hero {
  padding-bottom: 24px;
  text-align: center;
}

.ecosystem-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ecosystem-heading h1 {
  background: linear-gradient(110deg, var(--teal-bright), var(--gold), var(--coral));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.ecosystem-heading .hero-copy {
  max-width: 860px;
}

.ecosystem-kicker {
  margin: 16px 0 0;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
}

.ecosystem-visual-section {
  position: relative;
  overflow: hidden;
  padding: 10px 0 52px;
}

.ecosystem-visual-section::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(52, 229, 229, 0.11), transparent 36%),
    radial-gradient(circle at 56% 46%, rgba(247, 183, 51, 0.12), transparent 56%);
  filter: blur(14px);
  pointer-events: none;
}

.ecosystem-orbit {
  position: relative;
  width: min(100%, 1000px);
  height: 760px;
  margin: 0 auto;
}

.ecosystem-orbit::before,
.ecosystem-orbit::after {
  content: "";
  position: absolute;
  inset: 9% 16%;
  border: 1px solid rgba(52, 229, 229, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.ecosystem-orbit::after {
  inset: 18% 25%;
  border-color: rgba(247, 183, 51, 0.1);
}

.ecosystem-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px rgba(52, 229, 229, 0.28));
}

.ecosystem-center,
.ecosystem-bubble {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, rgba(52, 229, 229, 0.13), transparent 45%),
    rgba(5, 13, 16, 0.92);
  box-shadow:
    inset 0 0 28px rgba(52, 229, 229, 0.06),
    0 0 0 1px rgba(52, 229, 229, 0.28),
    0 0 30px rgba(0, 168, 184, 0.14),
    0 24px 50px rgba(0, 0, 0, 0.4);
}

.ecosystem-center {
  width: 224px;
  height: 224px;
  left: calc(50% - 112px);
  top: calc(50% - 112px);
  padding: 24px;
  background:
    radial-gradient(circle at 50% 32%, rgba(247, 183, 51, 0.18), transparent 48%),
    rgba(4, 11, 14, 0.96);
  box-shadow:
    inset 0 0 38px rgba(247, 183, 51, 0.08),
    0 0 0 2px rgba(247, 183, 51, 0.48),
    0 0 42px rgba(52, 229, 229, 0.25),
    0 28px 64px rgba(0, 0, 0, 0.48);
}

.ecosystem-center img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.82)) drop-shadow(0 0 12px rgba(247, 183, 51, 0.3));
}

.ecosystem-center strong,
.ecosystem-bubble strong {
  margin-top: 5px;
  font-size: 0.88rem;
  line-height: 1.15;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ecosystem-center small,
.ecosystem-bubble small {
  display: block;
  margin-top: 7px;
  max-width: 142px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.28;
}

.ecosystem-bubble {
  width: 172px;
  height: 172px;
  padding: 20px;
  color: var(--text);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ecosystem-bubble:hover,
.ecosystem-bubble:focus-visible {
  z-index: 4;
  outline: none;
  transform: translateY(-5px) scale(1.025);
  box-shadow:
    inset 0 0 30px rgba(247, 183, 51, 0.08),
    0 0 0 2px rgba(247, 183, 51, 0.55),
    0 0 38px rgba(255, 107, 74, 0.22),
    0 28px 54px rgba(0, 0, 0, 0.46);
}

.bubble-icon {
  font-size: 1.55rem;
  line-height: 1;
}

.bubble-1 { left: calc(50% - 86px); top: 9px; }
.bubble-2 { right: 108px; top: 84px; }
.bubble-3 { right: 4px; top: 294px; }
.bubble-4 { right: 108px; bottom: 18px; }
.bubble-5 { left: calc(50% - 86px); bottom: 0; }
.bubble-6 { left: 108px; bottom: 18px; }
.bubble-7 { left: 4px; top: 294px; }
.bubble-8 { left: 108px; top: 84px; }

.paths-title {
  margin: 0 0 24px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
}

.ecosystem-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ecosystem-path {
  border: 1px solid rgba(52, 229, 229, 0.32);
  border-radius: var(--radius);
  background: rgba(5, 13, 16, 0.78);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
  padding: 22px;
}

.ecosystem-path.path-2 { border-color: rgba(247, 183, 51, 0.38); }
.ecosystem-path.path-3 { border-color: rgba(255, 107, 74, 0.38); }

.ecosystem-path h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.12rem;
}

.ecosystem-path h2 span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #061112;
  background: linear-gradient(135deg, var(--teal-bright), var(--gold));
  font-size: 0.86rem;
}

.path-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}

.path-steps div {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.path-steps b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.15rem;
}

.path-steps small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
}

.path-steps i {
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.ecosystem-owner-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 840px;
  margin: 48px auto 0;
  color: var(--muted);
  text-align: center;
}

.ecosystem-owner-note img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ecosystem-owner-note p { margin: 0; }

.site-footer {
  margin-top: 56px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: rgba(3, 6, 8, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 22px;
}

.footer-grid h3 {
  font-size: 0.9rem;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid a {
  display: block;
  text-decoration: none;
  margin-top: 8px;
}

.footer-grid a:hover {
  color: var(--text);
}

.fine-print {
  margin-top: 24px;
  color: rgba(182, 199, 201, 0.72);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .hero-grid,
  .form-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .apply-layout {
    grid-template-columns: 1fr;
  }

  .apply-sidebar {
    position: static;
  }

  .grid,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .ecosystem-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: auto;
  }

  .ecosystem-lines,
  .ecosystem-orbit::before,
  .ecosystem-orbit::after {
    display: none;
  }

  .ecosystem-center,
  .ecosystem-bubble {
    position: static;
    width: 100%;
    height: auto;
    min-height: 180px;
    border-radius: 28px;
  }

  .ecosystem-center {
    grid-column: 1 / -1;
  }

  .ecosystem-bubble:hover,
  .ecosystem-bubble:focus-visible {
    transform: translateY(-3px);
  }

  .ecosystem-paths {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .quick-stats {
    grid-template-columns: 1fr;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  .nav-links a {
    font-size: 0.84rem;
  }

  .card {
    padding: 18px;
  }

  .apply-page {
    padding: 48px 0 64px;
  }

  .apply-intro h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .apply-form-card,
  .apply-card,
  .apply-tips {
    padding: 18px;
  }

  .apply-plan-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .landing-hero {
    min-height: auto;
    padding: 44px 0 54px;
  }

  .landing-logo {
    width: min(290px, 82vw);
  }

  .landing-stream,
  .landing-market {
    font-size: 0.62rem;
    letter-spacing: 0.25em;
  }

  .landing-headline {
    margin-top: 22px;
    font-size: clamp(2.15rem, 9.5vw, 3.1rem);
  }

  .landing-headline-main {
    column-gap: 0.15em;
  }

  .landing-actions {
    width: 100%;
  }

  .landing-actions .button {
    width: 100%;
  }

  .landing-stats {
    grid-template-columns: 1fr;
  }

  .landing-stats div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .ecosystem-orbit {
    grid-template-columns: 1fr;
  }

  .ecosystem-center {
    grid-column: auto;
  }

  .ecosystem-center,
  .ecosystem-bubble {
    min-height: 166px;
  }

  .ecosystem-owner-note {
    flex-direction: column;
  }
}
