:root {
  --slager-cyan: #2ea2b1;
  --slager-cyan-deep: #15717d;
  --slager-magenta: #c20c7a;
  --slager-magenta-deep: #890756;
  --ink: #0f1722;
  --ink-soft: #334155;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-stroke: rgba(255, 255, 255, 0.52);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(194, 12, 122, 0.26), transparent 44%),
    radial-gradient(circle at 84% 18%, rgba(46, 162, 177, 0.36), transparent 40%),
    linear-gradient(140deg, #d9f1f5 0%, #f7fbfc 44%, #f8e4f0 100%);
  overflow-x: hidden;
}

.app-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 1.25rem auto 2rem;
  padding: 1rem;
  border-radius: 32px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.68) 0%,
    rgba(255, 255, 255, 0.42) 100%
  );
  backdrop-filter: blur(14px);
  border: 1px solid var(--surface-stroke);
  box-shadow:
    0 24px 50px rgba(21, 113, 125, 0.14),
    0 8px 18px rgba(137, 7, 86, 0.08);
  animation: shell-in 700ms ease-out both;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.logo-wrap {
  width: clamp(148px, 20vw, 220px);
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(137, 7, 86, 0.26);
}

.logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-badge {
  margin: 0;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font: 700 0.82rem/1 "Sora", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(110deg, var(--slager-magenta), var(--slager-magenta-deep));
  box-shadow: 0 10px 22px rgba(137, 7, 86, 0.26);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1rem, 4vw, 2.5rem);
  align-items: stretch;
  border-radius: 28px;
  padding: clamp(1rem, 2.6vw, 2rem);
  background:
    linear-gradient(120deg, rgba(16, 121, 135, 0.12), transparent 45%),
    linear-gradient(330deg, rgba(194, 12, 122, 0.11), transparent 50%),
    rgba(255, 255, 255, 0.7);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: -1;
  filter: blur(2px);
}

.hero::before {
  width: 220px;
  aspect-ratio: 1;
  right: -50px;
  top: -48px;
  background: linear-gradient(
    145deg,
    rgba(46, 162, 177, 0.45) 0%,
    rgba(46, 162, 177, 0.03) 68%
  );
}

.hero::after {
  width: 180px;
  aspect-ratio: 1;
  left: -40px;
  bottom: -42px;
  background: linear-gradient(
    145deg,
    rgba(194, 12, 122, 0.34) 0%,
    rgba(194, 12, 122, 0.05) 68%
  );
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  margin: 0 0 0.55rem;
  font: 700 0.78rem/1 "Sora", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slager-cyan-deep);
}

.hero h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 4.6vw, 3.15rem);
  font-weight: 800;
  line-height: 1.06;
  text-wrap: balance;
}

.hero h1 span {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.35rem 0.55rem;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(46, 162, 177, 0.16), rgba(194, 12, 122, 0.15));
}

.lead {
  margin: 1rem 0 0;
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.2vw, 1.17rem);
  line-height: 1.55;
}

.lead strong {
  color: var(--slager-magenta-deep);
  font-weight: 700;
}

.showcase {
  margin: 0;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: clamp(260px, 45vw, 470px);
  box-shadow:
    0 24px 42px rgba(16, 23, 34, 0.2),
    0 8px 20px rgba(16, 23, 34, 0.1);
  animation: float-in 700ms ease-out 90ms both;
}

.showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(8, 23, 31, 0.74) 0%,
      rgba(8, 23, 31, 0.1) 44%,
      rgba(8, 23, 31, 0) 68%
    );
  pointer-events: none;
}

.showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0;
  z-index: 1;
  padding: 0.45rem 0.75rem;
  border-radius: 10px;
  font: 800 clamp(0.78rem, 1.9vw, 0.95rem) / 1 "Sora", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(
    100deg,
    rgba(46, 162, 177, 0.74),
    rgba(194, 12, 122, 0.74)
  );
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@keyframes shell-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .app-shell {
    padding: 0.8rem;
    border-radius: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1rem;
  }

  .showcase {
    min-height: clamp(300px, 56vw, 480px);
  }
}

@media (max-width: 560px) {
  .app-shell {
    width: min(100% - 1rem, 1180px);
    margin: 0.6rem auto 1rem;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .live-badge {
    font-size: 0.72rem;
  }
}
