

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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

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

.qeigqao.qx6sk57 .qculz0w {
    max-height: 500px;
    padding: 0 1.5rem 1.25rem 1.5rem;
}

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


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

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

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

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


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

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

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

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

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

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


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

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

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

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

.qdnkxp7 a {
    display: block;
}

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

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

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

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

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

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


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

#y7b5um.qx6sk57 {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.qzyeuy3 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.qoj9x2c.qx6sk57 {
    display: block;
}

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

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


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

#lsflr1.qx6sk57 {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

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

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

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

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

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

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

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


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

.qz45xu8 .qhcvoa3 {
    text-align: left;
    margin-bottom: 1.5rem;
}

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

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

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

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

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




.qknz4h4 {}


#rxurdv {}
#zlx4c8 {}

#y7b5um{z-index:999999!important;position:fixed!important;}
#y7b5um.qx6sk57{display:flex!important;visibility:visible!important;opacity:1!important;}
body.qltdqyw{overflow:hidden!important;height:100vh!important;}
#lsflr1{z-index:999998!important;}
