        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        .blueprint-grid {
            background-image: linear-gradient(to right, rgba(0, 51, 153, 0.05) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(0, 51, 153, 0.05) 1px, transparent 1px);
            background-size: 40px 40px;
        }

        .technical-shadow {
            box-shadow: 0 10px 40px -10px rgba(11, 23, 71, 0.08);
        }

        .technical-shadow-strong {
            box-shadow: 0 28px 80px -28px rgba(0, 32, 104, 0.36);
        }

        .flow-line {
            position: absolute;
            height: 1px;
            background: linear-gradient(90deg, transparent, #8aa4ff, transparent);
            width: 100%;
            opacity: 0.3;
            pointer-events: none;
        }

        .fascom-hero-shell {
            background-image:
                linear-gradient(to right, rgba(0, 51, 153, 0.07) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(0, 51, 153, 0.07) 1px, transparent 1px),
                radial-gradient(circle at 82% 34%, rgba(0, 51, 153, 0.16), transparent 30%),
                radial-gradient(circle at 14% 68%, rgba(254, 203, 0, 0.14), transparent 24%);
            background-size: 40px 40px, 40px 40px, auto, auto;
        }

        .fascom-hero-title {
            font-weight: 900;
            max-width: 10.5ch;
            text-wrap: balance;
        }

        .fascom-hero-title .text-primary-container {
            color: #003399;
        }

        .fascom-proof-chip {
            border: 1px solid rgba(0, 51, 153, 0.18);
            background: rgba(255, 255, 255, 0.72);
            box-shadow: 0 14px 40px -28px rgba(0, 32, 104, 0.55);
        }

        .fascom-cta-primary {
            box-shadow: 0 18px 36px -18px rgba(0, 32, 104, 0.65);
        }

        .fascom-cta-primary:hover {
            box-shadow: 0 22px 44px -18px rgba(0, 32, 104, 0.78);
            transform: translateY(-1px);
        }

        .fascom-product-card {
            border-color: rgba(0, 51, 153, 0.24);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 242, 255, 0.82));
        }

        .fascom-service-card {
            box-shadow: 0 24px 70px -36px rgba(0, 32, 104, 0.42);
        }

        .fascom-service-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 30px 80px -34px rgba(0, 32, 104, 0.5);
        }

        .fascom-metric-strip {
            background:
                linear-gradient(90deg, #00164e 0%, #002068 48%, #003399 100%);
        }

        .fascom-metric-strip::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(90deg, rgba(181, 196, 255, 0.14) 1px, transparent 1px);
            background-size: 80px 100%;
            pointer-events: none;
        }

        .fascom-section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #003399;
        }

        .fascom-section-kicker::before {
            content: "";
            width: 34px;
            height: 2px;
            background: #fecb00;
        }

        .fascom-solution-panel {
            box-shadow: 0 28px 80px -42px rgba(0, 32, 104, 0.45);
        }

        .fascom-advantage-grid {
            box-shadow: 0 26px 70px -44px rgba(0, 32, 104, 0.44);
        }

        .fascom-cta-band {
            box-shadow: 0 34px 86px -40px rgba(0, 32, 104, 0.58);
        }

        .font-h1 {
            font-family: "Public Sans", sans-serif;
            font-size: 64px;
            line-height: 1.1;
            letter-spacing: 0;
            font-weight: 700;
        }

        .font-h2 {
            font-family: "Public Sans", sans-serif;
            font-size: 48px;
            line-height: 1.2;
            letter-spacing: 0;
            font-weight: 600;
        }

        .font-h3 {
            font-family: "Public Sans", sans-serif;
            font-size: 32px;
            line-height: 1.3;
            font-weight: 600;
        }

        :focus-visible {
            outline: 3px solid #fecb00;
            outline-offset: 3px;
        }

        .skip-link {
            position: fixed;
            top: 12px;
            left: 12px;
            z-index: 9999;
            transform: translateY(-150%);
            transition: transform 180ms cubic-bezier(0.25, 1, 0.5, 1);
        }

        .skip-link:focus {
            transform: translateY(0);
        }

        .fascom-shell {
            background:
                radial-gradient(circle at 10% 0%, rgba(181, 196, 255, 0.35), transparent 28rem),
                radial-gradient(circle at 92% 12%, rgba(254, 203, 0, 0.13), transparent 22rem),
                #fbf8ff;
        }

        .fascom-site-nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 900;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            align-items: center;
            gap: 1.5rem;
            padding: 0 4rem;
            height: 72px;
            background: rgba(255, 255, 255, 0.92);
            border-bottom: 1px solid rgba(0, 32, 104, 0.14);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .nav-logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            min-width: 0;
            justify-self: start;
        }

        .nav-logo-mark {
            width: 168px;
            height: auto;
            max-height: 42px;
            flex: 0 1 168px;
            object-fit: contain;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 2.5rem;
            list-style: none;
            justify-self: center;
            margin: 0;
            padding: 0;
        }

        .nav-links a {
            color: #444653;
            text-decoration: none;
            font-size: 0.8rem;
            font-weight: 500;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            transition: color 0.2s;
        }

        .nav-links a:hover,
        .nav-links a.active {
            color: #003399;
        }

        .nav-actions {
            display: flex;
            align-items: center;
            justify-self: end;
            gap: 0.75rem;
            min-width: 0;
        }

        .nav-quote {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #fecb00;
            color: #002068 !important;
            min-height: 42px;
            padding: 0 1.2rem;
            text-decoration: none;
            font-size: 0.74rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            font-weight: 700 !important;
            transition: background 0.2s !important;
            white-space: nowrap;
        }

        .nav-quote:hover {
            background: #ffe08b !important;
        }

        .nav-toggle {
            display: none;
            background: none;
            border: 1px solid rgba(0, 32, 104, 0.14);
            color: #002068;
            width: 44px;
            height: 40px;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
        }

        .nav-toggle span {
            width: 18px;
            height: 2px;
            background: currentColor;
            display: block;
        }

        .fascom-footer {
            background: #222d5d;
            color: #f0efff;
            padding: 5rem 0;
        }

        .fascom-footer-main {
            display: grid;
            grid-template-columns: minmax(260px, 1.35fr) minmax(150px, 0.7fr) minmax(150px, 0.7fr) minmax(260px, 1.15fr);
            gap: clamp(2rem, 4vw, 3rem);
            margin-bottom: 4rem;
        }

        .fascom-footer-logo {
            display: inline-flex;
            background: #ffffff;
            padding: 0.55rem;
            margin-bottom: 2rem;
        }

        .fascom-footer-logo img {
            display: block;
            width: 190px;
            height: auto;
        }

        .fascom-footer-brand p {
            max-width: 340px;
            margin: 0 0 2rem;
            color: #c4c5d5;
            line-height: 1.7;
        }

        .fascom-footer-social {
            display: flex;
            gap: 1rem;
        }

        .fascom-footer-social a {
            display: inline-flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(196, 197, 213, 0.42);
            color: #f0efff;
            text-decoration: none;
            transition: background 180ms cubic-bezier(0.25, 1, 0.5, 1), border-color 180ms cubic-bezier(0.25, 1, 0.5, 1);
        }

        .fascom-footer-social a:hover {
            background: #003399;
            border-color: #003399;
        }

        .fascom-footer-social .material-symbols-outlined {
            font-size: 20px;
        }

        .fascom-footer h5 {
            margin: 0 0 1.5rem;
            color: #ffffff;
            font-family: "Public Sans", sans-serif;
            font-size: 1rem;
            font-weight: 900;
        }

        .fascom-footer ul {
            display: grid;
            gap: 1rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .fascom-footer a {
            color: #c4c5d5;
            text-decoration: none;
            transition: color 180ms cubic-bezier(0.25, 1, 0.5, 1);
        }

        .fascom-footer a:hover {
            color: #ffffff;
        }

        .fascom-footer-proof-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
        }

        .fascom-footer-proof-grid div {
            display: flex;
            min-height: 94px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.05);
            padding: 1rem;
            text-align: center;
        }

        .fascom-footer-proof-grid strong {
            margin-bottom: 0.25rem;
            color: #b5c4ff;
            font-size: 0.78rem;
            font-weight: 900;
        }

        .fascom-footer-proof-grid span {
            color: #c4c5d5;
            font-size: 0.68rem;
            line-height: 1.4;
        }

        .fascom-footer-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 2rem;
            color: #c4c5d5;
            font-size: 0.9rem;
        }

        .fascom-footer-bottom p {
            margin: 0;
        }

        .fascom-footer-bottom div {
            display: flex;
            gap: 2rem;
        }

        .page-hero {
            position: relative;
            overflow: hidden;
            padding: 9rem 0 5rem;
            background:
                linear-gradient(120deg, rgba(0, 32, 104, 0.98), rgba(0, 51, 153, 0.9)),
                radial-gradient(circle at 80% 20%, rgba(254, 203, 0, 0.22), transparent 24rem);
            color: #f0efff;
        }

        .page-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(to right, rgba(181, 196, 255, 0.1) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(181, 196, 255, 0.1) 1px, transparent 1px);
            background-size: 44px 44px;
            mask-image: linear-gradient(90deg, black, transparent 75%);
        }

        .page-hero>* {
            position: relative;
            z-index: 1;
        }

        .section-wrap {
            width: min(100%, 1280px);
            max-width: 1280px;
            margin: 0 auto;
            padding-left: 24px;
            padding-right: 24px;
        }

        .max-w-container-max {
            width: min(100%, 1280px);
        }

        .section-pad {
            padding-top: 7rem;
            padding-bottom: 7rem;
        }

        .precision-card {
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(0, 51, 153, 0.14);
            box-shadow: 0 24px 70px -46px rgba(0, 32, 104, 0.42);
        }

        .precision-card:hover {
            border-color: rgba(0, 51, 153, 0.35);
            box-shadow: 0 30px 80px -44px rgba(0, 32, 104, 0.48);
        }

        .probe-panel {
            border: 1px solid rgba(0, 32, 104, 0.18);
            border-radius: 6px;
            background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
            box-shadow: 0 24px 60px -46px rgba(0, 32, 104, 0.44);
            max-width: 100%;
        }

        .probe-card {
            border: 1px solid rgba(0, 32, 104, 0.16);
            border-radius: 6px;
            background: #ffffff;
            box-shadow: 0 18px 50px -40px rgba(0, 32, 104, 0.35);
            transition: border-color 180ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 180ms cubic-bezier(0.25, 1, 0.5, 1), transform 180ms cubic-bezier(0.25, 1, 0.5, 1);
        }

        .probe-card:hover {
            border-color: rgba(0, 51, 153, 0.32);
            box-shadow: 0 24px 58px -38px rgba(0, 32, 104, 0.42);
            transform: translateY(-2px);
        }

        .probe-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: 1px solid rgba(0, 32, 104, 0.18);
            border-radius: 4px;
            padding: 6px 10px;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: #153ea3;
            background: #fff;
        }

        .spec-rail {
            background: linear-gradient(180deg, #ffffff 0%, #f3f2ff 100%);
            border: 1px solid rgba(0, 51, 153, 0.14);
            max-width: 100%;
        }

        .spec-pill {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            border: 1px solid rgba(0, 51, 153, 0.18);
            border-radius: 999px;
            padding: 0.45rem 0.75rem;
            color: #153ea3;
            background: rgba(255, 255, 255, 0.72);
            font-size: 0.75rem;
            font-weight: 800;
            text-transform: uppercase;
        }

        .cta-gold {
            background: #fecb00;
            color: #241a00;
            box-shadow: 0 18px 38px -22px rgba(36, 26, 0, 0.6);
            transition: transform 180ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 180ms cubic-bezier(0.25, 1, 0.5, 1), background 180ms cubic-bezier(0.25, 1, 0.5, 1);
        }

        .cta-gold:hover {
            background: #ffe08b;
            transform: translateY(-1px);
            box-shadow: 0 24px 48px -24px rgba(36, 26, 0, 0.72);
        }

        .cta-blue {
            background: #003399;
            color: #ffffff;
            transition: transform 180ms cubic-bezier(0.25, 1, 0.5, 1), background 180ms cubic-bezier(0.25, 1, 0.5, 1);
        }

        .cta-blue:hover {
            background: #002068;
            transform: translateY(-1px);
        }

        .text-balance {
            text-wrap: balance;
        }

        .article-prose p {
            margin-bottom: 1.25rem;
            color: #444653;
            line-height: 1.75;
            max-width: 72ch;
        }

        .grid>[class*="col-span"] {
            min-width: 0;
        }

        h1,
        h2,
        h3,
        p,
        a {
            overflow-wrap: break-word;
        }

        img,
        svg,
        video,
        canvas {
            max-width: 100%;
        }

        .font-body-lg,
        .text-body-lg {
            font-family: "Inter", sans-serif;
            font-size: 18px;
            line-height: 1.6;
            font-weight: 400;
        }

        .text-technical-label,
        .font-technical-label {
            font-family: "Inter", sans-serif;
            font-size: 12px;
            line-height: 1;
            letter-spacing: 0.05em;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .fascom-site-nav {
                display: flex;
                justify-content: space-between;
                padding: 0 1.5rem;
            }

            .nav-logo-mark {
                width: 154px;
                flex-basis: 154px;
            }

            .nav-links {
                display: none;
                position: absolute;
                left: 1.5rem;
                right: 1.5rem;
                top: 84px;
                flex-direction: column;
                align-items: flex-start;
                gap: 0;
                padding: 1rem;
                background: rgba(255, 255, 255, 0.98);
                border: 1px solid rgba(0, 32, 104, 0.14);
            }

            .nav-links.open {
                display: flex;
            }

            .nav-links li,
            .nav-links a {
                width: 100%;
            }

            .nav-links a {
                display: block;
                padding: 0.85rem 0;
            }

            .nav-quote {
                min-height: 40px;
                padding: 0 0.9rem;
                font-size: 0.68rem;
            }

            .nav-toggle {
                display: flex;
            }

            .fascom-footer {
                padding: 4rem 0;
            }

            .fascom-footer-main {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .fascom-footer-proof-grid {
                grid-template-columns: 1fr;
            }

            .fascom-footer-bottom {
                align-items: flex-start;
                flex-direction: column;
            }

            .fascom-footer-bottom div {
                flex-wrap: wrap;
                gap: 1rem 1.5rem;
            }
        }

        @media (max-width: 767px) {
            .font-h1 {
                font-size: 38px;
                line-height: 1.16;
            }

            .font-h2 {
                font-size: 34px;
            }

            .font-h3 {
                font-size: 26px;
            }

            .fascom-hero-title {
                max-width: 100%;
            }

            .page-hero .font-h1,
            .text-balance {
                text-wrap: wrap;
            }

            .section-wrap {
                width: 100%;
                max-width: 100%;
            }

            .grid-cols-12 {
                grid-template-columns: minmax(0, 1fr) !important;
            }

            .grid>.col-span-12 {
                grid-column: 1 / -1 !important;
            }

            .page-hero p,
            main p {
                max-width: 100% !important;
            }

            main .max-w-xl,
            main .max-w-2xl,
            main .max-w-4xl,
            main .max-w-5xl {
                max-width: 100% !important;
            }

            .probe-chip {
                max-width: 100%;
                white-space: normal;
            }

            .fascom-service-card:hover,
            .fascom-cta-primary:hover,
            .probe-card:hover,
            .cta-gold:hover,
            .cta-blue:hover {
                transform: none;
            }

            .page-hero {
                padding: 7.5rem 0 4rem;
            }

            .nav-link.is-active::after {
                display: none;
            }

            .section-pad {
                padding-top: 4.5rem;
                padding-bottom: 4.5rem;
            }
        }

        @media (max-width: 520px) {
            .nav-quote {
                display: none;
            }
        }

        @media (min-width: 1024px) {
            .fascom-hero-title {
                font-size: 72px;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            .fascom-service-card,
            .fascom-cta-primary,
            .probe-card,
            .cta-gold,
            .cta-blue,
            .precision-card,
            .group-hover\:scale-105 {
                transition: none !important;
                transform: none !important;
            }
        }
