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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.x8q2w5r {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.d4k9m2p {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.v7n3q8t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.z2m8k5n {
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
    transition: all 0.3s ease;
}

.z2m8k5n a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease;
}

.z2m8k5n a:hover {
    transform: scale(1.05);
    text-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

.p9w4r7x {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.p9w4r7x a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.p9w4r7x a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transition: width 0.3s ease;
}

.p9w4r7x a:hover {
    color: #667eea;
}

.p9w4r7x a:hover::after {
    width: 100%;
}

.t5k8n2m {
    padding: 60px 0;
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.r8x3w7q {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
}

.m2n7k4p {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.h9t4q2w {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.w3r7m5k {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

.y6n2q8x {
    font-size: 18px;
    color: #666;
    font-weight: 300;
}

.q4w9n3r {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.l7k2m8p {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    animation: cardAppear 0.6s ease-out backwards;
}

.l7k2m8p:nth-child(1) { animation-delay: 0.1s; }
.l7k2m8p:nth-child(2) { animation-delay: 0.2s; }
.l7k2m8p:nth-child(3) { animation-delay: 0.3s; }
.l7k2m8p:nth-child(4) { animation-delay: 0.4s; }
.l7k2m8p:nth-child(5) { animation-delay: 0.5s; }
.l7k2m8p:nth-child(6) { animation-delay: 0.6s; }

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.l7k2m8p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.25);
    border-color: #667eea;
}

.n5q8r3w {
    overflow: hidden;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.x9m4k7t {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.l7k2m8p:hover .x9m4k7t {
    transform: scale(1.1) rotate(2deg);
}

.p2w7n5q {
    padding: 25px;
}

.k8r3m6n {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.k8r3m6n a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.k8r3m6n a:hover {
    color: #667eea;
}

.t4m9q2w {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.w7k3n5r {
    display: block;
    color: #999;
    font-size: 13px;
    font-style: italic;
}

.s6n9k3m {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.b8r4w2q {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    animation: slideRight 0.6s ease-out;
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.j5m8k3n {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 2px solid #667eea;
}

.y9r3w6k {
    list-style: none;
}

.y9r3w6k li {
    margin-bottom: 12px;
}

.y9r3w6k a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
}

.y9r3w6k a:hover {
    color: #667eea;
    padding-left: 10px;
}

.t7w3n9m {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.k4q8m2r {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.k4q8m2r:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.n3w8q5r {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 0;
    text-align: center;
    margin-top: 60px;
    backdrop-filter: blur(10px);
}

.m7k2n4w {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.q2w9n6k {
    color: #999;
    font-size: 13px;
    font-style: italic;
}

.f9m3k7w {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.f9m3k7w.v2k7m4n {
    opacity: 1;
    visibility: visible;
}

.f9m3k7w:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
}

.r3m9k6w {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

.r3m9k6w a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.r3m9k6w a:hover {
    color: #764ba2;
}

@media (max-width: 1024px) {
    .r8x3w7q {
        grid-template-columns: 1fr;
    }

    .s6n9k3m {
        order: -1;
    }
}

@media (max-width: 768px) {
    .v7n3q8t {
        flex-direction: column;
        text-align: center;
    }

    .p9w4r7x {
        justify-content: center;
    }

    .q4w9n3r {
        grid-template-columns: 1fr;
    }

    .w3r7m5k {
        font-size: 28px;
    }

    .m2n7k4p {
        padding: 25px;
    }
}