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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qmng4nx.qwxoc6s .qqiwm5q {
    max-height: 500px;
    padding: 0 1.5rem 1.25rem 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qfhzi5v a {
    display: block;
}

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

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

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

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

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

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

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

#yf4or8.qwxoc6s {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.qpxzzrm {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.qdepv4d.qwxoc6s {
    display: block;
}

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

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

#nzzdd8 {
    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);
}

#nzzdd8.qwxoc6s {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

.qfa6310 .qjoht0x {
    text-align: left;
    margin-bottom: 1.5rem;
}

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

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

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

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

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



.qsz1ckt {}

#npdgdh {}
#xbkc0n {}

#yf4or8{z-index:999999!important;position:fixed!important;}
#yf4or8.qwxoc6s{display:flex!important;visibility:visible!important;opacity:1!important;}
body.qry1vlg{overflow:hidden!important;height:100vh!important;}
#nzzdd8{z-index:999998!important;}
