/* Reporting details, analytics and tracking presentation. */

.mf-context-heading i,
.mf-feature-label i {
  display: grid;
  flex: 0 0 auto;
  border-radius: 50%;
  place-items: center;
}
.mf-process-title i {
  width: 34px;
  height: 34px;
  background: #e4f1fb;
  color: var(--mf-blue-dark);
  font-size: 14px;
}

.mf-reporting-flow article:nth-child(2) .mf-process-title i {
  background: #e1f1ec;
  color: var(--mf-green);
}

.mf-reporting-flow article:nth-child(3) .mf-process-title i {
  background: #fae6e2;
  color: #b83f32;
}

.mf-reporting-flow article:nth-child(4) .mf-process-title i {
  background: #e8edef;
  color: var(--mf-ink);
}

.mf-feature-row .mf-feature-label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
  color: var(--mf-muted);
  font-size: 13px;
  font-weight: 750;
}

.mf-feature-label i {
  width: 38px;
  height: 38px;
  background: #e2f0eb;
  color: var(--mf-green);
  font-size: 15px;
}

.mf-section-dark .mf-feature-row .mf-feature-label {
  color: #c9dbd7;
}

.mf-section-dark .mf-feature-label i {
  background: rgba(255, 255, 255, 0.12);
  color: #91dfc9;
}

.mf-context-heading {
  display: flex;
  gap: 14px;
  align-items: center;
}

.mf-context-heading i {
  width: 42px;
  height: 42px;
  background: #e4f1fb;
  color: var(--mf-blue-dark);
  font-size: 16px;
}

.mf-context-heading + p {
  margin-left: 56px;
}

.mf-reporting-shot-stage {
  min-width: 0;
}

.mf-reporting-shot {
  margin: 0;
  padding: 10px;
}

.mf-reporting-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.mf-reporting-shot-key {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.mf-reporting-shot-key p {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0;
  color: var(--mf-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mf-reporting-shot-key i {
  margin-top: 2px;
  color: var(--mf-green);
}

.mf-reporting-shot-key strong {
  display: block;
  color: var(--mf-ink);
  font-size: 13px;
}

.mf-reporting-planning-body .mf-feature-row:nth-child(1) .mf-feature-label i {
  background: rgba(78, 150, 201, 0.2);
  color: #9bd5ff;
}

.mf-reporting-planning-body .mf-feature-row:nth-child(2) .mf-feature-label i {
  background: rgba(121, 197, 170, 0.2);
  color: #91dfc9;
}

.mf-reporting-planning-body .mf-feature-row:nth-child(3) .mf-feature-label i {
  background: rgba(245, 184, 92, 0.18);
  color: #ffd085;
}

.mf-reporting-planning-body .mf-feature-row:nth-child(4) .mf-feature-label i {
  background: rgba(225, 88, 72, 0.18);
  color: #ff9d91;
}

.mf-tracking-intro {
  max-width: 820px;
  margin-top: 78px;
}

.mf-tracking-modes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
}

.mf-tracking-modes article {
  padding: 34px;
}

.mf-tracking-modes article + article {
  border-left: 1px solid var(--mf-line);
}

.mf-tracking-modes h3 {
  margin: 20px 0 12px;
}

.mf-tracking-modes article > p:last-child {
  margin: 0;
  color: var(--mf-muted);
}

.mf-tracking-icon,
.mf-analytics-path-icon,
.mf-final-icon {
  display: grid;
  margin: 0;
  border-radius: 50%;
  place-items: center;
}

.mf-tracking-icon {
  width: 48px;
  height: 48px;
  background: #e4f1fb;
  color: var(--mf-blue-dark);
}

.mf-tracking-modes article:nth-child(2) .mf-tracking-icon {
  background: #e2f0eb;
  color: var(--mf-green);
}

.mf-tracking-modes article:nth-child(3) .mf-tracking-icon {
  background: #fae6e2;
  color: #b83f32;
}

.mf-tracking-modes article:nth-child(4) .mf-tracking-icon {
  background: #e9e8f7;
  color: #4f4b91;
}

.mf-tracking-analytics {
  display: flex;
  flex-direction: column;
}

.mf-tracking-analytics .mf-analytics-targets {
  margin-top: auto;
  padding-top: 22px;
}

.mf-analytics-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 42px;
  padding: 30px 34px;
  border: 1px solid #cfe2dc;
  border-radius: 8px;
  background: #eff7f4;
}

.mf-analytics-copy {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.mf-analytics-copy h3,
.mf-analytics-copy p {
  margin-top: 0;
}

.mf-analytics-copy p {
  margin-bottom: 0;
  color: var(--mf-muted);
}

.mf-analytics-path-icon {
  width: 48px;
  height: 48px;
  background: var(--mf-green);
  color: var(--mf-white);
}

.mf-analytics-targets {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mf-analytics-targets p {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid #c5dad3;
  border-radius: 8px;
  background: var(--mf-white);
  color: var(--mf-ink);
  font-size: 14px;
  font-weight: 750;
}

.mf-analytics-targets p:first-child i {
  color: #e37400;
}

.mf-analytics-targets p:last-child i {
  color: #3152a0;
}

.mf-reporting-final {
  background: #e7f4ef;
}

.mf-final-icon {
  width: 62px;
  height: 62px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  background: var(--mf-green);
  color: var(--mf-white);
  font-size: 24px;
  box-shadow: 0 14px 30px rgba(16, 63, 57, 0.18);
}

.mf-reporting-dimensions {
  margin-top: 82px;
  padding-top: 78px;
  border-top: 1px solid var(--mf-line);
}

.mf-reporting-dimension-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 30px;
}

.mf-reporting-dimension-points p {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  color: var(--mf-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mf-reporting-dimension-points i {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e2f0eb;
  color: var(--mf-green);
  place-items: center;
}

.mf-reporting-dimension-points strong {
  display: block;
  margin-bottom: 3px;
  color: var(--mf-ink);
  font-size: 15px;
}

.mf-reporting-dimension-shot {
  overflow: hidden;
}

.mf-reporting-dimension-shot img {
  aspect-ratio: 36 / 25;
  object-fit: cover;
  object-position: center;
}

.mf-architecture {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: var(--mf-white);
  box-shadow: var(--mf-shadow);
}

.mf-architecture-step {
  position: relative;
  min-height: 250px;
  padding: 36px;
}

.mf-architecture-step + .mf-architecture-step {
  border-left: 1px solid var(--mf-line);
}

.mf-architecture-step span {
  display: block;
  margin-bottom: 42px;
  color: var(--mf-blue);
  font-size: 13px;
  font-weight: 800;
}

.mf-architecture-step p {
  margin: 0;
  color: var(--mf-muted);
}

/* Responsive reporting rules. */
/* Responsive rules and late page-specific corrections. */

@media (max-width: 999px) {
  .mf-report-hero {
    min-height: 760px;
    background-position: right bottom;
    background-size: auto 42%;
  }

  .mf-report-hero .mf-cloud-layout {
    padding-bottom: 330px;
  }

  .mf-report-layout {
    grid-template-columns: 1fr;
  }

  .mf-reporting-planning-body,
  .mf-reporting-actions-body {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mf-reporting-actions-visual {
    order: -1;
  }

  .mf-reporting-illustration {
    width: min(100%, 760px);
    min-height: 360px;
    margin-inline: auto;
  }
}

@media (max-width: 689px) {

  .mf-cloud-hero,
  .mf-editor-hero,
  .mf-form-hero,
  .mf-report-hero {
    min-height: 0;
    background-image: none;
  }

  .mf-reporting-shot img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .mf-reporting-shot-key {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 16px;
    padding: 0 4px;
  }

  .mf-reporting-shot-key p {
    flex-direction: column;
    gap: 7px;
    align-items: center;
    min-width: 0;
    text-align: center;
  }

  .mf-reporting-shot-key i {
    display: grid;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    background: #e2f0eb;
    place-items: center;
  }

  .mf-reporting-shot-key span {
    color: transparent;
    font-size: 0;
    line-height: 1.2;
  }

  .mf-reporting-shot-key strong {
    color: var(--mf-ink);
    font-size: 11px;
    line-height: 1.25;
  }

  .mf-reporting-note {
    margin-top: 38px;
    padding: 18px 20px;
  }

  .mf-reporting-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .mf-reporting-note p + p {
    margin-top: 8px;
  }

  .mf-reporting-note strong {
    margin-bottom: 0;
    font-size: 15px;
  }

  .mf-tracking-intro {
    margin-top: 56px;
  }

  .mf-tracking-modes {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .mf-tracking-modes article {
    padding: 28px 0;
    text-align: center;
  }

  .mf-tracking-modes article + article {
    border-top: 1px solid var(--mf-line);
    border-left: 0;
  }

  .mf-tracking-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .mf-analytics-path {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 22px;
  }

  .mf-analytics-copy {
    grid-template-columns: 1fr;
  }

  .mf-analytics-targets {
    justify-content: flex-start;
  }

  .mf-reporting-final {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .mf-reporting-dimensions {
    margin-top: 56px;
    padding-top: 54px;
  }

  .mf-reporting-dimension-points {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }

  .mf-reporting-dimension-shot {
    margin-top: 8px;
  }

  .mf-reporting-flow {
    margin-top: 38px;
    padding-top: 0;
  }

  .mf-reporting-flow::before {
    top: 28px;
    right: auto;
    bottom: 28px;
    left: 33px;
    width: 2px;
    height: auto;
  }

  .mf-reporting-flow article {
    min-height: 126px;
    padding: 28px 14px 28px 74px;
  }

  .mf-reporting-flow article::before {
    top: 24px;
    left: 10px;
  }

  .mf-reporting-planning-body,
  .mf-reporting-actions-body {
    gap: 26px;
    margin-top: 34px;
  }

  .mf-reporting-planning-body .mf-feature-row,
  .mf-reporting-actions-body .mf-feature-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mf-reporting-illustration {
    min-height: 280px;
    padding: 10px;
  }

  .mf-reporting-illustration img {
    width: 126%;
    max-height: 340px;
  }

  .mf-reporting-actions-visual img {
    width: 138%;
  }
}

@media (max-width: 689px) {

  body.page .mf-report-hero {
    min-height: 680px;
    background-position: center bottom;
    background-size: auto 34%;
  }

  body.page .mf-report-hero .mf-cloud-layout {
    padding: 44px 0 260px;
  }

  body.page .mf-report-hero .mf-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page .mf-report-hero .mf-button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}
