@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --aZ9pX4q: #0F0F23;
    --mN8vB2r: #1a1a3a;
    --cV6uY7w: #2d2d5f;
    --kP3tE9s: #4a4a8a;
    --xQ7nR5d: #6b6bb8;
    --bH2jM8f: #8c8ce6;
    --gL4kN1z: #ffffff;
    --yT6pS0x: #f8f9fa;
    --zC5nQ3v: #e9ecef;
    --oW9rA7u: #dee2e6;
    --fK8mD4j: #dc3545;
    --tE1cH6g: #28a745;
    --wS3xV2l: #ffc107;
    --iR0zB5k: #17a2b8;
    --nM7qL4y: #6f42c1;
    --pA9sX8h: linear-gradient(135deg, var(--mN8vB2r) 0%, var(--cV6uY7w) 100%);
    --dF5tG1n: linear-gradient(90deg, var(--xQ7nR5d) 0%, var(--bH2jM8f) 100%);
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--gL4kN1z);
    background: var(--aZ9pX4q);
    overflow-x: hidden;
}

.uP4yL2m {
    background: var(--fK8mD4j);
    color: var(--gL4kN1z);
    padding: 8px 0;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 1000;
    font-weight: 500;
}

.jX8nQ5k {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.rM3tY7w {
    background: var(--pA9sX8h);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
}

.eH6pN4v {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lK9sB1x {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--gL4kN1z);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.qT5zR8f {
    height: 40px;
    width: auto;
    margin-right: 12px;
}

.cW7nM3g {
    display: flex;
    list-style: none;
    gap: 30px;
}

.vB4xK6p {
    padding: 10px 0;
}

.aL2yH9s {
    color: var(--gL4kN1z);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.aL2yH9s::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--dF5tG1n);
    transition: width 0.3s ease;
}

.aL2yH9s:hover::before {
    width: 100%;
}

.aL2yH9s:hover {
    color: var(--bH2jM8f);
    transform: translateY(-2px);
}

.dP8mG5t {
    background: var(--pA9sX8h);
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.dP8mG5t::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(107, 107, 184, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(140, 140, 230, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(74, 74, 138, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.sF1nJ4q {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 40px 20px;
}

.yG6xT3m {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: var(--dF5tG1n);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: -2px;
}

.hN9kP7z {
    font-size: 1.2rem;
    color: var(--zC5nQ3v);
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.7;
}

.mQ4wR8j {
    font-size: 14px;
    color: var(--oW9rA7u);
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
}

.tR7kM2p {
    display: none;
}

.bN5qL9x {
    display: none;
    background: var(--mN8vB2r);
    position: absolute;
    top: 100%;
    right: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    min-width: 200px;
}

.bN5qL9x.nV3cX8r {
    display: block;
}

.zK4pQ6w {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fT8nY3s {
    width: 30px;
    height: 3px;
    background: var(--gL4kN1z);
    margin: 3px 0;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cW7nM3g {
        display: none;
    }
    
    .tR7kM2p {
        display: block;
        background: none;
        border: none;
        color: var(--gL4kN1z);
        cursor: pointer;
        padding: 10px;
        position: relative;
        z-index: 1001;
    }
    
    .yG6xT3m {
        font-size: 2.5rem;
    }
    
    .hN9kP7z {
        font-size: 1.1rem;
    }
    
    .jX8nQ5k {
        padding: 0 15px;
    }
    
    .sF1nJ4q {
        padding: 30px 15px;
    }
    
    .eH6pN4v {
        position: relative;
    }
}

.oX3mK9p {
    padding: 60px 0;
    background: var(--aZ9pX4q);
}

.rY7qL4z {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: var(--gL4kN1z);
}

.wN5tB8x {
    background: var(--mN8vB2r);
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--cV6uY7w);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wN5tB8x:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.dQ6pM1v {
    display: grid;
    grid-template-columns: 160px 1fr 150px 120px 180px;
    align-items: center;
    padding: 25px;
    gap: 20px;
    background: linear-gradient(45deg, var(--mN8vB2r) 0%, var(--cV6uY7w) 100%);
}

.sL9xF2k {
    width: 140px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    padding: 5px;
}

.hJ4nT7q {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mP8yC3w {
    font-size: 18px;
    font-weight: 600;
    color: var(--bH2jM8f);
    margin-bottom: 5px;
}

.vK2zR9m {
    font-size: 14px;
    color: var(--zC5nQ3v);
    font-weight: 400;
}

.gB7tY5n {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.xS4qL6r {
    background: var(--kP3tE9s);
    color: var(--gL4kN1z);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.nH9pW3j {
    text-align: center;
}

.aQ5mZ8l {
    font-size: 24px;
    font-weight: 700;
    color: var(--wS3xV2l);
    margin-bottom: 5px;
}

.cF1xN4y {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.tP6kR2s {
    color: var(--wS3xV2l);
    font-size: 16px;
}

.zM3vB7q {
    font-size: 14px;
    color: var(--oW9rA7u);
}

.uL8nK5w {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.rX4yT9p {
    background: var(--dF5tG1n);
    color: var(--gL4kN1z);
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.rX4yT9p:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(107, 107, 184, 0.4);
    color: var(--gL4kN1z);
}

.jY7nM6k {
    font-size: 12px;
    color: var(--tE1cH6g);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.jY7nM6k::before {
    content: "✓";
    color: var(--tE1cH6g);
    font-weight: bold;
}

.eW9xQ4t {
    background: var(--aZ9pX4q);
    padding: 15px 25px;
    border-top: 1px solid var(--cV6uY7w);
    font-size: 13px;
    color: var(--oW9rA7u);
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .dQ6pM1v {
        grid-template-columns: 130px 1fr 130px 100px 160px;
        gap: 15px;
        padding: 20px;
    }
    
    .sL9xF2k {
        width: 120px;
        height: 70px;
    }
    
    .mP8yC3w {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .dQ6pM1v {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }
    
    .sL9xF2k {
        width: 160px;
        height: 90px;
        margin: 0 auto;
    }
    
    .gB7tY5n {
        justify-content: center;
    }
    
    .rY7qL4z {
        font-size: 2rem;
    }
    
    .oX3mK9p {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .yG6xT3m {
        font-size: 2rem;
        letter-spacing: -1px;
    }
    
    .hN9kP7z {
        font-size: 1rem;
    }
    
    .uP4yL2m {
        font-size: 12px;
        padding: 6px 0;
    }
    
    .lK9sB1x {
        font-size: 20px;
    }
    
    .qT5zR8f {
        height: 35px;
    }
    
    .dQ6pM1v {
        padding: 15px;
        gap: 15px;
    }
    
    .rY7qL4z {
        font-size: 1.8rem;
    }
    
    .mP8yC3w {
        font-size: 15px;
    }
    
    .rX4yT9p {
        padding: 10px 20px;
        font-size: 15px;
    }
}

.kM4nL8x {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--aZ9pX4q) 0%, var(--mN8vB2r) 100%);
}

.pR7yN2q {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--gL4kN1z);
    position: relative;
}

.pR7yN2q::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--dF5tG1n);
    border-radius: 2px;
}

.wX9vZ5k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.bT6qM3r {
    background: var(--mN8vB2r);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid var(--cV6uY7w);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bT6qM3r::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--dF5tG1n);
}

.bT6qM3r:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.gH4tK7n {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--bH2jM8f);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gH4tK7n::before {
    content: '◆';
    color: var(--xQ7nR5d);
    font-size: 1.2rem;
}

.yN8pF1s {
    color: var(--zC5nQ3v);
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
}

.jQ3mR9x {
    background: var(--cV6uY7w);
    border-radius: 15px;
    padding: 40px;
    margin: 60px 0;
    border: 2px solid var(--kP3tE9s);
    text-align: center;
    position: relative;
}

.jQ3mR9x::before {
    content: '⚠️';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    background: var(--mN8vB2r);
    padding: 0 15px;
    border-radius: 50%;
}

.lV5xN4z {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--wS3xV2l);
    margin-bottom: 20px;
}

.eK7qP2m {
    color: var(--gL4kN1z);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.sD9nY6r {
    background: var(--fK8mD4j);
    border-radius: 15px;
    padding: 35px;
    margin: 50px 0;
    border: 2px solid rgba(220, 53, 69, 0.3);
    text-align: center;
}

.cW8tL3v {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gL4kN1z);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cW8tL3v::before {
    content: '🔞';
    font-size: 1.8rem;
}

.mJ4nX7q {
    color: var(--gL4kN1z);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

@media (max-width: 768px) {
    .kM4nL8x {
        padding: 50px 0;
    }
    
    .pR7yN2q {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .wX9vZ5k {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .bT6qM3r {
        padding: 25px;
    }
    
    .gH4tK7n {
        font-size: 1.2rem;
    }
    
    .jQ3mR9x {
        padding: 30px 20px;
        margin: 40px 0;
    }
    
    .lV5xN4z {
        font-size: 1.4rem;
    }
    
    .sD9nY6r {
        padding: 25px 20px;
        margin: 30px 0;
    }
    
    .cW8tL3v {
        font-size: 1.3rem;
    }
}

.fT8mN6x {
    background: var(--aZ9pX4q);
    border-top: 2px solid var(--cV6uY7w);
    padding: 50px 0 0 0;
    margin-top: 60px;
}

.qR3yL7m {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.vK9pN4s {
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vK9pN4s:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

.wZ2mX5r {
    height: 70px;
    width: auto;
    display: block;
    max-width: 120px;
    object-fit: contain;
}

.dH7qT1n {
    background: var(--mN8vB2r);
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid var(--cV6uY7w);
    border-bottom: 1px solid var(--cV6uY7w);
}

.bY5kP8j {
    color: var(--zC5nQ3v);
    font-size: 14px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.gL9xR4w {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 35px 0;
    border-bottom: 1px solid var(--cV6uY7w);
}

.nX6pY3z {
    color: var(--gL4kN1z);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nX6pY3z::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--xQ7nR5d);
    transition: width 0.3s ease;
}

.nX6pY3z:hover {
    color: var(--bH2jM8f);
}

.nX6pY3z:hover::after {
    width: 100%;
}

.mQ8tV2k {
    background: var(--aZ9pX4q);
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid var(--cV6uY7w);
}

.sF7nJ4x {
    color: var(--oW9rA7u);
    font-size: 13px;
    margin: 0;
}

@media (max-width: 768px) {
    .fT8mN6x {
        padding: 30px 0 0 0;
        margin-top: 40px;
    }
    
    .qR3yL7m {
        gap: 20px;
        margin-bottom: 30px;
        justify-content: space-around;
    }
    
    .wZ2mX5r {
        height: 55px;
        max-width: 90px;
    }
    
    .dH7qT1n {
        padding: 25px 15px;
    }
    
    .bY5kP8j {
        font-size: 13px;
        padding: 0 15px;
    }
    
    .gL9xR4w {
        gap: 20px;
        padding: 25px 15px;
        flex-direction: column;
        align-items: center;
    }
    
    .nX6pY3z {
        font-size: 13px;
    }
    
    .mQ8tV2k {
        padding: 20px 15px;
    }
    
    .sF7nJ4x {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .qR3yL7m {
        gap: 15px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .wZ2mX5r {
        height: 45px;
        max-width: 70px;
    }
    
    .vK9pN4s {
        flex: 0 0 22%;
        text-align: center;
    }
    
    .gL9xR4w {
        gap: 15px;
    }
}

.rN4xL8q {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.tK6mP3w {
    background: var(--mN8vB2r);
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    border: 2px solid var(--cV6uY7w);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    animation: qH7yN2r 0.5s ease-out;
}

@keyframes qH7yN2r {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.vM9kR5x {
    font-size: 4rem;
    margin-bottom: 20px;
    color: var(--wS3xV2l);
}

.gP3tN8j {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gL4kN1z);
    margin-bottom: 15px;
}

.zQ2mL6w {
    font-size: 16px;
    color: var(--zC5nQ3v);
    line-height: 1.6;
    margin-bottom: 30px;
}

.hF5kY9p {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cR8nX4m {
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.bT7qW1n {
    background: var(--dF5tG1n);
    color: var(--gL4kN1z);
}

.bT7qW1n:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(107, 107, 184, 0.4);
}

.jL9mK3s {
    background: transparent;
    color: var(--fK8mD4j);
    border: 2px solid var(--fK8mD4j);
}

.jL9mK3s:hover {
    background: var(--fK8mD4j);
    color: var(--gL4kN1z);
    transform: translateY(-2px);
}

.wS4nV7r {
    font-size: 12px;
    color: var(--oW9rA7u);
    margin-top: 20px;
    line-height: 1.4;
}

.dX6pL2y {
    display: none;
}

@media (max-width: 600px) {
    .tK6mP3w {
        padding: 30px 25px;
        margin: 20px;
    }
    
    .vM9kR5x {
        font-size: 3rem;
        margin-bottom: 15px;
    }
    
    .gP3tN8j {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .zQ2mL6w {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .hF5kY9p {
        flex-direction: column;
        gap: 15px;
    }
    
    .cR8nX4m {
        padding: 12px 25px;
        font-size: 15px;
        width: 100%;
    }
    
    .wS4nV7r {
        font-size: 11px;
        margin-top: 15px;
    }
}
