:root {
    --color-primary: #6C5CE7;
    --color-secondary: #A29BFE;
    --color-accent: #FD79A8;
    --color-dark: #2D3436;
    --color-darker: #1A1D1F;
    --color-light: #DFE6E9;
    --color-white: #FFFFFF;
    --color-text: #2D3436;
    --color-text-light: #B2BEC3;
    --gradient-primary: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
    --gradient-secondary: linear-gradient(135deg, #F093FB 0%, #F5576C 100%);
    --gradient-tertiary: linear-gradient(135deg, #4FACFE 0%, #00F2FE 100%);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F8F9FA;
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
}

.k7d3m9 {
    background: var(--gradient-primary);
    color: var(--color-white);
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.k7d3m9 .r2f8p1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.k7d3m9 i {
    margin-right: 8px;
}

.n4b7q2 {
    background-color: var(--color-white);
    padding: 0;
    box-shadow: var(--shadow-sm);
    position: relative;
    z-index: 100;
}

.n4b7q2 .r2f8p1 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.x9m2k5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.w6h3n8 {
    display: flex;
    align-items: center;
}

.w6h3n8 img {
    height: 50px;
    width: auto;
}

.t5y9d1 {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
}

.t5y9d1 a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
}

.t5y9d1 a:hover {
    color: var(--color-primary);
}

.t5y9d1 a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: width 0.3s ease;
}

.t5y9d1 a:hover::after {
    width: 100%;
}

.p8v4s7 {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.p8v4s7 span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: var(--color-text);
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.p8v4s7.q1z7x3 span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.p8v4s7.q1z7x3 span:nth-child(2) {
    opacity: 0;
}

.p8v4s7.q1z7x3 span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
}

.l3n9h6 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    box-shadow: var(--shadow-md);
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.l3n9h6.q1z7x3 {
    max-height: 500px;
    padding: 20px;
}

.l3n9h6 .t5y9d1 {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.l3n9h6 .t5y9d1 li {
    width: 100%;
    border-bottom: 1px solid var(--color-light);
}

.l3n9h6 .t5y9d1 li:last-child {
    border-bottom: none;
}

.l3n9h6 .t5y9d1 a {
    display: block;
    padding: 15px 10px;
    width: 100%;
}

.j6k2m9 {
    position: relative;
    background: var(--gradient-primary);
    padding: 100px 0 120px;
    overflow: hidden;
    color: var(--color-white);
}

.j6k2m9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.j6k2m9 .r2f8p1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.e4r8t2 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.v7b3n1 {
    flex: 1;
}

.v7b3n1 h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.v7b3n1 p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.95);
}

.m9q4w7 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.c5x2p8 {
    display: inline-block;
    padding: 15px 32px;
    background-color: var(--color-white);
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: var(--shadow-md);
}

.c5x2p8:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.c5x2p8.s8n7k4 {
    background-color: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
}

.c5x2p8.s8n7k4:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

.z3p6y9 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h8l5m2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.f2d9s4 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.f2d9s4:hover {
    transform: translateY(-5px);
}

.f2d9s4 i {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
}

.f2d9s4 h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.f2d9s4 p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.a7g4k8 {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
}

.u3j8n5 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.u3j8n5.q1z7x3 {
    background-color: var(--color-white);
    width: 32px;
    border-radius: 6px;
}

footer {
    background-color: var(--color-darker);
    color: var(--color-light);
    padding: 60px 0 20px;
}

footer .r2f8p1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.b9w6r4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.o2y5t7 h4 {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.o2y5t7 p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-text-light);
}

.o2y5t7 ul {
    list-style: none;
}

.o2y5t7 ul li {
    margin-bottom: 12px;
}

.o2y5t7 ul li a {
    color: var(--color-text-light);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.o2y5t7 ul li a:hover {
    color: var(--color-white);
}

.i4x9p3 {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.i4x9p3 a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.i4x9p3 a:hover {
    background-color: var(--color-primary);
    transform: translateY(-3px);
}

.q8w3n7 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
    font-size: 14px;
    color: var(--color-text-light);
}

@media (max-width: 992px) {
    .x9m2k5 > .t5y9d1 {
        display: none;
    }

    .p8v4s7 {
        display: block;
    }

    .l3n9h6 {
        display: block;
    }
    
    .l3n9h6 .t5y9d1 {
        display: flex;
    }

    .v7b3n1 h1 {
        font-size: 40px;
    }

    .v7b3n1 p {
        font-size: 16px;
    }

    .e4r8t2 {
        flex-direction: column;
        gap: 40px;
    }

    .h8l5m2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .f2d9s4 {
        padding: 20px;
    }

    .f2d9s4 i {
        font-size: 28px;
    }

    .f2d9s4 h3 {
        font-size: 16px;
    }

    .f2d9s4 p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .k7d3m9 {
        font-size: 12px;
        padding: 10px 0;
    }

    .x9m2k5 {
        padding: 15px 0;
    }

    .w6h3n8 img {
        height: 40px;
    }

    .j6k2m9 {
        padding: 60px 0 80px;
    }

    .v7b3n1 h1 {
        font-size: 32px;
    }

    .v7b3n1 p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .m9q4w7 {
        flex-direction: column;
    }

    .c5x2p8 {
        width: 100%;
        text-align: center;
    }

    .h8l5m2 {
        grid-template-columns: 1fr;
    }

    .b9w6r4 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .v7b3n1 h1 {
        font-size: 28px;
    }

    .v7b3n1 p {
        font-size: 14px;
    }

    .c5x2p8 {
        padding: 12px 24px;
        font-size: 14px;
    }

    .f2d9s4 {
        padding: 16px;
    }
}

.g8x4m2 {
    display: block;
    text-decoration: none;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.g8x4m2:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.g8x4m2 img {
    width: 100%;
    height: auto;
    display: block;
}

.g8x4m2 .y5r9n3 {
    padding: 30px;
    text-align: center;
}

.g8x4m2 h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2D3436;
    margin-bottom: 12px;
}

.g8x4m2 p {
    font-size: 16px;
    color: #636E72;
    margin-bottom: 20px;
}

.g8x4m2 .k6t2v8 {
    display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.g8x4m2:hover .k6t2v8 {
    transform: scale(1.05);
}
