    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
            background-color: #0a0c0b;
            color: #e4e9e7;
            line-height: 1.5;
        }

        .container-global-wide {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .header-navigation-premium {
            background: rgba(10, 15, 13, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(46, 125, 90, 0.25);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .header-flex-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 0;
            flex-wrap: wrap;
        }

        .logo-identity-heavy {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .logo-symbol-dark {
            background: #1b5e3f;
            color: #ffffff;
            width: 52px;
            height: 52px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            box-shadow: 0 8px 18px rgba(0, 30, 20, 0.7);
            border: 1px solid #2f8a5e;
        }

        .logo-text-premium h1 {
            font-size: 1.9rem;
            font-weight: 700;
            letter-spacing: -0.02em;
            color: #e2f0e8;
            margin: 0;
            line-height: 1.2;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

        .logo-text-premium .subtitle-small {
            font-size: 0.8rem;
            color: #9ebeb0;
            font-weight: 500;
        }

        .navigation-links-ultra ul {
            display: flex;
            gap: 36px;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .navigation-links-ultra a {
            text-decoration: none;
            font-weight: 600;
            color: #d0e2d9;
            font-size: 1rem;
            transition: 0.2s;
            padding-bottom: 4px;
            border-bottom: 2px solid transparent;
        }

        .navigation-links-ultra a:hover,
        .navigation-links-ultra a.active-link-bold {
            color: #8ae8c0;
            border-bottom-color: #3bb585;
        }

        .mobile-menu-trigger-dark {
            display: none;
            background: rgba(30, 40, 35, 0.8);
            border: 1px solid #2b684b;
            font-size: 1.6rem;
            color: #c0dfd0;
            cursor: pointer;
            padding: 6px 20px;
            border-radius: 40px;
            backdrop-filter: blur(4px);
        }

        @media (max-width: 768px) {
            .navigation-links-ultra {
                display: none;
                width: 100%;
                margin-top: 20px;
                border-top: 1px solid #1e4f3a;
                padding-top: 16px;
            }
            .navigation-links-ultra.mobile-visible {
                display: block;
            }
            .navigation-links-ultra ul {
                flex-direction: column;
                gap: 22px;
                align-items: center;
            }
            .mobile-menu-trigger-dark {
                display: block;
            }
        }

        .section-block-massive {
            padding: 80px 0;
            scroll-margin-top: 80px;
        }

        .section-title-glow {
            font-size: 2.3rem;
            font-weight: 700;
            color: #d8f0e5;
            margin-bottom: 18px;
            letter-spacing: -0.01em;
            position: relative;
            display: inline-block;
            text-shadow: 0 2px 8px rgba(0, 40, 20, 0.8);
        }

        .section-title-glow::after {
            content: '';
            display: block;
            width: 70px;
            height: 4px;
            background: #3bb585;
            border-radius: 4px;
            margin-top: 8px;
            box-shadow: 0 0 12px #3bb585;
        }

        .section-subhead-premium {
            color: #aacfc0;
            font-size: 1.2rem;
            margin-bottom: 44px;
            max-width: 750px;
        }

        .two-column-power-layout {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: center;
        }

        .content-left-strong {
            flex: 1 1 300px;
        }

        .content-left-strong p {
            font-size: 1.15rem;
            margin-bottom: 18px;
           
        }

        .certificate-block-onyx {
            background: rgba(20, 40, 30, 0.7);
            backdrop-filter: blur(8px);
            border: 1px solid #2f7857;
            border-radius: 44px;
            padding: 36px 26px;
            margin-top: 20px;
            box-shadow: 0 20px 30px -12px black;
        }

        .certificate-block-onyx i {
            font-size: 3rem;
            color: #4ad698;
        }

        .certificate-block-onyx h3 {
            font-size: 1.9rem;
            margin: 16px 0 10px;
            color: #e2f0e5;
        }

        .certificate-block-onyx ul {
            list-style: none;
            line-height: 2.4;
            padding-left: 0;
            color: #cde5da;
        }

        .image-right-background {
            flex: 1 1 320px;
            min-height: 480px;
            border-radius: 60px;
            background-image: url('../static/bga.avif'); /* 体育用品背景 */
            background-size: cover;
            background-position: center 30%;
            border: 2px solid #398a63;
            box-shadow: 0 30px 40px -15px black;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 20px;
        }

        .image-right-background i {
            font-size: 5rem;
            color: rgba(255, 255, 255, 0.8);
            text-shadow: 0 4px 15px black;
            background: rgba(0, 0, 0, 0.3);
            padding: 15px 30px;
            border-radius: 60px;
            backdrop-filter: blur(6px);
            border: 1px solid rgba(100, 255, 170, 0.3);
        }

        /* 产品大图卡片 */
        .product-grid-luxury {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
            margin-top: 20px;
        }

        .product-card-darkness {
            background: rgba(18, 28, 24, 0.8);
            backdrop-filter: blur(8px);
            border: 1px solid #2a6b4f;
            border-radius: 32px;
            overflow: hidden;
            box-shadow: 0 20px 30px -12px black;
            transition: transform 0.25s, border-color 0.2s;
        }

        .product-card-darkness:hover {
            transform: translateY(-6px);
            border-color: #52c797;
        }

        .product-image-wide {
            width: 100%;
            height: 210px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 5rem;
            color: #ffffffdd;
            text-shadow: 0 5px 18px black;
            border-bottom: 2px solid #266e4c;
        }

        .product-info-bottom {
            padding: 24px 20px 28px;
            text-align: center;
        }

        .product-info-bottom h3 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 6px;
            color: #ecfcf4;
        }

        .product-category-tag {
            color: #97cfb4;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

        .product-description-text {
            color: #bfded0;
            margin: 12px 0 14px;
            font-size: 0.98rem;
        }

        .product-price-badge {
            background: rgba(0, 30, 20, 0.7);
            color: #9cedc5;
            padding: 8px 22px;
            border-radius: 40px;
            display: inline-block;
            font-size: 0.95rem;
            font-weight: 700;
            border: 1px solid #398f64;
            backdrop-filter: blur(4px);
        }

        .service-grid-cards {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin-top: 40px;
            justify-content: center;
        }

        .service-item-glossy {
            background: rgba(22, 38, 30, 0.75);
            backdrop-filter: blur(8px);
            border: 1px solid #2f7857;
            border-radius: 36px;
            padding: 32px 25px;
            flex: 1 1 200px;
            text-align: center;
            box-shadow: 0 15px 25px -8px black;
        }

        .service-item-glossy i {
            font-size: 2.8rem;
            color: #52d498;
            margin-bottom: 18px;
        }

        .service-item-glossy h4 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #e8f7ef;
        }

        .service-item-glossy p {
            color: #b7dbcb;
            font-size: 0.96rem;
        }

        .news-grid-dark {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 28px;
        }

        .news-card-solid {
            background: rgba(16, 30, 24, 0.85);
            backdrop-filter: blur(6px);
            border: 1px solid #2c6b50;
            border-radius: 32px;
            padding: 32px;
        }

        .news-date-element {
            color: #9ad4b8;
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 12px;
        }

        .news-title-head {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #f2fff9;
        }

        .contact-split-luxury {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            background: rgba(10, 25, 18, 0.7);
            backdrop-filter: blur(12px);
            border: 1px solid #2f7857;
            border-radius: 60px;
            padding: 50px 45px;
            box-shadow: 0 30px 40px -20px black;
        }

        .contact-info-side h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #e4f7ed;
            margin-bottom: 20px;
        }

        .contact-line-detail {
            margin: 20px 0;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            gap: 15px;
            color: #d2efe1;
        }

        .contact-line-detail i {
            width: 30px;
            color: #4ad498;
            font-size: 1.4rem;
        }

        .map-replacement-dark {
            flex: 2 1 320px;
            background: #1c3d30;
            border-radius: 5px;
            padding: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #c8f0dd;
            border: 0px dashed #5a9e80;
            background-image: radial-gradient(circle at 30% 40%, #276a4c 1px, transparent 1px), radial-gradient(circle at 70% 60%, #2b7a57 1px, transparent 1px);
            background-size: 40px 40px;
        }

        .map-replacement-dark i {
            font-size: 5rem;
            opacity: 0.9;
            color: #92e0be;
        }

        .button-primary-glow {
            background: #1d6b49;
            border: none;
            color: white;
            padding: 14px 34px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            display: inline-block;
            text-decoration: none;
            box-shadow: 0 0 20px #1d9b62, 0 8px 16px -4px black;
            transition: all 0.15s;
        }

        .button-primary-glow:hover {
            background: #2b8b60;
            box-shadow: 0 0 28px #30cf82;
        }

        .button-outline-dark {
            background: transparent;
            border: 1.5px solid #4bc28a;
            color: #c0f0db;
            box-shadow: none;
        }

        .button-outline-dark:hover {
            background: rgba(40, 90, 70, 0.5);
            border-color: #73ffc2;
        }

        .footer-deep {
            background: #0b1510;
            border-top: 2px solid #1d4d37;
            padding: 40px 0 30px;
        }

        .footer-flex-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .legal-links-group a {
            color: #aad7c5;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            margin-right: 30px;
        }

        .legal-links-group a:hover {
            color: #e1ffef;
            text-decoration: underline;
        }

        .copyright-text-light {
            color: #8eb9a8;
            font-size: 0.9rem;
        }

        .disclaimer-wide {
            margin-top: 25px;
            font-size: 0.8rem;
            color: #719e8b;
            border-top: 1px solid #23583f;
            padding-top: 20px;
            text-align: center;
        }

        .hero-section-first {
            background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('../static/bgb.avif');
            background-size: cover;
            background-position: center 30%;
            background-attachment: fixed;
        }