.flagship-clients-page {
    --fcl-ink: #0d1b35;
    --fcl-muted: #64748b;
    --fcl-line: #dbe5f1;
    --fcl-blue: #2563eb;
    --fcl-cyan: #06b6d4;
    max-width: 1480px;
    margin: 0 auto;
    padding: 34px 28px 52px;
    color: var(--fcl-ink);
}

.fcl-page-header,
.fcl-directory__header,
.fcl-onboarding__intro,
.fcl-client-card > header,
.fcl-client-card > footer,
.fcl-directory__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.fcl-page-header { margin-bottom: 22px; }
.fcl-page-header h1 { margin: 8px 0 4px; font-size: clamp(1.9rem, 3vw, 2.55rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 850; }
.fcl-page-header p { margin: 0; color: var(--fcl-muted); font-size: .98rem; }
.fcl-breadcrumb { display: flex; align-items: center; gap: 9px; color: #7787a1; font-size: .77rem; font-weight: 700; }
.fcl-breadcrumb a { color: #2563eb; text-decoration: none; }
.fcl-breadcrumb i { font-size: .58rem; color: #a9b5c7; }

.fcl-button,
.fcl-icon-button {
    border: 1px solid transparent;
    border-radius: 12px;
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 17px;
    text-decoration: none;
    font-weight: 800;
    font-size: .85rem;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.fcl-button:hover, .fcl-icon-button:hover { transform: translateY(-1px); }
.fcl-button--primary { color: #fff; background: linear-gradient(135deg, #2563eb, #0ea5e9); box-shadow: 0 10px 24px rgba(37, 99, 235, .22); }
.fcl-button--quiet { color: #1d4ed8; background: #eff6ff; border-color: #bfdbfe; }
.fcl-icon-button { width: 43px; padding: 0; color: #64748b; background: #fff; border-color: var(--fcl-line); }

.fcl-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    min-height: 238px;
    padding: 36px 42px;
    border-radius: 24px;
    color: #fff;
    background: radial-gradient(circle at 80% 0, rgba(34, 211, 238, .2), transparent 32%), linear-gradient(125deg, #08172f 0%, #102b5c 55%, #174ea6 100%);
    box-shadow: 0 24px 50px rgba(15, 37, 72, .18);
}
.fcl-hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg, transparent, #000); }
.fcl-hero__copy { position: relative; z-index: 2; align-self: center; max-width: 710px; }
.fcl-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #a5f3fc; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 900; }
.fcl-hero h2 { margin: 10px 0 10px; max-width: 650px; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.05; letter-spacing: -.045em; }
.fcl-hero p { margin: 0; max-width: 660px; color: #cbdcf5; line-height: 1.65; font-size: .92rem; }
.fcl-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.fcl-hero__actions a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #eaf5ff; background: rgba(255,255,255,.08); text-decoration: none; font-size: .78rem; font-weight: 750; backdrop-filter: blur(8px); }
.fcl-hero__actions a:hover { background: rgba(255,255,255,.14); }

.fcl-network { position: relative; z-index: 2; min-height: 175px; }
.fcl-network__core, .fcl-network__node { position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; box-shadow: 0 16px 35px rgba(0,0,0,.22); }
.fcl-network__core { left: 50%; top: 50%; width: 90px; height: 90px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.3); border-radius: 26px; background: linear-gradient(145deg, #22d3ee, #2563eb); }
.fcl-network__core span { font-size: 1.65rem; font-weight: 900; }
.fcl-network__core small { color: #dff8ff; font-size: .65rem; font-weight: 800; }
.fcl-network__node { width: 78px; height: 64px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: #dff7ff; background: rgba(10, 31, 66, .86); }
.fcl-network__node i { margin-bottom: 4px; color: #67e8f9; }
.fcl-network__node b { font-size: .65rem; }
.fcl-network__node--one { left: 2%; top: 6%; }.fcl-network__node--two { right: 1%; top: 12%; }.fcl-network__node--three { right: 8%; bottom: 0; }
.fcl-network__line { position: absolute; left: 50%; top: 50%; z-index: -1; width: 120px; height: 1px; transform-origin: left; background: linear-gradient(90deg, #67e8f9, rgba(103,232,249,.08)); }
.fcl-network__line--one { transform: rotate(-145deg); }.fcl-network__line--two { transform: rotate(-30deg); }.fcl-network__line--three { transform: rotate(35deg); }

.fcl-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 18px 0; }
.fcl-metric { display: flex; align-items: center; gap: 15px; min-height: 114px; padding: 18px; border: 1px solid var(--fcl-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(33, 56, 92, .06); }
.fcl-metric > span { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; }
.fcl-metric small { display: block; margin-bottom: 3px; color: #718096; text-transform: uppercase; letter-spacing: .055em; font-size: .66rem; font-weight: 850; }
.fcl-metric strong { display: block; font-size: 1.52rem; line-height: 1.1; }
.fcl-metric p { margin: 4px 0 0; color: #8290a6; font-size: .71rem; }
.fcl-metric--blue > span { color: #2563eb; background: #eaf2ff; }.fcl-metric--green > span { color: #059669; background: #e8faf2; }.fcl-metric--violet > span { color: #7c3aed; background: #f1eafe; }.fcl-metric--teal > span { color: #0891b2; background: #e6fafd; }

.fcl-directory { overflow: hidden; border: 1px solid var(--fcl-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(35, 57, 91, .08); }
.fcl-directory__header { padding: 24px 25px 17px; }
.fcl-directory__header span:first-child { color: #2563eb; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 900; }
.fcl-directory__header h2 { margin: 4px 0 2px; font-size: 1.28rem; letter-spacing: -.025em; }
.fcl-directory__header p { margin: 0; color: var(--fcl-muted); font-size: .82rem; }
.fcl-result-pill { display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid #dbeafe; border-radius: 12px; color: #475569; background: #f5f9ff; }
.fcl-result-pill i { color: #2563eb; }.fcl-result-pill span { color: #475569 !important; text-transform: none !important; letter-spacing: 0 !important; font-size: .75rem !important; }

.fcl-toolbar { display: grid; grid-template-columns: minmax(260px, 1.8fr) minmax(190px, .7fr) auto auto; align-items: end; gap: 10px; margin: 0 25px 20px; padding: 14px; border: 1px solid #e2eaf4; border-radius: 16px; background: #f8fafc; }
.fcl-toolbar label > span { display: block; margin: 0 0 6px 2px; color: #64748b; font-size: .68rem; font-weight: 800; }
.fcl-search > div { position: relative; }
.fcl-search i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #8ba0bb; }
.fcl-search input, .fcl-sort select { width: 100%; height: 43px; border: 1px solid #d5e0ed; border-radius: 11px; outline: none; color: #18243b; background: #fff; font: inherit; font-size: .84rem; }
.fcl-search input { padding: 0 72px 0 40px; }.fcl-sort select { padding: 0 12px; }
.fcl-search input:focus, .fcl-sort select:focus { border-color: #60a5fa; box-shadow: 0 0 0 3px rgba(59,130,246,.12); }
.fcl-search kbd { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); padding: 3px 6px; border: 1px solid #d9e2ee; border-radius: 6px; color: #8896aa; background: #f8fafc; font-size: .61rem; }

.fcl-client-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0 25px 24px; }
.fcl-client-card { overflow: hidden; border: 1px solid #dce6f2; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(35,57,91,.07); }
.fcl-client-card.is-inactive { opacity: .78; }
.fcl-client-card > header { padding: 18px; border-bottom: 1px solid #edf1f7; background: linear-gradient(135deg, #fbfdff, #f5f9ff); }
.fcl-client-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.fcl-client-brand > span { flex: 0 0 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg, #2563eb, #0891b2); font-weight: 900; }
.fcl-client-brand div { min-width: 0; }.fcl-client-brand small, .fcl-client-brand em { display: block; color: #718096; font-size: .67rem; font-style: normal; }.fcl-client-brand strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .98rem; }
.fcl-status { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; font-size: .66rem; font-weight: 850; }.fcl-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }.fcl-status.is-active { color: #047857; background: #e8f8f1; }.fcl-status.is-inactive { color: #64748b; background: #eef2f7; }
.fcl-contact { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 15px 18px 10px; }
.fcl-contact > div, .fcl-contact > a, .fcl-location { min-width: 0; display: flex; align-items: center; gap: 9px; text-decoration: none; color: inherit; }
.fcl-contact span, .fcl-location > span { flex: 0 0 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: #2563eb; background: #edf4ff; font-size: .72rem; }
.fcl-contact p { min-width: 0; margin: 0; }.fcl-contact small, .fcl-location small { display: block; color: #8a98ab; font-size: .58rem; }.fcl-contact strong, .fcl-location strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .69rem; }
.fcl-location { margin: 0 18px 13px; padding: 10px 11px; border: 1px solid #e7edf5; border-radius: 11px; background: #fafcff; }
.fcl-connections { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0 18px 12px; }
.fcl-connections a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 11px; border: 1px solid #e4ebf4; border-radius: 12px; color: inherit; background: #fff; text-decoration: none; }.fcl-connections a > span { height: 34px; display: grid; place-items: center; border-radius: 10px; color: #2563eb; background: #edf4ff; }.fcl-connections small, .fcl-connections em { display: block; color: #8190a5; font-size: .59rem; font-style: normal; }.fcl-connections strong { display: block; font-size: .9rem; }.fcl-connections a > i { color: #9aa9bc; font-size: .65rem; }
.fcl-health { display: flex; align-items: center; gap: 10px; margin: 0 18px 15px; padding: 10px 12px; border-radius: 11px; }.fcl-health > i { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; }.fcl-health span strong, .fcl-health span small { display: block; }.fcl-health span strong { font-size: .7rem; }.fcl-health span small { margin-top: 1px; opacity: .75; font-size: .59rem; }.fcl-health.is-connected { color: #047857; background: #ecfdf5; }.fcl-health.is-setup { color: #a16207; background: #fffbeb; }
.fcl-client-card > footer { padding: 12px 18px; border-top: 1px solid #edf1f7; background: #fbfcfe; }.fcl-client-card > footer > span { color: #8290a5; font-size: .64rem; }.fcl-client-card > footer > div { display: flex; align-items: center; gap: 6px; }.fcl-client-card > footer a, .fcl-client-card > footer button { height: 31px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 9px; border: 1px solid #d7e1ed; border-radius: 9px; color: #475569; background: #fff; text-decoration: none; font-size: .65rem; font-weight: 800; }.fcl-client-card > footer form { margin: 0; }.fcl-client-card > footer button { width: 31px; padding: 0; cursor: pointer; }.fcl-client-card > footer .is-edit { color: #1d4ed8; border-color: #bfdbfe; }.fcl-client-card > footer .is-danger { color: #dc2626; border-color: #fecaca; }.fcl-client-card > footer .is-success { color: #047857; border-color: #a7f3d0; }

.fcl-onboarding { margin: 0 25px 24px; border: 1px solid #dbe7f4; border-radius: 19px; background: linear-gradient(180deg, #fbfdff, #f6faff); }
.fcl-onboarding__intro { padding: 25px; border-bottom: 1px solid #dfe8f3; }.fcl-onboarding__intro > span { flex: 0 0 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #2563eb, #06b6d4); box-shadow: 0 10px 25px rgba(37,99,235,.2); font-size: 1.15rem; }.fcl-onboarding__intro > div { flex: 1; }.fcl-onboarding__intro small { color: #2563eb; text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; font-weight: 900; }.fcl-onboarding__intro h3 { margin: 4px 0; font-size: 1.35rem; letter-spacing: -.025em; }.fcl-onboarding__intro p { margin: 0; color: var(--fcl-muted); font-size: .78rem; }
.fcl-onboarding__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; padding: 18px; }
.fcl-journey, .fcl-separation { padding: 21px; border: 1px solid #e0e9f4; border-radius: 16px; background: #fff; }.fcl-journey > div > small, .fcl-separation__header small { color: #2563eb; text-transform: uppercase; letter-spacing: .09em; font-size: .59rem; font-weight: 900; }.fcl-journey h4, .fcl-separation h4 { margin: 3px 0 4px; font-size: 1rem; }.fcl-journey > div > p { margin: 0; color: #738198; font-size: .71rem; }.fcl-journey ol { position: relative; margin: 18px 0 0; padding: 0; list-style: none; }.fcl-journey ol::before { content: ""; position: absolute; left: 19px; top: 25px; bottom: 25px; width: 1px; background: #cfe0f7; }.fcl-journey li { position: relative; display: flex; gap: 12px; padding: 7px 0; }.fcl-journey li > span { z-index: 1; flex: 0 0 39px; height: 39px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 13px; color: #2563eb; background: #eaf2ff; }.fcl-journey li strong, .fcl-journey li small { display: block; }.fcl-journey li strong { margin-top: 2px; font-size: .75rem; }.fcl-journey li small { margin-top: 2px; color: #77869a; line-height: 1.4; font-size: .64rem; }
.fcl-separation__header { display: flex; align-items: center; gap: 11px; }.fcl-separation__header > span { flex: 0 0 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: #7c3aed; background: #f1eafe; }.fcl-comparison { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin: 17px 0; }.fcl-comparison > span { min-height: 120px; display: flex; flex-direction: column; padding: 14px; border: 1px solid #e4eaf3; border-radius: 13px; background: #fafcff; }.fcl-comparison > span > i { margin-bottom: 12px; color: #2563eb; }.fcl-comparison strong { font-size: .72rem; }.fcl-comparison small { margin-top: 5px; color: #7b899e; line-height: 1.45; font-size: .62rem; }.fcl-comparison > i { color: #a4b1c2; }.fcl-separation > a { display: inline-flex; align-items: center; gap: 7px; color: #2563eb; text-decoration: none; font-size: .7rem; font-weight: 800; }
.fcl-security-note { display: flex; align-items: center; gap: 12px; margin: 0 18px 18px; padding: 13px 15px; border: 1px solid #fde68a; border-radius: 13px; color: #92400e; background: #fffbeb; }.fcl-security-note > i { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fef3c7; }.fcl-security-note strong, .fcl-security-note small { display: block; }.fcl-security-note strong { font-size: .72rem; }.fcl-security-note small { margin-top: 2px; color: #a16207; font-size: .63rem; }
.fcl-filter-empty { margin: 0 25px 24px; padding: 46px 20px; border: 1px dashed #cbd9ea; border-radius: 17px; text-align: center; background: #fafcff; }.fcl-filter-empty > span { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 16px; color: #2563eb; background: #eaf2ff; }.fcl-filter-empty h3 { margin: 0 0 5px; font-size: 1.05rem; }.fcl-filter-empty p { margin: 0 0 15px; color: var(--fcl-muted); font-size: .76rem; }
.fcl-directory__footer { min-height: 58px; padding: 10px 25px; border-top: 1px solid #e7edf5; background: #fbfcfe; }.fcl-directory__footer > div:first-child { display: flex; align-items: center; gap: 10px; color: #7a889c; font-size: .7rem; }.fcl-directory__footer em { padding: 4px 7px; border-radius: 7px; color: #2563eb; background: #eaf2ff; font-style: normal; font-weight: 800; }

@media (max-width: 1100px) {
    .fcl-hero { grid-template-columns: 1fr 300px; }
    .fcl-metrics { grid-template-columns: repeat(2, 1fr); }
    .fcl-client-grid, .fcl-onboarding__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .flagship-clients-page { padding: 22px 14px 38px; }
    .fcl-page-header, .fcl-directory__header, .fcl-onboarding__intro, .fcl-directory__footer { align-items: flex-start; flex-direction: column; }
    .fcl-page-header .fcl-button, .fcl-onboarding__intro .fcl-button { width: 100%; }
    .fcl-hero { display: block; min-height: auto; padding: 28px 24px; }
    .fcl-network { display: none; }
    .fcl-metrics { grid-template-columns: 1fr; }
    .fcl-toolbar { grid-template-columns: 1fr; margin-inline: 14px; }
    .fcl-toolbar .fcl-button, .fcl-toolbar .fcl-icon-button { width: 100%; }
    .fcl-client-grid { padding-inline: 14px; }
    .fcl-contact { grid-template-columns: 1fr; }
    .fcl-connections { grid-template-columns: 1fr; }
    .fcl-client-card > footer { align-items: flex-start; flex-direction: column; }
    .fcl-onboarding, .fcl-filter-empty { margin-inline: 14px; }
    .fcl-onboarding__intro > span { display: none; }
    .fcl-comparison { grid-template-columns: 1fr; }
    .fcl-comparison > i { transform: rotate(90deg); justify-self: center; }
}
