:root {
            --hiLxq-primary: #ff4d4f;
            --hiLxq-text: #1f1f1f;
            --hiLxq-text-light: #666666;
            --hiLxq-bg: #ffffff;
            --hiLxq-bg-alt: #f5f5f7;
            --hiLxq-gap: 8px;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: var(--hiLxq-text);
            line-height: 1.6;
            background-color: var(--hiLxq-bg);
            -webkit-font-smoothing: antialiased;
        }

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

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

        /* Container & Layout */
        .hiLxq-kazuw {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

        .hiLxq-wefimef {
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        /* Navigation Bar */
        .hiLxq-veca {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .hiLxq-veca .hiLxq-wefimef {
            height: 72px;
            align-items: center;
            justify-content: space-between;
        }

        .hiLxq-logo img {
            height: 32px;
        }

        .hiLxq-uhuwi {
            display: flex;
            align-items: center;
        }

        .hiLxq-xugupe-list {
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .hiLxq-xugupe {
            padding: 0 16px;
            font-size: 15px;
            font-weight: 500;
            color: var(--hiLxq-text-light);
        }

        .hiLxq-xugupe:hover, .hiLxq-xugupe.active {
            color: var(--hiLxq-primary);
        }

        /* Hero Showcase Area */
        .hiLxq-pawu {
            padding: 80px 0;
            background: radial-gradient(circle at top right, #fff5f5, #ffffff);
            overflow: hidden;
        }

        .hiLxq-udutuc {
            flex: 1;
            min-width: 320px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hiLxq-udutuc h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.1;
            margin-bottom: 24px;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .hiLxq-udutuc p {
            font-size: clamp(1.1rem, 2vw, 1.25rem);
            color: var(--hiLxq-text-light);
            margin-bottom: 40px;
            max-width: 540px;
        }

        .hiLxq-zuvacot {
            flex: 1;
            min-width: 320px;
            position: relative;
        }

        .hiLxq-zuvacot img {
            border-radius: 24px;
            box-shadow: 0 40px 80px rgba(0,0,0,0.1);
            transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
            transition: transform 0.5s ease;
        }

        .hiLxq-zuvacot:hover img {
            transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
        }

        /* Feature Blocks / Cards */
        .hiLxq-zuvacot-alt {
            padding: 96px 0;
        }

        .hiLxq-wefimef-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 32px;
            width: 100%;
        }

        .hiLxq-cawojih {
            background: var(--hiLxq-bg-alt);
            border-radius: 32px;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            display: flex;
            flex-direction: column;
        }

        .hiLxq-cawojih:hover {
            transform: translateY(-8px);
        }

        .hiLxq-akoqumi {
            padding: 40px;
        }

        .hiLxq-akoqumi h2 {
            font-size: 28px;
            margin-bottom: 16px;
            font-weight: 700;
        }

        .hiLxq-akoqumi p {
            color: var(--hiLxq-text-light);
            margin-bottom: 24px;
        }

        .hiLxq-cawojih img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 0 0 32px 32px;
        }

        /* Buttons */
        .hiLxq-ihojaqa {
            display: inline-block;
            background: var(--hiLxq-primary);
            color: #fff;
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 16px;
            text-align: center;
            border: none;
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(255, 77, 79, 0.2);
        }

        .hiLxq-ihojaqa:hover {
            transform: scale(1.05);
            background: #ff7875;
        }

        .hiLxq-sexocu {
            display: inline-flex;
            align-items: center;
            font-weight: 600;
            color: var(--hiLxq-primary);
            gap: 8px;
            margin-top: 8px;
        }

        /* Footer */
        .hiLxq-ibotoba {
            background: #111;
            color: #fff;
            padding: 80px 0 40px;
            margin-top: 96px;
        }

        .hiLxq-ibotoba-brand h4 {
            font-size: 24px;
            margin-bottom: 16px;
        }

        .hiLxq-ibotoba-brand p {
            color: #999;
            max-width: 300px;
            font-size: 14px;
        }

        .hiLxq-ibotoba-links {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            flex: 1;
            justify-content: flex-end;
        }

        .hiLxq-ugej-group h5 {
            font-size: 16px;
            margin-bottom: 20px;
            color: #eee;
        }

        .hiLxq-ugej-list {
            list-style: none;
        }

        .hiLxq-ugej-list li {
            margin-bottom: 12px;
        }

        .hiLxq-ugej {
            color: #888;
            font-size: 14px;
        }

        .hiLxq-ugej:hover {
            color: var(--hiLxq-primary);
        }

        /* Icons */
        .hiLxq-icon-badge {
            width: 56px;
            height: 56px;
            background: white;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.05);
        }

        .hiLxq-icon-badge svg {
            width: 28px;
            height: 28px;
            fill: var(--hiLxq-primary);
        }

        @media (max-width: 768px) {
            .hiLxq-veca .hiLxq-wefimef {
                height: auto;
                padding: 16px 0;
            }
            .hiLxq-uhuwi {
                width: 100%;
                margin-top: 16px;
            }
            .hiLxq-xugupe-list {
                justify-content: center;
                width: 100%;
            }
            .hiLxq-xugupe {
                padding: 8px 12px;
                font-size: 14px;
            }
            .hiLxq-udutuc {
                text-align: center;
                margin-bottom: 48px;
            }
            .hiLxq-udutuc p {
                margin: 0 auto 32px;
            }
            .hiLxq-ibotoba-links {
                justify-content: flex-start;
                margin-top: 40px;
            }
        }

.hiLxq-hdr-veca {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    word-break: keep-all;
    color: var(--hiLxq-text);
}
.hiLxq-hdr-veca,
.hiLxq-hdr-veca *,
.hiLxq-hdr-veca *::before,
.hiLxq-hdr-veca *::after {
    box-sizing: border-box;
}

.hiLxq-hdr-veca nav,
.hiLxq-hdr-veca div,
.hiLxq-hdr-veca section,
.hiLxq-hdr-veca article,
.hiLxq-hdr-veca aside,
.hiLxq-hdr-veca p,
.hiLxq-hdr-veca h1,
.hiLxq-hdr-veca h2,
.hiLxq-hdr-veca h3,
.hiLxq-hdr-veca h4,
.hiLxq-hdr-veca h5,
.hiLxq-hdr-veca h6,
.hiLxq-hdr-veca a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.hiLxq-hdr-veca p,
.hiLxq-hdr-veca h1,
.hiLxq-hdr-veca h2,
.hiLxq-hdr-veca h3,
.hiLxq-hdr-veca h4,
.hiLxq-hdr-veca h5,
.hiLxq-hdr-veca h6 {
    text-decoration: none;
}

.hiLxq-hdr-veca img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.hiLxq-hdr-veca {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.hiLxq-hdr-veca a.hiLxq-hdr-xugupe {
    --aisite-shell-nav-padding: 8px 16px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: flex;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.hiLxq-hdr-veca a.hiLxq-hdr-xugupe,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe:hover,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe:focus,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe:active,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe.active,
.hiLxq-hdr-veca a.hiLxq-hdr-xugupe[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.hiLxq-hdr-veca .hiLxq-hdr-kazuw{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.hiLxq-hdr-veca .hiLxq-hdr-wefimef{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

.hiLxq-hdr-veca .hiLxq-hdr-uhuwi{
            word-break: break-word;
            overflow-wrap: break-word;
            position: relative;
        }

.hiLxq-hdr-veca{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            padding: 16px 0;
        }

.hiLxq-hdr-veca .hiLxq-hdr-wefimef{
            justify-content: space-between;
            align-items: center;
        }

.hiLxq-hdr-veca .hiLxq-hdr-logo{
            flex: 0 0 auto;
            min-width: 0;
        }

.hiLxq-hdr-veca .hiLxq-hdr-logo img{
            height: 36px;
            display: block;
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe-list{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
            list-style: none;
            gap: 8px;
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe{
            text-decoration: none;
            color: #333333;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 30px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe:hover{
            color: #ff6a00;
            background: rgba(255, 106, 0, 0.05);
        }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe.active{
            background: #ff6a00;
            color: #fff;
        }

@media (max-width: 768px){.hiLxq-hdr-veca .hiLxq-hdr-wefimef{
                flex-direction: column;
                gap: 16px;
            }

.hiLxq-hdr-veca .hiLxq-hdr-xugupe-list{
                justify-content: center;
            }}

.hiLxq-ftr-ibotoba {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    word-break: keep-all;
    color: var(--hiLxq-text);
}
.hiLxq-ftr-ibotoba,
.hiLxq-ftr-ibotoba *,
.hiLxq-ftr-ibotoba *::before,
.hiLxq-ftr-ibotoba *::after {
    box-sizing: border-box;
}

.hiLxq-ftr-ibotoba nav,
.hiLxq-ftr-ibotoba div,
.hiLxq-ftr-ibotoba section,
.hiLxq-ftr-ibotoba article,
.hiLxq-ftr-ibotoba aside,
.hiLxq-ftr-ibotoba p,
.hiLxq-ftr-ibotoba h1,
.hiLxq-ftr-ibotoba h2,
.hiLxq-ftr-ibotoba h3,
.hiLxq-ftr-ibotoba h4,
.hiLxq-ftr-ibotoba h5,
.hiLxq-ftr-ibotoba h6,
.hiLxq-ftr-ibotoba a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.hiLxq-ftr-ibotoba p,
.hiLxq-ftr-ibotoba h1,
.hiLxq-ftr-ibotoba h2,
.hiLxq-ftr-ibotoba h3,
.hiLxq-ftr-ibotoba h4,
.hiLxq-ftr-ibotoba h5,
.hiLxq-ftr-ibotoba h6 {
    text-decoration: none;
}

.hiLxq-ftr-ibotoba img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.hiLxq-ftr-ibotoba {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.hiLxq-ftr-ibotoba a,
.hiLxq-ftr-ibotoba a:hover,
.hiLxq-ftr-ibotoba a:focus,
.hiLxq-ftr-ibotoba a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.hiLxq-ftr-ibotoba .hiLxq-ftr-kazuw{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-wefimef{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

.hiLxq-ftr-ibotoba{
            background: #1a1a1a;
            color: rgba(255,255,255,0.7);
            padding: 80px 0 40px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-wefimef{
            justify-content: space-between;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-brand{
            flex: 1;
            min-width: 260px;
            margin-bottom: 40px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-brand h4{
            color: #fff;
            font-size: 1.8rem;
            margin-bottom: 16px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-links{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
            gap: 64px;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej-group h5{
            color: #fff;
            margin-bottom: 24px;
            font-size: 1.1rem;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej-list{
            list-style: none;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej{
            display: block;
            color: rgba(255,255,255,0.5);
            text-decoration: none;
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-ugej:hover{
            color: #ff6a00;
        }

.hiLxq-ftr-ibotoba .hiLxq-ftr-copyright{
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            font-size: 0.9rem;
        }

@media (max-width: 768px){.hiLxq-ftr-ibotoba .hiLxq-ftr-ibotoba-links{
                gap: 32px;
            }}