.info-page {
  min-height: calc(100vh - var(--content-top-gap, 0px));
  background: linear-gradient(180deg, #fbfdfc 0%, #f4f7f6 100%);
  color: #0f172a;
}

.info-home {
  padding: 22px 24px;
}

.info-home__section {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.info-home__hero {
  padding: 10px 0 22px;
}

.info-home__title {
  margin: 0;
  color: #111827;
  font-size: 21px;
  font-weight: 720;
  line-height: 1.15;
}

.info-home__eyebrow { margin: 0 0 7px; color: #047857; font-size: 11px; font-weight: 750; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.info-home__subtitle { max-width: 620px; margin: 8px 0 0; color: #64748b; font-size: 14px; }
.info-home__primary-action { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 9px; background: #1d4ed8; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.info-home__primary-action:hover { color: #fff; background: #1e40af; }

.info-home__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.info-metric-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 112px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.info-metric-card:hover,
.info-metric-card:focus-visible {
  color: #111827;
  border-color: #cbd5e1;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.info-metric-card__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

.info-metric-card__icon--blue {
  background: #eef2ff;
  color: #4f46e5;
}

.info-metric-card__icon--green {
  background: #ecfeff;
  color: #0891b2;
}

.info-metric-card__icon--orange {
  background: #f0fdf4;
  color: #16a34a;
}

.info-metric-card__icon--violet {
  background: #fdf2f8;
  color: #db2777;
}

.info-metric-card__body {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.info-metric-card__label {
  color: #111827;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.info-metric-card__body strong { display: block; margin: 4px 0 2px; font-size: 24px; line-height: 1; }
.info-metric-card__body small {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.info-metric-card__arrow { margin-left: auto; color: #94a3b8; font-size: 18px; }
.info-home__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.info-home__panel { padding: 20px; border: 1px solid #dbe5e1; border-radius: 12px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 28px rgba(15, 23, 42, .04); }
.info-home__panel h2 { margin: 0; font-size: 17px; font-weight: 720; }
.info-home__actions { display: grid; gap: 4px; margin-top: 14px; }
.info-home__action { display: grid; grid-template-columns: 38px minmax(0, 1fr) 22px; align-items: center; gap: 12px; padding: 11px 0; color: #111827; text-decoration: none; border-top: 1px solid #eef2f7; }
.info-home__action:first-child { border-top: 0; }
.info-home__action-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; border-radius: 10px; background: #ecfdf5; color: #047857; }
.info-home__action strong, .info-home__action small { display: block; }.info-home__action strong { font-size: 14px; }.info-home__action small { margin-top: 2px; color: #6b7280; font-size: 12px; }
.info-home__action > .material-symbols-outlined { color: #94a3b8; font-size: 18px; }.info-home__panel--guide { background: linear-gradient(145deg, #f0fdf4, #fff); }.info-home__panel--guide h2 { max-width: 240px; line-height: 1.28; }.info-home__panel--guide p:last-child { margin: 10px 0 0; color: #64748b; font-size: 13px; line-height: 1.5; }.info-home__guide-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 20px; border-radius: 10px; background: #ecfdf5; color: #047857; }

.info-home__panel--action { color: #0f172a; text-decoration: none; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.info-home__panel--action:hover, .info-home__panel--action:focus-visible { color: #0f172a; border-color: #86efac; box-shadow: 0 16px 30px rgba(5, 150, 105, .10); transform: translateY(-1px); }
.info-home__panel--action > p:not(.info-home__eyebrow), .info-home__panel--empty > p { margin: 9px 0 18px; color: #64748b; font-size: 13px; line-height: 1.5; }
.info-home__panel-link { display: inline-flex; align-items: center; gap: 5px; color: #047857; font-size: 13px; font-weight: 750; }
.info-home__panel-link .material-symbols-outlined { font-size: 17px; }
.info-home__panel--empty { max-width: 420px; }

@media (max-width: 720px) {
  .info-home {
    padding: 18px 14px;
  }

  .info-home__hero { padding-bottom: 18px; }

  .info-home__title {
    font-size: 19px;
  }

  .info-home__metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .info-metric-card {
    min-height: 68px;
    padding: 10px 12px;
  }

  .info-metric-card__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 22px;
  }
}

@media (min-width: 721px) and (max-width: 1050px) {
  .info-home__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) { .info-home__content-grid { grid-template-columns: 1fr; } }
