/* ========== 重置与全局 ========== */
.ns-page, .ns-page * { box-sizing: border-box; margin: 0; padding: 0; }
.ns-page { font-family: 'Inter', 'Microsoft YaHei', sans-serif; color: #2D3748; line-height: 1.6; background: #fff; max-width: 1600px; margin: 0 auto; font-size: 15px; }
.ns-page img { max-width: 100%; height: auto; }
.ns-page a { color: #2B4C7E; text-decoration: none; }
.ns-page a:hover { color: #1B2A4A; }
.ns-page h2, .ns-page h3, .ns-page h4 { font-family: 'Inter Tight', 'Microsoft YaHei', sans-serif; color: #1B2A4A; }
.ns-page strong { color: #1B2A4A; }

/* ========== 通用结构 ========== */
.ns-section { padding: 60px 20px; }
.ns-container { max-width: 1200px; margin: 0 auto; }
.ns-container-narrow { max-width: 1200px; margin: 0 auto; }
.ns-container-tight { max-width: 800px; margin: 0 auto; }

/* ========== 标签与标题 ========== */
.ns-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #C8A962; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.ns-label::before { content: ''; width: 30px; height: 2px; background: #C8A962; }
.ns-label-center { justify-content: center; }
.ns-title { font-size: 28px; font-weight: 700; margin-bottom: 16px; line-height: 1.3; }
.ns-title-mb0 { margin-bottom: 0; }
.ns-text-center { text-align: center; }
.ns-text-muted { color: #64748B; }
.ns-text-sm { font-size: 14px; }
.ns-text-xs { font-size: 14px; }
.ns-mb0 { margin-bottom: 0; }
.ns-mb8 { margin-bottom: 8px; }
.ns-mb12 { margin-bottom: 12px; }
.ns-mb14 { margin-bottom: 14px; }
.ns-mb16 { margin-bottom: 16px; }
.ns-mb20 { margin-bottom: 20px; }
.ns-mb24 { margin-bottom: 24px; }
.ns-mb40 { margin-bottom: 40px; }
.ns-mt24 { margin-top: 24px; }
.ns-mt40 { margin-top: 40px; }
.ns-pb0 { padding-bottom: 0; }
.ns-pb40 { padding-bottom: 40px; }
.ns-line18 { line-height: 1.8; }

/* ========== 背景色 ========== */
.ns-bg-ice { background: #F0F5FA; }
.ns-bg-navy { background: #1B2A4A; color: #fff; }
.ns-bg-white { background: #fff; }

/* ========== 网格 ========== */
.ns-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.ns-grid2-spec { display: grid; grid-template-columns: 1fr; gap: 24px; }
.ns-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ns-grid3-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ns-grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ns-grid6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ns-grid2-1 { display: grid; grid-template-columns: 1fr; gap: 16px; }
.ns-align-center { align-items: center; }

/* ========== 卡片 ========== */
.ns-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; overflow: hidden; }
.ns-card:hover { box-shadow: 0 8px 30px rgba(27,42,74,0.1); }
.ns-card-body { padding: 20px; }

/* ========== 按钮 ========== */
.ns-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border: none; }
.ns-btn-gold { background: #C8A962; color: #0F1B33; }
.ns-btn-gold:hover { background: #A68B45; color: #0F1B33; }
.ns-btn-outline { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.ns-btn-outline:hover { background: rgba(255,255,255,0.2); color: #fff; }
.ns-btn-sm { font-size: 14px; padding: 10px 20px; line-height: 2;}
.ns-btn-full { width: 100%; justify-content: center; }

/* ========== Hero ========== */
.ns-hero { background: linear-gradient(135deg, #1B2A4A, #2B4C7E, #3D5A80, #1B2A4A); color: #fff; padding: 80px 20px; }
.ns-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; }
.ns-hero h1 { font-size: 42px; font-weight: 700; line-height: 1.1; margin-bottom: 20px; font-family: 'Inter Tight', sans-serif; }
.ns-hero h1 em { color: #C8A962; font-style: normal; }
.ns-hero-desc { font-size: 18px; color: #B0C4DE; margin-bottom: 30px; max-width: 500px; }
.ns-hero-stats { display: flex; gap: 40px; margin-top: 40px; }
.ns-hero-stat { text-align: center; }
.ns-hero-stat-num { font-size: 32px; font-weight: 700; }
.ns-hero-stat-label { font-size: 12px; color: #98C1D9; }
.ns-hero-stat-border { border-left: 1px solid rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.1); padding: 0 30px; }
.ns-hero-badges { display: flex; gap: 10px; margin-bottom: 20px; }
.ns-hero-badge-gold { background: rgba(200,169,98,0.2); color: #C8A962; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 20px; border: 1px solid rgba(200,169,98,0.3); }
.ns-hero-badge-light { background: rgba(255,255,255,0.1); color: #98C1D9; font-size: 12px; padding: 6px 14px; border-radius: 20px; }
.ns-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.ns-hero-visual { display: flex; justify-content: center; align-items: center; position: relative; min-height: 300px; }
.ns-hero-svg-box { width: 300px; height: 300px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); display: flex; align-items: center; justify-content: center; }
.ns-badge { position: absolute; background: #fff; border-radius: 12px; padding: 14px 18px; box-shadow: 0 8px 30px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 10px; }
.ns-badge-check { width: 36px; height: 36px; background: #DCFCE7; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #16A34A; font-weight: 700; font-size: 16px; line-height: 30px; }
.ns-badge-title { font-size: 14px; font-weight: 700; color: #1B2A4A; }
.ns-badge-sub { font-size: 11px; color: #64748B; }
.ns-badge-zinc { background: #C8A962; text-align: center; }
.ns-badge-zinc-num { font-size: 20px; font-weight: 700; color: #0F1B33; }
.ns-badge-zinc-label { font-size: 10px; color: rgba(15,27,51,0.7); text-transform: uppercase; letter-spacing: 1px; }
.ns-badge-bl { bottom: -10px; left: -10px; }
.ns-badge-tr { top: -10px; right: -10px; }

/* ========== 表格 ========== */
.ns-table { width: 100%; border-collapse: collapse; }
.ns-table th { background: #1B2A4A; color: #fff; padding: 14px 20px; text-align: left; font-size: 14px; font-weight: 600; }
.ns-table td { padding: 12px 20px; border-bottom: 1px solid #E2E8F0; font-size: 14px; }
.ns-table tr:nth-child(even) { background: #F8FAFC; }
.ns-table tr:hover { background: #EFF6FF; }
.ns-table td:first-child { font-weight: 600; color: #1B2A4A; width: 35%; }
.ns-table-header { background: #1B2A4A; color: #fff; padding: 14px 20px; font-weight: 600; font-size: 15px; }

/* ========== Summary ========== */
.ns-summary-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #E2E8F0; font-size: 14px; }
.ns-summary-row:last-child { border-bottom: none; }
.ns-summary-label { color: #64748B; }
.ns-summary-value { font-weight: 600; color: #1B2A4A; }

/* ========== Inquiry Box ========== */
.ns-inquiry-box { background: linear-gradient(135deg, #1B2A4A, #2B4C7E); border-radius: 14px; padding: 22px; color: #fff; }
.ns-inquiry-title { font-size: 16px; margin-bottom: 8px; color: #C8A962; font-weight: 600; line-height: 30px; }
.ns-inquiry-desc { font-size: 14px; color: #B0C4DE; margin-bottom: 14px; line-height: 2;}

/* ========== Introduction Cards ========== */
.ns-intro-card { background: #F0F5FA; border: 1px solid #E2E8F0; border-radius: 14px; padding: 22px; }
.ns-intro-card-dark { background: #1B2A4A; border-radius: 14px; padding: 22px; color: #fff; }
.ns-intro-card-grad { background: linear-gradient(135deg, rgba(43,76,126,0.05), rgba(61,90,128,0.05)); border: 1px solid rgba(43,76,126,0.1); border-radius: 14px; padding: 22px; }
.ns-intro-metas { display: flex; gap: 16px; margin-top: 12px; font-size: 12px; color: #94A3B8; }
.ns-intro-erp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.ns-intro-erp-item { background: rgba(255,255,255,0.05); border-radius: 8px; padding: 10px; text-align: center; }
.ns-intro-erp-label { font-size: 11px; color: #98C1D9; }
.ns-intro-erp-value { font-weight: 700; color: #C8A962; }

/* ========== Application Scene ========== */
.ns-scene { text-align: center; border-radius: 14px; overflow: hidden; border: 1px solid #E2E8F0; }
.ns-scene:hover { box-shadow: 0 8px 30px rgba(27,42,74,0.1); }
.ns-scene-head { height: 140px; display: flex; align-items: center; justify-content: center; }
.ns-scene-head span { font-size: 22px; font-weight: 700; color: #fff; font-family: 'Inter Tight', sans-serif; letter-spacing: 1px; }
.ns-scene-body { padding: 18px; }
.ns-scene-body h3 { font-size: 16px; margin-bottom: 6px;line-height: 30px;  }
.ns-scene-body p { font-size: 14px; color: #64748B; line-height: 2;}
.ns-scene-grad1 { background: linear-gradient(135deg, #1B2A4A, #2B4C7E); }
.ns-scene-grad2 { background: linear-gradient(135deg, #2B4C7E, #3D5A80); }
.ns-scene-grad3 { background: linear-gradient(135deg, #3D5A80, #98C1D9); }
.ns-scene-grad4 { background: linear-gradient(135deg, #C8A962, #A68B45); }

/* ========== Advantages ========== */
.ns-adv-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 20px; font-weight: 700; color: #fff; font-family: 'Inter Tight', sans-serif; }
.ns-adv-icon-navy { background: linear-gradient(135deg, #1B2A4A, #2B4C7E); }
.ns-adv-icon-blue { background: linear-gradient(135deg, #2B4C7E, #3D5A80); }
.ns-adv-icon-steel { background: linear-gradient(135deg, #3D5A80, #98C1D9); }
.ns-adv-icon-gold { background: linear-gradient(135deg, #C8A962, #A68B45); }
.ns-adv-title { font-size: 16px; margin-bottom: 6px;line-height: 30px;  }
.ns-adv-desc { font-size: 14px; color: #64748B; line-height: 2;}

/* ========== Steps ========== */
.ns-step { display: flex; gap: 20px; margin-bottom: 24px; }
.ns-step-num { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; color: #fff; flex-shrink: 0; }
.ns-step-num-navy { background: #1B2A4A; }
.ns-step-num-blue { background: #2B4C7E; }
.ns-step-num-steel { background: #3D5A80; }
.ns-step-num-gold { background: #C8A962; color: #0F1B33; }
.ns-step-content { background: #F0F5FA; border: 1px solid #E2E8F0; border-radius: 12px; padding: 20px; flex: 1; }
.ns-step-content h4 { font-size: 17px; margin-bottom: 8px; }
.ns-step-content p { font-size: 14px; color: #64748B; }

/* ========== Pro Tips & Tools ========== */
.ns-tips-box { background: #F0F5FA; border: 1px solid #E2E8F0; border-radius: 14px; padding: 24px; margin-bottom: 16px; }
.ns-tips-list { list-style: none; font-size: 14px; color: #64748B; line-height: 2.2; }
.ns-tips-list li::before { content: ''; display: inline-block; width: 16px; height: 16px; background: #C8A962; border-radius: 50%; margin-right: 10px; vertical-align: middle; }
.ns-tools-box { background: #1B2A4A; border-radius: 14px; padding: 24px; color: #fff; }
.ns-tools-title { font-size: 17px; margin-bottom: 14px; color: #C8A962; font-weight: 600; }
.ns-tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 14px; color: #B0C4DE; }
.ns-tools-grid div::before { content: ''; display: inline-block; width: 6px; height: 6px; background: #98C1D9; border-radius: 50%; margin-right: 8px; vertical-align: middle; }

/* ========== Comparison ========== */
.ns-compare-row { display: flex; border-bottom: 1px solid #E2E8F0; }
.ns-compare-row > div { padding: 14px 16px; font-size: 14px; min-width: 120px; }
.ns-compare-row > div:first-child { font-weight: 600; color: #1B2A4A; flex: 0 0 auto; min-width: 140px; white-space: nowrap; }
.ns-compare-row > div:not(:first-child) { flex: 1 1 0%; text-align: center; color: #64748B; }
.ns-compare-row > div:not(:first-child):nth-child(2) { background: rgba(200,169,98,0.05); }
.ns-compare-header { background: #1B2A4A; color: #fff; }
.ns-compare-header > div { font-weight: 600; font-size: 14px; }
.ns-compare-header > div:not(:first-child) { color: #fff; }
.ns-compare-highlight { background: rgba(200,169,98,0.15); color: #1B2A4A; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 600; display: inline-block; }

.ns-compare-footer > div { color: #fff; border-bottom: none; }
.ns-compare-footer > div:first-child { background: transparent; }
.ns-compare-footer-recommend { color: #C8A962; font-weight: 700; }
.ns-compare-footer-text { color: #B0C4DE; font-size: 14px; }
.ns-compare-winner { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #C8A962; border-radius: 50%; color: #0F1B33; font-weight: 700; font-size: 14px; flex-shrink: 0; }

/* 横向滚动防溢出 */
.ns-compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; border: 1px solid #E2E8F0; background: #fff; }
.ns-compare-scroll .ns-compare-row { min-width: 500px; }

@media (max-width: 640px) {
    .ns-compare-row > div { padding: 10px 10px; font-size: 13px; min-width: 100px; }
    .ns-compare-row > div:first-child { min-width: 110px; }
}


.ns-compare-footer { background: linear-gradient(135deg, #1B2A4A, #2B4C7E); padding: 20px; color: #fff; display: flex; align-items: center; gap: 14px; }




/* ========== Quality ========== */
.ns-quality-card { border-radius: 14px; overflow: hidden; border: 1px solid #E2E8F0; background: #fff; }
.ns-quality-bar { height: 10px; }
.ns-quality-bar-blue { background: linear-gradient(90deg, #60A5FA, #22D3EE); }
.ns-quality-bar-red { background: linear-gradient(90deg, #F87171, #FB923C); }
.ns-quality-bar-green { background: linear-gradient(90deg, #34D399, #4ADE80); }
.ns-quality-bar-purple { background: linear-gradient(90deg, #A78BFA, #818CF8); }
.ns-quality-body { padding: 22px; }
.ns-quality-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-weight: 700; font-size: 14px; }
.ns-quality-icon-blue { background: #EFF6FF; color: #2563EB; }
.ns-quality-icon-red { background: #FEF2F2; color: #DC2626; }
.ns-quality-icon-green { background: #F0FDF4; color: #16A34A; }
.ns-quality-icon-purple { background: #FAF5FF; color: #7C3AED; }
.ns-quality-tag { font-size: 11px; color: #94A3B8; }

/* ========== Engineering ========== */
.ns-eng-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ns-eng-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 22px; }
.ns-eng-card h3 { font-size: 17px; margin-bottom: 8px; color: #C8A962; }
.ns-eng-card p { font-size: 14px; color: #B0C4DE; line-height: 2;}

/* ========== Eco ========== */
.ns-eco-card { display: flex; align-items: flex-start; gap: 14px; padding: 16px; border-radius: 12px; }
.ns-eco-green { background: #F0FDF4; border: 1px solid #DCFCE7; }
.ns-eco-blue { background: #EFF6FF; border: 1px solid #DBEAFE; }
.ns-eco-amber { background: #FFFBEB; border: 1px solid #FEF3C7; }
.ns-eco-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 700; font-size: 14px; }
.ns-eco-icon-green { background: #DCFCE7; color: #16A34A; }
.ns-eco-icon-blue { background: #DBEAFE; color: #2563EB; }
.ns-eco-icon-amber { background: #FEF3C7; color: #D97706; }
.ns-eco-card h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; color: #1B2A4A; }
.ns-eco-card p { font-size: 14px; color: #64748B;line-height: 2; }
.ns-eco-stack { display: flex; flex-direction: column; gap: 12px; }
.ns-eco-visual { display: flex; justify-content: center; }
.ns-eco-circle { width: 500px; height: 500px; border-radius: 24px; background: linear-gradient(135deg, #F0FDF4, #EFF6FF); border: 1px solid #DCFCE7; display: flex; align-items: center; justify-content: center; }

/* ========== Process Flow ========== */
.ns-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.ns-flow-step { display: flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #fff;line-height: 2; }
.ns-flow-arrow { color: #C8A962; font-size: 18px; }
.ns-flow-bg-navy { background: #1B2A4A; }
.ns-flow-bg-blue { background: #2B4C7E; }
.ns-flow-bg-steel { background: #3D5A80; }
.ns-flow-bg-gold { background: #C8A962; color: #0F1B33; }
.ns-flow-bg-green { background: #16A34A; }

/* ========== Shipping ========== */
.ns-ship-card { background: #F0F5FA; border: 1px solid #E2E8F0; border-radius: 14px; padding: 28px; text-align: center; }
.ns-ship-card h3 { font-size: 17px; margin-bottom: 12px; }
.ns-ship-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-weight: 700; font-size: 18px; }
.ns-ship-icon-navy { background: rgba(27,42,74,0.08); color: #1B2A4A; }
.ns-ship-icon-blue { background: rgba(43,76,126,0.08); color: #2B4C7E; }
.ns-ship-icon-steel { background: rgba(61,90,128,0.08); color: #3D5A80; }
.ns-ship-list { font-size: 14px; color: #64748B; }
.ns-ship-list div { padding: 4px 0; display: flex; align-items: center; justify-content: center; gap: 6px; }
.ns-ship-list div::before { content: ''; display: inline-block; width: 6px; height: 6px; background: #C8A962; border-radius: 50%; }

/* ========== FAQ ========== */
.ns-faq-item { border: 1px solid #E2E8F0; border-radius: 10px; margin-bottom: 10px; overflow: hidden; background: #fff; }
.ns-faq-q { padding: 16px 20px; font-weight: 600; color: #1B2A4A; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 15px; }
.ns-faq-q:hover { background: #F8FAFC; }
.ns-faq-a { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; font-size: 14px; color: #64748B; line-height: 1.6; }
.ns-faq-item.ns-open .ns-faq-a { max-height: 300px; padding: 12px 20px 16px; }
.ns-faq-item.ns-open .ns-faq-arrow { transform: rotate(180deg); }
.ns-faq-arrow { transition: transform 0.3s; font-size: 10px; color: #94A3B8; }

/* ========== Product Cards ========== */
.ns-product-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; overflow: hidden; }
.ns-product-card:hover { box-shadow: 0 8px 30px rgba(27,42,74,0.1); }
.ns-product-img { aspect-ratio: 1/1; overflow: hidden; background: #F0F5FA; }
.ns-product-img img { width: 100%; height: 100%; object-fit: cover; }
.ns-product-card:hover .ns-product-img img { transform: scale(1.03); }
.ns-product-info { padding: 14px 16px 18px; }
.ns-product-title { font-weight: 600; font-size: 14px; margin-bottom: 6px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ns-product-title a { color: #1a1a2e; text-decoration: none; }
.ns-product-link { font-size: 14px; font-weight: 600; color: #C8A962;line-height: 2; }

/* ========== Section Header ========== */
.ns-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }

/* ========== Honor ========== */
.ns-honor-item { border-radius: 10px; overflow: hidden; border: 1px solid #E2E8F0; }
.ns-honor-item:hover { box-shadow: 0 6px 24px rgba(27,42,74,0.1); }
.ns-honor-item a { display: block; aspect-ratio: 4/3; overflow: hidden; background: #F0F5FA; }
.ns-honor-item img { width: 100%; height: 100%; object-fit: cover; }

/* ========== Related Info ========== */
.ns-info-item { padding: 18px 22px; background: #fff; border: 1px solid #E2E8F0; border-radius: 10px; }
.ns-info-item:hover { border-color: #2B4C7E; }
.ns-info-item h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.ns-info-item h3 a { color: #1B2A4A; }
.ns-info-item p { font-size: 14px; color: #64748B; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;line-height: 2; }

/* ========== About ========== */
.ns-about-img { border-radius: 14px; border: 1px solid #E2E8F0; width: 100%; }
.ns-about-actions { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.ns-about-play { height: 44px; cursor: pointer; }
.ns-about-link { color: #2B4C7E; text-decoration: underline; }

/* ========== CTA ========== */
.ns-cta { background: linear-gradient(135deg, #1B2A4A, #2B4C7E, #3D5A80, #1B2A4A); color: #fff; text-align: center; padding: 80px 20px; }
.ns-cta-inner { max-width: 700px; margin: 0 auto; }
.ns-cta h2 { font-size: 36px; font-weight: 700; margin-bottom: 16px; font-family: 'Inter Tight', sans-serif; }
.ns-cta-desc { font-size: 17px; color: #B0C4DE; max-width: 600px; margin: 0 auto 30px; }
.ns-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ns-cta-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(200,169,98,0.2); color: #C8A962; font-size: 12px; font-weight: 600; padding: 6px 16px; border-radius: 20px; border: 1px solid rgba(200,169,98,0.3); margin-bottom: 20px; }
.ns-cta-tags { display: flex; gap: 24px; justify-content: center; margin-top: 36px; font-size: 14px; color: #B0C4DE; }
.ns-cta-tags span { display: flex; align-items: center; gap: 6px; }
.ns-cta-tags span::before { content: ''; display: inline-block; width: 6px; height: 6px; background: #C8A962; border-radius: 50%; }

/* ========== Responsive ========== */
@media (max-width: 1024px) {
    .ns-grid2, .ns-grid2-spec, .ns-grid2-1 { grid-template-columns: 1fr; }
    .ns-grid3, .ns-grid3-info { grid-template-columns: 1fr 1fr; }
    .ns-grid4 { grid-template-columns: 1fr 1fr; }
    .ns-grid6 { grid-template-columns: repeat(3, 1fr); }
    .ns-hero-grid { grid-template-columns: 1fr; }
    .ns-hero h1 { font-size: 32px; }
    .ns-eng-grid { grid-template-columns: 1fr; }
    .ns-eco-circle{
            width: 360px;
    height: 360px;
    }
    .ns-cta-tags{
        display: grid;
    }
}
@media (max-width: 640px) {
    .ns-grid3, .ns-grid3-info { grid-template-columns: 1fr; }
    .ns-grid4 { grid-template-columns: 1fr; }
    .ns-grid6 { grid-template-columns: repeat(1, 1fr); }
    .ns-hero h1 { font-size: 26px; }
    .ns-title { font-size: 22px; }
    .ns-compare-row > div { padding: 10px 8px; font-size: 14px; line-height: 2;}
    .ns-flow-step { font-size: 12px; padding: 8px 12px; }
    .ns-hero-stats { gap: 20px; }
    .ns-hero-stat-border { padding: 0 16px; }
}

.ns-eco-circle svg{
    width: 450px;
}

/* ========== Full-Width Table ========== */
.ns-table-full { width: 100%; }
.ns-table-full td, .ns-table-full th { padding: 10px 14px; font-size: 14px; line-height: 2;}
.ns-table-full th { background: #F0F5FA; color: #1B2A4A; font-weight: 600; text-align: left; border-bottom: 2px solid #E2E8F0; }
.ns-table-full td { border-bottom: 1px solid #F1F5F9; color: #64748B; }
.ns-table-full tr:hover td { background: #FAFBFD; }
.ns-table-full td:first-child { font-weight: 600; color: #1B2A4A; width: auto; }
.ns-table-note { font-size: 14px; color: #64748B; margin-top: 14px; line-height: 2; }

/* ========== Ref Card ========== */
.ns-ref-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 22px; }
.ns-ref-card h3 { font-size: 16px; margin-bottom: 12px;line-height: 30px; }
.ns-ref-card p { font-size: 14px; color: #64748B; line-height: 2; margin-bottom: 8px; }
.ns-ref-card p:last-child { margin-bottom: 0; }

/* ========== Case Study Card ========== */
.ns-case-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 22px; }
.ns-case-card h3 { font-size: 16px; margin-bottom: 10px;line-height: 30px;  }
.ns-case-card .ns-case-location { font-size: 12px; color: #C8A962; font-weight: 600; margin-bottom: 8px; }
.ns-case-card p { font-size: 14px; color: #64748B; line-height: 2; margin-bottom: 8px; }
.ns-case-card p:last-child { margin-bottom: 0; }
.ns-case-key { font-weight: 600; color: #1B2A4A; }

/* ========== Rating Dots ========== */
.ns-rating { display: inline-flex; gap: 3px; }
.ns-rating-dot { width: 8px; height: 8px; border-radius: 50%; }
.ns-rating-dot-on { background: #C8A962; }
.ns-rating-dot-off { background: #E2E8F0; }
.ns-rating-text { font-size: 12px; font-weight: 600; margin-left: 6px; }

/* ========== Compliance Tags ========== */
.ns-compliance-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
.ns-compliance-tag { background: rgba(200,169,98,0.08); border: 1px solid rgba(200,169,98,0.25); padding: 8px 16px; border-radius: 6px; font-size: 14px; color: beige; font-weight: 500; line-height: 2;}

/* ========== Warning Box ========== */
.ns-warning-box { background: #FFFBEB; border: 1px solid #FEF3C7; border-radius: 10px; padding: 16px 20px; margin-top: 16px; }
.ns-warning-box p { font-size: 14px; color: #92400E; line-height: 2; }

.product-page .content .container .column .box .title{
    height:auto !important;
}