/* /src/css/nav/diagnosis-common.css */

/* ページ限定：ナビの現在地 */
body.diagnosis-page .gnav a[aria-current="page"]{
  background: rgba(123, 87, 255, 0.12);
  color: rgba(28, 28, 34, 0.95);
}

/* =========================================================
   Hero / Wrap (共通)
========================================================= */
.diag-main{
  padding-bottom: 30px;
}

.diag-hero{
  position: relative;
  overflow: hidden;
  padding: 54px 0 18px;
}

.diag-hero__inner{
  width: var(--container);
  margin: 0 auto;
}

.diag-hero__title{
  margin: 0;
  font-family: "IBM Plex Sans JP", system-ui, -apple-system, "Noto Sans JP", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.12;

  background: linear-gradient(90deg, #ff3a3a 0%, #b24cff 45%, #2f49ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.diag-hero__lead{
  margin: 14px 0 0;
  color: rgba(28,28,34,.76);
  font-weight: 800;
  line-height: 1.7;
}

.diag-meta{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.diag-meta__item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;

  background: rgba(255,255,255,.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.diag-meta__k{
  font-weight: 900;
  font-size: 12px;
  color: rgba(28,28,34,.70);
}

.diag-meta__v{
  font-weight: 900;
  color: rgba(28,28,34,.92);
}

@media (max-width: 900px){
  .diag-hero{ padding: 38px 0 14px; }
}

.diag-wrap{
  padding: 22px 0 80px;
}

.diag-wrap__inner{
  width: var(--container);
  margin: 0 auto;
}
