/*
Theme Name: Nachee Pro
Theme URI: http://www.nachee.com/
Author: Nachee
Author URI: http://www.nachee.com/
Description: A modern B2B foreign trade theme for Shanghai Nachee Imp. & Exp. Co., Ltd. - professional motorcycle repair tools supplier. Rich homepage with hero banner, stats, product categories, featured products, why-choose-us, FAQ, testimonials and inquiry form. WooCommerce ready.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nachee-pro
Tags: e-commerce, blog, one-column, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   1. Reset & Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2d3748;
  background: #ffffff;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #0e4d92; text-decoration: none; transition: color .25s; }
a:hover { color: #1e9bd6; }
ul { padding-left: 1.2em; }
h1,h2,h3,h4,h5,h6 {
  font-family: 'Barlow', 'Inter', Arial, sans-serif;
  line-height: 1.25;
  color: #0b1f3a;
  margin: 0 0 .6em;
  font-weight: 700;
}
.np-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.np-section { padding: 80px 0; }
.np-section--gray { background: #f5f7fa; }
.np-section--navy { background: linear-gradient(135deg, #0b1f3a 0%, #123a6b 100%); color: #dbe6f5; }
.np-section--navy h2, .np-section--navy h3 { color: #fff; }

/* Section headers */
.np-sec-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.np-sec-head .np-kicker {
  display: inline-block; letter-spacing: 3px; text-transform: uppercase;
  font-size: 13px; font-weight: 700; color: #1e9bd6; margin-bottom: 10px;
}
.np-sec-head h2 { font-size: 36px; margin-bottom: 14px; }
.np-sec-head p { color: #64748b; margin: 0; }
.np-section--navy .np-sec-head p { color: #b8c7dd; }

/* Buttons */
.np-btn {
  display: inline-block; padding: 14px 34px; border-radius: 4px;
  font-weight: 700; font-size: 15px; letter-spacing: .5px; cursor: pointer;
  border: 2px solid transparent; transition: all .25s; text-align: center;
}
.np-btn--primary { background: #1e9bd6; color: #fff !important; }
.np-btn--primary:hover { background: #0e7cb0; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30,155,214,.35); }
.np-btn--ghost { border-color: rgba(255,255,255,.6); color: #fff !important; background: transparent; }
.np-btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.np-btn--navy { background: #0b1f3a; color: #fff !important; }
.np-btn--navy:hover { background: #123a6b; }

/* ==========================================================================
   2. Top bar
   ========================================================================== */
.np-topbar { background: #0b1f3a; color: #b8c7dd; font-size: 13px; }
.np-topbar__inner { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.np-topbar a { color: #b8c7dd; }
.np-topbar a:hover { color: #1e9bd6; }
.np-topbar__left span, .np-topbar__right span { margin-right: 18px; }
.np-topbar svg { vertical-align: -2px; margin-right: 5px; }

/* ==========================================================================
   3. Header / Nav
   ========================================================================== */
.np-header {
  background: #fff; box-shadow: 0 2px 12px rgba(11,31,58,.08);
  position: sticky; top: 0; z-index: 999;
}
.np-header__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.np-logo { display: flex; align-items: center; gap: 12px; }
.np-logo img { max-height: 52px; width: auto; }
.np-logo__text { font-family: 'Barlow', sans-serif; font-size: 28px; font-weight: 800; color: #0b1f3a; letter-spacing: 1px; }
.np-logo__text em { color: #1e9bd6; font-style: normal; }
.np-logo__tag { font-size: 11px; color: #64748b; letter-spacing: 1.5px; text-transform: uppercase; display: block; margin-top: -4px; }

.np-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.np-nav li { position: relative; }
.np-nav a {
  display: block; padding: 28px 16px; color: #0b1f3a; font-weight: 600; font-size: 15px;
}
.np-nav a:hover { color: #1e9bd6; }
.np-nav li.current-menu-item > a { color: #1e9bd6; }
/* dropdown */
.np-nav .sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 230px; background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.15); border-top: 3px solid #1e9bd6;
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: all .25s;
  display: block; z-index: 1000; padding: 8px 0;
}
.np-nav li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.np-nav .sub-menu li { width: 100%; }
.np-nav .sub-menu a { padding: 10px 22px; font-weight: 500; font-size: 14px; }
.np-nav .sub-menu a:hover { background: #f5f7fa; }
.np-header__cta { margin-left: 18px; }
.np-header__cta .np-btn { padding: 11px 24px; }

/* Mobile toggle */
.np-menu-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
}
.np-menu-toggle span { display: block; width: 26px; height: 3px; background: #0b1f3a; margin: 5px 0; border-radius: 2px; transition: all .3s; }

/* ==========================================================================
   4. Hero
   ========================================================================== */
.np-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1000px 500px at 85% 20%, rgba(30,155,214,.18), transparent 60%),
    linear-gradient(120deg, #081527 0%, #0b1f3a 45%, #123a6b 100%);
  color: #fff;
}
.np-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.025) 0 2px, transparent 2px 14px);
  pointer-events: none;
}
.np-hero__inner {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 50px; align-items: center; padding: 96px 0 110px;
}
.np-hero__badge {
  display: inline-block; background: rgba(30,155,214,.15); border: 1px solid rgba(30,155,214,.5);
  color: #8fd0f2; padding: 6px 16px; border-radius: 30px; font-size: 13px; font-weight: 600;
  letter-spacing: 1px; margin-bottom: 22px;
}
.np-hero h1 { color: #fff; font-size: 48px; font-weight: 800; margin-bottom: 20px; }
.np-hero h1 em { color: #1e9bd6; font-style: normal; }
.np-hero__sub { font-size: 18px; color: #c3d2e6; margin-bottom: 26px; max-width: 560px; }
.np-hero__list { list-style: none; padding: 0; margin: 0 0 34px; }
.np-hero__list li { padding: 6px 0 6px 32px; position: relative; color: #e2ebf7; font-size: 16px; }
.np-hero__list li::before {
  content: "✓"; position: absolute; left: 0; top: 6px; width: 22px; height: 22px;
  background: #1e9bd6; color: #fff; border-radius: 50%; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.np-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
/* hero right card */
.np-hero__card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px; padding: 34px; backdrop-filter: blur(6px);
}
.np-hero__card h3 { color: #fff; font-size: 20px; margin-bottom: 18px; }
.np-hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.np-hero__stat { border-left: 3px solid #1e9bd6; padding-left: 14px; }
.np-hero__stat b { display: block; font-size: 32px; font-family: 'Barlow', sans-serif; color: #fff; line-height: 1.1; }
.np-hero__stat span { font-size: 13px; color: #b8c7dd; }

/* ==========================================================================
   5. Stats counters band
   ========================================================================== */
.np-stats { background: #fff; box-shadow: 0 18px 44px rgba(11,31,58,.10); border-radius: 12px;
  display: grid; grid-template-columns: repeat(4,1fr); margin-top: -54px; position: relative; z-index: 5; overflow: hidden; }
.np-stat { text-align: center; padding: 34px 16px; border-right: 1px solid #eef1f6; }
.np-stat:last-child { border-right: 0; }
.np-stat b { font-family: 'Barlow', sans-serif; font-size: 42px; color: #0b1f3a; display: block; line-height: 1; }
.np-stat b i { color: #1e9bd6; font-style: normal; }
.np-stat span { color: #64748b; font-size: 14px; font-weight: 600; letter-spacing: .5px; }

/* ==========================================================================
   6. About
   ========================================================================== */
.np-about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.np-about__media { position: relative; }
.np-about__media .np-media-ph {
  border-radius: 12px; overflow: hidden; box-shadow: 0 24px 48px rgba(11,31,58,.16);
}
.np-about__media img { width: 100%; object-fit: cover; }
.np-about__badge {
  position: absolute; right: -18px; bottom: -18px; background: #1e9bd6; color: #fff;
  border-radius: 10px; padding: 18px 26px; text-align: center; box-shadow: 0 14px 30px rgba(30,155,214,.4);
}
.np-about__badge b { display: block; font-size: 34px; font-family: 'Barlow', sans-serif; line-height: 1; }
.np-about__badge span { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.np-about__body .np-kicker { color: #1e9bd6; letter-spacing: 3px; text-transform: uppercase; font-size: 13px; font-weight: 700; }
.np-about__body h2 { font-size: 34px; margin: 8px 0 18px; }
.np-about__body p { color: #4a5568; }
.np-about__points { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.np-about__points li { padding-left: 30px; position: relative; font-weight: 600; color: #0b1f3a; font-size: 15px; }
.np-about__points li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; background: #e8f0fb;
  color: #0e4d92; border-radius: 50%; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}

/* ==========================================================================
   7. Product categories
   ========================================================================== */
.np-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.np-cat-card {
  background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 24px rgba(11,31,58,.08);
  transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column;
}
.np-cat-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(11,31,58,.16); }
.np-cat-card__img { height: 210px; overflow: hidden; background: linear-gradient(135deg,#123a6b,#0b1f3a); position: relative; }
.np-cat-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.np-cat-card:hover .np-cat-card__img img { transform: scale(1.07); }
.np-cat-card__img .np-cat-ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.85);
}
.np-cat-card__body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.np-cat-card__body h3 { font-size: 20px; margin-bottom: 8px; text-transform: capitalize; }
.np-cat-card__body p { color: #64748b; font-size: 14px; flex: 1; margin: 0 0 16px; }
.np-cat-card__link { font-weight: 700; font-size: 14px; color: #1e9bd6; letter-spacing: .5px; }
.np-cat-card__link:hover { color: #0b1f3a; }
.np-cat-card__count { display: inline-block; background: #f5f7fa; color: #0b1f3a; border-radius: 20px; padding: 2px 12px; font-size: 12px; font-weight: 700; margin-bottom: 10px; }

/* ---- Category layout + new-arrival preview ---- */
.np-cats-layout { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: stretch; }
.np-cat-card__newflag {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  background: #e23b3b; color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: 1px;
  padding: 4px 10px; border-radius: 4px;
  box-shadow: 0 4px 12px rgba(226,59,59,.35);
}
.np-cat-card__new {
  display: flex; align-items: center; gap: 12px;
  margin-top: 16px; padding-top: 16px;
  border-top: 1px dashed #e3e9f1;
}
.np-cat-card__new-img {
  flex: 0 0 64px; width: 64px; height: 64px; border-radius: 10px; overflow: hidden;
  background: #f7f9fc; display: flex; align-items: center; justify-content: center;
}
.np-cat-card__new-img img { width: 100%; height: 100%; object-fit: contain; }
.np-cat-card__new-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.np-cat-card__new-label {
  font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  color: #e23b3b;
}
.np-cat-card__new-name {
  font-size: 13px; font-weight: 600; color: #0b1f3a; text-decoration: none;
  line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.np-cat-card__new-name:hover { color: #1e9bd6; }

/* ==========================================================================
   8. Products grid (WooCommerce)
   ========================================================================== */
.np-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.np-product {
  background: #fff; border: 1px solid #eef1f6; border-radius: 10px; overflow: hidden;
  transition: all .3s; text-align: center;
}
.np-product:hover { box-shadow: 0 14px 34px rgba(11,31,58,.14); border-color: transparent; transform: translateY(-5px); }
.np-product__img { aspect-ratio: 1/1; overflow: hidden; background: #f8fafc; }
.np-product__img img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s; padding: 12px; }
.np-product:hover .np-product__img img { transform: scale(1.06); }
.np-product__body { padding: 16px 18px 22px; }
.np-product__body h3 { font-size: 15px; font-weight: 600; margin: 0 0 10px; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 44px; }
.np-product__body h3 a { color: #0b1f3a; }
.np-product__body h3 a:hover { color: #1e9bd6; }
.np-product__cta { font-size: 13px; font-weight: 700; color: #1e9bd6; letter-spacing: .5px; }
.np-center { text-align: center; margin-top: 44px; }

/* ==========================================================================
   9. Why choose us
   ========================================================================== */
.np-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.np-why-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 34px 28px; transition: all .3s;
}
.np-why-card:hover { background: rgba(255,255,255,.09); transform: translateY(-6px); border-color: rgba(30,155,214,.5); }
.np-why-card__icon {
  width: 60px; height: 60px; border-radius: 12px; background: linear-gradient(135deg,#1e9bd6,#8fd0f2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(30,155,214,.35);
}
.np-why-card h3 { font-size: 19px; color: #fff; }
.np-why-card p { color: #b8c7dd; font-size: 14px; margin: 0; }

/* ==========================================================================
   10. Process steps
   ========================================================================== */
.np-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.np-step { text-align: center; position: relative; padding: 0 10px; }
.np-step__num {
  width: 74px; height: 74px; margin: 0 auto 18px; border-radius: 50%;
  background: #fff; border: 2px dashed #1e9bd6; color: #1e9bd6;
  font-family: 'Barlow', sans-serif; font-size: 30px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.np-step h3 { font-size: 18px; }
.np-step p { color: #64748b; font-size: 14px; margin: 0; }
.np-step::after {
  content: "→"; position: absolute; right: -18px; top: 22px; color: #cbd5e1; font-size: 26px;
}
.np-step:last-child::after { display: none; }

/* ==========================================================================
   11. FAQ
   ========================================================================== */
.np-faq { max-width: 860px; margin: 0 auto; }
.np-faq__item { background: #fff; border: 1px solid #e8edf3; border-radius: 10px; margin-bottom: 14px; overflow: hidden; }
.np-faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 20px 56px 20px 24px; font-size: 16px; font-weight: 700; color: #0b1f3a;
  font-family: 'Barlow', sans-serif; position: relative;
}
.np-faq__q::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 24px; color: #1e9bd6; transition: transform .3s;
}
.np-faq__item.open .np-faq__q::after { content: "–"; }
.np-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.np-faq__a-inner { padding: 0 24px 20px; color: #4a5568; font-size: 15px; }

/* ==========================================================================
   12. Testimonials
   ========================================================================== */
.np-testis { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.np-testi {
  background: #fff; border-radius: 12px; padding: 32px 30px; box-shadow: 0 6px 24px rgba(11,31,58,.08);
  position: relative;
}
.np-testi::before {
  content: "“"; position: absolute; top: 8px; right: 22px; font-size: 80px; line-height: 1;
  color: #1e9bd6; opacity: .18; font-family: Georgia, serif;
}
.np-testi__stars { color: #f5b400; letter-spacing: 2px; margin-bottom: 12px; }
.np-testi p { color: #4a5568; font-size: 15px; font-style: italic; }
.np-testi__who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.np-testi__ava {
  width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,#0b1f3a,#2a5eaa);
  color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.np-testi__who b { display: block; color: #0b1f3a; font-size: 15px; }
.np-testi__who span { color: #94a3b8; font-size: 13px; }

/* ==========================================================================
   13. News
   ========================================================================== */
.np-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.np-news-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 24px rgba(11,31,58,.08); transition: all .3s; }
.np-news-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(11,31,58,.15); }
.np-news-card__img { height: 200px; background: linear-gradient(135deg,#123a6b,#0b1f3a); overflow: hidden; }
.np-news-card__img img { width: 100%; height: 100%; object-fit: cover; }
.np-news-card__body { padding: 22px 24px 26px; }
.np-news-card__meta { font-size: 13px; color: #94a3b8; margin-bottom: 8px; }
.np-news-card__body h3 { font-size: 18px; }
.np-news-card__body h3 a { color: #0b1f3a; }
.np-news-card__body h3 a:hover { color: #1e9bd6; }
.np-news-card__body p { color: #64748b; font-size: 14px; margin: 0; }

/* ==========================================================================
   14. CTA + Inquiry form
   ========================================================================== */
.np-cta {
  background:
    radial-gradient(800px 400px at 15% 30%, rgba(30,155,214,.22), transparent 55%),
    linear-gradient(120deg,#0b1f3a, #123a6b);
  color: #fff;
}
.np-cta__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.np-cta__body h2 { color: #fff; font-size: 34px; }
.np-cta__body p { color: #b8c7dd; }
.np-cta__contacts { list-style: none; padding: 0; margin: 26px 0 0; }
.np-cta__contacts li { padding: 9px 0; color: #dbe6f5; font-size: 15px; }
.np-cta__contacts b { color: #fff; margin-right: 6px; }
.np-cta__contacts a { color: #8fd0f2; }
.np-form { background: #fff; border-radius: 14px; padding: 36px 34px; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.np-form h3 { font-size: 22px; margin-bottom: 20px; }
.np-form .np-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.np-form input, .np-form textarea {
  width: 100%; padding: 13px 16px; border: 1px solid #dde3ec; border-radius: 6px;
  font-family: inherit; font-size: 15px; margin-bottom: 14px; background: #f8fafc; color: #2d3748;
}
.np-form input:focus, .np-form textarea:focus { outline: none; border-color: #1e9bd6; background: #fff; }
.np-form textarea { min-height: 110px; resize: vertical; }
.np-form .np-btn { width: 100%; }
.np-form__note { font-size: 12.5px; color: #94a3b8; margin: 10px 0 0; text-align: center; }

/* ==========================================================================
   15. Footer
   ========================================================================== */
.np-footer { background: #081527; color: #9fb3cd; font-size: 14.5px; }
.np-footer__main { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap: 40px; padding: 64px 0 48px; }
.np-footer h4 { color: #fff; font-size: 17px; margin-bottom: 18px; letter-spacing: .5px; }
.np-footer a { color: #9fb3cd; }
.np-footer a:hover { color: #1e9bd6; }
.np-footer ul { list-style: none; padding: 0; margin: 0; }
.np-footer ul li { padding: 5px 0; }
.np-footer__about p { margin: 14px 0 0; }
.np-footer__logo { font-family: 'Barlow', sans-serif; font-size: 26px; font-weight: 800; color: #fff; letter-spacing: 1px; }
.np-footer__logo em { color: #1e9bd6; font-style: normal; }
.np-footer__contact li { padding: 7px 0; display: flex; gap: 10px; }
.np-footer__contact svg { flex: none; margin-top: 4px; }
.np-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: 13.5px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* WhatsApp float */
.np-wa {
  position: fixed; right: 26px; bottom: 26px; z-index: 998; width: 58px; height: 58px;
  background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37,211,102,.45); transition: transform .25s;
}
.np-wa:hover { transform: scale(1.1); }

/* Back to top */
.np-top {
  position: fixed; right: 30px; bottom: 100px; z-index: 998; width: 46px; height: 46px;
  background: #0b1f3a; color: #fff; border: 0; border-radius: 8px; cursor: pointer;
  font-size: 18px; opacity: 0; visibility: hidden; transition: all .3s;
}
.np-top.show { opacity: 1; visibility: visible; }
.np-top:hover { background: #1e9bd6; }

/* ==========================================================================
   16. Inner pages
   ========================================================================== */
.np-page-hero {
  background: linear-gradient(120deg,#081527,#123a6b); color: #fff; padding: 64px 0; text-align: center;
}
.np-page-hero h1 { color: #fff; font-size: 40px; margin: 0 0 8px; }
.np-page-hero--product { text-align: left; }
.np-page-hero--product h1 { color: #1e9bd6; }
.np-breadcrumb { color: #b8c7dd; font-size: 14px; }
.np-breadcrumb a { color: #8fd0f2; }
.np-content { padding: 64px 0; }
.np-content--narrow { max-width: 860px; margin: 0 auto; }
.np-entry h2 { font-size: 28px; margin-top: 1.4em; }
.np-entry img { border-radius: 10px; }
.np-entry blockquote { border-left: 4px solid #1e9bd6; margin: 1.5em 0; padding: .5em 1.5em; background: #f8fafc; }

/* Blog list */
.np-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.np-pagination { margin-top: 44px; text-align: center; }
.np-pagination .page-numbers {
  display: inline-block; padding: 9px 16px; background: #fff; border: 1px solid #e2e8f0;
  border-radius: 6px; margin: 0 4px; color: #0b1f3a; font-weight: 600;
}
.np-pagination .page-numbers.current, .np-pagination .page-numbers:hover { background: #1e9bd6; color: #fff; border-color: #1e9bd6; }

/* WooCommerce tweaks */
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px; color: #0b1f3a; }
.woocommerce ul.products li.product a img { border-radius: 8px; }
.woocommerce div.product .product_title { color: #0b1f3a; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #1e9bd6; color: #fff; border-radius: 4px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: #0e7cb0; color: #fff; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { background: #1e9bd6; color: #fff; }

/* Forms misc */
.np-alert { padding: 14px 18px; border-radius: 8px; margin-bottom: 18px; font-size: 15px; }
.np-alert--ok { background: #e8f8ef; color: #157347; border: 1px solid #bce5cf; }
.np-alert--err { background: #fdecec; color: #b02a37; border: 1px solid #f5c2c7; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ==========================================================================
   17. Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .np-hero__inner { grid-template-columns: 1fr; padding: 70px 0 90px; }
  .np-hero h1 { font-size: 38px; }
  .np-cats, .np-testis, .np-news { grid-template-columns: repeat(2,1fr); }
  .np-cats-layout { grid-template-columns: 1fr; }
  .np-products { grid-template-columns: repeat(3,1fr); }
  .np-why { grid-template-columns: repeat(2,1fr); }
  .np-steps { grid-template-columns: repeat(2,1fr); }
  .np-step::after { display: none; }
  .np-about { grid-template-columns: 1fr; }
  .np-footer__main { grid-template-columns: 1fr 1fr; }
  .np-cta__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .np-topbar__right { display: none; }
  .np-menu-toggle { display: block; }
  .np-nav {
    position: fixed; top: 0; right: -300px; width: 280px; height: 100vh; background: #0b1f3a;
    transition: right .35s; z-index: 1001; padding: 70px 0 30px; overflow-y: auto;
  }
  .np-nav.open { right: 0; }
  .np-nav ul { flex-direction: column; gap: 0; }
  .np-nav a { color: #fff; padding: 14px 28px; }
  .np-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; background: rgba(255,255,255,.05); box-shadow: none; border: 0; }
  .np-nav .sub-menu a { color: #b8c7dd; padding-left: 44px; }
  .np-header__cta { display: none; }
  .np-stats { grid-template-columns: 1fr 1fr; }
  .np-stat { border-bottom: 1px solid #eef1f6; }
  .np-cats, .np-testis, .np-news, .np-why, .np-steps, .np-blog-grid { grid-template-columns: 1fr; }
  .np-cats { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .np-cats-layout { grid-template-columns: 1fr; }
  .np-products { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .np-form .np-row { grid-template-columns: 1fr; }
  .np-footer__main { grid-template-columns: 1fr; padding: 44px 0 30px; }
  .np-sec-head h2 { font-size: 27px; }
  .np-hero h1 { font-size: 31px; }
  .np-section { padding: 56px 0; }
  .np-about__points { grid-template-columns: 1fr; }
  .np-hero__stats { grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   18. New Arrivals carousel
   ========================================================================== */
.np-carousel { position: relative; }
.np-carousel__viewport { overflow: hidden; }
.np-carousel__track {
  display: flex; gap: 24px; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform;
}
.np-carousel__track > .np-product { flex: 0 0 calc((100% - 72px) / 4); }
.np-carousel__btn {
  position: absolute; top: 42%; transform: translateY(-50%); z-index: 4;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: #fff; color: #0b1f3a; font-size: 24px; line-height: 1;
  box-shadow: 0 8px 22px rgba(11,31,58,.18); transition: all .25s;
}
.np-carousel__btn:hover { background: #1e9bd6; color: #fff; }
.np-carousel__btn--prev { left: -22px; }
.np-carousel__btn--next { right: -22px; }
.np-carousel__dots { text-align: center; margin-top: 22px; }
.np-carousel__dots button {
  width: 9px; height: 9px; border: 0; border-radius: 50%; background: #cbd5e1;
  margin: 0 5px; cursor: pointer; padding: 0; transition: all .25s;
}
.np-carousel__dots button.is-active { background: #1e9bd6; width: 22px; border-radius: 5px; }
@media (max-width: 1024px) { .np-carousel__track > .np-product { flex-basis: calc((100% - 48px) / 3); } }
@media (max-width: 767px) {
  .np-carousel__track > .np-product { flex-basis: calc((100% - 24px) / 2); }
  .np-carousel__btn--prev { left: -10px; } .np-carousel__btn--next { right: -10px; }
}

/* ==========================================================================
   19. About page
   ========================================================================== */
.np-about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.np-about-intro__media { position: relative; }
.np-about-intro__media img { width: 100%; border-radius: 12px; box-shadow: 0 24px 48px rgba(11,31,58,.16); }
.np-about-intro__body h2 { font-size: 32px; }
.np-about-intro__body p { color: #4a5568; }
.np-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.np-value {
  background: #fff; border: 1px solid #e8edf3; border-radius: 12px; padding: 30px 26px;
  transition: all .3s; border-top: 3px solid #1e9bd6;
}
.np-value:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(11,31,58,.12); }
.np-value__icon {
  width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg,#1e9bd6,#8fd0f2);
  color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.np-value h3 { font-size: 19px; color: #0b1f3a; margin-bottom: 8px; }
.np-value p { color: #64748b; font-size: 14px; margin: 0; }
.np-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.np-gallery img { width: 100%; height: 210px; object-fit: cover; border-radius: 12px; transition: transform .5s; }
.np-gallery a:hover img { transform: scale(1.05); }
.np-certs { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.np-cert {
  background: #fff; border: 1px solid #e8edf3; border-radius: 12px; padding: 22px 30px;
  min-width: 160px; text-align: center; font-weight: 700; color: #0b1f3a;
  box-shadow: 0 6px 20px rgba(11,31,58,.06);
}
.np-cert span { display: block; font-size: 12px; color: #94a3b8; font-weight: 600; margin-top: 4px; }
@media (max-width: 1024px) { .np-values, .np-gallery { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 767px) { .np-about-intro { grid-template-columns: 1fr; } .np-values, .np-gallery { grid-template-columns: 1fr; } }

/* ==========================================================================
   20. Product detail
   ========================================================================== */
.np-prod__top { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; padding: 46px 0; }
.np-prod__gallery { position: sticky; top: 100px; }
.np-prod__summary .summary { margin: 0; }
.np-prod__summary h1.product_title { font-size: 34px; color: #0b1f3a; margin: 0 0 10px; }
.np-prod__summary .price { font-size: 26px; font-weight: 800; color: #1e9bd6; margin: 8px 0 14px; }
.np-prod__summary .woocommerce-product-details__short-description { color: #4a5568; font-size: 15px; }
.np-prod__actions { margin: 22px 0; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.np-prod__meta { font-size: 14px; color: #64748b; border-top: 1px solid #eef1f6; padding-top: 16px; margin-top: 16px; }
.np-prod__meta a { color: #1e9bd6; }
.np-prod__details { display: grid; grid-template-columns: 1.6fr 1fr; gap: 50px; padding: 30px 0 10px; border-top: 1px solid #eef1f6; }
.np-prod__desc h2 { font-size: 26px; margin-top: .2em; }
.np-prod__desc h3 { font-size: 20px; color: #0b1f3a; }
.np-prod__specs h3 { font-size: 20px; color: #0b1f3a; margin-bottom: 14px; }
.np-prod__specs table { width: 100%; border-collapse: collapse; }
.np-prod__specs th, .np-prod__specs td { border: 1px solid #e8edf3; padding: 11px 14px; text-align: left; font-size: 14px; vertical-align: top; }
.np-prod__specs th { background: #f5f7fa; color: #0b1f3a; width: 42%; }
.np-prod__specs td { color: #4a5568; }
.np-prod__why {
  background: linear-gradient(135deg,#0b1f3a,#123a6b); color: #dbe6f5; border-radius: 14px;
  padding: 30px 32px; margin: 8px 0 36px;
}
.np-prod__why h3 { color: #fff; font-size: 20px; margin-bottom: 14px; }
.np-prod__why ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.np-prod__why li { padding-left: 26px; position: relative; font-size: 14px; }
.np-prod__why li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #1e9bd6;
  color: #fff; border-radius: 50%; font-size: 11px; display: flex; align-items: center; justify-content: center;
}
.np-prod__main-img { background: #fff; border: 1px solid #e8edf3; border-radius: 14px; padding: 18px; text-align: center; margin-bottom: 16px; }
.np-prod__main-img img { max-height: 460px; width: auto; max-width: 100%; object-fit: contain; }
.np-prod__thumbs { display: flex; gap: 12px; flex-wrap: wrap; }
.np-prod__thumb { background: #fff; border: 2px solid #e8edf3; border-radius: 10px; padding: 6px; cursor: pointer; transition: all .25s; width: 78px; height: 78px; display: flex; align-items: center; justify-content: center; }
.np-prod__thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.np-prod__thumb:hover, .np-prod__thumb.is-active { border-color: #1e9bd6; }
.np-prod-related { padding: 20px 0 60px; }
.np-prod-related h2 { font-size: 28px; margin-bottom: 30px; }
@media (max-width: 1024px) { .np-prod__top, .np-prod__details { grid-template-columns: 1fr; } .np-prod__gallery { position: static; } }
@media (max-width: 767px) { .np-prod__why ul { grid-template-columns: 1fr; } .np-prod__main-img img { max-height: 320px; } }

/* ============ Product Archive page (category bar + grid) ============ */
.np-catbar {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 14px 18px;
  margin: 18px 0 30px;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 6px 20px rgba(11,31,58,.05);
}
.np-catbar__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.np-cat {
  font: 600 14px/1 inherit;
  color: #0b1f3a;
  background: #f3f6fa;
  border: 1px solid #e3e9f1;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
}
.np-cat:hover { border-color: #1e9bd6; color: #1e9bd6; }
.np-cat.is-active { background: #1e9bd6; border-color: #1e9bd6; color: #fff; }
.np-cat--new {
  background: linear-gradient(135deg,#0c4eb5,#1261d8);
  border-color: #1261d8;
  color: #fff;
}
.np-cat--new:hover { color: #fff; opacity: .92; }
.np-cat--new.is-active { box-shadow: 0 6px 16px rgba(18,97,216,.35); }

.np-section--tight { padding: 22px 0 8px; }
.np-sec-head--left { text-align: left; }
.np-sec-head--left .np-kicker { margin-left: 0; }

.np-prodgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 18px;
}
.np-prodcard {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.np-prodcard:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(11,31,58,.10); }
.np-prodcard__img {
  position: relative;
  display: block;
  background: #f7f9fc;
  padding: 18px;
  text-align: center;
  aspect-ratio: 1 / 1;
}
.np-prodcard__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.np-prodcard__badge {
  position: absolute; top: 12px; left: 12px;
  background: #e23b3b; color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .5px;
  padding: 4px 9px; border-radius: 4px;
}
.np-prodcard__body { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.np-prodcard__body h3 { font-size: 15px; line-height: 1.35; margin: 0; }
.np-prodcard__body h3 a { color: #0b1f3a; text-decoration: none; }
.np-prodcard__body h3 a:hover { color: #1e9bd6; }
.np-prodcard__meta { font-size: 12px; color: #8a97a8; }
.np-prodcard__cta {
  margin-top: auto;
  display: inline-block; text-align: center;
  background: #1e9bd6; color: #fff;
  font-size: 13px; font-weight: 600;
  padding: 9px 14px; border-radius: 8px; text-decoration: none;
  transition: background .2s ease;
}
.np-prodcard__cta:hover { background: #0e7cb0; }
.np-empty { text-align: center; color: #64748b; padding: 40px 0; }

@media (max-width: 767px) {
  .np-catbar { position: static; }
  .np-prodgrid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .np-prodcard__img { padding: 12px; }
}
