* {
    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-color: #f5f7fa;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.k7m2p9x {
    background: linear-gradient(135deg, #2c5282 0%, #1a365d 100%);
    color: white;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown 0.5s ease;
}

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

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

.w9j4c2m {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.w9j4c2m a {
    color: white;
}

.w9j4c2m a:hover {
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.b5x7k9p {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.b5x7k9p a {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.b5x7k9p a:hover {
    background-color: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.m8t3v6n {
    min-height: calc(100vh - 200px);
}

.h4p9r2x {
    margin-bottom: 3rem;
}

.c6n8m4t {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 2rem;
}

.z2k7p5w {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.z2k7p5w img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomIn 1s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(1.2);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.f3j9n6r {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease 0.3s both;
}

@keyframes fadeInUp {
    from {
        transform: translate(-50%, -40%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.f3j9n6r h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.f3j9n6r p {
    font-size: 1.5rem;
}

.v7m2k9p {
    padding: 3rem 0;
    background-color: white;
    margin-bottom: 3rem;
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.x8p4c7m {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #2c5282;
    position: relative;
    padding-bottom: 1rem;
}

.x8p4c7m::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #2c5282, #4299e1);
}

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

.r2m8k6p {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: slideUp 0.6s ease;
}

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

.r2m8k6p:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.r2m8k6p img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.r2m8k6p:hover img {
    transform: scale(1.1);
}

.r2m8k6p h3 {
    padding: 1rem 1.5rem 0.5rem;
    font-size: 1.3rem;
    color: #2c5282;
}

.r2m8k6p p {
    padding: 0 1.5rem 1rem;
    color: #666;
    line-height: 1.8;
}

.n4v8p2x {
    display: inline-block;
    margin: 0 1.5rem 1.5rem;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, #2c5282 0%, #4299e1 100%);
    color: white;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.n4v8p2x:hover {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(44,82,130,0.3);
}

.p9k3m7t {
    padding: 3rem 0;
    background-color: #f8fafc;
}

.l6j2n8r {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.w3t9k5m {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #2c5282;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    animation: slideInLeft 0.6s ease;
}

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

.w3t9k5m:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transform: translateX(10px);
}

.w3t9k5m time {
    color: #718096;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.w3t9k5m h3 {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.w3t9k5m h3 a {
    color: #2c5282;
}

.w3t9k5m h3 a:hover {
    color: #4299e1;
}

.w3t9k5m p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.b7n4p8x {
    display: flex;
    gap: 2rem;
    color: #718096;
    font-size: 0.9rem;
}

.c5n9t2p {
    padding: 3rem 0;
    background-color: white;
    margin-bottom: 3rem;
}

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

.r7p2n9k {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.r7p2n9k:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.r7p2n9k img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.t4j8w5n {
    padding: 1.5rem;
}

.t4j8w5n h3 {
    color: #2c5282;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.t4j8w5n time {
    color: #718096;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1rem;
}

.t4j8w5n p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.f6m9k3t {
    padding: 2rem 0;
}

.p2n7v5k {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    animation: fadeInRight 0.6s ease;
}

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

.p2n7v5k h3 {
    color: #2c5282;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
    font-size: 1.2rem;
}

.p2n7v5k ul {
    list-style: none;
}

.p2n7v5k li {
    margin-bottom: 0.8rem;
    padding-left: 1rem;
    position: relative;
}

.p2n7v5k li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #2c5282;
}

.p2n7v5k a {
    color: #666;
    transition: all 0.3s ease;
}

.p2n7v5k a:hover {
    color: #2c5282;
    padding-left: 0.5rem;
}

.v8k2m6p {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 3rem;
}

.n5t9j3r {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.x2p7k4m h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #4299e1;
}

.x2p7k4m p {
    line-height: 1.8;
    color: #cbd5e0;
}

.x2p7k4m ul {
    list-style: none;
}

.x2p7k4m li {
    margin-bottom: 0.5rem;
}

.x2p7k4m a:hover {
    color: #4299e1;
}

.j8m3t6k {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #cbd5e0;
}

.g4k8n2p {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2c5282 0%, #4299e1 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.g4k8n2p.m7k3p9x {
    opacity: 1;
    visibility: visible;
}

.g4k8n2p:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.t5n8m2k {
    padding: 1rem 0;
    background-color: #f8fafc;
    margin-bottom: 2rem;
}

.r9j4p3n {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #718096;
}

.r9j4p3n a {
    color: #2c5282;
    transition: color 0.3s ease;
}

.r9j4p3n a:hover {
    color: #4299e1;
}

.v3m7k9p {
    padding: 3rem 0;
}

.n8j2t5k {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
    animation: fadeIn 0.6s ease;
}

.n8j2t5k h2 {
    color: #2c5282;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.n8j2t5k h3 {
    color: #2c5282;
    margin: 1.5rem 0 1rem;
    font-size: 1.3rem;
}

.n8j2t5k p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.n8j2t5k ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.n8j2t5k li {
    color: #666;
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .b5x7k9p {
        flex-direction: column;
        gap: 0.5rem;
    }

    .f3j9n6r h2 {
        font-size: 2rem;
    }

    .f3j9n6r p {
        font-size: 1rem;
    }

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

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

    .g4k8n2p {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}