/* Terra Vita Hub v468 — Capital-Flow Readiness governed layer */
:root{
  --cfr-ink:#10231f;
  --cfr-muted:#596b62;
  --cfr-line:rgba(16,35,31,.15);
  --cfr-soft:#f4f0e7;
  --cfr-card:#fffdf6;
  --cfr-navy:#0a2a43;
  --cfr-gold:#a8793d;
  --cfr-risk:#9b3c2f;
  --cfr-ok:#315f4f;
}
body.v468-capital-flow-readiness{background:var(--tvh-bg,#f4f0e7);color:var(--tvh-green,#10231f)}
.cfr468-main{overflow:hidden}.cfr468-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.cfr468-hero{padding:86px 0 44px;background:linear-gradient(180deg,rgba(10,42,67,.10),rgba(255,253,246,0));border-bottom:1px solid var(--cfr-line)}
.cfr468-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px;color:var(--cfr-gold);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.cfr468-meta .line{height:1px;width:64px;background:rgba(168,121,61,.42)}
.cfr468-hero h1{font-size:clamp(42px,7vw,84px);line-height:.95;margin:0 0 18px;letter-spacing:-.055em;max-width:1040px}.cfr468-lead{font-size:clamp(18px,2vw,23px);line-height:1.55;max-width:1020px;color:var(--cfr-muted);margin:0}.cfr468-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.cfr468-actions a,.cfr468-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:11px 15px;border-radius:999px;border:1px solid var(--cfr-line);text-decoration:none;font-weight:850;color:var(--cfr-ink);background:var(--cfr-card)}.cfr468-actions a.primary,.cfr468-btn.primary{background:var(--cfr-navy);color:#fffdf6;border-color:var(--cfr-navy)}
.cfr468-boundary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px}.cfr468-boundary-strip span{border:1px solid var(--cfr-line);background:rgba(255,253,246,.82);border-radius:16px;padding:12px 14px;font-size:13px;font-weight:850;color:var(--cfr-ink)}
.cfr468-section{padding:44px 0}.cfr468-section.alt{background:rgba(255,253,246,.55);border-block:1px solid var(--cfr-line)}.cfr468-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:950;color:var(--cfr-gold);margin-bottom:8px}.cfr468-section h2{font-size:clamp(28px,3vw,46px);line-height:1.04;margin:0 0 14px;letter-spacing:-.035em}.cfr468-section p{line-height:1.72;color:var(--cfr-muted)}
.cfr468-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cfr468-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cfr468-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.cfr468-card{background:var(--cfr-card);border:1px solid var(--cfr-line);border-radius:24px;padding:22px;box-shadow:0 18px 48px rgba(16,35,31,.06)}.cfr468-card h3{font-size:20px;line-height:1.15;margin:0 0 10px}.cfr468-card p{margin:0 0 12px}.cfr468-card ul{margin:0;padding-left:18px;color:var(--cfr-muted);line-height:1.65}.cfr468-card li+li{margin-top:5px}.cfr468-card .num{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--cfr-navy);color:#fffdf6;font-weight:950;margin-bottom:14px}.cfr468-card.warning{border-color:rgba(155,60,47,.24);background:linear-gradient(180deg,rgba(155,60,47,.055),var(--cfr-card))}.cfr468-card.ok{border-color:rgba(49,95,79,.24);background:linear-gradient(180deg,rgba(49,95,79,.055),var(--cfr-card))}
.cfr468-route{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;counter-reset:route}.cfr468-route article{position:relative;background:var(--cfr-card);border:1px solid var(--cfr-line);border-radius:22px;padding:18px}.cfr468-route article::before{counter-increment:route;content:counter(route,decimal-leading-zero);display:block;color:var(--cfr-gold);font-size:12px;letter-spacing:.12em;font-weight:950;margin-bottom:10px}.cfr468-route h3{font-size:17px;margin:0 0 8px}.cfr468-route p{font-size:14px;margin:0;line-height:1.55}
.cfr468-nav-strip{display:flex;gap:8px;flex-wrap:wrap;padding:14px;border:1px solid var(--cfr-line);border-radius:24px;background:var(--cfr-card)}.cfr468-nav-strip a,.cfr468-nav-strip span{font-size:13px;padding:8px 10px;border-radius:999px;background:var(--cfr-soft);color:var(--cfr-ink);text-decoration:none;font-weight:850}.cfr468-nav-strip .active{background:var(--cfr-navy);color:#fffdf6}.cfr468-nav-strip .blocked{background:rgba(155,60,47,.10);color:var(--cfr-risk)}
.cfr468-callout{border:1px solid rgba(168,121,61,.32);border-left:5px solid var(--cfr-gold);border-radius:22px;padding:22px;background:linear-gradient(180deg,rgba(168,121,61,.08),rgba(255,253,246,.90))}.cfr468-callout p{margin:0;color:var(--cfr-ink);font-size:18px;line-height:1.7}.cfr468-callout p+p{margin-top:14px}.cfr468-table{width:100%;border-collapse:collapse;background:var(--cfr-card);border:1px solid var(--cfr-line);border-radius:22px;overflow:hidden;display:table}.cfr468-table th,.cfr468-table td{padding:13px 14px;border-bottom:1px solid var(--cfr-line);vertical-align:top;text-align:left}.cfr468-table th{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--cfr-gold)}.cfr468-table td{color:var(--cfr-muted);line-height:1.55}.cfr468-table tr:last-child td{border-bottom:0}.cfr468-code{display:block;white-space:pre-wrap;overflow:auto;padding:18px;border-radius:18px;background:#0a2a43;color:#fffdf6;border:1px solid rgba(10,42,67,.3);font-size:13px;line-height:1.55}.cfr468-pill-row{display:flex;gap:8px;flex-wrap:wrap}.cfr468-pill-row span{padding:7px 10px;border-radius:999px;background:var(--cfr-soft);font-size:12px;font-weight:850;color:var(--cfr-ink)}.cfr468-footer-note{font-size:13px;color:var(--cfr-muted);border-top:1px solid var(--cfr-line);padding-top:16px;margin-top:22px}.cfr468-scorebox{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}.cfr468-score{display:grid;place-items:center;min-height:130px;border-radius:24px;background:var(--cfr-navy);color:#fffdf6}.cfr468-score strong{font-size:42px;line-height:1}.cfr468-score span{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:900;opacity:.9}
@media (max-width:1100px){.cfr468-grid,.cfr468-grid.two,.cfr468-grid.four,.cfr468-route,.cfr468-boundary-strip{grid-template-columns:1fr 1fr}.cfr468-scorebox{grid-template-columns:1fr}.cfr468-table{display:block;overflow-x:auto}}
@media (max-width:720px){.cfr468-grid,.cfr468-grid.two,.cfr468-grid.four,.cfr468-route,.cfr468-boundary-strip{grid-template-columns:1fr}.cfr468-hero{padding-top:54px}.cfr468-container{width:min(100% - 28px,1180px)}}

/* Terra Vita Hub v468.1 — Capital-Flow Readiness protected readability patch
   Presentation-only: no SQL, auth, Supabase, decision, scoring, approval or funding logic changed. */
body.v468-capital-flow-readiness.irr443-protected{
  background:#f4f0e7 !important;
  color:#10231f !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-hero{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background:linear-gradient(135deg,#061f33 0%,#0a2a43 60%,#203c3b 100%) !important;
  color:#fffdf6 !important;
  padding:74px 0 46px !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-1 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 12% 4%,rgba(244,208,111,.14),transparent 32rem),
    radial-gradient(circle at 88% 0%,rgba(255,253,246,.08),transparent 30rem) !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-hero-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px) !important;
  gap:28px !important;
  align-items:stretch !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-hero h1{
  color:#fffdf6 !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  text-shadow:0 2px 22px rgba(0,0,0,.26) !important;
  font-size:clamp(44px,5.4vw,72px) !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
  max-width:13ch !important;
  margin:0 0 18px !important;
  -webkit-text-fill-color:#fffdf6 !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-lead{
  color:rgba(255,253,246,.94) !important;
  font-size:clamp(18px,1.85vw,24px) !important;
  line-height:1.52 !important;
  max-width:930px !important;
  text-shadow:0 1px 14px rgba(0,0,0,.18) !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-meta,
body.v468-capital-flow-readiness.irr443-protected .irr443-meta span{
  color:#f4d06f !important;
  opacity:1 !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-meta .line{
  background:rgba(244,208,111,.55) !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-actions a{
  background:rgba(255,255,255,.10) !important;
  color:#fffdf6 !important;
  border-color:rgba(255,255,255,.30) !important;
  box-shadow:none !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-actions a.primary{
  background:#f4d06f !important;
  color:#061f33 !important;
  border-color:#f4d06f !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-boundary-card{
  display:block !important;
  background:rgba(255,255,255,.10) !important;
  color:#fffdf6 !important;
  border-color:rgba(255,255,255,.28) !important;
  backdrop-filter:blur(12px) !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-boundary-card strong{
  color:#fffdf6 !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-boundary-card p{
  color:rgba(255,253,246,.92) !important;
}
body.v468-capital-flow-readiness.irr443-protected .irr443-pill-row span{
  color:#fffdf6 !important;
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.30) !important;
}
body.v468-capital-flow-readiness.irr443-protected .cfr468-section h2,
body.v468-capital-flow-readiness.irr443-protected .irr443-panel h3{
  color:#10231f !important;
}
body.v468-capital-flow-readiness.irr443-protected .cfr468-table th,
body.v468-capital-flow-readiness.irr443-protected .cfr468-table td,
body.v468-capital-flow-readiness.irr443-protected .irr443-live-table th,
body.v468-capital-flow-readiness.irr443-protected .irr443-live-table td{
  opacity:1 !important;
}
@media (max-width:960px){
  body.v468-capital-flow-readiness.irr443-protected .irr443-hero-grid{
    grid-template-columns:1fr !important;
  }
  body.v468-capital-flow-readiness.irr443-protected .irr443-boundary-card{
    margin-top:6px !important;
  }
}
@media (max-width:720px){
  body.v468-capital-flow-readiness.irr443-protected .irr443-hero{
    padding:54px 0 36px !important;
  }
  body.v468-capital-flow-readiness.irr443-protected .irr443-hero h1{
    font-size:clamp(38px,12vw,56px) !important;
    max-width:100% !important;
  }
  body.v468-capital-flow-readiness.irr443-protected .irr443-lead{
    font-size:18px !important;
  }
}




/* Terra Vita Hub v468.2 — protected Capital-Flow Readiness hard readability lock.
   Inline on purpose: this page remains readable even if external CSS is cached or not loaded. */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:#f4f0e7;color:#10231f}
body.irr443-protected.v468-capital-flow-readiness{margin:0;background:#f4f0e7!important;color:#10231f!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.irr443-protected.v468-capital-flow-readiness a{color:inherit}
body.irr443-protected.v468-capital-flow-readiness .tvh-skip{position:absolute!important;left:-999px!important;top:12px!important;z-index:9999!important;background:#f4d06f!important;color:#061f33!important;padding:10px 14px!important;border-radius:999px!important;text-decoration:none!important;font-weight:900!important}
body.irr443-protected.v468-capital-flow-readiness .tvh-skip:focus{left:16px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-main{overflow:hidden;background:#f4f0e7!important;color:#10231f!important;min-height:100vh}
body.irr443-protected.v468-capital-flow-readiness .irr443-container,
body.irr443-protected.v468-capital-flow-readiness .cfr468-container{width:min(1160px,calc(100% - 40px));margin:0 auto}
body.irr443-protected.v468-capital-flow-readiness .irr443-hero.protected{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:linear-gradient(135deg,#061f33 0%,#0a2a43 58%,#173b3a 100%)!important;color:#fffdf6!important;padding:76px 0 50px!important;border:0!important;box-shadow:none!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-hero.protected::before{content:""!important;position:absolute!important;inset:0!important;z-index:-2!important;background:radial-gradient(circle at 12% 8%,rgba(244,208,111,.18),transparent 34rem),radial-gradient(circle at 90% 4%,rgba(255,253,246,.10),transparent 30rem)!important;pointer-events:none!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-hero.protected::after{content:""!important;position:absolute!important;inset:auto 0 -1px 0!important;height:1px!important;background:rgba(255,255,255,.16)!important;pointer-events:none!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,390px)!important;gap:30px!important;align-items:stretch!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-meta{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 20px!important;color:#f4d06f!important;font-size:13px!important;line-height:1.3!important;letter-spacing:.13em!important;text-transform:uppercase!important;font-weight:950!important;opacity:1!important;text-shadow:none!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-meta span{color:#f4d06f!important;opacity:1!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-meta .line{display:inline-block!important;width:72px!important;height:1px!important;background:rgba(244,208,111,.58)!important;opacity:1!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-hero h1{display:block!important;color:#fffdf6!important;-webkit-text-fill-color:#fffdf6!important;opacity:1!important;visibility:visible!important;mix-blend-mode:normal!important;text-shadow:0 2px 22px rgba(0,0,0,.30)!important;font-size:clamp(44px,5.3vw,76px)!important;line-height:.98!important;letter-spacing:-.045em!important;max-width:12.5ch!important;margin:0 0 18px!important;font-weight:900!important;background:none!important;filter:none!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-lead{display:block!important;color:rgba(255,253,246,.95)!important;font-size:clamp(18px,1.8vw,24px)!important;line-height:1.55!important;max-width:900px!important;margin:0!important;text-shadow:0 1px 14px rgba(0,0,0,.16)!important;opacity:1!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:28px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:46px!important;padding:12px 18px!important;border-radius:999px!important;background:rgba(255,255,255,.10)!important;color:#fffdf6!important;border:1px solid rgba(255,255,255,.30)!important;text-decoration:none!important;font-weight:900!important;box-shadow:none!important;opacity:1!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-actions a.primary{background:#f4d06f!important;color:#061f33!important;border-color:#f4d06f!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-boundary-card{display:block!important;background:rgba(255,255,255,.10)!important;color:#fffdf6!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:26px!important;padding:24px!important;box-shadow:0 22px 64px rgba(0,0,0,.18)!important;backdrop-filter:blur(12px)!important;opacity:1!important;visibility:visible!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-boundary-card strong{display:block!important;color:#fffdf6!important;font-size:18px!important;line-height:1.2!important;margin-bottom:10px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-boundary-card p{color:rgba(255,253,246,.92)!important;line-height:1.65!important;margin:0 0 16px!important;font-size:15px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-pill-row{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:14px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-pill-row span{display:inline-flex!important;padding:8px 10px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.26)!important;color:#fffdf6!important;font-size:12px!important;font-weight:850!important;opacity:1!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-section{padding:46px 0!important;background:#f4f0e7!important;color:#10231f!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-section.alt{background:#fffdf6!important;border-top:1px solid rgba(16,35,31,.12)!important;border-bottom:1px solid rgba(16,35,31,.12)!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-kicker,
body.irr443-protected.v468-capital-flow-readiness .irr443-kicker{font-size:12px!important;letter-spacing:.13em!important;text-transform:uppercase!important;font-weight:950!important;color:#a8793d!important;margin:0 0 8px!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-section h2,
body.irr443-protected.v468-capital-flow-readiness .irr443-panel h3{color:#10231f!important;font-weight:900!important;letter-spacing:-.035em!important;line-height:1.08!important;margin:0 0 14px!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#10231f!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-section h2{font-size:clamp(28px,3.1vw,44px)!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-section p,
body.irr443-protected.v468-capital-flow-readiness .irr443-panel p{color:#596b62!important;line-height:1.7!important;margin-top:0!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-table,
body.irr443-protected.v468-capital-flow-readiness .irr443-live-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;background:#fffdf6!important;border:1px solid rgba(16,35,31,.14)!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 14px 44px rgba(16,35,31,.06)!important;color:#10231f!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-table th,
body.irr443-protected.v468-capital-flow-readiness .cfr468-table td,
body.irr443-protected.v468-capital-flow-readiness .irr443-live-table th,
body.irr443-protected.v468-capital-flow-readiness .irr443-live-table td{padding:14px 16px!important;text-align:left!important;vertical-align:top!important;border-bottom:1px solid rgba(16,35,31,.10)!important;color:#10231f!important;background:transparent!important;opacity:1!important;text-shadow:none!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-table th,
body.irr443-protected.v468-capital-flow-readiness .irr443-live-table th{background:#f4f0e7!important;color:#10231f!important;font-size:13px!important;letter-spacing:.04em!important;text-transform:uppercase!important;font-weight:950!important}
body.irr443-protected.v468-capital-flow-readiness .cfr468-table tr:last-child td,
body.irr443-protected.v468-capital-flow-readiness .irr443-live-table tr:last-child td{border-bottom:0!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-notice{background:#fff7df!important;border:1px solid rgba(168,121,61,.34)!important;border-radius:18px!important;padding:16px 18px!important;color:#10231f!important;font-weight:750!important;line-height:1.55!important;margin-top:20px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-statusbar{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:20px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-stat,
body.irr443-protected.v468-capital-flow-readiness .irr443-panel{background:#fffdf6!important;border:1px solid rgba(16,35,31,.14)!important;border-radius:22px!important;padding:18px!important;color:#10231f!important;box-shadow:0 14px 44px rgba(16,35,31,.06)!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-stat strong{display:block!important;color:#10231f!important;font-size:30px!important;line-height:1!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-stat span{display:block!important;color:#596b62!important;margin-top:6px!important;font-weight:800!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-panel{margin-top:18px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-panel-head{display:flex!important;justify-content:space-between!important;gap:16px!important;align-items:flex-start!important;margin-bottom:14px!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-state{display:inline-flex!important;align-items:center!important;padding:8px 11px!important;border-radius:999px!important;border:1px solid rgba(16,35,31,.14)!important;background:#f4f0e7!important;color:#10231f!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important;text-transform:uppercase!important;letter-spacing:.04em!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-state.conditional{background:#fff7df!important;color:#604516!important}
body.irr443-protected.v468-capital-flow-readiness .irr443-tablewrap{overflow-x:auto!important;border-radius:18px!important}
@media (max-width:960px){
  body.irr443-protected.v468-capital-flow-readiness .irr443-hero-grid{grid-template-columns:1fr!important}
  body.irr443-protected.v468-capital-flow-readiness .irr443-boundary-card{margin-top:4px!important}
  body.irr443-protected.v468-capital-flow-readiness .irr443-statusbar{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:720px){
  body.irr443-protected.v468-capital-flow-readiness .irr443-container,
  body.irr443-protected.v468-capital-flow-readiness .cfr468-container{width:min(100% - 28px,1160px)!important}
  body.irr443-protected.v468-capital-flow-readiness .irr443-hero.protected{padding:48px 0 36px!important}
  body.irr443-protected.v468-capital-flow-readiness .irr443-hero h1{font-size:clamp(38px,12vw,56px)!important;max-width:100%!important}
  body.irr443-protected.v468-capital-flow-readiness .irr443-lead{font-size:18px!important}
  body.irr443-protected.v468-capital-flow-readiness .irr443-actions a{width:100%!important}
  body.irr443-protected.v468-capital-flow-readiness .irr443-statusbar{grid-template-columns:1fr!important}
  body.irr443-protected.v468-capital-flow-readiness .cfr468-table th,
  body.irr443-protected.v468-capital-flow-readiness .cfr468-table td{min-width:220px!important}
}


