

:root {
    --bg: #020024;
    --surface: #05054B;
    --text: #FFFFFF;
    --muted_text: #9191FF;
    --primary: #0000FF;
    --secondary: #00D4FF;
    --accent: #FF007F;
    --border: rgba(0, 212, 255, 0.2);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    min-height: 100vh;
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
}


.qaldyba {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.qihtx6w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.qellyx4 {
    display: block;
    flex-shrink: 0;
}

.qu4abii {
    display: block;
    height: 40px;
    width: auto;
    object-fit: contain;
}

.qn8fnu8 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.qn8fnu8 a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.qn8fnu8 a:hover {
    color: var(--secondary);
}

@media (max-width: 768px) {
    .qn8fnu8 {
        display: none;
    }
}

.qdelzk0 {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface) url("/images/decorative/hero_bg.webp") center / cover no-repeat;
}

.qu769js {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(2, 0, 36, 0.7), rgba(5, 5, 75, 0.85));
}

.qs5st47 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem 1.5rem;
    max-width: 640px;
}

.qszssej {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.qp3vn6l {
    color: var(--muted_text);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.qvl1ajs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.qvl1ajs a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    padding: 0.6rem 1.25rem;
    background: rgba(0, 0, 255, 0.2);
    border: 1px solid var(--secondary);
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.qvl1ajs a:hover {
    background: var(--primary);
    color: var(--text);
    border-color: var(--secondary);
}

.qykqbyp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.qzpr1h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 2rem;
    text-align: center;
    scroll-margin-top: 80px;
}

.qs7b3j9 {
    background: var(--bg);
}

.qv3sl7d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.qemmyvj {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.qc34ijz {
    aspect-ratio: 16 / 9;
    background: var(--bg);
    overflow: hidden;
}

.qpt1yl2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.qlekcsp {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.qp5y0f9 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text);
}

.qubfgbm {
    color: var(--muted_text);
    font-size: 0.95rem;
}

.qnsnj7i {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: var(--primary);
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid var(--secondary);
    transition: background 0.2s, color 0.2s;
}

.qnsnj7i:hover {
    background: var(--secondary);
    color: var(--bg);
}

.qromuab {
    background: var(--surface);
    border-top: 1px solid var(--border);
}

.qqy3fhk {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.qrz4xzc {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border);
    border-radius: 8px;
}

.qi7q8qx {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 1rem;
    background: var(--secondary);
    opacity: 0.8;
    border-radius: 6px;
}

.qrz4xzc h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.5rem;
}

.qrz4xzc p {
    color: var(--muted_text);
    font-size: 0.9rem;
}

.qodmj99 {
    background: var(--bg);
    border-top: 1px solid var(--border);
}

.ql75wjk {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.qqe2o34 {
    padding: 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
}

.qqe2o34 h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 0.75rem;
}

.qqe2o34 p {
    color: var(--muted_text);
    font-size: 0.95rem;
    line-height: 1.6;
}

.qck8gd2 {
    background: var(--surface);
    border-top: 1px solid var(--border);
}

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

.qfynegj {
    margin-bottom: 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.qnnyacj {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.2s;
}

.qnnyacj:hover {
    background: rgba(0, 212, 255, 0.1);
}

.qnnyacj[aria-expanded="true"] {
    color: var(--secondary);
}

.qnnyacj[aria-expanded="true"] .qbz04ea {
    transform: rotate(45deg);
}

.qbz04ea {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--secondary);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.quyq9l3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 1.5rem;
}

.qfynegj.qb3vi4p .quyq9l3 {
    max-height: 500px;
    padding: 0 1.5rem 1.25rem 1.5rem;
}

.quyq9l3 p {
    color: var(--muted_text);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.qjt2z56 {
    background: var(--bg);
    border-top: 1px solid var(--border);
}

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

.qkd27d4 p {
    color: var(--muted_text);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

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

.qkwvicq {
    background: var(--surface);
    border-top: 1px solid var(--border);
}

.qgr873u {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.qor2m5o {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.qp44y7d {
    color: var(--secondary);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.qczkvpl {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.qoan42j {
    color: var(--muted_text);
    font-size: 0.95rem;
    line-height: 1.6;
    flex: 1;
}

.qp4tmds {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 2.5rem 1.5rem;
}

.qqqt0ad {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.qz506xu {
    color: var(--muted_text);
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

.qy0sxup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.qy0sxup a {
    display: block;
}

.qy0sxup img {
    display: block;
    height: 50px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.9;
}

.qy0sxup a:hover img {
    opacity: 1;
}

.qm7eo06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
    margin-bottom: 1rem;
}

.qm7eo06 a {
    color: var(--secondary);
    text-decoration: none;
    font-size: 0.9rem;
}

.qm7eo06 a:hover {
    text-decoration: underline;
}

.qdgcy6j {
    color: var(--muted_text);
    font-size: 0.8rem;
}

#p0aj8t {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background: rgba(2, 0, 36, 0.9);
}

#p0aj8t.qb3vi4p {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.qcpxg4o {
    position: relative;
}

.qlpmue5 {
    background: var(--surface);
    padding: 2rem;
    border-radius: 8px;
    max-width: 400px;
    border: 1px solid var(--border);
}

.qbk14gj p {
    color: var(--text);
    margin-bottom: 1.25rem;
}

.qpd9gq3 {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.qp0ynjp,
.qjsk770 {
    padding: 0.6rem 1.25rem;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
}

.qp0ynjp {
    background: var(--primary);
    color: var(--text);
    border: 1px solid var(--secondary);
}

.qp0ynjp:hover {
    background: var(--secondary);
    color: var(--bg);
}

.qjsk770 {
    background: transparent;
    color: var(--muted_text);
    border: 1px solid var(--border);
}

.qjsk770:hover {
    color: var(--text);
}

.qj7nfas {
    display: none;
    background: var(--surface);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid var(--border);
}

.qj7nfas.qb3vi4p {
    display: block;
}

.qj7nfas p {
    color: var(--muted_text);
}

body.qh3f0ui {
    overflow: hidden;
    height: 100vh;
}

#to3fto {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: var(--surface);
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--border);
}

#to3fto.qb3vi4p {
    display: block;
    visibility: visible;
    opacity: 1;
}

.qtm146j {
    color: var(--text);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.qtm146j a {
    color: var(--secondary);
    text-decoration: underline;
}

.qb5nh0f {
    display: flex;
    gap: 0.5rem;
}

.qmi6tsl,
.qbob508 {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 500;
    border: 1px solid var(--border);
}

.qmi6tsl {
    background: var(--primary);
    color: var(--text);
}

.qmi6tsl:hover {
    background: var(--secondary);
    color: var(--bg);
}

.qbob508 {
    background: transparent;
    color: var(--muted_text);
}

.qbob508:hover {
    color: var(--text);
}

.quihxzt {
    min-height: 50vh;
    padding-bottom: 2rem;
}

.quihxzt .qzpr1h2 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.qvsckue {
    color: var(--text);
    max-width: 720px;
}

.qvsckue p,
.qvsckue h2 {
    margin-bottom: 0.75rem;
}

.qvsckue h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.5rem;
    color: var(--secondary);
}

.qvsckue a {
    color: var(--secondary);
    text-decoration: underline;
}

.qvsckue a:hover {
    color: var(--text);
}



.qfh8qh0 {}

#aey5wa {}
#a84bby {}

#p0aj8t{z-index:999999!important;position:fixed!important;}
#p0aj8t.qb3vi4p{display:flex!important;visibility:visible!important;opacity:1!important;}
body.qh3f0ui{overflow:hidden!important;height:100vh!important;}
#to3fto{z-index:999998!important;}
