/* About us — Weekly Fellowship feature + "and much more" grid. Ported verbatim
   from the mockup (Kalameh Web About[ EN].html). Brand-cyan accent. */

.wf-feature-sec { padding: 80px 0; }
.wf-feature { display: grid; grid-template-columns: 1fr 1.05fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(44,106,126,0.22), 0 1px 0 rgba(0,0,0,0.02); }
.wf-art { position: relative; overflow: hidden; background: #0E3A48; min-height: 540px; }
.wf-art-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85) contrast(1.02); }
.wf-art-tint { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(14,58,72,0.10) 0%, rgba(14,58,72,0.62) 70%, rgba(14,58,72,0.92) 100%), radial-gradient(700px 400px at 50% 50%, rgba(75,187,221,0.16), transparent 70%); }
.wf-quote { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; margin: 0; padding: 36px 44px 40px; font-family: var(--serif); font-weight: 400; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.96); letter-spacing: -0.1px; max-width: 460px; }
[dir="rtl"] .wf-quote { font-family: var(--farsi); }
.wf-quote span[aria-hidden] { font-family: var(--serif); font-size: 56px; line-height: 0; color: rgba(255,255,255,0.40); vertical-align: -24px; margin-inline-end: 6px; }
.wf-quote-cite { display: block; margin-top: 12px; font-family: inherit; font-weight: 600; font-size: 11px; color: rgba(255,255,255,0.72); letter-spacing: 1px; text-transform: uppercase; }

.wf-copy { padding: 56px 56px; display: flex; flex-direction: column; }
.wf-eyebrow { color: var(--brand); font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.wf-copy h2 { font-family: var(--serif); font-weight: 500; font-size: 44px; line-height: 1.08; letter-spacing: -1px; margin: 14px 0 18px; color: var(--ink); }
[dir="rtl"] .wf-copy h2 { font-family: var(--farsi); font-weight: 600; letter-spacing: 0; }
.wf-lede { font-size: 18px; line-height: 1.55; color: var(--ink); margin: 0 0 14px; font-weight: 500; letter-spacing: -0.1px; }
.wf-copy > p { font-size: 15px; line-height: 1.7; color: var(--ink-2); margin: 0 0 28px; }
.wf-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0 0 32px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wf-stat strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 26px; line-height: 1.1; color: #2C6A7E; letter-spacing: -0.3px; }
[dir="rtl"] .wf-stat strong { font-family: var(--farsi); font-weight: 600; }
.wf-stat span { display: block; font-size: 12.5px; color: var(--ink-3); margin-top: 4px; line-height: 1.4; }
.wf-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.wf-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: 999px; background: var(--brand); color: #fff; font-weight: 700; font-size: 14.5px; letter-spacing: -0.1px; text-decoration: none; box-shadow: 0 8px 20px rgba(75,187,221,0.36); transition: background 0.15s, transform 0.15s, box-shadow 0.15s, gap 0.15s; }
.wf-btn-primary:hover { background: #2C6A7E; transform: translateY(-1px); gap: 11px; box-shadow: 0 12px 26px rgba(44,106,126,0.40); }
[dir="rtl"] .wf-btn-primary svg { transform: scaleX(-1); }
.wf-btn-secondary { display: inline-flex; align-items: center; padding: 14px 22px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 600; font-size: 14.5px; letter-spacing: -0.1px; text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.wf-btn-secondary:hover { border-color: var(--brand); color: var(--brand); }

.wf-more-sec { padding: 64px 0; }
.wf-more-head { max-width: 680px; margin: 0 0 40px; }
.wf-more-eyebrow { color: var(--brand); font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.wf-more-head h2 { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.2; letter-spacing: -0.5px; margin: 14px 0 0; color: var(--ink); text-wrap: balance; }
[dir="rtl"] .wf-more-head h2 { font-family: var(--farsi); font-weight: 600; }
.wf-more-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wf-more-item { margin: 0; }
.wf-more-card { display: grid; grid-template-columns: 140px 1fr; gap: 22px; align-items: center; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line); text-decoration: none; color: inherit; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.wf-more-card:hover { transform: translateY(-2px); border-color: var(--brand); box-shadow: 0 14px 28px -12px rgba(44,106,126,0.18); }
.wf-more-img { display: block; position: relative; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: linear-gradient(135deg, #DCF3F8 0%, #FBFAF7 100%); }
.wf-more-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.wf-more-body { display: block; }
.wf-more-list h3 { font-family: var(--serif); font-weight: 500; font-size: 18px; letter-spacing: -0.2px; margin: 0 0 6px; color: var(--ink); line-height: 1.25; }
[dir="rtl"] .wf-more-list h3 { font-family: var(--farsi); font-weight: 600; }
.wf-more-list p { font-size: 13.5px; line-height: 1.55; color: var(--ink-3); margin: 0; }
.wf-more-list-6 { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; }
.wf-more-list-6 .wf-more-card { height: 100%; align-items: stretch; }
.wf-more-list-6 .wf-more-img { aspect-ratio: auto; height: 100%; min-height: 140px; }
.wf-more-list-6 .wf-more-body { display: flex; flex-direction: column; justify-content: flex-start; padding: 4px 0; }
@media (max-width: 900px) {
  .wf-feature { grid-template-columns: 1fr; }
  .wf-art { min-height: 380px; }
  .wf-copy { padding: 40px 32px; }
  .wf-copy h2 { font-size: 34px; }
  .wf-quote { padding: 28px 32px 32px; }
  .wf-more-list, .wf-more-list-6 { grid-template-columns: 1fr; }
  .wf-more-card { grid-template-columns: 110px 1fr; gap: 16px; padding: 14px; }
}
