.policy-hero {
  min-height: 0;
  padding-top: clamp(42px, 6vw, 82px);
  padding-bottom: clamp(30px, 5vw, 68px);
}

.policy-visual {
  min-height: 340px;
  place-items: center;
}

.policy-badge,
.policy-orbit {
  border-radius: 28px;
}

.policy-badge {
  position: relative;
  z-index: 2;
  max-width: 380px;
  padding: 34px 32px;
  color: #fff;
  background: linear-gradient(145deg, #16323a 0%, #157a64 55%, #2f7fc0 100%);
  box-shadow: var(--shadow);
}

.policy-badge strong,
.policy-badge span {
  display: block;
}

.policy-badge strong {
  margin-bottom: 12px;
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.policy-badge span {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.policy-orbit {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(21, 122, 100, 0.18);
  background:
    radial-gradient(circle at 50% 50%, rgba(21, 122, 100, 0.18), rgba(21, 122, 100, 0.02) 58%, transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(227, 240, 234, 0.5));
}

.orbit-secondary {
  width: 220px;
  height: 220px;
  transform: translate(120px, 84px);
  border-color: rgba(47, 127, 192, 0.18);
}

.policy-intro {
  padding-top: 12px;
}

.policy-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.highlight-card,
.policy-card,
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.highlight-card {
  padding: 26px;
}

.highlight-card h3,
.policy-section h3,
.info-card h3 {
  margin: 0 0 12px;
  line-height: 1.45;
}

.highlight-card h3 {
  font-size: 1.2rem;
}

.highlight-card p,
.policy-section p,
.info-card p,
.contact-list dd {
  margin: 0;
  color: var(--muted);
}

.policy-body {
  padding-top: 0;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.policy-card {
  padding: clamp(28px, 4vw, 42px);
}

.policy-section + .policy-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.policy-section h3 {
  font-size: 1.2rem;
}

.policy-section p + p {
  margin-top: 14px;
}

.policy-list {
  margin: 14px 0 0;
  padding-left: 1.2em;
  color: var(--muted);
}

.policy-list li + li {
  margin-top: 8px;
}

.policy-aside {
  display: grid;
  gap: 18px;
}

.info-card {
  padding: 28px;
}

.contact-list {
  margin: 22px 0 26px;
}

.contact-list div + div {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-list dt {
  margin-bottom: 6px;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
}

.contact-list dd a {
  color: var(--brand-deep);
}

.note-card {
  background:
    radial-gradient(120% 150% at 100% 0%, rgba(47, 127, 192, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff, #f8fbf9);
}

@media (max-width: 980px) {
  .policy-highlights,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-visual {
    min-height: 260px;
  }
}

@media (max-width: 700px) {
  .policy-badge {
    padding: 26px 22px;
  }

  .policy-orbit {
    width: 240px;
    height: 240px;
  }

  .orbit-secondary {
    width: 160px;
    height: 160px;
    transform: translate(72px, 66px);
  }

  .policy-card,
  .info-card,
  .highlight-card {
    padding: 22px;
  }
}
