/* ==========================================================================
   Mon Site Elementor — Report Section (dark background)
   ========================================================================== */

.ms-report {
  padding: 72px 56px;
  background: #111009;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 48px;
  align-items: center;
}

/* Document icon */
.ms-report__icon {
  width: 68px; height: 68px;
  border: 1.5px solid rgba(180, 146, 42, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ms-gold-mid);
  flex-shrink: 0;
}

/* Content */
.ms-report__eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ms-gold-mid);
  display: block;
  margin-bottom: 14px;
  font-family: var(--ms-sans);
}

.ms-report__title {
  font-family: var(--ms-serif);
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: 600;
  color: var(--ms-white);
  line-height: 1.12;
  margin: 0 0 14px;
}

.ms-report__desc {
  font-size: 13.5px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.5);
  max-width: 500px;
  margin: 0 0 10px;
  font-family: var(--ms-sans);
}

.ms-report__author {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.38);
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  font-family: var(--ms-sans);
}

/* CTA */
.ms-report__cta {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* --- Responsive ----------------------------------------------------------- */
@media (max-width: 1100px) {
  .ms-report {
    padding: 56px 28px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ms-report__icon { display: none; }
}
