
:root {
    --bg: #0b0e14;
    --bg-card: #151a24;
    --bg-card-hover: #1b212d;
    --primary: #00d084;
    --primary-hover: #00b372;
    --accent: #ff4a4a;
    --text-main: #ffffff;
    --text-muted: #94a3b8;
    --border: #262c3b;
    --radius: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg);
    background-image: 
        radial-gradient(circle at 100% 100%, rgba(0, 208, 132, 0.05) 0, transparent 600px),
        radial-gradient(circle at 0% 0%, rgba(0, 208, 132, 0.05) 0, transparent 600px),
        linear-gradient(30deg, #11141c 12%, transparent 12.5%, transparent 87%, #11141c 87.5%, #11141c),
        linear-gradient(150deg, #11141c 12%, transparent 12.5%, transparent 87%, #11141c 87.5%, #11141c),
        linear-gradient(30deg, #11141c 12%, transparent 12.5%, transparent 87%, #11141c 87.5%, #11141c),
        linear-gradient(150deg, #11141c 12%, transparent 12.5%, transparent 87%, #11141c 87.5%, #11141c),
        linear-gradient(60deg, #161b22 25%, transparent 25.5%, transparent 75%, #161b22 75%, #161b22),
        linear-gradient(60deg, #161b22 25%, transparent 25.5%, transparent 75%, #161b22 75%, #161b22);
    background-size: 100% 100%, 100% 100%, 80px 140px, 80px 140px, 80px 140px, 80px 140px, 80px 140px, 80px 140px;
    background-position: 0 0, 0 0, 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-attachment: fixed;
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

body.CM1n1P7a {
    overflow: hidden;
}

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

a:hover {
    color: var(--primary-hover);
}

.If9l9w2C {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.AF3p1G5D {
    background: rgba(21, 26, 36, 0.8);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--border);
}

.aI4R2V7X {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.wg0j2d2W {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.wg0j2d2W span {
    color: var(--primary);
}

.jo1x3s0P {
    display: flex;
    gap: 30px;
}

.jo1x3s0P a {
    color: var(--text-main);
    font-weight: 500;
    font-size: 15px;
}

.jo1x3s0P a:hover, .jo1x3s0P a.Cd8n0y3W {
    color: var(--primary);
}


.kS7p3g8b {
    padding: 20px 0 80px;
    text-align: center;
    background: linear-gradient(rgba(11, 14, 20, 0.7), rgba(11, 14, 20, 0.9)), url('images/img1.avif');
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--border);
    background-attachment: fixed;
}

.qE4D6Y8D {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.qE4D6Y8D .Ab9H9T0Y {
    color: var(--primary);
}

.Kq0g3F8Z {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vM8H1y9i {
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 18px;
    margin-bottom: 40px;
}

.tZ5A0K2L {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.Gz5X6K9W {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--bg-card);
    padding: 12px 24px;
    border-radius: 30px;
    border: 1px solid var(--border);
}

.Ol6O5G1Y {
    font-weight: 600;
    font-size: 14px;
}


.Rh8h7Z4G {
    padding: 60px 0;
}

.Dz3Q5G7H {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.Dz3Q5G7H:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 10px 40px rgba(0, 208, 132, 0.1);
}

.Fd5d2A7N {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 16px;
    border-bottom-right-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.AV3Z6m0t {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.AV3Z6m0t img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    background: #00d0844c;
    border-radius: 10px;
}

.ou0T4w2W {
    font-size: 11px;
    color: #00d084;
    font-weight: 600;
}

.QO5a6J2u {
    flex: 2;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.gc1q9N8E {
    flex: 1;
    min-width: 150px;
}

.Zd4v3Q2U {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.av3B1E0S {
    font-size: 16px;
    color: var(--primary);
    font-weight: 700;
}

.RJ7E2G6m {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.RJ7E2G6m li {
    font-size: 12px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.RJ7E2G6m li::before {
    content: "✓";
    color: var(--primary);
    font-weight: bold;
}

.hv7f5R9e {
    flex: 0 0 120px;
    text-align: center;
}

.Gh2I9t7D {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-main);
    line-height: 1;
    margin-bottom: 8px;
}

.fw9V1Q7Z {
    color: #ffd700;
    font-size: 14px;
}

.GM0e4t0n {
    flex: 0 0 200px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.Ua0U2u7v {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 208, 132, 0.3);
    width: 100%;
}

.Ua0U2u7v:hover {
    background: var(--primary-hover);
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 208, 132, 0.4);
    color: #fff;
}

.Dz9F8X4a {
    font-size: 10px;
    color: var(--text-muted);
    text-align: right;
    line-height: 1.3;
}


.tK2o8A2p {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius);
    margin-bottom: 60px;
    border: 1px solid var(--border);
}

.tK2o8A2p p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.8;
}


.cL0p7t8H {
    background: var(--bg-card);
    border-top: 1px solid var(--border);
    padding: 60px 0 30px;
}

.Mh0k4r0Q {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
}

.Mh0k4r0Q h4 {
    color: var(--text-main);
    font-size: 18px;
    margin-bottom: 12px;
}

.Mh0k4r0Q p {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.Mh0k4r0Q p:last-child {
    margin-bottom: 0;
}

.CE6B0A7Z {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.CE6B0A7Z a img {
    height: 40px;
    opacity: 0.6;
    transition: var(--transition);
    filter: grayscale(100%);
}

.CE6B0A7Z a:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

.BS6f4J9A {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.BS6f4J9A a {
    color: var(--text-muted);
    font-size: 14px;
}

.BS6f4J9A a:hover {
    color: var(--primary);
}

.HC1Z6P5i {
    text-align: center;
    border-top: 1px solid var(--border);
    padding-top: 30px;
}

.HC1Z6P5i p {
    color: var(--text-muted);
    font-size: 12px;
    margin-bottom: 10px;
}


.eM9R4E4L {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.eM9R4E4L.Cd8n0y3W {
    opacity: 1;
    visibility: visible;
}

.mK8a7Q2B {
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 40px;
    border-radius: var(--radius);
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    transform: translateY(20px);
    transition: var(--transition);
}

.eM9R4E4L.Cd8n0y3W .mK8a7Q2B {
    transform: translateY(0);
}

.mK8a7Q2B h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--text-main);
}

.mK8a7Q2B p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 24px;
    line-height: 1.6;
}

.xy2Y1Y0K {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.yL3A9G0S {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text-main);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
}

.yL3A9G0S:hover {
    background: rgba(255,255,255,0.05);
}


.wm8c4O6i {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 20px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 998;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.wm8c4O6i.Cd8n0y3W {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.wm8c4O6i p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    max-width: 400px;
}


.Hr2N7P8y {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 40px;
    margin: 40px auto;
}

.Hr2N7P8y h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.Hr2N7P8y h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 16px;
    color: var(--text-main);
}

.Hr2N7P8y p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 16px;
}


.QZ9N7f0D {
    padding: 60px 0;
}

.Ca6t5F7W {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
    color: var(--text-main);
}

.Xw6y1H2H {
    max-width: 800px;
    margin: 0 auto;
}

.kb7x9h2t {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    transition: var(--transition);
}

.kb7x9h2t:hover {
    border-color: var(--primary);
    transform: translateX(5px);
}

.ZI0h9a4a {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ZI0h9a4a::before {
    content: '?';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.Rk8N0v8s {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .aI4R2V7X {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }
    .jo1x3s0P {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .jo1x3s0P a {
        font-size: 13px;
    }

    
    .Zr9i5n8y {
        gap: 10px !important;
        margin-top: 25px !important;
    }
    .FX8u6J6g {
        padding: 8px 15px !important;
        flex: 1 1 calc(50% - 10px);
        min-width: 140px;
        justify-content: center;
    }
    .FX8u6J6g span {
        font-size: 12px !important;
    }

    .Dz3Q5G7H {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-top: 40px;
    }
    .AV3Z6m0t {
        flex: auto;
    }
    .QO5a6J2u {
        padding: 0;
        flex-direction: column;
        gap: 15px;
    }
    .gc1q9N8E {
        min-width: unset;
    }
    .RJ7E2G6m {
        align-items: center;
        margin-top: 10px;
    }
    .hv7f5R9e {
        flex: auto;
    }
    .GM0e4t0n {
        flex: auto;
        width: 100%;
        align-items: center;
    }
    .Dz9F8X4a {
        text-align: center;
    }
}


.Qo9t4h3j {
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    display: none;
    animation: fadeIn 0.3s ease;
}

.XG3y0h1I {
    background: rgba(0, 208, 132, 0.1);
    color: var(--primary);
    border: 1px solid var(--primary);
    display: block;
}

.Ca3U8C1j {
    background: rgba(255, 74, 74, 0.1);
    color: var(--accent);
    border: 1px solid var(--accent);
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
