:root {
    --fm-hero-ink: #102033;
    --fm-hero-muted: #516174;
    --fm-hero-blue: #0ea5e9;
    --fm-hero-blue-dark: #2563eb;
    --fm-hero-cyan: #22d3ee;
    --fm-hero-ice: #f8fbff;
    --fm-hero-line: rgba(15, 23, 42, .09);
}

.fm-hero,
.fm-page-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--fm-hero-ink) !important;
    background:
        radial-gradient(circle at 16% 18%, rgba(14, 165, 233, .16), transparent 34%),
        radial-gradient(circle at 82% 12%, rgba(34, 211, 238, .14), transparent 30%),
        radial-gradient(circle at 76% 82%, rgba(37, 99, 235, .08), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f3faff 48%, #eef7ff 100%) !important;
}

.fm-hero:before,
.fm-page-hero:before {
    content: '';
    position: absolute;
    inset: -210px auto auto -150px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(14, 165, 233, .18), rgba(34, 211, 238, .07) 46%, transparent 72%);
    filter: blur(3px);
    opacity: .95;
    animation: fmLightAurora 16s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.fm-hero:after,
.fm-page-hero:after {
    content: '';
    position: absolute;
    right: -170px;
    bottom: -210px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(14, 165, 233, .08)),
        radial-gradient(circle, rgba(34, 211, 238, .13), transparent 64%);
    border: 1px solid rgba(14, 165, 233, .14);
    box-shadow: inset 0 0 95px rgba(255, 255, 255, .65), 0 24px 90px rgba(14, 165, 233, .14);
    transform: rotate(15deg);
    animation: fmLightOrbit 20s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.fm-hero .container,
.fm-page-hero .container {
    position: relative;
    z-index: 2;
}

.fm-hero .container:before,
.fm-page-hero .container:before {
    content: '';
    position: absolute;
    inset: -48px -30px auto auto;
    width: min(42vw, 520px);
    height: min(42vw, 520px);
    background-image:
        linear-gradient(rgba(14, 165, 233, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14, 165, 233, .075) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle, #000 0%, transparent 70%);
    opacity: .9;
    animation: fmLightGridDrift 26s linear infinite;
    pointer-events: none;
    z-index: -1;
}

.fm-hero-shape {
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(224, 247, 255, .74)) !important;
    border: 1px solid rgba(14, 165, 233, .14) !important;
    box-shadow: 0 28px 80px rgba(14, 165, 233, .13) !important;
}

.fm-eyebrow,
.fm-hero .fm-breadcrumbs,
.fm-page-hero .fm-breadcrumbs {
    border-color: rgba(14, 165, 233, .20) !important;
    background: rgba(255, 255, 255, .74) !important;
    color: #2563eb !important;
    box-shadow: 0 14px 34px rgba(14, 165, 233, .10) !important;
    backdrop-filter: blur(12px);
}

.fm-hero h1,
.fm-page-hero h1 {
    color: #102033 !important;
    text-shadow: 0 18px 42px rgba(14, 165, 233, .10) !important;
}

.fm-hero p,
.fm-page-hero p {
    color: #516174 !important;
    text-shadow: none !important;
}

.fm-hero .btn-default,
.fm-hero a.btn-default,
.fm-hero button.btn-default.btn-highlighted.fm-consult-open,
.fm-page-hero .btn-default,
.fm-page-hero a.btn-default,
.fm-page-hero button.btn-default {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(14, 165, 233, .32) !important;
    box-shadow: 0 18px 42px rgba(14, 165, 233, .26) !important;
}

.fm-hero .btn-default:hover,
.fm-page-hero .btn-default:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 58px rgba(37, 99, 235, .30) !important;
}

.fm-mini-video-link {
    color: #2563eb !important;
}

.fm-play-circle {
    background: linear-gradient(135deg, #0ea5e9, #22d3ee) !important;
    color: #fff !important;
    box-shadow: 0 14px 36px rgba(14, 165, 233, .30) !important;
}

.fm-hero-media img {
    filter: drop-shadow(0 34px 42px rgba(15, 23, 42, .15)) !important;
}

.fm-stat {
    border-color: rgba(14, 165, 233, .15) !important;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07) !important;
    backdrop-filter: blur(12px);
}

.fm-stat b {
    color: #102033 !important;
}

.fm-stat span {
    color: #5b6b7d !important;
}

.fm-mini-header {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(240, 249, 255, .94)) !important;
    border-bottom: 1px solid rgba(14, 165, 233, .14) !important;
    box-shadow: 0 16px 46px rgba(15, 23, 42, .06);
}

.fm-mini-header .header-sticky.active {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(240, 249, 255, .98)) !important;
    box-shadow: 0 16px 46px rgba(15, 23, 42, .08);
}

.fm-mini-header .main-menu ul li a:hover {
    background: rgba(14, 165, 233, .10) !important;
}


/* Light hero header contrast */
.main-header .main-menu ul li a,
.fm-mini-header .main-menu ul li a {
    color: #102033 !important;
    text-shadow: none !important;
}

.main-header .main-menu ul li a:hover,
.main-header .main-menu ul li a:focus,
.fm-mini-header .main-menu ul li a:hover,
.fm-mini-header .main-menu ul li a:focus {
    color: #0ea5e9 !important;
    background: rgba(14, 165, 233, .10) !important;
}

.main-header .header-sticky.active .main-menu ul li a {
    color: #102033 !important;
}

.main-header .navbar-toggle,
.fm-mini-header .navbar-toggle {
    color: #102033 !important;
}

@keyframes fmLightAurora {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: .84;
    }
    50% {
        transform: translate3d(30px, 24px, 0) scale(1.08);
        opacity: 1;
    }
}

@keyframes fmLightOrbit {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(15deg) scale(1);
        opacity: .82;
    }
    50% {
        transform: translate3d(-24px, -16px, 0) rotate(9deg) scale(1.04);
        opacity: .98;
    }
}

@keyframes fmLightGridDrift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 68px 68px, 68px 68px;
    }
}

@media (max-width: 991px) {
    .fm-hero:after,
    .fm-page-hero:after {
        width: 440px;
        height: 440px;
        right: -220px;
        bottom: -150px;
    }

    .fm-hero .container:before,
    .fm-page-hero .container:before {
        width: 360px;
        height: 360px;
        right: -90px;
    }
}

@media (max-width: 767px) {
    .fm-hero,
    .fm-page-hero {
        background:
            radial-gradient(circle at 18% 18%, rgba(14, 165, 233, .14), transparent 34%),
            linear-gradient(135deg, #ffffff 0%, #eef7ff 100%) !important;
    }

    .fm-hero:before,
    .fm-page-hero:before {
        width: 360px;
        height: 360px;
        inset: -180px auto auto -120px;
    }

    .fm-hero:after,
    .fm-page-hero:after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fm-hero:before,
    .fm-page-hero:before,
    .fm-hero:after,
    .fm-page-hero:after,
    .fm-hero .container:before,
    .fm-page-hero .container:before {
        animation: none !important;
    }
}

/* Light hero breadcrumbs */
.fm-hero .fm-breadcrumbs,
.fm-page-hero .fm-breadcrumbs {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(14, 165, 233, .16) !important;
    background: rgba(255, 255, 255, .78) !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06) !important;
    backdrop-filter: blur(12px);
}

.fm-hero .fm-breadcrumbs a,
.fm-page-hero .fm-breadcrumbs a {
    color: #2563eb !important;
    text-decoration: none !important;
    font-weight: 800 !important;
}

.fm-hero .fm-breadcrumbs a:hover,
.fm-page-hero .fm-breadcrumbs a:hover {
    color: #0ea5e9 !important;
}

.fm-hero .fm-breadcrumbs span,
.fm-page-hero .fm-breadcrumbs span {
    color: #64748b !important;
}

.main-header .navbar-brand img,
.fm-mini-header .navbar-brand img {
    max-height: 52px;
}

@media (max-width: 767px) {
    .fm-hero .fm-breadcrumbs,
    .fm-page-hero .fm-breadcrumbs {
        border-radius: 18px !important;
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
}

:root {
    --fm-med-ink: #102033;
    --fm-med-text: #516174;
    --fm-med-muted: #64748b;
    --fm-med-blue: #0ea5e9;
    --fm-med-blue-dark: #2563eb;
    --fm-med-cyan: #22d3ee;
    --fm-med-soft: #f4faff;
    --fm-med-soft-2: #eaf6ff;
    --fm-med-border: rgba(15, 23, 42, .10);
    --fm-med-shadow: rgba(15, 23, 42, .08);
    --fm-red: #d8332a;
    --fm-red2: #ef5146;
}

.our-scrolling-ticker {
    background: linear-gradient(90deg, #e0f2fe 0%, #f8fbff 48%, #dbeafe 100%) !important;
    border-top: 1px solid rgba(14, 165, 233, .14) !important;
    border-bottom: 1px solid rgba(14, 165, 233, .14) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 16px 44px rgba(14, 165, 233, .08) !important;
}

.scrolling-content span {
    color: var(--fm-med-ink) !important;
}

.scrolling-content span img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(1964%) hue-rotate(174deg) brightness(96%) contrast(94%);
    opacity: .95;
}

.fm-section-soft,
.our-products {
    background:
        radial-gradient(circle at 16% 10%, rgba(14, 165, 233, .08), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

.fm-section-head h3,
.section-title h3,
.fm-eyebrow,
.fm-product-kicker,
.product-content p,
.fm-case-card h3 a:hover {
    color: var(--fm-med-blue-dark) !important;
}

.fm-section-head h3,
.section-title h3,
.fm-product-kicker {
    background: rgba(14, 165, 233, .09) !important;
    border: 1px solid rgba(14, 165, 233, .14) !important;
    box-shadow: none !important;
}

.fm-section-head h3,
.section-title h3 {
    display: inline-flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 13px;
    border-radius: 999px;
}

.fm-section-head h2,
.section-title h1,
.section-title h2,
.fm-about-intro h2,
.fm-catalog-body h3,
.fm-product-card h3,
.fm-product-card h3 a,
.fm-product-title-link,
.product-content h3,
.product-content h3 a,
.product-price h3,
.fm-spec-card b,
.fm-benefit h3,
.fm-step-card h3,
.fm-data-card h3,
.fm-route-card h3,
.fm-case-card h3,
.fm-case-card h3 a,
.fm-case-panel h3 {
    color: var(--fm-med-ink) !important;
}

.fm-section-head p,
.section-title p,
.section-title-content p,
.fm-catalog-body p,
.fm-product-lead,
.fm-benefit p,
.fm-step-card p,
.fm-data-card p,
.fm-route-card p,
.fm-case-card p,
.fm-about-intro p,
.fm-about-stat span,
.fm-team-card p {
    color: var(--fm-med-text) !important;
}

.btn-default,
a.btn-default,
button.btn-default,
.product-cart-btn a,
.section-footer-text span,
.fm-modal-card .btn-default {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    border-color: rgba(14, 165, 233, .26) !important;
    box-shadow: 0 16px 38px rgba(14, 165, 233, .22) !important;
}

.btn-default:hover,
a.btn-default:hover,
button.btn-default:hover,
.product-cart-btn a:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0284c7 0%, #1d4ed8 100%) !important;
    box-shadow: 0 20px 48px rgba(37, 99, 235, .28) !important;
}

.btn-default::before,
.btn-default::after,
.section-footer-text span::before,
.section-footer-text span::after {
    filter: none !important;
}

.fm-product-kicker {
    border-radius: 999px !important;
    padding: 8px 13px !important;
}

.fm-product-tags span,
.fm-application-list span {
    background: #f8fbff !important;
    border-color: rgba(14, 165, 233, .14) !important;
    color: #31445a !important;
}

.fm-product-card,
.fm-catalog-card,
.product-item,
.fm-benefit,
.fm-step-card,
.fm-data-card,
.fm-route-card,
.fm-spec-card,
.fm-case-card,
.fm-case-panel,
.fm-about-stat,
.fm-team-card,
.fm-table {
    background: rgba(255, 255, 255, .92) !important;
    border-color: rgba(14, 165, 233, .12) !important;
    box-shadow: 0 18px 54px rgba(15, 23, 42, .07) !important;
}

.fm-product-card:hover,
.fm-catalog-card:hover,
.product-item:hover,
.fm-case-card:hover {
    border-color: rgba(14, 165, 233, .24) !important;
    box-shadow: 0 26px 72px rgba(14, 165, 233, .13) !important;
}

.fm-product-media,
.fm-catalog-media,
.product-image,
.fm-case-media {
    background:
        radial-gradient(circle at 82% 16%, rgba(14, 165, 233, .10), transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
}

.fm-product-media::before,
.fm-catalog-card::before,
.product-item::before {
    background: rgba(14, 165, 233, .08) !important;
}

.fm-feature-list li:before,
.fm-about-list li:before,
.fm-benefit i,
.fm-step-card b,
.fm-data-card i,
.fm-team-card i {
    background: rgba(14, 165, 233, .10) !important;
    color: var(--fm-med-blue-dark) !important;
}

.product-rating i,
.review-image.add-more i,
.ingredients-body ul li::marker,
.fm-about-stat b,
.contact-info-content h3,
.post-item-content h2 a:hover,
.tag-links a:hover {
    color: var(--fm-med-blue-dark) !important;
}

.fm-data-panel,
.fm-cta-light,
.sale-now-box {
    background:
        radial-gradient(circle at 12% 12%, rgba(14, 165, 233, .10), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
    border-color: rgba(14, 165, 233, .14) !important;
    box-shadow: 0 18px 58px rgba(14, 165, 233, .10) !important;
}

.fm-cta {
    background:
        radial-gradient(circle at 90% 8%, rgba(14, 165, 233, .18), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #102033 100%) !important;
}

.fm-case-logo span {
    background: linear-gradient(135deg, #0ea5e9, #2563eb) !important;
    box-shadow: 0 12px 28px rgba(14, 165, 233, .24) !important;
}

.fm-case-logo-large {
    background: rgba(255, 255, 255, .14) !important;
    border-color: rgba(255, 255, 255, .22) !important;
}

.fm-case-logo-large span {
    background: #ffffff !important;
    color: var(--fm-med-blue-dark) !important;
}

.fm-table-row div:first-child {
    background: #f0f9ff !important;
    color: var(--fm-med-ink) !important;
}

::-webkit-scrollbar-track {
    background-color: #eff8ff !important;
    border-left-color: #dbeafe !important;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0ea5e9, #2563eb) !important;
}

::selection {
    color: #ffffff !important;
    background: #2563eb !important;
}

/* Unified medical palette cleanup */
:root {
    --accent-color: #0ea5e9;
    --accent-secondary-color: #2563eb;
    --fm-red: #0ea5e9;
    --fm-red2: #2563eb;
    --fm-med-ink: #102033;
    --fm-med-text: #516174;
    --fm-med-muted: #64748b;
    --fm-med-blue: #0ea5e9;
    --fm-med-blue-dark: #2563eb;
    --fm-med-cyan: #22d3ee;
    --fm-med-soft: #f7fbff;
    --fm-med-soft-2: #eef8ff;
    --fm-med-border: rgba(15, 23, 42, .09);
}

body {
    background: #f8fbff;
}

.fm-hero,
.fm-page-hero {
    background:
        radial-gradient(circle at 16% 18%, rgba(14, 165, 233, .13), transparent 32%),
        radial-gradient(circle at 84% 16%, rgba(34, 211, 238, .10), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f5fbff 48%, #edf7ff 100%) !important;
}

.fm-hero:before,
.fm-page-hero:before,
.fm-hero:after,
.fm-page-hero:after {
    opacity: .64 !important;
}

.our-scrolling-ticker,
.scrolling-ticker-box {
    background: linear-gradient(90deg, #eaf6ff 0%, #ffffff 50%, #e7f4ff 100%) !important;
    color: #102033 !important;
    border-color: rgba(14, 165, 233, .13) !important;
}

.scrolling-content span {
    color: #102033 !important;
}

.scrolling-content span img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(69%) saturate(1703%) hue-rotate(166deg) brightness(94%) contrast(94%) !important;
    opacity: .9 !important;
}

.fm-section-head h2,
.section-title h1,
.section-title h2,
.fm-products .fm-section-head h2,
.fm-products h2,
.product-content h3,
.product-content h3 a,
.fm-product-card h3,
.fm-product-card h3 a,
.fm-product-title-link,
.fm-catalog-body h3,
.fm-about-intro h2,
.fm-case-card h3,
.fm-case-card h3 a,
.fm-data-panel h2,
.fm-data-panel h3,
.fm-route-card h3,
.fm-step-card h3,
.fm-benefit h3 {
    color: #102033 !important;
    text-shadow: none !important;
}

.fm-section-head h3,
.section-title h3,
.fm-eyebrow,
.fm-product-kicker,
.fm-catalog-kicker,
.fm-card-kicker,
.fm-badge,
.fm-label,
.fm-tag,
.fm-product-tags span,
.fm-application-list span {
    color: #2563eb !important;
    background: rgba(14, 165, 233, .08) !important;
    border: 1px solid rgba(14, 165, 233, .14) !important;
    box-shadow: none !important;
}

.fm-section-head p,
.section-title p,
.section-title-content p,
.fm-product-lead,
.product-content p,
.fm-catalog-body p,
.fm-benefit p,
.fm-step-card p,
.fm-data-card p,
.fm-route-card p,
.fm-case-card p,
.fm-about-intro p {
    color: #516174 !important;
}

.btn-default,
a.btn-default,
button.btn-default,
.product-cart-btn a,
.fm-product-cta .btn-default,
.fm-hero a.btn-default,
.fm-hero button.btn-default.btn-highlighted.fm-consult-open,
.fm-page-hero a.btn-default,
.fm-page-hero button.btn-default,
.section-footer-text span,
.fm-modal-card .btn-default {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(14, 165, 233, .28) !important;
    box-shadow: 0 16px 38px rgba(14, 165, 233, .22) !important;
}

.btn-default:hover,
a.btn-default:hover,
button.btn-default:hover,
.product-cart-btn a:hover,
.fm-product-cta .btn-default:hover {
    background: linear-gradient(135deg, #0284c7 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border-color: rgba(37, 99, 235, .34) !important;
    box-shadow: 0 22px 52px rgba(37, 99, 235, .28) !important;
}

.fm-product-cta a.btn-default:not(.btn-highlighted),
a.btn-default.btn-outline,
.btn-default.btn-outline,
.fm-secondary-btn,
.fm-actions a.btn-default:not(:first-child) {
    background: #ffffff !important;
    color: #2563eb !important;
    border: 1px solid rgba(14, 165, 233, .22) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05) !important;
}

.fm-product-cta a.btn-default:not(.btn-highlighted):hover,
a.btn-default.btn-outline:hover,
.btn-default.btn-outline:hover,
.fm-secondary-btn:hover,
.fm-actions a.btn-default:not(:first-child):hover {
    background: #f0f9ff !important;
    color: #0f6fc7 !important;
    border-color: rgba(14, 165, 233, .34) !important;
}

.fm-product-card,
.fm-catalog-card,
.product-item,
.fm-benefit,
.fm-step-card,
.fm-data-card,
.fm-route-card,
.fm-spec-card,
.fm-case-card,
.fm-case-panel,
.fm-about-stat,
.fm-team-card,
.fm-table,
.fm-show-card,
.fm-ask-card,
.fm-data-panel,
.fm-cta-light,
.sale-now-box {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    color: #102033 !important;
    border: 1px solid rgba(14, 165, 233, .13) !important;
    box-shadow: 0 18px 54px rgba(15, 23, 42, .07) !important;
}

.fm-product-card:hover,
.fm-catalog-card:hover,
.product-item:hover,
.fm-benefit:hover,
.fm-step-card:hover,
.fm-data-card:hover,
.fm-route-card:hover,
.fm-case-card:hover,
.fm-show-card:hover,
.fm-ask-card:hover {
    border-color: rgba(14, 165, 233, .25) !important;
    box-shadow: 0 26px 72px rgba(14, 165, 233, .13) !important;
}

.fm-product-media,
.fm-catalog-media,
.product-image,
.fm-case-media,
.fm-device-media,
.fm-card-media {
    background:
        radial-gradient(circle at 84% 18%, rgba(14, 165, 233, .10), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #f3faff 100%) !important;
    border-color: rgba(14, 165, 233, .10) !important;
}

.fm-product-media:before,
.fm-catalog-card:before,
.product-item:before,
.fm-show-card:after,
.fm-product-media:after {
    background: rgba(14, 165, 233, .12) !important;
    border-color: rgba(14, 165, 233, .16) !important;
}

.fm-product-media:after {
    background: #0ea5e9 !important;
}

.fm-feature-list li:before,
.fm-about-list li:before,
.fm-benefit i,
.fm-step-card b,
.fm-data-card i,
.fm-team-card i,
.product-rating i,
.review-image.add-more i,
.ingredients-body ul li::marker,
.fm-about-stat b,
.contact-info-content h3,
.post-item-content h2 a:hover,
.tag-links a:hover {
    color: #2563eb !important;
    background-color: rgba(14, 165, 233, .10) !important;
}

.fm-show-card h2,
.fm-show-card h3,
.fm-show-card p,
.fm-show-card span,
.fm-ask-card h2,
.fm-ask-card h3,
.fm-ask-card p,
.fm-ask-card span {
    color: inherit !important;
}

.fm-cta {
    background:
        radial-gradient(circle at 86% 12%, rgba(34, 211, 238, .24), transparent 26%),
        linear-gradient(135deg, #0b5f95 0%, #0f8fd4 48%, #2563eb 100%) !important;
    color: #ffffff !important;
}

.fm-cta h2,
.fm-cta h3,
.fm-cta p,
.fm-cta span {
    color: #ffffff !important;
}

.footer,
.main-footer {
    background: #0f172a !important;
}

.fm-table-row div:first-child,
.fm-table th,
.table th {
    background: #eef8ff !important;
    color: #102033 !important;
}

.fm-table-row div,
.fm-table td,
.table td {
    border-color: rgba(14, 165, 233, .10) !important;
}

/* Neutralize old red accents left in inline page styles */
[style*="#df251b"],
[style*="#f23b2f"],
[style*="#e92b1f"],
[style*="#eb3429"],
[style*="#f33929"],
[style*="#dd2616"] {
    color: #2563eb !important;
    border-color: rgba(14, 165, 233, .18) !important;
}

@media (max-width: 767px) {
    .our-scrolling-ticker {
        box-shadow: none !important;
    }

    .fm-product-card,
    .fm-catalog-card,
    .product-item,
    .fm-show-card,
    .fm-ask-card {
        border-radius: 22px !important;
    }
}
