
/* 文档内容区极致美化（修正版） */
.neon-docs-main {
    padding: 48px 32px 48px 32px !important;
    border-radius: 28px !important;
    box-shadow: 0 4px 32px #00eaff22, 0 1.5px 16px #fff2 !important;
    background: rgba(255,255,255,0.96);
    margin-bottom: 44px;
    font-size: 1.09em;
    line-height: 1.95;
    color: #1a1a2a;
    backdrop-filter: blur(8px);
    border: 1.5px solid #e0eaff;
    position: relative;
    overflow: visible;
    max-width: 100vw;
}
body.dark-mode .neon-docs-main {
    background: rgba(20,20,40,0.92);
    color: #e0f7fa;
    border: 2.5px solid #00eaff33;
}
/* 柔和高光背景去除，避免溢出 */
/* 板块分隔线柔和渐变 */
.neon-docs-main section {
    margin-bottom: 38px;
    padding-bottom: 22px;
    border-bottom: 1.5px solid #e0eaff;
    position: relative;
    z-index: 1;
}
body.dark-mode .neon-docs-main section {
    border-bottom: 1.5px solid #00eaff33;
}
.neon-docs-main section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.neon-docs-main h1 {
    font-size: 2.2em !important;
    margin-bottom: 36px !important;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 1.18;
    color: #00bfff;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
}
.neon-docs-main h2 {
    font-size: 1.22em !important;
    margin: 28px 0 14px 0 !important;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.22;
    color: #007aff;
    text-shadow: none;
}
body.dark-mode .neon-docs-main h2 {
    color: #00eaff;
    text-shadow: none;
}
.neon-docs-main p, .neon-docs-main li {
    font-size: 1.07em;
    line-height: 1.95;
    margin-bottom: 10px;
    word-break: break-word;
}
.neon-docs-main ul {
    margin-left: 1.3em;
    margin-bottom: 16px;
}
.neon-docs-main img {
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 2px 12px #00eaff22;
    margin: 14px 0 18px 0;
}
.neon-docs-sidebar {
    background: linear-gradient(135deg, #f7faff 0%, #e0eaff 100%) !important;
    border-radius: 18px !important;
    box-shadow: 0 2px 16px #00eaff11 !important;
    padding: 28px 12px 28px 12px !important;
    font-size: 1em;
    border: 1px solid #e0eaff;
    position: relative;
    z-index: 2;
}
body.dark-mode .neon-docs-sidebar {
    background: linear-gradient(135deg, #101a2a 0%, #007aff33 100%) !important;
    border: 1px solid #00eaff33;
}
.neon-docs-sidebar h3 {
    font-size: 1.08em !important;
    font-weight: 900 !important;
    margin-bottom: 18px !important;
    color: #00eaff !important;
    letter-spacing: 1px;
    text-shadow: none;
}
.neon-docs-sidebar a.neon-link {
    font-size: 1em;
    margin-bottom: 8px;
    padding: 6px 0 6px 0;
    border-radius: 7px;
    display: block;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.neon-docs-sidebar a.neon-link:hover {
    background: #e0f7fa;
    color: #007aff;
    box-shadow: 0 1px 6px #00eaff11;
}
body.dark-mode .neon-docs-sidebar a.neon-link:hover {
    background: #112233;
    color: #00eaff;
    box-shadow: 0 1px 6px #00eaff33;
}
@media (max-width: 900px) {
    .neon-docs-flex {
        flex-direction: column;
        gap: 14px !important;
    }
    .neon-docs-main {
        padding: 10px 2vw 16px 2vw !important;
        font-size: 0.99em;
    }
    .neon-docs-sidebar {
        margin-bottom: 12px;
        padding: 10px 4px 10px 4px !important;
        font-size: 0.98em;
    }
}
@media (max-width: 600px) {
    .neon-docs-main {
        padding: 4px 0.5vw 8px 0.5vw !important;
        font-size: 0.97em;
    }
    .neon-docs-sidebar {
        padding: 6px 1px 6px 1px !important;
        font-size: 0.97em;
    }
}
/* ========== 浅色模式优化 ========== */
@media (prefers-color-scheme: light) {
    body {
        background: #f7faff !important;
        color: #222 !important;
    }
    .neon-header {
        background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(0,122,255,0.08) 100%) !important;
        border-bottom: 2px solid #e0eaff;
    }
    .neon-hero-card.glassmorphism {
        background: rgba(255,255,255,0.82);
        border: 2.5px solid #e0eaff;
        color: #222;
    }
    .neon-title, .neon-section-title {
        background: linear-gradient(90deg, #007aff 0%, #00eaff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .neon-product-card, .neon-tech-card {
        background: #fff;
        color: #222;
    }
    .neon-footer {
        background: linear-gradient(90deg, #f7faff 0%, #e0eaff 100%) !important;
        color: #222 !important;
    }
    .neon-footer .footer-section a {
        color: #007aff;
    }
    .neon-link {
        color: #007aff;
        border-bottom: 2px solid #007aff;
    }
    .neon-link:hover {
        color: #00eaff;
        border-bottom: 2px solid #00eaff;
    }
}

@media screen and (max-width: 99999px) {
    html:not(.dark-mode) body:not(.dark-mode) .neon-header {
        background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(0,122,255,0.08) 100%) !important;
        border-bottom: 2px solid #e0eaff;
    }
    html:not(.dark-mode) body:not(.dark-mode) .neon-hero-card.glassmorphism {
        background: rgba(255,255,255,0.82);
        border: 2.5px solid #e0eaff;
        color: #222;
    }
    html:not(.dark-mode) body:not(.dark-mode) .neon-title, html:not(.dark-mode) body:not(.dark-mode) .neon-section-title {
        background: linear-gradient(90deg, #007aff 0%, #00eaff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    html:not(.dark-mode) body:not(.dark-mode) .neon-product-card, html:not(.dark-mode) body:not(.dark-mode) .neon-tech-card {
        background: #fff;
        color: #222;
    }
    html:not(.dark-mode) body:not(.dark-mode) .neon-footer {
        background: linear-gradient(90deg, #f7faff 0%, #e0eaff 100%) !important;
        color: #222 !important;
    }
    html:not(.dark-mode) body:not(.dark-mode) .neon-footer .footer-section a {
        color: #007aff;
    }
    html:not(.dark-mode) body:not(.dark-mode) .neon-link {
        color: #007aff;
        border-bottom: 2px solid #007aff;
    }
    html:not(.dark-mode) body:not(.dark-mode) .neon-link:hover {
        color: #00eaff;
        border-bottom: 2px solid #00eaff;
    }
}
/* ========== 深色模式支持 ========== */
@media (prefers-color-scheme: dark) {
    body,
    .neon-header,
    .neon-hero,
    .neon-products,
    .neon-tech,
    .neon-footer {
        background: #090921 !important;
        color: #e0f7fa !important;
    }
    .neon-header {
        background: linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,122,255,0.45) 100%) !important;
        border-bottom: 2px solid #00eaff33;
    }
    .neon-hero-card.glassmorphism {
        background: rgba(20,20,40,0.38);
        border: 2.5px solid rgba(0,234,255,0.28);
        color: #e0f7fa;
    }
    .neon-title, .neon-section-title {
        background: linear-gradient(90deg, #00eaff 0%, #fff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .neon-product-card, .neon-tech-card {
        background: rgba(20,20,40,0.95);
        color: #e0f7fa;
    }
    .neon-footer {
        background: linear-gradient(90deg, #090921 0%, #007aff 100%) !important;
        color: #e0f7fa !important;
    }
    .neon-footer .footer-section a {
        color: #e0f7fa;
    }
    .neon-link {
        color: #00eaff;
        border-bottom: 2px solid #00eaff;
    }
    .neon-link:hover {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
}

body.dark-mode,
body.dark-mode .neon-header,
body.dark-mode .neon-hero,
body.dark-mode .neon-products,
body.dark-mode .neon-tech,
body.dark-mode .neon-footer {
    background: #090921 !important;
    color: #e0f7fa !important;
}
body.dark-mode .neon-header {
    background: linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,122,255,0.45) 100%) !important;
    border-bottom: 2px solid #00eaff33;
}
body.dark-mode .neon-hero-card.glassmorphism {
    background: rgba(20,20,40,0.38);
    border: 2.5px solid rgba(0,234,255,0.28);
    color: #e0f7fa;
}
body.dark-mode .neon-title, body.dark-mode .neon-section-title {
    background: linear-gradient(90deg, #00eaff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
body.dark-mode .neon-product-card, body.dark-mode .neon-tech-card {
    background: rgba(20,20,40,0.95);
    color: #e0f7fa;
}
body.dark-mode .neon-footer {
    background: linear-gradient(90deg, #090921 0%, #007aff 100%) !important;
    color: #e0f7fa !important;
}
body.dark-mode .neon-footer .footer-section a {
    color: #e0f7fa;
}
body.dark-mode .neon-link {
    color: #00eaff;
    border-bottom: 2px solid #00eaff;
}
body.dark-mode .neon-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}
/* ========== NEON & GLASSMORPHISM 极致视觉风格 ========== */

.neon-header {
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,122,255,0.7) 100%);
    box-shadow: 0 4px 32px rgba(0,122,255,0.10);
    backdrop-filter: blur(8px);
    border-bottom: 2px solid rgba(0,122,255,0.18);
    min-height: 64px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.nav-flex, .neon-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    min-height: 64px;
    width: 100%;
    box-sizing: border-box;
}
.neon-logo {
    flex: 0 0 auto;
    min-width: 88px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.neon-logo img {
    filter: drop-shadow(0 0 16px #00eaffcc);
    transition: transform 0.3s;
    max-width: 88px;
    max-height: 36px;
    height: 36px;
    width: auto;
    display: block;
}
.neon-logo img:hover {
    transform: scale(1.08) rotate(-3deg);
}
.neon-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    z-index: 1;
}
.neon-nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.neon-nav-menu li {
    display: flex;
}
.neon-nav-menu li a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 18px;
    border-radius: 18px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    display: block;
}
.neon-nav-menu li a:hover {
    background: linear-gradient(90deg, #00eaff 0%, #007aff 100%);
    color: #fff;
    box-shadow: 0 2px 12px #00eaff55;
}
.neon-header-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
}
.neon-header-right .neon-search-btn {
    background: linear-gradient(135deg, #00eaff 0%, #007aff 100%);
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 0 16px #00eaff88;
    transition: transform 0.2s, box-shadow 0.2s;
}
.neon-header-right .neon-search-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 0 32px #00eaffcc;
}
@media (max-width: 900px) {
    .nav-flex, .neon-nav-flex {
        flex-wrap: wrap;
        gap: 16px;
        min-height: 56px;
    }
    .neon-logo img {
        max-width: 72px;
        max-height: 32px;
        height: 32px;
    }
    .neon-header-right .neon-search-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .neon-nav-menu li a {
        font-size: 15px;
        padding: 7px 12px;
    }
}
@media (max-width: 600px) {
    .nav-flex, .neon-nav-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        min-height: 0;
    }
    .neon-header {
        min-height: 0;
    }
    .neon-logo {
        justify-content: center;
        margin-bottom: 4px;
    }
    .neon-nav {
        justify-content: flex-start;
    }
    .neon-header-right {
        justify-content: flex-end;
    }
}

/* 英雄区极致视觉 */
.neon-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0a0a23;
}
.neon-bg-gradient {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, #00eaff 0%, #007aff 40%, #0a0a23 100%);
    opacity: 0.85;
    animation: neon-bg-move 12s linear infinite alternate;
}
@keyframes neon-bg-move {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.neon-hero-flex {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.neon-hero-card.glassmorphism {
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 64px #00eaff33, 0 1.5px 16px #fff2;
    border-radius: 32px;
    padding: 56px 44px;
    backdrop-filter: blur(18px);
    border: 2.5px solid rgba(0,234,255,0.18);
    min-width: 320px;
    max-width: 420px;
    text-align: left;
}
.neon-title {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(90deg, #00eaff 0%, #007aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
.neon-sub {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px #00eaff88;
}
.neon-desc {
    font-size: 16px;
    color: #e0f7fa;
    margin-bottom: 32px;
}
.neon-hero-buttons {
    gap: 22px;
}
.neon-btn-gradient {
    background: linear-gradient(90deg, #00eaff 0%, #007aff 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 24px;
    box-shadow: 0 2px 16px #00eaff88;
    font-size: 18px;
    padding: 14px 38px;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.neon-btn-gradient:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 32px #00eaffcc;
}
.neon-btn-outline {
    background: transparent;
    color: #00eaff;
    border: 2px solid #00eaff;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 38px;
    margin-left: 8px;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.neon-btn-outline:hover {
    background: #00eaff;
    color: #fff;
    transform: scale(1.08);
}
.neon-hero-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 340px;
}
.neon-hero-image .neon-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #00eaff88 0%, #007aff00 80%);
    filter: blur(32px);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    animation: neon-glow-pulse 3s infinite alternate;
}
@keyframes neon-glow-pulse {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}
.neon-hero-image img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 32px #00eaff88);
    border-radius: 32px;
    background: rgba(255,255,255,0.08);
    transition: transform 0.2s;
}
.neon-hero-image img:hover {
    transform: scale(1.04) rotate(-2deg);
}

/* 产品区3D悬浮卡片+渐变边框 */
.neon-products .neon-section-title {
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(90deg, #00eaff 0%, #007aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 48px;
    letter-spacing: 2px;
}
.neon-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 36px;
}
.neon-product-card {
    border-radius: 22px;
    background: rgba(10,10,35,0.95);
    box-shadow: 0 8px 32px #00eaff33, 0 1.5px 16px #fff2;
    border: 3px solid;
    border-image: linear-gradient(135deg, #00eaff 0%, #007aff 100%) 1;
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    perspective: 800px;
}
.neon-product-card:hover {
    transform: translateY(-12px) scale(1.04) rotateY(4deg);
    box-shadow: 0 16px 48px #00eaff55, 0 2px 24px #fff3;
}
.neon-product-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #00eaff22 0%, #007aff11 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.neon-product-image img {
    max-width: 90%;
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 0 16px #00eaff88);
    transition: transform 0.2s;
}
.neon-product-card:hover .neon-product-image img {
    transform: scale(1.08) rotate(-2deg);
}
.neon-product-card .product-info {
    padding: 28px 18px 32px 18px;
    text-align: center;
}
    .neon-product-card .product-info h3 {
        font-size: 22px;
        font-weight: 800;
        color: #007aff;
        margin-bottom: 10px;
    }
    .neon-product-card .product-info p {
        color: #333;
        font-size: 15px;
        margin-bottom: 18px;
    }



.neon-link {
    color: #00eaff;
    font-weight: 700;
    border-bottom: 2px solid #00eaff;
    padding-bottom: 2px;
    transition: color 0.2s, border-bottom 0.2s;
}
.neon-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* 技术亮点区彩色渐变圆环+滑动动画 */
.neon-tech .neon-section-title {
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(90deg, #00eaff 0%, #007aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 48px;
    letter-spacing: 2px;
}
.neon-tech-grid {
    display: flex;
    gap: 36px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
}
.neon-tech-card {
    min-width: 260px;
    background: rgba(10,10,35,0.95);
    border-radius: 22px;
    box-shadow: 0 8px 32px #00eaff33, 0 1.5px 16px #fff2;
    padding: 38px 18px 32px 18px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
}
.neon-tech-card:hover {
    transform: translateY(-8px) scale(1.04) rotateY(-4deg);
    box-shadow: 0 16px 48px #00eaff55, 0 2px 24px #fff3;
}
.neon-tech-icon .neon-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #00eaff, #007aff, #00eaff 100%);
    box-shadow: 0 0 24px #00eaff88;
    margin-bottom: 18px;
    animation: neon-ring-spin 4s linear infinite;
}
.neon-tech-icon i {
    font-size: 32px;
    color: #fff;
    filter: drop-shadow(0 0 8px #00eaffcc);
}
@keyframes neon-ring-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.neon-tech-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #00eaff;
    margin-bottom: 10px;
}
.neon-tech-card p {
    color: #e0f7fa;
    font-size: 15px;
}

/* 页脚极致科技感 */
.neon-footer {
    background: linear-gradient(90deg, #0a0a23 0%, #007aff 100%);
    color: #fff;
    padding: 70px 0 36px;
    border-top: 2px solid #00eaff44;
}
.neon-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 36px;
    margin-bottom: 32px;
}
.neon-footer .footer-section h2,
.neon-footer .footer-section h4 {
    color: #00eaff;
    font-weight: 800;
    margin-bottom: 18px;
}
.neon-footer .footer-section a {
    color: #fff;
    opacity: 0.88;
    text-decoration: none;
    transition: color 0.2s, opacity 0.2s;
}
.neon-footer .footer-section a:hover {
    color: #00eaff;
    opacity: 1;
}
.neon-footer-social .neon-social-icons {
    gap: 22px;
    margin-bottom: 10px;
}
.neon-footer-social .neon-social-icons a {
    width: 54px;
    height: 54px;
    font-size: 28px;
    background: linear-gradient(135deg, #00eaff 0%, #007aff 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px #00eaff88;
    transition: transform 0.2s, box-shadow 0.2s;
}
.neon-footer-social .neon-social-icons a:hover {
    background: #fff;
    color: #00eaff;
    transform: scale(1.12);
    box-shadow: 0 0 32px #00eaffcc;
}
.neon-footer .footer-social-tip {
    color: #e0f7fa;
    font-size: 14px;
    margin-top: 8px;
}
.neon-footer-copyright {
    text-align: center;
    color: #e0f7fa;
    font-size: 14px;
    padding-top: 18px;
    border-top: 1.5px solid #00eaff33;
}

@media (max-width: 900px) {
    .neon-hero-flex {
        flex-direction: column;
        gap: 32px;
    }
    .neon-hero-image {
        min-width: 0;
    }
    .neon-hero-card {
        padding: 32px 12px;
        min-width: 0;
        max-width: 100%;
    }
    .neon-product-grid {
        grid-template-columns: 1fr 1fr;
    }
    .neon-footer-content {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .neon-product-grid,
    .neon-footer-content {
        grid-template-columns: 1fr;
    }
    .neon-hero-card {
        padding: 18px 4px;
    }
    .neon-title {
        font-size: 32px;
    }
}
/* Modern Layout Custom Styles */
.modern-header .nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.modern-header .logo {
    flex: 0 0 auto;
}

.modern-header .nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.modern-header .header-right {
    flex: 0 0 auto;
}

/* 英雄区现代化布局 */
.modern-hero .hero-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    min-height: 70vh;
}
.modern-hero .hero-content {
    color: var(--secondary-color);
    background: rgba(255,255,255,0.85);
    border-radius: 16px;
    padding: 48px 36px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    min-width: 320px;
    max-width: 420px;
}
.modern-hero .hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 18px;
    color: var(--primary-color);
}
.modern-hero .hero-sub {
    font-size: 22px;
    color: #444;
    margin-bottom: 10px;
}
.modern-hero .hero-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}
.modern-hero .hero-buttons {
    gap: 18px;
}
.modern-hero .hero-image {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    padding: 32px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modern-hero .hero-image img {
    max-width: 380px;
    width: 100%;
    height: auto;
}

/* 产品区现代化网格 */
.modern-products .section-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 48px;
}
.modern-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
}
.modern-product-card {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    background: #fff;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.modern-product-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}
.modern-product-card .product-image {
    width: 100%;
    height: 200px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.modern-product-card .product-image img {
    max-width: 90%;
    max-height: 180px;
    object-fit: contain;
    transition: var(--transition);
}
.modern-product-card .product-info {
    padding: 24px 18px 28px 18px;
    text-align: center;
}
.modern-product-card .product-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.modern-product-card .product-info p {
    color: #666;
    font-size: 14px;
    margin-bottom: 18px;
}
.modern-product-card .btn-link {
    color: var(--primary-color);
    font-weight: 600;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 2px;
    transition: var(--transition);
}
.modern-product-card .btn-link:hover {
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
}

/* 技术亮点现代化 */
.modern-tech .section-title {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 48px;
}
.modern-tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}
.modern-tech-card {
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 36px 18px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: var(--transition);
}
.modern-tech-card:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-6px) scale(1.03);
}
.modern-tech-card .tech-icon {
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 18px auto;
}
.modern-tech-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.modern-tech-card p {
    color: #e0e0e0;
    font-size: 14px;
}

/* 页脚现代化 */
.modern-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}
.modern-footer .footer-section {
    margin-bottom: 0;
}
.modern-footer .footer-section h2,
.modern-footer .footer-section h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 18px;
}
.modern-footer .footer-section ul {
    list-style: none;
    padding-left: 0;
}
.modern-footer .footer-section li {
    margin-bottom: 10px;
}
.modern-footer .footer-section a {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
    transition: var(--transition);
}
.modern-footer .footer-section a:hover {
    color: var(--primary-color);
    opacity: 1;
}
.modern-footer .footer-social .social-icons {
    gap: 18px;
    margin-bottom: 10px;
}
.modern-footer .footer-social .social-icons a {
    width: 44px;
    height: 44px;
    font-size: 22px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.modern-footer .footer-social .social-icons a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.08);
}
.modern-footer .footer-social-tip {
    color: #aaa;
    font-size: 13px;
    margin-top: 6px;
}
.modern-footer .footer-copyright {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 900px) {
    .modern-hero .hero-flex {
        flex-direction: column;
        gap: 32px;
    }
    .modern-hero .hero-image {
        padding: 18px 8px;
    }
    .modern-hero .hero-content {
        padding: 32px 12px;
        min-width: 0;
        max-width: 100%;
    }
    .modern-product-grid {
        grid-template-columns: 1fr 1fr;
    }
    .modern-tech-grid {
        grid-template-columns: 1fr 1fr;
    }
    .modern-footer-content {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .modern-product-grid,
    .modern-tech-grid,
    .modern-footer-content {
        grid-template-columns: 1fr;
    }
    .modern-hero .hero-content h1 {
        font-size: 32px;
    }
    .modern-hero .hero-content {
        padding: 18px 4px;
    }
}
/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 全局变量 */
:root {
    --primary-color: #007aff;
    --secondary-color: #333;
    --text-color: #333;
    --light-text: #fff;
    --background-color: #f5f5f5;
    --dark-background: #1a1a1a;
    --border-color: #e0e0e0;
    --transition: all 0.3s ease;
}

/* 基础样式 */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
}

/* 容器样式 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 头部导航栏 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: var(--transition);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

/* 品牌标志 */
.logo {
    font-size: 24px;
    font-weight: bold;
}

.logo a {
    color: var(--secondary-color);
    text-decoration: none;
}

/* 主导航菜单 */
.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    margin-left: 30px;
}

.nav-menu a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

.nav-menu a:hover {
    color: var(--primary-color);
}

/* 右侧功能区 */
.header-right {
    display: flex;
    align-items: center;
}

.header-link {
    color: var(--text-color);
    text-decoration: none;
    margin-left: 20px;
    font-size: 18px;
    transition: var(--transition);
}

.header-link:hover {
    color: var(--primary-color);
}

/* 英雄区域 - 全屏轮播图 */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--dark-background);
    overflow: hidden;
    margin-top: -70px; /* 抵消导航栏高度 */
    padding-top: 70px; /* 保持内容可见 */
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding-left: 50px;
    color: var(--light-text);
}

.hero h1 {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* 行动按钮 */
.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-primary {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: var(--light-text);
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: var(--transition);
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: var(--light-text);
    text-decoration: none;
    border: 1px solid var(--light-text);
    border-radius: 4px;
    font-weight: 500;
    transition: var(--transition);
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* 英雄区域背景图片 - 全屏显示 */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 产品展示区域 */
.products {
    padding: 100px 0;
    background-color: var(--background-color);
}

.products h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

/* 产品网格 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

/* 产品卡片 */
.product-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

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

/* 产品图片 */
.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

/* 产品信息 */
.product-info {
    padding: 20px;
}

.product-info h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.product-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.btn-link {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

.btn-link:hover {
    text-decoration: underline;
}

/* 产品详情区域 */
.product-detail {
    padding: 100px 0;
    background-color: #fff;
}

.product-detail-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* 产品详情图片 */
.product-detail-image {
    flex: 1;
    max-width: 50%;
}

.product-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 产品详情信息 */
.product-detail-info {
    flex: 1;
    max-width: 50%;
}

.product-detail-info h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.product-subtitle {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

/* 产品特性 */
.product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item i {
    color: var(--primary-color);
    font-size: 20px;
}

/* 产品价格 */
.product-price {
    margin-bottom: 30px;
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: var(--secondary-color);
}

/* 产品按钮 */
.product-buttons {
    display: flex;
    gap: 20px;
}

/* 技术特点区域 */
.tech {
    padding: 100px 0;
    background-color: var(--dark-background);
    color: var(--light-text);
}

.tech h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}

/* 技术网格 */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

/* 技术卡片 */
.tech-card {
    text-align: center;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: var(--transition);
}

.tech-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
}

/* 技术图标 */
.tech-icon {
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}

.tech-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tech-card p {
    font-size: 14px;
    opacity: 0.8;
}

/* 页脚 */
.footer {
    background-color: var(--dark-background);
    color: var(--light-text);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

/* 品牌信息 */
.footer-brand h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-brand p {
    font-size: 14px;
    opacity: 0.8;
}

/* 快速链接 */
.footer-links h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--light-text);
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
    transition: var(--transition);
}

.footer-links a:hover {
    opacity: 1;
    color: var(--primary-color);
}

/* 社交媒体 */
.footer-social h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--light-text);
    font-size: 18px;
    transition: var(--transition);
}

.social-icons a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

/* 版权信息 */
.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    opacity: 0.6;
}

/* 产品特性区域 */
.product-features-section {
    padding: 100px 0;
    background-color: #fff;
}

.product-features-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.feature-card {
    text-align: center;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #fff;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.feature-card p {
    font-size: 14px;
    color: #666;
}

/* 产品详情展示 */
.product-gallery {
    padding: 100px 0;
    background-color: var(--background-color);
}

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

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* 产品规格区域 */
.product-specs {
    padding: 100px 0;
    background-color: #fff;
}

.product-specs h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    color: var(--secondary-color);
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.specs-section {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.specs-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.specs-list {
    list-style: none;
}

.specs-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
}

.specs-list li:last-child {
    border-bottom: none;
}

.specs-list li span:first-child {
    color: #666;
}

.specs-list li span:last-child {
    font-weight: 500;
    color: var(--secondary-color);
}

/* 技术特点区域 */
.tech-features {
    padding: 100px 0;
    background-color: var(--dark-background);
    color: var(--light-text);
}

.tech-features h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}

.tech-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.tech-feature-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 8px;
    transition: var(--transition);
}

.tech-feature-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
}

.tech-feature-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.tech-feature-card p {
    font-size: 14px;
    opacity: 0.8;
}

/* 购买区域 */
.purchase-section {
    padding: 100px 0;
    background-color: #fff;
}

.purchase-content {
    display: flex;
    align-items: center;
    gap: 60px;
    background-color: #f9f9f9;
    padding: 60px;
    border-radius: 8px;
}

.purchase-info {
    flex: 1;
}

.purchase-info h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.purchase-info .price {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.purchase-info .description {
    font-size: 16px;
    margin-bottom: 30px;
    color: #666;
}

.purchase-buttons {
    display: flex;
    gap: 20px;
}

.purchase-image {
    flex: 1;
    max-width: 400px;
}

.purchase-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    /* 导航栏 */
    .nav {
        display: none;
    }
    
    /* 英雄区域 */
    .hero {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-content {
        padding: 0 20px;
        margin-top: 100px;
    }
    
    .hero h1 {
        font-size: 36px;
    }
    
    .hero-bg {
        position: relative;
        width: 100%;
        height: 50%;
        margin-top: 50px;
    }
    
    /* 产品详情 */
    .product-detail-content {
        flex-direction: column;
        text-align: center;
    }
    
    .product-detail-image,
    .product-detail-info {
        max-width: 100%;
    }
    
    /* 产品特性 */
    .product-features {
        grid-template-columns: 1fr;
    }
    
    /* 产品按钮 */
    .product-buttons {
        justify-content: center;
    }
    
    /* 技术网格 */
    .tech-grid {
        grid-template-columns: 1fr;
    }
    
    /* 产品特性区域 */
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    /* 产品详情展示 */
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    /* 产品规格区域 */
    .specs-grid {
        grid-template-columns: 1fr;
    }
    
    /* 技术特点区域 */
    .tech-features-grid {
        grid-template-columns: 1fr;
    }
    
    /* 购买区域 */
    .purchase-content {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }
    
    .purchase-buttons {
        justify-content: center;
    }
    
    /* 页脚 */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
}

    /* ========== 2026 Global Visual Refresh ========== */
    :root {
        --site-bg: #f3ede3;
        --site-bg-deep: #e8e0d3;
        --site-surface: rgba(255, 251, 245, 0.78);
        --site-surface-strong: rgba(255, 255, 255, 0.92);
        --site-surface-dark: rgba(12, 18, 31, 0.82);
        --site-ink: #162033;
        --site-ink-soft: #5f6e83;
        --site-accent: #2358ff;
        --site-accent-2: #12b6b0;
        --site-accent-3: #ff7a59;
        --site-line: rgba(28, 47, 84, 0.12);
        --site-line-strong: rgba(28, 47, 84, 0.2);
        --site-shadow: 0 24px 70px rgba(22, 32, 51, 0.12);
        --site-shadow-lg: 0 35px 90px rgba(22, 32, 51, 0.18);
        --site-radius: 30px;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
        color: var(--site-ink) !important;
        background:
            radial-gradient(circle at top left, rgba(18, 182, 176, 0.12), transparent 32%),
            radial-gradient(circle at top right, rgba(35, 88, 255, 0.1), transparent 36%),
            linear-gradient(180deg, #f8f4ee 0%, var(--site-bg) 42%, #f6efe4 100%) !important;
    }

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        background-image:
            linear-gradient(rgba(22, 32, 51, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(22, 32, 51, 0.03) 1px, transparent 1px);
        background-size: 22px 22px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 80%);
        opacity: 0.4;
        z-index: 0;
    }

    body.dark-mode {
        color: #edf3ff !important;
        background:
            radial-gradient(circle at top left, rgba(18, 182, 176, 0.18), transparent 28%),
            radial-gradient(circle at top right, rgba(35, 88, 255, 0.2), transparent 34%),
            linear-gradient(180deg, #08101c 0%, #0c1524 46%, #0a1220 100%) !important;
    }

    body.dark-mode::before {
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
        opacity: 0.28;
    }

    body,
    section,
    .footer,
    .hero,
    .products,
    .tech {
        position: relative;
        z-index: 1;
    }

    html {
        scroll-padding-top: 96px;
    }

    section[id],
    [id="products"],
    [id="tech"],
    [id="about"],
    [id="coverage"],
    [id="process"],
    [id="resultSection"] {
        scroll-margin-top: 96px;
    }

    h1,
    h2,
    h3,
    h4,
    .neon-title,
    .neon-section-title,
    .section-title {
        font-family: 'Urbanist', 'Noto Sans SC', sans-serif !important;
        letter-spacing: -0.03em;
    }

    p,
    li,
    span,
    a,
    input,
    button,
    label,
    strong {
        font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    }

    .container {
        max-width: 1260px !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .header,
    .neon-header {
        position: sticky !important;
        top: 0;
        z-index: 1100 !important;
        background: rgba(248, 244, 238, 0.72) !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(28, 47, 84, 0.08) !important;
        box-shadow: 0 18px 40px rgba(22, 32, 51, 0.06) !important;
        min-height: 76px;
    }

    body.dark-mode .header,
    body.dark-mode .neon-header {
        background: rgba(8, 14, 25, 0.72) !important;
        border-bottom: 1px solid rgba(159, 216, 255, 0.12) !important;
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
    }

    .nav-flex,
    .neon-nav-flex {
        min-height: 76px !important;
        gap: 24px !important;
    }

    .neon-logo img,
    .logo img {
        max-height: 42px !important;
        width: auto;
        filter: none !important;
    }

    .nav-menu,
    .neon-nav-menu {
        gap: 10px !important;
    }

    .nav-menu li,
    .neon-nav-menu li {
        margin-left: 0 !important;
    }

    .nav-menu a,
    .neon-nav-menu li a {
        color: var(--site-ink) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        letter-spacing: 0.01em !important;
        padding: 10px 16px !important;
        border-radius: 999px !important;
        background: transparent !important;
        transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease !important;
    }

    .nav-menu a:hover,
    .neon-nav-menu li a:hover {
        background: rgba(35, 88, 255, 0.08) !important;
        color: var(--site-accent) !important;
        box-shadow: inset 0 0 0 1px rgba(35, 88, 255, 0.08);
        transform: translateY(-1px);
    }

    body.dark-mode .nav-menu a,
    body.dark-mode .neon-nav-menu li a {
        color: #ebf4ff !important;
    }

    body.dark-mode .nav-menu a:hover,
    body.dark-mode .neon-nav-menu li a:hover {
        background: rgba(159, 216, 255, 0.08) !important;
        color: #97e8f3 !important;
    }

    .header-link,
    .neon-darkmode-btn,
    .neon-search-btn {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(28, 47, 84, 0.08);
        background: rgba(255, 255, 255, 0.56) !important;
        color: var(--site-ink) !important;
        box-shadow: 0 8px 18px rgba(22, 32, 51, 0.08) !important;
    }

    .header-link:hover,
    .neon-darkmode-btn:hover,
    .neon-search-btn:hover {
        transform: translateY(-2px);
        background: rgba(35, 88, 255, 0.1) !important;
        color: var(--site-accent) !important;
        box-shadow: 0 14px 28px rgba(35, 88, 255, 0.12) !important;
    }

    body.dark-mode .header-link,
    body.dark-mode .neon-darkmode-btn,
    body.dark-mode .neon-search-btn {
        background: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(159, 216, 255, 0.1);
        color: #f4f8ff !important;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
    }

    .hero,
    .neon-hero {
        min-height: min(920px, calc(100vh - 76px)) !important;
        height: auto !important;
        margin-top: 0 !important;
        padding: 74px 0 86px !important;
        background: transparent !important;
        overflow: clip;
    }

    .neon-bg-gradient {
        inset: -12% -8% auto -8% !important;
        height: 118% !important;
        width: auto !important;
        min-width: 0 !important;
        background:
            radial-gradient(circle at 16% 18%, rgba(255, 122, 89, 0.22), transparent 26%),
            radial-gradient(circle at 82% 12%, rgba(35, 88, 255, 0.24), transparent 30%),
            radial-gradient(circle at 72% 58%, rgba(18, 182, 176, 0.24), transparent 30%),
            linear-gradient(135deg, rgba(255, 251, 245, 0.92), rgba(232, 224, 211, 0.7) 44%, rgba(232, 242, 255, 0.8) 100%) !important;
        filter: saturate(115%);
        opacity: 1 !important;
        animation: none !important;
    }

    body.dark-mode .neon-bg-gradient {
        background:
            radial-gradient(circle at 18% 16%, rgba(255, 122, 89, 0.18), transparent 24%),
            radial-gradient(circle at 82% 16%, rgba(35, 88, 255, 0.32), transparent 28%),
            radial-gradient(circle at 70% 64%, rgba(18, 182, 176, 0.18), transparent 28%),
            linear-gradient(135deg, rgba(9, 16, 28, 0.88), rgba(11, 18, 31, 0.92) 48%, rgba(12, 31, 56, 0.9) 100%) !important;
    }

    .hero-flex,
    .neon-hero-flex {
        align-items: center !important;
        justify-content: space-between !important;
        gap: 42px !important;
    }

    .hero-content,
    .neon-hero-card.glassmorphism {
        width: min(100%, 760px) !important;
        max-width: 760px !important;
        flex: 1 1 760px !important;
        min-width: 0 !important;
        padding: 48px 42px !important;
        border-radius: 34px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 250, 244, 0.88)) !important;
        border: 1px solid rgba(255, 255, 255, 0.68) !important;
        box-shadow: var(--site-shadow-lg) !important;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        text-align: left !important;
    }

    body.dark-mode .hero-content,
    body.dark-mode .neon-hero-card.glassmorphism {
        background: linear-gradient(180deg, rgba(12, 18, 31, 0.78), rgba(10, 15, 28, 0.92)) !important;
        border: 1px solid rgba(159, 216, 255, 0.14) !important;
        box-shadow: 0 30px 84px rgba(0, 0, 0, 0.34) !important;
    }

    .hero-content h1,
    .neon-title {
        color: var(--site-ink) !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
        font-size: clamp(2.8rem, 6vw, 5.2rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.05em !important;
        margin-bottom: 18px !important;
        overflow-wrap: anywhere;
    }

    body.dark-mode .hero-content h1,
    body.dark-mode .neon-title {
        color: #f3f7ff !important;
    }

    .hero-sub,
    .neon-sub {
        color: var(--site-accent) !important;
        font-size: 1rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.16em !important;
        text-transform: uppercase;
        text-shadow: none !important;
        margin-bottom: 16px !important;
    }

    .hero-desc,
    .hero p,
    .neon-desc {
        color: var(--site-ink-soft) !important;
        font-size: clamp(1rem, 2.1vw, 1.15rem) !important;
        line-height: 1.9 !important;
        margin-bottom: 28px !important;
        opacity: 1 !important;
        overflow-wrap: break-word;
    }

    body.dark-mode .hero-desc,
    body.dark-mode .hero p,
    body.dark-mode .neon-desc {
        color: rgba(237, 243, 255, 0.78) !important;
    }

    .hero-buttons,
    .neon-hero-buttons,
    .product-buttons,
    .purchase-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 14px !important;
    }

    .btn-primary,
    .neon-btn-gradient,
    .production-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 14px 28px !important;
        border: none !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%) !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        letter-spacing: 0.02em;
        box-shadow: 0 18px 32px rgba(35, 88, 255, 0.22) !important;
        transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
    }

    .btn-primary:hover,
    .neon-btn-gradient:hover,
    .production-submit:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 24px 36px rgba(35, 88, 255, 0.26) !important;
        filter: saturate(108%);
    }

    .btn-secondary,
    .neon-btn-outline {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 14px 28px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(28, 47, 84, 0.14) !important;
        background: rgba(255, 255, 255, 0.62) !important;
        color: var(--site-ink) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        margin-left: 0 !important;
        box-shadow: 0 10px 22px rgba(22, 32, 51, 0.08) !important;
    }

    .btn-secondary:hover,
    .neon-btn-outline:hover {
        transform: translateY(-2px) !important;
        background: rgba(35, 88, 255, 0.08) !important;
        color: var(--site-accent) !important;
    }

    body.dark-mode .btn-secondary,
    body.dark-mode .neon-btn-outline {
        background: rgba(255, 255, 255, 0.05) !important;
        border-color: rgba(159, 216, 255, 0.14) !important;
        color: #ecf3ff !important;
    }

    .hero-image,
    .neon-hero-image {
        flex: 0 1 420px !important;
        min-width: min(42vw, 380px) !important;
        max-width: 480px !important;
    }

    .hero-image img,
    .neon-hero-image img {
        width: min(100%, 520px);
        height: auto;
        border-radius: 36px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.22)) !important;
        box-shadow: 0 28px 72px rgba(22, 32, 51, 0.18) !important;
        filter: none !important;
    }

    .hero-image .neon-glow,
    .neon-hero-image .neon-glow {
        width: 520px !important;
        height: 520px !important;
        background: radial-gradient(circle, rgba(35, 88, 255, 0.18) 0%, rgba(18, 182, 176, 0.12) 38%, rgba(0, 0, 0, 0) 72%) !important;
        filter: blur(40px) !important;
        animation: none !important;
    }

    .products,
    .neon-products,
    .tech,
    .neon-tech,
    .product-detail,
    .product-features-section,
    .product-gallery,
    .product-specs,
    .tech-features,
    .purchase-section {
        background: transparent !important;
        padding: 88px 0 !important;
    }

    .section-title,
    .neon-section-title,
    .products h2,
    .tech h2,
    .product-features-section h2,
    .product-specs h2,
    .tech-features h2 {
        color: var(--site-ink) !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
        font-size: clamp(2rem, 4vw, 3.4rem) !important;
        line-height: 1.02;
        letter-spacing: -0.04em !important;
        margin-bottom: 32px !important;
    }

    body.dark-mode .section-title,
    body.dark-mode .neon-section-title,
    body.dark-mode .products h2,
    body.dark-mode .tech h2,
    body.dark-mode .product-features-section h2,
    body.dark-mode .product-specs h2,
    body.dark-mode .tech-features h2 {
        color: #f2f7ff !important;
    }

    .product-grid,
    .neon-product-grid,
    .features-grid,
    .gallery-grid,
    .specs-grid,
    .tech-features-grid {
        gap: 24px !important;
    }

    .product-card,
    .neon-product-card,
    .tech-card,
    .neon-tech-card,
    .feature-card,
    .specs-section,
    .tech-feature-card,
    .production-summary-card,
    .production-panel,
    .production-empty,
    .production-query-card,
    .warranty-card,
    .warranty-intro-card,
    .warranty-stat-card,
    .warranty-note-grid .warranty-card,
    .warranty-policy .warranty-card,
    .products .neon-product-grid .warranty-card,
    .warranty-coverage .warranty-card,
    .warranty-process-grid .warranty-card {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 251, 245, 0.96)) !important;
        border: 1px solid rgba(255, 255, 255, 0.72) !important;
        border-image: none !important;
        border-radius: 28px !important;
        box-shadow: var(--site-shadow) !important;
        overflow: hidden;
    }

    body.dark-mode .product-card,
    body.dark-mode .neon-product-card,
    body.dark-mode .tech-card,
    body.dark-mode .neon-tech-card,
    body.dark-mode .feature-card,
    body.dark-mode .specs-section,
    body.dark-mode .tech-feature-card,
    body.dark-mode .production-summary-card,
    body.dark-mode .production-panel,
    body.dark-mode .production-empty,
    body.dark-mode .production-query-card,
    body.dark-mode .warranty-card,
    body.dark-mode .warranty-intro-card,
    body.dark-mode .warranty-stat-card,
    body.dark-mode .warranty-note-grid .warranty-card,
    body.dark-mode .warranty-policy .warranty-card,
    body.dark-mode .products .neon-product-grid .warranty-card,
    body.dark-mode .warranty-coverage .warranty-card,
    body.dark-mode .warranty-process-grid .warranty-card {
        background: linear-gradient(180deg, rgba(12, 18, 31, 0.78), rgba(8, 14, 25, 0.94)) !important;
        border-color: rgba(159, 216, 255, 0.12) !important;
        box-shadow: 0 28px 72px rgba(0, 0, 0, 0.26) !important;
    }

    .product-card:hover,
    .neon-product-card:hover,
    .tech-card:hover,
    .neon-tech-card:hover,
    .feature-card:hover,
    .tech-feature-card:hover,
    .warranty-card:hover,
    .production-summary-card:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 34px 80px rgba(22, 32, 51, 0.18) !important;
    }

    body.dark-mode .product-card:hover,
    body.dark-mode .neon-product-card:hover,
    body.dark-mode .tech-card:hover,
    body.dark-mode .neon-tech-card:hover,
    body.dark-mode .feature-card:hover,
    body.dark-mode .tech-feature-card:hover,
    body.dark-mode .warranty-card:hover,
    body.dark-mode .production-summary-card:hover {
        box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34) !important;
    }

    .product-image,
    .neon-product-image {
        height: 240px !important;
        background:
            radial-gradient(circle at top, rgba(35, 88, 255, 0.1), transparent 40%),
            linear-gradient(180deg, rgba(237, 244, 255, 0.82), rgba(255, 249, 243, 0.92)) !important;
    }

    body.dark-mode .product-image,
    body.dark-mode .neon-product-image {
        background:
            radial-gradient(circle at top, rgba(35, 88, 255, 0.16), transparent 40%),
            linear-gradient(180deg, rgba(16, 27, 46, 0.92), rgba(10, 16, 28, 0.96)) !important;
    }

    .product-image img,
    .neon-product-image img {
        object-fit: contain !important;
    }

    .product-info,
    .neon-product-card .product-info {
        padding: 24px 24px 28px !important;
        text-align: left !important;
    }

    .product-info h3,
    .neon-product-card .product-info h3,
    .tech-card h3,
    .neon-tech-card h3,
    .feature-card h3,
    .tech-feature-card h3,
    .production-panel h3,
    .warranty-card h3,
    .warranty-card h4 {
        color: var(--site-ink) !important;
        font-size: 1.3rem !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
    }

    body.dark-mode .product-info h3,
    body.dark-mode .neon-product-card .product-info h3,
    body.dark-mode .tech-card h3,
    body.dark-mode .neon-tech-card h3,
    body.dark-mode .feature-card h3,
    body.dark-mode .tech-feature-card h3,
    body.dark-mode .production-panel h3,
    body.dark-mode .warranty-card h3,
    body.dark-mode .warranty-card h4 {
        color: #f3f7ff !important;
    }

    .product-info p,
    .neon-product-card .product-info p,
    .tech-card p,
    .neon-tech-card p,
    .feature-card p,
    .tech-feature-card p,
    .production-query-head p,
    .production-info-item span,
    .production-query-note,
    .production-empty,
    .warranty-card p,
    .warranty-card li,
    .warranty-policy ul li,
    .warranty-checklist li span,
    .warranty-mini,
    .warranty-intro-card .neon-desc,
    .warranty-cta .neon-desc,
    .warranty-intro-card .warranty-stat-card span,
    .production-timeline-copy p {
        color: var(--site-ink-soft) !important;
    }

    body.dark-mode .product-info p,
    body.dark-mode .neon-product-card .product-info p,
    body.dark-mode .tech-card p,
    body.dark-mode .neon-tech-card p,
    body.dark-mode .feature-card p,
    body.dark-mode .tech-feature-card p,
    body.dark-mode .production-query-head p,
    body.dark-mode .production-info-item span,
    body.dark-mode .production-query-note,
    body.dark-mode .production-empty,
    body.dark-mode .warranty-card p,
    body.dark-mode .warranty-card li,
    body.dark-mode .warranty-policy ul li,
    body.dark-mode .warranty-checklist li span,
    body.dark-mode .warranty-mini,
    body.dark-mode .warranty-intro-card .neon-desc,
    body.dark-mode .warranty-cta .neon-desc,
    body.dark-mode .warranty-intro-card .warranty-stat-card span,
    body.dark-mode .production-timeline-copy p {
        color: rgba(237, 243, 255, 0.72) !important;
    }

    .btn-link,
    .neon-link,
    .footer-section a {
        color: var(--site-accent) !important;
        border-bottom: 1px solid rgba(35, 88, 255, 0.28) !important;
        text-decoration: none !important;
    }

    .btn-link:hover,
    .neon-link:hover,
    .footer-section a:hover {
        color: var(--site-accent-2) !important;
        border-bottom-color: rgba(18, 182, 176, 0.46) !important;
    }

    body.dark-mode .btn-link,
    body.dark-mode .neon-link,
    body.dark-mode .footer-section a {
        color: #8fe8ee !important;
        border-bottom-color: rgba(143, 232, 238, 0.26) !important;
    }

    .tech-grid,
    .neon-tech-grid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
        gap: 24px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .tech-icon,
    .neon-tech-icon {
        width: auto !important;
        height: auto !important;
        background: none !important;
        margin: 0 0 20px 0 !important;
        justify-content: flex-start !important;
    }

    .neon-tech-icon .neon-ring,
    .tech-icon .neon-ring {
        width: 60px !important;
        height: 60px !important;
        background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%) !important;
        box-shadow: none !important;
        animation: none !important;
    }

    .neon-tech-icon i,
    .tech-icon i,
    .feature-icon {
        color: #fff !important;
    }

    .feature-icon {
        background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%) !important;
        box-shadow: none !important;
    }

    .neon-docs-flex {
        gap: 24px !important;
    }

    .neon-docs-sidebar {
        position: sticky;
        top: 108px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 244, 0.92)) !important;
        border: 1px solid rgba(255, 255, 255, 0.78) !important;
        box-shadow: var(--site-shadow) !important;
    }

    .neon-docs-main {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 250, 244, 0.96)) !important;
        border: 1px solid rgba(255, 255, 255, 0.74) !important;
        box-shadow: var(--site-shadow-lg) !important;
    }

    body.dark-mode .neon-docs-sidebar,
    body.dark-mode .neon-docs-main {
        background: linear-gradient(180deg, rgba(12, 18, 31, 0.78), rgba(8, 14, 25, 0.94)) !important;
        border-color: rgba(159, 216, 255, 0.12) !important;
    }

    .neon-docs-main h1,
    .neon-docs-main h2,
    .neon-docs-sidebar h3 {
        color: var(--site-ink) !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
        text-shadow: none !important;
    }

    body.dark-mode .neon-docs-main h1,
    body.dark-mode .neon-docs-main h2,
    body.dark-mode .neon-docs-sidebar h3 {
        color: #f3f7ff !important;
    }

    .neon-docs-main p,
    .neon-docs-main li,
    .neon-docs-main a {
        color: var(--site-ink-soft);
    }

    body.dark-mode .neon-docs-main p,
    body.dark-mode .neon-docs-main li,
    body.dark-mode .neon-docs-main a {
        color: rgba(237, 243, 255, 0.75);
    }

    .neon-docs-main img {
        border-radius: 22px !important;
        box-shadow: 0 18px 48px rgba(22, 32, 51, 0.12) !important;
    }

    .footer,
    .neon-footer {
        background: linear-gradient(180deg, rgba(17, 26, 44, 0.98), rgba(9, 16, 28, 0.98)) !important;
        color: #eef5ff !important;
        border-top: 1px solid rgba(143, 232, 238, 0.18) !important;
        padding: 76px 0 34px !important;
    }

    .footer-content,
    .neon-footer-content {
        gap: 28px !important;
    }

    .footer-section,
    .footer-section ul {
        list-style: none;
    }

    .footer-section h2,
    .footer-section h4 {
        color: var(--site-ink) !important;
        font-size: 1.1rem !important;
        margin-bottom: 16px !important;
    }

    body.dark-mode .footer-section h2,
    body.dark-mode .footer-section h4 {
        color: #ffffff !important;
    }

    .footer-section li,
    .footer-social-tip,
    .neon-footer-copyright p {
        color: rgba(48, 61, 84, 0.78) !important;
    }

    body.dark-mode .footer-section li,
    body.dark-mode .footer-social-tip,
    body.dark-mode .neon-footer-copyright p {
        color: rgba(237, 245, 255, 0.68) !important;
    }

    .social-icons,
    .neon-social-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 12px !important;
    }

    .social-icons a,
    .neon-social-icons a {
        width: 46px !important;
        height: 46px !important;
        border-radius: 16px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        box-shadow: none !important;
    }

    .social-icons a:hover,
    .neon-social-icons a:hover {
        background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%) !important;
        color: #fff !important;
    }

    .footer-copyright,
    .neon-footer-copyright {
        border-top: 1px solid rgba(28, 47, 84, 0.14) !important;
        padding-top: 18px !important;
    }

    body.dark-mode .footer-copyright,
    body.dark-mode .neon-footer-copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    @media (max-width: 1100px) {
        .hero-flex,
        .neon-hero-flex {
            flex-direction: column !important;
            align-items: stretch !important;
        }

        .hero-content,
        .neon-hero-card.glassmorphism,
        .production-query-card {
            max-width: 100% !important;
        }

        .hero-image,
        .neon-hero-image {
            min-width: 0 !important;
        }

        .warranty-coverage,
        .production-detail-layout {
            grid-template-columns: 1fr !important;
        }

        .neon-docs-flex {
            flex-direction: column !important;
        }

        .neon-docs-sidebar {
            position: relative;
            top: 0;
            max-width: none !important;
        }
    }

    @media (max-width: 760px) {
        .container {
            padding-left: 18px !important;
            padding-right: 18px !important;
        }

        .header,
        .neon-header {
            min-height: 64px;
        }

        .nav-flex,
        .neon-nav-flex {
            min-height: 64px !important;
        }

        .hero,
        .neon-hero,
        .products,
        .neon-products,
        .tech,
        .neon-tech,
        .product-detail,
        .product-features-section,
        .product-gallery,
        .product-specs,
        .tech-features,
        .purchase-section {
            padding: 64px 0 !important;
        }

        .hero-content,
        .neon-hero-card.glassmorphism,
        .production-query-card,
        .production-panel,
        .production-summary-card,
        .warranty-card,
        .warranty-intro-card,
        .neon-docs-main,
        .neon-docs-sidebar {
            padding: 24px 20px !important;
            border-radius: 24px !important;
        }

        .product-grid,
        .neon-product-grid,
        .tech-grid,
        .neon-tech-grid,
        .production-summary-grid,
        .warranty-note-grid,
        .warranty-process-grid,
        .features-grid,
        .gallery-grid,
        .specs-grid,
        .tech-features-grid {
            grid-template-columns: 1fr !important;
        }

        .hero-buttons,
        .neon-hero-buttons {
            flex-direction: column;
            align-items: stretch !important;
        }

        .production-query-form {
            grid-template-columns: 1fr !important;
        }

        .production-input-group input {
            min-width: 0;
        }

        .warranty-stat-grid {
            grid-template-columns: 1fr !important;
        }
    }