.page-inner .inner-main { padding: 24px 20px 60px; max-width: 1100px; margin: 0 auto; }
.page-hero { text-align: center; margin-bottom: 32px; padding: 20px 0 8px; }
.page-hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e86f10;
  background: #fff3e8;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.page-hero h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 8px 0; color: #173653; }
.page-hero p { color: #5a6b7a; max-width: 560px; margin: 0 auto; }
.page-hero .section-subtitle { margin: 0 0 16px; color: #173653; font-size: 1.05rem; }
.content-wrap { max-width: 1000px; margin: 0 auto; }
.empty-state { text-align: center; color: #72808d; padding: 40px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.blog-card .meta-date { font-size: 12px; color: #72808d; display: block; margin: 8px 0; }
.breadcrumb { font-size: 13px; margin-bottom: 16px; color: #72808d; }
.breadcrumb a { color: #087d7b; text-decoration: none; }
.single-post { max-width: 760px; margin: 0 auto; }
.post-header h1 { font-size: 1.75rem; margin: 12px 0; }
.post-cover { height: 280px; border-radius: 20px; background-size: cover; background-position: center; margin: 20px 0; }
.prose { line-height: 1.9; color: #2a3f52; }
.prose h3 { margin-top: 1.5em; }
.campaign-list { display: flex; flex-direction: column; gap: 20px; }
.campaign-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5edf1;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(27,74,96,.06);
}
.campaign-card-img { min-height: 160px; background: #d8ece9 center/cover; }
.campaign-card-body { padding: 18px 20px 20px 12px; }
.card-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.status-pill { font-size: 12px; opacity: .9; }
.primary-btn.sm { padding: 8px 16px; font-size: 14px; display: inline-block; margin-top: 12px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 24px; align-items: start; }
@media (max-width: 768px) {
  .campaign-card { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}
.card-flat {
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  padding: 24px;
}
.contact-form label { display: block; font-weight: 700; margin: 12px 0 6px; font-size: 14px; }
.contact-form .hint-inline,
.hint-inline { font-weight: 400; color: #72808d; font-size: 13px; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dce8ec;
  border-radius: 10px;
  font: inherit;
}
.captcha-box {
  background: #f0faf9;
  border: 1px dashed #9fd4d2;
  border-radius: 12px;
  padding: 14px;
  margin: 16px 0;
}
.captcha-question { font-size: 1.25rem; font-weight: 800; color: #087d7b; margin: 8px 0; direction: ltr; text-align: center; }
.form-alert { padding: 12px 14px; border-radius: 10px; margin-bottom: 16px; }
.form-alert.success { background: #e8f5e9; color: #2e7d32; }
.form-alert.error { background: #fdecea; color: #c0392b; }
.campaign-detail-body {
  margin-top: 28px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e5edf1;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(27,74,96,.05);
}
.campaign-detail-body .detail-heading {
  margin: 0 0 16px;
  font-size: 1.25rem;
  color: #173653;
}

/* —— صفحه حمایت (هماهنگ با تماس و کارت‌های داخلی) —— */
.support-wizard { max-width: 900px; margin: 0 auto 40px; }
.support-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
.support-progress .step-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
  background: #e8f2f4;
  color: #5a6b7a;
  border: 2px solid transparent;
}
.support-progress .step-dot.active {
  background: linear-gradient(135deg, #159c9a, #087d7b);
  color: #fff;
}
.support-progress .step-line {
  width: 40px;
  height: 2px;
  background: #dce8ec;
  border-radius: 4px;
}
.support-step[hidden] { display: none !important; }
.support-wizard .wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}
.type-card {
  text-align: right;
  padding: 16px;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  background: #fafcfd;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  font: inherit;
  color: inherit;
  width: 100%;
}
.type-card:hover { border-color: #9fd4d2; background: #f0faf9; }
.type-card.selected {
  border-color: #159c9a;
  background: #f0faf9;
  box-shadow: 0 8px 24px rgba(27, 74, 96, 0.08);
}
.type-card .type-icon { font-size: 26px; margin-bottom: 6px; }
.type-card h4 { margin: 0 0 6px; font-size: 1rem; color: #173653; }
.type-card p { margin: 0; font-size: 13px; line-height: 1.7; color: #5a6b7a; }
.support-wizard .contact-form .primary-btn { width: 100%; margin-top: 12px; }
.amount-input-wrap { position: relative; }
.amount-input-wrap .suffix {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #72808d;
  font-size: 13px;
}
.amount-input-wrap input {
  padding-left: 52px;
  direction: ltr;
  text-align: left;
}
.purpose-list { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.purpose-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #dce8ec;
  border-radius: 10px;
  cursor: pointer;
}
.purpose-option:hover { background: #f8fcfd; }
.purpose-option:has(input:checked) { border-color: #159c9a; background: #f0faf9; }
.purpose-option input { margin-top: 4px; accent-color: #087d7b; }
.purpose-option span { font-size: 14px; line-height: 1.6; }
.form-hint-box {
  background: #f0faf9;
  border: 1px dashed #9fd4d2;
  border-radius: 12px;
  padding: 14px;
  font-size: 13px;
  line-height: 1.85;
  color: #2a4f4e;
  margin-top: 12px;
}
.delivery-notice {
  background: #f0faf9;
  border: 1px dashed #9fd4d2;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  line-height: 1.85;
  color: #2a3f52;
}
.delivery-notice h4 { margin: 0 0 8px; color: #087d7b; font-size: 1rem; }
.delivery-notice .center-meta {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dce8ec;
  font-size: 14px;
}
.support-success { text-align: center; }
.support-success .success-icon { font-size: 44px; margin-bottom: 10px; }
@media (max-width: 640px) {
  .type-grid { grid-template-columns: 1fr; }
}
