:root {
  --fc-navy: #062838;
  --fc-navy-deep: #041f2c;
  --fc-navy-soft: #0d3a4b;
  --fc-white: #fff;
  --fc-ink: #14242a;
  --fc-muted: #68787e;
  --fc-line: #d9e3e6;
  --fc-soft: #f3f7f8;
  --fc-cyan: #32bdd0;
  --fc-green: #65bf6a;
  --fc-green-dark: #118c72;
  --fc-blue: #4e7bea;
  --fc-orange: #ef8656;
  --fc-shadow: 0 24px 60px rgba(5, 37, 48, .16);
  --fc-radius: 12px;
  --fc-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fc-ink); background: var(--fc-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.admin-bar .fc-site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--fc-blue); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; font-weight: 500; }
h1 { font-size: clamp(2.65rem, 5.7vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }
.fc-container { width: min(calc(100% - 40px), var(--fc-container)); margin-inline: auto; }
.fc-narrow { max-width: 800px; }
.fc-icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; }
.fc-skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%); padding: 10px 14px; color: var(--fc-white); background: var(--fc-navy); }
.fc-skip-link:focus { transform: translateY(0); }

.fc-site-header { position: sticky; top: 0; z-index: 100; color: var(--fc-white); background: var(--fc-navy); border-bottom: 1px solid rgba(255,255,255,.12); transition: box-shadow .2s ease, background .2s ease; }
.fc-site-header.is-scrolled { background: rgba(4,31,44,.97); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.fc-scroll-marker { position: absolute; top: 0; }
.fc-header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.fc-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; white-space: nowrap; }
.fc-brand__mark { position: relative; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(180deg, #3199ce 0 53%, #77c65e 53%); box-shadow: inset 0 0 0 3px rgba(255,255,255,.9); }
.fc-brand__mark::after { content: ""; position: absolute; left: 7px; right: 7px; top: 19px; height: 2px; border-radius: 5px; background: var(--fc-white); }
.fc-brand__text { color: var(--fc-white); font-size: 1.02rem; font-weight: 500; letter-spacing: -.03em; line-height: 1.1; }
.fc-brand__text > span { color: var(--fc-cyan); }
.fc-brand__text small { display: block; margin-top: 4px; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 400; letter-spacing: .01em; }
.custom-logo { width: auto; max-height: 45px; }
.fc-primary-nav { margin-left: auto; }
.fc-primary-nav ul, .fc-footer-legal ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.fc-primary-nav a { color: rgba(255,255,255,.76); font-size: .92rem; font-weight: 500; text-decoration: none; }
.fc-primary-nav a:hover { color: var(--fc-white); }
.fc-menu-toggle { display: none; min-height: 44px; align-items: center; gap: 7px; padding: 0 12px; color: var(--fc-white); border: 1px solid rgba(255,255,255,.24); border-radius: 7px; background: transparent; }
.fc-menu-close { display: none; }
.fc-menu-toggle[aria-expanded="true"] .fc-menu-open { display: none; }
.fc-menu-toggle[aria-expanded="true"] .fc-menu-close { display: inline-flex; }
.fc-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; color: var(--fc-white); border: 1px solid var(--fc-blue); border-radius: 7px; background: var(--fc-blue); box-shadow: 0 9px 24px rgba(78,123,234,.23); font-weight: 500; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.fc-button:hover { color: var(--fc-white); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(78,123,234,.3); }
.fc-button--header { min-height: 40px; padding-inline: 15px; font-size: .9rem; }
.fc-button--outline { color: var(--fc-white); border-color: rgba(255,255,255,.5); background: transparent; box-shadow: none; }
.fc-button--outline:hover { background: rgba(255,255,255,.08); }
.fc-button--secondary { color: var(--fc-navy); border-color: var(--fc-white); background: var(--fc-white); box-shadow: none; }
.fc-button--secondary:hover { color: var(--fc-navy); }

.fc-hero { position: relative; min-height: 720px; overflow: hidden; padding: 88px 0 195px; color: var(--fc-white); background: radial-gradient(circle at 75% 20%, #0d5267 0, var(--fc-navy) 42%, var(--fc-navy-deep) 100%); }
.fc-hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 48%, #000 100%); mask-image: linear-gradient(90deg, transparent 0, #000 48%, #000 100%); }
.fc-hero__inner { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 34px; }
.fc-hero__copy { position: relative; z-index: 2; }
.fc-badge { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 0 0 24px; padding: 7px 12px; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); font-size: .82rem; }
.fc-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--fc-green); box-shadow: 0 0 0 4px rgba(101,191,106,.14); }
.fc-hero h1 { margin-bottom: 22px; }
.fc-hero h1 em { color: var(--fc-cyan); font-style: normal; }
.fc-hero__lead { max-width: 670px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.12rem; }
.fc-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 31px; }
.fc-hero__checks { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 25px; color: rgba(255,255,255,.66); font-size: .86rem; }
.fc-hero__checks span { display: inline-flex; align-items: center; gap: 6px; }
.fc-hero__visual { position: relative; width: 120%; margin: 0 -17% 0 -3%; }
.fc-hero__visual img { display: block; width: 100%; filter: drop-shadow(0 28px 38px rgba(0,0,0,.18)); }
.fc-hero__visual figcaption { position: absolute; left: 14%; right: 7%; bottom: 5%; display: flex; align-items: center; justify-content: center; gap: 9px; color: rgba(255,255,255,.7); font-size: .73rem; letter-spacing: .07em; text-transform: uppercase; }
.fc-hero__visual figcaption span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(4,31,44,.72); backdrop-filter: blur(5px); }
.fc-hero__visual figcaption i { color: var(--fc-cyan); font-style: normal; }

.fc-dashboard-section { position: relative; z-index: 3; margin-top: -112px; padding-bottom: 76px; }
.fc-dashboard-window { overflow: hidden; border: 1px solid var(--fc-line); border-radius: var(--fc-radius); background: var(--fc-white); box-shadow: var(--fc-shadow); }
.fc-dashboard-window__bar { min-height: 48px; display: flex; align-items: center; gap: 13px; padding: 0 16px; border-bottom: 1px solid var(--fc-line); background: var(--fc-soft); font-size: .8rem; }
.fc-dashboard-window__bar > span:last-child { margin-left: auto; color: var(--fc-muted); }
.fc-window-dots { display: flex; gap: 5px; }
.fc-window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #c6d1d5; }
.fc-dashboard-window__body { display: grid; grid-template-columns: 215px 1fr; min-height: 520px; }
.fc-demo-nav { display: flex; flex-direction: column; gap: 4px; padding: 20px 13px; color: rgba(255,255,255,.69); background: var(--fc-navy); }
.fc-demo-nav small { margin: 10px 11px; color: rgba(255,255,255,.42); letter-spacing: .09em; text-transform: uppercase; }
.fc-demo-nav span { min-height: 40px; display: flex; align-items: center; gap: 10px; padding: 0 11px; border-radius: 7px; font-size: .84rem; }
.fc-demo-nav span.is-active { color: var(--fc-white); background: rgba(255,255,255,.11); }
.fc-demo-main { padding: 25px; background: var(--fc-soft); }
.fc-demo-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.fc-demo-header h2 { margin-bottom: 4px; font-size: 1.35rem; }
.fc-demo-header p { margin: 0; color: var(--fc-muted); font-size: .82rem; }
.fc-status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: var(--fc-green-dark); border-radius: 999px; background: #e1f2ed; font-size: .78rem; }
.fc-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.fc-demo-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.fc-demo-metric { padding: 14px; border: 1px solid var(--fc-line); border-radius: 8px; background: var(--fc-white); }
.fc-demo-metric > span { display: block; min-height: 39px; color: var(--fc-muted); font-size: .75rem; }
.fc-demo-metric strong { display: block; margin-bottom: 7px; font-size: 1.3rem; font-weight: 500; }
.fc-progress { height: 5px; overflow: hidden; border-radius: 6px; background: #e6edef; }
.fc-progress i { display: block; height: 100%; border-radius: inherit; background: var(--fc-cyan); }
.fc-demo-charts { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 10px; }
.fc-chart-panel, .fc-stage-panel { padding: 16px; border: 1px solid var(--fc-line); border-radius: 8px; background: var(--fc-white); }
.fc-chart-panel header, .fc-stage-panel header { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; font-size: .8rem; }
.fc-chart-panel header span, .fc-stage-panel header span { color: var(--fc-muted); }
.fc-chart-panel svg { display: block; width: 100%; height: auto; }
.fc-chart-panel .grid { fill: none; stroke: #e0e8ea; stroke-width: 1; }
.fc-chart-panel .area { fill: rgba(50,189,208,.13); }
.fc-chart-panel .line { fill: none; stroke: var(--fc-cyan); stroke-width: 3; }
.fc-chart-panel .points { fill: var(--fc-white); stroke: var(--fc-cyan); stroke-width: 2; }
.fc-stage { display: grid; grid-template-columns: 1fr auto; gap: 7px; align-items: center; margin-bottom: 13px; font-size: .76rem; }
.fc-stage span { color: var(--fc-muted); }
.fc-stage .fc-progress { grid-column: 1 / -1; }
.fc-stage .fc-progress i { background: var(--fc-green-dark); }
.fc-demo-caption { max-width: 800px; margin: 15px auto 0; color: var(--fc-muted); font-size: .78rem; text-align: center; }

@media (min-width: 1051px) {
  .fc-hero { min-height: 650px; padding: 72px 0 166px; }
  .fc-hero__inner { grid-template-columns: 1.08fr .92fr; gap: 20px; }
  .fc-hero__title { max-width: 690px; font-size: clamp(3.25rem, 4.25vw, 4.45rem); }
  .fc-hero__title span { display: block; }
  .fc-hero__lead { max-width: 610px; }
  .fc-hero__visual { width: 128%; margin: 0 -24% 0 -2%; }
}

.fc-blueprint-process { position: relative; overflow: hidden; padding-top: 105px; background: #fff; }
.fc-blueprint-process::before { content: ""; position: absolute; width: 560px; height: 350px; left: -210px; top: 35px; border: 1px solid rgba(17,140,114,.14); transform: rotate(-8deg); box-shadow: 75px 55px 0 -1px #fff, 75px 55px 0 0 rgba(78,123,234,.11); }
.fc-process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--fc-line); }
.fc-process-line::before { content: ""; position: absolute; top: -2px; left: 0; width: 25%; height: 3px; background: linear-gradient(90deg, var(--fc-green-dark), var(--fc-cyan)); }
.fc-process-line article { position: relative; min-height: 315px; padding: 31px 27px 25px; border-right: 1px solid var(--fc-line); }
.fc-process-line article:first-child { border-left: 1px solid var(--fc-line); }
.fc-process-line__number { position: absolute; top: 29px; right: 24px; color: #bac7ca; font-size: .75rem; font-weight: 600; letter-spacing: .12em; }
.fc-process-line__icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--fc-navy); border: 1px solid var(--fc-line); border-radius: 50%; background: var(--fc-soft); }
.fc-process-line__icon .fc-icon { width: 1.55rem; height: 1.55rem; }
.fc-process-line h3 { margin: 25px 0 10px; }
.fc-process-line p { color: var(--fc-muted); font-size: .94rem; }

.fc-section { padding: 92px 0; }
.fc-section--soft { background: var(--fc-soft); }
.fc-section--dark { color: var(--fc-white); background: var(--fc-navy); }
.fc-section-header { max-width: 780px; margin: 0 auto 39px; text-align: center; }
.fc-section-header h2 { margin-bottom: 13px; }
.fc-section-header > p:last-child { color: var(--fc-muted); font-size: 1.05rem; }
.fc-section--dark .fc-section-header > p:last-child { color: rgba(255,255,255,.67); }
.fc-kicker { margin-bottom: 11px; color: var(--fc-blue); font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.fc-section--dark .fc-kicker, .fc-lead-section .fc-kicker { color: var(--fc-cyan); }
.fc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fc-feature { padding: 25px; border: 1px solid var(--fc-line); border-radius: 10px; background: var(--fc-white); }
.fc-feature__icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--fc-blue); border-radius: 8px; background: #eaf0ff; }
.fc-feature h3 { margin: 18px 0 8px; }
.fc-feature p { min-height: 78px; color: var(--fc-muted); font-size: .94rem; }
.fc-mini-ui { min-height: 105px; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 13px; border: 1px solid var(--fc-line); border-radius: 7px; background: var(--fc-soft); }
.fc-mini-ui i { display: block; height: 7px; border-radius: 6px; background: #dfe7ea; }
.fc-mini-ui i:first-child { background: var(--fc-cyan); }
.fc-mini-ui i.is-green { background: var(--fc-green-dark); }
.fc-mini-bars { height: 105px; display: flex; align-items: flex-end; gap: 9px; padding: 13px; border: 1px solid var(--fc-line); border-radius: 7px; background: var(--fc-soft); }
.fc-mini-bars i { flex: 1; border-radius: 4px 4px 0 0; background: var(--fc-green-dark); }

.fc-system-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.fc-section-lead { color: var(--fc-muted); font-size: 1.05rem; }
.fc-check-list { display: grid; gap: 12px; margin-top: 25px; }
.fc-check-list span { display: flex; align-items: center; gap: 10px; }
.fc-check-list .fc-icon { color: var(--fc-green-dark); }
.fc-ecosystem { position: relative; padding: 30px; border: 1px solid var(--fc-line); border-radius: var(--fc-radius); background: var(--fc-white); box-shadow: 0 16px 40px rgba(8,49,61,.09); }
.fc-ecosystem::before { content: ""; position: absolute; left: 50%; top: 80px; bottom: 80px; width: 1px; background: var(--fc-line); }
.fc-ecosystem__center { position: relative; z-index: 1; width: 125px; height: 125px; display: grid; place-items: center; margin: 0 auto 22px; color: var(--fc-white); border-radius: 50%; background: var(--fc-navy); text-align: center; }
.fc-ecosystem__center span, .fc-ecosystem__center strong { display: block; }
.fc-ecosystem__center strong { font-weight: 500; }
.fc-ecosystem__nodes { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.fc-ecosystem__nodes > div { display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid var(--fc-line); border-radius: 8px; background: var(--fc-soft); }
.fc-ecosystem__nodes .fc-icon { color: var(--fc-blue); }
.fc-ecosystem__nodes strong, .fc-ecosystem__nodes small { display: block; }
.fc-ecosystem__nodes small { color: var(--fc-muted); }

.fc-income-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.fc-income-grid article { min-height: 255px; padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); }
.fc-income-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--fc-navy); border-radius: 50%; background: var(--fc-cyan); font-weight: 500; }
.fc-income-grid h3 { margin: 20px 0 9px; }
.fc-income-grid p { color: rgba(255,255,255,.66); }
.fc-income-grid .fc-income-extra { border-color: rgba(101,191,106,.55); background: linear-gradient(145deg, rgba(101,191,106,.18), rgba(255,255,255,.05)); }
.fc-income-grid .fc-income-extra > span { background: var(--fc-green); }
.fc-income-grid small { display: flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--fc-green); }
.fc-legal-note { max-width: 780px; margin: 23px auto 0; color: rgba(255,255,255,.48); font-size: .78rem; text-align: center; }

.fc-platform-map { position: relative; overflow: hidden; background: #edf4f5; }
.fc-platform-map::after { content: ""; position: absolute; width: 500px; height: 280px; right: -180px; bottom: -150px; border: 1px solid rgba(50,189,208,.28); transform: rotate(12deg); }
.fc-platform-path { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fc-platform-path article { position: relative; min-height: 310px; padding: 30px; border: 1px solid #cbdadd; border-radius: 3px; background: rgba(255,255,255,.82); }
.fc-platform-path article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -24px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--fc-cyan); border: 1px solid #cbdadd; border-radius: 50%; background: #edf4f5; transform: translateY(-50%); }
.fc-platform-path article > span { color: var(--fc-green-dark); font-size: .76rem; font-weight: 600; letter-spacing: .14em; }
.fc-platform-path__state { margin: 25px 0 5px; color: var(--fc-blue) !important; font-size: .75rem !important; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.fc-platform-path h3 { margin-bottom: 13px; font-size: 1.45rem; }
.fc-platform-path article > p:not(.fc-platform-path__state) { color: var(--fc-muted); font-size: .94rem; }
.fc-platform-path small { position: absolute; left: 30px; bottom: 28px; padding-top: 11px; color: var(--fc-navy); border-top: 2px solid var(--fc-cyan); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.fc-profile-switch { width: fit-content; display: flex; gap: 8px; margin: 0 auto 17px; }
.fc-profile-switch button { min-height: 44px; padding: 0 17px; color: var(--fc-muted); border: 1px solid var(--fc-line); border-radius: 8px; background: var(--fc-white); }
.fc-profile-switch button[aria-pressed="true"] { color: var(--fc-white); border-color: var(--fc-navy); background: var(--fc-navy); }
.fc-profile-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; padding: 33px; color: var(--fc-white); border-radius: var(--fc-radius); background: var(--fc-navy); }
.fc-profile-panel[hidden] { display: none; }
.fc-profile-panel p { color: rgba(255,255,255,.65); }
.fc-profile-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.fc-profile-benefits span { padding: 16px; border-radius: 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.65); font-size: .88rem; }
.fc-profile-benefits strong { display: block; margin-bottom: 6px; color: var(--fc-white); }

.fc-partner-band { position: relative; overflow: hidden; padding: 78px 0 38px; background: linear-gradient(135deg, #eaf2ec, #f7faf8); }
.fc-partner-band::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(17,140,114,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(17,140,114,.09) 1px, transparent 1px); background-size: 48px 48px; }
.fc-partner-band .fc-container { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 25px; align-items: center; }
.fc-partner-band__copy { position: relative; z-index: 2; }
.fc-partner-band h2 { margin-bottom: 7px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.fc-partner-band p { max-width: 750px; margin: 0; color: var(--fc-muted); }
.fc-partner-band .fc-button { margin-top: 24px; }
.fc-partner-band__visual { margin: 0 -5% 0 0; }
.fc-partner-band__visual img { display: block; width: 100%; }
.fc-partner-band__visual figcaption { margin-top: -4px; color: var(--fc-muted); font-size: .72rem; text-align: center; letter-spacing: .08em; text-transform: uppercase; }
.fc-partner-form-section { background: var(--fc-soft); }
.fc-partner-form-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: start; }
.fc-partner-form-grid > div:first-child { position: sticky; top: 110px; }
.fc-partner-form-grid > div:first-child > p:not(.fc-kicker) { color: var(--fc-muted); font-size: 1.03rem; }

.fc-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; }
.fc-faqs details { border-bottom: 1px solid var(--fc-line); }
.fc-faqs summary { padding: 20px 4px; cursor: pointer; font-weight: 500; }
.fc-faqs details p { padding: 0 4px 20px; color: var(--fc-muted); }

.fc-lead-section { padding: 82px 0; color: var(--fc-white); background: linear-gradient(135deg, var(--fc-navy-deep), var(--fc-navy-soft)); }
.fc-lead-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.fc-lead-grid > div:first-child > p:not(.fc-kicker) { color: rgba(255,255,255,.68); font-size: 1.03rem; }
.fc-lead-steps { display: grid; gap: 12px; margin-top: 25px; }
.fc-lead-steps span { display: flex; align-items: center; gap: 9px; }
.fc-plugin-notice { padding: 28px; color: var(--fc-ink); border-radius: 10px; background: var(--fc-white); }

.fc-site-footer { color: var(--fc-muted); background: var(--fc-white); }
.fc-site-footer .fc-brand__text { color: var(--fc-ink); }
.fc-site-footer .fc-brand__text small { color: var(--fc-muted); }
.fc-footer-logo { width: min(100%, 440px); height: auto; }
.fc-footer-main { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 55px; padding-block: 55px; }
.fc-footer-main p { max-width: 430px; margin-top: 18px; }
.fc-footer-main h2 { margin-bottom: 14px; color: var(--fc-ink); font-size: 1rem; letter-spacing: 0; }
.fc-footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.fc-footer-main a { color: var(--fc-muted); text-decoration: none; }
.fc-footer-legal { min-height: 68px; display: flex; align-items: center; gap: 25px; border-top: 1px solid var(--fc-line); font-size: .82rem; }
.fc-footer-legal ul { margin-left: auto; gap: 18px; }
.fc-footer-legal a { color: var(--fc-muted); text-decoration: none; }

/* Commercial pages */
.fc-subhero { position: relative; overflow: hidden; padding: 82px 0 74px; color: var(--fc-white); background: radial-gradient(circle at 78% 18%, #0d5267 0, var(--fc-navy) 44%, var(--fc-navy-deep) 100%); }
.fc-subhero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 62%); mask-image: linear-gradient(90deg, transparent, #000 62%); }
.fc-subhero--compact { padding-block: 92px; }
.fc-subhero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.fc-subhero__copy { position: relative; z-index: 2; }
.fc-subhero h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 4.9rem); }
.fc-subhero__lead { max-width: 700px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.fc-subhero__visual { width: 118%; margin: 0 -15% 0 -3%; }
.fc-subhero__visual img { display: block; width: 100%; filter: drop-shadow(0 28px 38px rgba(0,0,0,.18)); }
.fc-subhero__visual figcaption { margin-top: 5px; color: rgba(255,255,255,.55); font-size: .7rem; text-align: center; letter-spacing: .1em; text-transform: uppercase; }
.fc-subhero__visual--phases { width: 112%; margin-right: -10%; }
.fc-breadcrumbs { display: flex; gap: 9px; margin-bottom: 25px; color: rgba(255,255,255,.5); font-size: .78rem; }
.fc-breadcrumbs a { color: rgba(255,255,255,.72); text-decoration: none; }

.fc-page-section { padding: 92px 0; }
.fc-page-section--soft { background: var(--fc-soft); }
.fc-page-intro { max-width: 800px; margin-bottom: 38px; }
.fc-page-intro h2 { margin-bottom: 15px; }
.fc-page-intro > p:last-child { color: var(--fc-muted); font-size: 1.05rem; }
.fc-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fc-value-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--fc-line); border-radius: 10px; background: var(--fc-white); }
.fc-value-grid article > span { color: var(--fc-blue); font-size: .75rem; font-weight: 600; letter-spacing: .14em; }
.fc-value-grid h3 { margin: 48px 0 11px; font-size: 1.4rem; }
.fc-value-grid p { color: var(--fc-muted); }

.fc-truth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fc-truth-card { position: relative; overflow: hidden; min-height: 380px; padding: 38px; border: 1px solid var(--fc-line); border-radius: 12px; background: var(--fc-white); }
.fc-truth-card::after { content: ""; position: absolute; width: 240px; height: 150px; right: -95px; bottom: -65px; border: 1px solid var(--fc-line); transform: rotate(-9deg); }
.fc-truth-card--yes { border-color: rgba(17,140,114,.34); }
.fc-truth-card--yes::before { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--fc-green-dark); }
.fc-truth-card--no::before { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: #aebdc1; }
.fc-truth-card h2 { max-width: 520px; margin-bottom: 25px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.fc-truth-card ul { display: grid; gap: 13px; margin: 0; padding-left: 21px; color: var(--fc-muted); }

.fc-numbered-flow { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--fc-line); border-left: 1px solid var(--fc-line); }
.fc-numbered-flow--three { grid-template-columns: repeat(3, 1fr); }
.fc-numbered-flow article { min-height: 260px; padding: 29px; border-right: 1px solid var(--fc-line); border-bottom: 1px solid var(--fc-line); }
.fc-numbered-flow article > span { display: inline-flex; padding-bottom: 10px; color: var(--fc-green-dark); border-bottom: 2px solid var(--fc-cyan); font-size: .75rem; font-weight: 600; letter-spacing: .13em; }
.fc-numbered-flow h3 { margin: 50px 0 10px; }
.fc-numbered-flow p { color: var(--fc-muted); font-size: .94rem; }

.fc-inline-cta { padding: 61px 0; color: var(--fc-white); background: var(--fc-navy); }
.fc-inline-cta .fc-container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.fc-inline-cta h2 { max-width: 830px; margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.fc-inline-cta .fc-kicker { color: var(--fc-cyan); }

.fc-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.fc-data-card { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px; border: 1px solid var(--fc-line); border-radius: 12px; background: var(--fc-soft); box-shadow: 0 18px 42px rgba(8,49,61,.08); }
.fc-data-card > div { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border-right: 1px solid var(--fc-line); }
.fc-data-card > div:last-child { border-right: 0; }
.fc-data-card span { color: var(--fc-muted); font-size: .75rem; text-transform: uppercase; }
.fc-data-card strong { font-size: 1.15rem; font-weight: 500; }

.fc-blueprint-card { position: relative; min-height: 345px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 60px 30px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); transform: perspective(900px) rotateX(6deg) rotateZ(-2deg); }
.fc-blueprint-card::before, .fc-blueprint-card::after { content: ""; position: absolute; border: 1px solid rgba(50,189,208,.3); }
.fc-blueprint-card::before { inset: 13% 8%; }
.fc-blueprint-card::after { inset: 28% 18%; }
.fc-blueprint-card span { position: relative; z-index: 2; padding: 12px 15px; color: var(--fc-white); border: 1px solid rgba(255,255,255,.28); background: var(--fc-navy-deep); font-size: .72rem; letter-spacing: .09em; }
.fc-blueprint-card i { position: relative; z-index: 2; width: 35px; height: 1px; background: var(--fc-cyan); }

.fc-work-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--fc-line); }
.fc-work-list li { display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 15px; min-height: 87px; padding: 15px 4px; border-bottom: 1px solid var(--fc-line); }
.fc-work-list span { color: var(--fc-blue); font-size: .76rem; font-weight: 600; letter-spacing: .12em; }

.fc-system-diagram { position: relative; display: grid; gap: 12px; padding: 45px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.fc-system-diagram::before { content: ""; position: absolute; inset: 18px; border: 1px dashed rgba(50,189,208,.35); }
.fc-system-diagram > strong { position: relative; z-index: 1; display: grid; place-items: center; min-height: 90px; color: var(--fc-white); border-radius: 6px; background: rgba(50,189,208,.18); font-weight: 500; }
.fc-system-diagram > div { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fc-system-diagram span { min-height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); background: var(--fc-navy-deep); }
.fc-role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fc-role-grid article { padding: 27px; border: 1px solid var(--fc-line); border-radius: 9px; background: var(--fc-white); }
.fc-role-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--fc-blue); border-radius: 7px; background: #eaf0ff; }
.fc-role-grid h3 { margin: 18px 0 8px; }
.fc-role-grid p { color: var(--fc-muted); font-size: .92rem; }
.fc-stack-map { display: grid; gap: 10px; }
.fc-stack-map > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 21px 24px; border: 1px solid var(--fc-line); border-left: 4px solid var(--fc-cyan); background: var(--fc-soft); }
.fc-stack-map > div:last-child { border-left-color: var(--fc-green-dark); }
.fc-stack-map strong { font-weight: 500; }
.fc-stack-map span { color: var(--fc-muted); }

.fc-resource-hero { padding: 90px 0 75px; color: var(--fc-white); background: var(--fc-navy); }
.fc-resource-hero h1 { max-width: 950px; margin-bottom: 20px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.fc-resource-hero > .fc-container > p:last-child { max-width: 720px; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.fc-application-hero { padding: 80px 0; color: var(--fc-white); background: linear-gradient(135deg, var(--fc-navy-deep), var(--fc-navy-soft)); }
.fc-application-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.fc-application-grid h1 { margin-bottom: 22px; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.fc-application-grid > div:first-child > p:not(.fc-kicker, .fc-breadcrumbs) { color: rgba(255,255,255,.68); font-size: 1.05rem; }
.fc-application-grid > div:first-child > small { display: block; margin-top: 24px; color: rgba(255,255,255,.48); }
.fc-application-steps { display: grid; gap: 10px; margin-top: 30px; }
.fc-application-steps span { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.72); }
.fc-application-steps b { width: 38px; height: 38px; display: grid; place-items: center; color: var(--fc-navy); border-radius: 50%; background: var(--fc-cyan); font-size: .73rem; }
.fc-application-form { color: var(--fc-ink); }
.fc-faq-page { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.fc-faq-page aside { position: sticky; top: 112px; align-self: start; }
.fc-faq-page aside .fc-button { margin-top: 18px; }
.fc-text-link { font-weight: 500; text-decoration: none; }
.fc-empty-resources { grid-column: 1 / -1; padding: 50px; border: 1px solid var(--fc-line); border-radius: 10px; background: var(--fc-soft); text-align: center; }
.fc-empty-resources p { max-width: 650px; margin: 0 auto 25px; color: var(--fc-muted); }

.fc-content { min-height: 55vh; padding-block: 80px; }
.fc-archive-header { margin-bottom: 35px; }
.fc-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fc-post-card { overflow: hidden; border: 1px solid var(--fc-line); border-radius: 10px; background: var(--fc-white); }
.fc-post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.fc-post-card__body { padding: 22px; }
.fc-post-card time, .fc-content article > header time { color: var(--fc-muted); font-size: .8rem; }
.fc-post-card h2 { margin: 8px 0; font-size: 1.35rem; }
.fc-post-card h2 a { color: var(--fc-ink); text-decoration: none; }
.fc-entry-content { font-size: 1.05rem; }
.fc-entry-content > * { max-width: 760px; }
.fc-entry-content > .alignwide { max-width: 1050px; margin-left: 50%; transform: translateX(-50%); }
.fc-featured-image { margin-bottom: 35px; }
.fc-not-found { text-align: center; }

@media (max-width: 1050px) {
  .fc-primary-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 14px 20px 22px; background: var(--fc-navy-deep); }
  .fc-primary-nav.is-open { display: block; }
  .fc-primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .fc-primary-nav a { display: block; padding: 11px 0; }
  .fc-menu-toggle { display: inline-flex; margin-left: auto; }
  .fc-hero__inner, .fc-system-grid, .fc-lead-grid, .fc-partner-form-grid, .fc-subhero__grid, .fc-split, .fc-application-grid { grid-template-columns: 1fr; }
  .fc-hero__copy { max-width: 780px; }
  .fc-hero__visual { width: 92%; max-width: 840px; margin: 25px auto -55px; }
  .fc-partner-form-grid > div:first-child { position: static; }
  .fc-subhero__visual { width: 94%; max-width: 850px; margin: 10px auto -25px; }
  .fc-feature-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar .fc-site-header { top: 46px; }
  .fc-header-inner { min-height: 68px; }
  .fc-primary-nav { top: 68px; }
  .fc-button--header { display: none; }
  .fc-dashboard-window__body { grid-template-columns: 155px 1fr; }
  .fc-demo-metrics { grid-template-columns: 1fr 1fr; }
  .fc-demo-charts, .fc-income-grid, .fc-profile-panel, .fc-faq-layout, .fc-platform-path, .fc-truth-grid, .fc-faq-page { grid-template-columns: 1fr; }
  .fc-process-line { grid-template-columns: 1fr 1fr; }
  .fc-process-line article:nth-child(3) { border-left: 1px solid var(--fc-line); }
  .fc-platform-path article:not(:last-child)::after { top: auto; right: 50%; bottom: -25px; transform: translateX(50%) rotate(90deg); }
  .fc-profile-benefits { grid-template-columns: 1fr; }
  .fc-value-grid, .fc-role-grid { grid-template-columns: 1fr 1fr; }
  .fc-numbered-flow, .fc-numbered-flow--three { grid-template-columns: 1fr 1fr; }
  .fc-inline-cta .fc-container { align-items: flex-start; flex-direction: column; }
  .fc-faq-page aside { position: static; }
  .fc-partner-band .fc-container { grid-template-columns: 1fr; }
  .fc-partner-band__visual { margin: 18px 0 0; }
  .fc-footer-main { grid-template-columns: 1fr 1fr; }
  .fc-footer-main > div:first-child { grid-column: 1 / -1; }
  .fc-post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .fc-container { width: min(calc(100% - 28px), var(--fc-container)); }
  h1 { font-size: clamp(2.35rem, 13vw, 3.7rem); }
  h2 { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .fc-brand__text { display: none; }
  .fc-hero { min-height: auto; padding: 66px 0 160px; }
  .fc-hero__lead { font-size: 1rem; }
  .fc-actions { align-items: stretch; flex-direction: column; }
  .fc-actions .fc-button { width: 100%; }
  .fc-hero__visual { width: 112%; margin: 22px -6% -38px; }
  .fc-hero__visual figcaption { left: 3%; right: 3%; bottom: -2px; gap: 4px; font-size: .6rem; }
  .fc-hero__visual figcaption span { padding: 4px 7px; }
  .fc-dashboard-section { margin-top: -105px; }
  .fc-dashboard-window__bar > span:last-child { display: none; }
  .fc-dashboard-window__body { grid-template-columns: 1fr; min-height: auto; }
  .fc-demo-nav { display: none; }
  .fc-demo-main { padding: 13px; }
  .fc-demo-header { align-items: flex-start; flex-direction: column; }
  .fc-demo-metric:nth-child(n+3) { display: none; }
  .fc-chart-panel { display: none; }
  .fc-demo-charts, .fc-feature-grid, .fc-ecosystem__nodes, .fc-income-grid, .fc-profile-benefits, .fc-footer-main, .fc-post-grid, .fc-process-line, .fc-value-grid, .fc-role-grid, .fc-numbered-flow, .fc-numbered-flow--three { grid-template-columns: 1fr; }
  .fc-process-line article, .fc-process-line article:nth-child(3) { min-height: 0; border-left: 1px solid var(--fc-line); }
  .fc-section { padding: 68px 0; }
  .fc-feature p { min-height: 0; }
  .fc-ecosystem { padding: 18px; }
  .fc-profile-switch { width: 100%; display: grid; grid-template-columns: 1fr; }
  .fc-profile-panel { padding: 23px; }
  .fc-subhero, .fc-subhero--compact { padding-block: 62px; }
  .fc-subhero h1 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .fc-subhero__visual { width: 115%; margin-inline: -7%; }
  .fc-blueprint-card { min-height: 260px; padding-inline: 12px; transform: none; }
  .fc-blueprint-card span { padding-inline: 8px; font-size: .62rem; }
  .fc-blueprint-card i { width: 13px; }
  .fc-page-section { padding: 66px 0; }
  .fc-truth-card { min-height: 0; padding: 28px; }
  .fc-data-card { grid-template-columns: 1fr; }
  .fc-data-card > div { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--fc-line); }
  .fc-data-card > div:last-child { border-bottom: 0; }
  .fc-stack-map > div { grid-template-columns: 1fr; gap: 5px; }
  .fc-system-diagram { padding: 30px; }
  .fc-system-diagram > div { grid-template-columns: 1fr; }
  .fc-footer-main > div:first-child { grid-column: auto; }
  .fc-footer-legal { align-items: flex-start; flex-direction: column; padding-block: 20px; }
  .fc-footer-legal ul { margin-left: 0; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
