: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;
        }

        * {
            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(--bg-base);
            color: var(--text-main);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        /* Typography */
        .gco {
            font-weight: 700;
            color: #fff;
            white-space: normal;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        .pzr {
            color: var(--text-muted);
            word-break: break-word;
            overflow-wrap: break-word;
        }

        /* Utility Layout */
        .duno {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Navigation Styles (Derived from Visual Contract) */
        .nyx {
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(6, 7, 10, 0.8);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-bottom: 1px solid var(--border-color);
        }

        .ihiwu {
            width: 100%;
        }

        .uxenu {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 16px 24px;
            min-width: 0;
        }

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

        .csb svg {
            width: 28px;
            height: 28px;
            color: var(--accent-light);
        }

        .jfunqq {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            align-items: center;
            min-width: 0;
        }

        .jamm {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.9375rem;
            font-weight: 500;
            transition: color 0.25s ease;
            min-width: 0;
        }

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

        /* Main Content Adjustments */
        .pobapa {
            display: flex;
            flex-direction: column;
            gap: 80px;
            padding-bottom: 100px;
            min-width: 0;
        }

        /* Hero Area (Acquire) */
        .tuqobe-jdt {
            padding: 100px 0 60px;
            background: radial-gradient(circle at top center, rgba(40, 23, 225, 0.15) 0%, transparent 60%);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 48px;
        }

        .tuqobe-clj {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            gap: 24px;
            align-items: flex-start;
        }

        .tuqobe-gco {
            line-height: 1.2;
            font-weight: 800;
            font-size: clamp(2.5rem, 5vw, 4rem);
            letter-spacing: -0.03em;
            color: #fff;
        }

        .tuqobe-pzr {
            font-size: 1.125rem;
            max-width: 540px;
            line-height: 1.8;
        }

        .kmfsmj-fireji {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 8px;
            min-width: 0;
        }

        .fireji {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 28px;
            height: 52px;
            font-weight: 600;
            border-radius: var(--radius-md);
            border: none;
            background: var(--accent-primary);
            color: #fff;
            text-decoration: none;
            box-shadow: 0 4px 20px var(--accent-glow), inset 0 1px 0 rgba(255,255,255,0.2);
            transition: all 0.25s ease;
            cursor: pointer;
            min-width: 0;
        }

        .fireji:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px var(--accent-glow), inset 0 1px 0 rgba(255,255,255,0.3);
            background: var(--accent-light);
        }

        .uvaj {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 24px;
            height: 52px;
            font-weight: 600;
            border-radius: var(--radius-md);
            border: 1px solid var(--border-color);
            background: var(--bg-surface-alt);
            color: #fff;
            text-decoration: none;
            transition: all 0.25s ease;
            cursor: pointer;
            min-width: 0;
        }

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

        .tuqobe-cfqky {
            flex: 1.2;
            min-width: 300px;
            background: var(--bg-surface);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            box-shadow: 0 24px 64px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
            padding: 8px;
            display: flex;
        }

        .tuqobe-cfqky img {
            width: 100%;
            height: auto;
            border-radius: var(--radius-sm);
            display: block;
        }

        /* Matrix Area (Comparison) */
        .oteteyu-jdt {
            display: flex;
            flex-direction: column;
            gap: 48px;
        }

        .oteteyu-nyx {
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        
        .oteteyu-gco {
            font-size: clamp(2rem, 4vw, 2.5rem);
            letter-spacing: -0.02em;
        }

        .oteteyu-cfqky {
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-color);
            overflow: hidden;
            box-shadow: 0 16px 40px rgba(0,0,0,0.4);
        }

        .oteteyu-cfqky img {
            width: 100%;
            display: block;
            object-fit: cover;
        }

        .kmfsmj-uhek {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 24px;
            width: 100%;
        }

        .uhek {
            background: var(--bg-surface);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 32px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            transition: all 0.25s ease;
            position: relative;
            overflow: hidden;
        }

        .uhek:hover {
            border-color: rgba(255, 255, 255, 0.15);
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.3);
        }

        .uhek-sui {
            width: 48px;
            height: 48px;
            background: var(--bg-surface-alt);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-md);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-main);
        }

        .uhek-sui svg {
            width: 24px;
            height: 24px;
            fill: currentColor;
        }
        
        .uhek-gco {
            font-size: 1.5rem;
            margin-bottom: 4px;
        }

        .uhek-pzr {
            font-size: 0.9375rem;
            flex-grow: 1;
        }

        .uhek-edra {
            margin-top: auto;
            padding-top: 20px;
            border-top: 1px solid var(--border-color);
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .uhek-uvaj {
            width: 100%;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: 1px solid var(--border-color);
            color: #fff;
            border-radius: var(--radius-sm);
            text-decoration: none;
            font-size: 0.9375rem;
            font-weight: 500;
            transition: 0.25s ease;
        }

        .uhek-uvaj:hover {
            background: rgba(255,255,255,0.05);
            border-color: var(--text-muted);
        }

        /* Steps Area (Guide) */
        .fikapeq-jdt {
            background: var(--bg-surface);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            gap: 48px;
            position: relative;
            overflow: hidden;
        }
        
        .fikapeq-jdt::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--accent-primary), transparent);
            opacity: 0.5;
        }

        .fikapeq-nyx {
            text-align: center;
        }

        .fikapeq-gco {
            font-size: 2rem;
            margin-bottom: 16px;
        }

        .kmfsmj-opinut {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            min-width: 0;
        }

        .opinut {
            flex: 1;
            min-width: 240px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            position: relative;
        }

        .opinut-sui {
            font-size: 3rem;
            font-weight: 800;
            color: var(--bg-surface-alt);
            -webkit-text-stroke: 1px var(--border-color);
            line-height: 1;
            margin-bottom: 8px;
        }

        .opinut-gco {
            font-size: 1.25rem;
            color: var(--accent-light);
        }

        /* Offer Area */
        .pobapa-offer {
            text-align: center;
            padding: 80px 40px;
            background: radial-gradient(ellipse at center, rgba(40, 23, 225, 0.1) 0%, transparent 70%);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
        }

        .offer-gco {
            font-size: clamp(1.75rem, 3vw, 2.5rem);
        }

        .offer-pzr {
            max-width: 500px;
            margin: 0 auto;
        }

        /* Footer */
        .rdkxot {
            border-top: 1px solid var(--border-color);
            padding: 60px 24px;
            background: var(--bg-base);
        }

        .rdkxot-duno {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            min-width: 0;
        }

        .radoroy {
            display: flex;
            flex-direction: column;
            gap: 16px;
            min-width: 200px;
        }

        .radoroy-gco {
            font-size: 1.5rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.02em;
        }

        .felu {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            min-width: 0;
        }

        .felu-kmfsmj {
            display: flex;
            flex-direction: column;
            gap: 16px;
            min-width: 120px;
        }

        .felu-gco {
            font-size: 0.875rem;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .felu-jamm {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.9375rem;
            transition: 0.25s ease;
        }

        .felu-jamm:hover {
            color: #fff;
        }

        .rdkxot-edra {
            max-width: 1200px;
            margin: 40px auto 0;
            padding-top: 24px;
            border-top: 1px solid var(--border-color);
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            color: var(--text-muted);
            font-size: 0.875rem;
            min-width: 0;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .uxenu {
                flex-direction: column;
                gap: 20px;
            }
            .jfunqq {
                justify-content: center;
                gap: 16px;
            }
            .tuqobe-jdt {
                padding: 60px 0 40px;
                text-align: center;
            }
            .tuqobe-clj {
                align-items: center;
            }
            .kmfsmj-fireji {
                justify-content: center;
            }
            .fikapeq-jdt {
                padding: 40px 24px;
            }
            .rdkxot-duno {
                flex-direction: column;
            }
            .felu {
                gap: 32px;
            }
        }

.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;
            }}