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

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

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

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

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

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

.p4x8c2n6b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.z9m5k3p7q {
    font-size: 1.5rem;
    font-weight: 700;
}

.z9m5k3p7q a {
    color: white;
}

.z9m5k3p7q a:hover {
    opacity: 0.9;
    transform: scale(1.05);
    display: inline-block;
}

.l6h3n9r2s {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

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

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

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

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

.w8k2m9n3q a:hover {
    color: #1a5f7a;
}

.t5y8m2k9p {
    min-height: 60vh;
    padding: 2rem 0;
}

.w3q7n4j8r {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 4rem 2rem;
    margin-bottom: 3rem;
    border-radius: 10px;
    animation: fadeIn 1s ease-out;
}

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

.c9b5k2m7x {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.h6p3w9r2n {
    animation: slideInLeft 0.8s ease-out;
}

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

.r7n3k9m5p {
    animation: slideInRight 0.8s ease-out;
}

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

.x4k8m3q7j {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a5f7a;
}

.b2n7k5p9m {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.q8m4n2k7r {
    display: inline-block;
    background: linear-gradient(135deg, #1a5f7a 0%, #2c8ba5 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.q8m4n2k7r:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(26, 95, 122, 0.3);
}

.m6k3p8q2n, .k7p3m9n2q, .p9k3m7n2q {
    padding: 3rem 0;
}

.y9m5k3p7x {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #1a5f7a;
    position: relative;
}

.y9m5k3p7x::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1a5f7a, #2c8ba5);
    margin: 1rem auto 0;
    border-radius: 2px;
}

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

.j5n2k9m7q, .n4q8m2k7j, .r4q8m2k7j {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

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

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

.j5n2k9m7q:hover, .n4q8m2k7j:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.j5n2k9m7q img, .n4q8m2k7j img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
    transition: transform 0.4s ease;
}

.j5n2k9m7q:hover img, .n4q8m2k7j:hover img {
    transform: scale(1.05);
}

.j5n2k9m7q h3, .n4q8m2k7j h3, .n4q8m2k7j h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a5f7a;
}

.j5n2k9m7q p, .n4q8m2k7j p {
    color: #666;
    margin-bottom: 1rem;
}

.j5n2k9m7q a {
    color: #2c8ba5;
    font-weight: 600;
    transition: color 0.3s ease;
}

.j5n2k9m7q a:hover {
    color: #1a5f7a;
}

.r4q8m2k7j {
    background: #f8f9fa;
    border-left: 4px solid #2c8ba5;
}

.r4q8m2k7j p {
    font-style: italic;
    color: #555;
    margin-bottom: 1rem;
}

.u3k7m2n9p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #999;
}

.a3k8m2n7q {
    background: linear-gradient(135deg, #1a5f7a 0%, #2c8ba5 100%);
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

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

.h4q8m2k7n h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.h4q8m2k7n p {
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.e6k3m9n2p {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.e6k3m9n2p a {
    opacity: 0.9;
    transition: all 0.3s ease;
}

.e6k3m9n2p a:hover {
    opacity: 1;
    padding-left: 5px;
}

.i9k3m7n2p {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    opacity: 0.8;
}

.t2k7m9n3q {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a5f7a 0%, #2c8ba5 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.t2k7m9n3q.show {
    opacity: 1;
    visibility: visible;
}

.t2k7m9n3q:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.x7k3m9n2p {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.q3k8m2n7j {
    margin: 2rem 0;
    text-align: center;
}

.q3k8m2n7j img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.c8k2m9n3p {
    margin-bottom: 2.5rem;
}

.c8k2m9n3p h3 {
    font-size: 1.6rem;
    color: #1a5f7a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

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

.c8k2m9n3p strong {
    color: #1a5f7a;
    font-weight: 600;
}

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

.j2k8m4n7q {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #2c8ba5;
    transition: all 0.3s ease;
}

.j2k8m4n7q:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.j2k8m4n7q img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.j2k8m4n7q h4 {
    font-size: 1.2rem;
    color: #1a5f7a;
    margin-bottom: 0.8rem;
}

.j2k8m4n7q p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.j2k8m4n7q time {
    display: block;
    font-size: 0.85rem;
    color: #999;
    margin-top: 0.8rem;
}

.s6k3m9n2p {
    width: 280px;
    margin-left: 2rem;
}

.s6k3m9n2p h3 {
    font-size: 1.3rem;
    color: #1a5f7a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

@media (max-width: 1024px) {
    .s6k3m9n2p {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }
}

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

    .x4k8m3q7j {
        font-size: 2rem;
    }

    .l6h3n9r2s {
        gap: 0.5rem;
    }

    .l6h3n9r2s a {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }

    .d3k8m4n7p, .f8k2m7n3p, .s8k2m7n3p, .k5m9n3p7q, .b9k3m7n2q {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 480px) {
    .x4k8m3q7j {
        font-size: 1.6rem;
    }

    .y9m5k3p7x {
        font-size: 1.5rem;
    }

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