.wgm-accreditation {
  --wgm-accreditation-blue: var(--wgm-theme-navy, #12364f);
  --wgm-accreditation-yellow: var(--wgm-theme-accent, #ffc815);
  --wgm-accreditation-white: #ffffff;
  --wgm-accreditation-gray: #e5dcdc;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 90px 0;
  color: #263a48;
  font-family: "Inter", sans-serif;
  background: #f6f7f8;
}

.wgm-accreditation::before,
.wgm-accreditation::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.wgm-accreditation::before {
  top: 0;
  left: max(20px, calc((100% - 1300px) / 2));
  width: 210px;
  height: 7px;
  background: var(--wgm-accreditation-yellow);
}

.wgm-accreditation::after {
  top: 0;
  right: 0;
  width: 18%;
  height: 100%;
  background: rgba(18, 54, 79, 0.035);
}

.wgm-accreditation__container {
  position: relative;
  z-index: 2;
}

.wgm-accreditation__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 110px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(18, 54, 79, 0.16);
}

.wgm-accreditation__title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 0 25px 24px;
  color: var(--wgm-accreditation-blue);
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.wgm-accreditation__title::before {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 7px;
  height: 43px;
  content: "";
  background: var(--wgm-accreditation-yellow);
}

.wgm-accreditation__title span {
  color: var(--wgm-accreditation-blue);
}

.wgm-accreditation__watermark {
  position: absolute;
  right: 0;
  bottom: 7px;
  color: rgba(18, 54, 79, 0.045);
  font-family: "Manrope", sans-serif;
  font-size: clamp(62px, 8vw, 118px);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.06em;
  pointer-events: none;
  user-select: none;
}

.wgm-accreditation__panel {
  overflow: hidden;
  background: var(--wgm-accreditation-white);
  border: 1px solid rgba(18, 54, 79, 0.13);
  border-left: 7px solid var(--wgm-accreditation-yellow);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(18, 54, 79, 0.1);
}

.wgm-accreditation__lead {
  position: relative;
  margin: 0;
  padding: 31px 38px 29px;
  color: var(--wgm-accreditation-blue);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.wgm-accreditation__lead::before {
  display: none;
}

.wgm-accreditation__lead p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.wgm-accreditation__main {
  display: block;
}

.wgm-accreditation__narrative,
.wgm-accreditation__credentials {
  min-width: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(18, 54, 79, 0.13);
}

.wgm-accreditation__narrative {
  margin: 0;
  padding: 31px 38px 32px;
  border-radius: 0;
}

.wgm-accreditation__narrative p {
  margin: 0 0 20px;
  color: #415665;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.78;
  text-align: left;
}

.wgm-accreditation__narrative p:last-child {
  margin-bottom: 0;
}

.wgm-accreditation__credentials {
  position: relative;
  padding: 30px 32px 32px;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.wgm-accreditation__credentials::before {
  display: none;
}

.wgm-accreditation__logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.wgm-accreditation__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  background: var(--wgm-accreditation-white);
  border: 1px solid rgba(18, 54, 79, 0.12);
  border-radius: 3px;
  box-shadow: 0 8px 22px rgba(18, 54, 79, 0.08);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wgm-accreditation__logo:hover {
  border-color: var(--wgm-accreditation-yellow);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(18, 54, 79, 0.14);
}

.wgm-accreditation__logo img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: contain;
}

.wgm-accreditation__audience {
  position: relative;
  margin-top: 30px;
  padding: 32px 36px 34px;
  background: var(--wgm-accreditation-white);
  border: 1px solid rgba(18, 54, 79, 0.13);
  border-radius: 0 24px 0 24px;
}

.wgm-accreditation__audience-intro {
  margin: 0 0 24px;
  color: var(--wgm-accreditation-blue);
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.wgm-accreditation__audience-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wgm-accreditation__audience-list li {
  position: relative;
  min-width: 0;
  padding: 4px 0 4px 30px;
  color: #344c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.wgm-accreditation__audience-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--wgm-accreditation-blue);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  content: "\2713";
  background: var(--wgm-accreditation-yellow);
  border-radius: 50%;
}

@media (max-width: 1050px) {
  .wgm-accreditation__credentials {
    min-height: 0;
    padding: 22px 0;
  }

  .wgm-accreditation__credentials::before {
    left: 20px;
  }

  .wgm-accreditation__logo-grid {
    display: flex;
    gap: 12px;
    padding: 0 20px 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--wgm-accreditation-yellow) rgba(18, 54, 79, 0.12);
    scrollbar-width: thin;
  }

  .wgm-accreditation__logo {
    flex: 0 0 230px;
    scroll-snap-align: start;
  }

  .wgm-accreditation__logo img {
    height: 315px;
  }
}

@media (max-width: 767px) {
  .wgm-accreditation {
    padding: 60px 0;
  }

  .wgm-accreditation::before {
    left: 15px;
    width: 105px;
    height: 5px;
  }

  .wgm-accreditation::after {
    display: none;
  }

  .wgm-accreditation__header {
    min-height: 78px;
    margin-bottom: 25px;
  }

  .wgm-accreditation__title {
    padding: 0 0 18px 18px;
    font-size: 35px;
  }

  .wgm-accreditation__title::before {
    bottom: 17px;
    width: 5px;
    height: 34px;
  }

  .wgm-accreditation__watermark {
    bottom: 5px;
    font-size: 48px;
  }

  .wgm-accreditation__lead {
    padding: 24px 22px 24px 27px;
    font-size: 15px;
    line-height: 1.65;
  }

  .wgm-accreditation__narrative {
    padding: 25px 22px;
  }

  .wgm-accreditation__narrative p {
    font-size: 14px;
    line-height: 1.68;
  }

  .wgm-accreditation__credentials {
    min-height: 0;
    padding: 20px 0;
  }

  .wgm-accreditation__logo-grid {
    gap: 10px;
    padding: 0 16px 10px;
  }

  .wgm-accreditation__logo {
    flex-basis: min(78vw, 285px);
  }

  .wgm-accreditation__logo img {
    height: 390px;
  }

  .wgm-accreditation__audience {
    padding: 26px 22px;
  }

  .wgm-accreditation__audience-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wgm-accreditation *,
  .wgm-accreditation *::before,
  .wgm-accreditation *::after {
    transition-duration: 0.01ms !important;
  }
}
