:root {
    --bg-color: #120c18; 
    --primary-color: #ffd700; 
    --secondary-color: #f000ff; 
    --text-color: #f0f0f0;
    --text-muted: #a0a0b0;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.2);
}

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

@font-face {
    font-family: 'lato-regular';
    src: url('fonts/lato-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: 'lato-regular';
    line-height: 1.6;
    background-image: radial-gradient(circle at 10% 20%, rgba(144, 19, 254, 0.2), transparent 50%),
                      radial-gradient(circle at 80% 90%, rgba(240, 0, 255, 0.15), transparent 40%);
    background-attachment: fixed;
}
.LaGaZWsZPKxhcsWjzhzeUUSjwkZKaC{text-align: center; margin-top: 40px;}
.mecSSoJkXTbkWmelgGkZDUWuZWsWKc{color: var(--text-muted); font-size: 0.9rem;}
.iJkruwnJqtsMeBHXRbJybqgPwCIQig{text-align: center; max-width: 700px; margin: -30px auto 50px; color: var(--text-muted);}
.ijJnFHmUNWawRasbtVxcZAwxsFRTgH{border: 2px solid var(--secondary-color); padding: 20px; border-radius: 10px; margin-bottom: 30px;}
.ijJnFHmUNWawRasbtVxcZAwxsFRTgH h3{color: var(--secondary-color);}

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

header {
    background: var(--glass-bg);
    border-bottom: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.bXjMRBvDDkjjxusJJyoRnkTjGbXREY {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cZgylsMEhXgRKCRZXDQjxGBuDsgGzk {
    height: 40px;
}

.xOrBtvRAJnLOIvACLuDFgBQusxLFiz {
    list-style: none;
    display: flex;
}

.xOrBtvRAJnLOIvACLuDFgBQusxLFiz li {
    margin-left: 30px;
}

.xOrBtvRAJnLOIvACLuDFgBQusxLFiz a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.xOrBtvRAJnLOIvACLuDFgBQusxLFiz a:hover, .xOrBtvRAJnLOIvACLuDFgBQusxLFiz a.active {
    background-color: var(--primary-color);
    color: var(--bg-color);
}

.LTtHVfgJBZbyPBTlzZfcSTDeQqbevE {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
}

.COcGAyTpptuMxNhBIzFsAjGjpYJSDL {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 20px rgba(240, 0, 255, 0.4);
}

.COcGAyTpptuMxNhBIzFsAjGjpYJSDL:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(240, 0, 255, 0.6);
}

main {
    padding: 60px 0;
}

h1, h2, h3 {
    color: var(--primary-color);
    text-shadow: 0 0 10px var(--secondary-color);
    margin-bottom: 20px;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; }
h3 { font-size: 1.5rem; }

section {
    margin-bottom: 80px;
}

footer {
    background-color: #000;
    color: var(--text-muted);
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid var(--glass-border);
}

.DPgYWYyoPrTVSePSEovtPBVHeeZLbF {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.DPgYWYyoPrTVSePSEovtPBVHeeZLbF a {
    color: var(--text-muted);
    text-decoration: none;
}
.DPgYWYyoPrTVSePSEovtPBVHeeZLbF a:hover {
    color: var(--primary-color);
}



.CjrwGNlepMocOMoOurlNyYshBasbuZ {
    text-align: center;
    padding: 100px 0;
}
.CjrwGNlepMocOMoOurlNyYshBasbuZ h1 {
    font-size: 4rem;
}
.CjrwGNlepMocOMoOurlNyYshBasbuZ p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 20px auto 40px;
    color: var(--text-muted);
}

.NwgDCxlwucFPJqyIxSmNcqvlwqyAvF {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.acEnuYRNdLimcRdcBKcQpVOHmutIoA {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}
.acEnuYRNdLimcRdcBKcQpVOHmutIoA:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.WzcMgBHeGtGCFQNKplpCplZICUQicf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.JBZGOLraGoaxHlGeZPLTifFwzNeaNg {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}
.JBZGOLraGoaxHlGeZPLTifFwzNeaNg:hover {
    transform: scale(1.05);
}
.UgATPKQwFjHjSyTPoCrsIZSMlmqFCw {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.qwerSDFG{margin-top: 30px;}
.AtMQEpKkOaKzuHuxbeeEAtPSfFwTWt {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.AtMQEpKkOaKzuHuxbeeEAtPSfFwTWt h3 {
    color: var(--primary-color);
}
.AtMQEpKkOaKzuHuxbeeEAtPSfFwTWt p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 20px;
    flex-grow: 1;
}

.AtMQEpKkOaKzuHuxbeeEAtPSfFwTWt a
{
    color: var(--primary-color);
}
.XtKrShDJQItYpUCfSLkLTkdfVUPoBw {
    background-color: var(--secondary-color);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.OfgHOuDaiiSNtBPFfrzbsWwhMMnNNE {
    background: var(--glass-bg);
    padding: 40px;
    border-radius: 15px;
    margin: 0 auto;
}
.OfgHOuDaiiSNtBPFfrzbsWwhMMnNNE p, .OfgHOuDaiiSNtBPFfrzbsWwhMMnNNE li {
    color: var(--text-muted);
    margin-bottom: 15px;
}
.gaiRgGwINuZYPjxkSOTdLfwYyfxYMj { display: flex; flex-direction: column; gap: 20px; margin-bottom: 25px; }

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

.bzSBvAASimZLuNzHCHBwPhhiuZetNl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.QTgjIFMZqRAfJJMWycwRtdkkwlwCAx {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    text-align: center;
    max-width: 500px;
    position: relative;
    box-shadow: 0 0 40px var(--secondary-color);
}
.xRpUZRjyHZNthbeevsxUBRddjZXvgo {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    color: var(--text-muted);
    cursor: pointer;
    border: none;
    background: none;
}
.xRpUZRjyHZNthbeevsxUBRddjZXvgo:hover {
    color: var(--primary-color);
}

@media(max-width: 991px)
{
    .bXjMRBvDDkjjxusJJyoRnkTjGbXREY, .DPgYWYyoPrTVSePSEovtPBVHeeZLbF
    {
        flex-direction: column;
    }
    .xOrBtvRAJnLOIvACLuDFgBQusxLFiz li
    {
        margin: 0;
    }
    .CjrwGNlepMocOMoOurlNyYshBasbuZ h1, h2
    {
        font-size: 2rem;
    }
    .vlgvuQDNuErMGryIvYIQfQoxOhQDat
    {
        font-size: 14px;
        margin-bottom: 30px;
        display: inline-block;
    }
    h1
    {
        margin-bottom: 50px;
        font-size: 20px;
        text-align: center;
    }
    .NwgDCxlwucFPJqyIxSmNcqvlwqyAvF
    {
        grid-template-columns: 1fr;
    }
    .OfgHOuDaiiSNtBPFfrzbsWwhMMnNNE
    {
        padding: 20px;
    }
}