﻿/* ============================================================
   ETIS – Choose Green, Live Clean
   Brand Stylesheet
   ============================================================ */
/* @import url('../font/https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600Montserrat:ital,wght@0,100..900;1,100..900&family=DM+Sans:wght@400;500;700&display=swap'); */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyBlackItalic.woff2') format('woff2'),
        url('../font/SVN-GilroyBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyBlack.woff2') format('woff2'),
        url('../font/SVN-GilroyBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyBoldItalic.woff2') format('woff2'),
        url('../font/SVN-GilroyBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyBold.woff2') format('woff2'),
        url('../font/SVN-GilroyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyHeavyItalic.woff2') format('woff2'),
        url('../font/SVN-GilroyHeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyHeavy.woff2') format('woff2'),
        url('../font/SVN-GilroyHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyItalic.woff2') format('woff2'),
        url('../font/SVN-GilroyItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyLightItalic.woff2') format('woff2'),
        url('../font/SVN-GilroyLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyLight.woff2') format('woff2'),
        url('../font/SVN-GilroyLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyMediumItalic.woff2') format('woff2'),
        url('../font/SVN-GilroyMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyMedium.woff2') format('woff2'),
        url('../font/SVN-GilroyMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-Gilroy.woff2') format('woff2'),
        url('../font/SVN-Gilroy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroySemiBoldItalic.woff2') format('woff2'),
        url('../font/SVN-GilroySemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroySemiBold.woff2') format('woff2'),
        url('../font/SVN-GilroySemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyThinItalic.woff2') format('woff2'),
        url('../font/SVN-GilroyThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../font/SVN-GilroyThin.woff2') format('woff2'),
        url('../font/SVN-GilroyThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


:root {
  /* ── Brand palette (synced with logo: #1d6e55 / #92c347) ── */
  --green-dark   : #1d6e55;   /* logo dark teal-green */
  --green-main   : #237a5c;   /* primary brand green (between dark & mid) */
  --green-mid    : #92c347;   /* logo bright lime-green accent */
  --green-light  : #eaf5db;   /* soft lime-green tint */
  --green-ultra  : #f5faf0;   /* near-white green bg */
  --gold         : #c8960c;   /* gold accent (banner) */
  --gold-light   : #f5e199;   /* light gold */
  --dark         : #17332b;   /* near-black teal-green */
  --mid          : #3f6b57;   /* medium text */
  --muted        : #6f9483;   /* muted label */
  --light        : #f5faf3;   /* section bg */
  --beige        : #fafaf7;   /* alternate bg */
  --border       : #d7ecc0;   /* border */
  --white        : #ffffff;

  /* ── Typography ── */
  --font-body    : 'SVN-Gilroy';
  --font-display : 'SVN-Gilroy';
}

/* ── Base ── */
html,
body   { overflow-x: hidden; }
body   { font-family: var(--font-body); font-size: 16px; color: var(--dark); background: var(--white); line-height: 1.5; }
a      { text-decoration: none; color: inherit; }
ul     { list-style: none; }
img    { display: block; width: 100%; object-fit: cover; object-position: center; height: 100%; }
button { cursor: pointer; font-family: var(--font-body); }

/* ── Image placeholder ── */
.img-ph {
  background: linear-gradient(135deg, #dcedc9 0%, #b9dd8d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .5px;
  font-style: italic;
}
.img-ph-logo {
  padding: 24px;
}
.img-ph-logo img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

/* ── Helpers ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
section    { padding: 72px 20px; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  background: var(--green-main);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  transition: background .25s;
}
.btn-primary:hover { background: var(--green-dark); }

.btn-outline {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid var(--green-main);
  color: var(--green-main);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background .25s, color .25s;
}
.btn-outline:hover { background: var(--green-main); color: var(--white); }

.btn-dark {
  display: inline-block;
  padding: 13px 30px;
  background: var(--dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: opacity .25s;
}
.btn-dark:hover { opacity: .8; }

.sec-title { text-align: center; margin-bottom: 44px; }
.sec-title .pre {
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-mid);
  margin-bottom: 10px;
  font-weight: 600;
}
.sec-title h2 {
  font-family: var(--font-display);
  font-size: 40px;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 10px;
}
.sec-title p {
  color: var(--mid);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar {
  background: var(--green-dark);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  text-align: center;
  padding: 8px 20px;
  letter-spacing: .6px;
}
.top-bar strong { color: var(--gold-light); margin: 0 6px; }

/* ============================================================
   HEADER
   ============================================================ */
header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 2px solid var(--border);
  box-shadow: 0 2px 12px rgba(35, 122, 92,.08);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Logo */
.logo-wrap { display: flex; align-items: center; text-decoration: none; }
.logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}
.logo-img-footer {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 18px;
}

/* Nav */
nav ul { display: flex; gap: 30px; }
nav ul li a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--dark);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}
nav ul li a:hover,
nav ul li a.active { color: var(--green-main); border-bottom-color: var(--green-main); }
nav ul li a .fa-chevron-down { font-size: 9px; margin-left: 3px; }

/* Nav dropdown / mega menu – desktop: hover reveal, mobile: accordion */
.nav-item-dropdown { position: relative; }

.nav-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 320px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(26,46,26,.16);
  padding: 10px;
  z-index: 210;
}
.nav-item-dropdown:hover .nav-mega-menu,
.nav-item-dropdown:focus-within .nav-mega-menu {
  display: block;
}
.nav-submenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.nav-submenu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: var(--mid);
  border-bottom: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.nav-submenu li a i { color: var(--green-main); width: 16px; flex-shrink: 0; }
.nav-submenu li a:hover { background: var(--green-light); color: var(--green-dark); }

/* Mobile menu toggle (hamburger) */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  flex-shrink: 0;
}
.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav overlay */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26,46,26,.5);
  z-index: 150;
  opacity: 0;
  transition: opacity .25s;
}
body.nav-open .mobile-nav-overlay {
  display: block;
  opacity: 1;
}

.mobile-nav-close { display: none; }

/* Header icons */
.header-icons { display: flex; align-items: center; gap: 10px; }

.hdr-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background .2s, color .2s, box-shadow .2s;
  line-height: 1;
}
.hdr-btn i { font-size: 14px; }

.hdr-btn-phone {
  background: var(--green-light);
  color: var(--green-dark);
  border: 1.5px solid var(--green-main);
}
.hdr-btn-phone:hover {
  background: var(--green-main);
  color: var(--white);
  box-shadow: 0 3px 10px rgba(35, 122, 92,.25);
}

.hdr-btn-email {
  background: var(--green-main);
  color: var(--white);
  border: 1.5px solid var(--green-main);
}
.hdr-btn-email:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  box-shadow: 0 3px 10px rgba(35, 122, 92,.3);
}

.hdr-btn-shopee {
  background: var(--white);
  color: #ee4d2d;
  border: 1.5px solid #ee4d2d;
}
.hdr-btn-shopee:hover {
  background: #ee4d2d;
  color: var(--white);
  box-shadow: 0 3px 10px rgba(238,77,45,.3);
}

.hdr-btn-cart {
  background: var(--white);
  color: var(--dark);
  border: 1.5px solid #ddd;
}
.hdr-btn-cart:hover {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-main) 50%, var(--green-mid) 100%);
  min-height: 540px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
/* Leaf decoration */
.hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
  border-radius: 50%;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.hero-text { flex: 1; }
.hero-text .pre-title {
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: 12px;
  font-weight: 600;
}
.hero-text h1 {
  font-family: var(--font-display);
  font-size: 55px;
  line-height: 1.1;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 14px;
}
.hero-text .tagline {
  font-size: 20px;
  color: rgba(255,255,255,.85);
  margin-bottom: 32px;
  letter-spacing: .5px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  letter-spacing: .3px;
}
.hero-badge i { color: var(--gold-light); }

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--white);
  color: var(--green-dark);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background .25s, transform .2s;
}
.btn-hero:hover { background: var(--gold-light); transform: translateY(-1px); }

.hero-img-wrap { flex: 0 0 380px; height: 533px; }
.hero-img-wrap .img-ph { height: 100%; border-radius: 8px; opacity: .9; }

.hero-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.hero-dots span {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  transition: background .2s;
}
.hero-dots span.active { background: var(--white); }

/* ============================================================
   TRUST BAR (beneath hero)
   ============================================================ */
.trust-bar {
  background: var(--green-dark);
  padding: 0;
}
.trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.1);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.trust-item:last-child { border-right: none; }
.trust-item i {
  font-size: 26px;
  color: var(--gold-light);
  flex-shrink: 0;
}
.trust-item h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2px;
}
/* alias cho trust-title (sau refactor SEO) */
.trust-item .trust-title {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2px;
}
.trust-item p {
  color: rgba(255,255,255,.65);
  line-height: 1.4;
}

/* ============================================================
   BESTSELLERS
   ============================================================ */
.bestsellers { background: var(--white); }
.sec-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 20px;
}
.sec-header-left h2 {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--dark);
  margin-bottom: 6px;
}
.sec-header-left p { color: var(--mid); max-width: 1000px; line-height: 1.5; }
.nav-arrows { display: flex; gap: 8px; }
.nav-arrows button {
  width: 38px; height: 38px;
  border: 1.5px solid var(--border);
  background: var(--white);
  font-size: 13px;
  color: var(--dark);
  transition: background .2s, color .2s, border-color .2s;
}
.nav-arrows button:hover { background: var(--green-main); color: var(--white); border-color: var(--green-main); }

/* ── Products Slider – Flickity ── */
.products-slider { position: relative; }

.products-flickity { outline: none; }

/* Card sizing – 4 visible on desktop */
.products-flickity .product-card {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

/* Flickity dot overrides – brand colours */
.flickity-page-dots { bottom: -32px; }
.flickity-page-dots .dot {
  width: 8px; height: 8px;
  background: var(--border);
  opacity: 1;
  transition: background .2s, transform .2s;
}
.flickity-page-dots .dot.is-selected {
  background: var(--green-main);
  transform: scale(1.35);
}

/* Extra bottom space for dots */
.bestsellers { padding-bottom: 90px; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.product-card { position: relative; }
.product-card .img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 6px;
  height: 255px;
}
.product-card .img-ph { height: 255px; }
.product-card:hover .img-ph { opacity: .92; }

.badge-sale {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--green-mid);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  letter-spacing: .5px;
  border-radius: 2px;
  z-index: 1;
}
.badge-new {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--gold);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px;
  z-index: 1;
}

.product-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 4px; color: var(--dark); }
.product-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 4px; color: var(--dark); }
.product-card .price { font-size: 15px; font-weight: 700; color: var(--green-main); margin-bottom: 6px; }
.product-card .price .old { text-decoration: line-through; color: #bbb; font-size: 13px; font-weight: 400; margin-right: 5px; }
.stars { color: #e6a817; font-size: 11px; letter-spacing: 1px; }

.product-card .actions {
  position: absolute;
  top: 10px; right: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .2s, transform .2s;
}
.product-card:hover .actions { opacity: 1; transform: translateX(0); }
.product-card .actions a {
  width: 34px; height: 34px;
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  border-radius: 4px;
  transition: background .2s, color .2s;
}
.product-card .actions a:hover { background: var(--green-main); color: var(--white); }

.add-to-cart {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 9px;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  border: none;
  border-radius: 4px;
  transition: background .2s, color .2s;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s, transform .2s, background .2s, color .2s;
}
.product-card:hover .add-to-cart { opacity: 1; transform: translateY(0); }
.add-to-cart:hover { background: var(--green-main); color: var(--white); }

/* ============================================================
   BRAND PRIDE BANNER
   ============================================================ */
.brand-banner {
  background: linear-gradient(135deg, #1d6e55 0%, #237a5c 100%);
  padding: 0;
  overflow: hidden;
}
.brand-banner-inner {
  display: flex;
  align-items: center;
  min-height: 420px;
}
.brand-banner-img { flex: 0 0 55%; }
.brand-banner-img .img-ph { height: 420px; }
.brand-banner-text {
  flex: 1;
  padding: 60px 64px 60px 72px;
}
.brand-banner-text .pre {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 12px;
  font-weight: 600;
}
.brand-banner-text h2 {
  font-family: var(--font-display);
  font-size: 40px;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 8px;
}
.brand-banner-text h2 em {
  display: block;
  font-size: 34px;
  font-style: normal;
  color: var(--gold-light);
}
.brand-banner-text p {
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  margin-bottom: 30px;
}
.brand-banner-text .btn-outline {
  border-color: rgba(255,255,255,.6);
  color: var(--white);
}
.brand-banner-text .btn-outline:hover { background: var(--white); color: var(--green-dark); border-color: var(--white); }

/* Feature list */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.9);
}
.feature-list li i { color: var(--gold-light); font-size: 14px; }

/* ============================================================
   SHOP BY CATEGORIES
   ============================================================ */
.categories { background: var(--white); }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.cat-card {
  text-align: center;
  cursor: pointer;
  group: true;
}
.cat-card .img-wrap {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 14px;
  position: relative;
}
.cat-card .img-ph {
  height: 280px;
  transition: opacity .25s;
}
.cat-card:hover .img-ph { opacity: .88; }
.cat-card .cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(29,110,85,.7) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  border-radius: 8px;
}
.cat-card .cat-overlay span {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.6);
  padding-bottom: 2px;
}
.cat-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 3px; color: var(--dark); }
.cat-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 3px; color: var(--dark); }
.cat-card .count {  color: var(--muted); }

.shop-all-wrap { text-align: center; }
.shop-all-wrap a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--green-main);
  border-bottom: 2px solid var(--green-main);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.shop-all-wrap a:hover { color: var(--green-dark); border-color: var(--green-dark); }

/* ============================================================
   SPECIAL OFFER
   ============================================================ */
.special-offer {
  background: var(--green-ultra);
  padding: 0;
  overflow: hidden;
}
.offer-inner {
  display: flex;
  align-items: center;
  min-height: 440px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 80px;
}
.offer-img { flex: 0 0 380px; }
.offer-img .img-ph { height: 380px; border-radius: 8px; }
.offer-text { flex: 1; }
.offer-text .pre {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-mid);
  font-weight: 600;
  margin-bottom: 8px;
}
.offer-text .badge-green {
  display: inline-block;
  background: var(--green-mid);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  margin-left: 8px;
  border-radius: 2px;
  letter-spacing: .5px;
}
.offer-text h2 {
  font-family: var(--font-display);
  font-size: 34px;
  margin: 12px 0;
  line-height: 1.2;
  color: var(--dark);
}
.offer-text p { color: var(--mid); line-height: 1.7; margin-bottom: 28px; }

/* Countdown */
.countdown { display: flex; gap: 16px; margin-bottom: 28px; }
.countdown-box { text-align: center; min-width: 64px; }
.countdown-box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; height: 60px;
  background: var(--green-main);
  color: var(--white);
  font-size: 26px;
  font-weight: 700;
  border-radius: 6px;
  margin-bottom: 6px;
  font-family: var(--font-body);
}
.countdown-box .lbl {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.offer-price { font-size: 15px; color: var(--mid); margin-bottom: 22px; }
.offer-price strong { font-size: 22px; color: var(--green-main); font-weight: 700; }
.offer-price .old-price { text-decoration: line-through; color: #bbb; font-size: 15px; margin-right: 8px; }

/* ============================================================
   BLOG
   ============================================================ */
.blog { background: var(--white); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 36px;
}
.blog-card .img-wrap { overflow: hidden; border-radius: 8px; margin-bottom: 16px; }
.blog-card .img-wrap img { width: 100%; height: 220px; object-fit: cover; display: block; }
.blog-card .img-ph { height: 220px; transition: opacity .25s; }
.blog-card:hover .img-ph { opacity: .9; }
.blog-card .meta {
  margin-top:10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.blog-card .meta .tag { color: var(--green-mid); font-weight: 700; margin-right: 6px; }
.blog-card h4 { font-size: 16px; font-weight: 700; line-height: 1.4; color: var(--dark); }
.blog-card h3 { font-size: 16px; font-weight: 700; line-height: 1.4; color: var(--dark); }
.blog-card h4 a:hover { color: var(--green-main); }
.blog-card h3 a:hover { color: var(--green-main); }
.blog-card p { color: var(--mid); line-height: 1.6; margin-top: 8px; }
.blog-all { text-align: center; }
.blog-all a {
  display: inline-block;
  padding: 12px 36px;
  border: 1.5px solid var(--green-main);
  color: var(--green-main);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background .2s, color .2s;
}
.blog-all a:hover { background: var(--green-main); color: var(--white); }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter {
  background: linear-gradient(135deg, #1d6e55 0%, #237a5c 100%);
  text-align: center;
  padding: 72px 20px;
  position: relative;
  overflow: hidden;
}
.newsletter::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 70%);
  border-radius: 50%;
}
.newsletter h2 {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--white);
  margin-bottom: 10px;
  position: relative;
}
.newsletter p { color: rgba(255,255,255,.8); margin-bottom: 28px; position: relative; }
.newsletter-form {
  display: flex;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}
.newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  border: none;
  font-size: 14px;
  outline: none;
  border-radius: 4px 0 0 4px;
  color: var(--dark);
}
.newsletter-form button {
  padding: 14px 22px;
  background: var(--gold);
  color: var(--white);
  border: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  transition: opacity .2s;
}
.newsletter-form button:hover { opacity: .88; }

/* ============================================================
   INSTAGRAM / ON THE GRAM
   ============================================================ */
.instagram { background: var(--white); padding: 60px 20px 40px; }
.insta-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 28px;
}
.insta-header h2 { font-size: 22px; color: var(--dark); }
.insta-header a { font-size: 14px; color: var(--muted); letter-spacing: .5px; transition: color .2s; }
.insta-header a:hover { color: var(--green-main); }
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  max-width: 1200px;
  margin: 0 auto;
}
.insta-grid .img-ph { height: 168px; cursor: pointer; border-radius: 4px; transition: opacity .2s, transform .2s; }
.insta-grid .img-ph:hover { opacity: .82; transform: scale(1.02); }

/* ============================================================
   FEATURES BAR
   ============================================================ */
.features-bar {
  background: var(--green-dark);
  padding: 44px 20px;
}
.features-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.feature-item i { font-size: 30px; color: var(--gold-light); margin-bottom: 12px; display: block; }
.feature-item h5 { font-weight: 700; color: var(--white); margin-bottom: 5px; font-size: 18px; letter-spacing: .5px; }
.feature-item p  { color: rgba(255,255,255,.65); line-height: 1.5; }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  padding: 64px 20px 28px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 44px;
}

/* Footer brand column */
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.footer-logo .logo-icon { width: 36px; height: 36px; font-size: 16px; background: var(--green-mid); }
.footer-logo .name { color: var(--white); font-size: 20px; letter-spacing: 3px; font-weight: 900; }
.footer-logo .slogan { color: rgba(255,255,255,.5); }
.footer-brand p {
  line-height: 1.7;
  color: rgba(255,255,255,.6);
  margin-bottom: 20px;
  max-width: 270px;
}
.footer-brand .cert-badges { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 10px;
  color: rgba(255,255,255,.75);
  font-weight: 600;
  letter-spacing: .5px;
}
.cert-badge i { color: var(--gold-light); }
.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  color: rgba(255,255,255,.6);
  border-radius: 4px;
  transition: background .2s, color .2s, border-color .2s;
}
.social-links a:hover { background: var(--green-mid); color: var(--white); border-color: var(--green-mid); }

.footer-col h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: rgba(255,255,255,.55);
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--green-mid); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.4); }
.footer-bottom-note { color: rgba(255,255,255,.35); letter-spacing: .5px; }
.payment-icons { display: flex; gap: 8px; align-items: center; }
.payment-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 26px;
  background: rgba(255,255,255,.1);
  border-radius: 3px;
  font-size: 8px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  letter-spacing: .5px;
}

/* ============================================================
   PRODUCT CARD – B2B version (no price/cart)
   ============================================================ */
.prod-desc {
  color: var(--mid);
  line-height: 1.5;
  margin-bottom: 14px;
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-inquire {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: transparent;
  border: 1.5px solid var(--green-main);
  color: var(--green-main);
  font-weight: 700;
  letter-spacing: .5px;
  border-radius: 3px;
  transition: background .2s, color .2s;
}
.btn-inquire:hover { background: var(--green-main); color: var(--white); }

/* ============================================================
   PURCHASE CHANNELS SECTION
   ============================================================ */
.purchase-channels { background: var(--light); }

.channel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}

.channel-card {
  background: var(--white);
  border-radius: 10px;
  padding: 40px 36px;
  border: 1.5px solid var(--border);
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}
.channel-card:hover {
  box-shadow: 0 8px 32px rgba(35, 122, 92,.13);
  transform: translateY(-3px);
}

.channel-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.channel-ecom .channel-icon { background: var(--green-light); color: var(--green-dark); }
.channel-b2b  .channel-icon { background: #fff8e6; color: var(--gold); }

.channel-card h3 {
  font-family: var(--font-display);
  font-size: 25px;
  color: var(--dark);
  margin-bottom: 10px;
}
.channel-card > p {
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Platform buttons */
.platform-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.platform-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  transition: opacity .2s, transform .15s;
}
.platform-btn:hover { opacity: .88; transform: translateX(3px); }
.platform-shopee {
  background: #ff5722;
  color: var(--white);
}
.platform-tiktok {
  background: var(--dark);
  color: var(--white);
}
.platform-contact {
  background: var(--green-mid);
  color: var(--white);
}
.platform-phone {
  background: var(--green-dark);
  color: var(--white);
}
.platform-zalo {
  background: #0068ff;
  color: var(--white);
}
.platform-facebook {
  background: #1877f2;
  color: var(--white);
}
.business-contact-list {
  margin-top: 14px;
  margin-bottom: 0;
}
.channel-note {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0 !important;
}
.channel-note i { color: var(--green-mid); }

/* B2B perks list */
.b2b-perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  list-style: none;
}
.b2b-perks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dark);
  line-height: 1.5;
}
.b2b-perks li i { color: var(--green-mid); margin-top: 2px; flex-shrink: 0; }
.b2b-cta-btn { margin-top: 8px; }

@media (max-width: 768px) {
  .channel-grid { grid-template-columns: 1fr; }
  .hero-content{
    padding: 0 0;
  }
}

/* ============================================================
   PRODUCT CATALOG & DETAIL PAGES
   ============================================================ */
.breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  margin-bottom: 18px;
  letter-spacing: .3px;
}
.breadcrumb a { color: inherit; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { margin: 0 8px; opacity: .7; }

.catalog-hero {
  background: linear-gradient(135deg, #1d6e55 0%, #237a5c 58%, #92c347 100%);
  padding: 74px 20px;
  color: var(--white);
}
.catalog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: end;
}
.catalog-hero .pre,
.catalog-cta .pre,
.detail-summary .pre,
.detail-copy .pre {
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
  font-weight: 700;
}
.catalog-hero h1 {
  font-family: var(--font-display);
  font-size: 50px;
  line-height: 1.2;
  max-width: 760px;
  margin-bottom: 14px;
}
.catalog-hero p {
  max-width: 640px;
  color: rgba(255,255,255,.82);
  line-height: 1.8;
}
.catalog-hero-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  padding: 28px;
}
.catalog-hero-card i {
  color: var(--gold-light);
  font-size: 28px;
  margin-bottom: 16px;
}
.catalog-hero-card h3 {
  font-size: 17px;
  color: var(--white);
  margin-bottom: 8px;
}
.catalog-hero-card p {
  line-height: 1.6;
  margin: 0;
}

.product-catalog { background: var(--light); }
.catalog-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.catalog-sidebar {
  position: sticky;
  top: 94px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.filter-panel {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 22px;
}
.filter-panel h3 {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 14px;
}
.filter-link {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid var(--green-light);
  color: var(--mid);
  font-weight: 600;
  transition: color .2s;
}
.filter-link:last-child { border-bottom: none; }
.filter-link:hover,
.filter-link.active { color: var(--green-main); background: var(--green-ultra); }
.plain-check-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.plain-check-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--mid);
  line-height: 1.5;
}
.plain-check-list i {
  color: var(--green-mid);
  margin-top: 2px;
  flex-shrink: 0;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.catalog-toolbar h2 {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 4px;
}
.catalog-toolbar p {
  color: var(--muted);
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.catalog-product-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.catalog-product-card:hover {
  border-color: var(--green-main);
  box-shadow: 0 8px 28px rgba(35, 122, 92,.12);
  transform: translateY(-3px);
}
.catalog-img {
  position: relative;
  display: block;
  height:230px;
}
.catalog-img .img-ph { height: 230px; }
.catalog-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--green-main);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 3px;
}
.catalog-badge.eco { background: var(--green-mid); }
.catalog-badge.new { background: var(--gold); }
.catalog-info { padding: 20px; }
.catalog-cat {
  color: var(--green-main);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.catalog-info h3 {
  font-size: 20px;
  color: var(--dark);
  line-height: 1.35;
  margin-bottom: 8px;
}
.catalog-info h3 a:hover { color: var(--green-main); }
.catalog-info > p:not(.catalog-cat) {
  color: var(--mid);
  line-height: 1.65;
  margin-bottom: 16px;
}
.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.product-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green-ultra);
  border: 1px solid var(--border);
  color: var(--mid);
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 9px;
  border-radius: 4px;
}
.product-meta i { color: var(--green-main); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-main);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.text-link:hover { color: var(--green-dark); }

.catalog-cta {
  background: linear-gradient(135deg, #1d6e55 0%, #237a5c 100%);
  color: var(--white);
}
.catalog-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}
.catalog-cta h2 {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.catalog-cta p {
  color: rgba(255,255,255,.78);
  max-width: 620px;
  line-height: 1.7;
}

.product-detail { background: var(--white); }
.detail-breadcrumb {
  color: var(--muted);
  margin-bottom: 28px;
}
.detail-breadcrumb a:hover { color: var(--green-main); }
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: 52px;
  align-items: start;
}
.detail-main-img {
  height: 520px;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
}
.detail-main-img img { height: 100%; object-fit: cover; }
.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.detail-thumbs .img-ph {
  height: 118px;
  border-radius: 6px;
}
.detail-thumb-img {
  height: 118px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
  padding: 5px;
}
.detail-thumb-img img { height: 100%; object-fit: contain; }
.detail-media img.is-zoomable { cursor: zoom-in; }

/* Lightbox popup for product detail images */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(10,20,10,.88);
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox-overlay.is-open { display: flex; }
.lightbox-overlay .lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 18px;
}
.lightbox-close:hover { background: rgba(255,255,255,.24); }
body.lightbox-open { overflow: hidden; }
.detail-summary .pre,
.detail-copy .pre { color: var(--green-main); }
.detail-summary h1 {
  font-family: var(--font-display);
  font-size: 38px;
  line-height: 1.18;
  color: var(--dark);
  margin-bottom: 14px;
}
.detail-intro {
  color: var(--mid);
  line-height: 1.8;
  margin-bottom: 22px;
}
.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
}
.detail-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--green-ultra);
  border: 1px solid var(--border);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 11px;
  border-radius: 4px;
}
.detail-badges i { color: var(--green-mid); }
.detail-spec-card {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 22px;
  margin-bottom: 24px;
}
.detail-spec-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  margin-bottom: 14px;
  color: var(--dark);
}
.detail-spec-card dl {
  display: grid;
  gap: 12px;
}
.detail-spec-card dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--green-light);
}
.detail-spec-card dl div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-spec-card dt {
  font-size: 13px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.detail-spec-card dd {
  font-size: 14.5px;
  color: var(--dark);
  font-weight: 600;
}
.detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.detail-section { background: var(--white); padding-top: 24px; }
.detail-section-soft { background: var(--light); padding-top: 72px; }
.detail-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
}
.detail-copy h2 {
  font-family: var(--font-display);
  font-size: 30px;
  color: var(--dark);
  margin-bottom: 14px;
}
.detail-copy p {
  color: var(--mid);
  line-height: 1.8;
  margin-bottom: 12px;
}
.detail-panel {
  background: var(--green-ultra);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 28px;
}
.detail-panel h3 {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 16px;
}
.usage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.usage-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 28px 24px;
}
.usage-card i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.usage-card h3 {
  font-size: 15px;
  color: var(--dark);
  margin-bottom: 8px;
}
.usage-card p {
  color: var(--mid);
  line-height: 1.6;
}

/* ============================================================
   CONTACT & BLOG PAGES
   ============================================================ */
.contact-section,
.blog-listing,
.article-section { background: var(--light); }

.contact-layout,
.blog-layout,
.article-layout {
  display: grid;
  gap: 30px;
  align-items: start;
}
.contact-layout { grid-template-columns: 360px minmax(0, 1fr); }
.blog-layout { grid-template-columns: minmax(0, 1fr) 300px; }
.article-layout { grid-template-columns: minmax(0, 780px) 300px; justify-content: center; }

.contact-sidebar,
.blog-sidebar,
.article-sidebar {
  position: sticky;
  top: 94px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-info-card,
.contact-form-panel,
.featured-post,
.article-content {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 8px;
}
.contact-info-card { padding: 24px; }
.contact-info-card i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green-main);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.contact-info-card h3,
.contact-form-panel h2 {
  font-family: var(--font-display);
  color: var(--dark);
}
.contact-info-card h3 { font-size: 19px; margin-bottom: 7px; }
.contact-info-card p,
.contact-form-panel p {
  color: var(--mid);
  line-height: 1.7;
}
.contact-info-card a,
.contact-info-card span {
  display: inline-block;
  margin-top: 12px;
  color: var(--green-main);
  font-size: 14px;
  font-weight: 800;
}
.contact-socials { display: flex; flex-direction: column; gap: 10px; }
.contact-form-panel { padding: 34px; }
.contact-form-panel .pre {
  display: block;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--green-main);
  font-weight: 800;
  margin-bottom: 8px;
}
.contact-form-panel h2 { font-size: 28px; margin-bottom: 8px; }
.contact-form { display: grid; gap: 18px; margin-top: 24px; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--dark);
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--dark);
  font: 400 14px var(--font-body);
  background: var(--white);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green-main);
  box-shadow: 0 0 0 3px rgba(61,171,46,.12);
}
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input.wpcf7-submit {
  background: var(--green-main);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: opacity .2s, transform .15s;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  transition: all 0.3s ease-in-out;
}
.contact-form input.wpcf7-submit:hover {
  opacity: .7;
}
.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  overflow: hidden;
  margin-bottom: 34px;
}
.featured-media {
  min-height: 330px;
  color: var(--muted);
  display: block;
  overflow: hidden;
}
.featured-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-content { padding: 34px; align-self: center; }
.blog-meta {
  font-size: 12px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-meta span { color: var(--green-main); }
.featured-content h2,
.article-heading h1 {
  font-family: var(--font-display);
  color: var(--dark);
  line-height: 1.2;
}
.featured-content h2 { font-size: 30px; margin-bottom: 12px; }
.featured-content h2 a:hover { color: var(--green-main); }
.featured-content p:not(.blog-meta) {
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 18px;
}
.blog-main-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.blog-mini-list { display: grid; gap: 12px; }
.blog-mini-list a {
  display: block;
  color: var(--mid);
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 700;
}
.blog-mini-list a:hover { color: var(--green-main); }

.article-hero {
  background: var(--white);
  padding-bottom: 34px;
}
.article-heading {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.article-heading h1 {
  font-size: 44px;
  margin-bottom: 16px;
}
.article-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--mid);
  line-height: 1.8;
}
.article-content { padding: 34px; }
.article-cover {
  height: 380px;
  border-radius: 8px;
  margin-bottom: 28px;
  overflow: hidden;
}
.article-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-content h2 {
  font-family: var(--font-display);
  color: var(--dark);
  font-size: 27px;
  margin: 30px 0 12px;
}
.article-content p {
  color: var(--mid);
  line-height: 1.85;
  margin-bottom: 14px;
}
.article-content blockquote {
  border-left: 4px solid var(--green-main);
  background: var(--green-ultra);
  color: var(--green-dark);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.55;
  padding: 22px 24px;
  margin: 28px 0;
}
.article-cta {
  margin-top: 34px;
  padding: 24px;
  background: var(--green-ultra);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.article-cta h3 {
  font-family: var(--font-display);
  color: var(--dark);
  font-size: 22px;
  margin-bottom: 5px;
}
.article-cta p { margin-bottom: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .products-grid  { grid-template-columns: repeat(3, 1fr); }
  .products-flickity .product-card { width: calc((100% - 40px) / 3); }
  .cat-grid       { grid-template-columns: repeat(2, 1fr); }
  .insta-grid     { grid-template-columns: repeat(3, 1fr); }
  .footer-top     { grid-template-columns: 1fr 1fr; gap: 32px; }
  .trust-bar-inner{ grid-template-columns: repeat(2, 1fr); }
  .catalog-hero-inner { grid-template-columns: 1fr; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-info-grid { grid-template-columns: 1fr; }
  .usage-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout,
  .blog-layout,
  .article-layout { grid-template-columns: 1fr; }
  .contact-sidebar,
  .blog-sidebar,
  .article-sidebar { position: static; }
}

@media (max-width: 768px) {
  .top-bar { display: none; }
  .mobile-menu-toggle { display: flex; }
  nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    width: 300px;
    max-width: 82%;
    height: 100vh;
    background: var(--white);
    box-shadow: -10px 0 30px rgba(26,46,26,.18);
    padding: 24px 24px 32px;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
  }
  body.nav-open nav { transform: translateX(0); }
  .mobile-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-bottom: 16px;
    background: var(--green-light);
    color: var(--green-dark);
    border: none;
    border-radius: 4px;
    font-size: 16px;
  }
  nav ul { flex-direction: column; gap: 0; }
  nav ul li a {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid var(--border);
  }
  .nav-item-dropdown > .nav-toggle-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-item-dropdown > .nav-toggle-link .fa-chevron-down {
    transition: transform .2s;
  }
  .nav-item-dropdown.is-open > .nav-toggle-link .fa-chevron-down {
    transform: rotate(180deg);
  }
  .nav-mega-menu {
    display: none;
    position: static;
    transform: none;
    min-width: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    background: var(--green-ultra);
  }
  .nav-item-dropdown.is-open .nav-mega-menu { display: block; }
  .nav-submenu { grid-template-columns: 1fr; gap: 0; }
  .nav-submenu li a {
    padding: 12px 12px 12px 20px;
    border-radius: 0;
    font-weight: 600;
    color: var(--mid);
  }
  .hdr-btn-label  { display: none; }
  .hdr-btn        { padding: 9px 12px; }
  .hero-text h1   { font-size: 29px; }
  .hero-text .pre-title{
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .hero-img-wrap  { display: none; }
  .products-grid  { grid-template-columns: repeat(2, 1fr); }
  .products-flickity .product-card { width: calc((100% - 20px) / 2); }
  .brand-banner-inner { flex-direction: column; }
  .offer-inner    { flex-direction: column; padding: 40px 20px; }
  .offer-img      { flex: none; width: 100%; }
  .blog-grid      { grid-template-columns: 1fr; }
  .features-inner { grid-template-columns: repeat(2, 1fr); }
  .insta-grid     { grid-template-columns: repeat(2, 1fr); }
  .footer-top     { grid-template-columns: 1fr; }
  .trust-bar-inner{ grid-template-columns: 1fr 1fr; }
  .countdown-box .num { width: 50px; height: 50px; font-size: 22px; }
  .catalog-hero h1 { font-size: 32px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-sidebar { grid-template-columns: 1fr; }
  .catalog-cta-inner { align-items: flex-start; flex-direction: column; }
  .detail-main-img { height: 380px; }
  .detail-summary h1 { font-size: 31px; }
  .form-grid,
  .featured-post,
  .blog-main-grid { grid-template-columns: 1fr; }
  .featured-media { min-height: 240px; }
  .article-heading h1 { font-size: 34px; }
  .article-cover { height: 280px; }
  .article-cta { align-items: flex-start; flex-direction: column; }
  .trust-item{
    max-width:330px;
    margin-left:auto;
    margin-right:auto;
    border-right:none;
    width:100%;
  }
  section{
    padding: 40px 20px;
  }
  section .container{
    padding-left:0;
    padding-right:0;
  }
}

@media (max-width: 480px) {
  .products-grid  { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cat-grid       { grid-template-columns: 1fr 1fr; }
  .trust-bar-inner{ grid-template-columns: 1fr; }
  .countdown      { gap: 10px; }
  .catalog-hero,
  .product-detail { padding-left: 16px; padding-right: 16px; }
  .catalog-img .img-ph { height: 210px; }
  .detail-thumbs { grid-template-columns: 1fr; }
  .detail-thumbs .img-ph { height: 90px; }
  .detail-spec-card dl div { grid-template-columns: 1fr; gap: 4px; }
  .detail-actions { flex-direction: column; }
  .usage-grid { grid-template-columns: 1fr; }
  .contact-form-panel,
  .article-content,
  .featured-content { padding: 24px; }
  .article-heading h1 { font-size: 29px; }
}


/* Generic page wrapper (fallback template) */
.page-main { padding: 60px 20px; }

/* About page styles migrated from gioi-thieu.html */
/* ── Page-specific styles ── */

    /* Hero banner */
    .about-hero {
      background: linear-gradient(135deg, #1d6e55 0%, #237a5c 60%, #92c347 100%);
      padding: 80px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .about-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .about-hero .breadcrumb {
      font-size: 12px;
      color: rgba(255,255,255,.65);
      margin-bottom: 16px;
      letter-spacing: .5px;
      position: relative;
    }
    .about-hero .breadcrumb a { color: rgba(255,255,255,.65); }
    .about-hero .breadcrumb a:hover { color: #fff; }
    .about-hero .breadcrumb span { margin: 0 8px; }
    .about-hero h1 {
      font-family: var(--font-display);
      font-size: 55px;
      color: #fff;
      margin-bottom: 16px;
      position: relative;
    }
    .about-hero p {
      font-size: 16px;
      color: rgba(255,255,255,.85);
      max-width: 580px;
      margin: 0 auto;
      line-height: 1.7;
      position: relative;
    }

    /* Stats bar */
    .stats-bar {
      background: #fff;
      border-bottom: 2px solid #eaf5db;
      padding: 44px 20px;
    }
    .stats-inner {
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      text-align: center;
    }
    .stat-item { padding: 10px; }
    .stat-item .num {
      font-family: var(--font-display);
      font-size: 42px;
      font-weight: 700;
      color: #237a5c;
      line-height: 1;
      margin-bottom: 6px;
    }
    .stat-item .num sup { font-size: 22px; }
    .stat-item .lbl {
      font-size: 14px;
      color: #6f9483;
      font-weight: 500;
      line-height: 1.4;
    }
    .stat-item .lbl strong { display: block; font-size: 15px; color: #2b2b2b; margin-bottom: 2px; }

    /* Section: intro */
    .about-intro { background: #fff; }
    .intro-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .intro-img .img-ph { height: 420px; border-radius: 10px; }
    .intro-text .pre {
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #92c347;
      font-weight: 600;
      margin-bottom: 10px;
      display: block;
    }
    .intro-text h2 {
      font-family: var(--font-display);
      font-size: 36px;
      color: #17332b;
      line-height: 1.3;
      margin-bottom: 18px;
    }
    .intro-text p {
      color: #3f6b57;
      line-height: 1.8;
      margin-bottom: 14px;
    }
    .intro-values {
      margin-top: 28px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .value-row {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }
    .value-icon {
      width: 40px; height: 40px;
      border-radius: 8px;
      background: #eaf5db;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      font-size: 16px;
      color: #237a5c;
    }
    .value-text h5 { font-size: 18px; font-weight: 700; color: #17332b; margin-bottom: 3px; }
    .value-text p  { color: #6f9483; margin: 0; line-height: 1.5; }

    /* Vision & Mission */
    .vision-mission { background: #f5faf3; }
    .vm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 24px;
    }
    .vm-card {
      background: #fff;
      border-radius: 10px;
      padding: 36px 30px;
      border-top: 4px solid #237a5c;
      box-shadow: 0 2px 16px rgba(35, 122, 92,.07);
    }
    .vm-card .vm-icon {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: #eaf5db;
      display: flex; align-items: center; justify-content: center;
      font-size: 20px;
      color: #237a5c;
      margin-bottom: 20px;
    }
    .vm-card h3 {
      font-family: var(--font-display);
      font-size: 20px;
      color: #17332b;
      margin-bottom: 12px;
    }
    .vm-card p { color: #3f6b57; line-height: 1.75; margin: 0; }

    /* Fields */
    .fields { background: #fff; }
    .fields-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .field-card {
      padding: 30px 26px;
      border: 1.5px solid #d7ecc0;
      border-radius: 8px;
      transition: box-shadow .25s, border-color .25s;
    }
    .field-card:hover { box-shadow: 0 6px 24px rgba(35, 122, 92,.12); border-color: #237a5c; }
    .field-card i { font-size: 28px; color: #237a5c; margin-bottom: 14px; display: block; }
    .field-card h4 { font-size: 20px; font-weight: 700; color: #17332b; margin-bottom: 8px; }
    .field-card h3 { font-size: 20px; font-weight: 700; color: #17332b; margin-bottom: 8px; }
    .field-card p  { color: #6f9483; line-height: 1.6; margin: 0; }

    /* Production capacity */
    .production { background: linear-gradient(135deg, #1d6e55 0%, #237a5c 100%); padding: 72px 20px; }
    .production .sec-title h2 { color: #fff; }
    .production .sec-title .pre { color: #f5e199; }
    .production .sec-title p { color: rgba(255,255,255,.75); }
    .prod-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .prod-card {
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 10px;
      padding: 32px 28px;
      text-align: center;
    }
    .prod-card i { font-size: 32px; color: #f5e199; margin-bottom: 16px; display: block; }
    .prod-card h4 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px; }
    .prod-card h3 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px; }
    .prod-card p  { color: rgba(255,255,255,.7); line-height: 1.6; margin: 0; }

    /* Why us */
    .why-us { background: #f5faf3; }
    .why-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
    .why-card {
      background: #fff;
      border-radius: 10px;
      padding: 32px 24px;
      text-align: center;
      box-shadow: 0 2px 12px rgba(35, 122, 92,.07);
      transition: transform .25s, box-shadow .25s;
    }
    .why-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(35, 122, 92,.14); }
    .why-card .why-icon {
      width: 64px; height: 64px;
      border-radius: 50%;
      background: #eaf5db;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 18px;
      font-size: 26px;
      color: #237a5c;
    }
    .why-card h4 { font-size: 20px; font-weight: 700; color: #17332b; margin-bottom: 8px; }
    .why-card h3 { font-size: 20px; font-weight: 700; color: #17332b; margin-bottom: 8px; }
    .why-card p  { color: #6f9483; line-height: 1.6; margin: 0; }

    /* Target customers */
    .target-customers { background: #fff; }
    .customers-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .customer-card {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 20px 18px;
      border: 1.5px solid #eaf5db;
      border-radius: 8px;
      transition: border-color .2s, background .2s;
    }
    .customer-card:hover { border-color: #237a5c; background: #f5faf3; }
    .customer-card .cust-icon {
      font-size: 24px;
      line-height: 1;
      flex-shrink: 0;
    }
    .customer-card h5 { font-size: 18px; font-weight: 700; color: #17332b; margin-bottom: 3px; }
    .customer-card h3 { font-size: 18px; font-weight: 700; color: #17332b; margin-bottom: 3px; }
    .customer-card p  { color: #6f9483; margin: 0; line-height: 1.4; }

    /* Key clients */
    .key-clients { background: #f5faf3; }
    .clients-logos {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 40px;
    }
    .client-badge {
      background: #fff;
      border: 1.5px solid #d7ecc0;
      border-radius: 8px;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      gap: 12px;
      transition: box-shadow .2s, border-color .2s;
    }
    .client-badge:hover { box-shadow: 0 4px 16px rgba(35, 122, 92,.1); border-color: #237a5c; }
    .client-badge i { font-size: 20px; color: #237a5c; flex-shrink: 0; }
    .client-badge span { font-size: 14px; font-weight: 600; color: #17332b; line-height: 1.3; }
    .clients-note-box { text-align: center; padding: 16px 20px; background: #fff; border-radius: 8px; border: 1.5px solid #d7ecc0; }
    .clients-note-text { color: #3f6b57; margin: 0; }
    .clients-note-icon { color: #237a5c; margin-right: 8px; }

    /* Development direction */
    .direction { background: #fff; }
    .direction-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .direction-img .img-ph { height: 380px; border-radius: 10px; }
    .direction-text .pre {
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #92c347;
      font-weight: 600;
      margin-bottom: 10px;
      display: block;
    }
    .direction-text h2 {
      font-family: var(--font-display);
      font-size: 40px;
      color: #17332b;
      line-height: 1.3;
      margin-bottom: 16px;
    }
    .direction-text p { color: #3f6b57; line-height: 1.8; margin-bottom: 12px; }
    .direction-list { list-style: none; padding: 0; margin: 20px 0 28px; display: flex; flex-direction: column; gap: 10px; }
    .direction-list li {
      display: flex; align-items: flex-start; gap: 10px;
      color: #17332b; line-height: 1.5;
    }
    .direction-list li i { color: #237a5c; margin-top: 2px; flex-shrink: 0; }

    /* Responsive */
    @media (max-width: 1024px) {
      .vm-grid        { grid-template-columns: 1fr 1fr; }
      .fields-grid    { grid-template-columns: 1fr 1fr; }
      .why-grid       { grid-template-columns: repeat(2, 1fr); }
      .customers-grid { grid-template-columns: repeat(2, 1fr); }
      .clients-logos  { grid-template-columns: repeat(3, 1fr); }
      .stats-inner    { grid-template-columns: repeat(2, 1fr); }
    }

/* ============================================================
   WP-PageNavi + catalog pagination
   ============================================================ */
.catalog-pagination {
  margin-top: 48px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}

/* ── Reset plugin default styles ── */
.wp-pagenavi,
.wp-pagenavi * { box-sizing: border-box; }

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 14px;
}

/* "Page 1 of 6" label */
.wp-pagenavi span.pages {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .3px;
  white-space: nowrap;
  margin-right: 4px;
}

/* Base: all buttons/links */
.wp-pagenavi a,
.wp-pagenavi span:not(.pages):not(.dots) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--dark);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
}

/* Hover */
.wp-pagenavi a:hover {
  background: var(--green-light);
  border-color: var(--green-main);
  color: var(--green-dark);
}

/* Current / active page */
.wp-pagenavi span.current {
  background: var(--green-main);
  border-color: var(--green-main);
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(35,122,92,.28);
  cursor: default;
}

/* Dots / ellipsis */
.wp-pagenavi span.dots {
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  min-width: 28px;
  cursor: default;
  box-shadow: none;
}

/* Prev / Next / First / Last – wider pill */
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  padding: 0 16px;
  font-size: 13px;
  letter-spacing: .3px;
  background: var(--green-ultra);
  border-color: var(--border);
  color: var(--green-dark);
  font-weight: 700;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  background: var(--green-main);
  border-color: var(--green-main);
  color: var(--white);
}

/* fallback prev/next khi không có WP-PageNavi */
.catalog-pagination .page-link {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  color: var(--green-dark);
  background: var(--green-ultra);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background .18s, color .18s, border-color .18s;
}
.catalog-pagination .page-link:hover {
  background: var(--green-main);
  border-color: var(--green-main);
  color: var(--white);
}

@media (max-width: 600px) {
  .wp-pagenavi span.pages { display: none; }
  .wp-pagenavi a,
  .wp-pagenavi span:not(.pages):not(.dots) {
    min-width: 34px;
    height: 34px;
    font-size: 13px;
    border-radius: 6px;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.first,
  .wp-pagenavi a.last { padding: 0 10px; }
}

/* About page – responsive (continued) */
@media (max-width: 768px) {
  .about-hero h1  { font-size: 32px; }
  .intro-grid     { grid-template-columns: 1fr; }
  .direction-inner{ grid-template-columns: 1fr; }
  .prod-grid      { grid-template-columns: 1fr 1fr; }
  .why-grid       { grid-template-columns: 1fr 1fr; }
  .customers-grid { grid-template-columns: 1fr 1fr; }
  .clients-logos  { grid-template-columns: 1fr 1fr; }
  .vm-grid        { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .stats-inner    { grid-template-columns: 1fr 1fr; }
  .why-grid       { grid-template-columns: 1fr; }
  .prod-grid      { grid-template-columns: 1fr; }
  .customers-grid { grid-template-columns: 1fr; }
  .clients-logos  { grid-template-columns: 1fr 1fr; }
}

/* Fixed quick contact */
.fixed-contact-bar {
  position: fixed;
  right: 28px;
  bottom: 86px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fixed-contact-item {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(26, 46, 26, .22);
  transition: transform .2s, box-shadow .2s;
}

.fixed-contact-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(26, 46, 26, .3);
}

.fixed-contact-item i {
  font-size: 18px;
}

.fixed-contact-item span {
  position: absolute;
  right: 62px;
  background: rgba(26, 46, 26, .94);
  color: #fff;
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity .2s, transform .2s;
}

.fixed-contact-item:hover span {
  opacity: 1;
  transform: translateX(0);
}

.fixed-contact-mail { background: var(--green-main); }
.fixed-contact-call { background: #159947; }
.fixed-contact-zalo { background: #0068ff; }
.fixed-contact-facebook { background: #1877f2; }

@media (max-width: 768px) {
  body {
    font-size: 14px;
    padding-bottom: 72px;
  }

  .fixed-contact-bar {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    background: #fff;
    border-top: 1px solid rgba(35, 122, 92, .16);
    box-shadow: 0 -10px 24px rgba(26, 46, 26, .12);
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  }

  .fixed-contact-item {
    flex: 1;
    min-width: 0;
    width: auto;
    height: 46px;
    border-radius: 8px;
    box-shadow: none;
  }

  .fixed-contact-item:hover {
    transform: none;
    box-shadow: none;
  }

  .fixed-contact-item span {
    display: none;
  }

  .fixed-contact-item i {
    font-size: 18px;
  }
  .product-card .img-wrap,.product-card .img-ph{
    height: 170px;
  }
}

