.dgt-report-page {
  background: #eef3f8;
  padding: 1.5rem 0 3rem;
}
.dgt-report-shell {
  width: min(1200px, calc(100vw - 2rem));
  margin: 0 auto 1.25rem;
}
.dgt-hero,
.dgt-card,
.dgt-kpi-card,
.dgt-cta {
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
}
.dgt-hero {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 1rem;
  padding: 2rem;
}
.dgt-eyebrow,
.dgt-card-kicker {
  color: #557399;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dgt-hero h1,
.dgt-card h2,
.dgt-cta h2 {
  color: #0f1d37;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  margin-top: .5rem;
}
.dgt-subtitle {
  color: #0b4ea2;
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: .75rem;
}
.dgt-opening,
.dgt-text-block,
.dgt-mini-card p,
.dgt-cta p,
.dgt-source {
  color: #334155;
  line-height: 1.75;
}
.dgt-hero-aside {
  display: grid;
  gap: .9rem;
  align-content: start;
}
.dgt-hero-stat {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #d9e6f8;
  border-radius: 14px;
  padding: 1rem 1.1rem;
}
.dgt-hero-stat span,
.dgt-kpi-card p {
  color: #5b708f;
  display: block;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.dgt-hero-stat strong,
.dgt-kpi-card strong {
  color: #0f1d37;
  display: block;
  font-size: 1.85rem;
  font-weight: 900;
  margin-top: .45rem;
}
.dgt-hero-actions,
.dgt-kpi-strip,
.dgt-summary-grid,
.dgt-grid-2 {
  display: grid;
  gap: 1rem;
}
.dgt-hero-actions {
  grid-template-columns: 1fr;
}
.dgt-btn {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: .9rem 1.2rem;
  text-decoration: none;
}
.dgt-btn-primary {
  background: #ff6a00;
  color: #fff;
}
.dgt-btn-secondary {
  background: #edf4ff;
  color: #0b4ea2;
}
.dgt-kpi-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.dgt-kpi-card {
  padding: 1rem 1.1rem;
}
.dgt-summary-grid,
.dgt-grid-2,
.dgt-grid-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dgt-grid-1 {
  grid-template-columns: 1fr;
}
.dgt-card,
.dgt-cta {
  padding: 1.4rem;
}
.dgt-bullet-list {
  color: #334155;
  display: grid;
  gap: .8rem;
  line-height: 1.7;
  margin-top: 1rem;
  padding-left: 1.1rem;
}
.dgt-mini-cards {
  display: grid;
  gap: .8rem;
  margin-top: 1rem;
}
.dgt-mini-card {
  background: #f8fbff;
  border: 1px solid #d9e6f8;
  border-radius: 14px;
  padding: 1rem;
}
.dgt-mini-card h3 {
  color: #0f1d37;
  font-size: 1rem;
  font-weight: 800;
}
.dgt-chart {
  height: 360px;
  margin-top: 1rem;
}
.dgt-chart-small {
  height: 340px;
}
.dgt-empty-state {
  align-content: center;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #d9e6f8;
  border-radius: 14px;
  color: #334155;
  display: grid;
  gap: .55rem;
  min-height: 360px;
  margin-top: 1rem;
  padding: 1.4rem;
}
.dgt-empty-state strong {
  color: #0f1d37;
  font-size: 1rem;
  font-weight: 800;
}
.dgt-ranked-list {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
}
.dgt-ranked-item {
  align-items: center;
  background: #f8fbff;
  border: 1px solid #d9e6f8;
  border-radius: 14px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: .9rem 1rem;
}
.dgt-ranked-item strong {
  color: #0f1d37;
  display: block;
  font-size: .98rem;
  font-weight: 800;
}
.dgt-ranked-item p {
  color: #64748b;
  font-size: .88rem;
  line-height: 1.5;
  margin-top: .2rem;
}
.dgt-ranked-item span {
  color: #0b4ea2;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 900;
}
.dgt-table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
}
.dgt-table {
  border-collapse: collapse;
  width: 100%;
}
.dgt-table th,
.dgt-table td {
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  font-size: .92rem;
  padding: .8rem .7rem;
  text-align: left;
  vertical-align: top;
}
.dgt-table th {
  color: #0f1d37;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.dgt-cta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.dgt-pro-card {
  background:
    radial-gradient(circle at top right, rgba(11, 78, 162, .10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.dgt-pro-hero {
  align-items: start;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
.dgt-pro-intro {
  color: #0f1d37;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1rem;
  max-width: 56rem;
}
.dgt-pro-pillbox {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
  max-width: 20rem;
}
.dgt-pro-pill {
  background: #eaf3ff;
  border: 1px solid #d3e5ff;
  border-radius: 999px;
  color: #0b4ea2;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .03em;
  padding: .45rem .75rem;
}
.dgt-pro-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  margin-top: 1.5rem;
}
.dgt-pro-main {
  display: grid;
  gap: 1rem;
}
.dgt-pro-callout,
.dgt-pro-side-card {
  background: #fff;
  border: 1px solid #d9e6f8;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  padding: 1rem 1.1rem;
}
.dgt-pro-callout strong,
.dgt-pro-focus-item strong {
  color: #0f1d37;
  display: block;
  font-size: .98rem;
  font-weight: 800;
}
.dgt-pro-callout p,
.dgt-pro-focus-item p {
  color: #475569;
  line-height: 1.65;
  margin-top: .35rem;
}
.dgt-pro-focus-list {
  display: grid;
  gap: .85rem;
  margin-top: .9rem;
}
.dgt-pro-focus-item {
  border-top: 1px solid #e2e8f0;
  padding-top: .85rem;
}
.dgt-pro-focus-item:first-child {
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .dgt-hero,
  .dgt-kpi-strip,
  .dgt-summary-grid,
  .dgt-grid-2,
  .dgt-grid-1,
  .dgt-cta {
    grid-template-columns: 1fr;
  }
  .dgt-cta {
    display: grid;
  }
  .dgt-pro-hero,
  .dgt-pro-layout {
    grid-template-columns: 1fr;
  }
  .dgt-pro-hero {
    display: grid;
  }
  .dgt-pro-pillbox {
    justify-content: flex-start;
    max-width: none;
  }
  .dgt-chart,
  .dgt-chart-small,
  .dgt-empty-state {
    height: 320px;
    min-height: 320px;
  }
  .dgt-ranked-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media print {
  header, footer, nav, .dgt-btn-secondary { display: none !important; }
  .dgt-report-page { background: #fff; padding: 0; }
  .dgt-report-shell { width: 100%; margin: 0 0 1rem; }
  .dgt-hero, .dgt-card, .dgt-kpi-card, .dgt-cta {
    box-shadow: none;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
