/* Page background */
.som-bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url('../img/bg.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
}

.som-section {
  position: relative;
  z-index: 1;
  padding: 2.8rem 0;
}

.som-section-hero {
  padding-top: 3.6rem;
}

.som-section .container-xl {
  max-width: 1100px;
}

.som-page-title,
.som-section-title {
  color: #7f6abe;
  font-weight: 800;
  letter-spacing: 0;
}

.som-page-title {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-bottom: 1.6rem;
}

.som-section-title {
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.12;
  margin-bottom: 0.65rem;
}

.som-sponsor-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
}

.som-sponsor-heading {
  min-height: 64px;
  border-radius: 14px;
  background: #db8a4e;
  color: #fff8f2;
  box-shadow: 0 12px 24px rgba(89, 66, 130, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.25rem, 2vw, 1.58rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  padding: 0.7rem 0.85rem;
  white-space: nowrap;
}

.som-benefit-card {
  flex: 1;
  border: 3px solid #b99bd1;
  border-radius: 15px;
  background: rgba(255, 248, 245, 0.82);
  box-shadow: 10px 11px 0 rgba(45, 45, 50, 0.55), 0 12px 28px rgba(89, 66, 130, 0.16);
  color: #8970c2;
  padding: 0.85rem 0.8rem 0.8rem;
  min-height: 420px;
}

.som-benefit-card h3 {
  color: #856dc0;
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0 0 0.55rem;
}

.som-benefit-card ul {
  margin: 0;
  padding-left: 1.45rem;
}

.som-benefit-card li {
  font-size: clamp(0.86rem, 1.35vw, 0.97rem);
  line-height: 1.35;
  margin-bottom: 0.18rem;
}

.som-badge-column {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
}

.som-badge-wrap {
  width: min(100%, 210px);
  filter: drop-shadow(0 16px 20px rgba(76, 54, 116, 0.22));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.som-badge-wrap:hover {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 24px 28px rgba(76, 54, 116, 0.28));
}

.som-badge-image {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.som-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 218px;
  border-radius: 999px;
  background: #806dba;
  color: #fff;
  font-weight: 800;
  font-size: 1.08rem;
  line-height: 1;
  text-decoration: none;
  padding: 0.75rem 1.6rem;
  box-shadow: 0 9px 20px rgba(89, 66, 130, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.som-cta .bi {
  font-size: 1.15em;
  line-height: 1;
}

.som-cta:hover {
  background: #725ead;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(89, 66, 130, 0.22);
}

.som-intro {
  max-width: 990px;
  color: #747179;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.34;
  margin: 0 0 1.35rem;
}

.som-list-row {
  margin-top: 1.2rem;
}

.som-list-title {
  color: #806dba;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.som-check-list,
.som-opportunity-list {
  color: #171219;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.35;
  margin-bottom: 0;
}

.som-check-list li::before {
  content: "✓";
  font-weight: 800;
  margin-right: 0.35rem;
}

.som-opportunity-list li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.som-visibility-cta {
  text-align: center;
  color: #171219;
  margin-top: 1.15rem;
}

.som-visibility-cta p {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.24;
  margin: 0 0 0.35rem;
}

.som-visibility-cta .som-cta {
  margin-top: 1rem;
}

.som-section-supporters {
  padding-bottom: 4rem;
}

.som-section-supporters .som-section-title {
  margin-bottom: 2.2rem;
}

.som-supporters-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 2.8rem);
  align-items: center;
}

.som-supporter-card {
  min-height: 118px;
  border-radius: 10px;
  background: rgba(255, 248, 245, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.som-supporter-card img {
  width: 100%;
  max-width: 300px;
  max-height: 115px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.som-supporter-card:hover {
  /* background: rgba(255, 248, 245, 0.58);
  box-shadow: 0 16px 30px rgba(89, 66, 130, 0.14); */
  transform: translateY(-5px);
}

.som-supporter-card:hover img {
  transform: scale(1.06);
  filter: drop-shadow(0 9px 12px rgba(76, 54, 116, 0.18));
}

@media (prefers-reduced-motion: reduce) {
  .som-badge-wrap,
  .som-badge-wrap:hover,
  .som-cta,
  .som-cta:hover,
  .som-supporter-card,
  .som-supporter-card:hover,
  .som-supporter-card img,
  .som-supporter-card:hover img {
    transform: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .som-page-title,
  .som-section-title {
    text-align: center;
  }

  .som-badge-column {
    padding-top: 0.7rem;
  }

  .som-list-row {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .som-supporters-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .som-section {
    padding: 2rem 0;
  }

  .som-section-hero {
    padding-top: 3rem;
  }

  .som-benefit-card {
    box-shadow: 7px 8px 0 rgba(45, 45, 50, 0.45), 0 10px 24px rgba(89, 66, 130, 0.14);
    min-height: 0;
  }

  .som-intro,
  .som-list-title,
  .som-check-list,
  .som-opportunity-list {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .som-supporters-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .som-supporter-card {
    min-height: 100px;
  }

  .som-supporter-card img {
    max-height: 96px;
  }
}
