:root {
  --bg: #06070b;
  --panel: #10121a;
  --panel-2: #171924;
  --paper: #f5f5f8;
  --text: #f8f8fb;
  --muted: #b8bdc9;
  --ink: #14151d;
  --line: rgba(255, 255, 255, 0.14);
  --red: #ef1f4b;
  --cyan: #41d9ff;
  --gold: #ffd64e;
  --green: #25d79a;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 7, 11, 0.72);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 184px;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.4));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  padding: 10px 0;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 0 14px !important;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 82svh;
  padding: 132px 0 84px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("broadcast-hero.png?v=3");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 7, 11, 0.96), rgba(6, 7, 11, 0.72) 44%, rgba(6, 7, 11, 0.22)),
    linear-gradient(0deg, var(--bg), rgba(6, 7, 11, 0.08) 34%);
}

.hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 16px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  letter-spacing: 0;
}

h1 {
  width: min(780px, 100%);
  margin: 0;
  font-size: 92px;
  line-height: 0.9;
  font-weight: 900;
}

.hero-copy {
  width: min(680px, 100%);
  margin: 28px 0 0;
  color: rgba(248, 248, 251, 0.86);
  font-size: 20px;
  line-height: 1.72;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 900;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), #ff6b3d);
  box-shadow: 0 16px 34px rgba(239, 31, 75, 0.3);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero-panel {
  width: min(1180px, calc(100% - 40px));
  position: absolute;
  left: 50%;
  bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.hero-panel span {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  background: rgba(12, 13, 20, 0.82);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-panel strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
}

.signal-strip {
  width: 100%;
  display: flex;
  gap: 1px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.signal-strip span {
  flex: 1 0 160px;
  min-height: 58px;
  display: grid;
  place-items: center;
  background: #f8f8fb;
  color: #1a1b23;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.section-head {
  width: min(760px, 100%);
  margin-bottom: 36px;
}

.section-head.split {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 42px;
  align-items: end;
}

.section-head h2,
.command-copy h2,
.contact-content h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1.06;
  font-weight: 900;
}

.section-head p:not(.kicker),
.command-copy p,
.contact-content p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}

.services-section {
  padding-top: 106px;
}

.service-grid,
.package-grid,
.workflow {
  display: grid;
  gap: 14px;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card,
.package-card,
.tool-card,
.workflow-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
}

.service-card {
  min-height: 292px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.service-card::after,
.package-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--cyan), var(--gold));
}

.service-index {
  display: inline-flex;
  margin-bottom: 74px;
  color: var(--gold);
  font-weight: 900;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.service-card p,
.package-card p,
.package-card li,
.workflow-step p,
.tool-card span {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.command-section {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(480px, 1fr);
  gap: 44px;
  align-items: center;
  padding: 100px max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(239, 31, 75, 0.18), transparent 36%),
    linear-gradient(315deg, rgba(65, 217, 255, 0.12), transparent 36%),
    #0d0f16;
}

.command-board {
  min-height: 420px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 44px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.program-monitor {
  position: absolute;
  left: 28px;
  top: 30px;
  right: 28px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(239, 31, 75, 0.16), rgba(65, 217, 255, 0.12)),
    rgba(4, 5, 8, 0.8);
}

.program-monitor span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.program-monitor strong {
  display: block;
  margin-top: 46px;
  font-size: 48px;
  font-weight: 900;
}

.program-monitor i {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 28px;
  height: 16px;
  border-left: 8px solid var(--red);
  background: rgba(255, 255, 255, 0.86);
}

.preview-grid {
  position: absolute;
  left: 28px;
  right: 196px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.preview-grid span {
  min-height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 900;
}

.audio-meters {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 134px;
  height: 74px;
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.audio-meters i {
  flex: 1;
  border-radius: 999px;
  background: var(--green);
  animation: meter 0.9s ease-in-out infinite;
}

.audio-meters i:nth-child(1) { height: 42%; }
.audio-meters i:nth-child(2) { height: 72%; animation-delay: 0.12s; }
.audio-meters i:nth-child(3) { height: 52%; animation-delay: 0.2s; }
.audio-meters i:nth-child(4) { height: 86%; animation-delay: 0.32s; }
.audio-meters i:nth-child(5) { height: 62%; animation-delay: 0.42s; }

@keyframes meter {
  50% {
    transform: scaleY(0.62);
    opacity: 0.72;
  }
}

.package-grid {
  grid-template-columns: repeat(3, 1fr);
}

.package-card {
  min-height: 360px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.package-card.featured {
  background:
    linear-gradient(135deg, rgba(239, 31, 75, 0.22), rgba(65, 217, 255, 0.08)),
    var(--panel);
  border-color: rgba(239, 31, 75, 0.44);
}

.package-label {
  display: inline-flex;
  margin-bottom: 58px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.package-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 22px;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
}

.section-dark {
  width: 100%;
  max-width: none;
  padding: 96px max(20px, calc((100vw - 1180px) / 2));
  background: #0d0f16;
}

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

.workflow-step {
  min-height: 238px;
  padding: 28px;
}

.workflow-step span {
  display: inline-flex;
  margin-bottom: 42px;
  color: #07070a;
  background: var(--gold);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.workflow-step h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.tools-section {
  padding-top: 88px;
}

.tools-layout {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 44px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(65, 217, 255, 0.12), transparent 44%),
    linear-gradient(315deg, rgba(239, 31, 75, 0.16), transparent 42%),
    var(--panel);
}

.tool-list {
  display: grid;
  gap: 12px;
}

.tool-card {
  display: block;
  padding: 24px;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.tool-card:hover {
  transform: translateY(-3px);
  border-color: rgba(65, 217, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
}

.tool-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.contact {
  position: relative;
  min-height: 480px;
  display: grid;
  align-items: center;
  margin-top: 42px;
  overflow: hidden;
  isolation: isolate;
}

.contact-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("broadcast-hero.png?v=3");
  background-size: cover;
  background-position: center bottom;
  filter: saturate(1.1);
}

.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 7, 11, 0.96), rgba(6, 7, 11, 0.76), rgba(6, 7, 11, 0.42));
}

.contact-content {
  width: min(1180px, calc(100% - 40px));
  max-width: 700px;
  margin: 0 auto;
  padding: 78px 0;
}

.contact-content h2 {
  margin-bottom: 18px;
}

.contact-content p {
  margin-bottom: 30px;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 750;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  h1 {
    font-size: 74px;
  }

  .command-section,
  .tools-layout,
  .section-head.split {
    grid-template-columns: 1fr;
  }

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

  .service-card {
    min-height: 230px;
  }

  .service-index {
    margin-bottom: 42px;
  }
}

@media (max-width: 860px) {
  .nav-wrap {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 154px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(12, 13, 20, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 12px;
  }

  .nav-cta {
    justify-content: center;
  }

  .hero {
    min-height: 760px;
    padding-top: 112px;
    padding-bottom: 156px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 7, 11, 0.96), rgba(6, 7, 11, 0.76)),
      linear-gradient(0deg, var(--bg), rgba(6, 7, 11, 0.12) 42%);
  }

  h1 {
    font-size: 56px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-panel {
    grid-template-columns: repeat(3, 1fr);
    bottom: 34px;
  }

  .hero-panel span {
    min-height: 72px;
    padding: 12px;
    font-size: 11px;
  }

  .hero-panel strong {
    font-size: 15px;
  }

  .service-grid,
  .package-grid,
  .workflow {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .section-head h2,
  .command-copy h2,
  .contact-content h2 {
    font-size: 36px;
  }

  .command-board {
    min-height: 380px;
  }

  .preview-grid {
    right: 28px;
  }

  .audio-meters {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero-content,
  .section,
  .contact-content,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: 780px;
    padding-top: 112px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    width: min(100% - 28px, 1180px);
  }

  .signal-strip span {
    flex-basis: 128px;
  }

  .command-section {
    padding: 72px 14px;
  }

  .command-board {
    min-height: 330px;
  }

  .program-monitor {
    left: 16px;
    right: 16px;
    top: 16px;
    height: 172px;
  }

  .program-monitor strong {
    margin-top: 34px;
    font-size: 32px;
  }

  .preview-grid {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .preview-grid span {
    min-height: 54px;
  }

  .tools-layout {
    padding: 24px;
  }
}
