[hidden] {
  display: none !important;
}

.hero-copy {
  max-width: 660px;
  padding-top: 70px;
}

.hero {
  align-items: start;
}

.hero h1 {
  font-size: clamp(2.55rem, 3.05vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #18d7ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.web-shortcut {
  margin: 18px 0 0;
  color: #aab4cf;
  font-size: 0.92rem;
}

.web-shortcut a {
  color: #18d7ff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.scope-note {
  max-width: 620px;
  margin: 12px 0 0;
  color: #aab4cf;
  font-size: 0.9rem;
  line-height: 1.55;
}

.scope-note strong {
  color: #f4f6ff;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #18d7ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.job-story,
.faq-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
}

.job-story-heading {
  max-width: 790px;
  margin-bottom: 44px;
}

.job-clusters {
  display: grid;
  gap: 28px;
}

.job-cluster {
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(32px, 6vw, 82px);
  padding: clamp(30px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 18%, rgba(24, 215, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.job-cluster:nth-child(2n) {
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 63, 185, 0.14), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
}

.job-cluster.reverse .job-cluster-copy {
  order: 2;
}

.job-cluster.reverse img {
  order: 1;
}

.job-number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(24, 215, 255, 0.38);
  border-radius: 15px;
  color: #18d7ff;
  background: rgba(24, 215, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.job-cluster h3 {
  max-width: 650px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.job-cluster p {
  max-width: 650px;
  margin: 0;
  color: #b8bfd6;
  font-size: 1.05rem;
  line-height: 1.72;
}

.job-cluster .job-result {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #e9ecf8;
}

.job-cluster img {
  width: min(100%, 330px);
  max-height: 560px;
  justify-self: center;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.job-cluster img.wide-visual {
  width: 100%;
  max-width: 540px;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 22px;
}

.mix-outcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  margin: 4px 0 18px;
}

.mix-outcome-before,
.mix-outcome-after {
  display: grid;
  align-content: center;
  gap: 7px;
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.28);
}

.mix-outcome-after {
  border-color: rgba(255, 105, 46, 0.48);
  background: linear-gradient(145deg, rgba(255, 105, 46, 0.17), rgba(255, 255, 255, 0.04));
}

.mix-outcome small,
.mix-outcome span {
  color: #aeb6ce;
  line-height: 1.35;
}

.mix-outcome small {
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mix-outcome strong {
  color: #f7f8ff;
  line-height: 1.2;
}

.mix-outcome-arrow {
  align-self: center;
  color: #ff8b52;
  font-size: 1.35rem;
  font-weight: 900;
}

.mix-outcome-caption {
  margin: 0 0 18px;
  color: #d8dced;
  font-size: 0.88rem;
  line-height: 1.55;
}

.job-after-state {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 105, 46, 0.34);
  border-radius: 15px;
  background: rgba(255, 105, 46, 0.08);
  font-size: 0.84rem;
}

.job-after-state span {
  color: #9ea8c2;
}

.job-after-state strong {
  color: #f7f8ff;
}

.musickraze-section {
  grid-template-columns: 1fr;
  padding-block: 70px;
}

.musickraze-section .section-heading {
  max-width: 760px;
}

.comparison-table-wrap {
  margin: 34px 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}

.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.035);
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: #f7f8ff;
}

.comparison-table td {
  color: #b8bfd6;
  line-height: 1.55;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.faq-section {
  padding-top: 64px;
}

.faq-section .section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

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

.faq-list details {
  align-self: start;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.faq-list details[open] {
  border-color: rgba(24, 215, 255, 0.32);
  background: rgba(24, 215, 255, 0.055);
}

.faq-list summary {
  padding: 22px 34px 22px 0;
  cursor: pointer;
  color: #f7f8ff;
  font-weight: 800;
  line-height: 1.4;
}

.faq-list p {
  margin: -4px 0 24px;
  color: #b8bfd6;
  line-height: 1.68;
}

.faq-list a {
  color: #18d7ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .job-cluster,
  .job-cluster.reverse {
    grid-template-columns: 1fr;
  }

  .job-cluster.reverse .job-cluster-copy,
  .job-cluster.reverse img {
    order: initial;
  }
}

@media (max-width: 640px) {
  .hero-copy {
    padding-top: 12px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10.3vw, 3.25rem);
    line-height: 0.95;
  }

  .mix-outcome {
    grid-template-columns: 1fr;
  }

  .mix-outcome-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .job-story,
  .faq-section {
    width: min(100% - 24px, 1180px);
    padding: 78px 0;
  }

  .job-cluster {
    min-height: 0;
    gap: 30px;
    padding: 26px;
    border-radius: 22px;
  }

  .job-cluster h3 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .job-cluster img,
  .job-cluster img.wide-visual {
    width: 100%;
    max-width: 360px;
    max-height: 480px;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}
