/* ============================================================
   Fahavi — legal pages  (fahavi-legal.css)
   Own header (Blocksy hero suppressed), card-style content
   carried from the old site's presentation.
   ============================================================ */

.fahavi-legal .entry-content { max-width: 900px; margin-inline: auto; font-size: 15.5px; line-height: 1.7; color: #2A3040; padding-bottom: 56px; }

/* page header (drawn by fahavi-legal.php) */
.fh-lg__head { padding: 26px 0 6px; }
.fh-lg__crumb { display: flex; gap: 8px; font-size: 13px; color: var(--fh-muted); }
.fh-lg__crumb a { color: var(--fh-muted); text-decoration: none; }
.fh-lg__crumb a:hover { color: var(--fh-navy); }
.fh-lg__head h1 { margin: 8px 0 4px; font-size: clamp(26px, 3vw, 34px); font-weight: 800; color: var(--fh-ink); }
/* the date line that follows the header */
.fh-lg__head + p { color: var(--fh-muted); font-size: 14px; margin-top: 0; }

/* scoped to the article — an unscoped h2 rule leaked into the footer's
   newsletter heading on these pages (user-reported dark heading) */
.fahavi-legal .entry-content h2 { margin: 30px 0 10px; font-size: 19px; font-weight: 800; color: var(--fh-ink); }
.fahavi-legal .entry-content ul, .fahavi-legal .entry-content ol { padding-left: 22px; }
.fahavi-legal .entry-content li { margin: 6px 0; }
.fahavi-legal .entry-content a { color: #2563EB; }

/* highlighted box (cookie & data usage) */
.fh-lg__box { background: #EFF4FF; border: 1px solid #D6E2FB; border-radius: 14px; padding: 20px 24px; margin: 22px 0 28px; }
.fh-lg__box h2 { margin-top: 0; }
.fh-lg__box p:last-child { margin-bottom: 0; }

/* 3-up feature tiles — old-site style: white cards, plain navy outline icons */
.fh-lg__tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 22px 0 34px; }
.fh-lg__tile { background: #fff; border: 1px solid var(--fh-border); border-radius: 12px; padding: 26px 20px; text-align: center; }
.fh-lg__tile .fh-lg__tileico { display: inline-block; color: var(--fh-navy); margin-bottom: 12px; }
.fh-lg__tileico svg { width: 38px; height: 38px; }
.fh-lg__tile b { display: block; font-size: 15.5px; color: var(--fh-ink); margin-bottom: 6px; }
.fh-lg__tile span { font-size: 13px; color: var(--fh-muted); line-height: 1.55; }

/* plain lists with small grey dot bullets (old-site style) */
.fahavi-legal .entry-content ul.fh-lg__plain { list-style: none; padding-left: 4px; margin: 10px 0 26px; }
.fh-lg__plain li { position: relative; padding-left: 24px; margin: 10px 0; color: #55607A; }
.fh-lg__plain li::before { content: ''; position: absolute; left: 4px; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: #B7BECF; }

/* Not Eligible heading with red circled-x */
.fh-lg__h2x { display: flex; align-items: center; gap: 9px; }
.fh-lg__xico { display: inline-flex; color: var(--fh-red); }
.fh-lg__xico svg { width: 19px; height: 19px; }

/* plain numbered steps (old-site style) */
.fahavi-legal .entry-content ol.fh-lg__olplain { list-style: decimal; padding-left: 24px; margin: 10px 0 26px; }
.fh-lg__olplain li { margin: 10px 0; color: #55607A; padding-left: 6px; }

@media (max-width: 640px) { .fh-lg__tiles { grid-template-columns: 1fr; } }
/* ---- FAQ page ---- */
.fh-lg__lede { color: var(--fh-muted); margin-top: 0; }
.fh-lg__faqs { margin: 22px 0 30px; display: flex; flex-direction: column; gap: 10px; }
.fh-lg__faq { background: #fff; border: 1px solid var(--fh-border); border-radius: 12px; }
.fh-lg__faq summary { cursor: pointer; list-style: none; padding: 16px 46px 16px 20px; font-weight: 700; color: var(--fh-ink); position: relative; }
.fh-lg__faq summary::-webkit-details-marker { display: none; }
.fh-lg__faq summary::after { content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 600; color: var(--fh-navy); }
.fh-lg__faq[open] summary::after { content: '\2212'; }
.fh-lg__faq[open] summary { border-bottom: 1px solid var(--fh-border); }
.fh-lg__faqa { padding: 14px 20px 16px; color: #55607A; }
.fh-lg__faqa p { margin: 0; }
.fh-lg__askbox { background: #F4F6FB; border: 1px solid var(--fh-border); border-radius: 14px; padding: 26px 24px; text-align: center; }
.fh-lg__askbox h2 { margin: 0 0 6px !important; }
.fh-lg__askbox p { color: var(--fh-muted); margin: 0 0 16px; }
.fh-lg__askbtns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.fh-lg__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 10px; background: var(--fh-navy); color: #fff !important; font-weight: 700; text-decoration: none; }
.fh-lg__btn:hover { background: var(--fh-navy-dark); }
.fh-lg__btn--wa { background: #22C55E; }
.fh-lg__btn--wa:hover { background: var(--fh-green-deep); }