.mgk-campaigns-2026 {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid #dce8ee;
}

.mgk-heading {
  margin-bottom: 28px;
}

.mgk-heading > span,
.mgk-group-heading > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e8f5fb;
  color: #07587e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mgk-heading h2 {
  margin: 12px 0 10px;
  color: #06233a;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
}

.mgk-heading p,
.mgk-final-cta p {
  color: #526a78;
}

.mgk-group + .mgk-group {
  margin-top: 40px;
}

.mgk-group-heading {
  margin-bottom: 18px;
}

.mgk-group-heading h3 {
  margin: 10px 0 0;
  color: #06233a;
  font-size: 27px;
  line-height: 1.2;
}

.mgk-grid {
  display: grid;
  gap: 22px;
}

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

.mgk-card {
  overflow: hidden;
  border: 1px solid #dce8ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(6, 35, 58, .1);
}

.mgk-image-link {
  display: block;
  background: #eef6fa;
}

.mgk-card img {
  display: block;
  width: 100%;
  height: auto;
}

.mgk-image-link img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .25s ease;
}

.mgk-image-link:hover img {
  transform: scale(1.015);
}

.mgk-card-content {
  padding: 18px;
}

.mgk-card-content h4 {
  min-height: 52px;
  margin: 0 0 14px;
  color: #06233a;
  font-size: 20px;
  line-height: 1.3;
}

.mgk-whatsapp,
.mgk-final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.mgk-details {
  margin-top: 14px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #f6fbfd;
}

.mgk-details summary {
  padding: 13px 15px;
  color: #07587e;
  cursor: pointer;
  font-weight: 900;
}

.mgk-details a {
  display: block;
  padding: 0 10px 10px;
}

.mgk-details img {
  border-radius: 10px;
}

.mgk-final-cta {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid #bfe3cf;
  border-radius: 18px;
  background: linear-gradient(135deg, #effcf4, #fff);
}

.mgk-final-cta strong {
  display: block;
  color: #06233a;
  font-size: 23px;
}

.mgk-final-cta p {
  margin: 8px 0 16px;
}

@media (max-width: 760px) {
  .mgk-grid-two {
    grid-template-columns: 1fr;
  }

  .mgk-card-content h4 {
    min-height: 0;
  }

  .mgk-whatsapp,
  .mgk-final-cta a {
    width: 100%;
  }
}

.mgk-popup[hidden] {
  display: none;
}

.mgk-popup {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.mgk-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 20, 34, .82);
  backdrop-filter: blur(5px);
}

.mgk-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.mgk-popup-close {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(3, 27, 45, .9);
  color: #fff;
  cursor: pointer;
  font-size: 29px;
  line-height: 1;
}

.mgk-popup-header {
  padding: 24px 66px 18px 24px;
  background: linear-gradient(135deg, #06233a, #057fbc);
  color: #fff;
}

.mgk-popup-header span {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: #8de25f;
  color: #06233a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mgk-popup-header h2 {
  margin: 10px 0 7px;
  color: #fff;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.08;
}

.mgk-popup-header p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

.mgk-popup-slider {
  position: relative;
  background: #eef6fa;
}

.mgk-popup-slide {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .72fr);
  align-items: center;
}

.mgk-popup-slide.is-active {
  display: grid;
}

.mgk-popup-slide > a {
  display: block;
  background: #fff;
}

.mgk-popup-slide img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.mgk-popup-slide-content {
  padding: 30px;
}

.mgk-popup-slide-content strong {
  display: block;
  margin-bottom: 22px;
  color: #06233a;
  font-size: 26px;
  line-height: 1.22;
}

.mgk-popup-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff !important;
  font-weight: 900;
}

.mgk-popup-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 52px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 12px;
  background: rgba(3, 27, 45, .84);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.mgk-popup-prev {
  left: 10px;
}

.mgk-popup-next {
  right: 10px;
}

.mgk-popup-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 18px 10px;
}

.mgk-popup-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b4c8d2;
  cursor: pointer;
}

.mgk-popup-dots button.is-active {
  width: 30px;
  border-radius: 999px;
  background: #057fbc;
}

.mgk-popup-all {
  display: block;
  padding: 5px 18px 20px;
  color: #07587e;
  text-align: center;
  font-weight: 900;
}

body.mgk-popup-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .mgk-popup {
    padding: 10px;
  }

  .mgk-popup-dialog {
    max-height: calc(100vh - 20px);
    border-radius: 18px;
  }

  .mgk-popup-header {
    padding: 20px 56px 15px 18px;
  }

  .mgk-popup-header p {
    font-size: 14px;
  }

  .mgk-popup-slide,
  .mgk-popup-slide.is-active {
    display: block;
  }

  .mgk-popup-slide:not(.is-active) {
    display: none;
  }

  .mgk-popup-slide img {
    max-height: 47vh;
  }

  .mgk-popup-slide-content {
    padding: 17px 18px 20px;
  }

  .mgk-popup-slide-content strong {
    margin-bottom: 13px;
    font-size: 19px;
  }

  .mgk-popup-whatsapp {
    width: 100%;
  }

  .mgk-popup-arrow {
    top: 43%;
    width: 36px;
    height: 46px;
  }
}
