.notes-page{
  background:#f7f9fc;
}

.notes-hero{
  padding:72px 0 40px;
  background:linear-gradient(180deg, rgba(20,63,105,.08) 0%, rgba(20,63,105,.03) 100%);
  border-bottom:1px solid rgba(20,63,105,.12);
}

.notes-kicker{
  margin:0 0 10px;
  color:#c63b2d;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.notes-title{
  margin:0 0 16px;
  color:#143f69;
  font-size:clamp(2rem, 3vw, 2.8rem);
  line-height:1.2;
}

.notes-lead{
  max-width:760px;
  margin:0;
  color:#334155;
  font-size:1rem;
  line-height:1.9;
}

.notes-breadcrumb{
  margin-top:22px;
}

.notes-breadcrumb ol{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
  color:#64748b;
  font-size:.92rem;
}

.notes-breadcrumb li:not(:last-child)::after{
  content:"/";
  margin-left:8px;
  color:#94a3b8;
}

.notes-breadcrumb a{
  color:#143f69;
  text-decoration:none;
}

.notes-breadcrumb a:hover,
.notes-breadcrumb a:focus{
  text-decoration:underline;
}

.notes-archive-section{
  padding:40px 0 72px;
}

.notes-grid{
  display:grid;
  gap:20px;
}

.note-tile{
  scroll-margin-top:120px;
}

.note-tile-link{
  display:block;
  padding:24px 26px;
  background:#fff;
  border:1px solid rgba(20,63,105,.12);
  border-radius:18px;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.note-tile-link:hover,
.note-tile-link:focus{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(15,23,42,.10);
  border-color:rgba(198,59,45,.28);
}

.note-tile-meta{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.note-date{
  color:#64748b;
  font-size:.92rem;
}

.note-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(20,63,105,.08);
  color:#143f69;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.note-tile-title{
  margin:0 0 12px;
  color:#0f172a;
  font-size:1.35rem;
  line-height:1.45;
}

.note-tile-excerpt{
  margin:0;
  color:#475569;
  line-height:1.9;
}

.note-more{
  display:inline-block;
  margin-top:16px;
  color:#c63b2d;
  font-weight:700;
}

.notes-empty{
  padding:38px 30px;
  background:#fff;
  border:1px solid rgba(20,63,105,.12);
  border-radius:18px;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}

.notes-empty h2{
  margin:0 0 10px;
  color:#143f69;
  font-size:1.35rem;
}

.notes-empty p{
  margin:0;
  color:#475569;
  line-height:1.8;
}

.notes-section-link-wrap{
  margin:24px 0 0;
}

.notes-section-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#143f69;
  font-weight:700;
  text-decoration:none;
}

.notes-section-link::after{
  content:"→";
}

.notes-section-link:hover,
.notes-section-link:focus{
  color:#c63b2d;
}

.reports-list-notes{
  gap:18px;
}

.report-item-note .report-description{
  margin-bottom:12px;
}

@media (max-width: 767px){
  .notes-hero{
    padding:56px 0 32px;
  }

  .note-tile-link{
    padding:20px 18px;
    border-radius:14px;
  }

  .note-tile-title{
    font-size:1.18rem;
  }

  .note-tile-meta{
    gap:8px;
    flex-wrap:wrap;
  }
}
