/* ========== Hero ========== */
.wam-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
  overflow: hidden;
  background: #0d2133;
}

.wam-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wam-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.wam-hero__title {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
}

/* ========== Full-Width Rows ========== */
.page-main--wam {
  background: var(--color-white);
}

.wam-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 40px;
  margin: 0 50px 56px;
  background: var(--color-white);
}

.wam-hero + .wam-row {
  margin-top: 80px;
}

.wam-row:last-of-type {
  margin-bottom: 80px;
}

.wam-row__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.wam-row__copy--center {
  align-items: center;
  text-align: center;
}

.wam-row__title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text);
}

.wam-row__copy p {
  margin-bottom: 16px;
  font-size: clamp(15px, 1.4vw, 16px);
  line-height: 1.75;
  color: var(--color-text-muted);
}

.wam-row__copy p:last-child {
  margin-bottom: 0;
}

.wam-row__copy a {
  color: var(--color-primary);
  font-weight: 600;
  transition: opacity var(--transition);
}

.wam-row__copy a:hover {
  opacity: 0.85;
}

.wam-row__media {
  overflow: hidden;
  min-height: 280px;
  height: 100%;
}

.wam-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.wam-list {
  list-style: none;
  max-width: 520px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.wam-list__item {
  position: relative;
  padding-left: 36px;
  font-size: clamp(15px, 1.4vw, 16px);
  line-height: 1.75;
  color: var(--color-text-muted);
}

.wam-list__item + .wam-list__item {
  margin-top: 20px;
}

.wam-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3.5 3.5L11 1'/%3E%3C/svg%3E") center / 12px 10px no-repeat;
}

.rdp-block__card--watermark-custom::before {
  display: none;
}

.wam-row__body p {
  margin-bottom: 16px;
  font-size: clamp(15px, 1.4vw, 16px);
  line-height: 1.75;
  color: var(--color-text-muted);
}

.wam-row__body p:last-child {
  margin-bottom: 0;
}

.wam-row__body a {
  color: var(--color-primary);
  font-weight: 600;
  transition: opacity var(--transition);
}

.wam-row__body a:hover {
  opacity: 0.85;
}

.wam-row--reverse .wam-row__media {
  order: 1;
}

.wam-row--reverse .wam-row__copy {
  order: 2;
}

@media (max-width: 960px) {
  .wam-row,
  .wam-row--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 48px;
  }

  .wam-hero + .wam-row {
    margin-top: 64px;
  }

  .wam-row__media {
    order: -1;
    min-height: 240px;
  }

  .wam-row__media img {
    min-height: 240px;
  }

  .wam-row__copy {
    padding: 0;
  }

  .wam-row__copy--center {
    align-items: flex-start;
    text-align: left;
  }

  .wam-list {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .wam-hero {
    height: 480px;
  }
}

@media (max-width: 640px) {
  .wam-hero {
    height: 360px;
  }

  .wam-hero__title {
    font-size: clamp(22px, 6vw, 28px);
    letter-spacing: 0.04em;
  }

  .wam-row,
  .wam-row--reverse {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 40px;
    gap: 24px;
  }

  .wam-hero + .wam-row {
    margin-top: 48px;
  }

  .wam-row:last-of-type {
    margin-bottom: 56px;
  }

  .wam-row__title {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .wam-row__media {
    min-height: 200px;
  }

  .wam-row__media img {
    min-height: 200px;
  }

  .wam-list__item {
    padding-left: 32px;
    font-size: 15px;
  }

  .wam-list__item::before {
    width: 20px;
    height: 20px;
    background-size: 10px 8px;
  }
}
