@import url('https://fonts.googleapis.com/css2?family=PingFang+SC:wght@300;400;500;600&display=swap');

:root {
    --primary: #003CF1;
    --primary-light: #0A82FF;
    --text-main: #FFFFFF;
    --text-sub: #A2A2A2;
    --bg-dark: #000000;
    --card-dark: #01081F;
}

* {
    box-sizing: border-box;
}

body.information-page {
    margin: 0;
    background: var(--bg-dark);
    color: var(--text-main);
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    overflow-x: hidden;
}

.background-visuals {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.background-orb {
    position: absolute;
    width: 409px;
    height: 409px;
    left: -80px;
    top: 1100px;
    background: rgba(0, 133, 255, 0.35);
    filter: blur(84.84px);
    border-radius: 999px;
}

section {
    position: relative;
    z-index: 1;
}

/* Hero */
.info-hero {
    width: 1414px;
    height: 700px;
    margin: 0 auto;
    padding-top: 140px;
    position: relative;
}

.hero-title {
    text-align: center;
}

.hero-title h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    background: linear-gradient(180deg, #1F80FF 0%, #FFFFFF 66.8%);
    color: transparent;
    background-clip: text;
}

.hero-title p {
    margin: 10px 0 0;
    font-size: 25px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(31, 128, 255, 1) 10%, rgba(255, 255, 255, 1) 75%);
    color: transparent;
    background-clip: text;
}

.hero-visual {
    position: relative;
    width: 100%;
    height: 540px;
    margin-top: 20px;
}

.hero-main {
    position: absolute;
    left: 50%;
    top: 0;
    width: 926px;
    height: 554px;
    transform: translateX(-50%);
}

.hero-line {
    position: absolute;
    right: 40px;
    top: 200px;
    width: 120px;
    height: 120px;
}

.hero-ellipse {
    position: absolute;
    left: 260px;
    top: 120px;
    width: 845px;
    height: 226px;
    border-radius: 999px;
    background: radial-gradient(ellipse 155.27% 239.57% at 3.01% -18.86%, #003CF1 0%, rgba(0, 0, 0, 0) 51%, #0A82FF 95%);
    filter: blur(25px);
    transform: rotate(-13deg);
}

.hero-decor {
    position: absolute;
}

.hero-decor.decor-left {
    width: 320px;
    height: 190px;
    left: 40px;
    top: 20px;
}

.hero-decor.decor-right {
    width: 320px;
    height: 190px;
    right: 40px;
    top: 320px;
}

/* News */
.info-news {
    width: 1180px;
    margin: 0 auto 120px;
}

.news-tabs {
    width: 317px;
    height: 68px;
    padding: 9px;
    border-radius: 40px;
    border: 0.5px solid rgba(214, 234, 255, 0.7);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    gap: 0;
}

.news-tab {
    flex: 1;
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
}

.news-tab-active {
    background: radial-gradient(ellipse 155.27% 239.57% at 3.01% -18.86%, #003CF1 0%, rgba(0, 0, 0, 0) 51%, #0A82FF 95%);
    border: 1px solid rgba(10, 130, 255, 1);
}

.info-swiper {
    margin-top: 44px;
}

.info-slide {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    grid-template-rows: repeat(2, 200px);
    gap: 32px 50px;
}

.info-card {
    position: relative;
    width: 360px;
    height: 200px;
    border-radius: 10px;
    background: var(--card-dark);
    padding: 20px 20px 18px;
    color: #FFFFFF;
}

.info-card.highlight {
    background: radial-gradient(ellipse 155.27% 239.57% at 3.01% -18.86%, #003CF1 0%, rgba(0, 0, 0, 0) 51%, #0A82FF 95%);
}

.info-card-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.info-card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 18px;
}

.info-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.info-card-more {
    color: #BBBBBB;
    display: flex;
    align-items: center;
    gap: 6px;
}

.info-card-more img {
    width: 12px;
    height: 12px;
}

.info-swiper .swiper-pagination {
    margin-top: 36px;
    position: relative;
}

.info-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 8px !important;
}

.info-swiper .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/* Footer glow */
.info-footer-glow {
    width: 100%;
    height: 710px;
    position: relative;
    margin-top: 40px;
}

.footer-glow {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1642px;
    height: 710px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse 130% 107% at 50% 10%, rgba(0, 0, 0, 0) 37%, #003CF1 69%, #FFFFFF 100%);
    filter: blur(51.31px);
}

.footer-icon {
    position: absolute;
    left: 50%;
    top: 250px;
    width: 120px;
    height: 120px;
    transform: translateX(300px);
}

@media (max-width: 1440px) {
    .info-hero,
    .info-news {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .info-slide {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .info-hero {
        width: 100%;
        height: auto;
        padding: 120px 16px 40px;
    }

    .hero-title h1 {
        font-size: 28px;
    }

    .hero-title p {
        font-size: 16px;
    }

    .hero-visual {
        height: auto;
        margin-top: 24px;
    }

    .hero-main {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        transform: none;
    }

    .hero-ellipse,
    .hero-line,
    .hero-decor {
        display: none;
    }

    .info-news {
        width: 100%;
        margin-bottom: 80px;
        padding: 0 16px;
    }

    .news-tabs {
        width: 100%;
        height: 48px;
        padding: 6px;
    }

    .news-tab {
        font-size: 16px;
    }

    .info-slide {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 16px;
    }

    .info-card {
        width: 100%;
        height: auto;
    }

    .info-card-desc {
        font-size: 14px;
    }

    .info-card-footer {
        font-size: 14px;
    }

    .info-footer-glow {
        height: 360px;
    }

    .footer-glow {
        width: 120%;
        height: 360px;
    }

    .footer-icon {
        top: 160px;
        width: 80px;
        height: 80px;
        transform: translateX(120px);
    }
}
