 <style id="cyberops-hero-video-inline">
        #banner-video-background {
            position: absolute;
            inset: 1;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
            background: #000;
        }

        #banner-video-background .cyberops-hero-video {
            position: absolute;
            inset: 50% auto auto 50%;
            width: 100%;
            height: 100%;
            min-width: 100%;
            min-height: 100%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            display: block;
        }

        #banner-video-background .banner-video-overlay {
            z-index: 1;
        }

        .section-banner .hero-container {
            position: relative;
            z-index: 2;
        }

        @media (prefers-reduced-motion: reduce) {
            #banner-video-background .cyberops-hero-video {
                animation: none !important;
            }
        }

        @media (max-width:767px) {
            #banner-video-background .cyberops-hero-video {
                min-width: 100%;
                min-height: 100%;
            }
        }
    
    <style id="cyberops-new-strategy">
        /* Cyber Ops — visual strategy v2 */
        .cyberops-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
            gap: 50px;
            align-items: center
        }

        .cyberops-kicker {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 18px
        }

        .cyberops-kicker i {
            font-size: 11px;
            color: var(--accent-color)
        }

        .cyberops-hero-copy .title-heading {
            max-width: 760px;
            margin-bottom: 22px
        }

        .cyberops-hero-copy .hero-lead {
            max-width: 650px;
            font-size: 18px;
            line-height: 1.75
        }

        .cyberops-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px
        }

        .cyberops-hero-note {
            display: flex;
            gap: 12px;
            align-items: center;
            margin-top: 20px;
            font-size: 13px;
            opacity: .82
        }

        .cyberops-hero-note i {
            color: var(--accent-color)
        }

        .cyberops-workflow {
            position: relative;
            padding: 22px;
            border: 1px solid rgba(255, 255, 255, .11);
            border-radius: 26px;
            background: linear-gradient(145deg, rgba(24, 27, 40, .94), rgba(9, 10, 15, .96));
            box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
            overflow: hidden
        }

        .cyberops-workflow:before {
            content: '';
            position: absolute;
            inset: -40% -20% auto auto;
            width: 260px;
            height: 260px;
            background: radial-gradient(circle, rgba(92, 103, 255, .25), transparent 68%);
            pointer-events: none
        }

        .workflow-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 18px;
            position: relative;
            z-index: 1
        }

        .workflow-top span {
            font-size: 12px;
            letter-spacing: .08em;
            text-transform: uppercase;
            opacity: .65
        }

        .workflow-status {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            font-size: 11px;
            padding: 6px 9px;
            border-radius: 99px;
            background: rgba(92, 103, 255, .11);
            color: #b8c0ff
        }

        .workflow-status i {
            font-size: 7px
        }

        .workflow-node {
            position: relative;
            z-index: 1;
            padding: 15px 16px;
            border-radius: 15px;
            background: #0d0f15;
            border: 1px solid rgba(255, 255, 255, .08);
            display: flex;
            align-items: center;
            gap: 13px
        }

        .workflow-node+.workflow-line {
            height: 28px;
            width: 2px;
            background: linear-gradient(var(--accent-color), rgba(92, 103, 255, .08));
            margin-left: 25px
        }

        .workflow-node .node-icon {
            width: 36px;
            height: 36px;
            border-radius: 11px;
            display: grid;
            place-items: center;
            background: rgba(92, 103, 255, .12);
            color: #aeb6ff
        }

        .workflow-node strong {
            display: block;
            font-size: 14px;
            margin-bottom: 3px
        }

        .workflow-node small {
            font-size: 11px;
            opacity: .62
        }

        .workflow-arrow {
            margin-left: auto;
            opacity: .35
        }

        .workflow-result {
            margin-top: 14px;
            padding: 12px 14px;
            border-radius: 12px;
            background: rgba(92, 103, 255, .07);
            font-size: 12px;
            color: #d7d9e5
        }

        .cyberops-section-intro {
            max-width: 760px;
            margin: 0 auto 45px;
            text-align: center
        }

        .cyberops-section-intro p {
            max-width: 680px;
            margin: 0 auto
        }

        .cyberops-problem-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px
        }

        .cyberops-problem {
            padding: 25px;
            border: 1px solid rgba(255, 255, 255, .09);
            border-radius: 18px;
            background: rgba(255, 255, 255, .018);
            min-height: 155px;
            transition: .25s ease
        }

        .cyberops-problem:hover {
            transform: translateY(-4px);
            border-color: rgba(92, 103, 255, .42);
            background: rgba(92, 103, 255, .05)
        }

        .cyberops-problem i {
            font-size: 19px;
            color: var(--accent-color);
            margin-bottom: 20px
        }

        .cyberops-problem h3 {
            font-size: 18px;
            margin: 0 0 9px
        }

        .cyberops-problem p {
            font-size: 13px;
            margin: 0;
            opacity: .7;
            line-height: 1.65
        }

        .cyberops-service-card {
            height: 100%;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, .09);
            border-radius: 22px;
            background: linear-gradient(160deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .008));
            position: relative;
            overflow: hidden
        }

        .cyberops-service-card:after {
            content: '';
            position: absolute;
            width: 130px;
            height: 130px;
            right: -70px;
            top: -70px;
            border-radius: 50%;
            background: rgba(92, 103, 255, .11)
        }

        .cyberops-service-number {
            font-size: 12px;
            letter-spacing: .12em;
            color: #9fa8ff;
            margin-bottom: 22px
        }

        .cyberops-service-card h3 {
            font-size: 25px;
            margin-bottom: 12px
        }

        .cyberops-service-card p {
            font-size: 14px;
            line-height: 1.7;
            opacity: .75
        }

        .cyberops-service-card ul {
            padding: 0;
            margin: 22px 0 25px;
            list-style: none
        }

        .cyberops-service-card li {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            font-size: 13px;
            margin-bottom: 11px;
            opacity: .86
        }

        .cyberops-service-card li i {
            color: var(--accent-color);
            margin-top: 4px
        }

        .cyberops-visual-panel {
            padding: 34px;
            border-radius: 26px;
            background: linear-gradient(145deg, #10121a, #090a0e);
            border: 1px solid rgba(255, 255, 255, .1);
            overflow: hidden
        }

        .before-after {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            gap: 18px;
            align-items: center
        }

        .ba-box {
            padding: 24px;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, .08);
            background: #0c0e13
        }

        .ba-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: .1em;
            opacity: .5;
            margin-bottom: 16px
        }

        .ba-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            margin: 12px 0
        }

        .ba-item i {
            width: 23px;
            text-align: center;
            opacity: .65
        }

        .ba-arrow {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: rgba(92, 103, 255, .13);
            color: #aeb6ff
        }

        .cyberops-mini-flow {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 8px;
            align-items: center;
            margin-top: 26px
        }

        .mini-step {
            padding: 14px 10px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            background: #0c0e13;
            font-size: 11px
        }

        .mini-step i {
            display: block;
            color: var(--accent-color);
            margin-bottom: 9px;
            font-size: 16px
        }

        .mini-arrow {
            text-align: center;
            opacity: .35
        }

        .cyberops-ai-message {
            display: grid;
            grid-template-columns: .9fr 1.1fr;
            gap: 50px;
            align-items: center
        }

        .cyberops-quote {
            font-size: 32px;
            line-height: 1.25;
            font-weight: 600;
            margin: 0
        }

        .cyberops-quote span {
            color: #8f98ff
        }

        .cyberops-ai-points {
            display: grid;
            gap: 13px
        }

        .ai-point {
            display: flex;
            gap: 14px;
            padding: 18px;
            border-radius: 16px;
            background: rgba(255, 255, 255, .025);
            border: 1px solid rgba(255, 255, 255, .07)
        }

        .ai-point i {
            color: var(--accent-color);
            margin-top: 3px
        }

        .ai-point strong {
            display: block;
            font-size: 14px;
            margin-bottom: 4px
        }

        .ai-point p {
            margin: 0;
            font-size: 12px;
            line-height: 1.6;
            opacity: .68
        }

        .cyberops-process {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px
        }

        .process-card {
            padding: 26px 22px;
            border-top: 1px solid rgba(255, 255, 255, .12);
            position: relative
        }

        .process-num {
            font-size: 12px;
            color: #9fa8ff;
            letter-spacing: .12em;
            margin-bottom: 20px
        }

        .process-card h3 {
            font-size: 19px;
            margin-bottom: 9px
        }

        .process-card p {
            font-size: 13px;
            line-height: 1.65;
            opacity: .68;
            margin: 0
        }

        .cyberops-examples {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 14px
        }

        .example-card {
            padding: 22px;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, .08);
            background: #0b0d12;
            display: flex;
            justify-content: space-between;
            gap: 18px;
            align-items: center
        }

        .example-card h3 {
            font-size: 16px;
            margin: 0 0 5px
        }

        .example-card p {
            font-size: 12px;
            opacity: .6;
            margin: 0
        }

        .example-icon {
            width: 45px;
            height: 45px;
            flex: 0 0 45px;
            border-radius: 14px;
            display: grid;
            place-items: center;
            background: rgba(92, 103, 255, .1);
            color: #aeb6ff
        }

        .cyberops-final-cta {
            padding: 65px 30px;
            border-radius: 28px;
            background: linear-gradient(135deg, rgba(92, 103, 255, .14), rgba(255, 255, 255, .025));
            border: 1px solid rgba(255, 255, 255, .1);
            text-align: center
        }

        .cyberops-final-cta h2 {
            max-width: 850px;
            margin: 0 auto 14px
        }

        .cyberops-final-cta p {
            max-width: 650px;
            margin: 0 auto
        }

        @media(max-width:991px) {

            .cyberops-hero-grid,
            .cyberops-ai-message {
                grid-template-columns: 1fr
            }

            .cyberops-problem-grid {
                grid-template-columns: repeat(2, 1fr)
            }

            .cyberops-process {
                grid-template-columns: repeat(2, 1fr)
            }

            .cyberops-mini-flow {
                grid-template-columns: 1fr
            }

            .mini-arrow {
                transform: rotate(90deg)
            }
        }

        @media(max-width:767px) {

            .cyberops-problem-grid,
            .cyberops-examples,
            .before-after {
                grid-template-columns: 1fr
            }

            .ba-arrow {
                margin: auto;
                transform: rotate(90deg)
            }

            .cyberops-process {
                grid-template-columns: 1fr
            }

            .cyberops-quote {
                font-size: 27px
            }

            .cyberops-hero-copy .hero-lead {
                font-size: 16px
            }

            .cyberops-workflow {
                padding: 16px
            }
        }
    
    <style id="cyberops-compact-strategy">
        /* Cyber Ops — compact information architecture */
        .section-dark-alt {
            background: rgba(255, 255, 255, .012)
        }

        .cyberops-problem-grid-compact {
            grid-template-columns: repeat(4, 1fr)
        }

        .cyberops-service-card-new {
            min-height: 100%;
            display: flex;
            flex-direction: column
        }

        .cyberops-service-card-new .service-card-icon {
            width: 52px;
            height: 52px;
            border-radius: 16px;
            display: grid;
            place-items: center;
            background: rgba(92, 103, 255, .12);
            color: #aeb6ff;
            font-size: 20px;
            margin-bottom: 18px
        }

        .cyberops-service-card-new .cyberops-service-number {
            margin-bottom: 10px
        }

        .cyberops-service-card-new ul {
            margin-bottom: 28px
        }

        .cyberops-service-card-new .link-wrapper {
            margin-top: auto
        }

        .cyberops-tech-note {
            margin: 26px auto 0;
            max-width: 900px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 10px;
            text-align: center;
            font-size: 12px;
            line-height: 1.6;
            opacity: .62
        }

        .cyberops-tech-note i {
            color: var(--accent-color);
            margin-top: 2px
        }

        .cyberops-before-after-panel {
            padding: 30px
        }

        .before-after-compact {
            gap: 22px
        }

        .ba-box-highlight {
            box-shadow: 0 0 0 1px rgba(92, 103, 255, .15), 0 20px 50px rgba(0, 0, 0, .22)
        }

        .cyberops-simple-note {
            max-width: 860px;
            margin: 24px auto 0;
            text-align: center;
            font-size: 14px;
            line-height: 1.6;
            opacity: .72
        }

        .cyberops-process-compact .process-card {
            padding: 22px;
            border-top: 1px solid rgba(255, 255, 255, .1);
            border-radius: 14px;
            background: rgba(255, 255, 255, .012)
        }

        .cyberops-process-compact .process-num {
            margin-bottom: 13px
        }

        @media(max-width:991px) {
            .cyberops-problem-grid-compact {
                grid-template-columns: repeat(2, 1fr)
            }
        }

        @media(max-width:767px) {
            .cyberops-problem-grid-compact {
                grid-template-columns: 1fr
            }

            .cyberops-tech-note {
                flex-direction: column;
                align-items: center
            }

            .cyberops-before-after-panel {
                padding: 18px
            }
        }
    