/* Partnership — premium editorial layout */

.partnership-has-overlay-header .partnership {
  margin-top: 0;
}

/* Hero */
.pp-hero .mazsa-page-hero__inner {
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .pp-hero .mazsa-page-hero__inner {
    padding-bottom: 6.5rem;
  }
}

/* Intro */
.pp-intro {
  margin-top: -4rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .pp-intro {
    margin-top: -5rem;
  }
}

.pp-intro__card {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.pp-intro__head {
  margin-bottom: 1.75rem;
}

.pp-intro__text {
  max-width: var(--mazsa-prose);
  margin: 0 auto;
}

/* Target audience — premium feature cards */
.pp-audience {
  background: #fff;
}

.pp-audience .mazsa-section-head {
  margin-bottom: 3rem;
}

.pp-audience__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .pp-audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .pp-audience__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.pp-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: var(--mazsa-radius);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 250ms ease;
}

.pp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--mazsa-shadow-hover);
}

.pp-feature-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 2rem;
  background: var(--mazsa-gray);
}

.pp-feature-card__visual img {
  width: auto;
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  transition: transform 300ms ease;
}

.pp-feature-card:hover .pp-feature-card__visual img {
  transform: scale(1.05);
}

.pp-feature-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem 2rem;
  text-align: center;
}

.pp-feature-card__content .mazsa-card-title {
  margin-bottom: 0.65rem;
}

/* Business — dark highlight */
.pp-business {
  /* padding handled by .mazsa-section */
}

.pp-business__shell {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 1.75rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--mazsa-radius);
}

@media (min-width: 768px) {
  .pp-business__shell {
    padding: 3.5rem 3rem;
    gap: 3rem;
  }
}

@media (min-width: 900px) {
  .pp-business__shell {
    grid-template-columns: 1fr 1.15fr;
    gap: 4rem;
    padding: 4rem 4rem;
  }
}

.pp-business__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pp-business__title {
  margin: 0 0 1.5rem;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #fff;
}

.pp-business__text {
  margin: 0;
  max-width: 520px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.pp-business__visual {
  margin: 0;
}

.pp-business__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

/* Form */
.pp-form-section {
  /* padding handled by .mazsa-section */
}

.pp-form__card {
  text-align: center;
}

.pp-form__lead {
  margin-top: 1rem;
}

.pp-form__footnote {
  margin-top: 2rem;
  max-width: var(--mazsa-prose);
  margin-left: auto;
  margin-right: auto;
}

.pp-form-section .mazsa-section-head {
  margin-bottom: 2.25rem;
}
