.collaboration-page {
  background:
    radial-gradient(circle at top left, rgba(245, 166, 35, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef3fb 100%);
}

.section-tag--dark {
  background: rgba(245, 166, 35, 0.14);
  color: var(--gold);
  border-color: rgba(245, 166, 35, 0.28);
}

.section-title--light {
  color: #fff;
}

.collab-page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background: #081a31;
}

.collab-page-hero__backdrop,
.collab-page-hero__overlay {
  position: absolute;
  inset: 0;
}

.collab-page-hero__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) brightness(0.52) contrast(1.05);
}

.collab-page-hero__overlay {
  background:
    linear-gradient(95deg, rgba(8, 26, 49, 0.95) 0%, rgba(8, 26, 49, 0.9) 38%, rgba(8, 26, 49, 0.64) 100%),
    radial-gradient(circle at 82% 18%, rgba(245, 166, 35, 0.24), transparent 20%),
    radial-gradient(circle at 18% 85%, rgba(0, 196, 180, 0.2), transparent 24%);
}

.collab-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 3rem;
  align-items: center;
}

.collab-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 166, 35, 0.32);
  background: rgba(245, 166, 35, 0.14);
  color: #ffd16d;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}

.collab-page-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 4.6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 900;
}

.collab-page-hero__title span {
  display: block;
  margin-top: 0.55rem;
  color: #ffc24b;
}

.collab-page-hero__sub {
  max-width: 640px;
  margin: 0 0 1.8rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

.collab-page-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.collab-page-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.collab-stat {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.collab-stat strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.collab-stat small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.58);
}

.collab-showcase {
  display: grid;
  gap: 1rem;
}

.collab-showcase__main,
.collab-showcase__mini,
.collab-showcase__note {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
}

.collab-showcase__main {
  min-height: 420px;
}

.collab-showcase__main img,
.collab-showcase__mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collab-showcase__main::after,
.collab-showcase__mini::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 26, 49, 0.04), rgba(8, 26, 49, 0.52));
}

.collab-showcase__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.collab-showcase__caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(8, 26, 49, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.collab-showcase__caption strong,
.collab-showcase__note-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
}

.collab-showcase__caption span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.collab-showcase__side {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1rem;
}

.collab-showcase__mini {
  min-height: 170px;
}

.collab-showcase__note {
  padding: 1.1rem 1.2rem;
}

.collab-showcase__list {
  display: grid;
  gap: 0.7rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.collab-showcase__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.collab-showcase__list li::before {
  content: '';
  width: 9px;
  height: 9px;
  margin-top: 0.35rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.15);
}

.collab-panel,
.collab-faq-shell {
  padding: 2rem;
  border-radius: 30px;
  border: 1px solid rgba(15, 39, 68, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(15, 39, 68, 0.08);
  backdrop-filter: blur(16px);
}

.collab-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-end;
  margin-bottom: 1.9rem;
}

.collab-panel__head--center {
  justify-content: center;
  text-align: center;
}

.collab-panel__sub {
  max-width: 420px;
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.collab-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-bottom: 1.6rem;
}

.collab-gallery-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
}

.collab-gallery-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(15, 39, 68, 0.1), rgba(0, 196, 180, 0.12));
}

.collab-gallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collab-gallery-card__body {
  padding: 1rem 1.05rem 1.15rem;
}

.collab-gallery-card__label {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--gold-light);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.collab-gallery-card__body p {
  margin: 0;
  color: var(--text);
  line-height: 1.65;
  font-size: 0.88rem;
}

.collab-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.collab-benefit-card {
  padding: 1.35rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.98));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
}

.collab-benefit-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 0.95rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #fff4dd, #f3f8ff);
}

.collab-benefit-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--navy);
}

.collab-benefit-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.75;
}

.collab-academy-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(245, 166, 35, 0.12), transparent 16%),
    linear-gradient(135deg, #081a31 0%, #0f2744 52%, #11395b 100%);
}

.collab-academy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.collab-academy__media {
  display: grid;
  gap: 1rem;
}

.collab-academy__frame {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}

.collab-academy__frame img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.collab-academy__frame figcaption {
  padding: 0.95rem 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.6;
}

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

.collab-academy__stat {
  padding: 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.collab-academy__stat strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  color: #fff;
}

.collab-academy__stat span {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.collab-academy__copy {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.85;
}

.collab-academy__list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 0;
}

.collab-academy__list li {
  display: flex;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.collab-academy__list li::before {
  content: '✓';
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 196, 180, 0.18);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
}

.collab-academy__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.btn-light-outline {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.btn-light-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.collab-table-shell {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.collab-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.collab-table th,
.collab-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  font-size: 0.9rem;
}

.collab-table thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

.collab-table thead th:nth-child(2) {
  background: linear-gradient(135deg, #ffbd3c, #f5a623);
  color: var(--navy-dark);
}

.collab-table tbody tr:nth-child(even) td {
  background: rgba(15, 39, 68, 0.02);
}

.collab-table tbody td {
  border-top: 1px solid var(--border);
  color: var(--text-soft);
  line-height: 1.6;
}

.collab-table tbody td:first-child {
  font-weight: 800;
  color: var(--navy);
}

.collab-table tbody td:nth-child(2) {
  background: rgba(245, 166, 35, 0.08);
  color: var(--navy);
  font-weight: 700;
}

.collab-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.collab-testimonial {
  padding: 1.45rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f6f8fc);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
}

.collab-testimonial__quote-mark {
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-size: 1.8rem;
}

.collab-testimonial p {
  margin: 0 0 1.2rem;
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 0.88rem;
}

.collab-testimonial__meta {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.collab-testimonial__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

.collab-testimonial__meta strong,
.collab-testimonial__meta span,
.collab-testimonial__meta small {
  display: block;
}

.collab-testimonial__meta strong {
  color: var(--navy);
  font-size: 0.92rem;
}

.collab-testimonial__meta span {
  color: var(--text-soft);
  font-size: 0.78rem;
}

.collab-testimonial__meta small {
  margin-top: 0.15rem;
  color: var(--teal-dark);
  font-size: 0.74rem;
  font-weight: 700;
}

.collab-faq-item {
  overflow: hidden;
  margin-bottom: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}

.collab-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--navy);
  background: rgba(15, 39, 68, 0.03);
}

.collab-faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  color: var(--text-muted);
  font-size: 1.15rem;
  line-height: 1;
}

.collab-faq-item[open] summary::after {
  content: '−';
}

.collab-faq-item summary::-webkit-details-marker {
  display: none;
}

.collab-faq-item__body {
  padding: 1rem 1.2rem 1.15rem;
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 0.88rem;
}

.collab-cta-section {
  position: relative;
}

.collab-cta-section__image {
  position: absolute;
  inset: 0;
  opacity: 0.14;
}

.collab-cta-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collab-cta-section__content {
  position: relative;
  z-index: 1;
}

.collab-cta-section h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.collab-cta-section p {
  max-width: 640px;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.collab-cta-section__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .collab-page-hero__grid,
  .collab-academy {
    grid-template-columns: 1fr;
  }

  .collab-page-hero__stats,
  .collab-gallery-grid,
  .collab-benefit-grid,
  .collab-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collab-showcase {
    max-width: 760px;
  }
}

@media (max-width: 860px) {
  .collab-page-hero {
    padding: 78px 0 84px;
  }

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

  .collab-panel__sub {
    max-width: 100%;
  }

  .collab-showcase__side {
    grid-template-columns: 1fr;
  }

  .collab-showcase__mini {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .collab-page-hero {
    padding: 62px 0 72px;
  }

  .collab-page-hero__title {
    font-size: 2.2rem;
  }

  .collab-page-hero__eyebrow {
    font-size: 0.68rem;
    padding: 0.4rem 0.8rem;
  }

  .collab-page-hero__actions,
  .collab-academy__actions,
  .collab-cta-section__actions {
    flex-direction: column;
  }

  .collab-page-hero__stats,
  .collab-gallery-grid,
  .collab-benefit-grid,
  .collab-academy__stats,
  .collab-testimonials {
    grid-template-columns: 1fr;
  }

  .collab-showcase__main {
    min-height: 320px;
  }

  .collab-panel,
  .collab-faq-shell {
    padding: 1.35rem;
    border-radius: 24px;
  }

  .collab-table th,
  .collab-table td {
    padding: 0.85rem 0.9rem;
    font-size: 0.82rem;
  }
}
