/* Editorial page sections (Know Jesus / About): text sections, video grids,
   featured video, CTA band. Ported verbatim from the mockups. Brand-cyan. */

.pg-sec { padding: 64px 0; border-bottom: 1px solid var(--line); }
.pg-sec.alt { background: var(--paper-3); }
.pg-sec .wrap { max-width: 1100px; }
.pg-sec h2 { font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.2; letter-spacing: -0.6px; margin: 0 0 16px; color: var(--ink); }
[dir="rtl"] .pg-sec h2 { font-family: var(--farsi); font-weight: 600; }
.pg-sec h2 em { color: var(--brand); font-style: normal; }
.pg-sec .eyebrow { color: var(--brand); font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
[dir="rtl"] .pg-sec .eyebrow { letter-spacing: 0.4px; }
.pg-sec p { font-size: 16px; line-height: 1.7; color: var(--ink-2); margin: 0 0 16px; }

.pg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: 999px; background: var(--brand); color: #fff; font-family: inherit; font-weight: 700; font-size: 14.5px; border: none; cursor: pointer; box-shadow: 0 8px 18px rgba(75,187,221,0.32); transition: transform 0.15s, box-shadow 0.15s; text-decoration: none; }
.pg-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(75,187,221,0.42); }
.pg-btn-outline { background: transparent; color: var(--brand); border: 1px solid var(--brand); box-shadow: none; }

.pg-vid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 980px) { .pg-vid-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pg-vid-grid { grid-template-columns: 1fr; } }
.pg-vid { display: block; color: inherit; text-decoration: none; width: 100%; padding: 0; margin: 0; border: 0; background: transparent; font: inherit; text-align: start; cursor: pointer; }
.pg-vid-thumb { aspect-ratio: 16/9; border-radius: 14px; background-size: cover; background-position: center; position: relative; box-shadow: 0 10px 22px rgba(58,27,48,0.14); transition: transform 0.18s, box-shadow 0.18s; overflow: hidden; }
.pg-vid:hover .pg-vid-thumb { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(58,27,48,0.20); }
.pg-vid-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.30) 100%); }
.pg-vid-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; width: 48px; height: 48px; border-radius: 999px; background: rgba(255,255,255,0.96); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(0,0,0,0.30); padding-left: 3px; }
.pg-vid-t { font-family: var(--serif); font-weight: 500; font-size: 15px; color: var(--ink); margin: 10px 2px 0; line-height: 1.4; letter-spacing: -0.1px; }
[dir="rtl"] .pg-vid-t { font-family: var(--farsi); font-weight: 600; }
.pg-feat-vid { aspect-ratio: 16/9; border-radius: 18px; background-size: cover; background-position: center; position: relative; box-shadow: 0 20px 40px rgba(58,27,48,0.18); cursor: pointer; overflow: hidden; display: block; width: 100%; padding: 0; margin: 0; border: 0; font: inherit; color: inherit; text-decoration: none; }
.pg-feat-vid::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.32) 100%); }
.pg-feat-vid .pg-vid-play { width: 72px; height: 72px; }
.pg-vid-hd { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; margin-bottom: 8px; }

/* CTA band */
.pg-band { text-align: center; }
.pg-band .wrap { max-width: 760px; }
.pg-band .pg-btn { margin-top: 4px; }
.pg-band p { max-width: 580px; margin: 0 auto 22px; }

/* Legal document body (Privacy / Cookies) */
.legal-doc { max-width: 820px; margin: 0 auto; }
.legal-doc h2 {
  font-family: var(--serif); font-weight: 500; font-size: 24px;
  line-height: 1.25; letter-spacing: -0.4px; margin: 32px 0 14px; color: var(--ink);
}
[dir="rtl"] .legal-doc h2 { font-family: var(--farsi); font-weight: 600; }
.legal-doc h3 {
  font-family: var(--serif); font-weight: 500; font-size: 18px;
  line-height: 1.35; margin: 22px 0 10px; color: var(--ink);
}
[dir="rtl"] .legal-doc h3 { font-family: var(--farsi); font-weight: 600; }
.legal-doc p { font-size: 15px; line-height: 1.7; color: var(--ink-2); margin: 0 0 14px; }
.legal-doc ul, .legal-doc ol { padding-inline-start: 22px; margin: 0 0 14px; }
.legal-doc li { font-size: 15px; line-height: 1.7; color: var(--ink-2); margin: 0 0 6px; }
.legal-doc a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.legal-doc a:hover { color: #2C6A7E; }
.legal-doc strong { color: var(--ink); }
.legal-doc h2:first-child { margin-top: 0; }
.legal-doc .legal-next { color: var(--brand); font-weight: 600; text-decoration: none; }
.legal-doc .legal-next:hover { text-decoration: underline; }
