.wp-block-hakuna-agora-promo,
.wp-block-hakuna-agora-promo.alignfull,
.hk-agora-promo {
  --hk-agora-promo-text: #f7fbfb;
  --hk-agora-promo-pill: rgba(255, 255, 255, 0.14);
  --hk-agora-promo-shadow: 0 26px 56px rgba(15, 24, 26, 0.18);
  position: relative;
  z-index: 1;
  display: block;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: auto !important;
  right: auto !important;
  border-radius: 0;
  overflow: hidden;
  color: var(--hk-agora-promo-text);
  background:
    linear-gradient(100deg, rgba(18, 24, 22, 0.84) 0%, rgba(18, 24, 22, 0.64) 34%, rgba(18, 24, 22, 0.18) 72%, rgba(18, 24, 22, 0.34) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    var(--hk-agora-promo-image) center center / cover no-repeat;
  box-shadow: var(--hk-agora-promo-shadow);
}

.hk-agora-promo--clickable {
  cursor: pointer;
}

.wp-block-hakuna-agora-promo.alignfull {
  clear: both;
}

.hk-agora-promo::before,
.hk-agora-promo::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.24;
}

.hk-agora-promo::before {
  inset: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.14), transparent 26%);
  opacity: 1;
}

.hk-agora-promo::after {
  bottom: -68px;
  right: -18px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.08);
}

.hk-agora-promo__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 360px);
  gap: 24px;
  align-items: end;
  min-height: 300px;
  padding: clamp(24px, 4vw, 40px) clamp(22px, 5vw, 56px);
}

.hk-agora-promo--clickable .hk-agora-promo__inner {
  z-index: 2;
  pointer-events: none;
}

.hk-agora-promo__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.hk-agora-promo__copy {
  display: grid;
  gap: 18px;
  align-content: end;
  max-width: min(680px, 100%);
}

.hk-agora-promo__brand {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 100%;
}

.hk-agora-promo__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: var(--hk-agora-promo-pill);
  color: #d5ece8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hk-agora-promo__logo img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.hk-agora-promo__strapline {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.15;
  font-weight: 500;
}

.hk-agora-promo__text {
  margin: 0;
  color: rgba(247, 251, 251, 0.92);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.52;
  font-weight: 500;
  max-width: 38em;
}

.hk-agora-promo__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.hk-agora-promo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #17363b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hk-agora-promo__cta:hover,
.hk-agora-promo__cta:focus-visible {
  background: #f1fbfa;
  color: #17363b;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(16, 32, 36, 0.16);
}

.hk-agora-promo--clickable:hover .hk-agora-promo__cta,
.hk-agora-promo--clickable:focus-within .hk-agora-promo__cta,
.hk-agora-promo__link:focus-visible ~ .hk-agora-promo__inner .hk-agora-promo__cta {
  background: #f1fbfa;
  color: #17363b;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(16, 32, 36, 0.16);
}

.hk-agora-promo__meta {
  color: rgba(247, 251, 251, 0.76);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hk-agora-promo--home {
  margin-bottom: calc(-1 * var(--wp--style--block-gap, 40px)) !important;
  background-position: center center;
}

.hk-agora-promo--home::before,
.hk-agora-promo--home::after {
  display: none;
}

.hk-agora-promo--home .hk-agora-promo__inner {
  min-height: clamp(340px, 42vw, 500px);
  padding: clamp(30px, 4vw, 56px) clamp(22px, 6vw, 72px);
}

.hk-agora-promo--home .hk-agora-promo__copy {
  max-width: min(660px, 100%);
}

.hk-agora-promo--home .hk-agora-promo__eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hk-agora-promo--home .hk-agora-promo__logo img {
  width: min(100%, 420px);
}

.hk-agora-promo--home .hk-agora-promo__text {
  max-width: 28em;
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.32;
}

.hk-agora-promo--home .hk-agora-promo__cta {
  min-width: 0;
  padding-inline: 28px;
}

.hk-agora-promo--home + .wp-block-cover,
.hk-agora-promo--home + .wp-block-group,
.hk-agora-promo--home + .wp-block-columns {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.hk-agora-promo--donations {
  margin-top: 0 !important;
  margin-bottom: calc(-1 * var(--wp--style--block-gap, 40px)) !important;
  background:
    linear-gradient(100deg, rgba(18, 24, 22, 0.88) 0%, rgba(18, 24, 22, 0.68) 36%, rgba(18, 24, 22, 0.3) 72%, rgba(18, 24, 22, 0.4) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--hk-agora-promo-image) center center / cover no-repeat;
}

.hk-agora-promo--donations .hk-agora-promo__inner {
  min-height: 300px;
  padding-top: clamp(22px, 3.5vw, 34px);
  padding-bottom: clamp(22px, 3.5vw, 34px);
  align-items: center;
}

.hk-agora-promo--donations .hk-agora-promo__copy {
  align-self: center;
  align-content: center;
  padding-block: 12px;
}

.hk-agora-promo--donations .hk-agora-promo__brand {
  align-self: end;
}

.hk-agora-promo--donations .hk-agora-promo__logo img {
  width: min(100%, 520px);
}

.hk-agora-promo--donations + .wp-block-cover,
.hk-agora-promo--donations + .wp-block-group,
.hk-agora-promo--donations + .wp-block-columns {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

@media (max-width: 900px) {
  .hk-agora-promo {
    margin: 0;
  }

  .hk-agora-promo--home {
    margin-bottom: calc(-1 * var(--wp--style--block-gap, 32px)) !important;
  }

  .hk-agora-promo--donations {
    margin-bottom: calc(-1 * var(--wp--style--block-gap, 32px)) !important;
  }

  .hk-agora-promo--donations .hk-agora-promo__copy {
    align-self: center;
    align-content: center;
  }

  .hk-agora-promo__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    align-items: stretch;
  }

  .hk-agora-promo__brand {
    justify-content: flex-start;
  }

  .hk-agora-promo__cta {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .hk-agora-promo {
    margin: 0;
  }

  .hk-agora-promo__inner {
    padding: 22px 18px;
  }

  .hk-agora-promo__eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .hk-agora-promo__brand {
    justify-content: flex-end;
  }

  .hk-agora-promo__logo img {
    width: min(100%, 220px);
  }

  .hk-agora-promo--donations .hk-agora-promo__logo img {
    width: min(100%, 260px);
  }

  .hk-agora-promo__strapline {
    font-size: 18px;
  }

  .hk-agora-promo__cta {
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
  }

  .hk-agora-promo__meta {
    font-size: 12px;
  }

  .hk-agora-promo__text {
    font-size: 16px;
  }

  .hk-agora-promo__actions {
    align-items: flex-start;
  }

  .hk-agora-promo--home {
    margin-bottom: calc(-1 * var(--wp--style--block-gap, 24px)) !important;
  }

  .hk-agora-promo--donations {
    margin-bottom: calc(-1 * var(--wp--style--block-gap, 24px));
  }

  .hk-agora-promo--home .hk-agora-promo__inner {
    min-height: 300px;
    padding: 24px 20px 26px;
  }

  .hk-agora-promo--donations .hk-agora-promo__inner {
    min-height: 240px;
  }

  .hk-agora-promo--donations .hk-agora-promo__logo img {
    width: min(100%, 300px);
  }

  .hk-agora-promo--home .hk-agora-promo__text {
    font-size: 18px;
  }

  .hk-agora-promo--home .hk-agora-promo__cta {
    width: auto;
  }

  .hk-agora-promo--home .hk-agora-promo__actions {
    display: none;
  }
}
