body.corporate-page {
  background: radial-gradient(circle at 10% 0%, rgba(242, 54, 168, 0.25), transparent 55%),
              radial-gradient(circle at 90% 100%, rgba(88, 85, 255, 0.35), transparent 60%),
              #05030a;
}

.hero--corporate {
  padding-bottom: 160px;
}

.hero--corporate .hero__banner--corporate {
  background:
    linear-gradient(135deg, rgba(242, 54, 168, 0.4), rgba(91, 73, 255, 0.5)),
    url('/assets/images/hero-corporate-event.webp') center/cover no-repeat;
}

.hero__chips {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero__image-wrapper {
  position: relative;
  max-width: 1040px;
  margin: 72px auto 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-strong), var(--shadow-glow-subtle);
}

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

.grid-2--reverse {
  grid-auto-flow: dense;
}

.grid-2--reverse > :first-child {
  order: 2;
}

.grid-2--reverse > :last-child {
  order: 1;
}

@media (max-width: 900px) {
  .grid-2--reverse > * {
    order: 0;
  }

  .hero__image-wrapper {
    margin-top: 56px;
  }
}

.corporate-media__figure {
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(242, 54, 168, 0.25), transparent 60%);
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
}

.corporate-media__figure--large {
  box-shadow: var(--shadow-strong), var(--shadow-glow-subtle);
}

.corporate-media__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 768px) {
  .btn-row {
    flex-direction: column;
  }
}

.card--accent {
  border-color: rgba(242, 54, 168, 0.5);
  box-shadow: var(--shadow-strong), 0 0 40px rgba(177, 60, 255, 0.4);
}

.process-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.process-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 18px 22px;
  border-radius: 18px;
  background: var(--color-bg-glass);
  border: 1px solid var(--color-border-subtle);
}

.process-step__number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-sm);
  font-weight: 600;
  background: var(--gradient-primary);
  box-shadow: var(--shadow-glow-primary);
}

.process-step__content h3 {
  font-size: var(--font-size-lg);
  margin-bottom: 6px;
}

.section--cta {
  padding-top: 40px;
  padding-bottom: 80px;
}

.card--cta {
  padding: 32px 28px;
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(242, 54, 168, 0.35), transparent 55%),
              rgba(5, 3, 20, 0.96);
  box-shadow: var(--shadow-strong), 0 0 40px rgba(242, 54, 168, 0.5);
}

.corporate-gallery__figure {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  background: radial-gradient(circle at top, rgba(242, 54, 168, 0.22), transparent 60%);
  box-shadow: var(--shadow-strong);
}

.corporate-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
