:root {
    --fx-navy: #000E22;
    --fx-blue: #113d5a;
    --fx-cyan: #35bce8;
    --fx-gold: #c99a3d;
    --fx-ivory: #f7f3ec;
    --fx-ink: #102236;
    --fx-shell: min(1240px, calc(100% - 40px));
}
* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
.fx-shell {
    width: var(--fx-shell);
    margin-inline: auto;
}
.fx-header {
    position: relative;
    z-index: 50;
    background: var(--fx-navy);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fx-header__inner {
    min-height: 82px;
}
.fx-header a {
    color: #fff;
    text-decoration: none;
}
.fx-header .wp-block-site-logo img {
    max-height: 46px;
    width: auto;
}
.fx-hero {
    position: relative;
    min-height: var(--fx-min, 680px);
    display: grid;
    align-items: center;
    color: #fff;
    background: var(--fx-hero-bg), linear-gradient(120deg, #071d31, #113d5a);
    background-size: cover;
    background-position: center;
    isolation: isolate;
}
.fx-hero__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 18, 31, 0.98) 0%, rgba(4, 18, 31, 0.84) 46%, rgba(4, 18, 31, 0.18) 100%);
    z-index: -1;
}
.fx-hero__inner {
    padding-block: 90px;
    max-width: 1240px;
}
.fx-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    font-weight: 800;
    color: var(--fx-gold);
    margin: 0 0 1rem;
}
.fx-hero h1 {
    font-size: clamp(3rem, 7vw, 6.5rem);
    max-width: 820px;
    margin: 0 0 1.25rem;
    color: #fff;
}
.fx-hero__copy {
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    max-width: 650px;
    color: rgba(255, 255, 255, 0.78);
}
.fx-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.fx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.3rem;
    background: var(--fx-gold);
    color: var(--fx-navy) !important;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid var(--fx-gold);
    border-radius: 4px;
}
.fx-button--outline {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.55);
}
.fx-grid {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    gap: 24px;
}
.fx-grid--1 {
    --cols: 1;
}
.fx-grid--2 {
    --cols: 2;
}
.fx-grid--3 {
    --cols: 3;
}
.fx-grid--4 {
    --cols: 4;
}
.fx-card {
    background: #fff;
    border: 1px solid #e2e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 38px rgba(7, 29, 49, 0.07);
    transition:
        0.25s transform,
        0.25s box-shadow;
}
.fx-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(7, 29, 49, 0.13);
}
.fx-card__media {
    min-height: 180px;
    background: #edf4f7;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.fx-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fx-card__icon svg {
    width: 64px;
    height: 64px;
}
.fx-card__body {
    padding: 24px;
}
.fx-card__body h3 {
    margin: 0.3rem 0 0.75rem;
}
.fx-card__body h3 a {
    text-decoration: none;
    color: var(--fx-navy);
}
.fx-card__type {
    font-size: 0.72rem;
    color: var(--fx-gold);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.fx-text-link {
    font-weight: 700;
    text-decoration: none;
}
.fx-section-heading {
    text-align: left;
    max-width: 760px;
    margin: 0 auto 42px;
}
.fx-section-heading.is-centered {
    text-align: center;
}
.fx-section-heading h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    margin: 0.4rem 0 1rem;
}
.fx-feature-strip {
    background: var(--fx-navy);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 9px;
    overflow: hidden;
}
.fx-feature {
    display: flex;
    gap: 16px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.fx-feature:last-child {
    border: 0;
}
.fx-feature svg {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
}
.fx-feature p {
    margin: 0.35rem 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
}
.fx-cta {
    background: linear-gradient(120deg, var(--fx-navy), var(--fx-blue));
    color: #fff;
    padding: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.fx-cta h2 {
    color: #fff;
    margin: 0.2rem 0;
}
.fx-cta p {
    color: rgba(255, 255, 255, 0.7);
}
.fx-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--fx-ivory);
    border-radius: 8px;
}
.fx-stats > div {
    text-align: center;
    padding: 40px;
    border-right: 1px solid #dfd8cd;
}
.fx-stats > div:last-child {
    border: 0;
}
.fx-stats strong {
    display: block;
    font-size: clamp(2.3rem, 5vw, 4rem);
    color: var(--fx-navy);
}
.fx-stats span {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #667382;
}
.fx-archive-hero {
    padding-block: 72px;
    background-image: url("../images/hero-network.svg");
    background-size: cover;
    background-position: center;
}
.fx-archive-hero h1 {
    font-size: clamp(2.7rem, 6vw, 5rem);
    color: #fff;
}
.fx-footer {
    padding-block: 65px;
}
.fx-footer a {
    color: #fff;
}
.fx-footer .wp-block-navigation {
    gap: 0.65rem;
}
.fx-editor-card {
    padding: 28px;
    background: #071d31;
    color: #fff;
    border-radius: 8px;
}
.fx-editor-card h2,
.fx-editor-card h3 {
    color: #fff;
}
@media (max-width: 900px) {
    .fx-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .fx-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .fx-header__inner > .wp-block-buttons {
        display: none;
    }
}
@media (max-width: 600px) {
    :root {
        --fx-shell: min(100% - 28px, 1240px);
    }
    .fx-hero {
        min-height: 620px;
    }
    .fx-hero__veil {
        background: rgba(4, 18, 31, 0.84);
    }
    .fx-grid {
        grid-template-columns: 1fr;
    }
    .fx-feature-strip,
    .fx-stats {
        grid-template-columns: 1fr;
    }
    .fx-feature,
    .fx-stats > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .fx-cta {
        padding: 32px 24px;
        align-items: flex-start;
        flex-direction: column;
    }
    .fx-header__inner {
        min-height: 70px;
    }
}
.wp-block-group{
    margin-top: 0;
}

.fx-header__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: var(--fx-shell);
    max-width: none;
    min-height: 82px;
    margin-inline: auto;
    gap: 28px;
}

/*
 * Keep the logo pinned to the left.
 */
.fx-header__inner > .wp-block-site-logo {
    flex: 0 0 auto;
    margin: 0;
}

/*
 * Push the navigation and everything after it to the right.
 */
.fx-header__inner > .wp-block-navigation {
    flex: 0 0 auto;
    margin-left: auto;
}

/*
 * Keep the button directly beside the menu.
 */
.fx-header__inner > .wp-block-buttons {
    flex: 0 0 auto;
    margin: 0;
}

.fx-header .wp-block-navigation__container {
    gap: 28px;
}

.fx-header .wp-block-navigation-item {
    margin: 0;
}

.fx-header .wp-block-navigation-item__content {
    padding: 12px 0;
    color: #fff;
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.2;
}

.fx-header .wp-block-navigation-item__content:hover,
.fx-header .wp-block-navigation-item__content:focus-visible,
.fx-header .current-menu-item > .wp-block-navigation-item__content {
    color: var(--fx-gold);
}

.fx-header .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border: 1px solid var(--fx-gold);
    border-radius: 4px;
    background: var(--fx-gold);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.fx-header .wp-block-button__link:hover,
.fx-header .wp-block-button__link:focus-visible {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.fx-header .wp-block-site-logo {
    display: flex;
    align-items: center;
    line-height: 0;
}

.fx-header .wp-block-site-logo a {
    display: flex;
    align-items: center;
}

.fx-header .wp-block-site-logo img {
    display: block;
    width: auto;
    max-width: 190px;
    height: auto;
    max-height: 46px;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .fx-header__inner {
        gap: 20px;
    }

    .fx-header .wp-block-navigation__container {
        gap: 18px;
    }

    .fx-header .wp-block-navigation-item__content {
        font-size: 0.86rem;
    }

    .fx-header .wp-block-button__link {
        padding-inline: 16px;
        font-size: 0.76rem;
    }
}

@media (max-width: 900px) {
    .fx-header__inner {
        width: min(100% - 32px, 1240px);
        justify-content: space-between;
    }

    .fx-header__inner > .wp-block-navigation {
        margin-left: auto;
    }

    .fx-header__inner > .wp-block-buttons {
        display: none;
    }

    .fx-header .wp-block-navigation__responsive-container-open {
        color: #fff;
    }
}

@media (max-width: 600px) {
    .fx-header__inner {
        min-height: 70px;
        gap: 16px;
    }

    .fx-header .wp-block-site-logo img {
        max-width: 150px;
        max-height: 40px;
    }
}

.fx-header .wp-block-site-logo {
    display: block;
    flex: 0 0 190px;
    width: 190px;
    min-width: 190px;
    margin: 0;
    position: relative;
    z-index: 100;
}

.fx-header .wp-block-site-logo .custom-logo-link {
    display: block;
    width: 190px;
    height: 50px;
}

.fx-header .wp-block-site-logo img.custom-logo {
    display: block !important;
    width: 190px !important;
    max-width: 190px !important;
    height: 50px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 101;
    object-fit: contain;
    object-position: left center;
}

.fusionix-hero-strip {
    margin-top:0;
}

.has-navy-background-color {
    background-color: #000E22 !important;
}

.block-editor-iframe__body{
    color: #000;
}

/* Fusionix default */
section,
.wp-block-group,
.wp-block-cover,
.wp-block-columns {
    border: 0;
    outline: 0;
    box-shadow: none;
}

footer {
    margin-block-start: 0;
}

/* =========================================================
   Articles archive
   ========================================================= */

.fx-articles-hero {
    position: relative;
    overflow: hidden;
    margin: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 14, 34, 1) 0%,
            rgba(0, 14, 34, 0.92) 44%,
            rgba(0, 14, 34, 0.46) 72%,
            rgba(0, 14, 34, 0.12) 100%
        ),
        url("../images/articles-header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.fx-articles-hero__inner {
    min-height: 360px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fx-articles-hero__eyebrow {
    margin: 0 0 14px;
    color: var(--fx-gold);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
}

.fx-articles-hero__title {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.fx-articles-hero__description {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    font-weight: 300;
    line-height: 1.7;
}

.fx-articles-page {
    margin: 0;
    background: #fff;
}

.fx-articles-page__inner {
    padding: 72px 0 90px;
}

.fx-articles-toolbar {
    width: 100%;
    margin-bottom: 40px;
    gap: 20px;
}

.fx-articles-categories select,
.fx-articles-search .wp-block-search__input {
    min-height: 46px;
    border: 1px solid #dce2e7;
    border-radius: 4px;
    background: #fff;
    color: var(--fx-ink);
    font: inherit;
}

.fx-articles-categories select {
    min-width: 210px;
    padding: 10px 38px 10px 14px;
}

.fx-articles-search {
    width: min(100%, 420px);
}

.fx-articles-search .wp-block-search__inside-wrapper {
    padding: 0;
    border: 0;
}

.fx-articles-search .wp-block-search__input {
    padding: 10px 14px;
}

.fx-articles-search .wp-block-search__button {
    min-width: 46px;
    min-height: 46px;
    margin: 0 0 0 8px;
    border: 0;
    border-radius: 4px;
    background: var(--fx-navy);
    color: #fff;
}

.fx-articles-grid {
    gap: 26px;
}

.fx-article-card {
    height: 100%;
    overflow: hidden;
    margin: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(0, 14, 34, 0.09);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.fx-article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(0, 14, 34, 0.15);
}

.fx-article-card__image {
    margin: 0;
    overflow: hidden;
    background: #edf2f6;
}

.fx-article-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 300ms ease;
}

.fx-article-card:hover .fx-article-card__image img {
    transform: scale(1.035);
}

.fx-article-card__body {
    padding: 24px;
}

.fx-article-card__categories {
    margin: 0 0 10px;
    color: var(--fx-gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.fx-article-card__categories a {
    color: inherit;
    text-decoration: none;
}

.fx-article-card__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.28;
}

.fx-article-card__title a {
    color: var(--fx-navy);
    text-decoration: none;
}

.fx-article-card__title a:hover {
    color: var(--fx-gold);
}

.fx-article-card__excerpt {
    margin: 14px 0 0;
    color: #667382;
    font-size: 0.94rem;
    line-height: 1.65;
}

.fx-article-card__excerpt p {
    margin: 0;
}

.fx-article-card__meta {
    margin-top: 18px;
    gap: 7px;
    color: #7a8792;
    font-size: 0.78rem;
}

.fx-article-card__separator {
    margin: 0;
}

.fx-article-card__link {
    display: inline-flex;
    margin-top: 20px;
    color: var(--fx-navy);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.fx-article-card__link:hover {
    color: var(--fx-gold);
}

.fx-articles-pagination {
    margin-top: 52px;
    gap: 8px;
}

.fx-articles-pagination a,
.fx-articles-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    margin: 0;
    border: 1px solid #dce2e7;
    border-radius: 4px;
    background: #fff;
    color: var(--fx-navy);
    font-size: 0.86rem;
    text-decoration: none;
}

.fx-articles-pagination .current {
    border-color: var(--fx-navy);
    background: var(--fx-navy);
    color: #fff;
}

.fx-articles-pagination a:hover {
    border-color: var(--fx-gold);
    color: var(--fx-gold);
}

.fx-articles-empty {
    padding: 60px 24px;
    text-align: center;
}

@media (max-width: 900px) {
    .fx-articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .fx-articles-hero__inner {
        min-height: 320px;
        padding: 64px 0;
    }

    .fx-articles-page__inner {
        padding: 52px 0 70px;
    }

    .fx-articles-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .fx-articles-categories,
    .fx-articles-categories select,
    .fx-articles-search {
        width: 100%;
    }

    .fx-articles-grid {
        grid-template-columns: 1fr !important;
    }

    .fx-article-card__body {
        padding: 22px;
    }
}

/* =========================================================
   Services archive
   ========================================================= */

.fx-services-archive,
.fx-process-section {
    margin: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.fx-services-archive {
    background: #ffffff;
}

.fx-services-archive__inner {
    padding: 88px 0 100px;
}

.fx-services-archive__heading {
    max-width: 760px;
    margin: 0 0 46px;
    text-align: left;
}

.fx-section-eyebrow {
    margin: 0 0 12px;
    color: var(--fx-gold);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.fx-services-archive__title {
    margin: 0;
    color: var(--fx-navy);
    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 500;
    line-height: 1.1;
}

.fx-services-archive__description {
    max-width: 650px;
    margin: 18px 0 0;
    color: #667382;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* How We Work */

.fx-process-section {
    background: #f5f7f9;
}

.fx-process-section__inner {
    padding: 90px 0 100px;
}

.fx-process-section__heading {
    max-width: 740px;
    margin: 0 auto 58px;
    text-align: center;
}

.fx-process-section__heading h2 {
    margin: 0;
    color: var(--fx-navy);
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    font-weight: 500;
}

.fx-process-section__heading > p:last-child {
    max-width: 650px;
    margin: 18px auto 0;
    color: #667382;
}

.fx-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.fx-process::before {
    position: absolute;
    z-index: 0;
    top: 29px;
    right: 8%;
    left: 8%;
    height: 1px;
    content: "";
    background: rgba(0, 14, 34, 0.18);
}

.fx-process__step {
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: center;
}

.fx-process__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 86px;
    height: 86px;

    margin: 0 auto 26px;

    padding: 20px;

    border-radius: 50%;
    background: #000E22;

    box-shadow: 0 12px 30px rgba(0,14,34,.16);
}

.fx-process__icon img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.fx-process__step h3 {
    margin: 0;
    color: #000e22;
    font-size: 1.05rem;
    font-weight: 600;
}

.fx-process__step > p:last-child {
    margin: 12px 0 0;
    color: #667382;
    font-size: 0.85rem;
    line-height: 1.6;
}

.fx-process__step > .wp-block-image {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .fx-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 48px;
    }

    .fx-process::before {
        display: none;
    }
}

@media (max-width: 640px) {
    .fx-process__step {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        column-gap: 20px;
        align-items: start;
        padding: 0 0 34px;
        text-align: left;
    }

    .fx-process__icon {
        grid-row: 1 / span 2;
        width: 64px;
        height: 64px;
        margin: 0;
        padding: 14px;
    }

    .fx-process__step h3 {
        align-self: end;
        margin: 5px 0 0;
        text-align: left;
    }

    .fx-process__step > p:last-child {
        margin-top: 8px;
        text-align: left;
    }
}

.wp-block-fusionix-hero{
    margin-top:0;
}

.wp-block-fusionix-banner{
    margin-top:0;
}

.fx-page-main,
.fx-page-main > .wp-block-post-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

.fx-page-main .wp-block-fusionix-hero.alignfull {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

.fx-contact-content {
    margin: 0;
    padding: 80px 0 0;
    background: #ffffff;
}

.fx-contact-columns {
    align-items: stretch;
    gap: 30px;
}

.fx-contact-columns > .wp-block-column {
    display: flex;
}

.fx-contact-columns
> .wp-block-column
> .wp-block-fusionix-contact-details,
.fx-contact-columns
> .wp-block-column
> .wp-block-fusionix-contact-form {
    width: 100%;
}

.fx-contact-map {
    margin-top: 70px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
}

.fx-contact-map iframe {
    display: block;
    width: 100%;
}

.fx-contact-sticky-wrap {
    position: relative;
    min-height: 130px;
    margin-top: 48px;
    padding-bottom: 20px;
}

.fx-contact-sticky {
    position: sticky;
    z-index: 20;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 24px 30px;
    border: 0;
    border-radius: 7px;
    background: #000e22;
    box-shadow: 0 18px 42px rgba(0, 14, 34, 0.25);
}

.fx-contact-sticky__copy {
    margin: 0;
}

.fx-contact-sticky__copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 500;
}

.fx-contact-sticky__copy p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.fx-contact-sticky .wp-block-buttons {
    flex: 0 0 auto;
    margin: 0;
}

.fx-contact-sticky .wp-block-button__link {
    white-space: nowrap;
    color: #ffffff;
    font-weight: 500;
}

@media (max-width: 900px) {
    .fx-contact-columns {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .fx-contact-content {
        padding-top: 52px;
    }

    .fx-contact-sticky {
        align-items: flex-start;
        flex-direction: column;
        bottom: 10px;
        padding: 22px;
    }

    .fx-contact-sticky .wp-block-buttons,
    .fx-contact-sticky .wp-block-button,
    .fx-contact-sticky .wp-block-button__link {
        width: 100%;
    }
}

.fx-services-archive__heading {
    width: min(80vw, 1320px);
    max-width: none;
    margin: 0 auto 46px;
    text-align: left;
    margin-top: 40px;
    padding-top:60px;
}

.fx-services-archive__heading > * {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.fx-services-archive__description {
    max-width: 720px;
}

.fx-single-expertise__hero {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(53, 188, 232, 0.18),
            transparent 30%
        ),
        #000e22;
    color: #ffffff;
}

.fx-single-expertise__hero-columns {
    gap: clamp(3rem, 7vw, 6rem);
}

.fx-single-expertise__hero-content {
    max-width: 760px;
}

.fx-single-expertise__back {
    margin: 0 0 2rem;
}

.fx-single-expertise__back a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.fx-single-expertise__back a:hover,
.fx-single-expertise__back a:focus-visible {
    color: #ffffff;
}

.fx-single-expertise__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 6vw, 5.75rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.fx-single-expertise__excerpt {
    max-width: 680px;
    margin: 1.75rem 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.75;
}

.fx-single-expertise__excerpt p {
    margin: 0;
}

.fx-single-expertise__actions {
    margin-top: 2.25rem;
}

.fx-single-expertise__visual {
    display: flex;
    justify-content: center;
}

.fx-single-expertise__image {
    display: grid;
    width: min(100%, 340px);
    aspect-ratio: 1;
    place-items: center;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
}

.fx-single-expertise__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fx-single-expertise__body {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.fx-single-expertise__content {
    color: #263947;
    font-size: 1.04rem;
    line-height: 1.8;
}

.fx-single-expertise__content h2 {
    margin-top: 2em;
    color: #071d31;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.fx-single-expertise__content h3 {
    margin-top: 1.75em;
    color: #113d5a;
    font-size: 1.4rem;
}

@media (max-width: 780px) {
    .fx-single-expertise__hero-columns {
        flex-direction: column;
    }

    .fx-single-expertise__hero-content,
    .fx-single-expertise__visual {
        flex-basis: 100% !important;
    }

    .fx-single-expertise__visual {
        justify-content: flex-start;
    }

    .fx-single-expertise__image {
        width: min(100%, 280px);
    }
}

.fx-about-split {
    gap: 0 !important;
    align-items: stretch !important;
}

.fx-about-split > .wp-block-column {
    display: flex;
    margin: 0 !important;
}

.fx-about-split > .wp-block-column > * {
    width: 100%;
}

@media (max-width: 781px) {
    .fx-about-split {
        flex-direction: column;
    }
}

/* Articles filter and search toolbar */
.fx-articles-toolbar {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    gap: 1rem;
    width: 100%;
    margin-inline: 0 !important;
}

/* Prevent Gutenberg's space-between class taking control */
.fx-articles-toolbar.is-content-justification-space-between {
    justify-content: flex-start !important;
}

/* Keep both controls at their natural widths */
.fx-articles-categories,
.fx-articles-search {
    flex: 0 0 auto;
    margin: 0 !important;
}

/* Category label */
.fx-articles-categories .wp-block-categories__label {
    display: block;
    margin: 0 0 0.45rem;
    color: #071d31;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
}

/* Category dropdown */
.fx-articles-categories select {
    width: 220px;
    min-height: 48px;
    margin: 0;
    padding: 0 2.5rem 0 0.9rem;
    border: 1px solid #d5dde3;
    border-radius: 6px;
    background-color: #ffffff;
    color: #071d31;
    font: inherit;
}

/* Search form */
.fx-articles-search {
    width: min(100%, 320px);
}

.fx-articles-search .wp-block-search__inside-wrapper {
    min-height: 48px;
    margin: 0;
}

.fx-articles-search .wp-block-search__input {
    min-height: 48px;
    margin: 0;
    padding: 0 0.9rem;
    border: 1px solid #d5dde3;
    border-radius: 6px 0 0 6px;
}

.fx-articles-search .wp-block-search__button {
    min-width: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border-radius: 0 6px 6px 0;
}

/* Mobile */
@media (max-width: 620px) {
    .fx-articles-toolbar {
        align-items: stretch !important;
        flex-direction: column;
    }

    .fx-articles-categories,
    .fx-articles-categories select,
    .fx-articles-search {
        width: 100%;
    }
}

.fx-articles-categories .wp-block-categories__label {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fx-articles-toolbar {
    align-items: center !important;
}