/* ============================================
   SeasonPickr - Methodology Page
   独立样式，仅在 page-methodology 下生效
   ============================================ */

/* ---------- 1. 断点变量 ---------- */
:root {
  --m-bp-sm: 640px;
  --m-bp-md: 1024px;
  --m-bp-lg: 1440px;
  --m-prose: 68ch;
}

/* ============================================
   2. 容器 / 排版基线
   ============================================ */
.methodology-page .post-content {
  max-width: var(--m-prose);
  margin: 0 auto;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 640px) {
  .methodology-page .post-content { font-size: 16px; line-height: 1.7; }
}

/* ============================================
   3. Hero 区（基于模板 header.post-header 改造）
   ============================================ */
.methodology-page .post-header {
  text-align: center;
  margin: 32px auto 56px;
  padding: 48px 24px 40px;
  border-bottom: 1px solid var(--border);
  max-width: 760px;
}

.methodology-page .breadcrumbs {
  justify-content: center;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.methodology-page .post-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 5.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 20px;
}

.methodology-page .post-description {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 56ch;
  margin: 0 auto 24px;
}

.methodology-page .post-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

/* ============================================
   4. Lede 引用块
   ============================================ */
.methodology-page .methodology-lede {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
  color: var(--text);
  padding: 0 0 0 24px;
  border-left: 3px solid var(--brand-500);
  margin: 32px auto 64px;
  max-width: 64ch;
}
.methodology-page .methodology-lede strong { color: var(--brand-500); font-weight: 600; }

/* ============================================
   5. H2 section 标题（带竖条 + icon）
   ============================================ */
.methodology-page .post-content h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--text);
  padding: 0 0 0 18px;
  border-left: 4px solid var(--brand-500);
  margin: 80px auto 28px;
  max-width: var(--m-prose);
  scroll-margin-top: 80px;
}

.methodology-page .post-content h2::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: var(--brand-500);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.methodology-page .post-content h2[data-icon="flask"]::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 3h6'/><path d='M10 3v6.5L4.5 19a2 2 0 0 0 1.7 3h11.6a2 2 0 0 0 1.7-3L14 9.5V3'/><path d='M7.5 14h9'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 3h6'/><path d='M10 3v6.5L4.5 19a2 2 0 0 0 1.7 3h11.6a2 2 0 0 0 1.7-3L14 9.5V3'/><path d='M7.5 14h9'/></svg>");
}

.methodology-page .post-content h2[data-icon="doc"]::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/><polyline points='14 2 14 8 20 8'/><line x1='16' y1='13' x2='8' y2='13'/><line x1='16' y1='17' x2='8' y2='17'/><line x1='10' y1='9' x2='8' y2='9'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/><polyline points='14 2 14 8 20 8'/><line x1='16' y1='13' x2='8' y2='13'/><line x1='16' y1='17' x2='8' y2='17'/><line x1='10' y1='9' x2='8' y2='9'/></svg>");
}

.methodology-page .post-content h2[data-icon="shield"]::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/><polyline points='9 12 11 14 15 10'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/><polyline points='9 12 11 14 15 10'/></svg>");
}

.methodology-page .post-content h2[data-icon="chat"]::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/></svg>");
}

@media (max-width: 640px) {
  .methodology-page .post-content h2::before { width: 20px; height: 20px; }
}

/* ============================================
   6. H3 子标题
   ============================================ */
.methodology-page .post-content h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--text);
  margin: 32px 0 14px;
}

/* ============================================
   7. 正文段落 & 强调
   ============================================ */
.methodology-page .post-content p {
  margin: 0 0 16px;
  color: var(--text);
}

.methodology-page .post-content p strong,
.methodology-page .post-content li strong {
  color: var(--text);
  font-weight: 600;
}

.methodology-page .post-content a {
  color: var(--link);
  text-decoration: underline;
  text-decoration-color: var(--brand-500);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.methodology-page .post-content a:hover {
  color: var(--link-hover);
  text-decoration-thickness: 2px;
}

/* ============================================
   8. 5 步纵向步骤条
   ============================================ */
.methodology-page .post-content ul.criteria-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 64px;
  position: relative;
}

.methodology-page .criteria-list::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: var(--border);
}

.methodology-page .criteria-list .criterion {
  position: relative;
  padding: 4px 0 28px 60px;
  margin: 0;
}

.methodology-page .criteria-list .criterion:last-child { padding-bottom: 4px; }

.methodology-page .criteria-list .criterion-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border: 2px solid var(--brand-500);
  color: var(--brand-500);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  border-radius: 50%;
  z-index: 1;
}

.methodology-page .criteria-list .criterion h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--text);
  margin: 4px 0 12px;
}

.methodology-page .criteria-list .criterion p {
  margin: 0 0 12px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
}

.methodology-page .criteria-list .criterion > div ul,
.methodology-page .criteria-list .criterion ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
}

.methodology-page .criteria-list .criterion ul li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}

.methodology-page .criteria-list .criterion ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: var(--brand-500);
  border-radius: 50%;
}

@media (max-width: 640px) {
  .methodology-page .criteria-list .criterion { padding-left: 52px; }
  .methodology-page .criteria-list::before { left: 15px; }
  .methodology-page .criteria-list .criterion-num { width: 32px; height: 32px; font-size: 13px; }
  .methodology-page .criteria-list .criterion h3 { font-size: 18px; }
}

/* ============================================
   9. 数据表格
   ============================================ */
.methodology-page .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 48px;
  font-size: 15px;
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  display: block;
  overflow-x: auto;
}

.methodology-page .post-content thead {
  background: var(--surface-2);
}

.methodology-page .post-content th {
  text-align: left;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-500);
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
}

.methodology-page .post-content td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top;
}

.methodology-page .post-content tbody tr:last-child td { border-bottom: none; }

.methodology-page .post-content tbody tr:hover { background: var(--surface-2); }

.methodology-page .post-content td strong { color: var(--brand-500); font-weight: 600; }

/* ============================================
   10. Review Format 时间轴
   ============================================ */
.methodology-page .post-content ol.review-format {
  list-style: none;
  padding: 0;
  margin: 32px 0 64px;
  position: relative;
  counter-reset: step;
}

.methodology-page .review-format::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: var(--border);
}

.methodology-page .review-format li {
  position: relative;
  padding: 12px 0 16px 60px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  counter-increment: step;
}

.methodology-page .review-format li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border: 2px solid var(--brand-500);
  color: var(--brand-500);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
  z-index: 1;
}

.methodology-page .review-format li strong {
  color: var(--brand-500);
  margin-right: 6px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .methodology-page .review-format li { padding-left: 52px; }
  .methodology-page .review-format::before { left: 15px; }
  .methodology-page .review-format li::before { width: 32px; height: 32px; font-size: 13px; }
}

/* ============================================
   11. 伦理对比卡（Never / Always）
   ============================================ */
.methodology-page .ethics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0 64px;
}

.methodology-page .ethics-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px 20px;
  position: relative;
  overflow: hidden;
}

.methodology-page .ethics-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.methodology-page .ethics-card.never::before { background: var(--danger); }
.methodology-page .ethics-card.always::before { background: var(--success); }

.methodology-page .ethics-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--text);
  margin: 4px 0 16px;
}

.methodology-page .ethics-card.never h3 .tag {
  color: var(--danger);
  background: var(--danger-bg);
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-body);
}

.methodology-page .ethics-card.always h3 .tag {
  color: var(--success);
  background: var(--success-bg);
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-body);
}

.methodology-page .ethics-card ul,
.methodology-page .post-content .ethics-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.methodology-page .ethics-card li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.methodology-page .ethics-card li:last-child { border-bottom: none; }

.methodology-page .ethics-card.never li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 16px;
  width: 14px;
  height: 14px;
  background-color: var(--danger);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='6' y1='6' x2='18' y2='18'/><line x1='6' y1='18' x2='18' y2='6'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='6' y1='6' x2='18' y2='18'/><line x1='6' y1='18' x2='18' y2='6'/></svg>");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.methodology-page .ethics-card.always li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 15px;
  width: 14px;
  height: 14px;
  background-color: var(--success);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .methodology-page .ethics-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================
   12. Callout 提示框
   ============================================ */
.methodology-page .callout {
  display: flex;
  gap: 16px;
  background: linear-gradient(135deg, var(--brand-50), var(--surface));
  border: 1px solid var(--brand-500);
  border-left: 4px solid var(--brand-500);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 24px 0 32px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
}

.methodology-page .callout-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: var(--brand-500);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='8' x2='12' y2='12'/><line x1='12' y1='16' x2='12.01' y2='16'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='8' x2='12' y2='12'/><line x1='12' y1='16' x2='12.01' y2='16'/></svg>");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-top: 2px;
}

.methodology-page .callout-content { flex: 1; }
.methodology-page .callout strong { color: var(--brand-500); }

@media (max-width: 640px) {
  .methodology-page .callout { padding: 16px 18px; font-size: 15px; }
  .methodology-page .callout-icon { width: 20px; height: 20px; }
}

/* ============================================
   13. CTA Box（Suggester 区）
   ============================================ */
.methodology-page .methodology-cta {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  margin: 40px 0 56px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.methodology-page .methodology-cta h2 {
  border-left: none;
  padding: 0;
  margin: 0 0 12px;
  justify-content: center;
  font-size: 26px;
}

.methodology-page .methodology-cta h2::before { display: none; }

.methodology-page .methodology-cta p {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 48ch;
  margin: 0 auto 20px;
}

.methodology-page .methodology-cta .cta-button {
  display: inline-block;
  background: var(--brand-500);
  color: var(--bg);
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.methodology-page .methodology-cta .cta-button:hover {
  background: var(--brand-600);
  color: var(--bg);
  transform: translateY(-1px);
}

/* ============================================
   14. 列表 / 普通 ul 默认样式
   ============================================ */
.methodology-page .post-content ul {
  list-style: disc;
  padding-left: 24px;
  margin: 0 0 20px;
}

.methodology-page .post-content ul li {
  margin-bottom: 6px;
  color: var(--text);
}

.methodology-page .post-content ol {
  padding-left: 24px;
  margin: 0 0 20px;
}

.methodology-page .post-content ol li {
  margin-bottom: 6px;
  color: var(--text);
}

.methodology-page .post-content hr {
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 56px auto;
  max-width: 80px;
}

/* ============================================
   15. 收尾提示（Trust but verify）
   ============================================ */
.methodology-page .trust-verify {
  margin-top: 56px;
  padding: 28px 32px;
  background: var(--surface-2);
  border-radius: var(--radius);
  border-left: 3px solid var(--brand-500);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
}

.methodology-page .trust-verify strong { color: var(--brand-500); }
.methodology-page .trust-verify a { font-family: var(--font-body); font-size: 15px; }

/* ============================================
   16. 响应式微调
   ============================================ */
@media (max-width: 1024px) {
  .methodology-page .post-content { max-width: 90%; }
}

@media (max-width: 640px) {
  .methodology-page .post-header { padding: 32px 16px 28px; margin: 16px auto 40px; }
  .methodology-page .methodology-lede { font-size: 17px; }
  .methodology-page .ethics-card { padding: 24px 20px 16px; }
  .methodology-page .methodology-cta { padding: 32px 20px; }
  .methodology-page .methodology-cta h2 { font-size: 22px; }
}

/* ============================================
   17. About 页专属样式（仅 .about-page 生效）
   ============================================ */

/* 隐藏发布日期胶囊（about 是"永恒"内容） */
.page-styled.about-page .post-meta { display: none; }

/* 收紧 lede 与 hero 的间距 */
.page-styled.about-page .methodology-lede {
  margin-top: 24px;
  margin-bottom: 48px;
}

/* Independence 列表：绿色 check + 卡片化 */
.page-styled.about-page .independence-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 48px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.page-styled.about-page .independence-list li {
  position: relative;
  padding: 14px 20px 14px 48px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}
.page-styled.about-page .independence-list li:last-child { border-bottom: none; }
.page-styled.about-page .independence-list li::before {
  content: '';
  position: absolute;
  left: 18px; top: 19px;
  width: 16px; height: 16px;
  background-color: var(--success);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* Contact card */
.page-styled.about-page .contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin: 24px 0 32px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
}
.page-styled.about-page .contact-card a {
  display: inline-block;
  background: var(--brand-500);
  color: var(--bg);
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin-top: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.page-styled.about-page .contact-card a:hover {
  background: var(--brand-600);
  color: var(--bg);
  transform: translateY(-1px);
}
.page-styled.about-page .contact-response {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 12px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--text-muted);
}

@media (max-width: 640px) {
  .page-styled.about-page .contact-card { padding: 20px 22px; }
  .page-styled.about-page .independence-list li { padding-left: 44px; font-size: 15px; }
  .page-styled.about-page .independence-list li::before { left: 14px; }
}
