.fah-beliefs-hub-page .entry-content { margin: 0; max-width: none; padding: 0; }
.fah-beliefs {
  --fbh-bg: #07121d;
  --fbh-panel: #0f2638;
  --fbh-panel-2: #15364c;
  --fbh-text: #f4f8fb;
  --fbh-muted: #bfd0dc;
  --fbh-accent: #75d8ff;
  background: var(--fbh-bg);
  color: var(--fbh-text);
  min-height: 100vh;
  padding: clamp(84px, 10vw, 150px) max(24px, calc((100vw - 1380px) / 2));
}
.fah-beliefs * { box-sizing: border-box; }
.fah-beliefs__hero { max-width: 1050px; padding-bottom: clamp(68px, 9vw, 120px); }
.fah-beliefs__eyebrow, .fah-beliefs__section-head > p { color: var(--fbh-accent); font-size: .72rem; font-weight: 850; letter-spacing: .14em; margin: 0 0 18px; text-transform: uppercase; }
.fah-beliefs h1 { color: var(--fbh-text); font-size: clamp(4rem, 11vw, 10rem); letter-spacing: -.075em; line-height: .82; margin: 0 0 40px; }
.fah-beliefs__lead { color: var(--fbh-text); font-size: clamp(1.35rem, 2.8vw, 2.45rem); line-height: 1.2; margin: 0 0 26px; max-width: 940px; }
.fah-beliefs__note { color: var(--fbh-muted); font-size: 1rem; line-height: 1.7; margin: 0; max-width: 760px; }
.fah-beliefs__section { border-top: 1px solid rgba(117,216,255,.22); padding: clamp(62px, 8vw, 110px) 0; }
.fah-beliefs__section-head { display: grid; gap: 24px; grid-template-columns: minmax(170px,.36fr) minmax(0,1fr); margin-bottom: 42px; }
.fah-beliefs__section-head h2 { color: var(--fbh-text); font-size: clamp(2rem,4.6vw,4.6rem); letter-spacing: -.055em; line-height: .98; margin: 0; }
.fah-beliefs__grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.fah-beliefs__grid--single { grid-template-columns: minmax(0, 1fr); }
.fah-belief-card { background: linear-gradient(145deg,var(--fbh-panel),var(--fbh-panel-2)); border: 1px solid rgba(255,255,255,.09); border-radius: 26px; display: flex; flex-direction: column; min-height: 330px; padding: clamp(26px,4vw,48px); }
.fah-belief-card--vision { background: linear-gradient(145deg,#173a4d,#174d68); grid-column: 1 / -1; }
.fah-belief-card__id { color: var(--fbh-accent) !important; font-size: .72rem !important; font-weight: 900; letter-spacing: .14em; margin: 0 0 42px !important; }
.fah-belief-card h3 { color: var(--fbh-text); font-size: clamp(1.45rem,2.5vw,2.4rem); letter-spacing: -.04em; line-height: 1.08; margin: 0 0 20px; }
.fah-belief-card > p:not(.fah-belief-card__id) { color: var(--fbh-muted); font-size: .98rem; line-height: 1.6; margin: 0 0 30px; }
.fah-belief-card > a { align-self: flex-start; border-bottom: 1px solid currentColor; color: var(--fbh-accent); font-weight: 800; margin-top: auto; padding-bottom: 3px; text-decoration: none; }
.fah-belief-card__planned { color: #91a8b6; font-size: .78rem; font-weight: 800; letter-spacing: .1em; margin-top: auto; text-transform: uppercase; }
.fah-beliefs__footer { align-items: end; border-top: 1px solid rgba(117,216,255,.22); display: flex; gap: 30px; justify-content: space-between; padding-top: clamp(62px,8vw,100px); }
.fah-beliefs__footer p { color: var(--fbh-muted); line-height: 1.7; margin: 0; max-width: 720px; }
.fah-beliefs__footer a, .fah-beliefs-entry__button { background: var(--fbh-accent); border-radius: 999px; color: #07121d; flex: 0 0 auto; font-weight: 900; padding: 15px 22px; text-decoration: none; }

.fah-beliefs-entry { background: #07121d; color: #f4f8fb; margin: 0; padding: clamp(70px,9vw,120px) max(24px,calc((100% - 1380px)/2)); }
.fah-beliefs-entry__eyebrow { color: #75d8ff !important; font-size: .72rem !important; font-weight: 850; letter-spacing: .14em; margin: 0 0 16px !important; text-transform: uppercase; }
.fah-beliefs-entry h2 { color: #f4f8fb; font-size: clamp(2.4rem,5.6vw,5.6rem); letter-spacing: -.06em; line-height: .94; margin: 0 0 24px; max-width: 980px; }
.fah-beliefs-entry > p:not(.fah-beliefs-entry__eyebrow) { color: #bfd0dc; font-size: 1.05rem; line-height: 1.7; margin: 0 0 34px; max-width: 760px; }
.fah-beliefs-entry__button { display: inline-block; }

[data-fah-belief-lang="en"] { display: none; }
html[data-fah-language="en"] [data-fah-belief-lang="no"] { display: none; }
html[data-fah-language="en"] [data-fah-belief-lang="en"] { display: inline; }

@media (max-width: 820px) {
  .fah-beliefs__section-head, .fah-beliefs__grid { grid-template-columns: 1fr; }
  .fah-belief-card--vision { grid-column: auto; }
  .fah-beliefs__footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .fah-beliefs { padding-inline: 16px; }
  .fah-beliefs h1 { font-size: clamp(3.5rem,20vw,6rem); }
  .fah-belief-card { min-height: 300px; }
  .fah-beliefs-entry { padding-inline: 18px; }
}
