:root {
    --np-green: #164b34;
    --np-leaf: #2f8f4e;
    --np-lime: #b6d45a;
    --np-gold: #d7a642;
    --np-ink: #14201a;
    --np-muted: #66736b;
    --np-line: #dfe7de;
    --np-cloud: #f6f8f2;
    --np-white: #ffffff;
    --np-shadow: 0 18px 45px rgba(20, 32, 26, 0.12);
}

html { scroll-behavior: smooth; }
body.home-1 { color: var(--np-ink); font-family: Arial, Helvetica, sans-serif; background: var(--np-white); overflow-x: hidden; }
body.np-menu-open { overflow: hidden; }
a { text-decoration: none; }
.np-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.np-topbar { background: var(--np-green); color: rgba(255,255,255,.9); font-size: 13px; }
.np-topbar__inner, .np-topbar__links, .np-header__inner, .np-nav, .np-hero__actions, .np-hero__badges, .np-stat, .np-card__meta, .np-footer__badges { display: flex; align-items: center; }
.np-topbar__inner { justify-content: space-between; min-height: 42px; gap: 18px; }
.np-topbar p { margin: 0; }
.np-topbar__links { gap: 18px; flex-wrap: wrap; }
.np-topbar a { color: rgba(255,255,255,.92); }

.np-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(22,75,52,.1); }
.np-header__inner { justify-content: space-between; min-height: 82px; gap: 24px; }
.np-logo img { max-height: 58px; }
.np-nav { gap: 24px; }
.np-nav a { color: var(--np-ink); font-weight: 600; font-size: 16px; }
.np-nav a:hover { color: var(--np-leaf); }
.np-nav__mobile-cta { display: none; }
.np-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--np-line); border-radius: 50%; background: var(--np-white); padding: 0; flex: 0 0 46px; place-items: center; position: relative; z-index: 120; }
.np-menu-toggle span { display: block; width: 20px; height: 2px; margin: 3px auto; background: var(--np-green); border-radius: 999px; transition: transform .25s ease, opacity .25s ease; }
.np-menu-open .np-menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.np-menu-open .np-menu-toggle span:nth-child(2) { opacity: 0; }
.np-menu-open .np-menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.np-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; border-radius: 999px; padding: 0 22px; font-weight: 600; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.np-btn:hover { transform: translateY(-2px); box-shadow: var(--np-shadow); }
.np-btn--primary { background: var(--np-green); color: var(--np-white); }
.np-btn--light { background: var(--np-white); color: var(--np-green); }
.np-btn--outline { border-color: rgba(255,255,255,.55); color: var(--np-white); }
.np-btn--ghost { border-color: rgba(22,75,52,.16); color: var(--np-green); }

.np-legacy-hide { display: none !important; }
/*.top-5 .header-area,*/
/*.slider,*/
/*.t-banner1,*/
/*.category-img1,*/
/*.h-t-products1,*/
/*.home-countdown1,*/
/*.our-products-tab,*/
/*.testimonial-bg1,*/
/*.quick-view,*/
/*.news-letter1,*/
/*.home-brand1 {*/
/*    display: none !important;*/
/*}*/
.np-hero { position: relative; overflow: hidden; min-height: 720px; color: var(--np-white); background: linear-gradient(110deg, rgba(12,45,31,.95), rgba(22,75,52,.78)), url("../image/home-10/hero-back.webp") center/cover; }
.np-hero:before { content: ""; position: absolute; right: -140px; top: 120px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; animation: npFloat 7s ease-in-out infinite; }
.np-hero:after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(0deg, var(--np-white), rgba(255,255,255,0)); }
.np-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 430px; gap: 52px; align-items: center; padding: 50px 0 40px; }
.np-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--np-lime); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.np-hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(42px, 4vw, 78px); line-height: .98; color: var(--np-white); letter-spacing: 0; }
.np-hero__lead { max-width: 680px; margin: 0 0 30px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.75; }
.np-hero__actions { gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.np-hero__badges { gap: 12px; flex-wrap: wrap; }
.np-hero__badges span, .np-footer__badges span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.92); font-weight: 600; font-size: 12px; }
.np-showcase { position: relative; background: rgba(255,255,255,.92); color: var(--np-ink); border-radius: 8px; padding: 18px; box-shadow: var(--np-shadow); }
/*.np-showcase:before { content: "Live Batch"; position: absolute; top: 34px; left: 34px; z-index: 2; padding: 8px 12px; border-radius: 999px; color: var(--np-white); background: var(--np-green); font-size: 12px; font-weight: 500; }*/
.np-showcase__image { aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; background: #f3f8ef; }
.np-showcase__image img { width: 100%; height: 100%; object-fit: cover; }
.np-showcase__body { padding: 20px 4px 4px; }
.np-showcase h2 { margin: 0 0 8px; font-size: 24px; }
.np-showcase p { margin: 0 0 18px; color: var(--np-muted); }
.np-progress { height: 8px; border-radius: 999px; background: #e7ecd9; overflow: hidden; }
.np-progress span { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, var(--np-leaf), var(--np-gold)); animation: npFill 2.2s ease both; }

.np-section { position: relative; padding: 42px 0; overflow: hidden; }
.np-section:before { content: ""; position: absolute; inset: 38px auto auto -90px; width: 180px; height: 180px; border-radius: 50%; border: 34px solid rgba(47,143,78,.05); pointer-events: none; }
.np-section--soft { background: var(--np-cloud); }
.np-section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.np-section-head h2 { max-width: 650px; margin: 0; color: var(--np-green); font-size: clamp(30px, 1vw, 50px); line-height: 1.08; letter-spacing: 0; }
.np-section-head p { max-width: 540px; margin: 0; color: var(--np-muted); line-height: 1.7; }
.np-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: -80px; }
.np-stat { gap: 16px; min-height: 132px; padding: 26px; background: var(--np-white); border: 1px solid var(--np-line); border-radius: 8px; box-shadow: var(--np-shadow); }
.np-stat i { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; background: #edf6e7; color: var(--np-leaf); font-size: 21px; }
.np-stat strong { display: block; color: var(--np-green); font-size: 32px; line-height: 1; }
.np-stat span { color: var(--np-muted); font-weight: 700; font-size: 13px; }

.np-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.np-card { position: relative; overflow: hidden; min-height: 330px; border-radius: 8px; background: var(--np-white); box-shadow: 0 12px 28px rgba(20,32,26,.08); transition: transform .25s ease, box-shadow .25s ease; margin-top:30px; }
.np-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 260px; z-index: 1; background: linear-gradient(180deg, rgba(20,32,26,0), rgba(20,32,26,.38)); opacity: 0; transition: opacity .25s ease; }
.np-card:hover { transform: translateY(-8px); box-shadow: var(--np-shadow); }
.np-card:hover:before { opacity: 1; }
.np-card img { width: 100%; height: 190px; object-fit: cover; }
.np-card:hover img { transform: scale(1.06); }
.np-card img { transition: transform .35s ease; }
.np-card__body { padding: 20px; }
.np-card h3 { margin: 0 0 10px; color: var(--np-green); font-size: 19px; }
.np-card p { margin: 0 0 18px; color: var(--np-muted); line-height: 1.55; }
.np-card__meta { gap: 8px; flex-wrap: wrap; }
.np-card__meta span { padding: 6px 9px; border-radius: 999px; background: #edf6e7; color: var(--np-green); font-size: 11px; font-weight: 600; }

.np-feature-grid, .np-app-grid, .np-quality-grid, .np-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.np-feature, .np-app, .np-quality, .np-blog, .np-process__item { position: relative; overflow: hidden; background: var(--np-white); border: 1px solid var(--np-line); border-radius: 8px; padding: 24px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.np-feature:after, .np-app:after, .np-quality:after, .np-process__item:after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg,var(--np-leaf),var(--np-gold)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.np-feature:hover, .np-app:hover, .np-quality:hover, .np-blog:hover, .np-process__item:hover { transform: translateY(-5px); border-color: rgba(47,143,78,.45); }
.np-feature:hover:after, .np-app:hover:after, .np-quality:hover:after, .np-process__item:hover:after { transform: scaleX(1); }
.np-feature i, .np-app i, .np-quality i { color: var(--np-gold); font-size: 28px; }
.np-feature h3, .np-app h3, .np-quality h3, .np-blog h3, .np-process__item h3 { margin: 16px 0 8px; color: var(--np-green); font-size: 20px; }
.np-feature p, .np-app p, .np-quality p, .np-blog p, .np-process__item p { margin: 0; color: var(--np-muted); line-height: 1.65; }
.np-process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; counter-reset: process; }
.np-process__item { position: relative; }
.np-process__item:before { counter-increment: process; content: counter(process, decimal-leading-zero); position: absolute; top: 22px; right: 24px; color: rgba(47,143,78,.18); font-size: 38px; font-weight: 900; }

.np-market { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; }
.np-map { position: relative; min-height: 420px; border-radius: 8px; overflow: hidden; background: radial-gradient(circle at 28% 32%, rgba(182,212,90,.34), transparent 28%), radial-gradient(circle at 75% 65%, rgba(215,166,66,.22), transparent 26%), linear-gradient(135deg,#143b2a,#1f6b43); box-shadow: var(--np-shadow); }
.np-map:after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; opacity: .55; }
.np-map:before { content: ""; position: absolute; inset: 50px; border: 1px solid rgba(255,255,255,.12); border-radius: 48%; }
.np-pin { position: absolute; z-index: 2; transform: translate(-50%,-50%); width: 14px; height: 14px; border-radius: 50%; background: var(--np-lime); box-shadow: 0 0 0 8px rgba(182,212,90,.22); animation: npPulse 2.6s infinite; }
.np-pin span { position: absolute; left: 18px; top: -8px; white-space: nowrap; color: var(--np-white); font-weight: 600; font-size: 12px; }
.np-market__list { display: grid; gap: 12px; }
.np-market__list span { padding: 16px 18px; border-radius: 8px; background: var(--np-white); border: 1px solid var(--np-line); color: var(--np-green); font-weight: 500; }

.np-inquiry { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: stretch; }
.np-inquiry__panel { padding: 36px; border-radius: 8px; color: var(--np-white); background: linear-gradient(145deg,var(--np-green),#216c44); }
.np-inquiry__panel h2 { color: var(--np-white); font-size: 40px; line-height: 1.08; margin: 0 0 18px; }
.np-inquiry__panel p { color: rgba(255,255,255,.82); line-height: 1.75; }
.np-inquiry form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; padding: 28px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: var(--np-shadow); }
.np-inquiry input, .np-inquiry select, .np-inquiry textarea { width: 100%; min-height: 48px; border: 1px solid var(--np-line); border-radius: 8px; padding: 0 14px; color: var(--np-ink); background: #fbfcf8; }
.np-inquiry textarea, .np-inquiry .np-span-2 { grid-column: span 2; }
.np-inquiry textarea { min-height: 120px; padding-top: 14px; }

.np-footer { color: rgba(255,255,255,.84); background: #10291f; }
.np-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 34px; padding: 68px 0; }
.np-footer__logo { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 8px; background: var(--np-white); }
.np-footer__logo img { max-height: 54px; }
.np-footer p { margin: 18px 0; line-height: 1.75; }
.np-footer h3 { margin: 0 0 18px; color: var(--np-white); font-size: 18px; }
.np-footer ul { list-style: none; padding: 0; margin: 0; }
.np-footer li { margin-bottom: 11px; }
.np-footer a { color: rgba(255,255,255,.82); }
.np-footer__badges { gap: 8px; flex-wrap: wrap; }
.np-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0;     text-align: center;}
.np-footer__bottom p { margin: 0; font-size: 14px; }
.np-scrolltop { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--np-white); background: var(--np-green); box-shadow: var(--np-shadow); }
.np-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.np-gsap-ready .np-reveal { opacity: 1; transform: none; transition: none; }
.np-in-view, .animated.np-reveal { opacity: 1; transform: translateY(0); }

@keyframes npPulse { 0%,100% { box-shadow: 0 0 0 8px rgba(182,212,90,.22); } 50% { box-shadow: 0 0 0 18px rgba(182,212,90,0); } }
@keyframes npFill { from { width: 0; } }
@keyframes npFloat { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-22px,18px,0); } }


.np-page-hero { min-height: 360px; display: grid; align-items: center; color: var(--np-white); background: linear-gradient(105deg, rgba(16,41,31,.9), rgba(47,143,78,.66)), url("../image/about-image.jpg") center/cover; }
.np-page-hero h1 { margin: 0 0 14px; color: var(--np-white); font-size: clamp(38px, 5vw, 70px); line-height: 1; }
.np-page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.7; }
.np-about-grid, .np-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.np-about-image, .np-contact-map { overflow: hidden; border-radius: 8px; box-shadow: var(--np-shadow); background: var(--np-cloud); }
.np-about-image { aspect-ratio: 4 / 3; }
.np-about-image img { width: 100%; height: 100%; object-fit: cover; }
.np-copy h2, .np-contact-panel h2 { margin: 0 0 16px; color: var(--np-green); font-size: clamp(30px, 3vw, 48px); line-height: 1.08; }
.np-copy p, .np-contact-panel p { color: var(--np-muted); line-height: 1.75; margin: 0 0 16px; }
.np-value-list { display: grid; gap: 12px; margin-top: 22px; }
.np-value-list span { display: block; padding: 14px 16px; border-radius: 8px; color: var(--np-green); background: #edf6e7; font-weight: 500; }
.np-contact-panel { padding: 28px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: var(--np-shadow); }
.np-contact-list { display: grid; gap: 16px; margin-top: 22px; }
.np-contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.np-contact-item i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--np-white); background: var(--np-green); }
.np-contact-item h3 { margin: 0 0 4px; color: var(--np-green); font-size: 17px; }
.np-contact-item p, .np-contact-item a { margin: 0; color: var(--np-muted); line-height: 1.55; }
.np-contact-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.np-contact-form input, .np-contact-form textarea { width: 100%; min-height: 48px; border: 1px solid var(--np-line); border-radius: 8px; padding: 0 14px; background: #fbfcf8; color: var(--np-ink); }
.np-contact-form textarea, .np-contact-form .np-span-2 { grid-column: span 2; }
.np-contact-form textarea { min-height: 130px; padding-top: 14px; }
.np-contact-map iframe { width: 100%; height: 420px; display: block; border: 0; }

.np-slider.owl-carousel { display: block; }
.np-slider .owl-stage { display: flex; }
.np-slider .owl-item { display: flex; }
.np-slider .owl-item > * { width: 100%; }
.np-slider .owl-nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.np-slider .owl-nav button.owl-prev,
.np-slider .owl-nav button.owl-next { width: 42px; height: 42px; border-radius: 50%; color: var(--np-white) !important; background: var(--np-green) !important; font-size: 24px !important; line-height: 1 !important; box-shadow: 0 10px 20px rgba(20,32,26,.12); }
.np-slider .owl-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.np-slider .owl-dot span { display: block; width: 8px; height: 8px; border-radius: 50%; background: #c9d8cb; transition: width .2s ease, background .2s ease; }
.np-slider .owl-dot.active span { width: 24px; border-radius: 999px; background: var(--np-green); }

.np-feature-grid, .np-app-grid, .np-quality-grid, .np-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.np-feature, .np-app, .np-quality, .np-blog, .np-process__item { position: relative; overflow: hidden; background: var(--np-white); border: 1px solid var(--np-line); border-radius: 8px; padding: 22px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.np-feature:after, .np-app:after, .np-quality:after, .np-process__item:after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg,var(--np-leaf),var(--np-gold)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.np-feature:hover, .np-app:hover, .np-quality:hover, .np-blog:hover, .np-process__item:hover { transform: translateY(-5px); border-color: rgba(47,143,78,.45); }
.np-feature:hover:after, .np-app:hover:after, .np-quality:hover:after, .np-process__item:hover:after { transform: scaleX(1); }
.np-feature i, .np-app i, .np-quality i { color: var(--np-gold); font-size: 28px; }
.np-feature h3, .np-app h3, .np-quality h3, .np-blog h3, .np-process__item h3 { margin: 16px 0 8px; color: var(--np-green); font-size: 20px; }
.np-feature p, .np-app p, .np-quality p, .np-blog p, .np-process__item p { margin: 0; color: var(--np-muted); line-height: 1.65; }
.np-process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; counter-reset: process; }
.np-process__item { position: relative; }

.np-market { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; }
.np-map { position: relative; min-height: 420px; border-radius: 8px; overflow: hidden; background: radial-gradient(circle at 28% 32%, rgba(182,212,90,.34), transparent 28%), radial-gradient(circle at 75% 65%, rgba(215,166,66,.22), transparent 26%), linear-gradient(135deg,#143b2a,#1f6b43); box-shadow: var(--np-shadow); }
.np-map:after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; opacity: .55; }
.np-map:before { content: ""; position: absolute; inset: 50px; border: 1px solid rgba(255,255,255,.12); border-radius: 48%; }
.np-pin { position: absolute; z-index: 2; transform: translate(-50%,-50%); width: 14px; height: 14px; border-radius: 50%; background: var(--np-lime); box-shadow: 0 0 0 8px rgba(182,212,90,.22); animation: npPulse 2.6s infinite; }
.np-pin span { position: absolute; left: 18px; top: -8px; white-space: nowrap; color: var(--np-white); font-weight: 600; font-size: 12px; }
.np-market__list { display: grid; gap: 12px; }
.np-market__list span { padding: 16px 18px; border-radius: 8px; background: var(--np-white); border: 1px solid var(--np-line); color: var(--np-green); font-weight: 500; }

.np-inquiry { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: stretch; }
.np-inquiry__panel { padding: 36px; border-radius: 8px; color: var(--np-white); background: linear-gradient(145deg,var(--np-green),#216c44); }
.np-inquiry__panel h2 { color: var(--np-white); font-size: 40px; line-height: 1.08; margin: 0 0 18px; }
.np-inquiry__panel p { color: rgba(255,255,255,.82); line-height: 1.75; }
.np-inquiry form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; padding: 28px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: var(--np-shadow); }
.np-inquiry input, .np-inquiry select, .np-inquiry textarea { width: 100%; min-height: 48px; border: 1px solid var(--np-line); border-radius: 8px; padding: 0 14px; color: var(--np-ink); background: #fbfcf8; }
.np-inquiry textarea, .np-inquiry .np-span-2 { grid-column: span 2; }
.np-inquiry textarea { min-height: 120px; padding-top: 14px; }

.np-showcase__image { aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; background: #f3f8ef; }
.np-showcase__image img { width: 100%; height: 100%; object-fit: cover; }
.np-showcase__body { padding: 20px 4px 4px; }
.np-showcase h2 { margin: 0 0 8px; font-size: 24px; }
.np-showcase p { margin: 0 0 18px; color: var(--np-muted); }
.np-progress { height: 8px; border-radius: 999px; background: #e7ecd9; overflow: hidden; }
.np-progress span { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, var(--np-leaf), var(--np-gold)); animation: npFill 2.2s ease both; }

.np-section { position: relative; padding: 34px 0; overflow: hidden; }
.np-section:before { content: ""; position: absolute; inset: 38px auto auto -90px; width: 180px; height: 180px; border-radius: 50%; border: 34px solid rgba(47,143,78,.05); pointer-events: none; }
.np-section--soft { background: var(--np-cloud); }
.np-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr); align-items: end; gap: 12px 28px; margin-bottom: 24px; }
.np-section-kicker { grid-column: 1 / -1; color: var(--np-gold); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.np-subheading { margin: 0 0 8px; color: var(--np-gold); font-size: 15px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.np-section-head h2 { max-width: 650px; margin: 0; color: var(--np-green); font-size: clamp(28px, 2.6vw, 44px); line-height: 1.1; letter-spacing: 0; }
.np-section-head p { max-width: 540px; margin: 0; color: var(--np-muted); line-height: 1.7; }
.np-modern-title { margin-bottom: 24px; }
.np-modern-title .np-section-kicker { display: block; margin-bottom: 9px; }
.np-modern-title h2 { margin: 0 0 10px; color: var(--np-green); font-size: clamp(28px, 2.6vw, 42px); line-height: 1.1; }
.np-modern-title p { max-width: 640px; margin: 0 auto; color: var(--np-muted); line-height: 1.65; }
.section-tb-padding.testimonial-bg1,
.section-tb-padding.blog1 { padding-top: 40px; padding-bottom: 40px; }
.np-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: -64px; }
.np-stat { gap: 14px; min-height: 112px; padding: 22px; background: var(--np-white); border: 1px solid var(--np-line); border-radius: 8px; box-shadow: var(--np-shadow); }
.np-stat i { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; background: #edf6e7; color: var(--np-leaf); font-size: 21px; }
.np-stat strong { display: block; color: var(--np-green); font-size: 32px; line-height: 1; }
.np-stat span { color: var(--np-muted); font-weight: 700; font-size: 13px; }

.np-card-grid, .np-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.np-card { position: relative; overflow: hidden; min-height: 292px; border-radius: 8px; background: var(--np-white); box-shadow: 0 12px 28px rgba(20,32,26,.08); transition: transform .25s ease, box-shadow .25s ease; margin-top: 20px; }
.np-card:hover { transform: translateY(-8px); box-shadow: var(--np-shadow); }
.np-card:hover:before { opacity: 1; }
.np-card img { width: 100%; height: 250px; object-fit: cover; }
.np-card:hover img { transform: scale(1.06); }
.np-card img { transition: transform .35s ease; }
.np-card__body { padding: 18px; }
.np-card h3 { margin: 0 0 10px; color: var(--np-green); font-size: 19px; }
.np-card p { margin: 0 0 18px; color: var(--np-muted); line-height: 1.55; }
.np-card__meta { gap: 8px; flex-wrap: wrap; }
.np-card__meta span { padding: 6px 9px; border-radius: 999px; background: #edf6e7; color: var(--np-green); font-size: 11px; font-weight: 600; }

.np-trust-strip { padding-top: 62px; }
.np-certificate-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.np-certificate { min-height: 118px; justify-content: center; flex-direction: column; gap: 12px; text-align: center; padding: 18px 12px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: 0 10px 24px rgba(20,32,26,.06); }
.np-certificate i { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--np-white); background: var(--np-green); font-size: 18px; }
.np-certificate span { color: var(--np-green); font-size: 13px; font-weight: 500; line-height: 1.3; }
.np-brand-feature__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; }
.np-brand-feature__image { overflow: hidden; border-radius: 8px; aspect-ratio: 4 / 3; box-shadow: var(--np-shadow); background: var(--np-cloud); }
.np-brand-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.np-brand-feature h2 { margin: 0 0 16px; color: var(--np-green); font-size: clamp(34px, 3vw, 54px); line-height: 1.05; }
.np-brand-feature p { margin: 0 0 22px; color: var(--np-muted); line-height: 1.75; }
.np-client-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.np-client { min-height: 82px; justify-content: center; text-align: center; padding: 18px; border: 1px solid var(--np-line); border-radius: 8px; color: var(--np-green); background: linear-gradient(180deg,#fff,#f9fbf4); font-weight: 500; box-shadow: 0 8px 18px rgba(20,32,26,.05); }
.np-page-hero { min-height: 360px; display: grid; align-items: center; color: var(--np-white); background: linear-gradient(105deg, rgba(16,41,31,.9), rgba(47,143,78,.66)), url("../image/about-image.jpg") center/cover; }
.np-page-hero h1 { margin: 0 0 14px; color: var(--np-white); font-size: clamp(38px, 5vw, 70px); line-height: 1; }
.np-page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.7; }
.np-about-grid, .np-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.np-about-image, .np-contact-map { overflow: hidden; border-radius: 8px; box-shadow: var(--np-shadow); background: var(--np-cloud); }
.np-about-image { aspect-ratio: 4 / 3; }
.np-about-image img { width: 100%; height: 100%; object-fit: cover; }
.np-copy h2, .np-contact-panel h2 { margin: 0 0 16px; color: var(--np-green); font-size: clamp(30px, 3vw, 48px); line-height: 1.08; }
.np-copy p, .np-contact-panel p { color: var(--np-muted); line-height: 1.75; margin: 0 0 16px; }
.np-value-list { display: grid; gap: 12px; margin-top: 22px; }
.np-contact-panel { padding: 28px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: var(--np-shadow); }
.np-contact-list { display: grid; gap: 16px; margin-top: 22px; }
.np-contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.np-contact-item i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--np-white); background: var(--np-green); }
.np-contact-item h3 { margin: 0 0 4px; color: var(--np-green); font-size: 17px; }
.np-contact-item p, .np-contact-item a { margin: 0; color: var(--np-muted); line-height: 1.55; }
.np-contact-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.np-contact-form input, .np-contact-form textarea { width: 100%; min-height: 48px; border: 1px solid var(--np-line); border-radius: 8px; padding: 0 14px; background: #fbfcf8; color: var(--np-ink); }
.np-contact-form textarea, .np-contact-form .np-span-2 { grid-column: span 2; }
.np-contact-form textarea { min-height: 130px; padding-top: 14px; }
.np-contact-map iframe { width: 100%; height: 420px; display: block; border: 0; }

.np-slider.owl-carousel { display: block; }
.np-slider .owl-stage { display: flex; }
.np-slider .owl-item { display: flex; }
.np-slider .owl-item > * { width: 100%; }
.np-slider .owl-nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.np-slider .owl-nav button.owl-prev,
.np-slider .owl-nav button.owl-next { width: 42px; height: 42px; border-radius: 50%; color: var(--np-white) !important; background: var(--np-green) !important; font-size: 24px !important; line-height: 1 !important; box-shadow: 0 10px 20px rgba(20,32,26,.12); }
.np-slider .owl-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.np-slider .owl-dot span { display: block; width: 8px; height: 8px; border-radius: 50%; background: #c9d8cb; transition: width .2s ease, background .2s ease; }
.np-slider .owl-dot.active span { width: 24px; border-radius: 999px; background: var(--np-green); }

.np-feature-grid, .np-app-grid, .np-quality-grid, .np-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.np-feature, .np-app, .np-quality, .np-blog, .np-process__item { position: relative; overflow: hidden; background: var(--np-white); border: 1px solid var(--np-line); border-radius: 8px; padding: 22px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.np-feature:after, .np-app:after, .np-quality:after, .np-process__item:after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg,var(--np-leaf),var(--np-gold)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.np-feature:hover, .np-app:hover, .np-quality:hover, .np-blog:hover, .np-process__item:hover { transform: translateY(-5px); border-color: rgba(47,143,78,.45); }
.np-feature:hover:after, .np-app:hover:after, .np-quality:hover:after, .np-process__item:hover:after { transform: scaleX(1); }
.np-feature i, .np-app i, .np-quality i { color: var(--np-gold); font-size: 28px; }
.np-feature h3, .np-app h3, .np-quality h3, .np-blog h3, .np-process__item h3 { margin: 16px 0 8px; color: var(--np-green); font-size: 20px; }
.np-feature p, .np-app p, .np-quality p, .np-blog p, .np-process__item p { margin: 0; color: var(--np-muted); line-height: 1.65; }
.np-process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; counter-reset: process; }
.np-process__item { position: relative; }
.np-process__item:before { counter-increment: process; content: counter(process, decimal-leading-zero); position: absolute; top: 22px; right: 24px; color: rgba(47,143,78,.18); font-size: 38px; font-weight: 500; }

.np-market { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; }
.np-map { position: relative; min-height: 420px; border-radius: 8px; overflow: hidden; background: radial-gradient(circle at 28% 32%, rgba(182,212,90,.34), transparent 28%), radial-gradient(circle at 75% 65%, rgba(215,166,66,.22), transparent 26%), linear-gradient(135deg,#143b2a,#1f6b43); box-shadow: var(--np-shadow); }
.np-map:after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; opacity: .55; }
.np-map:before { content: ""; position: absolute; inset: 50px; border: 1px solid rgba(255,255,255,.12); border-radius: 48%; }
.np-pin { position: absolute; z-index: 2; transform: translate(-50%,-50%); width: 14px; height: 14px; border-radius: 50%; background: var(--np-lime); box-shadow: 0 0 0 8px rgba(182,212,90,.22); animation: npPulse 2.6s infinite; }
.np-pin span { position: absolute; left: 18px; top: -8px; white-space: nowrap; color: var(--np-white); font-weight: 600; font-size: 12px; }
.np-market__list { display: grid; gap: 12px; }
.np-market__list span { padding: 16px 18px; border-radius: 8px; background: var(--np-white); border: 1px solid var(--np-line); color: var(--np-green); font-weight: 500; }

.np-inquiry { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: stretch; }
.np-inquiry__panel { padding: 36px; border-radius: 8px; color: var(--np-white); background: linear-gradient(145deg,var(--np-green),#216c44); }
.np-inquiry__panel h2 { color: var(--np-white); font-size: 40px; line-height: 1.08; margin: 0 0 18px; }
.np-inquiry__panel p { color: rgba(255,255,255,.82); line-height: 1.75; }
.np-inquiry form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; padding: 28px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: var(--np-shadow); }
.np-inquiry input, .np-inquiry select, .np-inquiry textarea { width: 100%; min-height: 48px; border: 1px solid var(--np-line); border-radius: 8px; padding: 0 14px; color: var(--np-ink); background: #fbfcf8; }
.np-inquiry textarea, .np-inquiry .np-span-2 { grid-column: span 2; }
.np-inquiry textarea { min-height: 120px; padding-top: 14px; }

.np-footer { color: rgba(255,255,255,.84); background: #10291f; }
.np-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 34px; padding: 68px 0; }
.np-footer__logo { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 8px; background: var(--np-white); }
.np-footer__logo img { max-height: 54px; }
.np-footer p { margin: 18px 0; line-height: 1.75; }
.np-footer h3 { margin: 0 0 18px; color: var(--np-white); font-size: 18px; }
.np-footer ul { list-style: none; padding: 0; margin: 0; }
.np-footer li { margin-bottom: 11px; }
.np-footer a { color: rgba(255,255,255,.82); }
.np-footer__badges { gap: 8px; flex-wrap: wrap; }
.np-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0;     text-align: center;}
.np-footer__bottom p { margin: 0; font-size: 14px; }
.np-scrolltop { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--np-white); background: var(--np-green); box-shadow: var(--np-shadow); }
.np-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.np-gsap-ready .np-reveal { opacity: 1; transform: none; transition: none; }
.np-in-view, .animated.np-reveal { opacity: 1; transform: translateY(0); }

@keyframes npPulse { 0%,100% { box-shadow: 0 0 0 8px rgba(182,212,90,.22); } 50% { box-shadow: 0 0 0 18px rgba(182,212,90,0); } }
@keyframes npFill { from { width: 0; } }
@keyframes npFloat { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-22px,18px,0); } }

@media (max-width: 991px) {
    .np-topbar { display: none; }
    .np-header__inner { min-height: 72px; padding: 0; flex-direction: row; align-items: center; }
    .np-logo img { max-height: 50px; }
    .np-header .np-btn { display: none; }
    .np-menu-toggle { display: block; }
    .np-nav { position: fixed; top: 72px; right: 18px; left: 18px; display: grid; gap: 0; max-height: calc(100vh - 96px); overflow: auto; padding: 14px; border: 1px solid var(--np-line); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: var(--np-shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
    .np-menu-open .np-nav { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
    .np-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 12px; border-bottom: 1px solid rgba(22,75,52,.08); font-size: 15px; }
    .np-nav a:last-child { border-bottom: 0; }
    .np-nav__mobile-cta { display: flex !important; margin-top: 10px; justify-content: center !important; border-radius: 999px; color: var(--np-white) !important; background: var(--np-green); }
    .np-hero { min-height: auto; }
    .np-hero__grid { grid-template-columns: 1fr; gap: 28px; padding: 54px 0 92px; }
    .np-showcase { max-width: 620px; }
    .np-showcase__image { aspect-ratio: 16 / 9; max-height: 300px; }
    .np-stats { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: -48px; }
    .np-card-grid, .np-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .np-feature-grid, .np-app-grid, .np-quality-grid, .np-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .np-market, .np-inquiry, .np-footer__grid, .np-brand-feature__grid, .np-about-grid, .np-contact-grid { grid-template-columns: 1fr; }
    .np-certificate-grid, .np-client-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .np-footer__grid { gap: 26px; }
}

@media (max-width: 820px) {
    .np-section-head { grid-template-columns: 1fr; align-items: flex-start; }
    .np-hero h1 { font-size: clamp(38px, 12vw, 54px); }
    .np-card-grid, .np-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .np-stats, .np-feature-grid, .np-app-grid, .np-quality-grid, .np-blog-grid, .np-process, .np-inquiry form, .np-contact-form { grid-template-columns: 1fr; }
    .np-inquiry textarea, .np-inquiry .np-span-2, .np-contact-form textarea, .np-contact-form .np-span-2 { grid-column: span 1; }
    .np-section { padding: 64px 0; }
    .np-map { min-height: 360px; }
}

@media (max-width: 520px) {
    .np-container { width: min(100% - 24px, 1180px); }
    .np-header__inner { min-height: 66px; }
    .np-nav { top: 66px; right: 12px; left: 12px; }
    .np-logo img { max-height: 42px; }
    .np-hero__grid { padding: 38px 0 74px; }
    .np-hero__actions .np-btn { width: 100%; }
    .np-hero__badges span { flex: 1 1 calc(50% - 8px); text-align: center; }
    .np-showcase { padding: 12px; }
    .np-showcase__image { aspect-ratio: 4 / 3; max-height: 230px; }
    .np-card-grid, .np-category-grid, .np-certificate-grid, .np-client-grid { grid-template-columns: 1fr; }
    .np-card { min-height: auto; }
    .np-stat { min-height: auto; padding: 20px; }
    .np-section-head h2, .np-inquiry__panel h2 { font-size: 30px; }
    .np-inquiry__panel, .np-inquiry form { padding: 22px; }
    .np-pin span { left: 12px; font-size: 10px; }
}

.np-slider.owl-carousel { display: block !important; }
.np-slider.owl-carousel.np-category-grid,
.np-slider.owl-carousel.np-certificate-grid,
.np-slider.owl-carousel.np-client-grid,
.np-slider.owl-carousel.np-process,
.np-slider.owl-carousel.np-quality-grid { grid-template-columns: none !important; }

/* Simple modern home refresh */
.np-simple-home { background: #fbfcf8; }
.np-simple-home .np-section { padding: 58px 0; }
.np-simple-home .np-tight { padding: 46px 0; }
.np-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--np-gold); font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.np-fresh-hero { position: relative; overflow: hidden; color: var(--np-white); background: linear-gradient(105deg, rgba(14,43,31,.94), rgba(22,75,52,.72)), url("../image/home-10/slider-1.jpg") center/cover; }
.np-fresh-hero:after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(0deg,#fbfcf8,rgba(251,252,248,0)); }
.np-fresh-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 42px; align-items: center; min-height: 590px; padding: 44px 0 94px; }
.np-fresh-hero h1 { max-width: 760px; margin: 0 0 20px; color: var(--np-white); font-size: clamp(42px, 5vw, 76px); line-height: .98; letter-spacing: 0; }
.np-fresh-hero p { max-width: 650px; margin: 0 0 28px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.75; }
.np-ingredient-board { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.94); color: var(--np-ink); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.np-ingredient-board img { width: 100%; height: 300px; object-fit: cover; display: block; }
.np-ingredient-board div { padding: 22px; }
.np-ingredient-board strong { display: block; margin-bottom: 6px; color: var(--np-green); font-size: 22px; }
.np-ingredient-board span { color: var(--np-muted); line-height: 1.55; }
.np-proof-bar { position: relative; z-index: 2; margin-top: -52px; }
.np-proof-bar__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.np-proof-bar__grid div { min-height: 104px; padding: 22px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: 0 18px 38px rgba(20,32,26,.1); }
.np-proof-bar strong { display: block; margin-bottom: 7px; color: var(--np-green); font-size: 34px; line-height: 1; }
.np-proof-bar span { color: var(--np-muted); font-weight: 600; font-size: 13px; }
.np-story { display: grid; grid-template-columns: .92fr 1.08fr; gap: 38px; align-items: center; }
.np-story__image { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 8px; box-shadow: var(--np-shadow); background: var(--np-cloud); }
.np-story__image img { width: 100%; height: 100%; object-fit: cover; }
.np-story h2, .np-title-center h2, .np-title-split h2, .np-superia h2, .np-quality-split h2 { margin: 0 0 14px; color: var(--np-green); font-size: clamp(30px, 3.3vw, 50px); line-height: 1.08; letter-spacing: 0; }
.np-story p, .np-title-center p, .np-title-split p, .np-superia p, .np-quality-split p { margin: 0; color: var(--np-muted); line-height: 1.75; }
.np-mini-list { display: grid; gap: 10px; margin-top: 22px; }
.np-mini-list span { padding: 13px 15px; border-left: 3px solid var(--np-gold); border-radius: 6px; color: var(--np-green); background: #f2f7eb; font-weight: 600; }
.np-title-center { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.np-title-split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.np-credential-row { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.np-credential-row span { display: grid; place-items: center; min-height: 74px; padding: 14px; border: 1px solid var(--np-line); border-radius: 8px; text-align: center; color: var(--np-green); background: var(--np-white); font-size: 13px; font-weight: 500; box-shadow: 0 8px 20px rgba(20,32,26,.05); }
.np-product-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: stretch; }
.np-product-feature { position: relative; overflow: hidden; min-height: 520px; border-radius: 8px; color: var(--np-white); background: var(--np-green); box-shadow: var(--np-shadow); }
.np-product-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.np-product-feature:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,39,29,.9), rgba(15,39,29,.08)); }
.np-product-feature div { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 24px; }
.np-product-feature span { display: inline-flex; margin-bottom: 10px; color: var(--np-lime); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.np-product-feature h3 { margin: 0 0 10px; color: var(--np-white); font-size: 32px; line-height: 1.1; }
.np-product-feature p { margin: 0; color: rgba(255,255,255,.86); line-height: 1.65; }
.np-product-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.np-product-list div { min-height: 122px; padding: 20px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.np-product-list div:hover { transform: translateY(-4px); border-color: rgba(47,143,78,.45); box-shadow: 0 16px 34px rgba(20,32,26,.09); }
.np-product-list h3 { margin: 0 0 8px; color: var(--np-green); font-size: 18px; }
.np-product-list p { margin: 0; color: var(--np-muted); line-height: 1.5; }
.np-superia { color: var(--np-white); background: linear-gradient(135deg,#173825,#235a39); }
.np-superia__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 34px; align-items: center; }
.np-superia h2, .np-superia p { color: var(--np-white); }
.np-superia p { color: rgba(255,255,255,.82); }
.np-superia__chips { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.np-superia__chips span { padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); color: var(--np-white); font-weight: 500; }
.np-timeline { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.np-timeline div { position: relative; min-height: 190px; padding: 24px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); box-shadow: 0 10px 24px rgba(20,32,26,.05); }
.np-timeline span { display: block; margin-bottom: 28px; color: rgba(47,143,78,.23); font-size: 44px; font-weight: 500; line-height: 1; }
.np-timeline h3 { margin: 0 0 8px; color: var(--np-green); font-size: 20px; }
.np-timeline p { margin: 0; color: var(--np-muted); line-height: 1.6; }
.np-quality-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 34px; align-items: center; }
.np-quality-points { display: grid; gap: 12px; }
.np-quality-points span { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--np-line); border-radius: 8px; color: var(--np-green); background: var(--np-white); font-weight: 500; }
.np-quality-points i { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--np-white); background: var(--np-leaf); font-size: 12px; }
.np-clients-markets { display: grid; grid-template-columns: 1fr 320px; gap: 18px; align-items: stretch; }
.np-client-cloud { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 12px; padding: 22px; border: 1px solid var(--np-line); border-radius: 8px; background: var(--np-white); }
.np-client-cloud span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border-radius: 999px; color: var(--np-green); background: #edf6e7; font-weight: 500; }
.np-export-card { padding: 26px; border-radius: 8px; color: var(--np-white); background: linear-gradient(145deg,var(--np-green),#25633f); box-shadow: var(--np-shadow); }
.np-export-card h3 { margin: 0 0 8px; color: var(--np-white); font-size: 24px; }
.np-export-card p { margin: 0 0 22px; color: rgba(255,255,255,.84); line-height: 1.7; }
.np-inquiry-section { background: #f7faf1; }

@media (max-width: 991px) {
    .np-fresh-hero__grid, .np-story, .np-product-layout, .np-superia__grid, .np-quality-split, .np-clients-markets { grid-template-columns: 1fr; }
    .np-fresh-hero__grid { min-height: auto; padding: 54px 0 92px; }
    .np-ingredient-board { max-width: 520px; }
    .np-proof-bar__grid, .np-credential-row, .np-timeline { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .np-product-feature { min-height: 420px; }
}

@media (max-width: 680px) {
    .np-simple-home .np-section, .np-simple-home .np-tight { padding: 42px 0; }
    .np-fresh-hero h1 { font-size: clamp(38px, 12vw, 52px); }
    .np-title-split, .np-product-list, .np-superia__chips, .np-proof-bar__grid, .np-credential-row, .np-timeline { grid-template-columns: 1fr; }
    .np-proof-bar { margin-top: -36px; }
    .np-ingredient-board img { height: 230px; }
    .np-product-feature { min-height: 360px; }
    .np-client-cloud { padding: 16px; }
    .np-client-cloud span { width: 100%; justify-content: center; text-align: center; border-radius: 8px; }
}
@media (max-width: 991px) {
    .np-topbar { display: none; }
    .np-header__inner { min-height: 72px; padding: 0; flex-direction: row; align-items: center; }
    .np-logo img { max-height: 50px; }
    .np-header .np-btn { display: none; }
    .np-menu-toggle { display: block; }
    .np-nav { position: fixed; top: 72px; right: 18px; left: 18px; display: grid; gap: 0; max-height: calc(100vh - 96px); overflow: auto; padding: 14px; border: 1px solid var(--np-line); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: var(--np-shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
    .np-menu-open .np-nav { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
    .np-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 12px; border-bottom: 1px solid rgba(22,75,52,.08); font-size: 15px; }
    .np-nav a:last-child { border-bottom: 0; }
    .np-nav__mobile-cta { display: flex !important; margin-top: 10px; justify-content: center !important; border-radius: 999px; color: var(--np-white) !important; background: var(--np-green); }
    .np-hero { min-height: auto; }
    .np-hero__grid { grid-template-columns: 1fr; gap: 28px; padding: 54px 0 92px; }
    .np-showcase { max-width: 620px; }
    .np-showcase__image { aspect-ratio: 16 / 9; max-height: 300px; }
    .np-stats { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: -48px; }
    .np-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .np-feature-grid, .np-app-grid, .np-quality-grid, .np-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .np-market, .np-inquiry, .np-footer__grid { grid-template-columns: 1fr; }
    .np-footer__grid { gap: 26px; }
}

@media (max-width: 820px) {
    .np-section-head { align-items: flex-start; flex-direction: column; }
    .np-hero h1 { font-size: clamp(38px, 12vw, 54px); }
    .np-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .np-stats, .np-feature-grid, .np-app-grid, .np-quality-grid, .np-blog-grid, .np-process, .np-inquiry form { grid-template-columns: 1fr; }
    .np-inquiry textarea, .np-inquiry .np-span-2 { grid-column: span 1; }
    .np-section { padding: 64px 0; }
    .np-map { min-height: 360px; }
}

@media (max-width: 520px) {
    .np-container { width: min(100% - 24px, 1180px); }
    .np-header__inner { min-height: 66px; }
    .np-nav { top: 66px; right: 12px; left: 12px; }
    .np-logo img { max-height: 42px; }
    .np-hero__grid { padding: 38px 0 74px; }
    .np-hero__actions .np-btn { width: 100%; }
    .np-hero__badges span { flex: 1 1 calc(50% - 8px); text-align: center; }
    .np-showcase { padding: 12px; }
    .np-showcase__image { aspect-ratio: 4 / 3; max-height: 230px; }
    .np-card-grid { grid-template-columns: 1fr; }
    .np-card { min-height: auto; }
    .np-stat { min-height: auto; padding: 20px; }
    .np-section-head h2, .np-inquiry__panel h2 { font-size: 30px; }
    .np-inquiry__panel, .np-inquiry form { padding: 22px; }
    .np-pin span { left: 12px; font-size: 10px; }
    .np-page-hero p{
        display:none;
    }
}

/* NATURALL PRODUCTS MODULE START: Modern dynamic products, category and detail layouts. */
.np-product-hero {
    position: relative;
    overflow: hidden;
    color: var(--np-white);
    background: linear-gradient(115deg, rgba(13,40,29,.96), rgba(38,111,67,.76)), url("../image/quality-main.jpg") center/cover;
}

.np-product-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 96px;
    background: linear-gradient(0deg, var(--np-white), rgba(255,255,255,0));
}

.np-product-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 36px;
    align-items: center;
    min-height: 520px;
    padding: 56px 0 100px;
}

.np-product-hero h1 {
    max-width: 820px;
    margin: 0 0 18px;
    color: var(--np-white);
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1;
    letter-spacing: 0;
}

.np-product-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.72;
}

.np-product-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.np-product-hero__panel {
    padding: 30px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    background: rgba(255,255,255,.13);
    backdrop-filter: blur(14px);
    animation: npFloat 5.5s ease-in-out infinite;
}

.np-product-hero__panel strong {
    display: block;
    color: var(--np-lime);
    font-size: 64px;
    line-height: 1;
}

.np-product-hero__panel span {
    display: block;
    margin: 8px 0 12px;
    color: var(--np-white);
    font-size: 20px;
    font-weight: 700;
}

.np-products-module {
    background: linear-gradient(180deg, #fff, #f7faf1);
}

.np-products-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.np-products-category-card,
.np-product-card-modern,
.np-product-info-box {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--np-line);
    border-radius: 8px;
    background: var(--np-white);
    box-shadow: 0 14px 34px rgba(20,32,26,.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.np-products-category-card:hover,
.np-product-card-modern:hover,
.np-product-info-box:hover {
    transform: translateY(-7px);
    border-color: rgba(47,143,78,.42);
    box-shadow: var(--np-shadow);
}

.np-products-category-card__image {
    display: block;
    height: 230px;
    overflow: hidden;
    background: var(--np-cloud);
}

.np-products-category-card__image img,
.np-product-card-modern__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.np-products-category-card:hover .np-products-category-card__image img,
.np-product-card-modern:hover .np-product-card-modern__image img {
    transform: scale(1.08);
}

.np-products-category-card__body {
    padding: 22px;
}

.np-products-category-card__body > span,
.np-product-card-modern small,
.np-product-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--np-green);
    background: #edf6e7;
    font-size: 12px;
    font-weight: 700;
}

.np-products-category-card h3,
.np-product-card-modern h3,
.np-product-info-box h3 {
    margin: 14px 0 12px;
    color: var(--np-green);
    font-size: 22px;
    line-height: 1.22;
}

.np-products-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.np-products-chip-list a,
.np-products-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(22,75,52,.12);
    border-radius: 999px;
    color: var(--np-muted);
    background: #fbfcf8;
    font-size: 12px;
    font-weight: 600;
}

.np-products-chip-list a:hover {
    color: var(--np-white);
    background: var(--np-green);
}

.np-products-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--np-green);
    font-weight: 700;
}

.np-category-hero {
    background: linear-gradient(105deg, rgba(16,41,31,.92), rgba(47,143,78,.66)), url("../image/about/why-choose-us.jpg") center/cover;
}

.np-product-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.np-product-card-modern__image {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
    background: var(--np-cloud);
}

.np-product-card-modern__image span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--np-white);
    background: rgba(22,75,52,.9);
    font-size: 12px;
    font-weight: 700;
    transform: translateY(8px);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
}

.np-product-card-modern:hover .np-product-card-modern__image span {
    transform: translateY(0);
    opacity: 1;
}

.np-product-card-modern__body {
    padding: 22px;
}

.np-product-card-modern h3 a {
    color: var(--np-green);
}

.np-product-card-modern p {
    min-height: 74px;
    margin: 0 0 16px;
    color: var(--np-muted);
    line-height: 1.65;
}

.np-product-card-modern__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.np-product-card-modern__meta span {
    color: var(--np-muted);
    font-size: 12px;
    font-weight: 700;
}

.np-product-card-modern__meta i {
    color: var(--np-gold);
}

.np-empty-products {
    padding: 42px;
    border: 1px solid var(--np-line);
    border-radius: 8px;
    text-align: center;
    background: var(--np-white);
}

.np-product-detail {
    padding: 72px 0;
    background: linear-gradient(180deg, #f7faf1, #fff);
}

.np-product-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: start;
}

.np-product-gallery__main {
    overflow: hidden;
    aspect-ratio: 1 / .86;
    border-radius: 8px;
    background: var(--np-cloud);
    box-shadow: var(--np-shadow);
}

.np-product-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.np-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.np-product-gallery__thumbs button {
    overflow: hidden;
    height: 92px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: var(--np-cloud);
    cursor: pointer;
}

.np-product-gallery__thumbs button.active {
    border-color: var(--np-green);
}

.np-product-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.np-product-detail__content {
    padding: 34px;
    border: 1px solid var(--np-line);
    border-radius: 8px;
    background: var(--np-white);
    box-shadow: 0 18px 42px rgba(20,32,26,.09);
}

.np-product-detail__content h1 {
    margin: 16px 0 16px;
    color: var(--np-green);
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: 0;
}

.np-product-detail__lead {
    color: var(--np-muted);
    line-height: 1.78;
}

.np-product-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.np-product-facts div {
    min-height: 94px;
    padding: 16px;
    border: 1px solid var(--np-line);
    border-radius: 8px;
    background: #fbfcf8;
}

.np-product-facts strong {
    display: block;
    margin-bottom: 8px;
    color: var(--np-green);
    font-size: 13px;
    text-transform: uppercase;
}

.np-product-facts span {
    color: var(--np-muted);
    line-height: 1.45;
}

.np-product-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.np-product-info-section {
    background: var(--np-white);
}

.np-product-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.np-product-info-box {
    padding: 24px;
}

.np-product-info-box i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--np-white);
    background: var(--np-green);
}

.np-product-info-box p {
    margin: 0;
    color: var(--np-muted);
    line-height: 1.65;
}

@media (max-width: 991px) {
    .np-product-hero__grid,
    .np-product-detail__grid {
        grid-template-columns: 1fr;
    }

    .np-product-hero__grid {
        min-height: auto;
    }

    .np-product-hero__panel {
        max-width: 420px;
    }

    .np-products-category-grid,
    .np-product-card-grid,
    .np-product-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .np-product-hero__grid {
        padding: 44px 0 82px;
    }

    .np-product-hero__actions .np-btn,
    .np-product-detail__actions .np-btn {
        width: 100%;
    }

    .np-products-category-grid,
    .np-product-card-grid,
    .np-product-info-grid,
    .np-product-facts {
        grid-template-columns: 1fr;
    }

    .np-product-detail {
        padding: 42px 0;
    }

    .np-product-detail__content {
        padding: 22px;
    }

    .np-product-gallery__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* NATURALL PRODUCTS MODULE END */
