/* ============================================
   NEURA Foreign Trade Theme
   Brand: NEURA / 纽拉
   Color: #ff6a00 (primary) / #0b1320 (dark) / #1f6feb (accent)
   ============================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
	font-family: -apple-system, "Segoe UI", "Helvetica Neue", Roboto, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 15px; line-height: 1.65; color: #2c3e50; background: #fff;
	-webkit-font-smoothing: antialiased;
}
a { color: #1f6feb; text-decoration: none; transition: color .2s; }
a:hover { color: #ff6a00; }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5 { margin: 0 0 .5em; line-height: 1.3; color: #0b1320; }
h1 { font-size: 32px; font-weight: 700; }
h2 { font-size: 26px; font-weight: 700; }
h3 { font-size: 18px; font-weight: 600; }
ul { padding-left: 18px; margin: 0 0 1em; }

.neura-container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* ===== TOPBAR ===== */
.neura-topbar { background: #0b1320; color: #c8d2e0; font-size: 13px; padding: 8px 0; }
.neura-topbar .neura-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.neura-topbar-left span { margin-right: 22px; }
.neura-topbar-left i, .neura-topbar-right i { color: #ff6a00; margin-right: 5px; }
.neura-topbar-right a { color: #c8d2e0; margin-left: 18px; }
.neura-topbar-right a:hover { color: #ff6a00; }

/* ===== HEADER ===== */
.neura-header { background: #fff; border-bottom: 1px solid #eef0f3; box-shadow: 0 2px 6px rgba(0,0,0,.03); position: sticky; top: 0; z-index: 99; }
.neura-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; }
.neura-logo { display: flex; align-items: center; gap: 10px; }
.neura-logo a { display: flex; align-items: baseline; gap: 6px; }
.neura-logo-text { font-size: 28px; font-weight: 800; color: #0b1320; letter-spacing: 1px; }
.neura-logo-text i { color: #ff6a00; font-style: normal; }
.neura-logo-sub { font-size: 12px; color: #93a0b3; text-transform: uppercase; letter-spacing: 2px; display: none; }
.neura-mobile-toggle { display: none; cursor: pointer; font-size: 22px; color: #0b1320; }

.neura-nav { flex: 1; }
.neura-nav ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; gap: 4px; }
.neura-nav li { position: relative; }
.neura-nav li > a { display: block; padding: 14px 18px; color: #0b1320; font-weight: 500; font-size: 15px; border-radius: 6px; }
.neura-nav li > a:hover, .neura-nav li.act > a { background: #fff7f0; color: #ff6a00; }
.neura-nav .neura-sub { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.08); border-radius: 8px; padding: 8px 0; }
.neura-nav li:hover .neura-sub { display: block; }
.neura-nav .neura-sub li { display: block; }
.neura-nav .neura-sub a { padding: 10px 18px; }

/* Nav CTA Button (Get Quote) */
.neura-nav li.nav-cta > a { background: linear-gradient(135deg,#ff6a00,#ff8c33); color: #fff; border-radius: 6px; padding: 10px 20px; font-weight: 600; }
.neura-nav li.nav-cta > a:hover { background: linear-gradient(135deg,#e65c00,#ff6a00); color: #fff; }

.neura-search form { display: flex; align-items: center; background: #f5f7fa; border-radius: 30px; padding: 4px; }
.neura-search input[type=text] { background: transparent; border: 0; outline: none; padding: 6px 14px; font-size: 14px; width: 180px; }
.neura-search button { background: #ff6a00; border: 0; color: #fff; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; }

/* ===== BUTTONS ===== */
.neura-btn-primary, .neura-btn-ghost, .neura-btn-wa, .neura-btn-ghost-light, .neura-btn-link, .neura-btn-mini {
	display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 6px; font-weight: 600; font-size: 14px; transition: all .2s;
	cursor: pointer; border: 0;
}
.neura-btn-primary { background: linear-gradient(135deg, #ff6a00, #ff8a3d); color: #fff !important; }
.neura-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,106,0,.3); color: #fff !important; }
.neura-btn-ghost { background: transparent; color: #0b1320 !important; border: 2px solid #0b1320; }
.neura-btn-ghost:hover { background: #0b1320; color: #fff !important; }
.neura-btn-ghost-light { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.6); }
.neura-btn-ghost-light:hover { background: #fff; color: #0b1320 !important; }
.neura-btn-wa { background: #25d366; color: #fff !important; }
.neura-btn-wa:hover { background: #1cb455; color: #fff !important; }
.neura-btn-link { background: transparent; padding: 6px 0; color: #1f6feb !important; }
.neura-btn-link:hover { color: #ff6a00 !important; }
.neura-btn-mini { padding: 6px 14px; background: #f0f4fa; color: #1f6feb !important; font-size: 13px; }
.neura-btn-mini:hover { background: #ff6a00; color: #fff !important; }

/* ===== HERO ===== */
.neura-hero { background: linear-gradient(135deg, #0b1320 0%, #1a2540 60%, #2d3e6e 100%); color: #fff; padding: 80px 0; position: relative; overflow: hidden; }
.neura-hero::before { content: ""; position: absolute; right: -100px; top: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,106,0,.25) 0%, transparent 70%); }
.neura-hero-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.neura-hero-text h1 { color: #fff; font-size: 44px; font-weight: 800; line-height: 1.15; margin-bottom: 18px; }
.neura-hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(255,106,0,.15); color: #ffae6e; border-radius: 30px; font-size: 13px; font-weight: 500; margin-bottom: 22px; }
.neura-hero-desc { font-size: 16px; color: #c8d2e0; max-width: 600px; margin-bottom: 28px; }
.neura-hero-stats { display: flex; gap: 36px; margin-bottom: 32px; flex-wrap: wrap; }
.neura-hero-stats div { display: flex; flex-direction: column; }
.neura-hero-stats strong { font-size: 30px; color: #ff6a00; font-weight: 800; }
.neura-hero-stats span { font-size: 13px; color: #93a0b3; }
.neura-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.neura-hero-cta .neura-btn-ghost { color: #fff !important; border-color: rgba(255,255,255,.5); }
.neura-hero-cta .neura-btn-ghost:hover { background: #fff; color: #0b1320 !important; }

.neura-hero-card { background: rgba(255,255,255,.05); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 32px; }
.neura-hero-tag { display: inline-block; padding: 4px 12px; background: #ff6a00; color: #fff; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1px; margin-bottom: 14px; }
.neura-hero-product h3 { color: #fff; font-size: 38px; font-weight: 800; margin-bottom: 6px; }
.neura-hero-product > p { color: #c8d2e0; margin-bottom: 18px; }
.neura-hero-product ul { list-style: none; padding: 0; margin: 0; }
.neura-hero-product li { padding: 8px 0; color: #e8eef7; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
.neura-hero-product li i { color: #25d366; margin-right: 8px; }
.neura-hero-product li:last-child { border-bottom: 0; }

/* ===== TRUST BAR ===== */
.neura-trust { background: #fff; border-bottom: 1px solid #eef0f3; padding: 28px 0; }
.neura-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.neura-trust-grid > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; }
.neura-trust-grid i { font-size: 28px; color: #ff6a00; margin-bottom: 6px; }
.neura-trust-grid strong { color: #0b1320; font-size: 14px; }
.neura-trust-grid span { color: #93a0b3; font-size: 12px; }

/* ===== SECTION ===== */
.neura-section { padding: 70px 0; }
.neura-section-alt { background: #f7f9fc; }
.neura-section-dark { background: linear-gradient(135deg, #0b1320, #1a2540); color: #fff; }
.neura-section-dark h2, .neura-section-dark h3 { color: #fff; }
.neura-section-head { text-align: center; margin-bottom: 48px; }
.neura-section-head h2 { font-size: 30px; margin-bottom: 12px; position: relative; display: inline-block; padding-bottom: 14px; }
.neura-section-head h2::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 50px; height: 3px; background: #ff6a00; border-radius: 2px; }
.neura-section-head p { color: #6b7a90; font-size: 15px; max-width: 700px; margin: 0 auto; }

/* ===== CATEGORIES ===== */
.neura-cate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.neura-cate-card { background: #fff; border: 1px solid #eef0f3; border-radius: 12px; padding: 32px 24px; text-align: center; transition: all .25s; display: block; }
.neura-cate-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(11,19,32,.08); border-color: #ff6a00; }
.neura-cate-ico { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg,#fff7f0,#ffe7d2); margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #ff6a00; }
.neura-cate-card h3 { color: #0b1320; margin-bottom: 8px; }
.neura-cate-more { color: #1f6feb; font-size: 13px; font-weight: 600; }
.neura-cate-card:hover .neura-cate-more { color: #ff6a00; }

/* ===== PRODUCT GRID ===== */
.neura-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.neura-product-card { background: #fff; border: 1px solid #eef0f3; border-radius: 12px; overflow: hidden; transition: all .25s; }
.neura-product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(11,19,32,.08); }
.neura-product-img { display: block; aspect-ratio: 1/1; background: #f5f7fa; overflow: hidden; }
.neura-product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.neura-product-card:hover .neura-product-img img { transform: scale(1.06); }
.neura-product-body { padding: 18px; }
.neura-product-body h3 { font-size: 16px; margin-bottom: 8px; min-height: 42px; }
.neura-product-body h3 a { color: #0b1320; }
.neura-product-body h3 a:hover { color: #ff6a00; }
.neura-product-body p { font-size: 13px; color: #6b7a90; margin: 0 0 14px; min-height: 38px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.neura-product-foot { display: flex; justify-content: space-between; align-items: center; }

/* ===== SCENE ===== */
.neura-scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.neura-scene { background: #fff; padding: 32px; border-radius: 12px; border: 1px solid #eef0f3; transition: all .25s; }
.neura-scene:hover { transform: translateY(-4px); border-color: #ff6a00; }
.neura-scene i { font-size: 36px; color: #ff6a00; margin-bottom: 14px; }
.neura-scene h4 { font-size: 18px; margin-bottom: 8px; }
.neura-scene p { color: #6b7a90; font-size: 14px; margin: 0; }

/* ===== WHY US ===== */
.neura-why-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.neura-why-text h2 { font-size: 32px; margin-bottom: 28px; }
.neura-why-list { list-style: none; padding: 0; margin: 0; }
.neura-why-list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.neura-why-list li:last-child { border-bottom: 0; }
.neura-why-list i { color: #25d366; font-size: 22px; flex-shrink: 0; padding-top: 2px; }
.neura-why-list strong { display: block; color: #fff; font-size: 16px; margin-bottom: 4px; }
.neura-why-list span { color: #c8d2e0; font-size: 14px; }
.neura-why-cta { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 36px; }
.neura-why-cta h3 { color: #fff; font-size: 22px; }
.neura-why-cta p { color: #c8d2e0; margin-bottom: 22px; }
.neura-why-cta .neura-btn-primary, .neura-why-cta .neura-btn-wa { display: flex; justify-content: center; margin-bottom: 12px; }

/* ===== NEWS ===== */
.neura-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.neura-news-card { background: #fff; border: 1px solid #eef0f3; border-radius: 12px; overflow: hidden; transition: all .25s; }
.neura-news-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(11,19,32,.08); }
.neura-news-img { display: block; aspect-ratio: 16/9; background: #f5f7fa; overflow: hidden; }
.neura-news-img img { width: 100%; height: 100%; object-fit: cover; }
.neura-news-body { padding: 22px; }
.neura-news-date { font-size: 12px; color: #93a0b3; margin-bottom: 8px; display: block; }
.neura-news-body h3 { font-size: 17px; margin-bottom: 10px; }
.neura-news-body h3 a { color: #0b1320; }
.neura-news-body h3 a:hover { color: #ff6a00; }
.neura-news-body p { color: #6b7a90; font-size: 14px; margin-bottom: 12px; }

/* ===== CTA BAND ===== */
.neura-cta-band { background: linear-gradient(135deg,#ff6a00,#ff8a3d); padding: 50px 0; color: #fff; }
.neura-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.neura-cta-band h2 { color: #fff; margin-bottom: 6px; }
.neura-cta-band p { margin: 0; opacity: .9; }
.neura-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.neura-cta-actions .neura-btn-primary { background: #fff; color: #ff6a00 !important; }
.neura-cta-actions .neura-btn-primary:hover { background: #0b1320; color: #fff !important; }

/* ===== PAGE BANNER / CRUMB ===== */
.neura-page-banner { background: linear-gradient(135deg,#0b1320,#1a2540); color: #fff; padding: 50px 0 40px; }
.neura-page-banner h1 { color: #fff; margin-bottom: 8px; }
.neura-page-banner p { color: #c8d2e0; margin: 0; }
.neura-crumb { font-size: 13px; color: #93a0b3; margin-bottom: 14px; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.neura-crumb a { color: #c8d2e0; }
.neura-crumb a:hover { color: #ff6a00; }
.neura-crumb i { color: #6b7a90; }
.neura-crumb span { color: #fff; }

/* ===== PRODUCT DETAIL ===== */
.neura-product-detail { padding: 36px 0 70px; }
.neura-product-detail .neura-crumb { color: #6b7a90; margin-bottom: 24px; }
.neura-product-detail .neura-crumb a { color: #6b7a90; }
.neura-product-detail .neura-crumb span { color: #0b1320; }
.neura-pd-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; margin-bottom: 50px; }
.neura-pd-gallery { background: #fff; border: 1px solid #eef0f3; border-radius: 14px; padding: 24px; }
.neura-pd-gallery img { width: 100%; border-radius: 8px; }
.neura-pd-noimg { aspect-ratio: 1/1; background: #f5f7fa; display: flex; align-items: center; justify-content: center; font-size: 60px; color: #cdd5e0; border-radius: 8px; }
.neura-pd-thumbs { display: flex; gap: 10px; margin-top: 14px; }
.neura-pd-thumbs a { display: block; width: 70px; height: 70px; border: 2px solid transparent; border-radius: 6px; overflow: hidden; }
.neura-pd-thumbs a.active { border-color: #ff6a00; }
.neura-pd-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.neura-pd-info h1 { font-size: 28px; margin-bottom: 14px; }
.neura-pd-intro { font-size: 15px; color: #6b7a90; margin-bottom: 18px; padding: 14px 18px; background: #fff7f0; border-left: 3px solid #ff6a00; border-radius: 0 6px 6px 0; }
.neura-pd-meta { list-style: none; padding: 0; margin: 0 0 22px; display: flex; gap: 18px; flex-wrap: wrap; color: #6b7a90; font-size: 13px; }
.neura-pd-meta i { color: #ff6a00; margin-right: 4px; }
.neura-pd-meta a { color: #1f6feb; margin-right: 6px; }
.neura-pd-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }

/* ===== PRODUCT PRICE TABLE ===== */
.neura-pd-price { margin: 0 0 22px; }
.price-table { width: 100%; border-collapse: collapse; font-size: 14px; border-radius: 10px; overflow: hidden; border: 1px solid #eef0f3; }
.price-table thead th { background: #f0f4f8; color: #6b7a90; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .6px; padding: 10px 14px; text-align: left; border-bottom: 1px solid #eef0f3; }
.price-table td { padding: 14px 14px; border-bottom: 1px solid #eef0f3; color: #2c3e50; vertical-align: middle; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table tr.price-bulk { background: #fff7f0; }
.price-num { font-size: 26px; font-weight: 700; color: #ff6a00; line-height: 1; }
.price-num strong { font-size: inherit; }
.price-num-bulk { font-size: 30px; color: #e04a00; }
.price-unit { font-size: 13px; color: #93a0b3; }
.price-badge-ws { display: inline-block; background: #e04a00; color: #fff; font-size: 10px; padding: 3px 9px; border-radius: 20px; margin-left: 8px; font-weight: 700; letter-spacing: .3px; vertical-align: middle; }
.price-note-cell { font-size: 12px; color: #93a0b3; }
.price-fob { font-size: 12px; color: #93a0b3; margin: 8px 0 0; }
.price-fob a { color: #1f6feb; }
.neura-pd-trust { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; padding: 18px; background: #f7f9fc; border-radius: 10px; }
.neura-pd-trust > div { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #2c3e50; font-weight: 500; }
.neura-pd-trust i { color: #ff6a00; font-size: 16px; }

.neura-pd-tabs { background: #fff; border: 1px solid #eef0f3; border-radius: 14px; overflow: hidden; }
.neura-tab-nav { list-style: none; padding: 0; margin: 0; display: flex; border-bottom: 1px solid #eef0f3; background: #f7f9fc; }
.neura-tab-nav li { padding: 16px 28px; cursor: pointer; font-weight: 600; color: #6b7a90; border-bottom: 3px solid transparent; transition: all .2s; }
.neura-tab-nav li.active { color: #ff6a00; border-bottom-color: #ff6a00; background: #fff; }
.neura-tab-body { padding: 30px; }
.neura-tab-pane { display: none; }
.neura-tab-pane.active { display: block; }
.neura-tab-pane h3 { margin-top: 18px; }
.neura-tab-pane h3:first-child { margin-top: 0; }
.neura-tab-pane img { max-width: 100%; height: auto; border-radius: 6px; margin: 12px 0; }

.neura-related { margin-top: 60px; }
.neura-prev-next { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding: 18px 0; border-top: 1px solid #eef0f3; flex-wrap: wrap; font-size: 14px; color: #6b7a90; }
.neura-prev-next a { color: #0b1320; font-weight: 500; }
.neura-prev-next a:hover { color: #ff6a00; }

/* ===== EMPTY / PAGER ===== */
.neura-empty { text-align: center; padding: 80px 20px; color: #93a0b3; }
.neura-empty i { font-size: 60px; margin-bottom: 18px; color: #cdd5e0; }
.neura-pager { text-align: center; margin-top: 36px; }
.neura-pager a, .neura-pager span { display: inline-block; min-width: 36px; height: 36px; line-height: 34px; padding: 0 12px; margin: 0 3px; border: 1px solid #e5e9f0; border-radius: 6px; color: #6b7a90; }
.neura-pager a:hover, .neura-pager .current { background: #ff6a00; border-color: #ff6a00; color: #fff; }

/* ===== CATE BLOCK ===== */
.neura-cate-block { margin-bottom: 50px; }
.neura-cate-block-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 2px solid #eef0f3; }
.neura-cate-block-head h2 { margin: 0; font-size: 22px; }

/* ===== PAGE CONTENT ===== */
.neura-page-content { max-width: 880px; margin: 0 auto; font-size: 16px; line-height: 1.85; color: #2c3e50; }
.neura-page-content h2 { font-size: 24px; margin-top: 36px; }
.neura-page-content h3 { font-size: 19px; margin-top: 26px; }
.neura-page-content p { margin: 0 0 1em; }
.neura-page-content img { border-radius: 8px; margin: 12px 0; }
.neura-page-content ul { padding-left: 22px; }
.neura-page-content li { margin-bottom: 6px; }
.neura-page-cta { max-width: 880px; margin: 60px auto 0; padding: 36px; background: linear-gradient(135deg,#fff7f0,#ffe7d2); border-radius: 14px; text-align: center; }
.neura-page-cta h3 { font-size: 22px; }
.neura-page-cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 18px; }

/* ===== 404 ===== */
.neura-404 { padding: 100px 0; }
.neura-404-box { text-align: center; }
.neura-404-num { font-size: 120px; font-weight: 900; color: #ff6a00; line-height: 1; margin-bottom: 14px; }
.neura-404-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }

/* ===== FOOTER ===== */
.neura-footer { background: #0b1320; color: #c8d2e0; padding: 60px 0 0; margin-top: 60px; }
.neura-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.neura-foot-col h3 { color: #fff; font-size: 16px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid #ff6a00; display: inline-block; }
.neura-foot-col p { color: #93a0b3; font-size: 14px; line-height: 1.7; }
.neura-foot-links { list-style: none; padding: 0; margin: 0; }
.neura-foot-links li { padding: 5px 0; }
.neura-foot-links a { color: #c8d2e0; font-size: 14px; }
.neura-foot-links a:hover { color: #ff6a00; padding-left: 4px; }
.neura-foot-contact { list-style: none; padding: 0; margin: 0 0 20px; }
.neura-foot-contact li { padding: 5px 0; font-size: 14px; }
.neura-foot-contact i { color: #ff6a00; margin-right: 8px; width: 16px; }
.neura-foot-cta a { width: 100%; justify-content: center; }
.neura-foot-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; text-align: center; font-size: 13px; color: #6b7a90; }
.neura-foot-bottom a { color: #c8d2e0; }
.neura-foot-bottom p { margin: 4px 0; }

/* ===== FLOATING ===== */
.neura-float { position: fixed; right: 20px; bottom: 70px; z-index: 99; display: flex; flex-direction: column; gap: 10px; }
.neura-float-item { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; font-size: 22px; box-shadow: 0 6px 16px rgba(0,0,0,.15); transition: all .2s; }
.neura-float-item:hover { transform: translateY(-3px); color: #fff; }
.neura-float-wa { background: #25d366; }
.neura-float-sk { background: #00aff0; }
.neura-float-em { background: #ff6a00; }
.neura-float-top { background: #0b1320; opacity: 0; pointer-events: none; }
.neura-float-top.show { opacity: 1; pointer-events: auto; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
	.neura-hero-inner { grid-template-columns: 1fr; }
	.neura-hero-text h1 { font-size: 34px; }
	.neura-trust-grid { grid-template-columns: repeat(3,1fr); }
	.neura-cate-grid { grid-template-columns: repeat(3,1fr); }
	.neura-product-grid { grid-template-columns: repeat(3,1fr); }
	.neura-scene-grid { grid-template-columns: repeat(2,1fr); }
	.neura-news-grid { grid-template-columns: repeat(2,1fr); }
	.neura-why-grid { grid-template-columns: 1fr; gap: 30px; }
	.neura-pd-grid { grid-template-columns: 1fr; gap: 30px; }
	.neura-footer-grid { grid-template-columns: repeat(2,1fr); gap: 30px; }
}
@media (max-width: 768px) {
	.neura-topbar { display: none; }
	.neura-mobile-toggle { display: block; }
	.neura-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
	.neura-nav.open { display: block; }
	.neura-nav ul { flex-direction: column; padding: 10px 0; }
	.neura-nav .neura-sub { position: static; box-shadow: none; padding-left: 20px; }
	.neura-search { display: none; }
	.neura-hero { padding: 50px 0; }
	.neura-hero-text h1 { font-size: 28px; }
	.neura-hero-stats { gap: 20px; }
	.neura-hero-stats strong { font-size: 24px; }
	.neura-section { padding: 50px 0; }
	.neura-section-head h2 { font-size: 24px; }
	.neura-trust-grid { grid-template-columns: repeat(2,1fr); }
	.neura-cate-grid { grid-template-columns: repeat(2,1fr); }
	.neura-product-grid { grid-template-columns: repeat(2,1fr); }
	.neura-scene-grid { grid-template-columns: 1fr; }
	.neura-news-grid { grid-template-columns: 1fr; }
	.neura-footer-grid { grid-template-columns: 1fr; }
	.neura-cta-inner { flex-direction: column; text-align: center; }
	.neura-tab-nav li { padding: 14px 16px; font-size: 13px; }
	.neura-pd-info h1 { font-size: 22px; }
	.neura-404-num { font-size: 80px; }
}
@media (max-width: 480px) {
	.neura-product-grid { grid-template-columns: 1fr; }
	.neura-cate-grid { grid-template-columns: 1fr; }
	.neura-trust-grid { grid-template-columns: 1fr; }
	.neura-pd-trust { grid-template-columns: 1fr; }
}
