:root {
    --fc-navy: #0b3153;
    --fc-blue: #125f82;
    --fc-sky: #eaf5f8;
    --fc-orange: #e77629;
    --fc-orange-dark: #c95b14;
    --fc-green: #1c755a;
    --fc-ink: #173247;
    --fc-muted: #5d6f7d;
    --fc-line: #d9e4ea;
    --fc-soft: #f5f8fa;
}

body.page-funding_consulting {
    background: #fff;
    color: var(--fc-ink);
}

.fc-container {
    width: min(1120px, calc(100% - 40px));
    margin-inline: auto;
}

.fc-container-narrow {
    width: min(860px, calc(100% - 40px));
}

.fc-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(67, 169, 197, .28), transparent 34%),
        linear-gradient(130deg, #071f38 0%, #0b3f63 58%, #0a526f 100%);
}

.fc-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    mask-image: linear-gradient(to right, #000, transparent 72%);
}

.fc-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    min-height: 610px;
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    align-items: center;
    gap: 64px;
    padding: 76px 0 68px;
}

.fc-eyebrow,
.fc-section-kicker,
.fc-mini-kicker {
    margin: 0 0 12px;
    color: var(--fc-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
}

.fc-hero .fc-eyebrow {
    display: inline-flex;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 99px;
    color: #d6f4ff;
    background: rgba(255, 255, 255, .08);
    letter-spacing: .08em;
}

.fc-hero h1 {
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(34px, 4.1vw, 55px);
    line-height: 1.35;
    letter-spacing: -.03em;
}

.fc-hero-lead {
    max-width: 700px;
    margin: 0;
    color: #e7f1f7;
    font-size: 17px;
    line-height: 2;
}

.fc-hero-lead strong {
    color: #fff1cc;
}

.fc-hero-actions,
.fc-final-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.fc-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.fc-button:hover {
    transform: translateY(-2px);
}

.fc-button-primary {
    color: #fff;
    background: var(--fc-orange);
    box-shadow: 0 12px 30px rgba(231, 118, 41, .28);
}

.fc-button-primary:hover {
    color: #fff;
    background: var(--fc-orange-dark);
}

.fc-button-secondary {
    border-color: rgba(255, 255, 255, .38);
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.fc-button-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.fc-hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 26px 0 0;
    padding: 0;
    color: #dceaf1;
    font-size: 13px;
    list-style: none;
}

.fc-hero-notes i {
    margin-right: 5px;
    color: #82d5bb;
}

.fc-hero-visual {
    position: relative;
    align-self: stretch;
    min-height: 470px;
}

.fc-hero-visual::after {
    position: absolute;
    inset: auto 5% 5% auto;
    width: 62%;
    height: 30%;
    border-radius: 50%;
    background: rgba(7, 27, 44, .6);
    filter: blur(40px);
    content: "";
}

.fc-hero-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.fc-hero-card {
    position: absolute;
    z-index: 2;
    right: -22px;
    bottom: 34px;
    max-width: 320px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 12px;
    background: rgba(8, 37, 59, .88);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .26);
    backdrop-filter: blur(10px);
}

.fc-hero-card span,
.fc-hero-card strong {
    display: block;
}

.fc-hero-card span {
    margin-bottom: 4px;
    color: #a9c8d8;
    font-size: 12px;
}

.fc-hero-card strong {
    color: #fff;
    font-size: 18px;
}

.fc-local-nav {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid var(--fc-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 7px 20px rgba(20, 48, 68, .06);
    backdrop-filter: blur(12px);
}

.fc-local-nav > div {
    display: flex;
    width: min(1120px, calc(100% - 40px));
    margin-inline: auto;
    overflow-x: auto;
    scrollbar-width: thin;
}

.fc-local-nav a {
    flex: 1 0 auto;
    padding: 16px 18px;
    color: var(--fc-ink);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.fc-local-nav a:hover {
    color: var(--fc-orange-dark);
    background: #fff8f2;
}

.fc-section {
    padding: 88px 0;
    scroll-margin-top: 70px;
}

.fc-section h2,
.fc-final-cta h2 {
    max-width: 850px;
    margin: 0;
    color: var(--fc-navy);
    font-size: clamp(27px, 3.2vw, 40px);
    line-height: 1.45;
    letter-spacing: -.02em;
}

.fc-section-lead {
    max-width: 860px;
    margin: 20px 0 0;
    color: var(--fc-muted);
    font-size: 16px;
    line-height: 1.95;
}

.fc-audience {
    background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
}

.fc-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
}

.fc-audience-card {
    padding: 34px;
    border: 1px solid var(--fc-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(24, 53, 73, .07);
}

.fc-audience-fit {
    border-top: 5px solid var(--fc-green);
}

.fc-audience-out {
    border-top: 5px solid #788a96;
}

.fc-card-label {
    color: var(--fc-green);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.fc-audience-out .fc-card-label {
    color: #667884;
}

.fc-audience-card h3 {
    margin: 14px 0 18px;
    color: var(--fc-navy);
    font-size: 22px;
    line-height: 1.5;
}

.fc-audience-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fc-audience-card li {
    position: relative;
    margin-top: 11px;
    padding-left: 24px;
    color: #435b6a;
    line-height: 1.7;
}

.fc-audience-fit li::before,
.fc-audience-out li::before {
    position: absolute;
    top: 1px;
    left: 0;
    font-weight: 900;
}

.fc-audience-fit li::before {
    color: var(--fc-green);
    content: "✓";
}

.fc-audience-out li::before {
    color: #8797a1;
    content: "—";
}

.fc-audience-card > p {
    margin: 20px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--fc-line);
    color: #687986;
    font-size: 13px;
}

.fc-support {
    background: #fff;
}

.fc-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.fc-support-grid article {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    padding: 30px 26px;
    border: 1px solid var(--fc-line);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff 0%, #f5fafc 100%);
}

.fc-support-grid article > i {
    margin: 18px 0 16px;
    color: var(--fc-blue);
    font-size: 30px;
}

.fc-step-number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #dce8ee;
    font-size: 36px;
    font-weight: 900;
}

.fc-support-grid h3,
.fc-options-grid h3,
.fc-fee-grid h3 {
    margin: 0 0 10px;
    color: var(--fc-navy);
    font-size: 19px;
    line-height: 1.5;
}

.fc-support-grid p,
.fc-options-grid p,
.fc-fee-grid p {
    margin: 0;
    color: var(--fc-muted);
    font-size: 14px;
    line-height: 1.8;
}

.fc-deliverables {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 58px;
    margin-top: 34px;
    padding: 40px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(125deg, var(--fc-navy), #0f5a77);
}

.fc-deliverables .fc-mini-kicker {
    color: #9ddbed;
}

.fc-deliverables h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.45;
}

.fc-deliverables p {
    margin: 0;
    color: #d4e6ef;
    line-height: 1.85;
}

.fc-deliverables ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fc-deliverables li {
    display: flex;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
}

.fc-deliverables li > i {
    margin-top: 3px;
    color: #ffd39f;
}

.fc-deliverables li strong,
.fc-deliverables li span {
    display: block;
}

.fc-deliverables li strong {
    margin-bottom: 3px;
    color: #fff;
}

.fc-deliverables li span {
    color: #cfe1e9;
    font-size: 13px;
    line-height: 1.55;
}

.fc-comparison {
    background: var(--fc-soft);
}

.fc-table-wrap {
    margin-top: 42px;
    overflow-x: auto;
    border: 1px solid var(--fc-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(24, 53, 73, .06);
}

.fc-comparison-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.fc-comparison-table th,
.fc-comparison-table td {
    padding: 19px 20px;
    border-right: 1px solid var(--fc-line);
    border-bottom: 1px solid var(--fc-line);
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
}

.fc-comparison-table thead th {
    color: #fff;
    background: var(--fc-navy);
    font-size: 15px;
}

.fc-comparison-table tbody th {
    width: 20%;
    color: var(--fc-navy);
    background: #f8fafb;
    font-size: 14px;
}

.fc-comparison-table td {
    width: 40%;
    color: #4c606e;
    font-size: 14px;
}

.fc-comparison-table .fc-highlight {
    background: #eef8f5;
}

.fc-comparison-table thead .fc-highlight {
    background: var(--fc-green);
}

.fc-source-note {
    margin: 18px 0 0;
    color: #6b7d89;
    font-size: 13px;
    line-height: 1.75;
}

.fc-source-note i {
    color: var(--fc-blue);
}

.fc-source-note a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fc-collaboration {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 24px;
    margin-top: 30px;
    padding: 30px;
    border-left: 5px solid var(--fc-orange);
    border-radius: 12px;
    background: #fff;
}

.fc-collaboration-icon {
    display: grid;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: var(--fc-orange-dark);
    background: #fff1e6;
    font-size: 28px;
    place-items: center;
}

.fc-collaboration h3 {
    margin: 0 0 8px;
    color: var(--fc-navy);
    font-size: 22px;
}

.fc-collaboration p:last-child {
    margin: 0;
    color: var(--fc-muted);
    line-height: 1.85;
}

.fc-options {
    background: #fff;
}

.fc-options-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.fc-options-grid article {
    padding: 28px 24px;
    border: 1px solid var(--fc-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 53, 73, .06);
}

.fc-options-grid i {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 12px;
    color: var(--fc-blue);
    background: var(--fc-sky);
    font-size: 22px;
    place-items: center;
}

.fc-guardrail {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 28px;
    margin-top: 28px;
    padding: 26px 30px;
    border: 1px solid #cfe6dc;
    border-radius: 12px;
    background: #f0faf6;
}

.fc-guardrail strong {
    color: var(--fc-green);
}

.fc-guardrail p {
    margin: 0;
    color: #506b60;
    line-height: 1.8;
}

.fc-process {
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(63, 153, 184, .2), transparent 34%),
        var(--fc-navy);
}

.fc-process .fc-section-kicker {
    color: #9bd9eb;
}

.fc-process h2 {
    color: #fff;
}

.fc-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.fc-process-list li {
    position: relative;
    padding: 26px 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
}

.fc-process-list li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -17px;
    color: #8ab7ca;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    transform: translateY(-50%);
}

.fc-process-list > li > span {
    display: inline-grid;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: var(--fc-navy);
    background: #bce9f2;
    font-weight: 900;
    place-items: center;
}

.fc-process-list h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 19px;
}

.fc-process-list p {
    margin: 0;
    color: #cfdee6;
    font-size: 14px;
    line-height: 1.8;
}

.fc-fee {
    background: #f7fafb;
}

.fc-fee-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
}

.fc-fee-grid article {
    padding: 30px;
    border: 1px solid var(--fc-line);
    border-radius: 14px;
    background: #fff;
}

.fc-fee-grid article > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: var(--fc-orange-dark);
    background: #fff1e6;
    font-size: 21px;
    place-items: center;
}

.fc-fee-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--fc-orange-dark);
    font-size: 18px;
}

.fc-disclosure-list {
    margin: 24px 0 0;
    padding: 22px 28px 22px 48px;
    border: 1px solid #eadcc6;
    border-radius: 12px;
    color: #665b4c;
    background: #fffaf2;
    font-size: 14px;
    line-height: 1.85;
}

.fc-profile {
    background: #fff;
}

.fc-profile-inner {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 46px;
    padding: 48px;
    border: 1px solid var(--fc-line);
    border-radius: 18px;
    background: linear-gradient(125deg, #fff 0%, #f4f9fb 100%);
    box-shadow: 0 14px 36px rgba(24, 53, 73, .06);
}

.fc-profile-inner > img {
    width: 200px;
    height: 200px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 10px 28px rgba(24, 53, 73, .16);
}

.fc-profile-inner h2 {
    font-size: 32px;
}

.fc-profile-inner p {
    color: var(--fc-muted);
    line-height: 1.9;
}

.fc-profile-inner .fc-profile-name {
    margin-bottom: 12px;
    color: var(--fc-ink);
    font-weight: 800;
}

.fc-profile-inner a {
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.fc-faq {
    background: var(--fc-soft);
}

.fc-faq-list {
    margin-top: 38px;
}

.fc-faq-list details {
    border-bottom: 1px solid var(--fc-line);
    background: #fff;
}

.fc-faq-list details:first-child {
    border-radius: 12px 12px 0 0;
}

.fc-faq-list details:last-child {
    border-bottom: 0;
    border-radius: 0 0 12px 12px;
}

.fc-faq-list summary {
    position: relative;
    padding: 22px 58px 22px 58px;
    color: var(--fc-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.fc-faq-list summary::-webkit-details-marker {
    display: none;
}

.fc-faq-list summary::before {
    position: absolute;
    top: 18px;
    left: 20px;
    color: var(--fc-blue);
    font-size: 20px;
    font-weight: 900;
    content: "Q";
}

.fc-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--fc-blue);
    font-size: 22px;
    content: "+";
    transform: translateY(-50%);
}

.fc-faq-list details[open] summary::after {
    content: "−";
}

.fc-faq-list details p {
    margin: 0;
    padding: 0 58px 24px;
    color: var(--fc-muted);
    line-height: 1.85;
}

.fc-final-cta {
    padding: 76px 0;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 10% 20%, rgba(87, 185, 210, .2), transparent 30%),
        linear-gradient(125deg, #092b49, #0b5a76);
}

.fc-final-cta .fc-section-kicker {
    color: #a9e2f0;
}

.fc-final-cta h2 {
    margin-inline: auto;
    color: #fff;
}

.fc-final-cta > .fc-container > p:not(.fc-section-kicker) {
    max-width: 720px;
    margin: 18px auto 0;
    color: #d7e8ef;
    font-size: 16px;
    line-height: 1.85;
}

.fc-final-actions {
    justify-content: center;
}

.fc-button-light {
    color: var(--fc-navy);
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.fc-button-light:hover {
    color: var(--fc-navy);
    background: #f3fbfe;
}

.fc-final-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 18px;
    color: #fff;
}

.fc-final-phone:hover {
    color: #fff;
}

.fc-final-phone span {
    color: #b9d3df;
    font-size: 11px;
}

.fc-final-phone strong {
    font-size: 21px;
    letter-spacing: .04em;
}

@media (max-width: 980px) {
    .fc-hero-inner {
        grid-template-columns: 1fr .72fr;
        gap: 34px;
    }

    .fc-hero-visual {
        min-height: 430px;
    }

    .fc-support-grid,
    .fc-options-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-process-list li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .fc-container,
    .fc-container-narrow,
    .fc-local-nav > div,
    .fc-hero-inner {
        width: min(100% - 32px, 1120px);
    }

    .fc-hero-inner {
        display: block;
        min-height: 0;
        padding: 52px 0 0;
    }

    .fc-hero h1 {
        margin-top: 14px;
        font-size: 31px;
    }

    .fc-hero h1 br {
        display: none;
    }

    .fc-hero-lead {
        font-size: 15px;
        line-height: 1.9;
    }

    .fc-hero-actions {
        display: grid;
    }

    .fc-button {
        width: 100%;
        padding-inline: 18px;
    }

    .fc-hero-notes {
        display: grid;
        gap: 8px;
    }

    .fc-hero-visual {
        min-height: 330px;
        margin-top: 36px;
    }

    .fc-hero-visual img {
        border-radius: 16px 16px 0 0;
    }

    .fc-hero-card {
        right: 10px;
        bottom: 18px;
        left: 10px;
        max-width: none;
    }

    .fc-local-nav {
        position: relative;
    }

    .fc-local-nav a {
        padding: 13px 15px;
        font-size: 12px;
    }

    .fc-section {
        padding: 64px 0;
    }

    .fc-audience-grid,
    .fc-support-grid,
    .fc-options-grid,
    .fc-fee-grid,
    .fc-process-list {
        grid-template-columns: 1fr;
    }

    .fc-audience-card,
    .fc-support-grid article,
    .fc-fee-grid article {
        padding: 26px 22px;
    }

    .fc-support-grid article {
        min-height: 0;
    }

    .fc-deliverables {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 28px 22px;
    }

    .fc-deliverables ul {
        grid-template-columns: 1fr;
    }

    .fc-collaboration {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .fc-collaboration-icon {
        width: 58px;
        height: 58px;
    }

    .fc-guardrail {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 22px;
    }

    .fc-process-list {
        gap: 14px;
    }

    .fc-process-list li:not(:last-child)::after {
        display: none;
    }

    .fc-profile-inner {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 28px 22px;
        text-align: center;
    }

    .fc-profile-inner > img {
        width: 150px;
        height: 150px;
        margin-inline: auto;
    }

    .fc-profile-inner h2 {
        font-size: 27px;
    }

    .fc-faq-list summary {
        padding: 20px 48px 20px 50px;
    }

    .fc-faq-list summary::before {
        left: 17px;
    }

    .fc-faq-list summary::after {
        right: 17px;
    }

    .fc-faq-list details p {
        padding: 0 22px 22px 50px;
    }

    .fc-final-cta {
        padding: 64px 0 90px;
    }

    .fc-final-actions {
        display: grid;
    }

    .fc-final-phone {
        align-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fc-button {
        transition: none;
    }
}
