:root {
            --bg-base: #06070a;
            --bg-surface: #0f111a;
            --bg-surface-alt: #181b26;
            --accent-primary: #2817e1;
            --accent-glow: rgba(40, 23, 225, 0.4);
            --accent-light: #5244f2;
            --text-main: #f1f5f9;
            --text-muted: #94a3b8;
            --border-color: rgba(255, 255, 255, 0.06);
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 16px;
            --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            --transition: 0.25s ease;
        }

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

        body {
            font-family: var(--font-family);
            background-color: var(--bg-base);
            color: var(--text-main);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }

        /* Global Flex Rules */
        .ihiwu, .uxenu, .jfunqq, .tuqobe, 
        .oteteyu, .fikapeq, .pobapa, .duno, 
        .kmfsmj, .radoroy, .felu, .jdt {
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        /* Global Text Rules */
        .gco, .pzr, .jamm {
            word-break: break-word;
            overflow-wrap: break-word;
        }

        .gco {
            white-space: normal;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: -0.02em;
        }

        .pzr {
            word-break: keep-all;
            color: var(--text-muted);
        }

        /* Layout Wrappers */
        .jdt {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Navigation */
        .nyx-wrap {
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(6, 7, 10, 0.8);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--border-color);
            width: 100%;
            padding: 16px 0;
            justify-content: center;
        }

        .uxenu {
            width: 100%;
            max-width: 1200px;
            padding: 0 24px;
            justify-content: space-between;
            align-items: center;
        }

        .csb {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.25rem;
            min-width: 0;
        }

        .csb img {
            height: 28px;
            width: auto;
            display: block;
        }

        .jfunqq {
            display: flex;
            gap: 32px;
            align-items: center;
        }

        .jamm {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: var(--transition);
        }

        .jamm:hover, .jamm.active {
            color: #fff;
        }

        .jamm.active {
            position: relative;
        }

        .jamm.active::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--accent-primary);
            border-radius: 2px;
        }

        /* Display Areas */
        .tuqobe {
            padding: 100px 0 80px;
            background: radial-gradient(circle at top center, rgba(40, 23, 225, 0.15) 0%, transparent 60%);
            justify-content: center;
        }

        .oteteyu {
            padding: 80px 0;
            justify-content: center;
            border-top: 1px solid var(--border-color);
        }

        .fikapeq {
            padding: 100px 0;
            background-color: var(--bg-surface);
            justify-content: center;
            border-top: 1px solid var(--border-color);
        }

        /* Hero Specifics */
        .duno-top {
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        .edra-bnxa {
            background: rgba(40, 23, 225, 0.1);
            color: var(--accent-light);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 24px;
            border: 1px solid rgba(40, 23, 225, 0.3);
            display: inline-flex;
        }

        .gco-xl {
            font-size: clamp(2.5rem, 5vw, 4rem);
            color: #fff;
            margin-bottom: 24px;
        }

        .pzr-lead {
            font-size: 1.125rem;
            max-width: 680px;
            margin-bottom: 40px;
        }

        .kmfsmj-actions {
            gap: 16px;
            justify-content: center;
        }

        /* Buttons */
        .fireji, .uvaj {
            padding: 14px 32px;
            border-radius: var(--radius-md);
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
            border: none;
        }

        .fireji {
            background: var(--accent-primary);
            color: #fff;
            box-shadow: 0 4px 20px var(--accent-glow), inset 0 1px 0 rgba(255,255,255,0.2);
        }

        .fireji:hover {
            background: var(--accent-light);
            transform: translateY(-2px);
        }

        .uvaj {
            background: var(--bg-surface-alt);
            color: var(--text-main);
            border: 1px solid var(--border-color);
        }

        .uvaj:hover {
            background: rgba(255,255,255,0.05);
            border-color: rgba(255,255,255,0.2);
            transform: translateY(-2px);
        }

        /* Two Column Layout */
        .kmfsmj-split {
            width: 100%;
            gap: 64px;
            align-items: center;
        }

        .pobapa-half {
            flex: 1;
            min-width: 300px;
            flex-direction: column;
        }

        .gco-lg {
            font-size: clamp(2rem, 3vw, 2.5rem);
            color: #fff;
            margin-bottom: 20px;
        }

        /* Feature List */
        .kmfsmj-jfunqq {
            flex-direction: column;
            gap: 16px;
            margin-top: 32px;
        }

        .clj-row {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            min-width: 0;
        }

        .sui-check {
            width: 24px;
            height: 24px;
            color: var(--accent-primary);
            flex-shrink: 0;
        }

        /* Stats Component */
        .kmfsmj-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            width: 100%;
        }

        .uhek-stat {
            background: var(--bg-surface-alt);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 32px 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            box-shadow: 0 12px 32px rgba(0,0,0,0.2);
        }

        .gco-stat {
            font-size: 3rem;
            font-weight: 700;
            color: var(--accent-light);
            line-height: 1;
            margin-bottom: 8px;
        }

        .pzr-unit {
            font-size: 1.25rem;
            color: var(--text-muted);
        }

        /* Streaming Aside */
        .duno-center {
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 100%;
            max-width: 760px;
            margin: 0 auto;
        }

        .sui-huge {
            width: 80px;
            height: 80px;
            margin-bottom: 32px;
            color: var(--accent-primary);
            filter: drop-shadow(0 0 20px var(--accent-glow));
        }

        .kmfsmj-tags {
            justify-content: center;
            gap: 12px;
            margin-top: 32px;
        }

        .edra-tag {
            background: var(--bg-surface-alt);
            border: 1px solid var(--border-color);
            padding: 8px 20px;
            border-radius: 8px;
            color: var(--text-main);
            font-weight: 500;
            transition: var(--transition);
        }

        .edra-tag:hover {
            border-color: var(--accent-primary);
            background: rgba(40, 23, 225, 0.05);
        }

        /* Business Cards Grid */
        .kmfsmj-matrix {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
            width: 100%;
            margin-top: 48px;
        }

        .opinut-uhek {
            background: var(--bg-surface);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 40px 32px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.2);
            transition: var(--transition);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .opinut-uhek:hover {
            transform: translateY(-5px);
            border-color: rgba(40, 23, 225, 0.5);
            box-shadow: 0 16px 48px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05);
        }

        .sui-uhek {
            width: 48px;
            height: 48px;
            color: var(--accent-primary);
            margin-bottom: 24px;
        }

        .gco-md {
            font-size: 1.25rem;
            color: #fff;
            margin-bottom: 12px;
        }

        /* Footer */
        .radoroy {
            background: var(--bg-surface);
            padding: 80px 0 40px;
            border-top: 1px solid var(--border-color);
            flex-direction: column;
            align-items: center;
        }

        .kmfsmj-bot {
            width: 100%;
            justify-content: space-between;
            gap: 48px;
            margin-bottom: 64px;
        }

        .duno-brand {
            flex-direction: column;
            max-width: 320px;
        }

        .gco-brand {
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 16px;
        }

        .kmfsmj-links {
            gap: 64px;
        }

        .duno-col {
            flex-direction: column;
            gap: 16px;
        }

        .gco-col {
            color: #fff;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .jamm-bot {
            color: var(--text-muted);
            text-decoration: none;
            transition: var(--transition);
        }

        .jamm-bot:hover {
            color: var(--accent-primary);
        }

        .felu {
            width: 100%;
            border-top: 1px solid var(--border-color);
            padding-top: 32px;
            justify-content: space-between;
            align-items: center;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .jfunqq {
                display: none; /* Hide standard menu on mobile for simplicity in this structure */
            }
            .kmfsmj-split {
                flex-direction: column;
            }
            .kmfsmj-bot {
                flex-direction: column;
            }
            .kmfsmj-links {
                flex-wrap: wrap;
                gap: 32px;
            }
            .tuqobe {
                padding: 60px 0;
            }
            .oteteyu, .fikapeq {
                padding: 60px 0;
            }
        }

.uxenu-ihiwu{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

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

.uxenu-ihiwu .uxenu-csb{
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.25rem;
            font-weight: 800;
            letter-spacing: 0.5px;
            color: #fff;
            text-decoration: none;
            min-width: 0;
        }

.uxenu-ihiwu .uxenu-csb svg{
            width: 28px;
            height: 28px;
            fill: #2817e1;
        }

.uxenu-ihiwu .uxenu-jfunqq{
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            min-width: 0;
        }

.uxenu-ihiwu .uxenu-jamm{
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 8px;
            transition: all 0.25s ease;
            min-width: 0;
        }

.uxenu-ihiwu .uxenu-jamm:hover, .uxenu-ihiwu .uxenu-jamm:focus{
            color: #fff;
            background: rgba(255, 255, 255, 0.05);
        }

.uxenu-ihiwu .uxenu-jamm.active{
            color: #fff;
            background: rgba(40, 23, 225, 0.15);
            box-shadow: inset 0 0 0 1px rgba(40, 23, 225, 0.4);
        }

@media (max-width: 768px){.uxenu-ihiwu .uxenu-uxenu{
                flex-direction: column;
                height: auto;
                padding: 16px 0;
                gap: 16px;
            }

.uxenu-ihiwu .uxenu-jfunqq{
                justify-content: center;
                width: 100%;
            }}

.radoroy-rdkxot {
    font-family: var(--font-sans);
    line-height: 1.7;
    color: var(--text-main);
}
.radoroy-rdkxot,
.radoroy-rdkxot *,
.radoroy-rdkxot *::before,
.radoroy-rdkxot *::after {
    box-sizing: border-box;
}

.radoroy-rdkxot [role="navigation"],
.radoroy-rdkxot div,
.radoroy-rdkxot section,
.radoroy-rdkxot article,
.radoroy-rdkxot aside,
.radoroy-rdkxot p,
.radoroy-rdkxot h1,
.radoroy-rdkxot h2,
.radoroy-rdkxot h3,
.radoroy-rdkxot h4,
.radoroy-rdkxot h5,
.radoroy-rdkxot h6,
.radoroy-rdkxot a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.radoroy-rdkxot p,
.radoroy-rdkxot h1,
.radoroy-rdkxot h2,
.radoroy-rdkxot h3,
.radoroy-rdkxot h4,
.radoroy-rdkxot h5,
.radoroy-rdkxot h6 {
    text-decoration: none;
}

.radoroy-rdkxot img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.radoroy-rdkxot {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.radoroy-rdkxot a,
.radoroy-rdkxot a:hover,
.radoroy-rdkxot a:focus,
.radoroy-rdkxot a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.radoroy-rdkxot .radoroy-ihiwu{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.radoroy-rdkxot{
            background: #06070a;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            padding: 80px 0 40px;
        }

.radoroy-rdkxot .radoroy-rdkxot-kmfsmj{
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 64px;
            margin-bottom: 64px;
        }

.radoroy-rdkxot .radoroy-rdkxot-clj{
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

.radoroy-rdkxot .radoroy-rdkxot-brand{
            font-size: 1.5rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: 0.5px;
        }

.radoroy-rdkxot .radoroy-rdkxot-gco{
            font-size: 1rem;
            color: #fff;
            margin-bottom: 8px;
        }

.radoroy-rdkxot .radoroy-rdkxot-jamm{
            color: #94a3b8;
            text-decoration: none;
            transition: all 0.25s ease;
            font-size: 0.95rem;
        }

.radoroy-rdkxot .radoroy-rdkxot-jamm:hover{
            color: #5244f2;
        }

.radoroy-rdkxot .radoroy-rdkxot-bottom{
            padding-top: 32px;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            color: #94a3b8;
            font-size: 0.85rem;
        }

@media (max-width: 1024px){.radoroy-rdkxot .radoroy-rdkxot-kmfsmj{
                grid-template-columns: 1fr;
                gap: 48px;
            }}