/* [int] WNMU Access */

.int-wnmu-access {
  margin-top: 110px;
}

/* ── Hero ── */
.wa-hero {
  background-color: #FEBE10;
  background-image: url("/wp-content/themes/wnmu/templates/int-wnmu-access/WNMU-ACCESS-LOGO-OPTIONS-031.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 80px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

/* ── Body ── */
.wa-body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 24px 72px;
}

/* ── Sections ── */
.wa-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.wa-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ── Headings ── */
.wa-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #42196F;
  margin: 0 0 1rem;
}

/* ── Body text ── */
.wa-body p {
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  margin-bottom: 0.85rem;
}

.wa-body p:last-child {
  margin-bottom: 0;
}

/* ── Opt-out alert ── */
.wa-alert {
  background: #fff3cd;
  border-left: 4px solid #e6a817;
  padding: 12px 16px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #7a5000;
  border-radius: 0 4px 4px 0;
}

/* ── Accordions ── */
.int-accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.int-accordion-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.int-accordion-item[open] {
  border-color: #42196F;
}

.int-accordion-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1E1E2F;
  cursor: pointer;
  list-style: none;
  background: #f9f7fc;
  user-select: none;
}

.int-accordion-summary::-webkit-details-marker { display: none; }

.int-accordion-summary::after {
  content: '›';
  font-size: 1.4rem;
  line-height: 1;
  color: #42196F;
  transform: rotate(90deg);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 12px;
}

.int-accordion-item[open] .int-accordion-summary::after {
  transform: rotate(270deg);
}

.int-accordion-item[open] .int-accordion-summary {
  background: #42196F;
  color: #fff;
}

.int-accordion-item[open] .int-accordion-summary::after {
  color: #fff;
}

.int-accordion-body {
  padding: 16px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
  border-top: 1px solid #ddd;
}

.int-accordion-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .int-wnmu-access {
    margin-top: 84px;
  }

  .wa-hero {
    padding: 50px 15px;
    min-height: 180px;
  }
}
