.goal4-answer-first,
.goal4-trust-model {
  --goal4-navy: #0b3558;
  --goal4-blue: #126da0;
  --goal4-gold: #ef8b22;
  --goal4-sand: #fbf7ef;
  --goal4-ink: #17324a;
  color: var(--goal4-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.goal4-answer-first {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  margin: clamp(24px, 4vw, 48px) 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(11, 53, 88, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 0%, var(--goal4-sand) 100%);
  box-shadow: 0 16px 40px rgba(11, 53, 88, 0.08);
}

.goal4-answer-first h2,
.goal4-trust-model h2,
.goal4-trust-model h3 {
  color: var(--goal4-navy);
  margin-top: 0;
}

.goal4-answer-first p {
  margin-bottom: 0;
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.goal4-answer-first figure {
  margin: 0;
}

.goal4-answer-first img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  border-radius: 14px;
  background: #e9eef2;
}

.goal4-answer-first figcaption {
  margin-top: 10px;
  color: #465b6d;
  font-size: 0.82rem;
  line-height: 1.5;
}

.goal4-trust-model {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 60px);
  margin: clamp(48px, 7vw, 88px) 0 clamp(28px, 5vw, 56px);
  padding: clamp(28px, 5vw, 52px);
  border-top: 5px solid var(--goal4-gold);
  border-radius: 16px;
  background: #f2f7fa;
}

.goal4-accountability dl {
  display: grid;
  gap: 0;
  margin: 24px 0;
}

.goal4-accountability dl div {
  display: grid;
  grid-template-columns: minmax(130px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(11, 53, 88, 0.14);
}

.goal4-accountability dt {
  color: #40566a;
  font-weight: 600;
}

.goal4-accountability dd {
  margin: 0;
  font-weight: 700;
}

.goal4-review-note,
.goal4-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 16px;
  transform: translateY(-180%);
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: #063b5d;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.goal4-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #ef8b22;
  outline-offset: 3px;
}

.goal4-skip-target {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.goal4-sources li span,
.goal4-entity-details p {
  color: #40566a;
  line-height: 1.65;
}

.goal4-sources ol {
  display: grid;
  gap: 18px;
  margin: 20px 0 0;
  padding-left: 24px;
}

.goal4-sources li {
  padding-left: 6px;
}

.goal4-sources a {
  color: #075f91;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.goal4-sources a:hover,
.goal4-sources a:focus-visible {
  color: #07496d;
}

.goal4-sources li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92rem;
}

.goal4-entity-details {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(11, 53, 88, 0.16);
}

.goal4-entity-details summary {
  width: fit-content;
  cursor: pointer;
  color: var(--goal4-navy);
  font-weight: 800;
}

.goal4-entity-details summary:focus-visible {
  outline: 3px solid rgba(239, 139, 34, 0.55);
  outline-offset: 4px;
}

.goal4-entity-details p {
  max-width: 84ch;
  margin: 16px 0 0;
}

@media (max-width: 820px) {
  .goal4-answer-first,
  .goal4-trust-model {
    grid-template-columns: 1fr;
  }

  .goal4-answer-first {
    padding: 22px;
  }

  .goal4-accountability dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .goal4-answer-first *,
  .goal4-trust-model * {
    scroll-behavior: auto !important;
  }
}
