/* mda-content-pages.css - MDA blood donation content pages. All rules scoped under .mda-proc */

.mda-proc {
  direction: rtl;
  font-family: 'Segoe UI', 'Assistant', Arial, sans-serif;
  color: #000000;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.75;
}
.mda-proc *, .mda-proc *::before, .mda-proc *::after { box-sizing: border-box; }

.mda-proc .intro-line {
  margin: 0 0 12px;
  text-align: center;
  color: #000000;
  font-size: 1.05em;
}
.mda-proc .time-badge-wrap { text-align: center; margin: 0 0 20px; }
.mda-proc .time-badge {
  display: inline-block;
  background: #FFED00;
  color: #22254a;
  font-weight: bold;
  font-size: 1em;
  padding: 6px 18px;
  border-radius: 999px;
}

.mda-proc .stats { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.mda-proc .stat {
  flex: 1 1 150px;
  background: #ffffff;
  border: 1px solid #e4e6f0;
  border-radius: 14px;
  padding: 16px 10px;
  text-align: center;
}
.mda-proc .stat strong { display: block; font-size: 1.35em; color: #e62837; }
.mda-proc .stat span { font-size: 1em; color: #000000; }

.mda-proc h2.sec {
  color: #2e2a81;
  font-size: 1.25em;
  font-weight: 800;
  margin: 0 0 16px;
  border-bottom: 2px solid #e4e6f0;
  padding-bottom: 8px;
}

.mda-proc .box {
  background: #ffffff;
  border: 1px solid #e4e6f0;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 26px;
}
.mda-proc .box p { margin: 0 0 10px; }
.mda-proc .box p:last-child { margin-bottom: 0; }

.mda-proc .step {
  position: relative;
  background: #ffffff;
  border: 1px solid #e4e6f0;
  border-radius: 14px;
  padding: 18px 66px 18px 18px;
  margin-bottom: 14px;
  transition: box-shadow .2s, transform .2s;
}
.mda-proc .step:hover { box-shadow: 0 6px 18px rgba(46, 42, 129, .10); transform: translateY(-2px); }
.mda-proc .step .num {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #E62837;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  box-shadow: 0 0 0 4px #fdeaec;
}
.mda-proc .step strong.step-title { display: block; margin: 0 0 4px; font-size: 1.05em; color: #22254a; }
.mda-proc .step p { margin: 0; color: #000000; font-size: 1.05em; }
.mda-proc .steps-end { margin-bottom: 30px; }

.mda-proc .note {
  background: #fffbe0;
  border: 1px solid #f0e27a;
  border-right: 6px solid #FFED00;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 30px;
}
.mda-proc .note strong { color: #22254a; }
.mda-proc .note p { margin: 6px 0 0; font-size: 1.05em; color: #000000; }

.mda-proc .qa {
  background: #ffffff;
  border: 1px solid #e4e6f0;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}
.mda-proc .qa .q {
  background: #fdeaec;
  padding: 14px 18px;
  border-bottom: 2px solid #E62837;
}
.mda-proc .qa .q .qi {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #E62837;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 800;
  margin-left: 10px;
}
.mda-proc .qa .q strong { color: #2e2a81; font-size: 1.05em; }
.mda-proc .qa .a { padding: 14px 20px; font-size: 1.05em; color: #000000; }
.mda-proc .qa .a p { margin: 0 0 10px; }
.mda-proc .qa .a p:last-child { margin-bottom: 0; }

.mda-proc table.blood-table {
  direction: rtl;
  border-collapse: collapse;
  width: 100%;
  margin: 12px 0;
  font-size: 1em;
}
.mda-proc table.blood-table th {
  background: #2e2a81;
  color: #ffffff;
  padding: 10px 12px;
  text-align: right;
}
.mda-proc table.blood-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e4e6f0;
  text-align: right;
}
.mda-proc table.blood-table tbody tr:nth-child(even) td { background: #fafafe; }

.mda-proc .contact {
  background: #ffffff;
  border: 1px solid #e4e6f0;
  border-right: 6px solid #2e2a81;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 30px 0;
  font-size: 1.05em;
}
.mda-proc .contact strong { color: #2e2a81; }
.mda-proc .contact a { color: #e62837; font-weight: bold; text-decoration: none; }
.mda-proc .contact a:hover { text-decoration: underline; }

.mda-proc .cta {
  background: #2e2a81;
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  color: #ffffff;
}
.mda-proc .cta h2 { margin: 0 0 10px; font-size: 1.3em; font-weight: 800; color: #ffffff; border: 0; padding: 0; }
.mda-proc .cta p { margin: 0 auto 16px; color: #ffffff; font-size: 1.05em; max-width: 620px; }
.mda-proc .cta .highlight { color: #ffed00; font-weight: 800; }
.mda-proc .cta a.cta-btn {
  display: inline-block;
  background: #E62837;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  padding: 12px 34px;
  border-radius: 999px;
  transition: filter .2s;
}
.mda-proc .cta a.cta-btn:hover { filter: brightness(1.12); }
.mda-proc .cta a.cta-btn:focus-visible { outline: 3px solid #FFED00; outline-offset: 3px; }
.mda-proc .cta .sig { margin-top: 14px; font-size: 1em; color: #ffffff; }

@media (max-width: 600px) {
  .mda-proc .step { padding: 16px 56px 16px 14px; }
  .mda-proc .step .num { width: 30px; height: 30px; line-height: 30px; right: 14px; }
  .mda-proc table.blood-table { font-size: 0.95em; }
  .mda-proc table.blood-table th, .mda-proc table.blood-table td { padding: 8px 8px; }
  .mda-proc .cta { padding: 22px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .mda-proc .step, .mda-proc .cta a.cta-btn { transition: none; }
}