:root {
            --ieg_dcb8-primary: #d34a8f;
            --ieg_dcb8-bg: #fdfcfd;
            --ieg_dcb8-text: #1a1523;
            --ieg_dcb8-text-dim: #5c536b;
            --ieg_dcb8-accent: #f8e7f1;
            --ieg_dcb8-radius: 16px;
            --ieg_dcb8-shadow: 0 10px 30px rgba(211, 74, 143, 0.08);
            --ieg_dcb8-transition: 0.15s ease;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--ieg_dcb8-bg);
            color: var(--ieg_dcb8-text);
            line-height: 1.7;
            overflow-x: hidden;
            word-break: keep-all;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: var(--ieg_dcb8-transition);
        }

        img {
            max-width: 100%;
            display: block;
        }

        /* Enclave - Container */
        .ieg_dcb8-enclave {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

        /* Synapse/Flux - Navigation */
        .ieg_dcb8-synapse {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(211, 74, 143, 0.1);
        }

        .ieg_dcb8-flux-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 72px;
        }

        .ieg_dcb8-logo {
            height: 32px;
            display: flex;
            align-items: center;
        }

        .ieg_dcb8-logo img {
            height: 100%;
            width: auto;
        }

        .ieg_dcb8-flux-links {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
        }

        .ieg_dcb8-flux-link {
            font-size: 14px;
            font-weight: 500;
            color: var(--ieg_dcb8-text-dim);
            position: relative;
        }

        .ieg_dcb8-flux-link:hover,
        .ieg_dcb8-flux-link.active {
            color: var(--ieg_dcb8-primary);
        }

        .ieg_dcb8-flux-link.active::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--ieg_dcb8-primary);
        }

        /* Zenith - Hero Cinematic Strip */
        .ieg_dcb8-zenith {
            position: relative;
            width: 100%;
            height: 70vh;
            min-height: 480px;
            margin-top: 72px;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            background: #000;
        }

        .ieg_dcb8-zenith-fill {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.85;
        }

        .ieg_dcb8-zenith-overlay {
            position: relative;
            width: 100%;
            padding: 60px 0;
            background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
            color: #fff;
        }

        .ieg_dcb8-zenith-title {
            font-size: clamp(2rem, 5vw, 4rem);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 16px;
            letter-spacing: -0.03em;
        }

        .ieg_dcb8-zenith-tagline {
            font-size: clamp(1rem, 2vw, 1.25rem);
            opacity: 0.9;
            max-width: 800px;
            margin-bottom: 32px;
        }

        /* Spark/Jolt - Buttons */
        .ieg_dcb8-spark {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 32px;
            border-radius: var(--ieg_dcb8-radius);
            font-weight: 600;
            font-size: 16px;
            background: var(--ieg_dcb8-primary);
            color: #fff;
            border: none;
            cursor: pointer;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }

        .ieg_dcb8-spark:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(211, 74, 143, 0.3);
        }

        .ieg_dcb8-jolt {
            display: inline-flex;
            align-items: center;
            padding: 14px 32px;
            border-radius: var(--ieg_dcb8-radius);
            font-weight: 600;
            font-size: 16px;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin-left: 16px;
        }

        .ieg_dcb8-jolt:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        /* Glimmer - Section Spacing & Breadcrumb */
        .ieg_dcb8-glimmer {
            padding: 100px 0;
            background: var(--ieg_dcb8-bg);
        }

        .ieg_dcb8-vault-breadcrumb {
            padding: 24px 0;
            font-size: 13px;
            color: var(--ieg_dcb8-text-dim);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            margin-bottom: 40px;
        }

        .ieg_dcb8-vault-breadcrumb span {
            margin: 0 8px;
            opacity: 0.5;
        }

        /* Beam - Content Blocks */
        .ieg_dcb8-beam-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            align-items: center;
            margin-bottom: 80px;
        }

        .ieg_dcb8-beam-text {
            flex: 1;
            min-width: 320px;
        }

        .ieg_dcb8-beam-visual {
            flex: 1;
            min-width: 320px;
            border-radius: var(--ieg_dcb8-radius);
            overflow: hidden;
            box-shadow: var(--ieg_dcb8-shadow);
        }

        .ieg_dcb8-beam-label {
            display: inline-block;
            padding: 6px 12px;
            background: var(--ieg_dcb8-accent);
            color: var(--ieg_dcb8-primary);
            font-size: 12px;
            font-weight: 700;
            border-radius: 30px;
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .ieg_dcb8-beam-h2 {
            font-size: clamp(1.75rem, 3vw, 2.5rem);
            font-weight: 800;
            margin-bottom: 24px;
            line-height: 1.2;
            color: var(--ieg_dcb8-text);
        }

        .ieg_dcb8-beam-p {
            font-size: 17px;
            color: var(--ieg_dcb8-text-dim);
            margin-bottom: 24px;
            word-break: break-word;
        }

        /* Mote - Info Capsules */
        .ieg_dcb8-mote-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            margin-top: 60px;
        }

        .ieg_dcb8-capsule {
            background: #fff;
            padding: 40px;
            border-radius: var(--ieg_dcb8-radius);
            border: 1px solid rgba(0,0,0,0.04);
            transition: var(--ieg_dcb8-transition);
        }

        .ieg_dcb8-capsule:hover {
            border-color: var(--ieg_dcb8-primary);
            transform: translateY(-5px);
            box-shadow: var(--ieg_dcb8-shadow);
        }

        .ieg_dcb8-capsule-icon {
            width: 56px;
            height: 56px;
            background: var(--ieg_dcb8-accent);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .ieg_dcb8-capsule-icon svg {
            width: 28px;
            height: 28px;
            fill: var(--ieg_dcb8-primary);
        }

        .ieg_dcb8-capsule-h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        /* Performance Metrics */
        .ieg_dcb8-mote-stat {
            text-align: center;
            padding: 30px;
        }

        .ieg_dcb8-stat-val {
            font-size: 48px;
            font-weight: 900;
            color: var(--ieg_dcb8-primary);
            margin-bottom: 8px;
            display: block;
        }

        .ieg_dcb8-stat-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--ieg_dcb8-text-dim);
            text-transform: uppercase;
        }

        /* Echo - Residue (Footer) */
        .ieg_dcb8-echo {
            background: #110d18;
            color: #fff;
            padding: 80px 0 40px;
            margin-top: 100px;
        }

        .ieg_dcb8-residue-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }

        .ieg_dcb8-residue-brand h4 {
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 16px;
            color: var(--ieg_dcb8-primary);
        }

        .ieg_dcb8-residue-brand p {
            font-size: 14px;
            opacity: 0.6;
            margin-bottom: 24px;
        }

        .ieg_dcb8-residue-list h5 {
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .ieg_dcb8-residue-list a {
            display: block;
            font-size: 14px;
            opacity: 0.6;
            margin-bottom: 12px;
        }

        .ieg_dcb8-residue-list a:hover {
            opacity: 1;
            color: var(--ieg_dcb8-primary);
        }

        .ieg_dcb8-echo-bottom {
            padding-top: 40px;
            border-top: 1px solid rgba(255,255,255,0.05);
            text-align: center;
            font-size: 13px;
            opacity: 0.4;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .ieg_dcb8-flux-links {
                display: none; /* In real site, this would be a burger menu */
            }
            .ieg_dcb8-zenith {
                height: 60vh;
            }
            .ieg_dcb8-beam-grid {
                flex-direction: column;
            }
            .ieg_dcb8-jolt {
                margin-left: 0;
                margin-top: 12px;
                width: 100%;
                justify-content: center;
            }
            .ieg_dcb8-spark {
                width: 100%;
            }
        }

.ieg_dcb8-hdr-synapse {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--ieg_dcb8-text);
}
.ieg_dcb8-hdr-synapse,
.ieg_dcb8-hdr-synapse *,
.ieg_dcb8-hdr-synapse *::before,
.ieg_dcb8-hdr-synapse *::after {
    box-sizing: border-box;
}

.ieg_dcb8-hdr-synapse nav,
.ieg_dcb8-hdr-synapse div,
.ieg_dcb8-hdr-synapse section,
.ieg_dcb8-hdr-synapse article,
.ieg_dcb8-hdr-synapse aside,
.ieg_dcb8-hdr-synapse p,
.ieg_dcb8-hdr-synapse h1,
.ieg_dcb8-hdr-synapse h2,
.ieg_dcb8-hdr-synapse h3,
.ieg_dcb8-hdr-synapse h4,
.ieg_dcb8-hdr-synapse h5,
.ieg_dcb8-hdr-synapse h6,
.ieg_dcb8-hdr-synapse a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.ieg_dcb8-hdr-synapse p,
.ieg_dcb8-hdr-synapse h1,
.ieg_dcb8-hdr-synapse h2,
.ieg_dcb8-hdr-synapse h3,
.ieg_dcb8-hdr-synapse h4,
.ieg_dcb8-hdr-synapse h5,
.ieg_dcb8-hdr-synapse h6 {
    text-decoration: none;
}

.ieg_dcb8-hdr-synapse img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.ieg_dcb8-hdr-synapse {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.ieg_dcb8-hdr-synapse a.ieg_dcb8-hdr-flux-link {
    --aisite-shell-nav-padding: 0;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: flex;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.ieg_dcb8-hdr-synapse a.ieg_dcb8-hdr-flux-link,
.ieg_dcb8-hdr-synapse a.ieg_dcb8-hdr-flux-link:hover,
.ieg_dcb8-hdr-synapse a.ieg_dcb8-hdr-flux-link:focus,
.ieg_dcb8-hdr-synapse a.ieg_dcb8-hdr-flux-link:active,
.ieg_dcb8-hdr-synapse a.ieg_dcb8-hdr-flux-link.active,
.ieg_dcb8-hdr-synapse a.ieg_dcb8-hdr-flux-link[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-enclave{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.ieg_dcb8-hdr-synapse{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(211, 74, 143, 0.1);
        }

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-flux-wrap{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 72px;
        }

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-logo{
            height: 32px;
            display: flex;
            align-items: center;
        }

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-logo img{
            height: 100%;
            width: auto;
        }

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-flux-links{
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
        }

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-flux-link{
            font-size: 14px;
            font-weight: 500;
            color: #5c536b;
            position: relative;
        }

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-flux-link:hover, .ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-flux-link.active{
            color: #d34a8f;
        }

.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-flux-link.active::after{
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #d34a8f;
        }

@media (max-width: 768px){.ieg_dcb8-hdr-synapse .ieg_dcb8-hdr-flux-links{
                display: none; 
            }}

.ieg_dcb8-hdr-synapse {
    background: rgb(255, 255, 255);
    background-image: none;
}

.ieg_dcb8-ftr-echo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--ieg_dcb8-text);
}
.ieg_dcb8-ftr-echo,
.ieg_dcb8-ftr-echo *,
.ieg_dcb8-ftr-echo *::before,
.ieg_dcb8-ftr-echo *::after {
    box-sizing: border-box;
}

.ieg_dcb8-ftr-echo nav,
.ieg_dcb8-ftr-echo div,
.ieg_dcb8-ftr-echo section,
.ieg_dcb8-ftr-echo article,
.ieg_dcb8-ftr-echo aside,
.ieg_dcb8-ftr-echo p,
.ieg_dcb8-ftr-echo h1,
.ieg_dcb8-ftr-echo h2,
.ieg_dcb8-ftr-echo h3,
.ieg_dcb8-ftr-echo h4,
.ieg_dcb8-ftr-echo h5,
.ieg_dcb8-ftr-echo h6,
.ieg_dcb8-ftr-echo a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.ieg_dcb8-ftr-echo p,
.ieg_dcb8-ftr-echo h1,
.ieg_dcb8-ftr-echo h2,
.ieg_dcb8-ftr-echo h3,
.ieg_dcb8-ftr-echo h4,
.ieg_dcb8-ftr-echo h5,
.ieg_dcb8-ftr-echo h6 {
    text-decoration: none;
}

.ieg_dcb8-ftr-echo img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.ieg_dcb8-ftr-echo {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.ieg_dcb8-ftr-echo a,
.ieg_dcb8-ftr-echo a:hover,
.ieg_dcb8-ftr-echo a:focus,
.ieg_dcb8-ftr-echo a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-enclave{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.ieg_dcb8-ftr-echo{
            background: #110d18;
            color: #fff;
            padding: 80px 0 40px;
            margin-top: 100px;
        }

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-residue-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-residue-brand h4{
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 16px;
            color: #d34a8f;
        }

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-residue-brand p{
            font-size: 14px;
            opacity: 0.6;
            margin-bottom: 24px;
        }

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-residue-list h5{
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: 600;
        }

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-residue-list a{
            display: block;
            font-size: 14px;
            opacity: 0.6;
            margin-bottom: 12px;
        }

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-residue-list a:hover{
            opacity: 1;
            color: #d34a8f;
        }

.ieg_dcb8-ftr-echo .ieg_dcb8-ftr-echo-bottom{
            padding-top: 40px;
            border-top: 1px solid rgba(255,255,255,0.05);
            text-align: center;
            font-size: 13px;
            opacity: 0.4;
        }