/* Article 5: Mailchimp Review 2026 — CSS prefix: mcr- */
/* Mobile-first design */

.mcr-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: #1a1a2e;
  line-height: 1.75;
  font-size: 17px;
}

.mcr-article h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #0f172a;
  margin: 0 0 20px 0;
  font-weight: 800;
}

.mcr-article h2 {
  font-size: 1.4rem;
  color: #0f172a;
  margin: 40px 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
  font-weight: 700;
}

.mcr-article h3 {
  font-size: 1.15rem;
  color: #1e293b;
  margin: 28px 0 12px 0;
  font-weight: 700;
}

.mcr-article p {
  margin: 0 0 16px 0;
}

.mcr-article a {
  color: #2563eb;
  text-decoration: underline;
}

.mcr-article a:hover {
  color: #1d4ed8;
}

.mcr-article ul, .mcr-article ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.mcr-article li {
  margin-bottom: 8px;
}

/* Disclosure */
.mcr-disclosure {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 0.85rem;
  color: #64748b;
  margin: 16px 0 24px 0;
}

/* Score Hero */
.mcr-score-hero {
  background: linear-gradient(135deg, #0f172a, #1e3a5f);
  color: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.mcr-score-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: #38bdf8;
  flex-shrink: 0;
}

.mcr-score-circle span {
  font-size: 1rem;
  color: #94a3b8;
}

.mcr-score-summary h2 {
  color: #fff;
  border: none;
  margin: 0 0 8px 0;
  font-size: 1.3rem;
}

.mcr-score-summary p {
  color: #cbd5e1;
  margin: 0;
}

/* Verdict Box */
.mcr-verdict {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
}

.mcr-verdict h2 {
  margin-top: 0;
  border: none;
}

/* Pros/Cons */
.mcr-proscons {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.mcr-pros, .mcr-cons {
  border-radius: 10px;
  padding: 20px;
}

.mcr-pros {
  background: #f0fdf4;
  border-left: 4px solid #22c55e;
}

.mcr-cons {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
}

.mcr-pros strong, .mcr-cons strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.mcr-pros ul, .mcr-cons ul {
  margin: 0;
  padding-left: 20px;
}

.mcr-pros li, .mcr-cons li {
  margin-bottom: 6px;
}

/* Pricing Table */
.mcr-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  -webkit-overflow-scrolling: touch;
}

.mcr-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
  font-size: 0.9rem;
}

.mcr-table thead {
  background: #0f172a;
  color: #fff;
}

.mcr-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
}

.mcr-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}

.mcr-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.mcr-table tbody tr:hover {
  background: #eff6ff;
}

/* Score Bars */
.mcr-score-section {
  margin: 24px 0;
}

.mcr-score-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

.mcr-score-label {
  flex: 0 0 130px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
}

.mcr-score-bar {
  flex: 1;
  height: 10px;
  background: #e2e8f0;
  border-radius: 5px;
  overflow: hidden;
}

.mcr-score-fill {
  height: 100%;
  border-radius: 5px;
  background: #ffe01b;
}

.mcr-score-value {
  flex: 0 0 40px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: right;
  color: #0f172a;
}

/* Callout */
.mcr-callout {
  border-radius: 10px;
  padding: 20px;
  margin: 24px 0;
}

.mcr-callout.mcr-tip {
  background: #eff6ff;
  border-left: 4px solid #2563eb;
}

.mcr-callout.mcr-warn {
  background: #fefce8;
  border-left: 4px solid #eab308;
}

.mcr-callout.mcr-info {
  background: #f0fdf4;
  border-left: 4px solid #22c55e;
}

.mcr-callout strong {
  display: block;
  margin-bottom: 6px;
}

/* Alternative Card */
.mcr-alt-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  margin: 12px 0;
}

.mcr-alt-card:hover {
  border-color: #2563eb;
}

.mcr-alt-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.mcr-alt-best {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 8px;
}

/* FAQ */
.mcr-faq {
  margin: 32px 0;
}

.mcr-faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 0;
}

.mcr-faq-q {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.mcr-faq-a {
  color: #475569;
  line-height: 1.7;
}

/* CTA Final */
.mcr-cta-final {
  background: linear-gradient(135deg, #0f172a, #1e3a5f);
  color: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  margin: 40px 0;
}

.mcr-cta-final h2 {
  color: #fff;
  border: none;
  margin: 0 0 12px 0;
}

.mcr-cta-final p {
  color: #cbd5e1;
  margin: 0 0 20px 0;
}

/* Methodology */
.mcr-methodology {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px;
  margin: 32px 0;
}

.mcr-methodology h2 {
  border: none;
  margin-top: 0;
}

.mcr-btn {
  display: inline-block;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 10px;
  transition: background 0.2s;
}

.mcr-btn:hover {
  background: #1d4ed8;
}

/* Desktop */
@media (min-width: 768px) {
  .mcr-article {
    padding: 0 24px;
  }

  .mcr-article h1 {
    font-size: 2.25rem;
  }

  .mcr-article h2 {
    font-size: 1.6rem;
  }

  .mcr-score-hero {
    flex-direction: row;
    text-align: left;
    gap: 24px;
    padding: 32px;
  }

  .mcr-proscons {
    grid-template-columns: 1fr 1fr;
  }

  .mcr-score-label {
    flex: 0 0 160px;
  }
}
