/* MCA — Financial Advisory page styles
   Dark-only. Scoped with .fa- prefix so nothing collides with globals. */

.fa-page {
  background: #04080B;
  color: #fff;
}
/* Kill the white footer-margin gap when this dark page precedes the footer */
main:has(.fa-page) + .footer { margin-top: 0; }

/* shared tokens ------------------------------------------------------- */
.fa-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
}
.fa-h2 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 18px 0 0;
  max-width: 20ch;
}
.fa-h2 em { font-style: normal; color: var(--teal); }
.fa-lede {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(233,240,242,0.68);
  margin: 20px 0 0;
}

.fa-sec { padding: 118px 0; position: relative; }
.fa-sec__head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.fa-sec__head .fa-h2 { margin-left: auto; margin-right: auto; max-width: 24ch; }
.fa-sec__lede { margin-left: auto; margin-right: auto; }

/* reveal -------------------------------------------------------------- */
.fa-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1); }
.fa-reveal--in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .fa-reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== HERO =========================================================== */
.fa-hero {
  position: relative;
  padding: 200px 0 120px;
  overflow: hidden;
  background: #04080B;
  margin-top: calc(-1 * var(--nav-offset, 0px));
}
.fa-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.fa-hero__blob { position: absolute; border-radius: 50%; filter: blur(120px); mix-blend-mode: screen; }
.fa-hero__blob--teal {
  width: 720px; height: 720px; top: -240px; right: -180px;
  background: radial-gradient(closest-side, rgba(0,165,161,0.5) 0%, rgba(0,165,161,0) 70%);
}
.fa-hero__blob--deep {
  width: 680px; height: 680px; bottom: -260px; left: -200px;
  background: radial-gradient(closest-side, rgba(26,59,77,0.9) 0%, rgba(26,59,77,0) 70%);
}
.fa-hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.09; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.fa-hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.02fr 1fr; gap: 64px; align-items: center;
}
.fa-hero__copy { max-width: 620px; }
.fa-hero__title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 22px 0 0;
  color: #fff;
}
.fa-hero__title em { font-style: normal; color: var(--teal); }
.fa-hero__sub {
  font-size: 18px; line-height: 1.62; color: rgba(233,240,242,0.7);
  margin: 26px 0 0; max-width: 560px;
}
.fa-hero__ctas { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }

/* hero lifecycle card */
.fa-hero__lifecard {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 36px 38px;
  box-shadow: 0 40px 90px -50px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.06);
}
.fa-hero__lifecard .fa-lifecycle__label { margin-bottom: 26px; }
.fa-hero__lifecard .fa-lifecycle__stage { padding: 15px 0; }
.fa-hero__lifecard .fa-lifecycle__name { font-size: 22px; }
.fa-hero__lifecard .fa-lifecycle__note { margin-top: 24px; padding-top: 22px; }

/* hero chart card */
.fa-hero__chartCard {
  position: relative;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 22px 22px 12px;
  box-shadow: 0 40px 90px -50px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.06);
}
.fa-hero__chartHead {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.18em;
  color: rgba(233,240,242,0.55); margin-bottom: 8px;
}
.fa-hero__chartTag {
  color: var(--teal);
  border: 1px solid rgba(0,165,161,0.4);
  border-radius: 999px;
  padding: 4px 10px;
}
.fa-chart { width: 100%; height: auto; display: block; }
.fa-chart__hist { stroke-dasharray: 900; stroke-dashoffset: 900; animation: fa-draw 1.8s ease forwards 0.2s; }
.fa-chart__proj { stroke-dasharray: 7 6; opacity: 0; animation: fa-fade 1s ease forwards 1.6s; }
@keyframes fa-draw { to { stroke-dashoffset: 0; } }
@keyframes fa-fade { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .fa-chart__hist { stroke-dashoffset: 0; animation: none; }
  .fa-chart__proj { opacity: 1; animation: none; }
}

/* ===== INTRO ========================================================== */
.fa-intro { padding-top: 40px; }
.fa-intro__grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: start;
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 72px;
}
.fa-intro__copy .fa-h2 { max-width: 22ch; }
.fa-intro__copy .fa-lede { max-width: 60ch; }

.fa-intro__side {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  padding: 30px;
}
.fa-lifecycle__label {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.2em;
  color: rgba(233,240,242,0.5); margin-bottom: 20px;
}
.fa-lifecycle { list-style: none; margin: 0; padding: 0; position: relative; }
.fa-lifecycle::before {
  content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px;
  background: linear-gradient(180deg, var(--teal), rgba(0,165,161,0.15));
}
.fa-lifecycle__stage {
  position: relative; display: flex; align-items: center; gap: 16px;
  padding: 12px 0;
}
.fa-lifecycle__dot {
  width: 11px; height: 11px; border-radius: 50%;
  background: #04080B; border: 2px solid var(--teal); flex: none; z-index: 1;
}
.fa-lifecycle__stage:last-child .fa-lifecycle__dot { background: var(--teal); box-shadow: 0 0 0 4px rgba(0,165,161,0.18); }
.fa-lifecycle__name {
  font-family: var(--font-head); font-weight: 500; font-size: 18px; color: #fff;
}
.fa-lifecycle__note {
  margin: 20px 0 0; font-size: 14px; line-height: 1.55; color: rgba(233,240,242,0.55);
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 18px;
}

/* ===== THE FOUR SERVICES ============================================= */
.fa-four { position: relative; overflow: hidden; }
.fa-four__aura {
  position: absolute; width: 820px; height: 820px; top: -320px; right: -220px;
  background: radial-gradient(closest-side, rgba(0,165,161,0.1), transparent 70%);
  pointer-events: none;
}
.fa-four__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px; position: relative;
}
.fa-four__cell { min-width: 0; }
.fa-four__card {
  position: relative; height: 100%; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01));
  padding: 40px 40px 42px;
  transition: border-color 0.45s ease, transform 0.45s ease, background 0.45s ease;
}
.fa-four__card:hover {
  border-color: rgba(0,165,161,0.5);
  transform: translateY(-5px);
  background: linear-gradient(180deg, rgba(0,165,161,0.06), rgba(255,255,255,0.012));
}
/* accent rule that draws in on hover */
.fa-four__rule {
  position: absolute; left: 40px; top: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--teal), rgba(0,165,161,0));
  transition: width 0.5s cubic-bezier(.2,.7,.2,1);
}
.fa-four__card:hover .fa-four__rule { width: calc(100% - 80px); }

.fa-four__head {
  display: flex; align-items: center;
  margin-bottom: 26px;
}
.fa-four__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 13px; color: var(--teal); flex: none;
  border: 1px solid rgba(0,165,161,0.35); background: rgba(0,165,161,0.08);
  transition: background 0.45s ease, box-shadow 0.45s ease;
}
.fa-four__card:hover .fa-four__icon {
  background: rgba(0,165,161,0.16);
  box-shadow: 0 0 0 5px rgba(0,165,161,0.08);
}
.fa-four__title {
  font-family: var(--font-head); font-weight: 600; font-size: 24px; line-height: 1.2;
  color: #fff; margin: 0 0 14px;
}
.fa-four__desc {
  font-size: 16px; line-height: 1.66; color: rgba(233,240,242,0.68); margin: 0;
  max-width: 52ch; text-wrap: pretty;
}

/* ===== SECTORS ======================================================= */
.fa-sectors__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.fa-sectors__cell { min-width: 0; }
.fa-sectors__item {
  height: 100%;
  display: flex; align-items: center; gap: 14px;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  padding: 24px 24px;
  transition: border-color 0.4s ease, transform 0.4s ease, background 0.4s ease;
}
.fa-sectors__item:hover {
  border-color: rgba(0,165,161,0.5); transform: translateY(-4px);
  background: linear-gradient(180deg, rgba(0,165,161,0.06), rgba(255,255,255,0.012));
}
.fa-sectors__dot {
  flex: none; width: 9px; height: 9px; border-radius: 50%;
  background: var(--teal); box-shadow: 0 0 0 4px rgba(0,165,161,0.14);
}
.fa-sectors__name {
  font-family: var(--font-head); font-weight: 500; font-size: 16px; line-height: 1.3; color: #fff;
}

/* ===== SR&ED ========================================================= */
.fa-sred { position: relative; overflow: hidden; background: #060B0F; }
.fa-sred__aura {
  position: absolute; width: 820px; height: 820px; bottom: -360px; left: -220px;
  background: radial-gradient(closest-side, rgba(0,165,161,0.09), transparent 70%);
  pointer-events: none;
}
.fa-sred__grid {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start;
}
.fa-sred__copy .fa-h2 { max-width: 16ch; }
.fa-sred__copy .fa-lede { max-width: 56ch; }
.fa-sred__body {
  margin: 22px 0 0; font-size: 16px; line-height: 1.66;
  color: rgba(233,240,242,0.6); max-width: 56ch; text-wrap: pretty;
}
.fa-sred__ctas { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.fa-sred__panel { position: sticky; top: 110px; }
.fa-sred__card {
  border: 1px solid rgba(255,255,255,0.1); border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01));
  padding: 34px 36px 30px;
  box-shadow: 0 40px 90px -55px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.06);
}
.fa-sred__cardHead { border-bottom: 1px solid rgba(255,255,255,0.09); padding-bottom: 22px; margin-bottom: 6px; }
.fa-sred__cardLabel {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em;
  color: var(--teal); text-transform: uppercase;
}
.fa-sred__list { list-style: none; margin: 0; padding: 0; }
.fa-sred__list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 15.5px; line-height: 1.5; color: rgba(233,240,242,0.78);
}
.fa-sred__list li:last-child { border-bottom: none; padding-bottom: 4px; }
.fa-sred__check {
  flex: none; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--teal); background: rgba(0,165,161,0.12); border: 1px solid rgba(0,165,161,0.4);
}

/* ===== APPROACH ======================================================= */
.fa-approach { background: #060B0F; }
.fa-approach__rail {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative;
}
.fa-approach__line {
  position: absolute; top: 22px; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(90deg, rgba(0,165,161,0.1), var(--teal), rgba(0,165,161,0.1));
}
.fa-approach__step { position: relative; }
.fa-approach__node {
  width: 46px; height: 46px; border-radius: 50%; position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  background: #04080B; border: 1px solid rgba(0,165,161,0.45);
  margin-bottom: 24px;
}
.fa-approach__nodeNum { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--teal); }
.fa-approach__sTitle { font-family: var(--font-head); font-weight: 600; font-size: 20px; color: #fff; margin-bottom: 10px; }
.fa-approach__sDesc { font-size: 15px; line-height: 1.6; color: rgba(233,240,242,0.62); }

/* ===== ENGAGEMENT ===================================================== */
.fa-engage { position: relative; overflow: hidden; }
.fa-engage__halo {
  position: absolute; width: 900px; height: 900px; top: -300px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(0,165,161,0.1), transparent 70%);
  pointer-events: none;
}
.fa-engage__list { list-style: none; margin: 0 auto; padding: 0; position: relative; max-width: 940px; }
.fa-engage__item {
  display: grid; grid-template-columns: 48px 1fr; gap: 28px; padding-bottom: 24px;
}
.fa-engage__spine { position: relative; display: flex; justify-content: center; padding-top: 30px; }
.fa-engage__spine::before {
  content: ""; position: absolute; top: 6px; bottom: -24px; width: 1px;
  background: rgba(0,165,161,0.25);
}
.fa-engage__item:last-child .fa-engage__spine::before { display: none; }
.fa-engage__dot {
  position: relative; z-index: 1;
  width: 15px; height: 15px; border-radius: 50%;
  background: #04080B; border: 2px solid var(--teal);
  box-shadow: 0 0 0 5px rgba(0,165,161,0.12);
}
.fa-engage__item:hover .fa-engage__dot { background: var(--teal); }
.fa-engage__card {
  border: 1px solid rgba(255,255,255,0.1); border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  padding: 28px 30px; margin-bottom: 24px;
  transition: border-color 0.4s ease;
}
.fa-engage__item:hover .fa-engage__card { border-color: rgba(0,165,161,0.4); }
.fa-engage__cardHead { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
.fa-engage__title { font-family: var(--font-head); font-weight: 600; font-size: 22px; color: #fff; margin: 0; }
.fa-engage__when {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--teal);
  border: 1px solid rgba(0,165,161,0.35); border-radius: 999px; padding: 4px 12px;
}
.fa-engage__desc { font-size: 16px; line-height: 1.62; color: rgba(233,240,242,0.68); margin: 0 0 22px; max-width: 62ch; }
.fa-engage__points {
  list-style: none; margin: 0; padding: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.fa-engage__points li {
  min-width: 0;
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; line-height: 1.45; color: rgba(233,240,242,0.72);
}
.fa-engage__check {
  flex: none; width: 18px; height: 18px; border-radius: 50%; margin-top: 1px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--teal); background: rgba(0,165,161,0.12); border: 1px solid rgba(0,165,161,0.4);
}

/* ===== ABOUT MCA / METRICS =========================================== */
.fa-metrics { padding-bottom: 40px; }
.fa-metrics__title { text-align: left; margin: 16px 0 0; max-width: 18ch; }
.fa-metrics__grid {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.fa-metric {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  padding: 44px 40px;
  min-height: 220px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: border-color 0.4s ease, transform 0.4s ease;
}
.fa-metric:hover { border-color: rgba(0,165,161,0.45); transform: translateY(-4px); }
.fa-metric__num {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(42px, 4.4vw, 60px); line-height: 1; letter-spacing: -0.02em;
  color: var(--teal);
}
.fa-metric__label {
  margin-top: 22px; font-size: 15px; line-height: 1.45; color: rgba(233,240,242,0.66);
}

/* ===== TRUSTED BY ===================================================== */
.fa-trustedsec { padding: 96px 0; }
.fa-trustedsec .trusted--about { margin-top: 0; padding-top: 0; border-top: none; }

/* ===== FAQ ============================================================ */
.fa-faq { background: #060B0F; }
.fa-faq__list { max-width: 860px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); }
.fa-faq__item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.fa-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: none; border: none; cursor: pointer; text-align: left;
  padding: 26px 4px; color: #fff;
  font-family: var(--font-head); font-weight: 500; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.35;
}
.fa-faq__icon {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--teal); border: 1px solid rgba(0,165,161,0.4);
  transition: transform 0.35s ease, background 0.35s ease;
}
.fa-faq__item--open .fa-faq__icon { transform: rotate(135deg); background: rgba(0,165,161,0.14); }
.fa-faq__a {
  overflow: hidden; max-height: 0; transition: max-height 0.4s ease, opacity 0.3s ease; opacity: 0;
}
.fa-faq__item--open .fa-faq__a { max-height: 320px; opacity: 1; }
.fa-faq__a p {
  margin: 0; padding: 0 60px 28px 4px;
  font-size: 16px; line-height: 1.65; color: rgba(233,240,242,0.68);
}

/* ===== FINAL CTA ====================================================== */
.fa-final { padding-bottom: 130px; }
.fa-final__block {
  position: relative; overflow: hidden;
  border: 1px solid rgba(0,165,161,0.3); border-radius: 24px;
  background: radial-gradient(120% 140% at 50% 0%, rgba(0,165,161,0.16), rgba(4,8,11,0.4) 60%), #05090D;
  padding: 84px 40px; text-align: center;
}
.fa-final__grid {
  position: absolute; inset: 0; display: grid;
  grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(6, 1fr);
  opacity: 0.4; pointer-events: none;
}
.fa-final__grid span { border-right: 1px solid rgba(255,255,255,0.03); border-bottom: 1px solid rgba(255,255,255,0.03); }
.fa-final__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.fa-final__eyebrow { margin-bottom: 18px; }
.fa-final__title {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(32px, 4.4vw, 52px); line-height: 1.05; letter-spacing: -0.015em;
  color: #fff; margin: 0;
}
.fa-final__title em { font-style: normal; color: var(--teal); }
.fa-final__sub { font-size: 18px; line-height: 1.6; color: rgba(233,240,242,0.7); margin: 24px auto 0; max-width: 620px; }
.fa-final__ctas { margin-top: 38px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* dark-context button overrides (page forces dark, but scope defensively) */
.fa-page .btn--secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.22); }
.fa-page .btn--secondary:hover { background: rgba(255,255,255,0.06); border-color: #fff; }

/* ===== RESPONSIVE ===================================================== */
@media (max-width: 1000px) {
  .fa-hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .fa-hero__visual { order: 2; }
  .fa-intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .fa-four__grid { grid-template-columns: 1fr; }
  .fa-sred__grid { grid-template-columns: 1fr; gap: 40px; }
  .fa-sred__panel { position: static; }
  .fa-sectors__grid { grid-template-columns: repeat(2, 1fr); }
  .fa-approach__rail { grid-template-columns: repeat(2, 1fr); gap: 40px 30px; }
  .fa-approach__line { display: none; }
  .fa-metrics__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .fa-sec { padding: 84px 0; }
  .fa-hero { padding: 150px 0 90px; }
  .fa-sec__head { margin-bottom: 44px; }
  .fa-approach__rail { grid-template-columns: 1fr; gap: 28px; }
  .fa-engage__item { grid-template-columns: 40px 1fr; gap: 16px; }
  .fa-engage__card { padding: 24px 22px; }
  .fa-engage__points { grid-template-columns: 1fr; gap: 12px; }
  .fa-final__block { padding: 56px 24px; }
  .fa-metrics__grid { grid-template-columns: 1fr; }
  .fa-sectors__grid { grid-template-columns: 1fr; }
  .fa-metric { min-height: 0; padding: 32px 28px; }
  .fa-faq__a p { padding-right: 4px; }
}
